@font-face {
    font-family: 'Hoefler';
    src: url('../fonts/hoefler.eot');
    src: url('../fonts/hoefler.eot?#iefix') format('embedded-opentype'),  url('../fonts/hoefler.woff') format('woff'),  url('hoefler.ttf') format('truetype'),  url('../fonts/hoefler.svg#Hoefler') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima-Webfont';
    src: url('../fonts/optima-webfont.eot');
    src: url('../fonts/optima-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/optima-webfont.woff') format('woff'),  url('optima-webfont.ttf') format('truetype'),  url('../fonts/optima-webfont.svg#Optima-Webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajanpro-Regular-Webfont';
    src: url('../fonts/trajanpro-regular-webfont.eot');
    src: url('../fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/trajanpro-regular-webfont.woff') format('woff'),  url('trajanpro-regular-webfont.ttf') format('truetype'),  url('../fonts/trajanpro-regular-webfont.svg#Trajanpro-Regular-Webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zapfino-Webfont';
    src: url('../fonts/zapfino-webfont.eot');
    src: url('../fonts/zapfino-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/zapfino-webfont.woff') format('woff'),  url('zapfino-webfont.ttf') format('truetype'),  url('../fonts/zapfino-webfont.svg#Zapfino-Webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    float:left;
    height:auto;
    font-family:'Optima-Webfont';
    width:100%;
    color:#1e1e1e;
    overflow: hidden;
    background: url('../img/bg-inner.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.home-layout{
    overflow-x: hidden;
    background: url('../img/bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header{
    position:relative;
}
h1{
    float:left;
    width:100%;
    margin-top:0;
    text-align:center;
    color:#fff;
    margin-bottom:20px;
    font-family:'ZapfinoExtraLT';
}
a{
    outline:0;
}
a:hover,
a:focus,
a:active{
    outline:0;
}

h1 img{
    width:250px;
}

.logo{
    text-align:center;
    float:left;
    width:100%;
}
.logo img{
    width:310px;
}
main{
    float:left;
    width:100%;
    margin-bottom:50px;
}
main:hover .menu-item img{
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
}
main:hover .menu-item:hover img{
    transform: scale(1.01);
    z-index:1000;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.menu-item{
    padding:0;
}
.menu-item:hover{
    z-index:1000;
}
.menu-item img{
    transition: all .3s ease-in-out;
    width:100%;
    border:3px solid #000;
    height:auto;
}
.menu-item a{
    position:relative;
    text-align:center;
    float:left;
    width:100%;
}
.menu-item p{
    background: rgba(0,0,0,0.4);
    margin:20px 0;
    width:80%;
    padding:12px 0 10px 0;
    border:4px solid #fff;
    float:left;
    font-weight:bold;
    font-size:20px;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
}

.menu-item h2.menu-button{
    padding:0 10px;
}
.menu-item h2.menu-button:before{
    content:"";
    height:4px;
    float:left;
    background:#fff;
    margin-top:42px;
    width:10%;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}
.menu-item h2.menu-button:after{
    content:"";
    height:4px;
    float:left;
    margin-top:42px;
    width:10%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
footer{
    float:left;
    width:100%;
    background:#232021;
}
footer p{
    margin:15px 5px;
    text-align:center;
    color:#fff;
    font-size:14px;
}
.copyright{
    border-top:5px solid #fff;
    float:left;
    width:100%;
}
.banners{
    padding: 10px 0;
    float:left;
    text-align:center;
    width:100%;
    background:#fff;
}

.banners img{
    float:right;
    width:auto;
    height:80px;
    padding:0 5px;
}

.hover{
    border-color:#fff;
}
/*our-story page*/
.main-header:before{
    content:"";
    height:4px;
    float:left;
    background:#fff;
    margin-top:45px;
    width:30%;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(37,33,33,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}
.main-header:after{
    content:"";
    height:4px;
    float:left;
    margin-top:45px;
    width:30%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(37,33,33,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
main .main-header{
    width:100%;
    margin:auto;
    float:left;
    color:#fff;
}
main .main-header h2{
    width:40%;
    background:#434343;
    text-transform:uppercase;
    padding:10px 10px;
    border:4px solid #fff;
    text-align:center;
    font-size:24px;
    float:left;
}
.content-text{
    padding:0;
        overflow-y: auto;
    float: left;
    height: 770px;

}
.content-text p{
    color:#fff;
    margin:0;
    font-size:18px;
    float:left;
    width:100%;
    padding:10px 30px 10px 30px;
}
.content-text p:first-child{
    padding-top:20px;
}
.content-text p:last-child{
    padding-bottom:20px;
}
section.content{
    margin-top:20px;
    float:left;
    width:100%;
    background:#fff;
}
.content-img{
    float:right;
    padding:0;
}
.content-img img{
    width:100%;
    height:auto;
}
.contact{
    z-index:100;
    position:fixed;
    right:2%;
    top:50px;
}
.contact ul{
    text-align:center;
    float:left;
    width:100%;
    margin-top:20px;
    padding:0;
}
.contact li{
    margin:10px 0;
    list-style:none;

}
.contact li a{
    float:none;
    width:auto;
}
.contact li a img{
    width:35px;
    height:auto;
}
.contact p{
    font-size:18px;
    float:left;
    width:100%;
    text-transform:capitalize;
    font-size:18px;
    text-align:center;
    color:#fff;
}
/*diference*/

.about-us{
    margin-top:10px;
    float:left;
    width:100%;
    background:#fff;
}
.about-us article{
    text-align:center;
    margin:20px 0;
    float:left;
    padding:10px 0;
    border-right:1px solid #000;
}
.about-us article:last-child{
    border:none;
}
.about-us article p,
.about-us article h3{
    float:left;
    padding:0 10px;
    width:100%;
}
.about-us article h3{
    font-size:22px;
    font-weight:bold;
    text-transform:uppercase;
}
.about-us article p{
    font-size:18px;
}
.content-map{
    padding:0;
}
.about-us article img{
    width:120px;
}
.content-map iframe{
    width:100%;
    min-height:720px;
    float:left;
}
.content-events{
    height:624px;
    overflow-y: scroll;
    background:#fff;
}
.content-events h1{
    font-size:24px;
    font-weight:bold;
    text-align:left;
    color:#000;
}
.event-content{
    text-align:left;
}
.event-content p{
    float:left;
    font-size:14px;
    width:100%;
}
.event-content p.text-muted{
    font-size:18px;
    font-weight:bold;
}
.event-logo{
    padding:15px 0 15px 0;
}
.event-logo img{
    width:100%;
    height:auto;
}
.single-event{
    border-bottom: 1px solid #c4c4c4;
    float:left;
    width:100%;
}
section h1{
    margin-bottom:5px;
    margin-top:15px;
    font-family:'Optima-Webfont';
}
.pagination {
    margin:15px 0 0 0;
}
.content-pagination{
    background:#fff;
    float:left;
    height:96px;
}
.pagination-logo img{
    width:auto;
    height:100%;
    float:right;
}
.pagination-logo{
    padding:10px 0;
    height:96px;
}
.carousel.slide{
    float:left;
    width:100%;
}
.carousel-control{
    position:relative;
    float:left;
    opacity:1;
    width:50%;
    background:transparent;
    margin-top:30px;
    height: 50px;
    text-align:center;
}
.carousel-control.right{
    background:transparent;

}
.carousel-control.left{
    background:transparent;
}
.carousel-caption{
    position:relative;
    left:0;
    right:0;
    bottom:0;
    top:0;
    color:#fff;
    width:100%;
    float:left;
    padding:0;
}
.arrow-controls{
    float:left;
    width:100%;
}
.carousel-control .fa.fa-angle-left, .carousel-control .fa.fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    position:static;
}
.carousel-control .fa.fa-angle-right{
    float:left;
    margin-left:10px;
    width:50px;
    height:60px;
    background:#434343;
    padding-left: 5px;
    padding-top: 8px;
    font-size:40px;
    text-shadow:none;
    -webkit-text-shadow:none;
}
.carousel-control .fa.fa-angle-left{
    float:right;
    margin-right:10px;
    width:50px;
    height:60px;
    background:#434343;
    padding-right:0;
    padding-top: 8px;
    font-size:40px;
    text-shadow:none;
    -webkit-text-shadow:none;
}
.carousel-control:focus, .carousel-control:hover{
    opacity:1;
}
.single-showroom{
    margin:0;
    padding:3px;
}
section.showroom:hover .single-showroom img{
    -webkit-filter: brightness(30%); /* Chrome, Safari, Opera */
    filter: brightness(30%);
}
section.showroom:hover .single-showroom:hover img{
    -webkit-filter: brightness(100%); /* Chrome, Safari, Opera */
    filter: brightness(100%);
}
.single-showroom img{
    width:100%;
    transition:0.5s ease;
    border:1px solid #fff;
    margin:0;
    float:left;
}
section.content.showroom{
    background:transparent;
    margin-top:0;
}
.showroom section.content{
    background:transparent;
}
.page-projects section.content{
    background:transparent;
}
.content-image{
    padding:0;
}
.content-image img{
    width:100%;
    height:auto;
}
.content-form{
    height:750px;
    background:#fff;
}
.form-horizontal{
    margin-top:20px;
}
.content-form h1{
    text-align:left;
    font-family:'Optima-Webfont';
    color:#000;
    text-transform:uppercase;
    font-size:30px;
    margin-bottom: 40px;
    margin-top:20px;
}
.content-form address{
    padding:0 15px;
    font-size:22px;
    float:left;
    width:100%;
    color:#1e1e1e;
}
.address-phone{
    float:left;
    color:#1e1e1e;
    width:100%;
}
.address-phone a{
    color:#1e1e1e;
}

.content-form .form-group 
.content-form .form-group textarea{
    width:100%;
    height:100px;
    overflow-y: auto;
}
.content-form .form-group input,
.content-form .form-group textarea{
    border-radius:0;
    border-color:#7f7f7f;
    /*  #a94442*/
}
.content-form .form-group.has-error input,
.content-form .form-group.has-error textarea{
    border-color:#a94442;
}
.content-form .has-error .form-control{
    border-color: #a94442;
}
.form-horizontal .control-label{
    padding-right:0;
}
.form-submit{
    color:#162c53;
    font-weight:bold;
    padding:0 0 0 5px;
}
.form-submit button{
    color:#162c53;
    padding:7px 40px 5px 40px;
    font-size:18px;
    margin-bottom:15px;
    border-radius:10px;
    border: 2px solid #c4c4c4;
    font-weight:bold;
}
.owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.8);
    text-align: center;
    width: auto;
    height: 60px;
    right: 0;
    margin: auto;
}
.owl-dot{
    display:inline-block;
    width:20px;
    margin:20px 5px;
    height:20px;
    background:url('../img/owl-dot.png') no-repeat center center;
}
.owl-dot.active{
    background:url('../img/owl-dot-active.png') no-repeat center center;
}
.event-button button{
    color:#162c53;
    margin-bottom: 40px;
    margin-top: 15px;
    text-transform:capitalize;
    padding:7px 40px 5px 40px;
    font-size:18px;
    border-radius:10px;
    border: 2px solid #c4c4c4;
    font-weight:bold;
}
.project-event{
    background:#fff;
    height:698px;
    overflow-y: auto;
}
.project-event h1{
    float:left;
    width:100%;
    text-align:left;
    font-family:'Optima-Webfont';
    color:#000;
    text-transform:capitalize;
    font-size:30px;
    margin-bottom: 20px;
    margin-top:20px;
}
.project-event p.subheading{
    float:left;
    width:100%;
    color:#1e1e1e;
    font-size:20px;
    margin-bottom:20px;
}
.project-event p{
    float:left;
    width:100%;
    font-size:14px;
}

.button_container {
    position: fixed;
    top: 4%;
    z-index:999;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    color:#fff;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;

}
.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg);
    -ms-transform: translateY(10px) translateX(0) rotate(45deg);
    -o-transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    background:#fff;
}
.button_container.active .middle {
    opacity: 0;
    background: #fff;
}
.button_container.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #fff;
}
.button_container span {
    background:#fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition:  all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 10px;
}

.button_container span:nth-of-type(3) {
    top: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, width .35s;
    -webkit-transition: opacity .35s, visibility .35s, width .35s;
    -moz-transition: opacity .35s, visibility .35s, width .35s;
    -o-transition: opacity .35s, visibility .35s, width .35s;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 50;
}
.overlay:before {
    content: '';
    background: #232021;
    left: -55%;
    top: 0;
    width: 51%;
    height: 100%;
    position: absolute;
    transition: left .35s ease;
    -webkit-transition: left .35s ease;
    -moz-transition: left .35s ease;
    -o-transition: left .35s ease;
    transition: left .35s ease;
    cursor: pointer;

}

.overlay:after {
    content: '';
    background: #232021;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}
.overlay.open:before {
    left: 0;
}

.overlay.open:after {
    right: 0;
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
    -webkit-animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    -moz-animation: fadeInRight .5s ease forwards;
    -moz-animation-delay: .35s;
    -ms-animation: fadeInRight .5s ease forwards;
    -ms-animation-delay: .35s;
    -o-animation: fadeInRight .5s ease forwards;
    -o-animation-delay: .35s;

}
.overlay.open li:nth-of-type(2) {
    animation-delay: .45s;
    -moz-animation-delay: .45s;
    -webkit-animation-delay: .45s;
    -ms-animation-delay: .45s;
    -o-animation-delay: .45s;
}
.overlay.open li:nth-of-type(3) {
    animation-delay: .55s;
    -webkit-animation-delay: .55s;
    -moz-animation-delay: .55s;
    -o-animation-delay: .55s;
    -ms-animation-delay: .55s;
}
.overlay.open li:nth-of-type(4) {
    animation-delay: .65s;
    -webkit-animation-delay: .65s;
    -moz-animation-delay: .65s;
    -o-animation-delay: .65s;
    -ms-animation-delay: .65s;
}
.overlay.open li:nth-of-type(5) {
    animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
}
.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    z-index: 100;
}
.overlay  ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; 
}
.overlay li {
    height:20%;
    height: calc(100% / 5);
    position: relative;
    opacity: 0;
}
.overlay li  a {
    font-size:30px;
    text-transform:uppercase;
    color: #fff;
    text-decoration: none;
    position:relative;
    overflow: hidden;
}
.overlay li  a:hover:after,
.overlay li  a:focus:after,
.overlay li  a:active:after {
    width: 150%;
    opacity:1;
}

.overlay li  a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0%;
    opacity:0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 3px;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(30%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    transition: .35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
.content-form .form-group .col-sm-10{
    color: #a94442;
    font-size: 12px;
}
section.col-sm-6.content-form{
    padding-top: 40px;
}
section.content .owl-carousel .owl-item img{
    transition:1s;
    -webkit-transition:1s;
    -moz-transition:1s;
    -ms-transition:1s;
    -o-transition:1s;
    filter: brightness(0.3);
    -webkit-filter: brightness(0.3);
    -moz-filter: brightness(0.3);
    -ms-filter: brightness(0.3);
    -o-filter: brightness(0.3);
}
section.content .owl-carousel .owl-item.active img{
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -ms-filter: brightness(1);
    -o-filter: brightness(1);
}

section.content .owl-nav{

}
section.content .owl-nav .owl-next{
    right: -80px;
    position:absolute;
    top: 33%;
    transform: translateY(-33%);
}
section.content .owl-nav .owl-prev{
    left: -80px;
    position:absolute;
    top: 33%;
    transform: translateY(-33%);

}
section.content .owl-nav .owl-next,
section.content .owl-nav .owl-prev{
    display:inline-block;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    background:#434343;
    width:50px;
    height:60px;
    font-size:1px;
    color:transparent;
    float:none;
}

section.content .owl-nav .owl-next:before{
    font-family:FontAwesome;
    content: "\f105";
    color:rgba(255, 255, 255, 1);
    margin-left:19px;
    font-size:40px;

}
section.content .owl-nav .owl-prev:before{
    content: "\f104";
    color:rgba(255, 255, 255, 1);
    font-family:FontAwesome;
    font-size:40px;
    margin-left:15px;
}
.project-description{
    padding:10px 15% 30px 15%;
    width:100%;
    float:left;
    background:rgba(0, 0, 0, 0.5);
}
.project-description h2{
    color:#fff;
    font-weight:bold;
    font-family:'Optima-Webfont';
}
.project-description p{
    font-size:18px;
    color:#fff;
}
.project-caption{
    position:absolute;
    top:auto;
    padding:0 10px;
    bottom:5%;
}
.project-caption h2{
    font-weight:bold;
    font-size:24px;
    text-transform:uppercase;
    text-shadow:2px 2px 1px #000;
}
.project-caption p{
    font-weight:bold;
    text-transform:uppercase;
    font-size:16px;
    text-shadow:2px 2px 1px#000;
}
#owl-projects img{
    border:3px solid #000;
}
.project-owl-content{
    margin-top:100px;
}
.project-owl-content.margin-none{
    margin-top:0;
}
a.back{
    color:#A9A9A9;
    font-size:18px;
    margin-bottom:20px;
    transition: .3s;
    font-weight:bold;
}
a.back:hover,
a.back:focus,
a.back:active{
    text-decoration:none;
    color:#fff;
}

a.back:before{
    font-family:FontAwesome;
    content: "\f100";
    margin:0 5px;
}
.default-layout section.content{
    background:#425a69;
}
.default-layout.page-projects section.content{
    background:transparent;
}
.owl-item div a{
    float:left;
    width:100%;
}
.owl-item div a .menu-item{
    float:left;
    width:100%;
}

.owl-item .menu-item p span{
    width: 100%;
    font-weight: normal;
    padding-top: 10px;
    float: left;
}
.owl-item .menu-item h2.menu-button:before{
    margin-top:60px;
}
.owl-item .menu-item h2.menu-button:after{
    margin-top:60px;
}






/* SPLASH */

.splash {
    /*background-image: url(/img/back-backup.jpg);*/
    background-color: black;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1000;
}
.splash-bg{
    position:absolute;
  width:200px;
  top:-50%;
  bottom:-50%;

/*this is the gradient color*/ 
background-image: -ms-linear-gradient(left, transparent 0%, rgba(255,255,255,0.2) 49%,rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 51%, transparent 100%);
background-image: -moz-linear-gradient(left, transparent 0%, rgba(255,255,255,0.2) 49%,rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 51%, transparent 100%);
background-image: -o-linear-gradient(left, transparent 0%, rgba(255,255,255,0.2) 49%,rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 51%, transparent 100%);
background-image: -webkit-linear-gradient(left, transparent 0%, rgba(255,255,255,0.2) 49%,rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 51%, transparent 100%);
background-image: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.2) 49%,rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 51%, transparent 100%);
  -webkit-transition: all 2s;
  -moz-transition: all 2s ;    
  -ms-transition: all 2s ; 
  -o-transition: all 2s ; 
  transition: all 2s ;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);

  -webkit-animation:moving-box 2s infinite;
  -moz-animation:moving-box 2s infinite;
  -o-animation:moving-box 2s infinite;
  animation:moving-box 2s infinite;
}

