/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

div, article, section, header, footer, nav, li {
	position:relative;
}
.group:after {
	display:block;
	height:0;
	clear:both;
	content:".";
	visibility:hidden; /* For clearing */
}
body {
	background:whites;
	color: #312A1E;
	font-size: 100%;
	font-family: 'Lato', Arial, sans-serif;
}
::-moz-selection {
background:#f0bf00;
color:#333;
}
::selection {
background:#f0bf00;
color:#333;
}
/*---------- FORMS ----------*/

input[type=text], input[type=submit], textarea {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
input, button, select, textarea {
	font-family: 'Lato', Arial, sans-serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/



p {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
	color:rgba(0,0,0,.6);
	font-color:Arial;
}
ul, ol {
	font-size: 1em; /* 16px */
/*	line-height: 1.5; /* 24px */
/*	margin: 0 0 1.5em 0;
*/
}
body, input, textarea {
}
a:link, a:visited {
	color: #F1505A;
}
a:hover, a:active {
	color: #F1505A;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal; /* reset default browser weight for our webfonts */
	font-family: 'Lato', Arial, sans-serif;
}
h1 {
	font-size: 1.5em; /* 24px */
	line-height: 1; /* 24px */
	margin-top: 1.42em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.3125em; /* 21px */
	line-height: 1.1429; /* 24px */
	margin-top: 1.1429em;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.125em; /* 18px */
	line-height: 1.3333; /* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0em;
}
h4 {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin-top: 1.5em;
	margin-bottom: 0em;
}
h5 {
	font-size: 0.875em; /* 14px */
	line-height: 1.7143; /* 24px */
	margin-top: 1.7143em;
	margin-bottom: 0em;
}
strong {
	font-weight:normal;
	font-family: 'Lato', Arial, sans-serif;
}
small {
	font-size: 0.75em; /* 12px */
	line-height: 2; /* 24px */
	margin-top: 2em;
	margin-bottom: 0em;
}
em {
	font-style: normal;
	font-family: 'Lato', Arial, sans-serif;
}
.muted {
	color: #A5A5A2;
	font-family: 'Lato', Arial, sans-serif;
}
.impressed {
	text-shadow:
 -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}
.more-link {
	font-size: .875em; /* 14px */
	margin-top: 1.5em;
	font-family: 'Lato', Arial, sans-serif;
}
.more-link:link, .more-link:visited {
	color: #007ac3;
	text-transform: uppercase;
}
div#pLink{
	background-color:#0b333f;
	padding:10px 0px 10px 0px;
	width:100%;
	margin-top:-10px;
}
a.aLink{
	color:white;
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background-color:#0b333f;
	padding:8px 8px 8px 8px;
	margin-left:5px;
	margin-right:10px;
	
}

a.aLink:hover{
	color:white;
	background-color: #007ac3;
}
a#aCurLink{
	color:white;
	background-color: #007ac3;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Non-semantic ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* New Image Replacement Hack */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.medium {
	font-weight: normal;
	font-family: 'Lato', Arial, sans-serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
04 - 01 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.navbar-fixed-top .container {
/* Uncomment to make nav expand full width */
 	width: auto; 
}
.navbar .brand {
	margin-left:0;
	padding: 0;
	margin-top: .25em;
}
.navbar .brand a {
	padding: 0;
	color: #fff;
	font-size:100%;
	margin-left: 0;
	font-weight: normal;
	font-family: 'Lato', Arial, sans-serif;
}
.navbar .brand a:hover {
	text-decoration: none;
	color:#007fc2;
 transition: color .15s linear;
 -webkit-transition: color .15s linear;
 -moz-transition: color .15s linear;
 -ms-transition: color .15s linear;
 -o-transition: color .15s linear;
}
.navbar .brand a:focus {
	outline: none;
}
.navbar-inner {
	min-height: 3em;
}
.navbar-inverse .navbar-inner {
	background-repeat: repeat;
	background-color:#d7e7f7;	/*rgba(255,255,255,0.83); 	#0b333f;*/
	border-bottom:3px solid rgba(0,0,51,0.80);
}
.navbar-wrapper {
	overflow:hidden;/* No fixed height, will break collapsible nav */
}
#menu-main {
	margin-top: 1.125em;
}
ul#menu-main > li > a {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 1em;
}
ul#menu-main > li > a:hover {
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow: none;
}

/* ---------------------------------------------------------------------------------------------------------- 
04 - 02 Navbar ------------------------------------------------------------

---------------------------------------------------------------------------------------------------------- */
.Snavbar-inner{
margin-top:-10px;
background-color:#E6E6E6;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
#Smenu-main {
	margin-top: .1em;
}
ul#Smenu-main > li > a {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: NORMAL;
	font-size: 1em;
	color: #0b333f;
}
ul#Smenu-main > li > a:hover {
	background: #007fc2;
	padding: 9px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

