@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);



::selection {
	color: #ffffff;
	background: #273e5b;
}

::-moz-selection {
	color: #ffffff;
	background: #273e5b;
}

body {
	color: #273e5b;
	background: #999999;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #273e5b;
	text-transform: none;
}

h1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 25px;
}

h2, #introduction p {
	font-size: 32px;
	line-height: 60px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.05em;
}

h3 {
	font-size: 16px;
	line-height: 28px;
	color:#666666;
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-weight:700;
	padding-top:10px;
}

h4 {
	font-size: 24px;
	line-height: 36px;
	font-weight:700;
	padding:10px 0;
}

h5 {
	font-size: 16px;
	line-height: 25px;
}

h6 {
	font-size: 13px;
	line-height: 25px;
}

p {
	margin-bottom: 25px;
	font-weight:400;
}

/* FitText headings with css fallback */
h1.fittext,
h2.fittext,
h3.fittext,
h4.fittext,
h5.fittext,
h6.fittext {
	width: 100%;
	display: block;
	line-height: 0.9em;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h1.fittext {
	font-size: 75px;
}

h2.fittext {
	font-size: 60px;
}

h3.fittext {
	font-size: 45px;
}

h4.fittext {
	font-size: 30px;
}

h5.fittext {
	font-size: 23px;
}

h6.fittext {
	font-size: 15px;
}

/* Bigger headings without using jQuery */
.bigtext h1,
.bigtext h2,
.bigtext h3,
.bigtext h4,
.bigtext h5,
.bigtext h6,
h1.bigtext,
h2.bigtext,
h3.bigtext,
h4.bigtext,
h5.bigtext,
h6.bigtext {
	line-height: 1.1em;
	padding-bottom: 2px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.bigtext h1,
h1.bigtext {
	font-size: 80px;
}

.bigtext h2,
h2.bigtext {
	font-size: 70px;
}

.bigtext h3,
h3.bigtext {
	font-size: 60px;
}

.bigtext h4,
h4.bigtext {
	font-size: 50px;
}

.bigtext h5,
h5.bigtext {
	font-size: 40px;
}

.bigtext h6,
h6.bigtext {
	font-size: 25px;
}

/* Text backgrounds */
.text-bg {
	width: auto;
	display: inline-block;
	padding: 5px 7px 6px 8px;
	background: #bba454;
	margin: 2px;
}

.text-bg.white {
	background: #ffffff;
}

.text-bg.light {
	background: #7a7a7a;
}

.text-bg.dark {
	background: #273e5b;
}

.text-bg.color {
	background: #bba454;
}

/* Links */
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #adc6e6;
}

/* Text colors */
.text-white,
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
p.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
	color: #ffffff;
}


.text-blue,
h1.text-color,
h2.text-color,
h3.text-color,
h4.text-color,
h5.text-color,
h6.text-color,
p.text-color,
.text-color h1,
.text-color h2,
.text-color h3,
.text-color h4,
.text-color h5,
.text-color h6,
.text-color p {
	color: #273e5b;
}



/* Text styles */
p.big {
	font-size: 25px;
	line-height: 40px;
}

.small,
small {
	font-size: 12px;
}

.italic,
em {
	font-style: italic;
}

.bold,
strong,
b {
	font-weight: 700;
}

.no-uppercase {
	text-transform: none;
}

.uppercase {
	text-transform: uppercase;
}

.letterspace {
	letter-spacing: 0.1em;
}

/* Lists */
.ordered-list {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 25px;
}

.unordered-list {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 25px;
}


/* Buttons */
.button {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	background: #273e5b;
	margin-top: 25px;
}

a.button:hover {
	text-decoration: none;
	color: #ffffff;
	background: #bba454;
}

.button.small {
	font-size: 10px;
	padding: 5px 15px;
}

.button.big {
	font-size: 16px;
	padding: 15px 25px;
	-webkit-border-radius: 3px;
			border-radius: 3px;
}


.button.outline {
	padding: 8px 18px;
}