@keyframes moving-box {
    from {
        left:-50%;
        opacity:0;
    }
    20%{
        opacity:1;
    }
    80%{
        opacity:1;
    }
    to {
        opacity:0;
        left:150%;
    }
}

@-webkit-keyframes moving-box {
    from {
        left:-50%;
        opacity:0;
    }
    20%{
        opacity:1;
    }
    80%{
        opacity:1;
    }
    to {
        opacity:0;
        left:150%;
    }
}
@-moz-keyframes moving-box {
    from {
        left:-50%;
        opacity:0;
    }
    20%{
        opacity:1;
    }
    80%{
        opacity:1;
    }
    to {
        opacity:0;
        left:150%;
    }
}
@-o-keyframes moving-box {
    from {
        left:-50%;
        opacity:0;
    }
    20%{
        opacity:1;
    }
    80%{
        opacity:1;
    }
    to {
        opacity:0;
        left:150%;
    }
}
.splash-back {
    margin-left: auto;
    margin-right:auto;
    background-image:url(/img/splash-circle.png);
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    height:600px;
    margin-top:-20px;
    opacity:0.8;
    margin-top:20px;
}

.splash-logo {
    margin-top:40px;
}

.splash-slogan {
    width:300px;
    color:#FFF;
    height:20px;
    padding-left:10px;
    padding-right:10px;
    margin-top:15px;
    font-family: "Trajanpro-Regular-Webfont";
}

