/*
 Theme Name: Al-Kawthar
 Theme URI: www.sprdh.com
 Author: SPRDH
 Author URI: sprdh.com
 Description: Al-Kawthar
 Version: 1.0
 */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	background: url(images/bg.png) repeat-x #EEF9FF;
}
@font-face {
	font-family: "Flaticon";
	src: url("fonts/gothic.eot");
	src: url("fonts/gothic.eot#iefix") format("embedded-opentype"), url("fonts/gothic.html") format("woff"), url("fonts/gothic-2.html") format("truetype"), url("fonts/gothic.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'impact';
	src: url('fonts/impact.eot');
	src: url('fonts/impact.eot') format('embedded-opentype'), url('fonts/impact.woff2') format('woff2'), url('fonts/impact.html') format('woff'), url('fonts/impact-2.html') format('truetype'), url('fonts/impact.svg#impact') format('svg');
}
@font-face {

	font-family: 'GillSansMT-Condensed';
	src: url('fonts/GillSansMT-Condensed.eot');
	src: url('fonts/GillSansMT-Condensedd41d.eot?#iefix') format('embedded-opentype'), url('fonts/GillSansMT-Condensed.html') format('woff'), url('fonts/GillSansMT-Condensed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
input, textarea, select {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

a {
	color: #555;
}
a:hover, .submit:hover {
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.thumb {
	display: block;
}
.thumb img {
	display: block;
}
p {
	line-height: 1.6em;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
br.clear {
	clear: both;
	line-height: 0;
}
.wrapper {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
header {
	margin: 40px 0 0;
}
header div.right {
	margin-bottom: 15px;
}
header a.right {
	background: #ECE9F0;
	color: #2578a2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 25px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
header .languages {
	float: right;
	margin-left: 10px;
	background: #ECE9F0;
	color: #2578a2;
	height: 30px;
	line-height: 30px;
	position: relative;
	width: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
header .languages span.selected {
	display: block;
	height: 30px;
}
header .languages .list {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	background: #ECE9F0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
header .languages span {
	display: block;
	height: 30px;
	color: #2578a2;
}
header .languages span a {
	display: block;
	height: 30px;
}
header .languages span:last-child {
	border-top: 1px solid #ccc;
}
header h1 {
	float: left;
	width: 21.5%;
	height: 60px;
	background: #fff;
}
header h1 img {
	width: auto;
	height: 60px;
}
header nav {
	float: left;
	width: 78.5%;
}
header nav ul li {
	float: left;
	background: url(images/menuSeperator.png) no-repeat;
	padding-left: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 14.28%;
	font-family: 'GillSansMT-Condensed';
	position: relative;
}
header nav ul li a {
	height: 60px;
	display: block;
	line-height: 60px;
	background: url(images/menuBg.png) repeat-x;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
header nav ul li.current-menu-item a {
	background: transparent url("images/menuActive.png") repeat-x scroll 0% 0%;
	border-top: 3px solid #D3037E;
	height: 57px;
}
header nav ul li a:hover {
	background: url(images/menuHover.png) repeat-x;
}
header nav ul ul {
	position: absolute;
	left: -1px;
	top: 60px;
	display: none;
	z-index: 9999;
}
header nav ul ul li {
	float: none;
	display: block;
	background: none;
}
header nav ul ul li a {
	display: block;
	width: 200px;
	background: #1E73B2 !important;
	height: auto;
	line-height: normal;
	padding: 10px;
	text-align: left;
	height: auto !important;
	border-top: none !important;
}
header nav ul ul li a:hover {
	background: #E0078C !important;
}
.home #content {
	margin-top: 30px;
}
#contentLeft {
	width: 69%;
	float: left;
}
#slider {
	background: url(images/glow_slider.png) right top no-repeat;
	padding-top: 20px;
}
#slider ul li {
	position: relative;
}
#slider ul li img {
	width: 100%;
}
#slider ul li div {
	float: right;
	width: 100%;
	position: absolute;
	right: 0;
	width: 50%;
}
#slider ul li div p {
	display: block;
	color: #fff;
	line-height: 1.3em;
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: bold;
	margin-top: 50px;
	text-shadow: 1px 1px 5px #666;
}
#slider ul li div h6 {
	font-size: 18px;
	display: block;
	color: #fff;
	line-height: 1.3em;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
	text-shadow: 1px 1px 5px #666;
}
#slider ul li div h2 b {
	display: block;
	color: #f60191;
}
#slider ul li div p {
	margin-bottom: 10px;
}
#slider ul li div .more {
	color: #f60191;
}
#slider .bx-controls {
	float: right;
	margin-top: -35px;
	width: 215px;
}
#slider .bx-pager {
	text-align: right;
	position: relative;
	z-index: 2;
}
#slider .bx-pager-item {
	display: inline-block;
	margin-left: 5px;
}
#slider .bx-pager-item .bx-pager-link {
	background: url(images/sliderButtonNormal.png) no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	color: transparent;
}
#slider .bx-pager-item .bx-pager-link.active {
	background: url(images/sliderButtonActive.png);
}
#slider .bx-controls-direction {
	display: none;
}
#middle {
	background: #fff;
	padding: 15px;
	margin-top: 0;
	position: relative;
	height: 173px;
	background-image: -webkit-gradient(
	linear,
	right bottom,
	right bottom,
	color-stop(0.43, #FFFFFF),
	color-stop(0.82, #BCE2F7)
	);
	background-image: -o-linear-gradient(right bottom, #FFFFFF 43%, #BCE2F7 82%);
	background-image: -moz-linear-gradient(right bottom, #FFFFFF 43%, #BCE2F7 82%);
	background-image: -webkit-linear-gradient(right bottom, #FFFFFF 43%, #BCE2F7 82%);
	background-image: -ms-linear-gradient(right bottom, #FFFFFF 43%, #BCE2F7 82%);
	background-image: linear-gradient(to right bottom, #FFFFFF 43%, #BCE2F7 82%);
}
#middle .side_arrow {
	background: url(images/side.png) no-repeat scroll 0 0;
	position: absolute;
	left: -50px;
	top: 0;
	height: 211px;
	width: 50px;
}
#middle div {
	width: 49%;
	position: relative;
}
#middle div h3 {
	color: #1b5086;
	margin-bottom: 15px;
}
#middle div h3 a {
	color: #1b5086;
	font-family: "Flaticon";
	font-size: 20px;
}
#middle p {
	color: #02a5ff;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#middle div a.thumb {
	float: left;
	width: 30%;
	margin-right: 15px;
	border: 3px solid #fff;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #ccc8c7;
}
#middle div a.thumb img {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#middle div .more {
	position: absolute;
	width: 39px;
	height: 39px;
	background: url(images/sprite.png) -42px -171px;
	bottom: -65px;
	text-indent: -9999px;
	right: 30%;
}
#sidebar {
	width: 28%;
	float: right;
}
#sidebar aside {
	margin-bottom: 20px;
}
#sidebar aside.image img {
	display: block;
	width: 100%;
	height: auto;
}
#bottom {
	margin: 50px 0 0;
}
#bottom .main {
	text-align: center;
	line-height: 22px;
}
#bottom .main span {
	display: inline-block;
}
#bottom .main span.locations {
	width: 24%;
	text-align: left;
	margin: 0 20px;
	color: #830653;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#bottom .main span.call {
	color: #004188;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#bottom .main span.call span {
	font-weight: bold;
	font-size: 20px;
	display: block;
}
#bottom .main span.phone {
	font-family: 'impact';
	color: #c2177f;
	font-size: 33px;
	margin-left: 130px;
}
#bottom .icons {
	margin: 20px 0 0;
	text-align: right;
}
#bottom .icons img {
	max-width: 100%;
}
footer {
	background: url(images/footerBg.png) repeat-x scroll 0 0 #022b61;
	color: #fff;
	padding: 20px 0;
}
footer div.top ul li {
	display: inline;
	margin: 10px 10px;
}
footer div.top ul {
	text-align: center;
	margin: 5px 0 20px;
}
footer a {
	color: #fff;
}
footer div.left {
	margin-top: 10px;
}
footer div.left b {
	float: left;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-right: 15px;
}
footer div.left ul {
	float: left;
}
footer div.left ul li {
	float: left;
	margin-right: 10px;
}
footer div.left ul li a {
	display: block;
	width: 28px;
	height: 30px;
	background: url(images/sprite.png) no-repeat -88px -176px;
	text-indent: -9999px;
}
footer div.left ul li.twt a {
	background-position: -125px -176px;
}
footer div.left ul li.gplus a {
	background-position: -161px -176px;
}
footer div.left ul li.pin a {
	background-position: -198px -176px;
}
footer div.right {
	text-align: center;
	font-size: 13px;
}
/* inner page style start here*/
#contentLeft {
	font-size: 15px;
}
#contentLeft h2.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 20px;
	color: #E0078C;
}
#contentLeft p {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.single img {
	float: left;
	margin: 0 15px 10px 0;
	max-width: 100%;
	height: auto;
}
.single img.full {
	float: none;
	width: 100%;
	margin-right: 0;
}
.single p {
	margin-bottom: 15px;
}
.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
	font-weight: bold;
	margin-bottom: 15px;
	color: #07A8FF;
}
.single h1 {
	font-size: 25px;
}
.single h2 {
	font-size: 22px;
}
.single h3 {
	font-size: 20px;
}
.single h4 {
	font-size: 18px;
}
.single h5 {
	font-size: 16px;
}
.single h6 {
	font-size: 14px;
}
.single ul, .single ol {
	list-style-position: inside;
	margin-bottom: 20px;
}
.single ul {
	list-style-image: url(images/bullet.png)
}
.single ol {
	list-style-type: decimal;
}
.single ul li, .single ol li {
	margin-bottom: 5px;
}
.single p a {
	color: #022b61;
}
.single i {
	font-style: italic;
}
.single b, .single strong {
	font-weight: bold;
}
.single table {
	width: 100%;
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.single table tr td, .single table tr th {
	padding: 15px;
	text-align: left;
	border: 1px solid #ccc;
	border-left: none;
	border-top: none;
}
.single table tr th {
	font-weight: bold;
}

#aboutInfo .widget {
	position: relative;
	float: left;
	width: 29.33%;
	padding: 2%;
	color: #fff;
	background: #e0e763; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e763 0%, #149346 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e763), color-stop(100%,#149346)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e763 0%,#149346 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e763 0%,#149346 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e763 0%,#149346 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e763 0%,#149346 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e763', endColorstr='#149346',GradientType=0 ); /* IE6-9 */
}
#aboutInfo .widget.two {
	width: 29.34%;
	background: #f61da0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f61da0 0%, #c93da0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f61da0), color-stop(100%,#c93da0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f61da0 0%,#c93da0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f61da0 0%,#c93da0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f61da0 0%,#c93da0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f61da0 0%,#c93da0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f61da0', endColorstr='#c93da0',GradientType=0 ); /* IE6-9 */
}
#aboutInfo .widget.three {
	background: #3d93d0; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d93d0 0%, #025297 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d93d0), color-stop(100%,#025297)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d93d0 0%,#025297 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d93d0 0%,#025297 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d93d0 0%,#025297 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d93d0 0%,#025297 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d93d0', endColorstr='#025297',GradientType=0 ); /* IE6-9 */
}
#aboutInfo .widget span.icon {
	display: block;
	width: 100px;
	height: 102px;
	text-indent: -9999px;
	margin: 15px auto;
	background: url(images/sprite.png);
}
#aboutInfo .widget.two span.icon {
	background-position: -107px 0;
}
#aboutInfo .widget.three span.icon {
	background-position: -215px 0;
}
#aboutInfo .widget h3 {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 10px;
	margin: 15px 0;
	text-align: center;
	font-family: "Flaticon";
	color: #fff;
	clear: both;
}
#aboutInfo .widget img {
	float: none;
	display: block;
	margin: 0 auto;
}
#aboutInfo .widget p {
	line-height: 1.4em;
}
#aboutInfo .widget span.arrow {
	width: 17px;
	height: 34px;
	position: absolute;
	left: -17px;
	top: 145px;
	background: url(images/sprite.png) -100px -228px;
}
#aboutInfo .widget ul li {
	margin-bottom: 15px;
}
#aboutInfo .widget.three span.arrow {
	background-position: -128px -228px;
}
#tabs {
	margin-top: 30px;
}
#tabs .tabsNav {
	margin-left: 20px;
	float: left;
	width: 100%;
}
#tabs .tabsNav li {
	float: left;
	margin-right: 3px;
}
#tabs .tabsNav li a {
	background: #0EB5E1;
	color: #fff;
	padding: 10px 20px;
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-family: "Flaticon";
}
#tabs .tabsNav li.ui-tabs-active a {
	background: #fff;
	color: #11559c;
	font-size: 16px;
}
#tabs .content {
	clear: both;
	background: #fff;
	padding: 4% 2% 2%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #5883B2;
}
#tabs .content img {
	float: left;
	margin: 0 15px 10px 0;
	max-width: 50%;
}
#form {
	margin-top: 30px;
	color: #fff;
}
#form h3 {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #2685C9;
	padding: 10px 20px;
	float: left;
	margin-left: 20px;
	font-weight: bold;
}
#form section.content {
	padding: 2%;
	background: #2685C9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#form form {
	width: 60%;
	margin: 0 auto;
	margin-top: 10%;
}
#form form p {
	position: relative;
	margin-bottom: 10px;
}
#form form p label {
	float: left;
	width: 30%;
}
#form form p .wpcf7-form-control-wrap {
	float: left;
	width: 70%;
}
#form form p input, #form form p textarea, #form form p .sod_select {
	width: 96%;
	height: 35px;
	border: 1px solid #666;
	padding: 0 2%;
	background-color: #D2E5F3;
	color: #000;
	font-size: 13px;
}
#form form p textarea {
	height: 80px;
	resize: none;
}
#form form p.submit input {
	float: right;
	width: auto;
	padding: 7px 20px;
	color: #fff;
	height: auto;
	border: 1px solid #002e62;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	background: #00488c; /* Old browsers */
	background: -moz-linear-gradient(top, #00488c 0%, #012e67 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00488c), color-stop(100%,#012e67)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00488c 0%,#012e67 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00488c 0%,#012e67 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00488c 0%,#012e67 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00488c 0%,#012e67 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00488c', endColorstr='#012e67',GradientType=0 ); /* IE6-9 */
}
#form div.wpcf7-validation-errors {
	border: none;
	color: #9f0000;
}
#spotlight {
	margin-bottom: 30px;
}
#spotlight img {
	width: 100%;
}
#contactAddress {
	margin: 20px 0;
	float: left;
	width: 35%
}
#contactAddress p {
	margin-bottom: 0;
	color: #507499;
	line-height: 1.4em;
}
#contactAddress img {
	display: block;
	margin-bottom: 10px;
}
aside #map .acf-map {
	width: 90%;
	border-color: #000;
	margin: 0px auto;
	float: none;
}
#map {
	margin-bottom: 20px;
}
#map .acf-map {
	width: 64%;
	float: right;
	height: 200px;
	border: 5px solid #C32091;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
	display: block;
	position: relative;
	line-height: 1;
	width: 96%;
	padding: 0 2%;
	border: none;
	background: url(images/arrow.png) no-repeat right center #ffffff;
	color: #444444;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	outline: 0;
	outline-offset: -2px; /* Opera */
	cursor: default;
	height: 40px;
}