/* ---------------------------------------------------------------------------------------------------------- 
05 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#headerwrap {
	width: 100%;
	background: url(../img/Corporate.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.7);
	-o-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.7);
	min-height: 600px;
	margin-top: -60px;
	padding-top:80px;
	text-align:center;
}
#headerwrap h1 {
	color: #0b333f;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 3em;
	font-weight: 1200;
	margin: 1em 0;
	text-shadow:1px 1px 0px #fff;

}
#headerwrap h2 {
	color: #0b333f;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #000000;
}
#headerwrap h1 span {
	color:#ffffff;
}
#headerwrap input[type=text] {
	background: rgba(227, 231, 228, 1);
	font-family: 'Lato', Arial, sans-serif;
	font-size: 1.3125em;
	border: 0;
	text-align: center;
	vertical-align: middle;
	margin-bottom:0 !important;
}
#headerwrap input[type=text]:focus {
	background: #43413e;
	color: #eff1ef;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
	-ms-transition: background 0.25 ease-in;
	-o-transition: background 0.25 ease-in;
}
#headerwrap input[type=text] {
	height: 2.5em;
	width:50%;
}
#headerwrap input[type=submit] {					/* 	Notify Me Button		 */
	font-family: 'Lato', Arial, sans-serif;
	color: #fff;
	width: 185px;
	height: 2.5em;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #007fc2 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
#headerwrap input[type=submit]:hover, #headerwrap input[type=submit]:active {
	background: #43413e !important;
}
.container #home1
{
width:90%;
position:relative;
margin:0 auto;
-webkit-border-radius:20px;
-moz-border-radius:20px;
-ms-border-radius:20px;
-o-border-radius:20px;
border-radius:20px;
}

/*========== Social Icons ==========*/
ul.icon {
	font-size:54px;
	margin:1em 0 0.5em 0;
}
ul.icon li {
	display:inline-block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul.icon li:hover {
	opacity:0.7;
}
section.single-page {
	padding: 4.75em 0; /* 76px */
}
section.single-page h1 {
	text-align: center;
	font-family:  'Lato', Arial, sans-serif;
	margin-bottom: 2em; /* 72px */
	font-size: 2.25em; /* 36px */
}
#feature {
	background: url("../img/yellow.png") repeat-x 0 0;
	height: 406px;
	z-index: 500;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.4);
}
#feature article {
	text-align: center;
	margin-top: 120px;
	max-width: 1170px;
}
#feature-headline {
	font-family: 'Lato', Arial, sans-serif;
	text-transform: uppercase;
	color: rgba(228, 229, 229, 1);
	margin-bottom: 3%; /* 39px */
	margin-top: -.25em;
	height: 109px;
	background-size: 100% auto;
}
#feature-headline span {
	font-family: 'Lato', Arial, sans-serif;
	text-transform: lowercase;
}
#feature article p {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.35;
	color: #fff;
}
/* Portfolio */

section#portfolio {
	padding-bottom: 0;
}
section#portfolio h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#portfolio hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#portfolio hgroup h3 {
	margin-top:  .35em;
	font-family: 'Lato', Arial, sans-serif;
}
section#portfolio .entry-content {
	margin: 1em 0 2.5em;
}
section#portfolio .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}
/* Portfolio Image Hover */
.mask2 img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
-o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mask2 img:hover {
	-webkit-box-shadow: 1px 1px 8px #000000;
	-moz-box-shadow: 1px 1px 8px #000000;
	-ms-box-shadow: 1px 1px 8px #000000;
	-o-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
}

.imgAling img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
	-webkit-box-shadow: 1px 1px 8px #000000;
	-moz-box-shadow: 1px 1px 8px #000000;
	-ms-box-shadow: 1px 1px 8px #000000;
	-o-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.imgAlingout img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
	-webkit-box-shadow: 1px 1px 8px #000000;
	-moz-box-shadow: 1px 1px 8px #000000;
	-ms-box-shadow: 1px 1px 8px #000000;
	-o-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}
/* Services */

section#services {
	padding-bottom: 9.5em;
}
#services h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#services h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#services h2:hover {
	background-color:white;
	cursor:pointer;
}
section#services p {
	margin:10px;
}
section#services .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#services .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#007ac3;
}
/*
section#services .span3 {
	background:#e9e9e9;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 1px 1px 2px 1px #B2B2B2;
	-moz-box-shadow: 1px 1px 2px 1px #B2B2B2;
	-ms-box-shadow: 1px 1px 2px 1px #B2B2B2;
	-o-box-shadow: 1px 1px 2px 1px #B2B2B2;
	box-shadow: 1px 1px 2px 1px #B2B2B2;
}
section#services .span3:hover{
	font-color:white;
	background:#ffffff;
	-webkit-box-shadow: 1px 1px 2px 1px #000000;
	-moz-box-shadow: 1px 1px 2px 1px #000000;
	-ms-box-shadow: 1px 1px 2px 1px #000000;
	-o-box-shadow: 1px 1px 2px 1px #000000;
	box-shadow: 1px 1px 2px 1px #000000;
}
*/
/* Testimonials */

