
/*************************
*******Typography******
**************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 30px 0;
}

.heading {
  padding-bottom:30px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


/*************************
********Home CSS**********
**************************/



.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h2 {
  margin-top: 5px;
  color: #fff;
  font-weight: 700;
}

/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.main-page{
  text-align: center;
}
.main-page h1{
  font-weight: 700;
}

.main-page p{
  font-size: 18px;
  line-height: 24px;
}
.main-page img{
  width: 100%;
  height: auto;
}

.knopka{
  padding-top: 15px;
}

.main-page p a{
  margin-top: 15px;
  color: #5c74ad;
  text-decoration: none;
  padding: 7px 16px;
  font-size: 18px;
  border: 1px solid #5c74ad;
}

.main-page p a:hover{
  color: #fff;
  background: #5c74ad;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

/*.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}*/

.service-info h3 {
  margin-top: 35px;
}
.service-info img{
  width: 90%;
  margin: 0 auto;
}
.service-info{
  border: 1px solid #5c74ad;
}
.service-info:hover{
  background: #F7F6F6
}
.service-info p a{
  background: #5c74ad;
  color: #fff;
  padding: 7px 12px;
}
.service-info p a:hover{
  background: #424f60;
}

#about-us ul li{
  list-style-type: none;
}

#about-us ul li a{
  color: #fff;
  text-decoration: underline;
}

/*************************
********About CSS*******
**************************/
#about-us {
  background-image: url(../images/bg.jpg);
  padding: 60px 0;
}

#about-us h2 {
  margin-top: 0;
  color: #fff;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}



/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 10;
  padding: 0;
  font-size: 18px;
  margin-bottom: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}


/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 15px;
  padding-bottom: 0;
  color: #fff;
}


#contact-us {
  background: #5c74ad;
  padding-bottom: 30px; 
}

#contact-us .heading {
  padding-top: 25px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#contact ul.address li a:hover{
  color: #fff;
  text-decoration: underline;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

#footer {
  color:#fff;
}


#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

/*Presets*/


/*ФОРМА*/
.contact_form {
    width:100%;
  }

/* === Øèðèíà ôîðìû === */
.contact_form p {
      width:90%;
  margin:7px 10px 7px 10px;
  padding:0px;
}

/* === Ðàçìåð è ðàñïîëîæåíèå áëîêîâ === */
.contact_form label {
  width:100%;
  margin-top: 3px;
  padding:3px;
}
.contact_form input {
  height:24px; 
  width:90%; 
  padding:5px 8px;
}
.contact_form textarea {padding:8px; width:90%;}
.contact_form button {
  margin: 0 auto;
  text-align: center;
}

  .contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    border-radius:2px;
    padding-right:30px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
  }
  .contact_form input:focus, .contact_form textarea:focus {
    background: #424f60; 
    border:1px solid #555;  
    padding-right:70px;
  }

/* === HTML5  === */  
.contact_form input:required, .contact_form textarea:required {
  background: #5c74ad no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
  background: #424f60 no-repeat 98% center;
  border-color: #424f60;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
  background: #424f60 no-repeat 98% center;
  border-color: #fff;
}

/* === Ñòèëè ïîäñêàçîê === */
.form_hint {
  background: #d45252;
  border-radius: 3px 3px 3px 3px;
  color: white;
  margin-left:8px;
  padding: 1px 6px;
  z-index: 999; /* ïîäñêàçêè ïîâåðõ âñåõ ýëåìåíòîâ */
  position: absolute; /* ïðàâèëüíîå îòîáðàæåíèå, åñëè ïîäñêàçêà â 2 ñòðîêè */
  display: none;
}
.form_hint::before {
  content: "\25C0";
  color:#d45252;
  position: absolute;
  top:1px;
  left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
  
/* === Îôîðìëåíèå êíîïêè === */
button.submit {
  background-color: #424f60;
  border: 1px solid #fff;
  color: white;
  font-weight: bold;
  padding: 6px 20px;
  text-align: center;
}
button.submit:hover {
  opacity:.85;
  cursor: pointer; 
}
button.submit:active {
  border: 1px solid #20911e;
  box-shadow: 0 0 10px 5px #356b0b inset; 
  -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
  -moz-box-shadow: 0 0 10px 5px #356b0b inset;
  -ms-box-shadow: 0 0 10px 5px #356b0b inset;
  -o-box-shadow: 0 0 10px 5px #356b0b inset;
  
}