@charset "utf-8";
/* CSS Document */
/* Copyright inotec.ro */
/* written by Botirla Sorin for Inotec.ro */
/*=============================
	colors used:
	-------------
    #0b669a = Albastru inchis (headinguri)
    #6f6f6f = gri linkuri meniu principal + text CTA
    #aaaaaa = gri deschis meniu header + text input
    #ffffff = alb text bannere
    #b2c6db = albastru pal deschis text ceas digital
    #ff6600 = oranj link
    #333333 = gri inchis link citeste mai mult + subtitlu heading
    #838383 = gri mediu data noutati
    #b1b1b1 = gri deschis text footer

==============================*/
/*==================== resets*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */




/* continut */



.content-wrapper .content .content-area {
  position: relative;
  width: 700px;
}
.content-wrapper .content img {
  padding: 5px;
  border: 1px solid #dddddd;
  display: block;
}

.content-wrapper .content h1 {
   font: normal 24px/24px 'GothamRegular', Arial;
   color: #0b669a;
   padding: 0 0 5px;
   border-bottom: 1px solid #d7d7d7;
}
.content-wrapper .content h2 {
   font: normal 16px/18px 'GothamRegular', Arial;
   color: #414141;
   padding: 0;
}
.content-wrapper .content h2 span {
   font: normal 12px/14px 'GothamRegular', Arial;
   color: #414141;
   display: block;
   color: #5f5f5f;
}
.content-wrapper .content a {
  color: #666666;
  font: normal 12px/13px 'GothamRegular', Arial;
  text-decoration: none;
}
.content-wrapper .content a:hover {
  color: #ff6600;
}

.content-wrapper .content a.link-stil1 {
  position: relative;
  display: block;
  color: #000;
  font: normal 11px/13px 'GothamRegular', Arial;
  text-decoration: none;
  background: url(../images/sageata_cta2.jpg) 0 50% no-repeat;
  padding: 2px 0 2px 14px;
  float: left;
}
.content-wrapper .content ul {
  padding: 0;
}
.content-wrapper .content ul li {
   font: normal 12px/18px 'GothamRegular', Arial;
   color: #666666;
   margin: 0 0 8px;
}
.content-wrapper .content ul li span {
  font: bold 12px/18px 'GothamRegular', Arial;
  padding: 5px 0 5px 14px;
  background: url(../images/list_bullet1.jpg) 0 50% no-repeat;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 5px;
  display: block;
  color: #212121;
}

.content-wrapper .content span.partener-testimonial {
  padding: 2px 0 2px 20px;
  background: url(../images/ico_testimonial.jpg) 0 50% no-repeat;
}
.content-wrapper .content p {
  position: relative;
   font: normal 12px/18px 'GothamRegular', Arial;
   color: #6f6f6f;
   text-align:justify;
   text-justify:inter-word;
}
.content-wrapper .content .contact-info {
  position: relative;
  width: 180px;
  margin: 0 20px 0 0;
  float: left;
}

.content-wrapper .form-wrapper {
  position: relative;
  width: 467px;
  float: left;
 }

.content-wrapper #contact {
   position: relative;
   width: 468px;
}
.content-wrapper #contact input, .content-wrapper #contact textarea {
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  position: relative;
  padding: 10px;
  border: 1px solid #dddddd;
   font: normal 12px/18px 'GothamRegular', Arial;
   color: #6f6f6f;
   box-shadow: 0 0 5px #dedede;
   background: #ffffff;
   float: left;
}
.content-wrapper #contact input.inp-box:focus, .content-wrapper #contact textarea:focus {
  background: #f7f7f7;
    box-shadow: 0 0 2px 0 #0074ac;
    border: 1px solid #4dc7f4;
}

.content-wrapper #contact .inp-submit {
  width: 200px !important;
  background: #FE6400;
  color: #ffffff;
  cursor: pointer;
  float: right;
  border: 0;
}
.content-wrapper #contact .inp-submit:hover {
  background: #792608;
}
.content-wrapper #contact .inp-box {
  width: 200px;
}
.content-wrapper #contact .inp-msg {
  width: 444px;
  height: 80px;
  display: block;
  max-width: 444px;
  min-width: 444px;
  max-height: 200px;
  min-height: 80px;
}
