/*
-------------------------------------------------------------
Design and Development by Hikari - www.hikaridesign.com 
-------------------------------------------------------------
*/ 



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
overflow-x: hidden;	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
}	


/* ------------------------------------
   Site Framework by Anthony Casey  
   ------------------------------------  */


.flLeft { float: left; }
.flRight { float: right; }

::-moz-selection {
	background:#ff8a00; 
	color:#ffffff;
}
::selection {
	background:#ff8a00; 
	color:#ffffff;
}



/* ------------------------------------
   Site Specific  
   ------------------------------------  */

body {
	-webkit-text-size-adjust: none;
	
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;
	line-height: 16px;
	
	background: url(/images/global/body-bground.jpg) no-repeat center center fixed #000000; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p {
	margin: 0 0 20px 0;	
	padding: 0;
}

a:link { color: #ffffff; font-weight: normal; font-weight: 300;}
a:visited { color: #ffffff; font-weight: normal; font-weight: 300;}	
a:hover { color: #ffffff; font-weight: normal; font-weight: 300;}

a {
}

h1, h2, h3, h4 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #ffffff;	
	font-weight: 400;
}

h1 {
	margin-top: 70px;
	font-size: 52px;
	line-height: 42px;
	font-weight: 300;
	color: #569eff;	
	letter-spacing: -1px;
}


h2 {
	font-size: 32px;
	line-height: 32px;	
	letter-spacing -1px;
	text-transform: uppercase;
	font-weight: 500;
	
	margin: 0 0 20px 0;
}

h3 {
	font-size: 22px;
	line-height: 22px;	
	letter-spacing -1px;
	text-transform: uppercase;
	font-weight: 500;
	
	margin: 20px 0;
}

h3:first-child {
	margin-top: 0;	
}

b, strong {
	font-weight: 500;	
}

.centered {
	margin: 0 auto;	
}

.btn.hidden-xs {
	display: inline-block!important;	
}

.btn {
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	
	transition:0.5s;	
}

  
/* ------------------------------------
   Nav
   ------------------------------------  */  
a.logo {
	margin: 20px 0 0 0;
	font-size: 44px;
	letter-spacing: -2px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;	
	font-weight: 500;
}

a.logo:hover {
	text-decoration: none;	
}

.navbar-default {
	background-color: rgba(0,0,0,0.5);
	border: none;
}

.container>.navbar-header, .container>.navbar-collapse {
	float: left;
	margin: 0 0 0 40px;	
}

.nav-pills>li>a {
	border-radius: 0;	
}

.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
	background: #4179c5;
	color: #ffffff;	
}

.navbar-nav {
	margin-top: 25px;	
}

.navbar-toggle {
	border: none;
	padding: 7px;
	margin-top: 20px;
	margin-right: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent!important;
}

.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar {
	background: #ffffff;
}
.navbar-default .navbar-toggle:focus {
	outline: 1px solid #363738;
}

ul.nav-contact {
	margin-top: 35px;
	float: right;
}

ul.nav-contact li {
	float: left;
	display: block;
	
	color: #a8acb0;
	font-size: 16px;
	font-weight: 500;
	
	margin-left: 10px;
}

ul.nav-contact li:first-child {
	margin-left: 0;	
}


ul.nav-contact li .icon-stack i {
	color: #000000;
	font-size: 14px;	
}

ul.nav-contact li .icon-stack .icon-envelope {
	font-size: 13px;	
}

ul.nav-contact li .icon-stack .icon-stack-base {
	font-size: 20px;
	color: #a8acb0;
}


/* ------------------------------------
   Layout
   ------------------------------------  */
   
.container-full-width {
	padding: 0;
	margin: auto 0;
}


span.h1-subheader {
	color: #ff8a00;
	font-size: 24px;
	line-height: 24px;	
	margin-left: 20px;
}

.divider-1px {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	
	border-top: 1px solid #19151b;
	border-top: 1px solid rgba(255,255,255,0.1);
	
	margin: 30px 0;
}

.container-homepage-cta {
	margin-bottom: 80px;
}

.col-homepage-cta-btn {
	padding-top: 80px;
}

.col-homepage-h1 {}

.col-homepage-h1 ul {
	margin-left: 30px;	
	}
.col-homepage-h1 ul li { 
	position: relative;
	font-size: 14px;
	color: #d2e0e8;
	margin-bottom: 5px;
}
  
.col-homepage-h1 ul li:before {
	position: absolute;
	left: -10px;
	font-family: 'FontAwesome';
	content: "\f105";
}

.btn.btn-grey { 
	font-size: 14px;
	text-transform: uppercase;
	background: #2d2d2d;
	color: #ffffff;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000; 
	
	padding: 10px 18px 8px 18px;
}

.btn.btn-grey:hover { 
	background: #ff8a00;
}

.btn.btn-grey i {
	margin-right: 5px;
	font-size: 18px;	
}

.col-homepage-gal-text {
	padding-right: 50px;	
	line-height: 22px;
}


.col-homepage-gal-img {
	text-align: right;
}

.col-homepage-gal-img img {
	width: 32%;	
}


.form-control {
	background: #2d2d2d;
	border: 1px solid #4d4d4d;
	color: #ffffff;
}


.design-by {
	text-align: right;	
}


.container-footer {
	margin-top: 150px;
	padding: 20px 0 50px 0;
	
	background-color: rgba(0,0,0,0.6);
	border: none;	
	
	color: #7f7f7f;
	font-size: 13px;
	font-weight: 400;
	text-transform: lowercase;
}

.container-footer a {
	font-size: 13px;
	color: #7f7f7f;	
}

.container-footer a:hover {
	color: #ffffff;
	text-decoration: none;	
}

ul.footer-links {}
ul.footer-links li {
	display: block;
	float: left;
	
	margin: 0 20px 0 0;
	text-transform: lowercase;
}

.row-copyright {
	margin-top: 20px;
	font-size: 12px;
	color: #4d4d4d;	
	text-transform: none;
}



.modal-backdrop {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
}
   
.modal-backdrop:focus {
	outline-color: transparent !important;
}

.modal {
	outline: none;	
}

.lightbox-modal .modal-content {
	border-radius: 0;
	background: #212020;	
}

.lightbox-modal .modal-header {
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 5px;
}
.lightbox-modal .modal-header .close {		
	color: #ffffff;	
	font-weight: 300;
	font-size: 32px;
	line-height: 32px;
}

.lightbox-modal .modal-header .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);	
}