.button.small.outline {
	padding: 3px 13px;
}

.button.big.outline {
	padding: 13px 23px;
}





/* Styles for the buttons, icons and arrow controls */
.button.color,
.icon.color {
	color: #adc6e6;
}

a.button.color:hover,
a .icon.color:hover {
	color: #ffffff;
}

.button.white,
.icon.white {
	color: #273e5b;
	background: #ffffff;
}


.button.outline,
.icon.outline {
	color: #273e5b;
	background: none;
	border: 2px solid #273e5b;
}

a.button.outline:hover,
a .icon.outline:hover {
	color: #ffffff;
	background: #273e5b;
}

.button.outline.color,
.icon.outline.color {
	color: #bba454;
	background: none;
	border: 2px solid #bba454;
}

a.button.outline.color:hover,
a .icon.outline.color:hover {
	color: #ffffff;
	background: #bba454;
}

.button.outline.white,
.icon.outline.white {
	color: #ffffff;
	background: none;
	border: 2px solid #ffffff;
}

a.button.outline.white:hover,
a .icon.outline.white:hover {
	color: #273e56;
	background: #ffffff;
}



/* Titles */
.title {
	margin-bottom: 45px;
}

.title h1 {
	position: relative;
	font-size: 17px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-align: center;
}

.title hr {
	width: 80px;
	height: 2px;
	background: #cccccc;
	border: 0;
	margin: 0 auto;
}

.title i {
	position: relative;
	display: block;
	font-size: 54px;
	line-height: 54px;
	color: #cccccc;
	margin: 0 auto -45px;
	text-align: center;
}

/* Headers */
.header {
	position: relative;
	display: table;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 640px;
}

.header.fixed {
	background-attachment: fixed;
}

.header.top {
	background-position: top center;
}

.header.bottom {
	background-position: bottom center;
}

.header.medium {
	height: 390px;
}

.header.small {
	height: 320px;
}

.header-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index:999;
	position:relative;
}

.centerdiv {
	width: 920px;
	margin: 0 auto;
}

.header-center hr {
	width: 220px;
	height: 2px;
	background: #ffffff;
	border: 0;
	margin: 50px auto 35px;
}

/* Fade */
.fade {
	filter: alpha(opacity=30);
	opacity: 0.3;
}

/* Smooth effects for no-touch devices only */
.no-touch a,
.no-touch a:hover,
.no-touch .button,
.no-touch .button:hover,
.no-touch .icon,
.no-touch .icon:hover,
.no-touch .icon.huge,
.no-touch .icon.huge:hover,
.no-touch .fade,
.no-touch .portfolio-thumb,
.no-touch .image-thumb,
.no-touch .service-item,
.no-touch a.play-btn i,
.no-touch a.play-btn:hover > i,
.no-touch .video-controls button,
.no-touch .video-controls button:hover,
.no-touch ul.home-menu li i,
.no-touch ul.home-menu li a:hover > i,
.no-touch .toggle,
.no-touch .toggle:hover,
.no-touch #contactform input,
.no-touch #contactform textarea,
.no-touch #contactform select,
.no-touch #contactform input:focus,
.no-touch #contactform textarea:focus,
.no-touch #contactform select:focus,
.no-touch #contactform input.submit,
.no-touch #contactform input.submit:hover,
.no-touch .fourofour i,
.no-touch .fourofour a:hover > i,
.no-touch .hoverimg,
.no-touch .hoverimg:hover,
.no-touch .employeeblock,
.no-touch .employeeblock:hover,
.no-touch .mask,
.no-touch .employeeblock:hover .mask,
.no-touch .serviceblock,
.no-touch .serviceblock:hover,
.no-touch .serviceblock .button,
.no-touch .serviceblock:hover .button,
.no-touch .serviceblock i,
.no-touch .serviceblock:hover i {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}


/* OVERLAY */

.dark-mask {
	background: url("../images/overlays/05.png") repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}




/* ---------- MENU ---------- */

