/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

/* font embedd */
@font-face{
	font-family:"Lato-Hairline";
	src:url(../fonts/Lato-Hairline.ttf);
}

@font-face{
	font-family:"Adobe Caslon Pro Bold" ;
	src:url(../fonts/Adobe%20Caslon%20Pro%20Bold.ttf);
}

@font-face{
	font-family:"Lato-Regular" ;
	src:url(../fonts/Lato-Regular.ttf);
}

@font-face{
	font-family:"Lato-Medium" ;
	src:url(../fonts/Lato-Medium.ttf)
}

@font-face{
	font-family:"Lato-Bold" ;
	src:url(../fonts/Lato-Bold.ttf)
}

@font-face{
	font-family:"High Tide - Demo" ;
	src:url(../fonts/High Tide - Demo.ttf)
}

/* font-embedd ends */

.bold {
	font-weight:bold;
}

.caslon {
	font-family:"Adobe Caslon Pro Bold" ;
}

.lato {
	font-family:"Lato-Regular" ;
}

.marginTop10 {
	margin-top:10px;
}

body {
	/* [disabled]font-family: "Lato-Regular",sans-serif; */
}

input{
	width:230px;
}

@media(max-width:420px) {
input{
	width:190px;
}
}

input[type=radio]{
	width:auto;
}

label{
	width:150px;
}

.means_logo{
	position:fixed;
	top:30px;
	right:30px;
	z-index:1000;
}

@media(max-width:780px) {
.means_logo{
	width:50%;
	top:20px;
	right:-14%;
}
}

@media(max-width:554px) {
.means_logo{
	width:40%;
	top:20px;
	right:10%;
}
}

@media(max-width:360px) {
.means_logo{
	width:50%;
	top:10px;
	right:10px;
}
}

.topStrip{
	width:100%;
	height:50px;
	text-align:right;
	padding:10px;
	padding-left:40px;
	background-color:#000;
	position:fixed;
	top:0px;
	z-index:110;
	display:none;
}
	
	
/*.text-vertical-center {
	top:35%;
	width:100%;
    position:absolute;
    text-align: center;
    vertical-align: middle;
	z-index:100;
}*/


.text-vertical-center {
	width:100%;
    position:absolute;
	top:575px;
    text-align: center;
    vertical-align: middle;
	z-index:100;
	
    left: 50%;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    list-style: none;
}

@media(max-width:2558px) {
.text-vertical-center {
	top:1200px;
}	
}
@media(max-width:2450px) {
.text-vertical-center {
	top:1150px;
}	
}
@media(max-width:2350px) {
.text-vertical-center {
	top:1100px;
}	
}
@media(max-width:2250px) {
.text-vertical-center {
	top:1050px;
}	
}
@media(max-width:2150px) {
.text-vertical-center {
	top:1000px;
}	
}
@media(max-width:2050px) {
.text-vertical-center {
	top:950px;
}	
}
@media(max-width:1950px) {
.text-vertical-center {
	top:875px;
}	
}

@media(max-width:1850px) {
.text-vertical-center {
	top:820px;
}	
}

@media(max-width:1750px) {
.text-vertical-center {
	top:750px;
}	
}

@media(max-width:1650px) {
.text-vertical-center {
	top:700px;
}	
}

@media(max-width:1550px) {
.text-vertical-center {
	top:650px;
}	
}

@media(max-width:1450px) {
.text-vertical-center {
	top:650px;
}	
}

@media(max-width:1320px) {
.text-vertical-center {
	top:600px;
}	
}

@media(max-width:1250px) {
.text-vertical-center {
	top:550px;
}	
}

@media(max-width:1150px) {
.text-vertical-center {
	top:500px;
}	
}

@media(max-width:1050px) {
.text-vertical-center {
	top:450px;
}	
}

@media(max-width:950px) {
.text-vertical-center {
	top:400px;
}	
}

@media(max-width:850px) {
.text-vertical-center {
	top:350px;
}	
}

@media(max-width:750px) {
.text-vertical-center {
	top:300px;
}	
}

@media(max-width:650px) {
.text-vertical-center {
	top:250px;
}	
}

@media(max-width:550px) {
.text-vertical-center {
	top:200px;
}
}

@media(max-width:450px) {
.text-vertical-center {
	top:150px;
}
}