section#testimonials {
	height:  647px;
	background: url("../img/yellow_testimonial.png") repeat-x 0 0;
	padding: 0;
	color: #e4e5e2;
	z-index: 500;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
section#testimonials .blockquote-wrapper {
	display: table-cell;
	vertical-align: middle;
	height:  647px;
}
blockquote.mega {
}
blockquote.mega p {
	font-size: 45px;
	line-height: 50px;
	text-align: left;
	font-family: 'Lato', Arial, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
blockquote.mega .cite {
	font-size: 22px;
	text-align: left;
	font-weight:300;
}
/* News */
section#news {
	background: url("../img/grey-cardboard-bg.png") repeat 0 0;
}
section#news .align {
	font-size: 6em;
	text-align: center;
}
article.post {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
article .inside {
	margin: 18px 24px 24px;
	padding-top: 1em;
	background: url("../img/dot-row-2.png") repeat-x scroll 0 0 transparent !important;
}
.post-date {
	color: #A5A5A2;
	float: right;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	margin-right: 5px;
}
#news h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#news h2 {
	font-size: 21px;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #312A1E;
	clear: right;
}
/* Team and Contact */

section#team {
	color: #000000;
	background:#E6E6E6;
}

section#contact {
	color: #000000;
	background:#ffffff;
}
section#team .align, section#contact .align {
	font-size: 6em;
	text-align: center;

}
#team h1, #contact h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#contact, #team {
	padding-top: 4.75em;
}
#team {
	padding-bottom: 0;
}
#contact {
	padding-bottom: 0;
}
.container #gmap
{
position:relative;
width:100%;
height:230px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-border:1px solid #B2B2B2;
-moz-border:1px solid #B2B2B2;
-ms-border:1px solid #B2B2B2;
-o-border:1px solid #B2B2B2;
border:1px solid #B2B2B2;
-webkit-box-shadow:0px 2px 5px 0px #000000;
-moz-box-shadow:0px 2px 5px 0px #000000;
-ms-box-shadow:0px 2px 5px 0px #000000;
-o-box-shadow:0px 2px 5px 0px #000000;
box-shadow:0px 2px 5px 0px #000000;
}
/* team */

#team h3 {
	font-size: 26px;
	margin-top: 24px;
	margin-bottom: 0px;
}
#team h3, .job-position {
	text-align: center;
}
#team .featurette {
	text-align: center;
	font-size: 21px;
}
#team h2.featurette-heading {
	margin-bottom: 24px;
}
.teamalign {
	text-align:center
}
.team-thumb {
	margin-top: 26px;
	text-align:center;
}
.job-position {
	font-family: 'Lato', Arial, sans-serif;
	margin-bottom: .46155em;
}
/* Contact Form */

#theme-form {
	position: relative;
	z-index: 999;
}
#theme-form input[type=text], .cform-form textarea {
	background: rgba(0, 0, 0, 0.1);
	font-family: 'Lato', Arial, sans-serif;
	border: 0;
	text-align: left;
	vertical-align: middle;
}
#theme-form input[type=text]:focus, .cform-form textarea:focus {
	background: rgba(0, 0, 0, 0.5);
	color: white; 
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
	-ms-transition: background 0.25 ease-in;
	-o-transition: background 0.25 ease-in;
}
#theme-form input[type=text] {
	height: 1.75em;
}
#theme-form input[type=submit] {
	font-family: 'Lato', Arial, sans-serif;
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #007ac3 !important;	 /* 007ac3*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
#theme-form input[type=submit]:hover, #theme-form input[type=submit]:active {
	background: #43413e !important;
}
#theme-form textarea {
	padding-top: 1em;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Lato', Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
/* Featurettes */



