@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700|Titillium+Web:400,700|Open+Sans:300italic,400italic,400);
/* 
  font-family: 'Oswald', sans-serif;
  font-family: 'Titillium Web', sans-serif;
  font-family: 'Open Sans', sans-serif;
*/


/*------ Main ------- */
a { color: #5286c5;  text-decoration: underline; }
a:hover{  text-decoration: none;}

section, nav, header, footer  {
  position: relative;
  margin: 0 auto;
}
hr{
  border:0;
  padding-bottom:5px;
  margin:0px 0 20px 0 ;
  border-bottom: 1px #2d394a solid
}

/* headings, text */
h1 {
  color:#5286c5;
  font-size:30px;
  line-height:30px;
  font-weight:700;  
  padding:0px;
  font-family: 'Titillium Web', sans-serif;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px #999999 solid;
  margin-top: 20px;
}

h2 {
  color:#abbbc9;
  font-size:30px;
  line-height:20px;
  font-weight:700;  
  padding:0px;
  font-family: 'Titillium Web', sans-serif;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px #999999 solid
}

h1 span {
  color: #a70000
}

p {  margin-bottom: 10px;}
p strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 15px;
}
figure {  width: 100%;}
.max-size1{  max-width: 95%}
.extra-wrap {  overflow: hidden;}
.right_20 {  margin-right:20px}


/*------ bg ------- */

#bg{
  width:100%;
  overflow:hidden;
  position:fixed;
  top:-20px;
  z-index:0;
  //background:#1f4973 url(../images/bg.jpg) 0% top repeat-x;
  //min-height:1050px;
  //left:0

}
#bg > div{
  left:50%;
  position:relative;
  float:left;
  width:100%;
  min-width:1600px;
  //display:none
}
#bg img{
  width:100%;
  min-width:1600px;
  right:50%;
  float:right;
  position:relative;
  height:1250px;
  z-index: 0;
  //display:none
}

/*------ top ------- */
p.phone {
  text-align: right;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #e8e8e8;
  padding-top: 30px;
}

p.phone span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  display: table;
}
p.phone b {
  display: block;
  float: right;
  font-size: 46px;
  line-height: 44px;
  font-weight: 400;
  padding-left: 20px;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
}

/*------ nav ------- */
nav {
  background: url(../images/bg-menu.png) 0% bottom repeat-x;
}
nav ul li {
  display: block;
  float: left;
}
nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  color: #264b78;
  line-height: 83px;
  padding: 0 25px;
  display: block;
}

nav ul li a:hover {
  background: url(../images/menu-hover.png) 0% bottom repeat-x;    
}
nav ul li a.act {
  background: url(../images/menu-active.png) 0% bottom repeat-x;    
}


/* slider */
#slider { }
.slider {
  border-bottom: 4px #67859f solid
}
.camera_wrap {}
div.camera_caption {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 10;
  color: #fff;
}

div.camera_caption p {
  background: #c90000;
  font-size: 33px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  line-height: 40px;
  padding: 18px 45px;
  text-transform: uppercase;
  margin-bottom: 0;
}
div.camera_caption span {
  background: #445f76;
  display: block;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  line-height: 30px;
  padding: 10px 35px 10px 45px;
  text-transform: uppercase;
  float: left;
}

/*------ banners ------- */
#banners {
  background:  url(../images/gradient.png) 0% bottom repeat-x;
  background-size: contain;
}

#banners .container  {
  padding-top: 30px;
  padding-bottom: 30px;
}

#banners a {
  display: block;
  position: relative;
  text-decoration: none;
}
#banners a > img {
  display: block;
  width: 100%;
  height: auto;
}
#banners a p{
  position: absolute;
  left: 0;
  bottom: 15px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
#banners a span {
  color: #fff;
  text-transform: uppercase;
  background:  url(../images/opa_50.png) 0% top repeat;
  display: block;
  float: left;
  clear: both;
  padding: 2px 15px 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;

}

#banners a:hover p span {
  background: #c90000
}

/*------ content ------- */

#content{
  clear:both;
  position:relative;
  padding: 30px 0;
  background: #000;
  border-bottom: 5px #0b1420 solid
}