/* Change the border color on hover, focus and when open */
.sod_select:hover, .sod_select.open, .sod_select.focus {
	border-color: #000000;
}

.sod_select.open {
	color: #919191;
}
.sod_select.focus {
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
	border-color: #828282;
	color: #b2b2b2;
	cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 15px;
	line-height: 30px;
}

.sod_select .sod_prefix {/* Use this if you're using a prefix and want to style it */
}
.sod_select .sod_placeholder {/* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
.sod_select .sod_list_wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	height: auto;
	width: 100%;
	background: #ffffff;
	border: none;
	border-top: none;
	color: #444444;
	font-weight: 300;
	z-index: 1;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
	display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
	display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
	top: auto;
	bottom: 100%;
	border-top: 3px solid #000000;
	border-bottom: none;
}

/* Options list container */
.sod_select .sod_list {
	display: block;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	max-height: 300px;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding: 10px 10px;
	list-style-type: none;
}

/* Optgroups */
.sod_select .sod_option.optgroup, .sod_select .sod_option.optgroup.disabled {
	background: inherit;
	color: #939393;
	font-size: 10px;
	font-style: italic;
}

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
	padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
	display: none;
}

/* Disabled option */
.sod_select .sod_option.disabled {
	background: inherit;
	color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
	background: #f7f7f7;
	color: #333333;
}