.main-menu {
	position: relative;
	display: block;
	width: 100%;
	min-height: 80px;
	background: #273e5b;
	z-index: 9999;
	-webkit-box-shadow:  0px 0px 0px 2px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.menu-wrap {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 920px;
}

.menu-logo {
	float: left;
	text-align: left;
	width: auto;
	max-height: 40px;
	margin-top: 20px;
	margin-bottom: 0;
}

.main-menu h1 {
	float: left;
	text-align: left;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.main-menu h1 a {
	text-decoration: none;
	color: #bba454;
}

.main-menu h1 a:hover {
	color: #ffffff;
}

/* The toggle */
#toggle,
.toggle {
	display: none;
}

/* The menu items */
.menu {
	text-align: right;
	height: 100%;
}

.menu li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 80px;
	text-transform: uppercase;
	color:#ffffff;
}

.menu li a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	height: 100%;
	margin-right:10px;
}
.menu li a.last {
	margin-right:0;
}

.menu li a:hover {
	color: #adc6e6;
}

/* ******************** Responsive settings for the menu ******************** */
@media only screen and (max-width: 768px){

	.sticky-wrapper,
	.main-menu {
		height: 50px!important;
	}
	
	.menu-wrap {
		width: 100%;
	}
	
	.menu-logo {
		margin-top: 10px;
		margin-left: 15px;
	}
	
	.main-menu h1 {
		margin-top: 0;
		margin-left: 15px;
	}

	/* The toggle */
	.toggle {
		display: block;
		position: relative;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		color: #bba454;
		float: right;
		font-family: 'FontAwesome';
		text-align: center;
		font-size: 14px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	
	.toggle:hover {
		color: #ffffff;
	}
	
	.toggle:after {
		content: '\f0c9';
	}
	
	#toggle:checked ~ .menu {
		display: block;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#toggle:checked + .toggle:after {
		content: '\f077';
	}
	
	/* The menu items */
	.menu {
		display: none;
		filter: alpha(opacity=0);
		opacity: 0;
		margin-top: 50px;
		width: 100%;
		position: absolute;
		right: 0;
		height: auto;
		text-align: left;
		background: #273e5b;
		padding-bottom: 10px;
	}
	
	.menu li {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0;
	}
	
	.menu li a {
		display: block;
		width: 100%;
		height: auto;
		margin-left: 15px;
	}
}

/* White menu classes */
.main-menu.white-menu {
	background: #ffffff;
}

.main-menu.white-menu h1 a:hover {
	color: #273e5b;
}

.main-menu.white-menu .menu li a:hover {
	color: #bba454;
}

@media only screen and (max-width: 768px){
	.main-menu.white-menu .toggle:hover {
		color: #273e5b;
	}
	
	.main-menu.white-menu .menu {
		background: #fafafa;
	}
}


/* ---------- HOME ---------- */

/* The fullscreen container */
.home-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}


/* The content inside the fullscreen container */
.home-content {
	position: absolute;
	left: 50%;
	top: 55%;
	-webkit-transform: translate(-50%, -55%);
	   -moz-transform: translate(-50%, -55%);
		-ms-transform: translate(-50%, -55%);
		 -o-transform: translate(-50%, -55%);
			transform: translate(-50%, -55%);
	display: inline-block;
	width: 920px;
}

.home-content hr {
	width: 220px;
	height: 2px;
	background: #ffffff;
	border: 0;
	margin: 50px auto 35px;
}

.home-content img {
	margin-bottom: 0;
}

#logo {
	background:url(../images/wordmark-header.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin: 110px auto 0;
	width:650px;
}

/* Responsive logo */
.the-logo {
	max-width: 600px;
	width: 100%;
	height: auto;
	display: inline-block;
}

