/* ----------------------------------------------------------------------------
* The Sliding Menu Effect - (http://www.entheosweb.com/tutorials/css/default.asp)
* This notice must stay intact for use
* Visit http://www.entheosweb.com/ for more
------------------------------------------------------------------------------ */
#preloader {
    background: #000;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
    z-index: 2000;
}

#preloader .preloader_container {
    display: table;
    height: 300px;
    margin: 20px auto;
    overflow: hidden;
    width: auto;
}
#circularG{
    position:relative;
    width:35px;
    height:35px}

.circularG{
    position:absolute;
    background-color:#FFFFFF;
    width:8px;
    height:8px;
    -moz-border-radius:5px;
    -moz-animation-name:bounce_circularG;
    -moz-animation-duration:0.8s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:5px;
    -webkit-animation-name:bounce_circularG;
    -webkit-animation-duration:0.8s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:5px;
    -ms-animation-name:bounce_circularG;
    -ms-animation-duration:0.8s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:5px;
    -o-animation-name:bounce_circularG;
    -o-animation-duration:0.8s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:5px;
    animation-name:bounce_circularG;
    animation-duration:0.8s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#circularG_1{
    left:0;
    top:14px;
    -moz-animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
    -ms-animation-delay:0.3s;
    -o-animation-delay:0.3s;
    animation-delay:0.3s;
}

#circularG_2{
    left:4px;
    top:4px;
    -moz-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
    -ms-animation-delay:0.4s;
    -o-animation-delay:0.4s;
    animation-delay:0.4s;
}

#circularG_3{
    top:0;
    left:14px;
    -moz-animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
    -ms-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}

#circularG_4{
    right:4px;
    top:4px;
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -o-animation-delay:0.6s;
    animation-delay:0.6s;
}

#circularG_5{
    right:0;
    top:14px;
    -moz-animation-delay:0.7s;
    -webkit-animation-delay:0.7s;
    -ms-animation-delay:0.7s;
    -o-animation-delay:0.7s;
    animation-delay:0.7s;
}

#circularG_6{
    right:4px;
    bottom:4px;
    -moz-animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
    -ms-animation-delay:0.8s;
    -o-animation-delay:0.8s;
    animation-delay:0.8s;
}

#circularG_7{
    left:14px;
    bottom:0;
    -moz-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -o-animation-delay:0.9s;
    animation-delay:0.9s;
}

#circularG_8{
    left:4px;
    bottom:4px;
    -moz-animation-delay:1s;
    -webkit-animation-delay:1s;
    -ms-animation-delay:1s;
    -o-animation-delay:1s;
    animation-delay:1s;
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1)}

    100%{
        -moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1)}

    100%{
        -webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1)}

    100%{
        -o-transform:scale(.3)}

}

@keyframes bounce_circularG{
    0%{
        transform:scale(1)}

    100%{
        transform:scale(.3)}

}

/* ----------------------------------------------------------------------------
* The Sliding Menu Effect - (http://www.entheosweb.com/tutorials/css/default.asp)
* This notice must stay intact for use
* Visit http://www.entheosweb.com/ for more
------------------------------------------------------------------------------ */


/*  --------------- button ---------------------- */


body {
    font-family: 'robotothin';

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

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


.navbar-brand {
    float: left;
    font-family: 'roboto';
    font-size: 28px;
	font-weight:400;
    color: #ebebeb;
}


.container .navbar .nav {
    float: right;
    text-transform: uppercase;
}

button.navbar-toggle {
    display: none;
}

.container {
    width: 100%;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #e1e1e1;
    font-family: 'robotolight';
    text-shadow: none;

}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} 
@media all and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'название_шрифта';
    src: url('файл_шрифта.svg#название_шрифта') format('svg');
    font-weight: normal;
    font-style: normal;
}
    }

.nav li.active a {
    color: #99CCFF;
}