/*Make room for the check mark */
.sod_select .sod_option.selected {
	font-weight: 700;
	padding-right: 25px;
}

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	color: #808080;
	height: 9px;
	width: 10px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
	font-weight: 300;
}
.sod_select.no_highlight .sod_option.selected:before {
	display: none;
}

.sod_select .sod_option.link {/* If data-link is set on a specific option */
}
.sod_select .sod_option.linkexternal {/* If data-link-external is set on a specific option */
}

/* Hide native select */
.sod_select select {
	display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
	-webkit-appearance: menulist-button;
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1;
}
.jp-carousel-info {
	display: none !important;
}
.gallery-item img {
	border: 2px solid #1969AD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*offers page style*/
#offers li.identity {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
	background: #fff;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #033993;
}
#offers li.identity:nth-child(2n) {
	margin-right: 0;
}
#offers li .container {
	padding: 0 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 480px;
	border-bottom: 5px solid #d70302;
}
#offers li:last-child .container {
	height: 459px;
}
#offers li:nth-child(2n) .container {
	border-bottom: 5px solid #0249c5;
}
#offers li:nth-child(3n) .container {
	border-bottom: 5px solid #edc201;
}
#offers li .container img {
	width: 100%;
}
#offers li h3 {
	color: #1453a0;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	padding: 20px 30px;
}
#offers div.round {
	width: 67px;
	height: 67px;
	background: url(images/icon2.png) no-repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin-top: -35px;
	margin-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