a.free {
  display: block;
  text-align: center;
  line-height: 65px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;

  background: rgb(94,143,182);
background: -moz-linear-gradient(top,  rgba(94,143,182,1) 0%, rgba(38,71,96,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,143,182,1)), color-stop(100%,rgba(38,71,96,1)));
background: -webkit-linear-gradient(top,  rgba(94,143,182,1) 0%,rgba(38,71,96,1) 100%);
background: -o-linear-gradient(top,  rgba(94,143,182,1) 0%,rgba(38,71,96,1) 100%);
background: -ms-linear-gradient(top,  rgba(94,143,182,1) 0%,rgba(38,71,96,1) 100%);
background: linear-gradient(to bottom,  rgba(94,143,182,1) 0%,rgba(38,71,96,1) 100%);

}

p.best {
  text-transform: uppercase;
  text-align: right;
  padding-right: 40px;
  color: #a5b7c8;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 30px;  
  background:  url(../images/arrow.png) 100% 50% no-repeat;
  margin-top: 5px;
}

a.free:hover {
  background: rgb(212,2,2);
  background: -moz-linear-gradient(top,  rgba(212,2,2,1) 0%, rgba(109,3,3,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,2,2,1)), color-stop(100%,rgba(109,3,3,1)));
  background: -webkit-linear-gradient(top,  rgba(212,2,2,1) 0%,rgba(109,3,3,1) 100%);
  background: -o-linear-gradient(top,  rgba(212,2,2,1) 0%,rgba(109,3,3,1) 100%);
  background: -ms-linear-gradient(top,  rgba(212,2,2,1) 0%,rgba(109,3,3,1) 100%);
  background: linear-gradient(to bottom,  rgba(212,2,2,1) 0%,rgba(109,3,3,1) 100%);
}

/* Slogan */
#slogan {
  background: #000;
}
#slogan {
  border-bottom: 4px #0b1420 solid
}
#slogan p {
  text-align: center;
  color: #9bb1d1;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  padding: 20px 180px
}

/*footer*/
footer {
  background: #050a10;
  text-align: center;
  padding: 25px 0; 
}

footer ul  {
  float: right;
  padding: 0;
  padding-top: 0px;
  border-bottom: 1px #161c25 solid;
  margin: 0;
  margin-bottom: 15px;
}

footer ul li  {
  float: left;
}
footer ul li a {
  text-decoration: none;
  color: #47647c;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  margin-left: 40px;
  line-height: 36px;
  padding-bottom: 5px
}
footer ul li a:hover {
  color: #fff;
  border-bottom: 2px #fff solid
}
footer ul li:first-child a {
  margin-left: 0
}

p.copy {
  font-size: 12px;
  font-family: Arial;
  float: right;
  clear: both;
  text-align: right;
  color: #3a4044;
}

p.copy a{
  color: #4c6a84;
}

p.copy a:hover{
  color: #568fc0;
}

/*padcontent*/
/**/
.padcontent{
  padding:0 0 28px 0;
  clear: both;
}
.padcontent_small{
	padding-bottom:10px
}


/*------ List ------- */

ul {
  list-style: none
}

ul.social {
  float: left;
  padding-top: 0px;
  padding-left: 20px;
}

ul.social li {
  float: left;
  margin-left: 15px
}


ul.list{
  margin: 0;
  list-style: none;
}

ul.list li {
  text-transform:none;
  line-height:18px;
  font-weight:400;
  font-size:16px;
  font-family: 'Open Sans';
  padding-top:10px;
  padding-left: 25px;
  padding-bottom: 10px;
  background:  url(../images/bullet_current.png) 0% 50% no-repeat;
  color: #fff;

}

ul.list li a {
  font-weight:400;
  text-decoration:none
}
ul.list li a:hover{
  color:#dfd6cf;
  text-decoration:underline
}


.left_20 {
  margin-left: 20px;
}


/*-- Map --*/
.map {
	height:440px;
	margin:0 auto;
	position:relative;
	top:0px;
  margin-bottom: 20px
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-form input.capthca {
	float:left;
  width: 44%;
}
#captcha {
  float: right;
  width: 48%;
  margin-right: 0;
}
/*------ Contact ------- */
.contact-form {
  border-top: 2px #c90000 solid;
  background: #15202f;
  padding: 15px 40px 40px 30px;
}

