@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,cyrillic);
@font-face {
    font-family: "CenturyGothicRegular";
    src: url("../fonts/CenturyGothicRegular.eot");
    src: url("../fonts/CenturyGothicRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/CenturyGothicRegular.woff") format("woff"),
    url("../fonts/CenturyGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'DelphianC';
    font-style: normal;
    font-weight: 400;
    src: local('DelphianC'), local('DelphianC-Regular'),
        url(../fonts/DelphianC.woff) format('woff'),
        url(../fonts/DelphianC.otf) format('opentype'),
        url(../fonts/DelphianC.ttf) format('truetype');
}
body{
    font-size: 15px;
    line-height: 1.4em;
    color: #6c6c6c;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
h1, h2, h3,h4,h5,h6{color: #222;}
h1, h2, h3{text-transform: uppercase;}
h2{font-size: 25px;}
h3{font-size: 20px;}
a:hover, a:focus{ text-decoration: none;}
a{
    color: #fa5c58;
    text-decoration: none;
}
p{
    color: #222222;
    margin: 0 0 15px 0;
}
a:hover, a:focus{
    color: #fa5c58;
    text-decoration: underline;
}
section header{
    text-align: center;
    padding:20px 0;
    overflow: hidden;
}
section#portfolio header{padding:90px 0 0 0;}
section header h2{
    font-weight: 500;
    text-transform: uppercase;
}
section.dark header h2,
section.dark header p{
    color: #fff;
}
/***********************
Buttons
***********************/
.btn-primary{
    background: #fa5c58;
    border-width: 2px;
    color: #fff;
}
.btn-primary,
.btn-primary:hover{border-color: #fe4a46;}
.btn-primary:hover,
.btn-primary:focus{
    background: #fff;
    color: #fa5c58;
}
.btn{
    padding: 15px 30px;
    border-radius: 0;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}
.btn-lg{
    padding:20px 85px;
    font-size: 15px;
}
/*************************
NAVBAR
*************************/
.navbar-default{
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    height: 60px;
    border-radius: 0;
    border: none;
    transition: all 0.250s;
}
.navbar-default .nav{margin-top:5px;}
.navbar-default .nav li a{
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    border: 1px solid #fa5c58;
}
.navbar-small{height: 50px;}
.navbar-small .navbar-brand{padding: 2px 15px;}
.navbar-small .nav{
    margin-top:0;
    border: none;
}
.navbar-default .navbar-nav > li > a{border: none;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    color: #fa5c58;
    border:none;
}
.jumbotron{margin-bottom: 0;}
.slide{
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.slide .container{
    margin-top: 10%;
    /* margin-top: 20vh; */
    position: relative;
    z-index: 1;
    box-sizing: content-box;
}
.slide h1{
    vertical-align: middle;
    font-size: 55px;
    font-size: 8.5vmin;
    margin-bottom: 70px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.slide span{
    margin-bottom: 30px;
    font-family: "CenturyGothicRegular";
    font-size: 23px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 2px;
    line-height: 1.5;
}
/********************
Services
********************/
.service-item{
    position: relative;
    margin-top:80px;
}
.service-item.text-right .service-text{
    /* margin-right: 80px; */
}
.service-item.text-left .service-text{
    /* margin-left: 80px; */
}
.service-item .service-icon{
    display: block;
    text-align:center;
}
.service-item .service-icon i{
    width: 75px;
    height: 75px;
    display: inline-block;
    color: #fa5c58;
    border-radius: 100%;
    background: #000;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}
.video-wrapper{
    background-image: url(../img/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.video{
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    background:#27282b;
    background: rgba(39, 40, 43, 0.8);
    padding: 100px 0;
}
.video h3, .video p{color: #fff;}
.fa-play:before{
    padding-left: 10px;
}
/**********************
PORTFOLIO
***********************/
.centered-pills {text-align: center;}
.centered-pills ul.nav-pills {
    display: inline-block;
    margin-bottom: 50px;
}
.centered-pills li {display: inline;}
.centered-pills a {float: left;}
.nav-pills > li > a{
    border-radius: 0;
    color: #000;
    border:1px solid #000;
    margin-right: 20px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a.active{
    background: #fa5c58;
    border-color: #fa5c58;
    color: #fff;
}
.projects{margin: 0 0 70px 0;}
.portfolio-item {
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.portfolio-item figcaption {
    background: #27282b;
    background: rgba(39, 40, 43, 0.8);
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    display: block;
    opacity: 0;
}
.portfolio-item:hover figcaption {opacity: 1;}
figcaption h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 25%;
}
figcaption span {color: #fb5d59;}
.box{
    background: #27282b;
    background: rgba(39, 40, 43, 0.8);
    margin: 70px 0;
    padding: 40px;
}
.box h3, .box p{color: #fff;}
.box .delimiter,
.box p{margin-bottom: 50px;}
.box h3{margin-bottom: 20px;}
.box .delimiter{
    width: 60px;
    height: 0;
    border-bottom: 2px solid #fa5c58;
    display: block;
}
/********************************
Team
*********************************/
.team-member{
    text-align: center;
    margin-bottom: 80px;
}
.member-photo{position: relative;}
.member-photo .overlay{
    position: absolute;
    padding: 20px 50px;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    display: block;
    background: #3f3f41;
    background: rgba(63, 63, 65, 0.8)
}
.basic-info{padding: 20px 0}
/*******************************
SOCIAL ICONS
******************************/
ul.social{
    list-style: none;
    max-width: 350px;
    margin: 0 auto;
    padding: 0;
}
ul.social li{
    display: inline-block;
    width: 37px;
    visibility: visible !important;
}
ul.social li a{text-decoration: none;}
ul.social li a i{
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 0.5;
    transition: all 0.5s;
}
ul.social li a i:hover,
ul.social li a i:focus{
    border-radius: 100%;
    background-color: #fff;
    color: #fff;
}
ul.social li a:hover .fa-facebook{background-color:#3b5998;}
ul.social li a:hover .fa-twitter{background-color: #55acee;}
ul.social li a:hover .fa-dribbble{background-color: #ea4c89;}
ul.social li a:hover .fa-behance{background-color: #1769ff;}
ul.social li a:hover .fa-pinterest{background-color: #cc2127;}
ul.social li a:hover .fa-google{background-color: #dd4b39;}
.address {margin-bottom: 15px;}
.address span{
    display: block;
    font-size: 20px;
    line-height: 1.4em;
    color: #fff;
}
.circled{
    display: block;
    border-radius: 100%;
    border: 5px solid #ed1c24;
    background-color: #FFFFFF;
    width: 110px;
    height: 110px;
    color: #000;
    line-height: 97px;
    font-size: 55px;
    text-align: center;
    margin:0 auto;
    margin-bottom: 25px;
    position: relative;
}
a.circled:hover,
a.circled:focus{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #ED1C24;
    border-color: #FFF;
}
/*******************************
FORMS
********************************/
form{margin-bottom: 70px;}
.search form{margin-bottom: 0;}
.form-group .btn{width: 100%;}
.form-control{
    padding: 17px 25px;
    font-size: 15px;
    height: auto;
    border-radius: 0;
    background: #f3f3f3;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5;
    transition: all 0.5s;
    border: 1px solid #fff;
}
.form-control:focus{
    border: 1px solid #454554;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/******************************
BLOGS
*******************************/
#blog{
}
.blog-items .col-md-4{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.blog-item .meta-data{
    padding: 0 30px 30px 30px;
    position: absolute;
    bottom: 0;
    top: 205px;
}
.blog-item h3{
    color: #FFFFFF;
    font-size: 16px;
}
.blog-item p{color: #fff;}
.blog-item a{
    text-align: right;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
}
.load-more{
    padding-top:35px;
    padding-bottom: 70px;
}
/*******************************
SERVICES
********************************/
.service-item{margin-bottom: 70px;}
footer{
    text-align: center;
    background: #3d3d3d;
    color: #fff;
    padding: 37px 0 10px 0;
}
footer .copyright{ margin-bottom: 20px; float: left; text-align: left;  color: #fff; font-size: 13px;}
footer .back-to-top{
    margin-top:50px;
    display: block;
}
footer a{color: #fff;}
.mix{display: none;}
.navbar-default .navbar-nav > li > a {color: #FFF;}
.navbar-small .search input[type="text"] {margin: 11px 0;}
.search input[type="text"] {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 2px 14px;
    margin: 17px 0;
    width: 30px;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-left: 1px dotted #fff;
}
.search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    background-color: transparent !important;
    width: 24px;
    height: 27px;
    margin: auto;
    z-index: 1;
}
.search {
    position: relative;
    float: right;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent;}
#home:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}
img{max-width: 100%; height: auto;}
.hot-phone a {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    text-indent: -999px;
    overflow: hidden;
    border-radius: 100%;
    background: url(../img/avant/hotCall.png) no-repeat center #ed1c24;
    margin: 100px 23px 0 0;
    z-index: 333;
    padding: 20px 15px;
}
h2.wow.fadeInDown {
    position: relative;
    padding: 20px 0;
    margin:  0 0 80px 0;
    font-size: 44px;
    font-weight: 300;
    text-align: center;
}
h2.wow.fadeInDown:before,
h2.wow.fadeInDown:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #ed1c24;
    margin: 0 auto;
}
#carousel h2.wow.fadeInDown,
#blog h2.wow.fadeInDown{color: #333;}
h2.wow.fadeInDown:after {
    width: 66px;
    background: rgba(237, 28, 36, 0.7);
    margin: 10px auto 0 auto;
}
#services p.wow.fadeInUp {font-style: italic;}
.search:after {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: inherit;
    content: "\f002";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    overflow: hidden;
    display: block;
    background-color: transparent;
    width: 21px;
    height: 17px;
    margin: auto;
    cursor: pointer;
    padding: 1px;
}
.search:hover input[type="text"],.search input[type="text"]:hover,.search input[type="text"]:focus {
    width: 290px;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 2px;
}
.work-circle {
    padding: 60px 0 50px 0;
    position: relative;
    background: url(../img/avant/other2.png) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.work-inner h2.wow.fadeInDown.animated {
    color: #ffffff;
    text-align: center;
}
.navbar-default .navbar-nav > li:last-child:after {display: none;}
.navbar-default .navbar-nav > li:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    border-radius: 2px;
    border: 2px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
}
.circle-cover {position: relative;}
span.circle-title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.work-circle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
b{ font-weight: 400}
.address a.circled:hover,
.address a.circled:focus{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #ED1C24;
    border-color: #FFF;
}
.address .circled{
    display: block;
    border-radius: 100%;
    border: 0;
    width: 70px;
    height: 70px;
    background-color: #ed1c24;
    color: #FFF;
    line-height: 70px;
    font-size: 35px;
    text-align: center;
    margin:0 auto;
    margin-bottom: 25px;
}
section#contact {background-color: #3d3d3d;padding-top: 50px;    border-top: 1px solid #EC1B23; margin-top: 40px;}
.address>.row>div>span:first-of-type {text-transform: uppercase;margin-bottom: 11px;}
.circle-cover .circle-inner:nth-child(odd)>.circled:after,
.circle-cover .circle-inner:nth-child(even)>.circled:after {
    content: "";
    display: block;
    width: 72px;
    height: 20px;
    background: url(../img/avant/arrow-bottom.png) no-repeat;
    top: auto;
    background-size: 100% auto;
    bottom: 0;
    position: absolute;
    left: 100%;
}
.circle-cover .circle-inner:nth-child(odd)>.circled:after {
    background: url(../img/avant/arrow-top.png) no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 100%;
    bottom: auto;
}
.circle-cover .circle-inner:last-child>.circled:after {display: none;}
.seven-center {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
}
.seven-left {
    float: left;
    padding: 0;
    padding-top: 130px;
}
.seven-right {
    float: right;
    padding: 0;
    padding-top: 130px;
}
header.container {position: relative;}
.seven-center.text-center.col-sm-4 img {
    margin: 0 -15px;
    max-width: none;
}
.img-cover {margin: 0 -15px;}
.seven-inner h3 {
    color: #ed1c24;
    font-weight: 700;
    font-size: 17px;
    margin-top: 7px;
}
.seven-inner h3 span {
    color: #222;
    font-size: 25px;
}
.seven-inner p {
    font-size: 16px;
    color: #222;
}
.seven-center .seven-inner p {padding: 0 25px;}
.seven-inner {margin-bottom: 80px;}
.seven-center.text-center.col-md-4 .seven-inner {margin-bottom: 40px;}
.seven-title {
    margin-bottom: 40px;
    display: none;
}
@media (max-width: 1200px) {
    .circle-cover .circle-inner:nth-child(odd)>.circled:after,
    .circle-cover .circle-inner:nth-child(even)>.circled:after {width: 56px;}
    .search:hover input[type="text"], .search input[type="text"]:hover, .search input[type="text"]:focus{width: 240px}
}
@media (max-width: 1130px) {.search:hover input[type="text"], .search input[type="text"]:hover, .search input[type="text"]:focus{width: 200px}}
@media (max-width: 990px) {
    .circle-cover .circle-inner>.circled:after {display: none !important;}
    .seven-title,.seven-center .img-cover {display: none;}
    .seven-center {
        position: static;
        padding: 0 15px;
    }
    .seven-right, .seven-left{
        text-align: center;
        padding: 0 15px;
    }
    .seven-title{display: block;}
}
.blog-item a:after {content: " »";}
.blog-item time {
    margin: 0 0 12px 0;
    display: inline-block;
    color: #b1b1b1;
}
.blog-item .meta-data:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-filter: contrast(0.3);
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.blog-item .meta-data * {
    position: relative;
    z-index: 1;
    font-size: 14px;
}
.blog-item time span {
    color: #fff;
    font-weight: 300;
}
.carousel {position: relative}
#carousel-banner .carousel-inner {
    height: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 105px;
    margin: 0 auto;
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img { line-height: 1 }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}
/*bootstrap*/
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {display: block}
.carousel-inner>.active {left: 0}
.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next { left: 100% }
.carousel-inner>.prev { left: -100% }
.carousel-inner>.next.left,.carousel-inner>.prev.right { left: 0 }
.carousel-inner>.active.left { left: -100% }
.carousel-inner>.active.right { left: 100% }
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: .5;
    margin: auto;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {content: '\2039'}
.carousel-control .icon-next:before {content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: -45px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 0;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ed1c24;}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {text-shadow: none}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {margin-left: -15px}
    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {margin-right: -15px}
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {bottom: 20px}
}
/*bootstrap end */
#carousel-example-generic.slide {
    background: none;
    height: auto;
}
#carousel-example-generic .item ul {
    margin: 0;
    padding: 0;
}
#carousel-example-generic .item ul li {
    display: inline-block;
    margin: 0 15px;
    max-width: 280px;
}
.dst {
    float: right;
    text-align: right;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.6;
}
.dst img {
    float: right;
    display: block;
}
div#navbar-collapse>ul.nav>li:first-child>a {
    text-indent: -99999px;
    display: block;
    width: 30px;
    background: url(../img/avant/icon_home.png) no-repeat;
    background-position: center;
}
nav.navbar.navbar-default.navbar-fixed-top .container:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    left: 15px;
    right: 20px;
    bottom: 1px;
    background-color: rgba(255, 255, 255, 0.14);
    transition: all 0.5s;
    z-index: -2;
}
.navbar-small nav.navbar.navbar-default.navbar-fixed-top .container:after {bottom: 1px;}
nav.navbar.navbar-default.navbar-fixed-top .container {position: relative;}
.navbar-default .navbar-nav > li > a:before {
    top: 100%;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: transparent;
    transition: all 0.5s;
    margin-top: 2px;
}
.navbar-default .navbar-nav > li.active > a:before,
.navbar-default .navbar-nav > li:hover > a:before {
    background-color: #ef333a;
    transition: all 0.5s;
}
.navbar-default .navbar-nav > li:first-child > a:before {width: 100%;}
.nav > li > a {
    position: relative;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.nav > li:first-child {padding-left: 0;}
.nav > li {padding: 0 15px;}
.navbar-small .container:after{bottom: 0 !important;}
.navbar-small .navbar-nav > li > a:before{margin-top: -3px ;}
a.anchor {
    display: block;
    position: absolute;
    margin: 0 auto 0 auto;
    left: 0;
    right: 0;
    bottom: -110px;
}
@media (min-width: 600px) {
    #home{height: 777px !important; overflow: hidden;}
}
footer .container {
    border-top: 1px solid #505050;
    padding-top: 17px;
}
.circle-cover .circle-inner:nth-child(1) a.circled {background: url(../img/avant/icons1b.png) no-repeat center #ffffff;}
.circle-cover .circle-inner:nth-child(1) a.circled:hover {background: url(../img/avant/icons1w.png) no-repeat center #ED1C24;}
.circle-cover .circle-inner:nth-child(2) a.circled {background: url(../img/avant/icons2b.png) no-repeat center #ffffff;}
.circle-cover .circle-inner:nth-child(2) a.circled:hover {background: url(../img/avant/icons2w.png) no-repeat center #ED1C24;}
.circle-cover .circle-inner:nth-child(3) a.circled {background: url(../img/avant/icons3b.png) no-repeat center #ffffff;}
.circle-cover .circle-inner:nth-child(3) a.circled:hover {background: url(../img/avant/icons3w.png) no-repeat center #ED1C24 ;}
.circle-cover .circle-inner:nth-child(4) a.circled {background: url(../img/avant/icons4b.png) no-repeat center #ffffff;}
.circle-cover .circle-inner:nth-child(4) a.circled:hover {background: url(../img/avant/icons4w.png) no-repeat center #ED1C24;}
.circle-cover .circle-inner:nth-child(5) a.circled {background: url(../img/avant/icons5b.png) no-repeat center #ffffff;}
.circle-cover .circle-inner:nth-child(5) a.circled:hover {background: url(../img/avant/icons5w.png) no-repeat center #ED1C24 ;}
.circle-cover .circle-inner:nth-child(6) a.circled {background: url(../img/avant/icons6b.png) no-repeat center #ffffff;}
.circle-cover .circle-inner:nth-child(6) a.circled:hover {background: url(../img/avant/icons6w.png) no-repeat center #ED1C24 ;}
.navbar-nav > li:hover > .dropdown-menu {display: block;}
ul.nav.navbar-nav ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ef333a;
}
@media (max-width: 768px){
    .navbar-default .nav {background-color: rgba(0, 0, 0, 0.5);}
    .navbar-default .navbar-nav > li > a:before,.navbar-default .navbar-nav > li:after,nav.navbar.navbar-default.navbar-fixed-top .container:after{display: none;}
    .navbar-default .navbar-nav > li > a{padding-left: 10px}
    /*div#navbar-collapse>ul.nav>li:first-child>a { width: auto;}*/
}
/**/
.sertificate.thumbs{padding: 20px;text-align: center;}
.sertificate.gallery{height: 370px;}
.sertificate.links{padding: 30px 120px;}
/*.thumbs{text-align: center;}*/
.thumbs a{
    display: inline-block;
    margin: 10px;
}
.thumbs img{
    padding: 8px;
    border: 1px solid #ccc;
    box-shadow: 0 0 0px rgba( 10, 0, 0, 0.5 );
    height: auto !important;
    max-height: 310px;
    -webkit-transition: background 1s ease;
    width: auto !important;
}
.thumbs a:hover img {
    box-shadow: 0 0 23px rgba( 0, 4, 4, 0.5 );
    background: rgba( 255, 255, 255, 1 );
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #fff;
}
.form-text {
    border-radius: 5px;
    border: 1px solid #444;
    padding: 5px;
}
label {width: 200px;}
.form-submit {
    border: 1px solid #444;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 5px;
    padding: 6px 15px;
}
.partner {
    width: 22%;
    float: left;
    padding: 0 15px;
    position: relative;
    height: 210px;
    margin: 0 1.5% 100px  1.5%;
    border: 1px solid rgb(61, 61, 61);
}
.partner:nth-child(4n+1) { clear: left;}
span.text_partner {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background-color: rgb(61, 61, 61);
    color: #fff;
    text-align: center;
    padding: 0 10px;
    height: 80px;
}
@media screen and (max-width: 768px) {
    ul.nav.navbar-nav ul.dropdown-menu {
        position: static;
        float: none;
    }
}
.client_image ul li a img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
}
#carousel-example-generic.slide{margin-bottom: 50px; }
.partner img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.partner:hover img {-webkit-filter: blur(3px);}
.articles_page {
    width: 30%;
    float: left;
    margin: 1.5%;
    padding: 10px 15px;
    min-height: 255px;
}
span.inner_articles_page_photo {
    float: left;
    margin: 0 10px 5px 0;
    /* padding: 5px; */
    border: 2px solid #ccc;
}
span.inner_articles_page_title {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
}
.article_page img.inner_article_page_image {
    float: left;
    margin: 0 10px 10px 0;
}
div#scroller{display: none !important;}
@media(min-width: 768px){
    .portfolio_left {
        float: left;
        width: 25%;
        margin: 15px 0 0 0;
    }
/*
    .portfolio_right {
        float: left;
        width: 80%;
    }
*/
}

.portfolio_right{
    margin-bottom: 20px;
}

.protfolio_pages {
    height: 0;
    width: calc((100% + 4px) / 4 - 4px);
    padding-bottom: calc((100% + 4px) / 4 - 4px);
    overflow: hidden;
    position: relative;
/*
    float: left;
    padding: 0 15px;
    margin: 15px 0;
    position: relative;
*/
}

.inner_protfolio_pages_photo{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
}

.protfolio_pages img{
    height: 100%;
    width: auto;
    max-width: none;
}

.protfolio_pages.wide {
    width: calc((100% + 4px) / 2 - 4px);
}

.protfolio_pages.wide img{
    width: 100%;
    height: auto;
}

.protfolio_pages.tall {
    padding-bottom: calc((100% + 4px) / 2 - 4px);
}

.protfolio_pages.big {
    width: calc((100% + 4px) / 2 - 4px);
    padding-bottom: calc((100% + 4px) / 2 - 4px);
}

.protfolio_pages img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.inner_protfolio_pages_title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-family: DelphianC;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 20px 0;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
}

.protfolio_pages a:hover .inner_protfolio_pages_title{
    opacity: 1;
}

.protfolio_pages img{
    transition: filter .3s;
    -webkit-transition: -webkit-filter .3s;
    -moz-transition: -moz-filter .3s;
    -o-transition: -o-filter .3s;
    -ms-transition: -ms-filter .3s;
}

.protfolio_pages a:hover img{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

/*span.inner_protfolio_pages_photo img {width: 100%; height: 150px;}*/

span.portfolio_left_category {
    font-size: 16px;
    color: #fff;
    background-color: rgb(50, 50, 50);
    display: block;
    height: 34px;
    text-align: center;
    padding: 6px 0 0 0;
    margin: 0 0 0 0;
}

ul.portfolio_block {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.portfolio_block li {
    display: inline;
    padding: 0;
    margin-right: 20px;
}
.portfolio_block li a {
    text-decoration: none;
    font-weight: 700;
    color: #444;
}
ul.portfolio_block .active>a {
    color: #E64046;
}
.portfolio_block li:hover {cursor: pointer;}
.portfolio_block li a.active ,.portfolio_block li:hover a {color: #fa5c58;}
/*.tos-wrapper.tos-fill .tos-slide.tos-image > img{
    min-height: 50% !important;
    min-width: 50% !important;;
}*/
.portfolios a {
    display: inline-block;
    margin: 5px;
}
.portfolios a img {
}
.sharing_text{
  margin-top: 20px;
}
.news_page .blog-item .meta-data{
    top: 215px;
    /*background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #4F4F4F;*/
}
@media (min-width:600px){
    .news_page .blog-item img{
        width:410px;
    }
}
span.inner_faq_page_title {
    display: block;
    font-size: 16px;
    color: rgb(237, 28, 36);
    cursor: pointer;
    font-weight: 600;
    border-bottom: 2px dotted #ED1C24;
    padding-bottom: 5px;
    margin-bottom: 12px;
}
span.inner_faq_page_created,
span.inner_faq_page_body {display: block;}
.faq_page_inner {display: none;}
.faq_page {
    margin: 0 0 8px 0;
    padding: 0 0 3px 0;
}
.faq_pages .faq_page:first-child .faq_page_inner {display: block;}
/*.region.region-content {float: left;}*/
.anchor img:hover  {opacity: 1}
.anchor img  {opacity: 0.6}
.popups {
    display: block;
    position: fixed;
    top: 0;
    z-index: 300000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .8);
}
.inner_popups {
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: rgb(255, 255, 255);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 55px auto;
    max-width: 600px;
    min-height: 420px;
}
.send_call_request input {
    display: block;
    margin: 25px 10% 0 0;
    width: 60%;
    border-radius: 1px 1px 1px 1px;
    border: 1px solid #A9A9A9;
    height: 35px;
    padding: 0 10px;
    float: right;
}
button.inner_send_call_request_submit {
    background-color: #ED1C24;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 20px;
    outline: none !important;
    border: 1px solid #ED1C24;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    margin: 15px;
    padding: 12px 21px;
}
.popups{display: none;}
.after_submit {
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 20px;
}
.scrolling {
    padding-top: 50px;
    /*margin-top: -50px;*/
}
.address a{color: #fff;}
.address a:focus,
.address a:hover{
    color: #fa5c58;
    text-decoration: none;
}

table.views-table.cols-5 {width: 1110px;}
table.views-table thead tr th,tbody tr td {
    border: 1px solid #000;
    padding: 3px 0 3px 20px;
}
.seven-inner:last-child{margin: 0;}
.ajax_loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    z-index:2000;
}
.inner_popups>span {
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 1em 0;
}
.send_call_request input.empty {border: 1px solid #F00 !important;}
a.carousel-control {z-index: 9;}
.clearfix+div#carousel-example-generic {
    margin-top: 30px;
    margin-bottom: 0;
}
div#portfolio {
    text-align: center;
    position: relative;
}
#portfolio.image-view a{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    margin: 0;
}
#portfolio.image-view a:first-child{
    left: 0;
    right: auto;
}
input.webform-submit.button-primary.form-submit:hover {background-color: rgb(237, 28, 36);}
.popups {
    overflow-y: scroll;
    overflow-x: hidden;
}
#block-block-6 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body.no-scroll {overflow-y: hidden; padding-right: 17px;}
span.closing_popups {
    background-color: #ED1C24;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 20px;
    outline: none !important;
    border: 1px solid #ED1C24;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    margin: 0;
    padding: 2px 9px 4px 8px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}
form.send_call_request {text-align: center;}
textarea.inner_send_call_request_comment {
    float: right;
    margin: 25px 10% 25px 0;
    display: block;
    width: 60%;
    padding: 0 10px;
    clear: both;
}
form.send_call_request>div:last-child {clear: both;}
form.send_call_request>div:first-child {
    float: left;
    width: 25%;
    margin-left: 2%;
}
.articles_page {
    border: 1px solid #ED1C24;
    border-radius: 27px;
}
.contact_right {
    float: right;
    margin-top: 40px;
}
span.inner_articles_page_text {display: block;}
.carousel-control.left {
    background-image: url(../img/avant/carouselright.png);
    background-size: cover;
}
.carousel-control.right {
    background-image: url(../img/avant/carouselleft.png);
    background-size: cover;
}
.form-textarea-wrapper.resizable.textarea-processed.resizable-textarea {
    max-width: 506px;
    border: 1px solid #444;
    border-radius: 5px;
    overflow: hidden;
}
.form-textarea-wrapper.resizable.textarea-processed.resizable-textarea textarea{border: 0;padding: 5px;}
label[for="edit-captcha-response"] {width: auto;}
.form-item.form-type-textfield.form-item-captcha-response .description {max-width: 505px;}
div#carousel-example-captions {
    position: absolute;
    bottom: 0;
}
#block-system-main .carousel-inner {padding: 0 40px; text-align: left;}

.portfolio-carousel{
    margin-top: 30px;
    height: 190px;
    overflow-x: hidden;
    white-space: nowrap;
}

.portfolio-carousel a {
    display:inline-block;
    position:relative;
    margin:5px;
}
.portfolio-carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    clear: both;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    color: #fff;
    text-align:center;
    white-space: normal;
}
.back_port a {
    display: block;
    float: left;
    padding: 5px 15px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.back_port a:before {content: "« ";}
#carousel-banner{
    position: absolute;
    max-height:100%;
    overflow: hidden;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
}
div#carousel-example-generic img {}
div#carousel-example-generic .client_image  img { height: auto;}
.clearfix+div#carousel-example-generic {
    margin-top: 7px;
    margin-bottom: 0;
    border-top: 2px dotted #ccc;
    padding-top: 25px;
}
#carousel-banner .carousel-control.left {
    background-image: url(../img/avant/wcarouselright.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 5%;
}
#carousel-banner .carousel-control.right {
    background-image: url(../img/avant/wcarouselleft.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 5%;
}
.no-scroll .hot-phone a { right: 17px; }
.title_portfolio h2 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 0;
    padding-top: 35px;
}
.portfoliopage .col-sm-2.col-xs-4 { margin: 15px 0;}
@media (max-width: 768px){
    div#navbar-collapse>ul.nav>li:first-child>a{margin-left: 22px;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {border-top: 0;}
    .search{display: none;}
    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 18px;
    }
}
@media (max-width: 600px){
    /*#home{display: none}*/
    .blog-items.clearfix .blog-item.col-md-4.wow.fadeInLeft img {width: 100%;}
    #carousel{display: none;}
    .blog-item .meta-data {top:auto;}
    section#contact {margin-top: 0;}
    .title_portfolio {display: none;}
    .portfoliopage { display: none; }
    .address .circled{display: none}
    .dst{float: none}
    ul.social{clear: both}
    .protfolio_pages {padding: 0 5px;}
    span.inner_protfolio_pages_title{
        position: static;
        display: block;
    }
}
@media(max-width: 1020px){.search {display: none;}}
@media(max-width: 1000px){.articles_page{width: 47%}}
@media(max-width: 768px){.articles_page{width: 100%}}
@media(min-width: 1000px){.articles_page:nth-child(3n+1) { clear: both;}}
.back_port:after {
    content: "";
    display: block;
    clear: both;
}
#carousel-example-generic .portfolios a {
    position: relative;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 768px){#carousel-example-generic .portfolios a { width: 33%;}}
@media (max-width: 1100px){.search:hover input[type="text"],.search input[type="text"]:hover,.search input[type="text"]:focus {width: 135px}}
header .container-fluid {max-width: 1170px;}
@media (max-width: 1200px){.contact_right{float: none}}
input[type="submit"]:hover {background-color: #ED1C24; }
@media (max-width: 991px){.partner{width: 47%}}
span.call_req_title_2:after,
span.call_req_title_1:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #ed1c24;
    margin: 0 auto;
}
span.call_req_title_2,
span.call_req_title_1 {
    position: relative;
    padding-bottom: 20px;
    color: #444;
    font-size: 30px;
    margin-bottom: 60px;
    font-weight: 300;
}
span.call_req_title_2:before,
span.call_req_title_1:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: rgba(237, 29, 35, 0.7);
    margin: 0 auto;
    margin-top: 12px;
}
.norm{font-weight: 400;}
#reason1 {visibility: visible; animation-delay: 0.5s;}
#reason2 {visibility: visible; animation-delay: 0.10s;}
#reason3 {visibility: visible; animation-delay: 0.15s;}
#reason4 {visibility: visible; animation-delay: 0.20s;}
#reason5 {visibility: visible; animation-delay: 0.25s;}
#reason6 {visibility: visible; animation-delay: 0.30s;}
.animate-hide { display: none;}
div#carousel-banner .item {height: 100%;}
.blog-item.col-md-4 img {width: 100%;}
@media(min-width: 1366px){ .blog-item .meta-data{top: auto;}}
div#scrollers {
    position: fixed;
    bottom: 30px;
    background: transparent url(../img/scroll.png) no-repeat left top;
    cursor: pointer;
    width: 50px!important;
    height: 50px!important;
    right: 30px;
    border-radius: 3px;
    background-size: 48px;
    display:none;
}
.socials {
    background: url(../img/whatstelegramviber.png) no-repeat top left/auto 35px;
    height: 40px;
    margin-bottom: 20px;
    margin-top: -15px;
}
@media (max-width: 600px){
    .protfolio_pages {
        float: none;
        width: 100%;
    }
}

form input {max-width: 100%;}
.hot-phone a {margin: 130px 23px 0 0;}
@media( max-width: 500px){
    .news_page .blog-item .meta-data {bottom: 0;}
}
@media (max-width:500px){
    .protfolio_pages {
        width: 50%;
    }
    .protfolio_pages:nth-child(2n+1) {
        clear: left;
    }
}
@media (max-width:500px){
    .tos-caption{
        display: none;
    }
}

/*
#content > .content{
    position: relative;
    overflow-x: hidden;
}
*/

#content > .content:after{
    content:"";
    display:block;
    clear:both;
}

.rooms_block:before{
    content:url(../img/arrow.png);
    display:block;
    font-weight:bold;
    position:absolute;
    top:25px;
    left:0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    z-index: 1;
}

#mCSB_1{
    border-left: 4px solid rgba(76,76,76,1);
    padding-left: 30px;
    -webkit-transition: border-left 400ms;
    transition: border-left 400ms;
}

.rooms_block.open #mCSB_1{
    border-left: 5px solid rgba(76,76,76,0);
}

.rooms_block.open:before{
    opacity:0;
}

.rooms_block{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    padding-left: 29px;
    overflow-y: hidden;
    z-index: 1;
}

.rooms_block li{
    position: relative;
    list-style: none;
}

.rooms_block a div{
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px;
}