/* Fullscreen background image */
.fullscreen-img {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

@media screen and (max-width: 1024px) {
	.fullscreen-img {
		left: 50%;
		margin-left: -512px;
	}
}






/* ---------- POSITIONING ---------- */

.introduction {
	position: relative;
	padding-top: 140px;
	padding-bottom: 140px;
	background: #ffffff;
}




/* ---------- FEEDBACK ---------- */

.feedback {
	position: relative;
}
.feedback .header {
	margin-bottom:-30px;
}
.bg1 {
	background-image: url('../images/bg-group.jpg');
}
.bg2 {
	background-image: url('../images/bg-bus.jpg');
}
.bg3 {
	background-image: url('../images/sharlene.jpg');
}
.feedback p {
	font-weight:700;
	font-size:24px;
	line-height:48px;
	color:#ffffff;
}
.feedback img {
	margin-top:10px;
}


/* ---------- ABOUT ---------- */

.about {
	position: relative;
	padding-top: 100px;
	background: #ffffff;
}
.about-title {
	padding-bottom:70px;
}

.about p {
	color:#ffffff;
	text-align:left;
	padding:5px 0;
	margin:0;
}
.about .content {
	background: url("../images/overlays/05-5.png") repeat scroll 0 0;
	padding: 70px 30px;
}

.about .row {
}
.about .header {
}
.about-content {
	background: url("../images/overlays/05.png") repeat scroll 0 0 rgba(0, 0, 0, 0.4); /* work on this area */
	opacity: 0.5;
	padding:30px;
	height:640px;
}
.about-content p {
	color:#ffffff;
	text-align:left;
	padding:10px 0 0 0;
	margin:0;
}




/* ---------- SERVICES ---------- */

.services {
	position: relative;
	padding-top: 100px;
	padding-bottom: 140px;
	background: #ffffff;
}
.services .columns {
	text-align:left;
	padding:20px;
}
.services .row-top {
	margin-top:40px;
}
.services-bg {
	background:url(../images/services-bg.gif) repeat-y center;
}
.services p, .services ul {
	color:#666666;
	padding:10px 0 0 0;
	margin:0;
}
.services p.text-blue {
	color:#273e5b;
}
.services li {
	list-style:circle;
	margin-left:20px;
	line-height:22px;
	padding-bottom:10px;
}

.column-left {
	padding-right:30px;
}
.border-left {
	border-left:2px solid #666;
}
.border-right {
	border-right:2px solid #666;
}
.border-bottom {
	border-bottom:2px solid #666;
}

/* ---------- TESTIMONIAL PAGE ---------- */

.testimonials {
	position: relative;
	padding-top: 100px;
	padding-bottom: 140px;
	background: #ffffff;
}
.testimonials .columns {
	text-align:left;
	margin-top: 50px;
}

.testimonials p, .testimonials ul {
	color:#666666;
	padding:10px 0 0 0;
	margin:0;
}
.testimonials p.credit {
	color:#273e5b;
	padding-bottom:10px;
	font-weight:700;
}



/* ---------- CONTACT ---------- */

.contact {
	position: relative;
	padding-top: 100px;
	padding-bottom: 75px;
	background: #ffffff;
}
.contact-info p {	
	font-size: 30px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 50px 0 30px;
}
.contact-info a:hover {
	color:#666666;
}





/* ---------- FOOTER ---------- */

.credits {
	position: relative;
	padding-top: 25px;
	padding-bottom: 0;
	background: #273e5b;
}


.footer {
	position: relative;
	background: #273e5b;
}

.footer p {
	color:#ffffff;
	padding: 35px 0;
	margin:0;
	text-transform:uppercase;
	font-size:12px;
	line-height:14px;
	letter-spacing:0.1em;
}
.footer p.top {
	padding-bottom:0;
}



/* ******************** 15 - 404 Page ******************** */
.fourofour {
	position: relative;
	width: 100%;
	height: 100%;
}

.fourofour-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	display: inline-block;
	width: 920px;
}

.fourofour hr {
	width: 220px;
	height: 2px;
	background: #ffffff;
	border: 0;
	margin: 50px auto;
}

.fourofour h1 {
	width: 100%;
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 140px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0;
}

.fourofour a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

.fourofour i {
	font-size: 28px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 76px;
	letter-spacing: 0;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 25px auto;
}