#offers div.round p {
	line-height: 1.2em;
	font-size: 13px;
}
#offers li:last-child div.round {
	display: none;
}
#offers div.round strong {
	font-weight: bold;
	display: block;
	padding-top: 18px;
	font-size: 20px;
	margin-bottom: 2px;
}
#offers li ul li {
	margin-bottom: 10px;
	font-size: 13px;
}
#slider_299 {
	border: none !important;
	padding: 20px 100px !important;
	background: #1a69ae;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.flex-direction-nav a {
	opacity: 1 !important;
}
.flex-direction-nav .flex-next {
	right: 30px !important;
	height: 42px !important;
	width: 23px !important;
	background: url(images/arrwos.png) no-repeat scroll -23px 0 !important;
}
.flex-direction-nav .flex-prev {
	left: 30px !important;
	height: 42px !important;
	width: 23px !important;
	background: url(images/arrwos.png) no-repeat scroll 0 0 !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .gfield_label {
	float: left;
	width: 30%;
	font-weight: normal !important;
}
.ginput_container {
	float: right;
	width: 70%
}
.ginput_container input, .ginput_container textarea, .ginput_container .sod_select {
	width: 99% !important;
	height: 37px;
	border: 1px solid #666;
	padding: 0px 2%;
	background-color: #D2E5F3;
	color: #000;
	font-size: 13px;
}
.ginput_container .sod_select {
	height: 35px;
	width: 94% !important;
	line-height: 35px !important;
}
.ginput_container .sod_select .sod_option {
	line-height: normal !important;
}
.gform_wrapper ul li.gfield {
	clear: both;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.gform_title {
	display: none !important;
}
#gform_submit_button_1 {
    float: right;
    width: auto;
    padding: 10px 20px;
    color: #FFF;
    height: auto;
    border: 1px solid #002E62;
    border-radius: 5px;
    cursor: pointer;
    background: transparent linear-gradient(to bottom, #00488C 0%, #012E67 100%) repeat scroll 0% 0%;
}
#bottom .phone {
	background: url(images/c1.png) no-repeat scroll right center;
	min-height: 58px;
	padding-right: 55px;
	line-height: 58px;
}
/* inner page style end here*/
@media all and (max-width: 1100px) {
	header nav ul li a {
		font-size: 12px;
	}
}
@media all and (max-width: 1050px) {
	footer div.left {
		width: 100%;
		text-align: center;
	}
	footer div.left b {
		float: none;
		display: inline-block;
	}
	footer div.left ul {
		float: none;
		display: inline-block;
	}
	footer div.right {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
}
@media all and (max-width: 900px) {
	header nav {
		width: 100%;
		margin-top: 20px;
	}
	header div.right {
		margin-top: 30px;
	}
	header .main {
		margin-top: -65px;
	}
	header h1 {
		height: auto;
	}
	header h1 img {
		height: auto;
	}
	header h1 {
		display: none;
	}
	header h2.hidden {
		display: block;
		text-align: center;
		float: left;
		width: 40%;
	}
	header h2.hidden img {
		width: 100%;
	}
}
@media all and (max-width: 800px) {
	#bottom .main span.phone {
		margin-top: 20px;
	}
}
@media all and (max-width: 700px) {
	header h1 {
		width: 28%;
	}
	#contentLeft {
		width: 100%;
		margin-bottom: 40px;
	}
	#sidebar {
		width: 100%;
	}
	header nav ul li {
		width: 50%;
		border-bottom: 1px solid #333;
	}
	#slider ul li div h2 {
		font-size: 25px;
		line-height: 25px;
	}
	#slider .bx-controls {
		float: none;
		margin: 20px auto 0;
	}
	#middle div {
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e7e7e7;
	}
	#middle div .more {
		position: relative;
		background: none;
		width: auto;
		height: auto;
		text-indent: 0;
		bottom: 0;
		right: 0;
		display: block;
		margin-bottom: 10px;
		color: #c2177f;
	}
	#middle div.right {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#bottom .main span {
		display: block;
		width: 100%;
	}
	#bottom .main span.locations {
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	#bottom .main span.call {
		text-align: center;
		margin-bottom: 15px;
	}
	#bottom .main span.phone {
		margin: 0;
	}
	header h2.hidden {
		float: none;
		width: auto;
	}
	header h2.hidden img {
		width: auto;
	}
	header div.right {
		float: none;
		text-align: center;
		margin: 20px 0 0;
	}
	header a.right, header div.languages {
		display: inline-block;
		float: none;
	}
	header .main {
		margin-top: 0;
	}
}
@media all and (max-width: 500px) {
	header h1 {
		width: 35%;
	}
	header div.right {
		font-size: 12px;
	}
	#slider {
		display: none;
	}
	#aboutInfo .widget {
		width: 100%;
	}
	#aboutInfo .widget.two {
		width: 100%;
	}
	#aboutInfo .widget span.arrow {
		display: none;
	}
	#tabs .tabsNav {
		margin-left: 5px;
	}
	#tabs .tabsNav li a {
		padding: 5px;
		font-size: 12px;
	}
	#offers li .container {
		height: auto;
	}
	#offers li {
		width: 100%;
		margin-right: 0;
	}

}
@media all and (max-width: 400px) {

	#form form p label {
		width: 100%;
	}
	#form form p .wpcf7-form-control-wrap {
		width: 100%;
	}
}
@media all and (max-width: 320px) {
	header nav ul li {
		width: 100%;
	}
	header a.right {
		margin-bottom: 5px;
	}

}


form {
	width: 70%;
	
}
form label{
	width: 30%;
	float: left;
}
form input{
	width: 69%;
	float: right;
	height: 27px;
    border: 1px solid #666;
    padding: 0 2%;
    color: #000;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sod_select{
	float: right;
	height: 30px;
	width: 65%;
	padding: 0 2%;
}
form input[type=radio]{
	width: 3%;
	height: 13px;
	float: none;
}
form input[type=file]{
	width: 22%;
    border: none;
    float: left;
}
form input[type=submit]{
	float: left;
	margin-top: 20px;
    width: auto;
    padding: 7px 20px;
    color: #fff;
    height: auto;
    border: 1px solid #002e62;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #00488c;
    background: -moz-linear-gradient(top, #00488c 0%, #012e67 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00488c), color-stop(100%,#012e67));
    background: -webkit-linear-gradient(top, #00488c 0%,#012e67 100%);
    background: -o-linear-gradient(top, #00488c 0%,#012e67 100%);
    background: -ms-linear-gradient(top, #00488c 0%,#012e67 100%);
    background: linear-gradient(to bottom, #00488c 0%,#012e67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00488c', endColorstr='#012e67',GradientType=0 );
}