hr.featurette-divider {
	margin: 3em 0;
	border-width: 0;
	height: 9px;
	background: url("../img/dot-row-3-lt.png") repeat-x;
}
/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#map-wrapper {
	margin-top: 20px;
}
footer {
	text-align: center;
	color: #1a1a1a;
	font-weight: bold;
}
footer p {
	margin-top: -130px;
}
/* ---------------------------------------------------------------------------------------------------------- 
07 Bootstrap Carousel ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
    
    .carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin-top: 200px;
	position:absolute;
}
.carousel-caption h1,  .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.carousel-caption .btn {
	margin-top: 10px;
}
.carousel-control {
	height: 50px;
	top: 46%;
	margin-top: 0;
	font-size: 6.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	background-color: transparent;
	border: 0;
	font-family: 'Lato', Arial, sans-serif;
	opacity: 0.4;
	border-radius: 0;
}
.carousel-control:link, .carousel-control:visited {
	color: #262626;
}
/* Banner Carousel  */    
    #banner.carousel {
	margin-top: 4.75em;
	margin-bottom: 0;
	margin-top: 0;
	max-height: 642px;
}
.banner-caption {
	/*	width: 18%; */
    	position: absolute;
	left: 20%;
	top: 10%;
	color: #007ac3;
}
#intro-caption {
	margin-top:150px;
	font-family: 'Lato', Arial, sans-serif;
	text-align: center;
	font-size: 80px;
	line-height: 90px;
	color:#fff;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
}
#intro-caption span {
	font-family:'Lato', Arial, sans-serif;
	font-size: 0.65em;
}
#banner.carousel .item {
}
#banner.carousel img {
}
#banner.carousel .carousel-control {
}
/* ---------------------------------------------------------------------------------------------------------- 
08 Buttons ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */    
.btn {
	font-family: 'Lato', Arial, sans-serif;
	color: #fff;
	width: 185px;
	height: 20px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding: 1em 0.5em;
	letter-spacing: 0.05em;
	margin: 4.5em auto 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #007fc2 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.btn:link, .btn:visited {
	color: #fff;
}
.btn:hover {
	background: #312A1E !important;
}
.navbar-inverse .btn-navbar {
	width: auto;
	height: auto;
}







h2.h2divStyle
{
text-align:center;
background:#007ac3;
padding:10px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
color:white;
text-shadow:1px 1px 0px black;
box-shadow:1px 1px 2px 0px #000;
-webkit-box-shadow:1px 1px 2px 0px #000;
-moz-box-shadow:1px 1px 2px 0px #000;
-ms-box-shadow:1px 1px 2px 0px #000;
-o-box-shadow:1px 1px 2px 0px #000;
}

div.pdivStyle
{
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
background-color:rgba(0,122,195,0.1);
padding:5px;
box-shadow:1px 1px 2px 0px #000;
-webkit-box-shadow:1px 1px 2px 0px #000;
-moz-box-shadow:1px 1px 2px 0px #000;
-ms-box-shadow:1px 1px 2px 0px #000;
-o-box-shadow:1px 1px 2px 0px #000;
height:400px;
text-shadow:1px 1px 0px white;

}


a.hrefStyle
{
color:rgba(0,0,0,0.75);
}
i.iconStyle
{
color:black;
}

.headerwrapNone
{
background:none;
}

/* Top Nav */
.pull-right.nav-collapse.collapse.top-nav{
margin-top:-5px;
}
.pull-right.nav-collapse.collapse .nav.top-nav{
font-size:90%;
}
.pull-right.nav-collapse.collapse .nav.top-nav > li > a{
font-weight: bold;
font-height:20px;
margin-top:-5px;
color:rgba(0,0,0,0.7);/*
color:#0d5d9b;*/
}
.pull-right.nav-collapse.collapse .nav.top-nav > li > a:hover{
color:black;
}

.pull-right.nav-collapse.collapse .nav.top-nav > li:first-child a{
margin-right:50px;
margin-top:2px;
font-size:80%;
box-shadow:2px 2px 4px rgba(0,0,0,0.4);
-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
-ms-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
-o-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
padding:3px 6px;
color:white;
cursor:pointer;
background:#E60000;
}
/* Main Nav */
.pull-left.nav-collapse.collapse.main-nav{
font-size:110%;
font-weight:bold;
margin-top:-20px;
}
.pull-left.nav-collapse.collapse .nav.main-nav{
margin-top:-15px;
margin-left:2px;
background:rgba(0,0,51,0.80);
box-shadow:-8px 8px 6px rgba(0,0,0,0.2);
-webkit-box-shadow:-8px 8px 6px rgba(0,0,0,0.2);
-moz-box-shadow:-8px 8px 6px rgba(0,0,0,0.2);
-ms-box-shadow:-8px 8px 6px rgba(0,0,0,0.2);
-o-box-shadow:-8px 8px 6px rgba(0,0,0,0.2);
}
.pull-left.nav-collapse.collapse .nav.main-nav > li > a{
color:rgba(255,255,255,0.9);
padding:6px 16px 13px 16px;
}
.pull-left.nav-collapse.collapse .nav.main-nav > li:last-child > a{
border-right:none;
}
.pull-left.nav-collapse.collapse .nav.main-nav > li > a:hover{
color:rgba(0,0,51,0.80);
}
.pull-left.nav-collapse.collapse .nav.main-nav > li{
border-top:2px solid rgba(0,0,0,0);
border-right:1px solid rgba(255,255,255,0.3);
}
.pull-left.nav-collapse.collapse .nav.main-nav > li:hover{
border-top:2px solid red;
background:rgba(255,255,255,0.9);

}