.contact-form input, .contact-form select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 32px;
  width: 280px;
  float: left;
  margin: 0px;
	border:1px #4c535e solid;
  margin-bottom: 8px;
  min-height: 32px;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial;
  background: #17222f
}

.contact-form select.best {
  width: 312px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.contact-form label {
  min-height: 20px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #ff7676;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}
.contact-form .success {
  display: none;
  padding-bottom: 3px;
}
.contact-form textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 32px;
  width: 280px;
  float: left;
  margin: 0px;
  color:#263d51;
  border:1px #4c535e solid;
  background: #17222f;
  margin-bottom: 8px;
  min-height: 32px;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial;
  height:100px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
}

#button_submit,
.btn.submit{ 
  font-size:16px;
  text-decoration:none;
  float:right;
  line-height:16px;
  padding: 10px 0;
  border: 0;
  font-weight: 400;
  width: 85px;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #3c556b;
  text-align: left;
  color: #f0f0f0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding-left: 20px;  
  margin-bottom: 0;
}
.wrapp-submit {
  padding-right: 45px;
  margin-top:10px;
  float:right;
  clear: both;
  background: #c90000 url(../images/arrow_white.png) 90% 50% no-repeat;
}

.btn.submit:hover { color:#fff; background: #a90000 }
.btn.submit i { margin-top:3px}
.notification_error {color:#f00}
.notification_ok {  color: #fff;}
#note {  margin-bottom:20px}

  .btn-navbar {
    display: none;
  }

/**/

label {
  margin-right: 10px;
  display: block;
  font-size: 14px;
  color: #bfc7cf;
  font-family: 'Roboto', sans-serif;
  text-align: right;
  font-weight: 300;
  float: left;
  width: 25%;
}
.form input, .form textarea {
  float: left;
  width: 65%;
  line-height: 30px;
}
.red {
  color: #F00;
  margin-right: 2px;
  margin-left: 2px
}
.form select {
  width: 69%;
  background:#17222F;
  border: 1px #233247 solid ;
  color: #c2c9cf;
  line-height: 24px;
}
.form .wrapp-submit.services {
  float: left;
  margin-left: 26%;
}
.form .capthca {
  max-width: 150px;
  float: left;
  margin-right: 5px;
}

.form #captcha {
  max-width: 150px;
  float: left;
  margin-right: 5px;
}
.form input[type="radio"], .form input[type="checkbox"]  {
  max-width: 30px;
  margin-top: 10px;
}
form input[type="radio"] + label {
  width: auto;
  text-align: left;
}

.form input.max-size2 {
  max-width: 200px;
  margin-right: 10px;
}
.g-recaptcha {
  float: left;
}
/*-- end contacts --*/


/*--- content end ------*/



/*----- media queries ------*/
@media (min-width: 1200px) {
  section, nav, header, footer {
    max-width: 1250px;
    z-index: 1;
    position: relative;
  }
  nav {
    min-height: 83px;
  }
  .btn-navbar {
    display: none;
  }
  .slider .camera_fakehover {
    min-height: 550px;
    background: #15202f
  }
  div SPAN.skype_pnh_container SPAN.skype_pnh_highlighting_inactive_common SPAN.skype_pnh_text_span {
    color: #ffffff!important;
    font-size: 30px!important
  }

  
}

@media (max-width: 1199px) {
  .btn-navbar {
    display: none;
  }

  section, nav, header, footer {
    max-width: 1000px;
    z-index: 1;
    position: relative;
  }
  nav {
    min-height: 83px;
  }
  p.phone b {
    font-size: 32px;
  }
  p.phone span {
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px
  }
  nav ul li a {
    padding: 0 18px;
    font-size: 14px
  }
  div.camera_caption p {
    font-size: 30px;
    font-weight: 400;
    padding: 14px 28px;
  }
  #banners a span {
    font-size: 17px;
    padding-left: 14px;
  }
  .contact-form input, .contact-form textarea, .contact-form input.capthca {
    width: 210px;
  }
  h2 {
    font-size: 24px;
  }
  p.best {
    font-size: 16px;
  }
  #slogan p {
    padding: 20px 100px
  }
  footer ul li a {
    margin-left: 20px;
    font-size: 13px;
  }
  h1 {
    font-size: 28px;
  }

 
  .slider .camera_fakehover {
    min-height: 440px;
    background: #15202f
  }
  #captcha {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  div SPAN.skype_pnh_container SPAN.skype_pnh_highlighting_inactive_common SPAN.skype_pnh_text_span {
    font-size: 26px!important;
    color: #fff!important;
  }


  .form input, .form textarea {
    float: left;
    width: 55%;
  }
  .form select {
    width: 60%;
  }
  label {
    width: 35%;
  }
  .form .wrapp-submit.services {
    margin-left: 36%;
  }

}