.lightbox-modal .modal-body {
	padding-top: 0;
}

   
/* ------------------------------------
   Media Queries
   ------------------------------------  */
   
@media(max-width:1199px){
	
	a.logo {
		margin: 26px 0 0 0;
		font-size: 34px;
		letter-spacing: -2px;
		line-height: 34px;
	}
	
	.container>.navbar-header, .container>.navbar-collapse {
		margin: 0 0 0 20px;	
	}
	
}
   
   
@media(max-width:992px){
	.container>.navbar-header, .container>.navbar-collapse {
		float: right;
		margin: 0 0 0 0px;	
		border: none;
	}
		
	a.logo {
		margin-top: 15px;
		font-size: 26px;	
	}
	
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		color: #ffffff;
	}
	
	ul.nav-contact {
		margin-top: 24px;
	}

	ul.nav-contact li {
		font-size: 14px;
	}
	
	.nav>li>a {
		padding: 10px 10px;	
	}
	
	.navbar-nav {
		margin-top: 18px;
	}
	
	.col-homepage-cta-btn a:first-child {
		margin-bottom: 5px;		
	}
	
	.col-homepage-gal-img img {
		width: 49%;	
	}

}

@media(max-width:767px){
	
	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
	}
	
	.design-by {
		text-align: left;	
	}	
	
	ul.nav-contact {
		margin-top: 20px;
	}
	
	ul.nav-contact li {
		margin-left: 5px;
	}

	ul.nav-contact li:first-child {
		margin-left: 0;	
	}
	
	ul.nav-contact li:last-child {
		margin-right: 10px;	
	}
	
	.nav-pills>li {
		float: none;
		display: block;
	}
	
	.container>.navbar-collapse {
		float: none;
		clear: both;
	}
	
	.container-homepage-cta {
		margin-bottom: 55px;
	}
	
	h1 {
		margin-top: 20px;
		font-size: 40px;	
		line-height: 34px;
	}
	
	span.h1-subheader {
		font-size: 16px;
		line-height: 16px;
		margin-left: 0px;
	}
	
	.divider-1px {
		margin: 20px 0;
	}
	
	.col-homepage-h1 ul {
		margin-left: 15px;
	}
		
	.col-homepage-cta-btn {
		padding-top: 30px;	
	}
	
	.col-homepage-cta-btn>a {
		display: block;
	}
	
	.col-homepage-gal-img img.full-width {
		width: 100%;	
	}
	
	.container-footer {
		margin-top: 70px;	
	}
	
	ul.footer-links {
		margin: 10px 0;
	}
	ul.footer-links li {
		float: none;
	}
	
}


@media(max-width:430px){
		
	.container-nav-contact {
		width: 100%;
		text-align: center;
		padding: 0 15px;
	}
	
	ul.nav-contact {		
		clear: both;
		float: none;
		
		display: inline-block;
		
		margin: 5px 0 0 11%;
	}
	
	ul.nav-contact li {	
		text-align: center;
	}
	
	ul.nav-contact li:last-child {
		margin-right: 0px;	
	}

}