.nav.navbar-nav a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.row {
    margin: 0 auto;
    padding: 0 5% 50px;
    max-width: 1400px;
}
.header .row{
    padding: 20px 5%;
}
.navbar-brand {
    line-height: 27px;
    font-family: 'robotothin';
}

.navbar-brand:hover {
    color: #ebebeb;
    text-decoration: none;
}

.nav.navbar-nav a:hover {
    color: #99CCFF;
}

.navbar-brand > span {
    font-family: 'robotoregular';
    color: #99CCFF;
}

.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #1e2b39;
}



.content {
    background-color: #fff;
    min-height: 100px;
}

.head {
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    margin: 30px auto 30px;
}

.services_item {
	display: block;
    
    margin: 0 auto;
}

.services_item > li {
    margin: 2%;
    text-align: center;
    width: 29%;
    float: left;
    color: #999999;
    font-family: 'verdana';


}

.services_item li>a>div {
    height: 94px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.services_item li>a {
    display: block;
    font-size: 18px;
    color: #282828;
    font-family: 'robotoregular';
	margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.orange:hover {
    color: #ff9500;
}

a.green:hover {
    color: #5ab830;
}

a.blue:hover {
    color: #3c4551;
}

a.red:hover {
    color: #fc3e39;
}

.services_item li>a:hover {
    text-decoration: none;
}

.services_item img {
    position: relative;
}

.services_item li>a:hover div>img {
    top: -94px;
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;
}

.services_item li>a:hover div {
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;

}

@-webkit-keyframes an1 {
    0% {
        -webkit-transform: scale(1);
        -webkit-opacity: 1
    }
    50% {
        -webkit-transform: scale(0.3);
        -webkit-opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-opacity: 1;
    }
}

@-moz-keyframes an1 {
    0% {
        -moz-transform: scale(1);
        -moz-opacity: 1
    }
    50% {
        -moz-transform: scale(0.3);
        -moz-opacity: 0.2;
    }
    100% {
        -moz-transform: scale(1);
        -moz-opacity: 1;
    }
}

@-o-keyframes an1 {
    0% {
        -o-transform: scale(1);
        opacity: 1
    }
    50% {
        -o-transform: scale(0.3);
        opacity: 0.2;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes an1{
    0%{ -ms-transform:scale(1);opacity: 1}
    50%{ -ms-transform:scale(0.3);opacity: 0.2;}
    100%{ -ms-transform:scale(1);opacity:1;}
}
@keyframes an1 {
    0% {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(0.3);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

section {
    overflow: hidden;
    padding-bottom: 30px;
}

#Portfolio {
    background-color: #efefef;
}

#History {
    background-color: #efefef;
}

#Error {
    background-color: #efefef;
}

#Request {
    background-color: #efefef;
}


a.dropdown-toggle{
    display: none;
}

a {
    outline: none
}




#important{
    display: block!important;
}



.our_team__item {
    display: table;
    width: 100%;
}

.our_team__item li {
    float: left;
    width: 21%;
    margin: 2%;
    text-align: center;
    font-family: 'verdana';
    color: #999;
}

.our_team__item div[data-type="img"] {
    border: 7px solid;
    border-radius: 100%;
    height: 200px;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    z-index: 3;
}
.our_team__item div[data-type="img"]:before {
    border: 5px solid #fff;
    border-radius: 100%;
    content: " ";
    display: block;
    overflow: hidden;
    height: 200px;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    width: 200px;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our_team__item div span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}


.our_team__item div>.orange {
    border-color: #ff9500;
    background-image: url('../img/our_team__item1.jpg');
}

.our_team__item div>.green {
    border-color: #53d769;
    background-image: url('../img/our_team__item2.jpg');
}

.our_team__item div>.blue {
    border-color: #007aff;
    background-image: url('../img/our_team__item3.jpg');
}

.our_team__item div>.red {
    border-color: #fc3e39;
    background-image: url('../img/our_team__item4.jpg');
}

.our_team__item li a {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 3123123;
}

.our_team__item li div:hover:before {
    border-color: transparent;
}

.our_team__post {
    color: #282828;
    text-align: center;
    font-family: 'robotolight';
    font-weight: 100;
    font-size: 16px;
}

.our_team__name {
    color: #282828;
    margin-top: 20px;
    font-family: 'robotolight';
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}


.our_team__social{
    width: 75%;
    margin: 0 auto;
}
.our_team__item .our_team__social a {
    height: 25px;
    position: relative;
    width: 25px;
    z-index: 3;
}


.our_team__item .our_team__social li {
    margin: 9%;
    width: 0;
    height: auto;
}

.our_team__item .our_team__social img {
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our_team__item .our_team__social img:last-child {
    opacity: 0;
}

.our_team__item .our_team__social a:hover>img:last-child {
    opacity: 1;
}

.our_team__item .our_team__social a:hover>img:first-child {
    opacity: 0;
}

#Testimonials {
    background: url('../img/bg_testimonials.jpg') no-repeat center top fixed;
    background-size: cover;
    min-height: 450px;
}


#Testimonials .head {
    color: #fff;
    padding-bottom: 30px;
}

