/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html, body {
	height: 100%;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	/*
Override the default (display: inline) for
browsers that do not recognize HTML5 tags.

IE8 (and lower) requires a shiv:
http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
b, strong {
	/*
Makes browsers agree.
IE + Opera = font-weight: bold.
Gecko + WebKit = font-weight: bolder.
*/
	font-weight: bold;
}
img {
	font-size: 0;
	vertical-align: middle;
	/*
For IE.
http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
li {
	/*
For IE6 + IE7.
*/
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
svg {
	/*
For IE9.
*/
	overflow: hidden;
}
/* #Basic Styles
================================================== */
body {
	background: #f5f5f5;
	font-family: 'Oswald', sans-serif;
	color: #959595;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
html {
	width: 100%;
	height: 100%
}
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* Global properties 
======================================================== */



.main {
	width: 1564px;
	margin: 0px auto;
	position: relative;
}
.main:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
hr {
	margin: 20px 0;
	border-top: 1px solid #ccc;
}
strong {
	font-weight: bold;
}
a {
	color: #5E5E5E;
	outline: none;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	width: 100%;
	line-height: 0;
	font-size: 0;
}
.clear_20 {
	clear: both;
	width: 100%;
	line-height: 0;
	font-size: 0;
	height: 20px;
}
.clear_50 {
	clear: both;
	width: 100%;
	line-height: 0;
	font-size: 0;
	height: 50px;
}
.column-1, .column-2, .column-3 {
	float: left;
}
.reg {
	text-transform: uppercase;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.it {
	font-style: italic;
}
.letter {
	letter-spacing: -1px;
}
.text-upper {
	text-transform: uppercase;
}
.color-1 {
	color: #154890;
}
.color-2 {
	color: #fff;
}
.color-3 {
	color: #737373;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
	line-height: 22px;
}
/*********************************boxes**********************************/
.spacing {
	margin-right: 52px;
}
.spacing2 {
	margin: 0 15px 0 5px;
}
.spacing3 {
	margin-right: 60px;
}
.spacing-bot {
	margin-bottom: 25px;
}
.indent {
	padding: 0 0 0px 18px;
}
.indent-top {
	margin-top: 12px;
	margin-bottom: 20px;
}
.indent-bot {
	margin-bottom: 20px;
}
.indent-bot2 {
	margin-bottom: 30px;
}
.indent-bot3 {
	margin-bottom: 45px;
}
.img-indent-bot {
	margin-bottom: 25px;
}
.img-indent {
	float: left;
	margin: 0 20px 0px 0;
}
.img-indent1 {
	float: right;
	margin: 0 0 0 20px;
}
/*--------------------Heading----------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 1;
}
h2 {
	font-size: 35px;
	color: #268c9f;
	position: relative;
	margin-bottom: 10px;
}
h3 {
	font-size: 24px;
	color: #5b5b5b;
	font-weight: normal;
	margin-bottom: 20px;
}
h4 {
	font-size: 16px;
	color: #003399;
	font-weight: normal;
	margin-bottom: 20px;
}
p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 22px;
}
/*************header****************/

header {
	position: relative;
	padding: 15px 0;
	width: 100%;
	background: #f8f8fb url(../img/header_bg.png) repeat-x;
	border-bottom:2px solid #e7e7e7;
	height: 27px;
}
header h1 {
	float: left;
	margin-left: 10px;
}
header h1 a {
	display: block;
	text-decoration: none;
}
/* ----------------------------------------------------------------
    Sliders
-----------------------------------------------------------------*/


.slider {
	position: relative;
}
.camera_wrap {
	height: 678px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul {
	text-align: center;
	margin-top: -10px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li > span {
	display: none;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li {
	width: 165px;
	height: 5px;
	background: #3b44fc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover, .slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background: #030efc;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	margin-left: 0px;
	margin-right: 1px;
	margin-top: 26px;
	margin-bottom: 14px;
}
/*************content****************/

#container {
	padding: 40px 0 20px 0;
	width: 100%;
}
#container_inner {
	padding: 0 0 20px 0;
	width: 100%;
}
.col-1 {
	margin-left: 40px;
	float: left;
	border: #8dc0ca 8px solid;
}
.col-1  img {
	max-width: 100%;
	height: auto;
}
.col-2 {
	float: right;
	margin-right: 95px;
}
.col-2 .form-box {
	border: 8px solid #8DC0CA;
	padding: 27px 35px 0 35px;
	width: 478px;
}
.col-2 .form-box h2 {
	margin-bottom: 40px;
	padding-bottom: 0;
}
/*nav menu*/

#nav {
	font-weight: 400;
	position: relative;
	list-style: none;
	float:right;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:9999;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
	list-style: none;
}
#nav li a {
	color: #5E5E5E;
	display: block;
}
#nav li a:active {
	background-color: #c00 !important;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #000;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -5px; /* 5 */
}
/* first level */

#nav > ul {
	height: 20px;
}
#nav > ul > li {
	height: 100%;
	float: left;
	
}
#nav > ul > li > a {
	height: 100%;
	font-size: 14px; /* 24 */
	line-height: 16px; /* 60 (24) */
	text-align: center;
	margin-right: 28px;
}