#menu-main-industries,
#menu-main-services,
#menu-main-products{
margin-left:0px;
padding-left:0px;
background:rgba(255,255,255,0.9);
list-style-type:none;
display:none;
}
#menu-main-industries > li,
#menu-main-services > li,
#menu-main-products > li{
border-bottom:1px solid rgba(0,0,0,0.2);
padding-top:5px;
padding-bottom:5px;
}
#menu-main-industries > li:hover,
#menu-main-services > li:hover,
#menu-main-products > li:hover{
background:rgba(0,0,0,0.1);
}
#menu-main-industries > li > a,
#menu-main-services > li > a,
#menu-main-products > li > a{
cursor:pointer;
padding-left:10px;
text-decoration:none;
color:rgba(0,0,0,0.7);
font-size:75%;
}
#menu-main-industries > li > a:hover,
#menu-main-services > li > a:hover,
#menu-main-products > li > a:hover{
padding-left:15px;
text-shadow:-2px 2px 1px rgba(0,0,0,0.2);
}
div.demoRequest{
display:none;
}
div.demoRequest a{
margin-top:-15px;
font-size:80%;
float:right;
box-shadow:2px 2px 4px rgba(0,0,0,0.8);
-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.8);
-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.8);
-ms-box-shadow:2px 2px 4px rgba(0,0,0,0.8);
-o-box-shadow:2px 2px 4px rgba(0,0,0,0.8);
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
padding:3px 6px;
cursor:pointer;
background:#E60000;
}
div.demoRequest a:hover{
background:#FF0000;
}

.navbar-inner div.socialNetwork{
display:none;
float:right;
padding:7px 8px;
cursor:pointer;
margin-right:10px;
margin-top:-35px;
}
.navbar-inner div.socialNetwork img{
margin-right:3px;
}

.homeBlackBox{
border:1px solid rgba(0,0,0,0.1);
padding:2px 6px 7px 10px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
-ms-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
-o-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
box-shadow:0px 0px 6px rgba(0,0,0,0.5);
 transition: All .2s linear;
 -webkit-transition: All .2s linear;
 -moz-transition: All .2s linear;
 -ms-transition: All .2s linear;
 -o-transition: All .2s linear;
}
.homeBlackBox:hover{
 transition: All .2s linear;
 -webkit-transition: All .2s linear;
 -moz-transition: All .2s linear;
 -ms-transition: All .2s linear;
 -o-transition: All .2s linear;
-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
-ms-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
-o-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
box-shadow:0px 0px 6px rgba(0,0,0,0.3);
background:#F0F6FF;
}
.homeBlackBox h3{
color:rgba(0,0,0,0.6);
font-weight:bold;
font-size:98%;
text-align:left;
}
.homeBlackBox p{
color:rgba(0,0,0,0.4);
font-size:95%;
text-align:left;
}

div.row.rowBlackBox div.rowBlackBox,
div.span3.rowBlackBox{
}

div.rowBlackBox{
background-color:rgba(0,0,51,0.80);
box-shadow:-10px 10px 15px rgba(0,0,0,1);
-webkit-box-shadow:-10px 10px 15px rgba(0,0,0,1);
-moz-box-shadow:-10px 10px 15px rgba(0,0,0,1);
-ms-box-shadow:-10px 10px 15px rgba(0,0,0,1);
-o-box-shadow:-10px 10px 15px rgba(0,0,0,1);
}


div.iframeStyle{
width:1170px;
margin:0 auto;
}
div.iframeStyle iframe{
margin:0 auto;
width:1170px;
}

div.floatingComp{
padding:5px 8px;
position:fixed;
top:0px;
right:62%;
z-index:9999;
color:white;
-webkit-border-radius:1px;
-moz-border-radius:1px;
-ms-border-radius:1px;
-o-border-radius:1px;
border-radius:1px;
}
div.floatingComp img{
margin-right:4px;
cursor:pointer;
}



div.iconBox{
 transition: All .2s linear;
 -webkit-transition: All .2s linear;
 -moz-transition: All .2s linear;
 -ms-transition: All .2s linear;
 -o-transition: All .2s linear;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
-ms-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
-o-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
box-shadow:0px 0px 6px rgba(0,0,0,0.5);
margin-top:10px;
padding:5px 7px;
border:1px solid rgba(0,0,0,0.1);
}
div.iconBox:hover{
 transition: All .2s linear;
 -webkit-transition: All .2s linear;
 -moz-transition: All .2s linear;
 -ms-transition: All .2s linear;
 -o-transition: All .2s linear;
-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
-ms-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
-o-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
box-shadow:0px 0px 6px rgba(0,0,0,0.3);
background:#F0F6FF;
}
div.iconBox i{
font-size:400%;
text-shadow:-5px 5px 8px rgba(0,0,0,0.6);
}
div.iconBox a{
cursor:pointer;
color:rgba(0,0,0,0.4);
font-size:90%;
text-decoration:none;
}