.profile_content {
    text-align: left;
    font-family: 'verdana';
    color: #3c4551;
	padding-left: 30px;
	padding-right: 30px;
	
}

#Contacts {
    background: url('../img/bg_contact.jpg') no-repeat center fixed;
    background-size: cover;
    min-height: 550px;
}

#Contacts .head {
    margin-top: 40px;
    color: #fff;
}

.contact_info {
    float: left;
    width: 42%;
    text-align: left;
}

.contact_info h2 {
    color: #fff;
    font-family: 'robotoregular';
    font-size: 24px;
    font-weight: 100;
}

.contact_info p {
    color: #818182;
    font-family: 'verdana';
    font-size: 14px;
		text-align: left;
		padding-right:230px;
}

.contact_info ul>li {
    margin: 20px 0;
    font-family: 'verdana';
    color: #fff;
}

.contact_info ul>li> img {
    margin-right: 2%;
}

.contact_info ul>li>a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #4e8bcd;
    text-decoration: underline;
}

.contact_info ul>li>a:hover {
    color: #fff;
}

.contact_form {
    width: 57.5%;
    float: left;
    font-family: 'verdana';
    color: #9c9c9c;
}

.contact_form input[type='text'],.contact_form input[type='email'], textarea, input[type='submit'] {
    background-color: transparent;
    border: solid 1px #ededed;
    width: 98%;
    padding: 15px 2%;
    color: #9c9c9c;
}

.contact_form textarea {
    height: 150px;
    min-height: 140px;
    max-height: 260px;
    max-width: 98%;
    min-width: 98%;
}