/* second level */

#nav li ul {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 100%;
	width:150px;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size:14px; /* 20 */
	padding:5px 10px; /* 15 (20) */
	color:#000;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #8dc0ca;
	color:#000;
}
 @media only screen and ( max-width: 959px )  {
#nav {
	width: 68%;
	margin:10px auto;
}

#nav > ul > li > a {
    margin-right: 10px;
	font-size:12px !important;
}
}
 @media only screen and ( max-width: 767px ) {

#nav {
	position: relative;
	top: auto;
	left: auto;
	width:100%;
}
#nav > a {
	width: 40px; /* 50 */
	height: 40px; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #8dc0ca;
	position: relative;
}
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
	background:#fff;
}
#nav > ul > li {
	width: 100%;
	float: none;
	
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding:10px;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #000;
}
/* second level */

#nav li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
}
/*service section*/
.services {
	clear: both;
}
.services ul {
	text-align: center;
}
.services li {
	list-style: none;
	width: 500px;
	display: inline-block;
	margin-top: 60px;
	vertical-align: top;
}
.services li img {
	margin-bottom: 15px;
}
.services li + li {
	margin-left: 28px;
}
.services li h2 {
	font-size: 36px;
}
.services li p {
	font-size: 20px;
	line-height: 36px;
}
/*Quote section*/
.quoteSection {
	padding: 65px 58px 160px;
	text-align: center;
	margin-top:45px;
	border-top:1px solid #959595;
}
.quoteSection p {
	font-size: 45px;
	line-height: 54px;
	color: #b6b6b6;
}
.quoteSection p span {
	font-size: 30px;
	color: #208ea1;
}
a.requestInfo {
	width: 266px;
	margin: 90px auto;
	display: block;
	height: 43px;
	background: url(../img/Request-Information.png) no-repeat;
	text-indent: -9999px;
}
.form-box input[type="text"] {
	width: 174px;
	border: none;
	padding: 0 20px;
	background: url(../img/input-bg.png) repeat-x;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #707070;
	border-radius:3px;
	outline:none;
	height:34px;
	line-height:32px;
	vertical-align:middle;
	margin: 0 20px 16px 0;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}
.form-box input[type="email"] {
	width: 416px;
	border: none;
	padding: 0 20px;
	height:34px;
	border-radius:3px;
	background: url(../img/input-bg.png) repeat-x;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	color: #707070;
	outline:none;
	line-height:32px;
	vertical-align:middle;
	margin: 0 16px 16px 0;
}
.form-box input.btn {
	width: 135px;
	display: block;
	margin: 25px auto 45px;
	background: url(../img/submit-bg.png) no-repeat;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	border: none;
	height:37px;
	line-height:22px;
	cursor: pointer;
	color: #7c868d;
	outline:none;
}
 @media only screen and (min-width: 960px) and (max-width: 1024px) {
.main {
	width: 960px;
}


.col-1 {
    float: left;
    margin-left: 0px;
	width:447px;
}

.col-2 {
    float: right;
    margin-right: 0px;
}

.col-2 .form-box {
    border: 8px solid #8DC0CA;
    padding: 15px 14px 0;
    width: 428px;
}

.col-2 .form-box h2 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.form-box input[type="submit"]{  margin: 0px auto 15px;}

.form-box input[type="text"]{ margin: 0 6px 7px 0; width:160px;}

.form-box input[type="email"]{ margin: 0 0 7px 0; width:370px}


.services li {
    width: 440px;
}

}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
.main {
	width: 768px;
}
.col-1 {
    float: none;
    margin: 0px auto 15px;
	width:650px;
}
header h1{ margin:0;}

.col-2 {
    float: none;
    margin-right: 0px;
}

.col-2 .form-box {
    border: 8px solid #8DC0CA;
   padding: 27px 35px 0;
	margin:0 auto 25px;
	width:580px;
}

.col-2 .form-box h2 {
    margin-bottom: 20px;
    padding-bottom: 0;
}


.services li {
    width: 440px;
}

.form-box input[type="text"]{ margin: 0 6px 15px 0; width:240px;}

.form-box input[type="email"]{ margin: 0 0 15px 0; width:530px}
}
 @media only screen and (max-width: 767px) {
.main {
	width: 300px;
}

header {
	background:#fafafa;
	height:75px;
}


header h1 {
    float: none;
    margin:0;
	text-align:center;
}
.col-1 {
    float: none;
    margin: 0px ;
	width:auto;
	
}
.col-2 {
    float: none;
    margin-right: 0px;
}


.col-2 .form-box {
    border: 8px solid #8DC0CA;
    padding: 10px;
    width: auto;
	margin:0 0 25px 0;
}

.form-box input[type="text"]{ margin: 0 6px 15px 0; width:80%;}

.form-box input[type="email"]{ margin: 0 0 15px 0; width:80%}

.services li {
    width: auto;
}


.services li + li {
    margin-left: 0px;
}

.quoteSection {
    border-top: 1px solid #959595;
    margin-top: 45px;
    padding:25px 10px;
    text-align: center;
}


}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.main {
	width: 420px;
}
.col-1 {
	float: none;
	margin: 0;
}
}
