body{
    color:#808080;
    font-family: 'Didact Gothic', sans-serif;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.carousel-caption .titleslider{
    text-align: left;
    text-shadow:0px 2px 7px rgba(0,0,0,.75);
    font-size: 300%;
}

.descriptionslider{
    
    text-shadow:0px 2px 7px rgba(0,0,0,.75);
}

.carousel-caption .titleslider span{
    font-size:150%;
    display:block;
    line-height: 50%;
}


.carousel-caption .descriptionslider{
    
    text-align: left;
}
.arrowbuttom{
    padding:5px;
    background-color:rgba(0,0,0,.3);
    font-size:80%;
    margin-top:-45px;
}

.bggardientblack a{
    color:#fff;
}

a:hover{
    color:#000;
}

footer a:hover{
    color:#fff;
}

.content .title{
    display: none !important;
}

.content, .subtitle{
    font-family: 'Open Sans', sans-serif;
}

.contentmodule h2.title{
    font-size: 20px;
}
a{
    color:#808080;
}

.header {
     margin-bottom: 0px; 
}

.bgimgvertical{
    background-size: auto 151% !important;
}

.btnmenu.padding-small {
    padding: 6px 15px !important;
}

.description p{
    margin-bottom: 15px !important;
}

.languagechange{
    background: none;
    color:#F7931E;
    border: none;
    padding: 8px 15px;
}

.height60v{
    height: 60vh;
}

.height300px{
    height: 300px;
}

.round{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

a:hover{
    text-decoration: none;
}

.services .bgimgv {
    background-size: auto 90% !important;
}

.content .imgspaces{
    position:relative;
}

.services {
    padding-top:35px;
}

.services h2.title{
    display:none !important;
}


.bot2 {
    bottom: -126px;
}

.bg-grey{
    background-color:#F2F2F2;
}

#carousel-slide .carousel-indicators{
    top:20px !important;
}

footer,footer h1{
    color:#fff;
}

footer p{
    font-size:90%;
}

footer a{
    color:#fff;
    font-size:90%;
}

.letterspacing{
    letter-spacing: 1px;
}

.mainmenu{
    margin-top:55px;
}

.footer4{
    text-align:right;
}

.mainmenu a{
    font-family: 'Open-Sans', sans-serif;
    color:#808080;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 71px 20px 10px 20px;
    letter-spacing: 1px;
}

.mainmenu a.active{
    color:#FF8A00 !important;
    background-color:#fff !important;
}


h2.title{
    font-size:32px;
    font-weight: 600;
    color:#000;
    margin-bottom:35px;
}

.white h1, .white h2{
    color:#fff;
}

.top h1{
    font-size:37px !important;
}


footer h1.title{
    font-size:24px;
    border-bottom:1px solid rgba(255,255,255,.5);
    padding-bottom:3px;
    margin-bottom: 10px;
}

a.btn{
   
}

.vertical-align{
    top:50%;
}

a.btns{
    border:1px solid #777;
    color:#777;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px ;
    padding:7px 15px;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size:14px;
    background-color:#fff;
}

.contentmodule .imgspace{
    padding:50px;
}

.spacecontent{
    background-color:#f4f4f4;
}


.content .slogan{
    font-style: italic;
    color:#bbb;
    margin-bottom: 50px;
}

.content .title,  .catalog .title{
    position: relative;
    margin-bottom:15px;
    display: inline-block;
}

.contentmodule .btnarea{
    margin-top:25px;
    margin-bottom:85px;
}

.callus{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    line-height: 105%;
    padding-top: 25px;
    margin-left: 70px;
}

.grey{
    color:#808080;
}

.blue{ 
    color:#0071BC !important;
}

.orange{
    color:#F7931E;
}

.bggreyd{
    background-color: #333;
}

.bgblue{
    background-color:#003959;
}

.bggardientblack{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+17,0+83,0.65+99 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 17%, rgba(0,0,0,0) 83%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,0) 83%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,0) 83%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.big{
    font-size:350%;
}

.margin-top-large{
    margin-top:204px;
}