.contact_form input[type='submit']{
    width: auto;
    font-family: 'robotolight';
    padding: 17px 45px;
    border-radius: 5px;
    float: right;
    margin-right: -2%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact_form input[type='submit']:hover{
    color: #fff;
    background-color: #007aff;
    border-color: #007aff;
}
.footer{
    background: #fff;
}

.footer ul {
    display: table;
    margin: 0 auto;
}

.footer ul>li {
    float: left;
    margin: 50px 10px 0;
}

.footer ul>li>a {
    display: block;
}

.footer ul>li:hover a {
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;
}

.contact_form input[type='text']:focus,
.contact_form input[type='submit']:focus,
.contact_form input[type='email']:focus,
.contact_form textarea:focus
 {
    box-shadow: 0 0 3px #007aff;
    border-color: #007aff;
    outline: none;
    color: #9c9c9c;

}
.contact_form input[type='submit']:focus{
    box-shadow: none;
}
.contact_form input[type='text']:hover,
.contact_form input[type='submit']:hover,
.contact_form input[type='email']:hover,
.contact_form textarea:hover{
    border-color: #007aff;
}
.footer p{
    margin-top: 20px;
    text-align: center;
    font-family: 'verdana';
    color: #adadad;
}
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.carousel-caption{
    background: transparent;
    top: 10%;
}
.carousel{
    background: black;
    height: 450px;
    overflow: hidden;
    top: 100px;
}
.item{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.item img{
    background-size: cover;
    width: 100%;
    position: absolute;
}
.carousel-caption h1,p{
    display: table;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.carousel-caption p{
    color: #fff;
    font-size: 22px;
	line-height: 30px;
    z-index: 2;
    font-family: 'robotoregular';
    width: 70%;
    height: 80px;
}
.carousel-caption h1{
    color: #fff;
    width: 80%;
    z-index: 10;
    font-size: 60px;
    font-weight: 100;
    white-space: nowrap;
    font-family: 'robotothin';
    padding-bottom: 20px;
}
.carousel-control{
    width: 54px;
    height: 54px;
    border:none;
    opacity: 1;

}
.carousel-control{
    z-index: 2;
}
.left.carousel-control{
    background: url('../img/nav-slider.png')0 0 no-repeat
}
.right.carousel-control{
    background: url('../img/nav-slider.png')-54px 0 no-repeat
}
.right.carousel-control:hover,.left.carousel-control:hover{
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease ;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;
}
.right.carousel-control:hover{
    background: transparent url(../img/nav-slider.png) no-repeat -54px -54px;
}
.left.carousel-control:hover{
    background: transparent url(../img/nav-slider.png) no-repeat 0 -54px;
}
@-webkit-keyframes an1{
    0%{opacity: 1;-webkit-transform: scale(1);}
    50%{opacity:0.3;-webkit-transform: scale(0.8)}
    100%{opacity:1;-webkit-transform: scale(1)}
}
@-moz-keyframes an1{
    0%{opacity: 1;transform: scale(1);}
    50%{opacity:0.3;transform: scale(0.7)}
    100%{opacity:1;transform: scale(1)}
}
@-o-keyframes an1{
    0%{opacity: 1;transform: scale(1);}
    50%{opacity:0.3;transform: scale(0.7)}
    100%{opacity:1;transform: scale(1)}
}
@-ms-keyframes an1{
    0%{opacity: 1;transform: scale(1);}
    50%{opacity:0.3;transform: scale(0.7)}
    100%{opacity:1;transform: scale(1)}
}
@-keyframes an1{
    0%{opacity: 1;transform: scale(1);}
    50%{opacity:0.3;transform: scale(0.7)}
    100%{opacity:1;transform: scale(1)}
}

.slide_mask{
    position: absolute;
    z-index: 1;
    background-color: hsl(0, 0%, 0%);
    height: 500%;
    opacity: 0.4;
    position: absolute;
    width: 100%;
}

.carousel-indicators {
    display: table;
    list-style: none outside none;
    margin: -180px auto;
    position: relative;
    z-index: 5;
    position: relative;
    right: 0;
    top: 0;
}
.carousel-indicators>li{
    cursor: pointer;
    background-color: #e4e4e4;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    position: relative;
    width: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.carousel-indicators>li:hover{
    background-color: #282828;
}
.carousel-indicators>li.active{
    background-color: #99CCFF;
}
.carousel-caption .link{
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: rgba(100%,100%,100%,.15);
    border: solid 1px;
    padding: 22px 27px;
    border-radius: 5px;
    z-index: 2;
    display: table;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    font-family: 'robotolight';
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.carousel-caption .link:hover{
    text-decoration: none;
    border-color: #99CCFF;
    background-color: #99CCFF;
    color: #fff;
}


.carousel-fade {
  .carousel-inner {
    .item {
      opacity: 0;
      transition-property: opacity;
    }

    .active {
      opacity: 1;
    }

    .active.left,
    .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

    .next.left,
    .prev.right {
      opacity: 1;
    }
  }

  .carousel-control {
    z-index: 2;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