.splash-slogan-big {
    width:450px;
    color:#FFF;
    font-family: "Zapfino-Webfont";
    display: block;
    font-size: 50px;
    margin-top:40px;
    padding-top:25px;
    padding-bottom:25px;
}

.splash-adress {
    margin-top:100px;
    font-family: "Optima-Webfont";
    display: block;
    font-size: 16px;
    color:#FFF;
}
.slogan{
    display:none;
/*font-family: "Zapfino-Webfont";
font-size:50px;
text-shadow: 1px 1px 5px #000,
            -1px -1px 5px #000,
             1px -1px 5px #000,
            -1px 1px 5px #000,
            1px 1px 10px #000,
            -1px -1px 10px #000,
             1px -1px 10px #000,
            -1px 1px 10px #000,
            1px 1px 20px #000,
            -1px -1px 20px #000,
             1px -1px 20px #000,
            -1px 1px 20px #000,
            1px 1px 30px #000,
            -1px -1px 30px #000,
             1px -1px 30px #000,
            -1px 1px 30px #000;*/
}
.contact-us{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.copyright p strong {
    font-size: 16px;
    
}

.contact-us:hover{
  color: #fff;
}

.fa.fa-phone,.fa.fa-envelope-o{
    font-size: 30px;
    color: #fff; 
    
}

.gallery-details {
    width: 100%;
    display: inline-block;
    position: relative;
}
.gallery-details .carousel-control.left {
    position: absolute;
    left: -80px;
    top: 52%;
    transform: translateY(-52%);
    margin: 0;
    float: left;
}

.gallery-details .carousel-control .fa.fa-angle-left {
    float: left;
    display: inline-block;
}

.gallery-details .carousel-control.right {
    position: absolute;
    right: -80px;
    top: 52%;
    transform: translateY(-52%);
    margin: 0;
    float: left;
}

.gallery-details .carousel-control .fa.fa-angle-right {
    float: right;
    display: inline-block;
}

.project-owl-content .carousel-projects-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap; 
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;
    margin: 0 -3px;
}

.project-owl-content .carousel-img {
    width: 33.3333%;
    padding: 3px;
}

.project-owl-content .menu-item h2.menu-button {
    margin: 0;
}

@media (max-width: 1199px) {
    
    .project-owl-content .menu-item {
        padding-bottom: 0;
    }
    
    .project-owl-content .menu-item p {
        font-size: 16px;
    }
    
}

@media (max-width: 991px) {
    
    .project-owl-content .menu-item p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .project-owl-content .menu-item h2.menu-button {
        display: none;
    }
}

section.content .project-owl-content .owl-nav .owl-prev,
section.content .project-owl-content .owl-nav .owl-next {
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.content .project-owl-content .owl-nav .owl-prev:before,
section.content .project-owl-content .owl-nav .owl-next:before {
    color: #434343;
}