@media(max-width:350px) {
.text-vertical-center {
	top:130px;
}

.btn btn-dark btn-lg {
	font-size:8px;
}
}



.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    /*font-size: 3.5em;*/
    /*font-weight: 700;*/
}

/* Custom Button Styles */

.btn-dark {
	font-size:12px;
    border-radius: 1px;
	border:solid;
	border-width:1px;
	color:#FFF;
	letter-spacing:2px;
    /*background-color: rgba(255, 204, 0, 0.90);*/
}

@media(max-width:550px) {
.btn-dark {
	font-size:10px;
	padding:8px;
}
}

@media(max-width:360px) {
.btn-dark {
	font-size:8px;
	padding:5px;
}
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
	border-width:1px;
    color: #ffd600;
	/*background-color: rgba(255, 204, 0, 0.65);
    /*background-color: rgba(0,0,0,0.7);*/
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

.pull-right {
    float: left!important;
}

.fa-bars{
	color:#fff;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
   	left: 0;
    width: 100%;
    height: 100%;
	margin-left: -100%;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
	margin:auto;
	/*width:250px;*/
	color:#fff;
	letter-spacing:3px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
	text-align:center;
    color: #fff;
	font-size:24px;
	line-height:50px;
	font-family:"Lato-regular";
	background: #000;	
	margin:10px 50px;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.80; /* Mozilla */
	opacity: 0.80; /* CSS3 */
}

.sidebar-nav li a:hover {
	font-family:"Lato-Regular";
    text-decoration: none;
    color: #000;
    /* background: rgba(255,230,0,0.9); */
	background:#cb9e67;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	margin-bottom:10%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 120;
    position: fixed;
    top: 0;
    /* right: 0; */
}

#register-home-icon {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    left: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.banner-content{
	font-family:"Lato-Hairline";
	color:#ffe600;
	font-size: 4vw;
}

/* header slider starts */

#carousel-custom {
    margin: 20px auto;
}

#carousel-custom .carousel-inner > .item > img {
	margin:auto;
	height:75vh;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto !important;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

.carousel-indicators .active {
	background-color:#000;
}

.carousel-indicators li {
	border:solid 1px #FFFF00;
}


.carousel-control.left {
	background-image:none;
	background: url(../images/prev-black.png) left 48% no-repeat;
	}

.carousel-control.right {
	background-image:none;
	background: url(../images/next-black.png) left 48% no-repeat;
	}

/* BOOTSTRAP OVER-RIDE */

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4%;
	height:80%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.0);
    filter: alpha(opacity=50);
    opacity: .5;
}

@media(max-width:789px) {
.carousel-control {
	padding:40px;
}
}

@media(max-width:554px) {
.carousel-control {
	padding:35px;
}
}

@media(max-width:360px) {
.carousel-control {
	padding:25px;
	height:80px;
	margin-top:40px;
}
}

/* header slider ends */


/* About */

.top-space-50{
	font-family:"Adobe Caslon Pro Bold";
	color:#ffe600;
	font-size:28px;
	text-align:right;
	margin-top:0px;
}