ul.bottom-ul,
ul.bottom-ul-copyright{
font-size:80%;
margin:0;
border-bottom:1px solid rgba(255,255,255,0.2);
padding-top:10px;
padding-bottom:10px;
list-style-type:none;
}
ul.bottom-ul li,
ul.bottom-ul-copyright li{
padding-left:10px;
display:inline;
}
ul.bottom-ul li a,
ul.bottom-ul-copyright li a{
color:rgba(255,255,255,0.8);
text-decoration:none;
}
ul.bottom-ul li a:hover{
color:rgba(255,255,255,1);
}
ul.seperator li a{
padding-right:20px;
border-right:1px solid rgba(255,255,255,0.3);
}
div.fixed-content-left{
margin-top:50px;
}

ul.HMSmenu{
margin-top:10px;
list-style-type:none;
}
ul.SmallScreenHMSmenu{
list-style-type:none;
display:none;
}
ul.HMSmenu a,
ul.SmallScreenHMSmenu a{
text-decoration:none;
}
ul.HMSmenu li,
ul.SmallScreenHMSmenu li{
width:90px;
padding:6px 12px;
text-align:center;
margin-bottom:20px;
font-size:85%;
color:rgba(0,0,0,0.5);
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
-ms-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
-o-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
box-shadow:0px 0px 3px rgba(0,0,0,0.4);
}
ul.HMSmenu li:hover,
ul.SmallScreenHMSmenu li:hover{
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.6);
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.6);
-ms-box-shadow:0px 0px 3px rgba(0,0,0,0.6);
-o-box-shadow:0px 0px 3px rgba(0,0,0,0.6);
box-shadow:0px 0px 3px rgba(0,0,0,0.6);
}
ul.HMSmenu li.currentPage,
ul.SmallScreenHMSmenu li.currentPage{
background:#00CCFF;
color:white;
}
div.fixed-content{
margin-top:50px;
border-left:1px solid rgba(0,0,0,0.2);
}

div.fixed-content h3{
}

ul.fixed-ul{
font-size:75%;
list-style-type:none;
}
ul.fixed-ul li{
margin-top:5px;
margin-bottom:5px;
}
ul.fixed-ul li a{
color:rgba(0,0,0,0.4);
text-decoration:none;
}
ul.fixed-ul li a:hover{
color:#00CCFF;
}
ul.fixed-ul li a i{
color:green;
font-size:150%;
}

ul.fixed-ul-middle{
margin-top:50px;
margin-bottom:50px;
padding-right:5px;
list-style-type:none;
}
ul.fixed-ul-middle li{
box-shadow:1px 1px 1px rgba(0,0,0,1);
-webkit-box-shadow:1px 1px 1px rgba(0,0,0,1);
-moz-box-shadow:1px 1px 1px rgba(0,0,0,1);
-ms-box-shadow:1px 1px 1px rgba(0,0,0,1);
-o-box-shadow:1px 1px 1px rgba(0,0,0,1);
background:green;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
text-align:center;
padding-top:5px;
padding-bottom:5px;
margin-top:10px;
margin-bottom:5px;
}
ul.fixed-ul-middle li a{
font-size:90%;
color:white;
text-decoration:none;
}
ul.fixed-ul-middle li a:hover{
color:rgba(0,0,0,0.7);
}

ul.fixed-social-network{
margin-top:300px;
list-style-type:none;
}

ul.fixed-social-network li a{
color:rgba(0,0,0,0.4);
text-decoration:none;
font-size:75%;
}
ul.fixed-social-network li{
margin-right:5px;
display:inline;
}


ul.SiteMapLink{
list-style-type:none;
}
ul.SiteMapLink li{

}
ul.SiteMapLink li a{
transition: all 0.5s ease;
color:rgba(0,0,0,0.4);
text-decoration:none;
font-size:78%;
}
ul.SiteMapLink li a:hover{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
color:#00CCFF;
margin-left:-10px;
}


header#footerList{
bottom:0;
width:100%;
margin:0 auto;
position:absolute;
position:fixed;
background:rgba(0,0,0,0.7);
}
/* Title */
div#top1 h1{
text-align:center;
color:rgba(0,0,0,0.70);
} 
div#top1 h2{
color:rgba(0,0,0,0.5);
}
div#top1 p{
text-align:justify;
margin-left:2px;
font-size:85%;
}

