body {background-color:#302F31;height: 100%;display: inline-block;width: 100%;}
header {display:inline-block;	width:100%; border-bottom: 2px solid #fff;}
a {transition:all 0.5s ease;}
a:hover {text-decoration:none;}

@font-face {
  font-family: "HelveticaNeueLTStd-Hv";
  src: url("../fonts/HelveticaNeueLTStd-Hv.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Hv.woff2") format("woff2"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url("./fonts/HelveticaNeueLTStd-Md.woff") format("woff"), 
    url("./fonts/HelveticaNeueLTStd-Md.woff2") format("woff2");  
  font-weight: normal;
  font-style: normal;
}

.padding-0 {
	padding:0;
}

.logo-header {
	display: table;
	width: 100%;
	height: 140px;
}

.logo1 {
	display: table-cell;
	width: 75%;
	float: none;
	vertical-align: middle;
}

.logo1 img {
	height: 18px;
	margin-left:10%;
}

.logo2 {
	display: table-cell;
	width: 25%;
	float: none;
	vertical-align: bottom;
}

.logo2 img {
	width:65%;
	margin-left: 2%
}

.gallery {
    /* display: inline-block; */
    width: 100%;
    vertical-align: top;
    margin-top: -7px;
    border-top: 2px solid #fff;
    background-color: #302f31;
}

.owl-buttons {
	display:none;
}

.owl-carousel {
	position:relative;
}

.owl-carousel a{
    display: block;
    height: 100%;
	background-position: top center;
	float: left;
    margin: 0;		
	overflow:hidden;
	position:relative;
	background-size: 100% auto;
	background-repeat:no-repeat;
	width:100%;
	padding-right:2px;
	background: url(AjaxLoader2.gif) no-repeat center center;
}

.owl-carousel a img {
	 transition: .35s ease;
	 width:100%;
}

.owl-carousel a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}
.owl-carousel a .button {
    position: absolute;
	width: 100%;
    left: 0;
    top: 47%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
	color:#fff;
	font-size:36px;
}

.owl-carousel a:focus {
	border:none;
	outline:0;
}

.owl-carousel a:hover img{
	transform:scale(1.1);
} 

.owl-carousel a:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.owl-carousel a:hover .button {
    opacity:1;
}

.owl-buttons {
	display:block;
}

.owl-nav, .owl-buttons {
	position: absolute;
    top: 45%;
    width: 99%;
	background:transparent !important;
	margin:0 !important;
	padding:0 !important;
}

.owl-prev {
	position: absolute;
    left: 2%;	
	background:transparent !important;
	margin:0 !important;
	padding-left:0 !important;	
}

.owl-prev:before {
	content:url(../img/prev.png);
	left:0;
	top:0;
}

.owl-next {
	position: absolute;
    right: 1%;
	background:transparent !important;
	margin:0 !important;
	padding-right:0 !important;		
}

.owl-next:before {
	content:url(../img/next.png);
	left:0;
	top:0;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity:1;
}

.owl-carousel .owl-item {
    /*-webkit-animation-duration: 50s !important;*/
    /*animation-duration: 50s !important;*/
}

.button a {
	color:#fff;
	font-size:36px;
}

.modal-dialog {
	position:relative;
	 width: 100%;
	  height: 100%;
	  margin: 0;
	  padding: 0;
}

.modal-content {
	background-color: #000; 
    border-radius: 0;	
	height: auto;
	min-height: 100%;
}

.modal-body {    
    padding: 0px;
}

button.close {
	position: absolute;
	top: 10px;
    right: 15px;
    color: #fff;
    opacity: 1;
    box-shadow: none;
    font-size: 48px;
	z-index:99;
	text-shadow:none;
}

button.close img {
	height: 40px;
}

button.close:focus, button.close:hover {
	color:#bbb;
	opacity:1;
	text-shadow:none;
}

.modal-body .img-content {
	display:inline-block;
	width:70%;
	margin-top:65%;
}

.modal-body .img-content h4 {
	font-weight:bold;
	color:#B5B5B5;
	font-size: 22px;
}

.modal-body .img-content em {
	color:#B5B5B5;
}

.modal-body .img-content p {
	color:#939598;
}

.lightbox-img {
	padding:15px 0 10px 15px;
}

.lightbox-img img {
	width:auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* The Overlay (background) */
#myNav.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 15%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content h1 strong {
	color:#fff!important;
}

.overlay-content h1 {
	color:#949599 !important;
	font-size:60px;
	margin-bottom: 25px;
}

/* The navigation links inside the overlay */
#myNav.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #939498;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	font-weight:normal;
}

/* When you mouse over the navigation links, change their color */
#myNav.overlay a:hover, #myNav.overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 45px;
    font-size: 100px !important;
    color: #fff !important;
    line-height: 70px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

footer {
	margin-top: 25px;
}


.footer-content {
	display: table;
	width: 100%;
	height: 140px;
}

.footer-left-col {
	display: table-cell;
	width: 75%;
	float: none;
}

.footer-nav {
	margin-left: 10%;
}


.footer-right-col {
    display: table-cell;
    width: 25%;
    float: none;
    text-align: right;
}

.footer-right-col img {
	margin-left: 2%;
	margin-right: 35%;
}



footer ul li a {
	color:#939598;
	font-family:"HelveticaNeueLTStd-Lt";
	font-size: 19px;
	margin: 0 5px;
}
footer ul li a:hover, 
footer ul li a:focus,
footer ul li a.active {
	color:#fff;
	text-decoration:none;
}
.footer-prs {
	height:15px;
}


.about-us {
	background-color:#39393B;
	display:inline-block;
	width:100%;	
	margin-top: -8px;
	border-top:2px solid #fff;
}

.about-us-bg {
	background-image: url(../img/6_About-me/About-me.jpg);
    background-size: 100%;
    padding-bottom: 65%;
    height: 100%;
    background-repeat: no-repeat;
}

.about-us-content {
    background-color: #39393B;
    display: inline-block;
    width: 100%;
	padding: 5px 15px 25px;
}

.about-us-content h1 {
	color:#B5B5B5;
	font-weight:bold;
	font-family: "HelveticaNeueLTStd-Hv";
	font-size:49px;
}

.about-us-content p {
	color:#939598;
	font-size:14px;
    margin-bottom: 10px;
	font-family: "HelveticaNeueLTStd-Lt";
    line-height: 18px;	
}


.contact-us {
	background-color:#39393B;
	display:inline-block;
	width:100%;
	margin-top: -8px;
	border-top:2px solid #fff;
}

.contact-us-bg {
	background-image: url(../img/8_Contact/contact.jpg);
    background-size: 100%;
    padding-bottom: 65%;
    height: 100%;
    background-repeat: no-repeat;
}

.contact-us-content {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
}

.contact-us-content h1 {
	color:#b6b6b6;
	font-weight: bold;
	font-size: 26px;
	margin-bottom:25px;
	font-family: "HelveticaNeueLTStd-Hv";
}

.contact-us-content h2 {
	color:#b6b6b6;
	font-weight: bold;
	font-size: 26px;
	margin-bottom:25px;
	font-family: "HelveticaNeueLTStd-Hv";
}

.contact-us-content p {
	color:#939598;
    margin-bottom: 25px;
}

.contact-us-content label {	
	color:#939598;	
	font-family: "HelveticaNeueLTStd-Lt";
	font-size:15px;
}

.contact-us-content span {
	color:#b6b6b6 !important;	
	font-family: "HelveticaNeueLTStd-Lt";
	font-weight:600 !important;
	font-size:15px;
	letter-spacing:1px;
}

.contact-us-content a {
	color:#ABABAB;
	margin-bottom:10px;
}

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

.clients {
	background-color:#39393B;
	display:inline-block;
	width:100%;
	margin-top: -8px;
	border-top:2px solid #fff;
}

.clients-content {
    padding-right: 20px;
    margin-bottom: 60px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.clients-content h1 {
	color:#B5B5B5;
	font-weight:bold;
	font-family: "HelveticaNeueLTStd-Hv";
	font-size:26px;
}

.clients-content h2 {
	color:#B5B5B5;
	font-weight:bold;
	font-family: "HelveticaNeueLTStd-Hv";
	font-size:26px;
}

.clients-content p {
	color:#939598;
	font-size:14px;
	margin-bottom:10px;
	font-family: "HelveticaNeueLTStd-Lt";
}

.clients-content ul {
	padding-left: 0;
    list-style-type: none;
}

.clients-content ul li {
	color: #939598;
    font-family: "HelveticaNeueLTStd-Lt";
    font-size: 14px;
	line-height: 17px;
}

/*****************
	Media Queries
		******************/
		
@media (min-width:2560px) {
	.logo2 img {
		/*width: 40% !important;*/
		margin-left:0;
	}
	.logo1 img {
		height: 30px !important;
	}	
	
	.container {width:2100px !important;}
}

@media (min-width:1920px)	 {
	.owl-carousel a {	
		display: block;
		position: relative;		
		background-size: 100%;
	}
	/* .clients-content ul li {
		font-size: 20px;
		line-height:24px;
	} */
	.clients-content h1 {
		font-size: 28px;
	}
	/* .clients-content p {
		font-size: 20px;
	} */
	.logo1 img {
		height: 25px;
	}
	.logo2 img {
		/*width: 50%;*/
		margin-left: 0%;
		margin-top: 5%;
	}
	
	.container {width:1600px;}
	
	/*footer ul.list-inline {margin-left: -15px;}
	
	footer .col-sm-2 {text-align:center;}*/
}
		
@media (max-width:1280px) {	
	.clients-content h1, .contact-us-content h1 {font-size:22px;}
	.about-us-content{padding:5px;}
	.clients-content h1, .contact-us-content h1 {margin-top:15px;}
}

@media (max-width:1200px) {
	.owl-nav, .owl-buttons {top: 35%;}
}
		
@media (max-width:1024px) {
	.about-us-bg {background-size: cover;padding-bottom: 66%;}	
	.owl-nav, .owl-buttons {top: 38%;}
}	

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.logo1 img {margin-left: 2%;}
	.logo2 img {margin-left: 9%;width: 80%;}
	.clients-content h1, .contact-us-content h1 {font-size: 24px;}
	.clients-content p {font-size: 14px;}
	.about-us-content{padding:25px 10px;}
	.about-us-content p {margin-bottom: 15px;line-height: 20px;}

	.footer-nav {margin-left: 2%;}
	.footer-right-col img {margin-right: 2%;}
	
}
	
		
@media (max-width:991px) {	
	/* .modal-body {margin-top: 10%;} */
	.modal-body .img-content {margin-top: 5%;}
	footer .list-inline > li {padding:0;}
	footer ul li a {font-size:14px;}	
	.owl-nav, .owl-buttons {top: 35%;}
}	



/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {	
	.lightbox-img {padding:15px 15px 10px 15px;}
	.modal-body .img-content {padding:0;}
	.logo2 img {margin-left: 9%;width: 90%;}
	.clients-content h1, .contact-us-content h1 {font-size: 24px;}
	.clients-content p {font-size: 14px;}
	.logo1 img {margin-left: 2%;}
	.about-us-content{padding:25px 10px;}
	.about-us-content p {margin-bottom: 15px;line-height: 20px;}
	.contact-us-content {padding: 25px 0;}
	.modal-body .mob-content .img-content {padding:0;padding-top: 100px;}
	
	.footer-nav {margin-left: 2%;}
	.footer-right-col img {margin-right: 2%;}
}

@media (max-width:767px) {
	footer .col-sm-2 {float:right;}	
	header .collapse.in {margin-top:15px;}
	
	.logo-header {height:100px;}
	.logo1 {width: 75%;}	
	.logo1 img {padding-left: 50px;margin-left:0;}
	.logo2 {width: 25%;}	
	.logo-header {position:relative;}
	.logo-header .toggle-btn {position: absolute;left: 0;bottom: 9px;top: 44%;}
	.logo-header .toggle-btn img {height: 30px;}
	/* .modal-body .img-content {padding:15px 15px 10px 15px;} .modal-body {margin-top: 20%;} */
	.lightbox-img {padding:15px 15px 10px 15px;}
	.logo2 img {width: 100%;}
	.contact-us-content .col-sm-6.col-xs-6.padding-0 {padding:0 15px !important;}
	footer {padding-bottom:25px;}
	.contact-us-content label , .contact-us-content p, .contact-us-content span {font-size: 10px;}
	.contact-us-content .col-xs-6 {padding:0 5px;}
	.contact-us-content h1 {margin-top:5px;margin-bottom:10px;}
	.clients-content {margin-bottom: 30px;}
	.contact-us-content a {font-size:11px;}
	.contact-us-content p {margin-bottom:10px;}
	.about-us-content{padding:25px 10px;}
	.about-us-content p {margin-bottom: 15px;line-height: 20px;}
	.owl-nav, .owl-buttons {top: 20%;}
	.modal-body .mob-img {width:75%;}
	.modal-body .mob-content {width:25%; padding:0;}
	.modal-body .mob-content .img-content {padding:0;padding-top: 100px;}
	
	.owl-prev:before {
    	content: url(../img/prev_mob-landscape.png);
	}
	.owl-next:before {
    	content: url(../img/next_mob-landscape.png);
	}
	
}		

@media (max-width:640px) {
	
}
		
@media (max-width:480px) {
	.logo1, .logo2 {width: 50%;}
	.logo1 img {width: 85%;padding:0;}
	.logo-header .toggle-btn {position: absolute;left: 0;bottom: 9px;top: auto;}
	.logo-header .toggle-btn img {height: 25px;}
	.logo2 img {width: 80%;float: right;}
	.about-us .col-xs-6, .clients .col-xs-6, .contact-us-content .col-xs-6 {width:100%;}	 
	.contact-us-content label , .contact-us-content p, .contact-us-content span {font-size: 15px;}
	.contact-us-content h1 {margin-top:0.67em;}
	.clients-content {margin-bottom: 40px;}	
	.modal-body .mob-img {width:100%;}
	.modal-body .mob-content {width:100%;padding:0 15px;}	
	.modal-body .mob-content .img-content {padding:15px 15px 10px 15px;}
	.modal-body {margin-top: 20%;}
	
	.owl-prev:before {
    	content: url(../img/prev_mob-portrait.png);
	}
	.owl-next:before {
    	content: url(../img/next_mob-portrait.png);
	}
	
}

@media (max-width:375px) {
	
}

@media (max-width:360px) {
	
}

@media (min-width: 768px) {
		
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}