.about_head{
	font-family:"Adobe Caslon Pro Bold";
	color:#ffe600;
	font-size:28px;
	text-align:right;
	margin-top:0px;
}
.about_bg{
	position:relative;
	width: 100%;
	background-color:#004f53;
	background:url(../images/about-bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
	
.about_caption{
	font-family:Lato-Regular;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top:50px;
}

@media(max-width:780px) {
.about_caption{
	font-size:14px;
}
}

@media(max-width:554px) {
.about_caption{
	font-size:12px;
}
}

.keyFigure{
	font-family: Lato-Regular;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}


@media(max-width:780px) {
.about_head{
	font-size:22px;
}
}

@media(max-width:554px) {
.about_head{
	font-size:16px;
}
}

@media(max-width:360px) {
.about_head {
    font-size: 16px;
}
}

.about_sub{
	font-family:"Lato-Regular";
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
	text-align:right;
	margin:0px;
	margin-top:10px;
}

.about_video{
	display:none;
	font-family:"Lato-Regular";
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
	padding-right:10px;
	text-align:right;
	margin-bottom:10px;
}

.about_video:hover {
	color:#ffe600;
}


@media(max-width:780px) {
	
.about_sub{
	font-size:13px;
	line-height: 14px;
}
}

@media(max-width:360px) {
	
.about_sub{
    font-size: 8px;
}
}

.about_sub:hover {
	color:#ffe600;
}


.about {
    padding: 50px 0;
	padding-top:100px;
}

.slant_abo{
	transform: rotate(6deg);
	float:left;
	margin-right:40px;
}

.slant{
	transform: rotate(6deg);
	float:left;
	margin-right:40px;
}

@media(max-width:780px) {

.slant_abo{
	transform: rotate(0deg);
	float:left;
	margin-right:20px;
}	
	
.slant{
	display:none;
	/*transform: rotate(0deg);
	float:left;
	margin-right:20px;*/
}	
}

.about_content_white{
	font-family:Lato-Regular;
	font-size:15px;
	color:#FFF;
	text-align:justify;
	transform: skew(-6deg);
}

.about_content{
	font-family:Lato-Regular;
	font-size:15px;
	color:#414042;
	text-align:justify;
	transform: skew(-6deg);
}

@media(max-width:780px) {
.about_content_white{
	padding-right:14px;
	font-size:12px;
	transform: skew(0deg);
}
	
.about_content{
	padding-right:14px;
	font-size:12px;
	transform: skew(0deg);
}

h6 {
	font-size:10px;	
}
}

@media(max-width:554px) {
.about_content_white{
	font-size:11px;
}	
	
.about_content{
	font-size:11px;
}

h6 {
	font-size:9px;	
}	
}

@media(max-width:360px) {
.about_content_white{
	font-size:10px;
}	
.about_content{
	font-size:9px;
}

h6 {
	font-size:8px;	
}	
}

/* MODAL STARTS */

.videoButton {
	width:100%;
    position:absolute;
	top:0px;
    text-align: center;
    vertical-align: middle;
	z-index:100;
    left: 50%;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    list-style: none;
}

.modal-dialog {
	margin:80px auto;
}

@media (min-width: 768px) {
.modal-dialog {
	width:800px;
}
}

.modal-content {
	background-color:#000;
	border-radius:0px;
}

.close {
	color:#FFF;
	opacity:.8;
}

.close hover {
	color:#FFF;
	opacity:.4;
}

/* MODAL ENDS */

.videoThumbnail {
	width:30%;
	margin:0px;
	padding:0px 10px 0px 10px;
	text-align:center;
}

.videoThumbnail1 {
	width:50%;
	margin:0px;
	padding:0px 10px 0px 10px;
	text-align:center;
}

/* html5 lightbox starts */

/** Item Hover */
	.item-hover {
	background-color: rgba(51,51,51,0.75);
	position: absolute!important;
	z-index: 80;
	display: none;
	overflow: hidden;
	font-size: 13px;
	width: 140%;
	height: 140%;
	}
	.small .item-hover {
		font-size: 12px;
	}
	.item-hover span {
		display: block;
		color: #fff;
	}
	.item-hover .hover-title {
	/*margin-top: 37.3134%;*/
	/*margin-top: -50%;*/
	font-weight: 500;
	padding: 0 20px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
	.item-hover .hover-action {
		margin-top: 3.7313%;
		font-style: italic;
	}

	/** when item hover is set to show */
	.item-hover.show {
		display: block;
	}
	.item-hover.show .hover-title {
		margin-top: 50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
	}
/* html5 lightbox ends */	


/* vertical tab starts */

/* Style the tab */
div.tab {
    float: left;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
    width: 30%;
    height: 300px;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    /*background-color: #ddd;*/
}

/* Create an active/current "tab button" class */
div.tab button.active {
    /*background-color: #ccc;*/
}

/* Style the tab content */
/* Style the tab */
div.tab {
	font-family:"Lato-Regular"
    float: left;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
	/*padding-top:50px;*/
	padding-bottom:50px;
    width: 30%;
    height: 100%;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    /*background-color: inherit;*/
    color: black;
    padding: 5px 5px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    /*background-color: #ddd;*/
}

/* Create an active/current "tab button" class */
div.tab button.active {
    *background-color: #ccc;*
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
	padding-bottom:50px;
    /*border: 1px solid #ccc;*/
    width: 70%;
    border-left: none;
    height: 100%;
}

/* vertical tab ends */


/* The Team Starts */

.team_bg{
	position:relative;
	width: 100%;
	background-color:#004f53;
	background:url(../images/team-bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
	
.team_padding {
	padding-top:10px;
	padding-bottom:10px;	
}

.team_img {
	width:40%;
	padding-bottom:15px;	
}

@media(max-width:554px) {
.team_img {
	width:80%;	
}
}


.team_img1 {
	width:60%;
	padding-bottom:15px;	
}

@media(max-width:554px) {
.team_img1 {
	width:80%;	
}
}

.teamTitle{
	font-family:Lato-Bold;
	font-size:18px;
	/* line-height:22px; */
	color:#fff;
	text-align:center;
}

@media(max-width:780px) {
.teamTitle{
	font-size:12px;
}
}

@media(max-width:554px) {
.teamTitle{
	font-size:10px;
}
}

.teamTitleCaption{
	font-family:Lato-Regular;
	font-size:14px;
	color:#fff;
	text-align:center;
}

@media(max-width:780px) {
.teamTitleCaption{
	font-size:11px;
}
}

@media(max-width:554px) {
.teamTitleCaption{
	font-size:10px;

}
}

#team a:hover {
	color:#fff !important;
    text-decoration: underline;
}

#team a {
	color:#fff !important;
    text-decoration: none;
}

.team_head{
	font-family:"High Tide - Demo";
	color:#fff;
	font-size:64px;
	text-align:center;
	margin-top:0px;
}

@media(max-width:554px) {
.team_head{
	text-align:center;
}
}

.team_caption{
	font-family:Lato-Regular;
	font-size:18px;
	color:#fff;
	text-align:left;
}

@media(max-width:780px) {
.team_caption{
	font-size:12px;
}
}

@media(max-width:554px) {
.team_caption{
	font-size:10px;
}
}

.team_para-head{
	font-family:Lato-Regular;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding-top:15px;
}

.team_pic{
	text-align:center;
	padding-bottom:40px;
}

/* The Team Ends */

/* Services */

.services {
    padding: 50px 0;
	padding-top:100px;
	background-color:#000;
}

.services_bg {
	width: 100%;
	background:url(../images/service-lines-bg.jpg) no-repeat center center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}	

.services_width {
	width:60%;
}

@media(max-width:768px) {
.services_width {
	width:80%;
}
}

@media(max-width:554px) {
.services_width {
	width:96%;
}
}

.services_width h4 {
	margin:0px;
}

.portfolio_caption{
	font-family:Lato-Regular;
	font-size:18px;
	color:#fff;
	line-height:24px;
	text-align:center;
}

@media(max-width:780px) {
.portfolio_caption{
	font-size:16px;
	line-height:22px;
}
}

@media(max-width:554px) {
.portfolio_caption{
	font-size:13px;
	line-height:18px;
}
}

.service-banner{
	padding-bottom:20px;
}

.services_head{
	/* font-family:"Adobe Caslon Pro Bold"; */
	font-family:"High Tide - Demo";
	color:#da9a60;
	font-size:64px;
	text-align:center;
	margin-top:0px;
}

.services_caption{
	font-family:Lato-Regular;
	font-size:13px;
	color:#000;
	text-align:center;
}


.services1_caption{
	font-family:Lato-Regular;
	padding:2% 18%;
	font-size:16px;
	color:#fff;
	text-align:center;
}

@media(max-width:780px) {
.services1_caption{
	padding:2% 10%;
	font-size:13px;
}
}

@media(max-width:554px) {
.services1_caption{
	padding:2% 7%;
	font-size:12px;
}
}

.services2_caption{
	font-family:Lato-Regular;
	padding:2% 10%;
	font-size:16px;
	color:#fff;
	text-align:center;
}

@media(max-width:780px) {
.services2_caption{
	padding:2% 10%;
	font-size:13px;
}
}

@media(max-width:554px) {
.services2_caption{
	padding:2% 8%;
	font-size:12px;
}
}


.services1_head{
	font-family:Lato-Regular;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding-bottom:5px;
}

@media(max-width:780px) {
.services1_head{
	font-size:20px;
	text-align:left;
}
}

.services1_head1{
	/* font-family:"Adobe Caslon Pro Bold"; */
	font-family:"High Tide - Demo";
	color:#fff;
	font-size:48px;
	text-align:center;
	margin-top:20px;
}

@media(max-width:780px) {
.services1_head1{
	font-size:32px;
	text-align:center;
}
}

.services1_mainhead{
	/* font-family:"Adobe Caslon Pro Bold"; */
	font-family:"High Tide - Demo";
	color:#fff;
	font-size:48px;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

@media(max-width:780px) {
.services1_mainhead{
	font-size:32px;
	text-align:center;
}
}

.services1_text{
	font-family:Lato-Regular;
	font-size:15px;
	line-height:20px;
	color:#fff;
	text-align:left;
	margin-bottom:20px;
}

@media(min-width:1200px) {
.services1_text{
	/* line-height:28px; */
}
}

@media(max-width:780px) {
.services1_text{
	font-size:12px;
}
}

.services1_text a:hover {
	color:#fff !important;
    text-decoration: underline;
}

.services1_text a {
	color:#fff !important;
    text-decoration: none;
}

.services2_text a:hover {
	color:#fff !important;
    text-decoration: underline;
}

.services2_text a {
	color:#fff !important;
    text-decoration: none;
}

.picto_text{
	font-family:Lato-Regular;
	font-size:15px;
	line-height:20px;
	color:#fff;
	text-align:left;
	padding-top:10px;
	margin-bottom:10px;
	height:60px;
}



@media(max-width:780px) {
.picto_text{
	font-size:12px;
	line-height:16px;
	padding-top:5px;
}
}

.services2_text{
	font-family:Lato-Regular;
	font-size:15px;
	color:#fff;
	line-height:24px;
	text-align:left;
	margin-bottom:30px;
}

@media(max-width:990px) {
.services2_text{
	font-size:13px;
	line-height:20px;
}
}


.service-item {
	color:#333;
	height:170px;
}

.service1-item{
	width:100%;
	height:100%;
}


.service-stack{
	position:relative;
	display:inline-block;
	width:2em;
	height:1.7em;
	line-height:2em;
	vertical-align:middle
	}
	
.service1_bg{
	background-image:url(../images/service-01-bg.jpg);
	display:block;
	width: 100%;
	height:100px;
	}	

/* services bootstrap overwrite */

.btn-primary{
	background-color:rgba(0,0,0,0) !important;
    border-color:rgba(0,0,0,0) !important;
}

.btn1 {
    display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio_btn-dark {
	font-size:14px;
	font-weight:bold;
	width:189px;
	color:#000;
	letter-spacing:2px;
    /*background-color: rgba(255, 204, 0, 0.90);*/
}

.portfolio_btn-dark:hover,
.portfolio_btn-dark:focus,
.portfolio_btn-dark:active {
    color: #ffe600;
	/*background-color: rgba(255, 204, 0, 0.65);
    /*background-color: rgba(0,0,0,0.7);*/
}

.portfolio {
    padding: 50px 0;
	padding-top:100px;
	background-color:#000;
}

.portfolio_head{
	font-family:"High Tide - Demo";
	color:#da9a60;
	font-size:64px;
	text-align:center;
	margin-top:0px;
}


.portfolio-col{
	padding:0px;
}

.portfolio-item{
	width:100%;
	height:100%;
}

.image {
	display: block;
	width: 100%;
	height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: rgba(0, 0, 0, 0.6);

}

.black .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color:#000;
}

.black .fa-stack {
	width:100%
}

.black .text {
	font-family: "Lato-Regular";
	color: #FFF;
	text-align:center;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.services-col{
	padding-bottom:40px;
}

.portfolio-item:hover .overlay {
	opacity: 1;
}

.text {
	font-family: "Lato-Regular";
	color: #000;
	text-align:center;
	font-size: 1.5vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.text1 {
	font-size:1.8vw;
	color:#fff; 
	font-family: "Lato-medium";
}

.text2 {
	font-family: "Lato-Medium";
	color: #000;
	text-align:center;
	font-size: 1.2vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media(min-width:1367px) {

.text1 {
	font-size:20px;	
}

.text2 {
	font-size:16px;
}

}


@media(max-width:768px) {
.text{
	font-size: 3.5vw;
}

.text1 {
	font-size:3.5vw;	
}

.text2 {
	font-size:2.6vw;
}

}


/* Associate Starts */

.associate {
    padding: 50px 0;
	background-color:#CCC;
	padding-top:80px;
	background-color:#FFF;
}

.associateCaption{
	font-family:Lato-Regular;
	text-align:justify;
	font-size:16px;
	line-height:22px;
	color:#414042;
	padding-left:20px;
	padding-right:20px;
}

@media(max-width:991px) {

.associate_head{
	text-align:center;
}
	
.associateCaption{
	padding-left:60px;
}
}

@media(max-width:767px) {
.associateCaption{
	padding-left:20px;
}
}

/* Associate Ends */



/* Clients */

#clients ul {
	list-style-type:none;
	text-align:center;
	padding-left:0px;
}

#clients ul li {
	display:inline;
    margin:0px auto 0px auto;
	float:center;
}

.clients {
	padding-top:50px;
	padding-bottom:50px;
	padding-left:40px;
	padding-right:40px;
}

.clients_head{
	font-family:"Adobe Caslon Pro Bold";
	color:#ffe600;
	font-size:28px;
	text-align:center;
	margin-top:40px;
}

.clients_width {
	width:70%;
}

/*#clients .container {
	width:1089px;
}*/

.border {
	border-right:thin solid #CCC;
	border-bottom:thin solid #CCC;
	padding-left:0px;
	padding-right:0px;
}

.borderW {
	border-left:thin solid #CCC;
	border-top:thin solid #CCC;
}

/* Clients ends */

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

.contact-map {
	background-image:url(../images/googleMap01.jpg);
}

.viewMap {
	width:200px;
	height:280px;
	padding:20px;
	margin:auto;
	margin-top:70px;
	margin-bottom:70px;
	/* background-color:#000; */
	font-family:"Adobe Caslon Pro Bold";
	font-size:18px;
	text-align:center;
	color:#ffe600;
}

.viewMap a {
	height:50px;
	padding:8px;
	border:#ffe600 solid 1px;
	font-family:"Lato-regular";
	font-size:12px;
	color:#ffe600;
}

.viewMap p {
	margin-top:5px;
}

.contactAddress {
	margin-top:20px;
	margin-bottom:40px;
}

.contactAddress a {
	width:100px;
	height:50px;
	padding:0px 0px;
	font-family:"Lato-regular";
	font-size:12px;
	color:#000;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
	
	.vertical_line {
		border-left:none;
	}
}



/* Footer */

.footer_width {
	width:60%;
}

@media(max-width:768px) {
.footer_width {
	width:80%;
}
}

@media(max-width:554px) {
.footer_width {
	width:90%;
}
}


.contact {
	background-color:#737271;
}

.contact_head{
	font-family:"High Tide - Demo";
	color:#000;
	font-size:64px;
	text-align:center;
	margin-top:50px;
	padding-bottom:0px;
}



.location_head{
	font-family:"Adobe Caslon Pro Bold";
	color:#000;
	font-size:20px;
	line-height:30px;
	text-align:left;
	margin-top:0px;
}

.footer-item {
    margin-bottom: 9px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	/*height:170px;*/
}

.footer-item a {
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

.footer_bg {
	padding-top:50px;
	background-color:#000 !important;
}

.footer_address{
	font-size:11px;
	text-align:justify;
	padding-left:5px;
	padding-right:10px;
	padding-top:20px;
}

.copyright-bg {
	background-color:#232323;
}

.copyright {
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}


.top-space-30{
	margin-top:30px;
}

.srs-content{
	font-size:18px;
	text-align:justify;
}

.form-subhead{
	padding:5px;
	background-color:#CCC;
	border:1px solid #999;
}
	

.top-space-30{
	margin-top:30px;
}

.top-space-10{
	margin-top:10px;
}

/* FORM STARTS */
.reserveForm{
	width:100%;
	position:relative;
}

.submitButton{
	height: 40px;
	cursor: pointer;
	background: none;
	background-image:url(../images/submit.png);
	position: relative;
	top:0px;
	right:0px;
	border: none;
	background-repeat:no-repeat;
	background-position:left;
}

.ahLabel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	margin-left:20px;
}

.subjectWidth{
	width:230px;
	height:26px;
}

@media(max-width:420px) {
.subjectWidth{
	width:75%;
}
}

@media only screen and (max-width: 420px) {
    table {
        width:95%;
    }
    input[type=text], textarea {
        width:75%;
    }
}
	

/* FORM ENDS */