@media (min-width: 980px) and (max-width: 1199px) {}

@media (min-width: 979px) {}

@media (max-width: 979px) {
  .slider .camera_fakehover {
    min-height: 80px;
  }

  section, nav, header, footer {
    max-width: 768px;
    z-index: 1;
    position: relative;
  }
  div.camera_caption p {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  div.camera_caption span {
    padding-right:15px;
    padding-left: 30px;
    font-size: 18px; 
  }
  nav {
    height: 40px;
    min-height: 40px;
    border-bottom: 1px #1d324c solid;
    overflow: hidden;
  }
  nav ul li a {
    line-height: 40px;
    background-position: 0 50%;
    font-size: 13px;
    padding:  0 10px;
  }

  nav ul li a:hover, nav ul li a.act, nav {
    line-height: 40px;
    background-position: 0 50%
  }
   nav ul li a.act {
    border-top: 1px #c90000 solid;
    line-height: 38px
   }
  p.phone {
    padding-top: 10px;
  }
  p.phone b {
    font-size: 25px;
  }    
  div SPAN.skype_pnh_container SPAN.skype_pnh_highlighting_inactive_common SPAN.skype_pnh_text_span {
    font-size: 20px!important
  }
  p.phone span {
      font-size: 12px;
      line-height: 16px;
      padding-top: 5px;
  }
  #banners a span {
    font-size: 12px;
    line-height: 16px;
  }
  .contact-form {
    padding: 15px;
  }
  .max-size1 {
    max-width: 100%;
  }
  p strong {
    font-size: 16px;
    padding-bottom: 5px;
  }
  p.best {
    font-size: 14px;
  }
  a.free {
    font-size: 15px;
  }
  #slogan p {
      padding: 20px;
      margin-bottom: 0;
  }
  .contact-form input, .contact-form textarea, .contact-form input.capthca {
      width: 175px;
  }
  footer ul li a {
      font-size: 12px;
      margin-left: 16px;
  }
  .nav-collapse.collapse {
      height: auto;
  }
  
  .form input, .form textarea {
    float: left;
    width: 45%;
  }
  .form select {
    width: 51%;
  }
  label {
    width: 45%;
  }
  .form .wrapp-submit.services {
    margin-left: 46%;
  }




}
@media (min-width: 768px) and (max-width: 979px) {}

