/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
}
html {
	-webkit-text-size-adjust: 100%; /* Automatically adjusted for Safari on iPhone. */ 
	-ms-text-size-adjust: 100%;
	

}
input, select, textarea{ outline:none;}

input[type="radio"], input[type="checkbox"]{margin:0;}
input[type="submit"], input[type="button"]{-webkit-appearance:none; }
body {
	background: #fff;
	font-family: 'OpenSans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #222222;
	position: relative;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857;
	width: 100%;
	height: 100%;
}
html, body {
	height: 100%;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
fieldset, img {
	border: 0;
}
/* Links ---------------------- */
a {
	color: #04bcde;
	text-decoration: none;
	line-height: inherit;
	outline: none;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
a:hover {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}
/* Reset for strange margins by default on <figure> elements */
figure {
	margin: 0;
}
/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	direction: ltr;
}
/* Lists ---------------------- */
ul, ol, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li ul, ul li ol {
	margin-left: 20px;
	margin-bottom: 0;
}
ol li ul, ol li ol {
	margin-left: 20px;
	margin-bottom: 0;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* inpput */
input::-moz-focus-inner {
border: 0;
padding: 0;
}
strong {
	font-weight: normal;
	font-family: 'OpenSans-Bold';
}
/* Misc ---------------------- */
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.hide {
	display: none !important;
}
.unhide {
	display: block !important;
}
.highlight {
	background: #ffff99;
}
.nomargin {
	margin: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
.noborder {
	border: none !important;
}
.none_transition {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.gap {
	height: 15px;
	display: block;
	clear: both;
}
.aligncenter {
	text-align: center !important;
}
.clear {
	clear: both;
	display: block;
}
.nobackground {
	background: none !important;
}
.nomargin_bottom {
	margin-bottom: 0 !important;
}
.nomargin_right {
	margin-right: 0 !important;
}
.error {
	color: red;
}
.success {
	color: green;
}
.img_responsive {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
.img_rounded {
	border-radius: 6px;
}
.img_circle {
	border-radius: 500px;
}
/* listings */

.listing_bullets {
	width: 100%;
}
.listing_bullets li {
	list-style: disc inside;
	padding: 0 0 5px 0;
	color: #191A1A;
	font-size: 15px;
}
.listing_bullets.white li {
	color: #FFF;
}
.listing_numbers {
	width: 100%;
}
.listing_numbers li {
	list-style: decimal inside;
	padding: 0 0 5px 0;
	color: #191A1A;
	font-size: 15px;
}
.listing_numbers.white li {
	color: #FFF;
}
.listing_arrows {
	width: 100%;
}
.listing_arrows li {
	list-style: none;
	padding: 0 0 10px 15px;
	position: relative;
	color: #191A1A;
	font-size: 15px;
}
.listing_arrows.white li {
	color: #FFF;
}
.listing_arrows.white li:before {
	border-left: 5px solid #fff;
}
.listing_arrows li:before {
	content: "";
	width: 0;
	height: 0;
	left: 0;
	top: 4px;
	border-top: 4px solid transparent;
	border-left: 4px solid #333;
	border-bottom: 4px solid transparent;
	position: absolute;
}
/* forms css */

.siteForm input[type="text"] {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #d3d3d3;
	height: 42px;
	line-height:100%;
	vertical-align: middle;
	font-size: 15px;
	color: #7a7a7a;
	padding: 0 10px;
	margin: 0 0 0 0;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.siteForm input[type="text"]:focus {
	border-color: #d7d7cf;
	-webkit-box-shadow: 0 0 10px #d7d7cf;
	-moz-box-shadow: 0 0 10px #d7d7cf;
	box-shadow: 0 0 10px #d7d7cf;
}
.siteForm input[type="email"] {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #d3d3d3;
	height: 42px;
	line-height:100%;
	vertical-align: middle;
	font-size: 15px;
	color: #7a7a7a;
	padding: 0 10px;
	margin: 0 0 0 0;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.siteForm input[type="email"]:focus {
	border-color: #d7d7cf;
	-webkit-box-shadow: 0 0 10px #d7d7cf;
	-moz-box-shadow: 0 0 10px #d7d7cf;
	box-shadow: 0 0 10px #d7d7cf;
}
.siteForm input[type="password"] {
	width: 100%!important;
	background: #FFFFFF;
	border: 1px solid #d8d7d7;
	height: 42px;
	line-height:100%;
	vertical-align: middle;
	font-size: 15px;
	color: #7a7a7a;
	padding: 0 10px;
	margin: 0 0 0 0;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.siteForm input[type="password"]:focus {
	border-color: #d7d7cf;
	-webkit-box-shadow: 0 0 10px #d7d7cf;
	-moz-box-shadow: 0 0 10px #d7d7cf;
	box-shadow: 0 0 10px #d7d7cf;
}
.siteForm textarea {
	width: 100% !important;
	background: #FFFFFF;
	font-family: 'OpenSans';
	border: 1px solid #d8d7d7;
	height: 110px;
	line-height:100%;
	font-size: 15px;
	color: #7a7a7a;
	padding: 10px;
	border-radius: 3px;
	margin: 0 0 0 0;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.siteForm textarea:focus {
	border-color: #d7d7cf;
	-webkit-box-shadow: 0 0 10px #d7d7cf;
	-moz-box-shadow: 0 0 10px #d7d7cf;
	box-shadow: 0 0 10px #d7d7cf;
}
.siteForm select {
	width: 100%;
	line-height:100%;
	height:42px;
	background: #FFFFFF;
	border: 1px solid #d8d7d7;
	font-size: 15px;
	color: #7a7a7a;
	padding:8px;
	margin: 0 0 0 0;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.siteForm select:focus {
	border-color: #d7d7cf;
	-webkit-box-shadow: 0 0 10px #d7d7cf;
	-moz-box-shadow: 0 0 10px #d7d7cf;
	box-shadow: 0 0 10px #d7d7cf;
}
.siteForm input[type="submit"] {
	background: #06bcdb;
	padding: 5px 30px;
	font-family: 'OpenSans-Semibold';
	font-size: 19px;
	border-radius: 3px;
	border: 1px solid #06bcdb;
	color: none;
	cursor: pointer;
	color: #fff;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.siteForm input[type="submit"]:hover {
	background: #06accb;
	border: 1px solid #06accb;
}
.siteForm input[type="reset"] {
	background: #0ea158 ;
	padding: 5px 30px;
	text-transform: uppercase;
	font-family: 'OpenSans-Semibold';
	font-size: 20px;
	border-radius: 3px;
	border: 1px solid #0ea158 ;
	color: none;
	cursor: pointer;
	color: #fff;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.siteForm input[type="reset"]:hover {
	background: #333;
	border: 1px solid #333;
}
.siteForm input[type="button"] {
	background: #6eb444;
	padding: 5px 30px;
	text-transform: uppercase;
	font-family: 'OpenSans-Semibold';
	font-size: 19px;
	border-radius: 3px;
	border: 1px solid #6eb444;
	color: none;
	cursor: pointer;
	color: #fff;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.siteForm input[type="button"]:hover {
	background: #5ea434;
	border: 1px solid #5ea434;
}
.mandatory {
	color: #FF0000;
}
.mb10{
    margin-bottom: 10px;
}
/* typography */

@font-face {
	font-family: 'OpenSans-Bold';
	src: url('fonts/opensansbold.eot');
	src: url('fonts/opensansbold.eot?#iefix') format('embedded-opentype'), url('fonts/opensansbold.woff') format('woff'), url('fonts/opensansbold.ttf') format('truetype'), url('fonts/opensansbold.svg#opensansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url('fonts/opensanslight.eot');
	src: url('fonts/opensanslight.eot?#iefix') format('embedded-opentype'), url('fonts/opensanslight.woff') format('woff'), url('fonts/opensanslight.ttf') format('truetype'), url('fonts/opensanslight.svg#opensanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('fonts/opensansregular.eot');
	src: url('fonts/opensansregular.eot?#iefix') format('embedded-opentype'), url('fonts/opensansregular.woff') format('woff'), url('fonts/opensansregular.ttf') format('truetype'), url('fonts/opensansregular.svg#opensansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('fonts/opensanssemibold.eot');
	src: url('fonts/opensanssemibold.eot?#iefix') format('embedded-opentype'), url('fonts/opensanssemibold.woff') format('woff'), url('fonts/opensanssemibold.ttf') format('truetype'), url('fonts/opensanssemibold.svg#opensanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-ExtraBold';
	src: url('fonts/OpenSans-ExtraBold.eot');
	src: url('fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-ExtraBold.woff') format('woff'), url('fonts/opensanssemibold.ttf') format('truetype'), url('fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fontawesome-webfont';
	src: url('fonts/fontawesome-webfont.eot');
	src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


