@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600&subset=latin,latin-ext);


body {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  padding:0;
  background-size:cover;
}


.sub-header {
  border-bottom: 1px solid #eee;
}


.navbar-fixed-top {
  border: 0;
}


.sidebar {
  display: none;
}




.intro { position:absolute; width:100%; height:100%; top:0; left:0; background-color:#fff; z-index:9999; box-shadow:inset 0 0 100px 0 rgba(00,000,00,0.4); animation:fadeOut 500ms linear 1; animation-delay: 2s; animation-fill-mode: forwards;}
.intro .intro-logo { text-align:center; position:absolute; left:42%; right:0; top:35%; bottom:0;width:250px; height:300px;}
.intro .intro-logo .logo-d {animation:spin 1s linear 1;}
.intro .intro-logo .logo-e {animation:reveal 1s linear 1; margin-top:10px;}


@keyframes spin { 0% { transform:rotatey(-90deg); opacity:0; } 100% {transform:rotatey(0deg); opacity:1; } }
@keyframes reveal { 0% { margin-top:-10px; opacity:0; } 100% {margin-top:10px; opacity:1; } }

@keyframes logoFD {
    0% {top:35%; left:42%;}
    80% {top:10px; left:10px; opacity:1;}
	100% { opacity:0;}
}


.mobiletop { display:none;}

.language { position:absolute; right:10px; top:10px; font-size:12px; background-color:#fff; padding:5px; z-index:99999; cursor:pointer;}

.nav-sidebar {
margin: auto;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:260px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  font-size:18px;
  font-weight:100;
  color:#333;
  transition: all 500ms ease;
  padding: 7px 15px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #005ba9;
  transition: all 500ms ease;
}

.logo { width:100%; padding:15px; text-align:center;}
.logo img { width:100%; max-width:190px;}



.content-area { background-color:#fff; margin-top:5%; box-shadow: 0 0 40px 0 rgba(00,00,00,0.4); margin-bottom:5%;}
.title-float { background-color:rgba(255,0,4,0.9); padding:10px; font-size:28px; font-weight:100; color:#fff; position:absolute; left:20px; bottom:5px;     z-index: 9;}
.title-arrow { color:rgba(255,0,4,0.9); position:absolute; bottom: -26px;font-size: 31px;}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.text-content { font-size:18px; padding:15px;}
.text-content li { font-size:15px; padding-bottom:5px;}

.teams .col-md-4 {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; cursor:pointer;}



.teams .col-md-4:hover {-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;  }


.teams .col-md-4:hover .thumbnail  { -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 30px 0 rgba(0,0,0,0.4); -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; }

.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; 
}

.thumbnail img {
    width: 100%;
}


.caption h4 { font-size:20px; margin:0;}
.caption h5 { font-size:14px; color:#666; font-weight:normal;}
.caption p { font-size:16px;}


.teams h4 { font-size:24px; padding-bottom:10px;}


.contact-form input, textarea, button { border-radius:0 !important;}
.contact-form button { background-color:rgba(255,0,4,0.9); border:none; cursor:pointer;}

.projects-content { background-color:transparent; margin-top:5%;  margin-bottom:5%;}

.thumb { height:425px; position:relative; width:100%; background-color:#eee;}
.tmb { height:270px;}
.thumb>img { position:absolute; top:0; bottom:0; margin:auto; width:100%;}
.projects-title { font-weight:100; font-size:44px; color:#fff; background-color:#0d63ad; position:relative;}
.projects-title>.ti { background-color:#e74019;  padding:5px; width:350px; text-align:center;}
.projects-title>.ti2 { font-size:18px; padding:5px; position:absolute; left:360px; top:18px;   text-align:center;}

.pr-arrow { position:absolute; color:#e74019; font-size:50px; bottom:-42px; left:10px;}

.sidebar { background-image:url('../img/bg-sidebar.png'); background-repeat:repeat-x; background-position:bottom;}

.thumbnail { border-radius:0;}

.teams h4 { font-size:18px; font-weight:bold;}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(00,00,00,0.2);
    box-shadow: 0 0 25px 0 rgba(00,00,00,0.2);
	max-width:250px;
  }
  
  
}


@media (max-width: 769px) { 
body>.container { margin-top:64px;}
  .mobiletop { display:block; position:fixed; width:100%; top:0; left:0; z-index:10;}
  .logo { text-align:left; padding:5px; padding-bottom:10px; background-color:#fff;}
  .logo img {
    width: 100%;
    max-width: 102px;
	
}
.nav-sidebar { background-color:#fff; margin-top:80px; border-top:1px solid #ccc; padding-top:5px; -webkit-box-shadow: 0 10px 20px 0 rgba(00,00,00,0.4);
box-shadow: 0 10px 20px 0 rgba(00,00,00,0.4); display:none;}
.menu-open {    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 35px;}
	
.projects-title>.ti2 {
    font-size: 18px;
    padding: 5px;
    position: absolute;
    left: 5px;
    top: 44px;
    text-align: center;
}
	
.projects-title>.ti {
    background-color: #e74019;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 37px;
    height: 83px;
}	

.tmb { max-height:200px !important;}
.thumb { max-height:300px !important;}
.language { display:none;}
}