div#top1 p b{
font-weight:900;
}
div#top1 p ol{
font-size:85%;
color:rgba(0,0,0,0.6);
}
div#top1 p ul{

}

div#theme-form  div#requestLabel{
line-height:1.75em;
color:rgba(0,0,0,0.6);
font-size:90%;
}
div#theme-form input.requestInput{
margin-bottom:15px;
font-size:95%;
width:80%;
}
div#theme-form textarea.requestTextarea{
border:none;
font-size:95%;
background:rgba(0, 0, 0, 0.1);
width:80%;
}
div#theme-form select.requestSelect{
border:none;
font-size:95%;
background:rgba(0, 0, 0, 0.1);
width:80%;
height:1.75em;
padding-top:3px;
margin-bottom:15px;
}
div#theme-form textarea.requestTextarea:focus,
div#theme-form select.requestSelect:focus{
background: rgba(0, 0, 0, 0.5);
color:white;
box-shadow:none;
}
div#theme-form input.requestButton{
height:2em;
width:80%;
}
div.container div.row div#HMSType1{
border-top:2px solid red;
}
div.container div.row div#HMSType2{
border-top:2px solid green;
}
div.container div.row div#HMSType3{
border-top:2px solid blue;
}
div.container div.row div#HMSType1,
div.container div.row div#HMSType2,
div.container div.row div#HMSType3{
width:95%;
background:rgba(0,0,0,0.03);
-webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.4);
-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.4);
-ms-box-shadow:0px 0px 1px rgba(0,0,0,0.4);
-o-box-shadow:0px 0px 1px rgba(0,0,0,0.4);
box-shadow:0px 0px 1px rgba(0,0,0,0.4);
text-align:center;
line-height:4em;
}
div.container div.row div#HMSType1:hover,
div.container div.row div#HMSType2:hover,
div.container div.row div#HMSType3:hover{
background:rgba(0,0,0,0.02);
-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
-ms-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
-o-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
box-shadow:0px 1px 1px rgba(0,0,0,0.4);
}

img.bteProfileImage{
border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
-ms-border-radius:100px;
-o-border-radius:100px;
box-shadow:0px 2px 4px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.3);
-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.3);
-ms-box-shadow:0px 2px 4px rgba(0,0,0,0.3);
-o-box-shadow:0px 2px 4px rgba(0,0,0,0.3);
}

table.tableStyle{
width:100%;
}

table.tableStyle,td{
border:1px solid rgba(0,0,0,0.2);
font-size:90%;
color:rgba(0,0,0,0.65);
padding:10px 10px;
}



/* ---------------------------------------------------------------------------------------------------------- 
09 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* RESPONSIVE 
-------------------------------------------------- */
@media (min-width: 1186px) and (max-width: 1200px){
div.iframeStyle{
width:100%;
margin:0 auto;
}
div.iframeStyle iframe{
width:100%;
margin:0 auto;
}
}


    @media (max-width: 1186px) {

div.iframeStyle{
width:100%;
}
div.iframeStyle iframe{
width:100%;
margin:0 auto;
}
 .banner-caption {
	    	/*	width: 18%; */
	    	position: absolute;
 left: 20%;
 top: 6%;
 color: #007ac3;
}
 #intro-caption {
 font-family: 'Lato', Arial, sans-serif;
 text-align: center;
 font-size: 60px;
 line-height: 70px;
}
 .banner-caption p {
 font-size: 1em;
}
}
 @media (max-width: 959px) {

div.iframeStyle{
width:100%;
}
div.iframeStyle iframe{
width:100%;
margin:0 auto;
}
 .navbar-fixed-top {
 margin-bottom: 0;
}
 .navbar .container {
 width: 100%;
}
 .navbar .brand {
 margin-top: 0;
}
.navbar-inner {
min-height: 6em;
}
 .navbar .btn-navbar {
 margin-top: 0;
}
 .navbar-fixed-top .navbar-inner {
 padding: 0px;
}
 .featurette {
 height: auto;
 padding: 0;
}
 .featurette-image.pull-left,  .featurette-image.pull-right {
 display: block;
 float: none;
 max-width: 40%;
 margin: 0 auto 20px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {

div.iframeStyle{
width:100%;
}
div.iframeStyle iframe{
width:100%;
margin:0 auto;
}
 #headerwrap {
 padding-top:0;
}

 .navbar-inner {
	min-height: 6.5em;

}
}
 @media (max-width: 767px) {

div.iframeStyle{
width:100%;
}
div.iframeStyle iframe{
width:100%;
margin:0 auto;
}
 .container {
 
 padding-right: 5px;
 padding-left: 5px;
 
}
 .navbar-fixed-top,  .navbar-fixed-bottom,  .navbar-static-top {
 margin-right: 0px;
 margin-left: 0px;
 margin-bottom:0px;
 padding-bottom:0px;
}
 .navbar-inner {
	min-height: 6.5em;
 margin: 0;
}
 .carousel {
 margin-left: -20px;
 margin-right: -20px;
}
 .carousel .container {
}
 .carousel-caption {
 width: 65%;
 padding: 0 70px;
 margin-top: 100px;
}
 .carousel-caption h1 {
 font-size: 30px;
}
 .carousel-caption .lead,  .carousel-caption .btn {
 font-size: 18px;
}
 .featurette-heading {
 font-size: 30px;
}
 .featurette .lead {
 font-size: 18px;
 line-height: 1.5;
}
}
    
    /* Smaller screens ----------- */
	@media (max-width : 480px) {

div.iframeStyle{
width:100%;
}
div.iframeStyle iframe{
width:100%;
margin:0 auto;
}
 #headerwrap {
 padding-top:0;
}
 #headerwrap h1 {
 font-size:1.5em;
}
 #headerwrap h2 {
 font-size:1em;
}
 #headerwrap input[type="text"] {
 width: 100%;
}
 #headerwrap input[type="submit"] {
 margin-top:1em;
 width: 135px;
}
 .container {
1px solid yellow;
}
 #team .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}
 #feature article p {
 font-family: 'Lato', Arial, sans-serif;
 font-size: 22px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