.margin-bottom{
    margin-bottom: 45px;
}

.languages{
    margin-left:15px;
}

.footimgline{
    height:95px;
    margin-top:-35px;
    background-size:100% auto;
    background-repeat: no-repeat;
}

.itemcontentbg{
    height: 650px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}


.page-item.active .page-link {
    color: #fff !important;
    background-color: #FF8A00 !important;
    border-color: #FF8A00 !important;
}

.page-link {
    color: #FF8A00 !important;}


.itemcat h1{
    font-size:20px;
}


@media (max-width: 1850px) {
    #carousel-slide .height60vh{
      height: 65vh !important;
    }
}


@media (min-width: 1660px) {
    #carousel-slide .height60vh{
      height: 65vh !important;
    }
}

@media (max-width: 1650px) {
    #carousel-slide .height60vh{
        
      height: 70vh !important;
    }
    
}

@media (max-width: 1350px) {
    .footimgline{
        background-size: auto 100%;
    }
    
    #carousel-slide .height60vh{
        
      height: 60vh !important;
    }
    
    
    .itemcontentbg{
    height: 390px;}
    
    .btnmenu{
        margin-top:14px;
    }
    
    .header .nav {
        margin-top: 13px;
    }
}

@media (max-width: 1035px) {
    #carousel-slide .height60vh{
        
      height: 50vh !important;
    }
    
    .navigationcell {
        background-color:#FF8A00; 
        color:#fff !important;
        margin-top:5px;
    }
        
    .navigationcell li{
        display:block !important;
        width:100% !important;
    }
    
    .logospace img{
        max-width: 250px;
    }
    
    .navigationcell, .navigationcell a{
        text-align: center !important;
        color:#fff !important;
    }
    
    .navigationcell a.active{
        color:#fff !important;
    }
    
    .navigationcell a{
        padding:15px 25px !important;
    }
    
    footer .contacts{
        text-align:center;
    }
    
    footer .copyright{
        text-align:center;
        margin-top:25px;
    }
    
    .allspacemenmovile{
        text-align:right;
    }
}

@media (max-width: 768px) {
    #carousel-slide .height60vh{
        
      height: 40vh !important;
    }
    
    .header .align-right {
        text-align: center !important;
    }
    
    .btnmenu {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    
    .header .float-right {
        float: none !important;
    }
    
    

}

@media (max-width: 625px) {
    
    .bgimgh {
        background-size: auto 100% !important;
        background-position: center !important;
    }

    #carousel-slide .height60vh.bgimgh.item{
        height:260px !important;
    }

    .itemproperty.margin-bottom{
        margin-bottom:10px;
    }
    
    .services .title{
        margin-top:35px;
    }
    
    .contentmodule h2.title {
        margin-top: 45px !important;
    }
    
    .content .imgspaces img{
        position:relative;
    }
    .itemcontentbg{
        height: 350px;
        background-repeat: no-repeat;
        background-size: 110% auto;
        background-position: center;
    }

    .content .title, .catalog .title {
        display: block !important;
      text-align: center;
      width:100%;
    }
    .content{
        margin-left: 0;
        margin-right: 0;
        text-align: justify;
    }
    
    
    .header{
        padding-bottom: 15px;
    }
    .header .align-right{
        text-align:center !important;
    }
    
    .header .nav{
        margin-top:0px !important;
        width: 100%;
    }
    .header .languages{
        float:none !important;
    }
    
    .content .title::before, .catalog .title::before{
        left:50% !important;
        margin-left:-27px;
    }
    
    .footimgline{
        margin-top:35px;
    }
}

@media (max-width: 575px) {
    
    .carousel-caption .titleslider {
        font-size: 220%;
    }

    .contentpropertyslide .imgstatic{
        margin:25px 0;
    }
    
    .itemcontentbg{
        height: 200px;
        background-repeat: no-repeat;
        background-size: 110% auto;
        background-position: center;
    }
    
    .team img.margin-bottom-large{
        margin-bottom:20px !important;
    }
}