.fourofour em {
	font-family: 'Times New Roman', Georgia, serif;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
}

.fourofour a:hover > i {
	background: #bba454;
	border: 2px solid #bba454;
}


/* ******************** 16 - Responsive Settings ******************** */

/* Large */
@media only screen and (min-width: 1200px) {

	.menu-wrap,
	.home-content {
		width: 1160px;
	}
	.about .content {
	padding: 100px 30px;
	}

}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.menu-wrap,
	.home-content,
	.centerdiv,
	.fourofour-content {
		width: 690px;
	}
	
	ul.home-menu li {
		width: 145px
	}
	
	li.service-item {
		margin-right: 15px;
		margin-left: 15px;
	}
	
	#contactform input.submit {
		margin: 10px auto 0;
	}
	
	.about .content {
	padding: 60px 30px;
	}


}

/* Medium */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.bigtext h1,
	h1.bigtext {
		font-size: 70px;
	}
	
	.bigtext h2,
	h2.bigtext {
		font-size: 60px;
	}
	
	.bigtext h3,
	h3.bigtext {
		font-size: 50px;
	}
	
	.bigtext h4,
	h4.bigtext {
		font-size: 40px;
	}
	
	.bigtext h5,
	h5.bigtext {
		font-size: 30px;
	}
	
	.bigtext h6,
	h6.bigtext {
		font-size: 20px;
	}
	
	p.big {
		font-size: 20px;
		line-height: 30px;
	}
	
	.header,
	.home-wrap-short {
		height: 540px;
	}
	
	.header.medium {
		height: 300px;
	}
	
	.header.small {
		height: 280px;
	}
	
	.home-content,
	.centerdiv,
	.fourofour-content {
		width: 400px;
	}
	
	ul.home-menu li {
		width: 90px
	}
	
	ul.home-menu li b,
	ul.home-menu li em {
		display: none;
	}
		
	
	.footer .alignleft, 
	.footer .alignright {
		text-align: center;
	}
	
	
	.services .row-top {
		margin-top:0;
	}
	.services-bg {
		background:none;
	}
	.border-bottom {
		border-bottom:none;
	}

}

/* Small */
@media only screen and (max-width: 479px) {

	body {
		min-width: 302px;
	}
	
	.bigtext h1,
	h1.bigtext {
		font-size: 45px;
	}
	
	.bigtext h2,
	h2.bigtext {
		font-size: 40px;
	}
	
	.bigtext h3,
	h3.bigtext {
		font-size: 35px;
	}
	
	.bigtext h4,
	h4.bigtext {
		font-size: 30px;
	}
	
	.bigtext h5,
	h5.bigtext {
		font-size: 20px;
	}
	
	.bigtext h6,
	h6.bigtext {
		font-size: 16px;
	}
	
	p.big {
		font-size: 20px;
		line-height: 30px;
	}
	
	.header,
	.home-wrap-short {
		height: 480px;
	}
	
	.header.medium {
		height: 300px;
	}
	
	.header.small {
		height: 240px;
	}
	
	.home-content,
	.centerdiv,
	.fourofour-content {
		min-width: 270px;
		width: 270px;
	}
	
	.the-logo {
		max-width: 270px;
	}
	
	ul.home-menu li {
		width: 60px;
	}
	
	ul.home-menu li b,
	ul.home-menu li em {
		display: none;
	}
	
	ul.home-menu li i {
		font-size: 20px;
		width: 50px;
		height: 50px;
		line-height: 46px;
	}
	
	.footer .alignleft, 
	.footer .alignright {
		text-align: center;
	}
	
	
	.featured-work-slider,
	.about .header,
	.about-us .header,
	.project-page-slider {
		margin-bottom: 50px;
	}
	
	.introduction,	
	.featured-work,
	.more-work,
	.about,
	.about-us,
	.services,
	.simple-services,
	.social-footer {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.contact {
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.services .row-top {
		margin-top:0;
	}
	.services-bg {
		background:none;
	}
	.border-bottom {
		border-bottom:none;
	}

}