.container #gmap
{
position:relative;
width:100%;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-border:1px solid #B2B2B2;
-moz-border:1px solid #B2B2B2;
-ms-border:1px solid #B2B2B2;
-o-border:1px solid #B2B2B2;
border:1px solid #B2B2B2;
-webkit-box-shadow:0px 2px 5px 0px #000000;
-moz-box-shadow:0px 2px 5px 0px #000000;
-ms-box-shadow:0px 2px 5px 0px #000000;
-o-box-shadow:0px 2px 5px 0px #000000;
box-shadow:0px 2px 5px 0px #000000;
}
}
    
    /* Smartphones (portrait and landscape) ----------- */
	@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {

div.iframeStyle{
width:100%;
}
div.iframeStyle iframe{
width:100%;
margin:0 auto;
}
 #feature-headline {
 background: transparent;
 text-indent: 0;
 overflow: visible;
 margin-top: 1.5em;
}
 #navbar-inner {
 margin:	0;
}
 #banner { /*display: none;*/
}
 section.single-page {
 padding: 1em 0;
}
		
		/* Feature */
		#feature-badge {
/*	display: none; */
		}
		
		/* Portfolio & News */
		
		#news h1 {
 background: transparent;
}
 #news h1 span {
 background: transparent;
 padding: 0;
}
 #portfolio .container {
 top: 0 !important;
}
 #feature article p {
 font-family: 'Lato', Arial, sans-serif;
 font-size: 22px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
 .img-news {
 width: 100%;
}
 .img-news {
 margin-right: auto;
 margin-left: auto;
 display: block;
}
 section#portfolio hgroup h2 {
 margin-top: 1.5em;
}
	
		/* Services */
		
		#services h1 {
 background: transparent;
}
 #services h1 span {
 background: transparent;
 padding: 0;
}
 section#services h2 {
 margin-bottom: 0.25em;
}
 section#services h2, section#services ul {
 text-align: center;
}
		

	    /* Testimonials */
	    
		section#testimonials { /*display: none;*/
}
	
		/* team */
		
		#team .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}
 .job-position: {
 margin-bottom: 1.5em;
}
 .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
 margin-left: auto;
 margin-right: auto;
}
		
		/* Contact Form */

		#theme-form {
 overflow: hidden;
}
 #theme-form input[type=submit] {
 width: 100%;
}
}

	/* Smartphones (landscape) ----------- */
	@media only screen  and (min-width : 321px) {

div.iframeStyle{
width:100%;
}
 #feature-headline {
 font-size: 32px; /* 34px */
}

 #feature article p {
 font-family: 'Lato', Arial, sans-serif;
 font-size: 20px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 25px;
 color: #fff;
}
}
	
	/* Smartphones (portrait) ----------- */
	@media only screen  and (max-width : 320px) {
 #feature-headline {
 font-size: 1.1875em; /* 19px */
}
 #feature article p {
 font-family: 'Lato', Arial, sans-serif;
 font-size: 20px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 25px;
 color: #fff;
}

}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) {

div.iframeStyle{
width:100%;
}
 .banner-caption p {
 font-size: 0.6em;
}
 #intro-caption {
 font-size: 4em;
}
}
	
	/* iPads (landscape) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape) {
/* Styles */
	}
	
	/* iPads (portrait) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait) {
/* Styles */
	}
	
	/* Desktops and laptops ----------- */
	@media only screen  and (min-width : 1224px) {
/* Styles */
	}
