img{max-width: 100%}
* {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {color: #222;transition: 0.3s; }
a:hover, a:focus, a:active {outline: 0;}
a:hover {color:#243c7e;text-decoration: none;}
a:focus, a:active {
	text-decoration: none;
}
a, button, button:active, button:focus, select, select:active, select:focus {
	outline: 0;
	text-shadow: none;
	text-decoration:none;
}
select, select:active, select:focus,select.form-control, .form-control:active, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body, * {
    padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
	color:#707070
}
section{position:relative}
h1, h2, h3{
	line-height: normal;
}
body{
color:#707070
}
article {
	padding: 40px 0;
	margin: 0;
}
.blue-btn{background:#243c7e}
.blue-btn:hover,.blue-btn:focus{background:#243c7e}
button:hover,.btn:hover,
button:focus,.btn:focus,
button:active,.btn:active {
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn, a.btn, input.btn, button.btn {
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	height: auto;
    line-height: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
    padding: 16px 30px 16px 30px;
    text-align: center;
}
.form-control {
    padding: 9px 11px 9px 11px;
    background: #FFF;
    height: auto;
    color: #808080;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.form-control::-webkit-input-placeholder {
   color: #8c8c8c;
}
.form-control:-moz-placeholder {
   color: #8c8c8c;
}
.form-control::-moz-placeholder {
   color: #8c8c8c;
}
.form-control:-ms-input-placeholder {
   color: #8c8c8c;
}
textarea{resize:none}
.img-hold img {
	width: 100%;
	height: auto;
}
/* margin */
.m-0 {
	margin: 0px;
}
.m-t-0 {
	margin-top: 0px;
}
.m-r-0 {
	margin-right: 0px;
}
.m-b-0 {
	margin-bottom: 0px;
}
.m-l-0 {
	margin-left: 0px;
}
.m-5 {
	margin: 5px;
}
.m-t-5 {
	margin-top: 5px;
}
.m-r-5 {
	margin-right: 5px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-l-5 {
	margin-left: 5px;
}
.m-10 {
	margin: 10px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-l-10 {
	margin-left: 10px;
}
.m-15 {
	margin: 15px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-r-15 {
	margin-right: 15px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-20 {
	margin: 20px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-r-20 {
	margin-right: 20px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-l-20 {
	margin-left: 20px;
}
.m-25 {
	margin: 25px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-r-25 {
	margin-right: 25px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-l-25 {
	margin-left: 25px;
}
.m-30 {
	margin: 30px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-r-30 {
	margin-right: 30px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-40 {
	margin-bottom: 40px;
}
/* /margin */ /* padding */
.p-0 {
	padding: 0px;
}
.p-5 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.p-25 {
	padding: 25px;
}
.p-30 {
	padding: 30px;
}
.p-40 {
	padding: 40px;
}
.p-t-0 {
	padding-top: 0px;
}
.p-t-5 {
	padding-top: 5px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-25 {
	padding-top: 25px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-r-0 {
	padding-right: 0px;
}
.p-r-5 {
	padding-right: 5px;
}
.p-r-10 {
	padding-right: 10px;
}
.p-r-15 {
	padding-right: 15px;
}
.p-r-20 {
	padding-right: 20px;
}
.p-r-25 {
	padding-right: 25px;
}
.p-r-30 {
	padding-right: 30px;
}
.p-b-0 {
	padding-bottom: 0px;
}
.p-b-5 {
	padding-bottom: 5px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-25 {
	padding-bottom: 25px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-l-0 {
	padding-left: 0px;
}
.p-l-5 {
	padding-left: 5px;
}
.p-l-10 {
	padding-left: 10px;
}
.p-l-15 {
	padding-left: 15px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-l-25 {
	padding-left: 25px;
}
.p-l-30 {
	padding-left: 30px;
} 
/* /padding */
select[size] {
 appearance: list-menu;
 display: inline-block;
 height: attr(size,em);
}
select, select.form-control,
.bootstrap-select > .dropdown-toggle {
	padding-right: 25px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: initial;
    background: #fff url(../images/down-arrow.png) 98% center no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: #ccc 1px solid;
	width:100%;
	height:45px;
	line-height:45px;
	color: #8c8c8c;
	background-size:18px 18px
	
}
.bootstrap-select > .dropdown-toggle,
.btn-group.open .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background-color: #FFF;
    border: #ccc 1px solid;
    outline: 0;
    padding-left: 11px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select > .dropdown-toggle {
    color: #787877;
}
select:required,
.bootstrap-select > .dropdown-toggle:active,
.dropdown-toggle.btn-default:active,
.dropdown-toggle.btn-default:active:focus,
.open>.dropdown-toggle.btn-default:active,
.open>.dropdown-toggle.btn-default:active:focus,
.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #30BDFF;
    background: #fff url(../img/icons/iselectarrow.png) right center no-repeat;
    outline: 0 !important;
}
select:required:invalid,
.contact-form.profile-form select.form-control {
    color: #787877;
}
.bootstrap-select > .dropdown-toggle .bs-caret {
    display: none;
}
select.form-control::-ms-expand,
select::-ms-expand {
    display: none;
}
.checks-control {
	position: relative;
	padding-left: 24px;
	line-height: 21px;
	margin-bottom: 0;
    font-weight: 400;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
	/*margin  : 0;
	padding : 0;
	filter: alpha(opacity=0);
	opacity : 0;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: -1;*/
}
input[type=checkbox]:not(old) + span.checks,
input[type=radio   ]:not(old) + span.checks {
	position: absolute;
	top: 0;
	left: 0;
	line-height  : 0;
	width: 19px;
	height: 21px;
	overflow: hidden;
	background-image: url('../img/icons/checks.png');
	background-repeat: no-repeat;
}
input[type=checkbox]:not(old) + span.checks {
	background-position: 0px 0px;
}
input[type=radio   ]:not(old) + span.checks {
	background-position: 0px -42px;
}
input[type=checkbox]:not(old):checked + span.checks {
	background-position: 0px -21px;
}
input[type=radio]:not(old):checked + span.checks {
	background-position: 0px -63px;
}

.yesno input[type=checkbox]:not(old) + span::before,
.yesno input[type=checkbox]:not(old) + span::after {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	color: #000;
}
.yesno input[type=checkbox]:not(old) + span::before {
	content: 'Yes';
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	background: #92dcf6;
}
.yesno input[type=checkbox]:not(old) + span::after {
	content: 'No';
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	background: #4ac5f0;
}
.yesno input[type=checkbox]:not(old):checked + span::before {
	background: #4ac5f0;
}
.yesno input[type=checkbox]:not(old):checked + span::after {
	background: #92dcf6;
}
.asterisk {
	color: #ed1c24;
}
.content-holder {
	display: table-row;
	width: 100%;
	height: 100%;
}
.btn-default,
.btn-default:active:focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    background-image: none;
    background: #ccc;
    border: 0;
}
.btn-primary{padding: 15px 11px;}
.btn-primary,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-image: none;
    background: #0072bc;
    color: #FFF;
    border: 0;
}
a[class*='btn-'] {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
    text-decoration: none;
}
.row [class*="col-"] > [class*="col-"] {
}

.close {
    filter: alpha(opacity=70);
    opacity: .7;
}
.close:focus,
.close:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.div::after {
	content: '';
	clear: both;
	display: table;
}
.transition {
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.bg-primary {
    background: #0072BC;
    color: #FFF;
}
.text-blue{
	color:#243c7e !important
}
.black-text{color:#000 !important}
.font-20{font-size:20px;line-height:32px}
	p{margin-bottom:0}
 /* @media css */
@media (max-width: 767px) {
body {
	font-size: 12px;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 19px;
}
h3 {
    font-size: 17px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 13px;
}
.font-20{font-size:16px;line-height:24px}
}
@media (max-width: 1200px) {
.font-20{font-size:17px;line-height:24px}
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 1366px) {

}