@media (max-width: 767px) {
  div SPAN.skype_pnh_container SPAN.skype_pnh_highlighting_inactive_common SPAN.skype_pnh_text_span {
    font-size: 32px!important
  }

  section, nav, header, footer {
    max-width: 480px;
    z-index: 1;
    position: relative;
  }
  p.phone span {
      font-size: 18px;
      line-height: 24px;
      padding-top: 1px;
  }
  p.phone b {
      font-size: 46px;
  }
  div.camera_caption {
    bottom: 0;
  }
  div.camera_caption span, div.camera_caption p {
    font-size: 12px;
    padding: 2px 10px;
    line-height: 24px;
  }
  .slider .camera_prev, .slider .camera_next {
    bottom:0;
    margin-right: -40px;
  }
  #banners {
    background: url(../images/opa_50.png) 90% 50% repeat;
  }
  #banners .container {
    padding: 20px;
  }  

  #banners .container .span3 img{
    width: 100%;
    margin-bottom: 12px;
  }  
  #banners a span {
    font-size: 18px;
    padding: 12px
  }
  #content {
    padding-top:00px;
  }
  #content .container {
    padding: 5px 20px;
  }
  .max-size1 {
    margin-bottom: 25px
  }
  p.best {
    text-align: center;
    background: none;
    padding: 0;
    font-size: 18px;
  }
  .contact-form input, .contact-form textarea {
      width: 385px;
  }
  footer ul {
    border: 0;
  }
  p.copy {
    text-align: center;
    float: none;
  }

  footer ul , footer ul li {
      float: none;
  }
  footer ul li a {
    margin-left: 0;
    font-size: 18px;
    line-height: 40px
  }
  nav {
    height: inherit;
    overflow: hidden;
    position: relative;
    background: none
  }
  .btn-navbar {
    display: block;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    clear: both;
  }
  .btn-navbar {
    display: block;
    width: 100%;
    text-align: center;
    text-indent: 0px; 
    background:#e6e6e6 ;
    -webkit-border-radius:  0;
    -moz-border-radius:  0;
    -khtml-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    color: #264b78;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 40px;
    font-size: 18px;
  }
  .btn-navbar:hover {
    color: #c90000
  }
  .nav-collapse.collapse {
      height: 0;
  }
  nav ul  {
    background: #15202f;
  }
  nav ul li {
    float: none;
  }
  nav ul li img{
   display: none;
  }
  nav ul li a {
    background: none;
    float: none;
    display: block;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px #4c535e solid;
    margin-left: 0;
  }
  nav ul li a:hover,  nav ul li a.act {
    background: none;
    color: #d7e8f4;
  }
  #banners .span3 {
    width: 48%;
    float: left;
  }
  #banners .span3:nth-child(2n+2){
    margin-left: 4%;
  }
  #captcha {
    width: 50%
  }
  a.free {
    max-width: 200px;
    margin: 0 auto;
  }
  .form select {
    width: 50%;
  }

}
@media (min-width: 626px) and (max-width: 767px) {}

@media (max-width: 625px) {


}
/**/
@media (min-width: 482px) and (max-width: 625px) {}

@media (max-width: 481px) {
  
  section, nav, header, footer {
    max-width: 320px;
    z-index: 1;
    position: relative;
  }
  p.phone b {
    font-size: 24px;
  }
  p.phone span {
    font-size: 15px;
  }
  #banners a span {
      font-size: 16px;
      padding: 6px;
  }
  #banners .container {
    padding: 12px
  }
  #content .container {
      padding: 5px 12px;
  }
  h1 {
    font-size: 22px;
  }
  p.best {
    font-size: 16px;
  }
  hr {
    margin-bottom: 10px;
  }
  .contact-form input, .contact-form textarea, .contact-form input.capthca {
      width: 245px;
  }
  p.copy {
    padding: 0 20px;
  }
  p.phone b {
    padding-left: 0px;
    font-size: 28px;
  }
  #banners .span3 {
    width: 100%;
    float: none;
  }
  #banners .span3:nth-child(2n+2){
    margin-left: 0;
  }

  #captcha {
    width: 100%
  }
  div SPAN.skype_pnh_container SPAN.skype_pnh_highlighting_inactive_common SPAN.skype_pnh_text_span {
    font-size: 20px!important
  }

  .form input, .form textarea {
    float: left;
    width: 40%;
  }
  .form select {
    width: 48%;
  }
  label {
    width: 45%;
    line-height: 24px;
    font-size: 12px;
  }
  body {
    font-size: 13px;

  }
  .form .wrapp-submit.services {
    margin-left: 46%;
  }


}

@media (min-width: 320px) and (max-width: 481px) {}


@media (max-width: 320px) {
  section, nav, header, footer {
    max-width: 280px;
    z-index: 1;
    position: relative;
  }
  .contact-form input, .contact-form textarea , .contact-form input.capthca{
      width: 205px;
  }
  body {
    min-width: 280px;
  }

  p.phone b {
    padding-left: 0px;
    font-size: 20px;
  }

  div SPAN.skype_pnh_container SPAN.skype_pnh_highlighting_inactive_common SPAN.skype_pnh_text_span {
    font-size: 16px!important
  }
}	

::selection{ background:#062e48!important; color:#fff}
::-moz-selection{ background:#062e48!important; color:#fff}

@media screen and (-webkit-min-device-pixel-ratio:0) /*----- Safari ------*/
{  }

.online-chat {
  position: relative;
  margin-left: 15px;
  padding-left: 45px;
  display: inline-block;
}
.online-chat:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/chat-fill.svg) no-repeat center;
}