/* ------------------------------------------------------------------------------
	Template Name: Auro
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/




/* ------------------------------------------------------------------------------
	 @import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,500,600,700);
	 Typography
-------------------------------------------------------------------------------*/
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 24px;
	color: #87c442;
	text-transform: uppercase;
	font-weight: 300;
}
.btn {
	background-color: #fff;
	margin-top: 30px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
        padding:;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #87c442;
	color: #fff;
        position: relative;
        vertical-align: bottom;
}
.btn-large {
	padding: 15px 40px;
}

#logo-container img {
   .img-responsive
        max-windth: 100%;
        height: auto;
}

/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #87c442;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-ciconoicon color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0 50px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
        background-color: #fff;
}
/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 94%;
	z-index: 999;
	margin-left: 3%;
	margin-right: 3%;
}
#header .header-content {
	margin: 0 auto;
	padding: 36px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	font-size: 21px;
	color: #000;
	font-weight: 700;
	float: left;
	text-transform: uppercase;
}

#logo-container {
    width: 120px;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    padding-top: 0px;
    position: relative;
}

#logo-container img {
  max-height:100%;
  max-width: 100%;
}

.logo { width: 130px; height: 31px; background-image: (images/logo.png); }

#header.fixed {
	background-color: #fff;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 16px;
}
.icon {
	font-size: 26px;
	vertical-align: middle;
}
.language_box {
	width: 100px; 
border:1px solid #404040; 
height: auto;
line-height: auto;
position: relative;
color:404040;
text-align: right; 
font-size: 20px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin-left: 20px;
    margin-right: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
	vertical-align: middle;
}
.navigation a:hover, .navigation a.active {
	color: #87c442;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 3%;
	text-indent: 100%;
	top: 27px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: rgba(0,0,0,0);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: rgba(0,0,0,0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #87c442;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #87c442;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(135, 196, 66, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(250,250,250,0.9);
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
#lang ln_btn2 font2 {
    border-style: solid;
    border-width: 5px;
}
/* Custom dropdown */

.custom-sel a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.custom-sel a:hover {
  text-decoration: none;
  background-color: #EDF0F2;
  color: #ffffff;
}

.custom-sel a.selected {
  background-color: transparent;
}

.custom-sel a.selected:hover {
  background-color: transparent;
  color: #cc0033;
}

.hidden {
  display: none;
}

.lightblue {
  color: #cc0033;
  margin-left: -4px;
}

.show-sel {
  background-color: #ffffff;
  box-shadow: -5px 0px 65px 0px rgba(0, 0, 0, 0.18);
}

.custom-sel {
  margin: 0px;
  display: inline-block;
}


/* Custom dropdown */

.selectpicker {
   color: #87c442;
   position:relative;
   vertical-align: middle;
}
/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/
.carousel {
        width: 94%;
	height: auto;
	margin: auto;
        overflow: hidden;   
}
.item, .active, .carousel-inner {
	height: 100%;
}
.carousel-caption {
	bottom: 60%;
	color: #fff;
	left: 7%;
	padding-bottom: 20px;
	padding-top: 25px;
	position: absolute;
	right: 15%;
	text-align: left;
	z-index: 10;
}
.carousel-caption h3 {
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	text-shadow: none;
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.carousel-caption p {
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	text-shadow: none;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}
/* ------------------------------------------------------------------------------
	 Swiper
-------------------------------------------------------------------------------*/


    
    /* .swiper-slide img{max-height:400px;width:auto;} */
    
  
/* ------------------------------------------------------------------------------
	 About
-------------------------------------------------------------------------------*/
.about {
	width: 94%;
	margin: auto;
	background-color: #fff;
}
.about h4 {
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 300;
}
.about h5 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10%;
	text-transform: none;
        color: #2d3033;
}
.about p {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	margin-top: 7%;
}
.about-content {
	margin: 50px;
}
.about-content li a {
	color: #6c7279;
	line-height: 30px;
}
.about-content li a:hover {
	color: #000;
}
.services-content {
	margin: 50px;
}
/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio {
	width: 94%;
	margin: auto;
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 2px;
	padding: 0 1px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58, 54, 54, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#portfolio * {
	z-index: 2;
}
.categories-p {
	margin-bottom: 5px;
     
}

.categories-p ul, .tags ul {
	list-style-type: none;
        width: 100%;
}

.categories-p ul li, .tags ul li {
	display: inline-block;
	float: center;
	margin-bottom: 6px;
	margin-right: 6px;
        background-color: #303030;
}

.categories-p ul li + li, .tags ul li + li {
	margin-right: 6px;
}

.categories-p ul li a,.load-more, .white, .dark-grey, .yellow {
	font-size: 20px;
	padding: 20px 20px;
	display: block;
}
/* ------------------------------------------------------------------------------
	 Press
-------------------------------------------------------------------------------*/
.press {
	width: 94%;
	margin: auto;
	background-color: #fff;
	position: relative;
	text-align: left;
}
.press blockquote {
	border: 0;
	margin: 0;
	padding: 50px 15%;
}
.press h1, .press .btitle {
	color: #303030;
	font: 24px "Titillium Web", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.press .btitle{margin:20px auto 10px auto;}
.press p, .press .bdescription {
	color: #303030;
	display: block;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: none;
	line-height:22.4px;
}
/* ------------------------------------------------------------------------------
	 Publications
-------------------------------------------------------------------------------*/
.news-content {
	margin: 50px;
}
/* ------------------------------------------------------------------------------
	 Publications
-------------------------------------------------------------------------------*/
.publications-content {
	margin: 50px;
}
.publications-content p {
	overflown: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
        max-height: 1600px;
}
/* ------------------------------------------------------------------------------
	 Awards
-------------------------------------------------------------------------------*/
.awards {
	width: 94%;
	margin: auto;
	background-color: #fff;
	position: relative;
	text-align: left;
}
.awards-content {
	margin: 50px;		
}
#awards .awards-item {
	right: 0;
	margin: 0 0 10px;
	padding: 15px 15px;
}
#awards .awards-item .awards-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#awards .awards-item .awards-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(135, 196, 66, 0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#awards .awards-item .awards-link .caption:hover {
	opacity: 1;
}
#awards .awards-item .awards-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#awards .awards-item .awards-link .caption .caption-content i {
	margin-top: -12px;
}
#awards .awards-item .awards-link .caption .caption-content h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#awards .awards-item .awards-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	width: 94%;
	margin: auto;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 7%;
        padding: 100px 0;
}
.footer h4 {
	font-size: 24px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	font-size: 16px;
	color: #6c7279;
}
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 13px;
	color: #000;
	letter-spacing: 5px;
}
.footer .fa-heart {
	color: #b4b4b4;
	font-size: 11px;
	margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 Work Detail 
-------------------------------------------------------------------------------*/
.work-detail {
	width: 94%;
	margin: auto;      
}
.work-detail-margin {
	margin-top: 0%;
        margin-bottom: 0%;
}
.detail-image img {
	width: 100%;
}
.detail-contentbox {
	background-color: #fff;
	padding: 3%;
        height: 100%;
}
.detail-content h1, .detail-content h4 {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 0px;
	font-weight: 300;
}
.detail-content p, .detail-content div.details {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	

}
.detail-content div.details{
	padding-right:10px;
	margin-top: 0%;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 270px;	
}

.services-content h4{margin-bottom:30px;}
ul.personal_list li{
	margin-bottom:20px;
}
