/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */




@font-face {
	font-family: FreeSans;
	src: url(FreeSans.ttf)
}
.mltlngg_switcher {
	background: #003867 none repeat scroll 0 0;
	border-radius: 0 0 5px 5px;
	margin-top: -10px;
	padding: 0;
	width: 112px;
}
.mltlngg-lang-button-icons {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	height: auto;
	padding: 0 5px;
	width: auto;
	font-size: 11px;
}
.mltlngg-lang-button-icons:hover, .mltlngg-lang-button-icons:active {
	background: none;
	color: #ffffff;
	box-shadow: none;
}
.mltlngg-lang-button-icons button span {
	color: #ffffff;
	font-size: 10px;
}
.mltlngg_switcher button:last-child {
	color: #ffffff;

}
.nav-container {
	background: #f9f9f9 none repeat scroll 0 0;
    border-top: 2px solid #e4e4e4;
    clear: both;
}

.tabs-container {
	background: #fafafa url("images/menu_shadow_bg.jpg") no-repeat scroll center bottom;
    padding-bottom: 27px;
}

.first-cont-row {
	display: table;
    margin-bottom: 20px;
    width: 100%;
	clear: both;
}

.white-box {
	background: #ffffff none repeat scroll 0 0;
    padding: 10px;
    width: 620px;
}

.latest-news {
	background: #f1f2f2 none repeat scroll 0 0;
    width: 300px;
	min-height: 330px;
}

.mltlngg_switcher > form {
    margin: 0 auto;
    width: 90px;
}

button:first-child {
    border-radius: 0;
    border-right: 1px solid;
}
.head-box {
	
}
.rtl{
	direction:rtl
	}
#cs-prev-slider1 {
	
}

.head-box h2 {
	color: #003867;
    font-family: FreeSans;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
}

.news-contbox {
	padding:10px 20px;	
}

.img-box {

}

a.bold-link {
	font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
	font-size: 14px !important;
}

.latest-news p {
	font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.latest-news a {
	font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
	text-decoration:none;
}

.latest-news a:hover {
	
}

.post-list {
	width: 290px;
}

.post-list ul {
	
}

.post-list ul li {
	border-top: 1px solid #dce6ee;
    list-style: outside none none;
    padding-bottom: 10px;
    padding-top: 10px;
}

.post-list ul li a{
	font-size: 13px;
    text-decoration: none;
}

.post-list ul li a:hover {
	text-decoration:underline;
}

.right-img-box {
	float: right;
}

.img-one {
	
}

.img-two {
	margin-top: 200px;
}

.second-cont-row {
	clear:both;	
}

.slider-box {
	width: 490px;
}

.slide-box-one {
	float:left;
	background: #f1f2f2 none repeat scroll 0 0;
}

.slide-box-two {
	float:right;
	background: #f1f2f2 none repeat scroll 0 0;
}

.slide-box-one h3, .slide-box-two h3 {
	 background: #f2f2f2 url("images/small-shadow.jpg") no-repeat scroll center bottom;
    color: #003867;
    font-family: FreeSans;
    font-weight: 400;
    padding: 10px 15px 17px;
    text-transform: uppercase;
}

.breadcrumb {
	padding:10px;	
}

.breadcrumb p {
	float: left;
    font-size: 12px;
    margin-right: 10px;
}

.breadcrumbs span {
	color: #003867;	
}

.breadcrumbs span a {
	text-decoration:none;	
}




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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.header-container {
	background: #f9f9f9 none repeat scroll 0 0;
	border-top: 7px solid #053863;
	height: auto;
	position: relative;
}
.head-right-info {
	background: #003867 none repeat scroll 0 0;
	border-radius: 0 0 5px 5px;
	display: table;
	float: right;
	line-height: 1.5;
	padding: 2px 0 3px 16px;
	width: 86px;
}
.lang-eng {
	border-right: 1px solid #fff;
	margin-right: 6px;
	padding-right: 7px;
}
.lang-arbi {
}
.head-right-info-same {
	float: left;
}
.head-right-info-same a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.lang-arbi a:hover {
	text-decoration: underline;
}
.main-img {
	background: none repeat scroll 0 0 #fff;
	display: table;
	text-align: center;
	width: 100%;
}
.main-img-one {
	background: rgba(0, 0, 0, 0) url("images/main_banner_image.jpg") no-repeat scroll 0 0;
	height: 337px;
	margin: 30px auto 0;
	width: 961px;
}
.left-content {
}
.first-left-content-heading {
	background: #7c94b7 none repeat scroll 0 0;
	border-radius: 7px 0 0;
	width: 343px;
}
.first-left-content-heading h2 {
	color: #ffffff;
    font-family: arial;
    font-size: 24px !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 !important;
    padding: 10px 5px 10px 20px;
    text-align: left;
}
.first-left-content-para {
	background: rgba(0, 0, 0, 0) url("images/main_banner_detail_header_wrapper_bg.png") repeat scroll 0 0;
}
.first-left-content-para p {
	font-family: arial;
	font-size: 13px;
	padding: 18px 10px 57px 8px;
}
.right-content {
	float: right;
	display: table;
}
.first-right-content-ul {
	width: 305px;
}
.first-right-content-ul ul {
	padding-top: 32px;
}
.first-a {
}
.first-right-content-ul ul li {
	background: rgba(0, 0, 0, 0) url("images/accordion_up.png") no-repeat scroll 0 0;
	height: 41px;
	padding: 6px 0 0;
	width: 305px;
}
.first-right-content-ul ul li:hover {
	background: url("images/accordion_over.png");
	background-repeat: no-repeat;
}
.first-right-content-ul ul li a {
	color: #fff;
	float: left;
	font-family: Arial;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 6px;
	text-decoration: none;
}
.second-content {
	background: #fafafa none repeat scroll 0 0;
	display: table;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 100%;
}
.first-second-content {
	display: table;
	float: left;
}
.white-bg h3 {
	color: #003867;
	font-family: arial;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 20px;
}
.first-second-content-cont {
}
.third-a {
	padding: 10px 20px;
}
.first-second-content-cont a {
	background: #f1f3f2 none repeat scroll 0 0;
	display: table;
	font-family: Arial;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	width: 258px;
}
.first-second-content-cont a:hover {
	text-decoration: underline;
}
.second-a img {
	width: 299px;
}
.first-second-content-cont p {
	background: #f1f3f2 none repeat scroll 0 0;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 20px;
	width: 258px;
	color: #000 !important;
}
.first-second-content-cont p br {
	display: none;
}
.first-p {
	padding-bottom: 21px;
	padding-top: 5px;
}
.shadow-class {
	background: rgba(0, 0, 0, 0) url("images/panel_header_bg.jpg") no-repeat scroll 0 0;
	display: table;
}
.second-second-content {
	float: left;
	margin-left: 30px;
	padding-right: 15px;
	width: 289px
}
.coverbox_header {
	font-family: arial;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.05;
}
.post {
	padding-bottom: 14px;
	padding-top: 8px;
	text-align: left;
}
.post-info-home a {
	text-decoration: none;
}
.post-info-home a:hover {
	text-decoration: underline;
}
.lower-image {
	margin-top: 165px;
}
.white-bg {
	background: #fff none repeat scroll 0 0;
	display: table;
	float: left;
}
.third-second-content {
	display: table;
	float: right;
	padding-left: 0;
}
.third-content {
	background: #fafafa none repeat scroll 0 0;
	display: table;
	width: 100%;
}
.third-content-first {
	display: table;
	float: left;
	margin-left: 10px;
}
.third-right-content {
	display: table;
}
.third-content-third {
	float: left;
}
.third-content-second {
	float: left;
	margin-left: 29px;
	margin-right: 20px;
}
.third-content-second h3 {
	background: rgba(0, 0, 0, 0) url("images/panel_header_bg.jpg") no-repeat scroll 0 0;
	color: #003867;
	font-family: "Open Sans", ​Helvetica, ​Arial, ​sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 38px;
	padding-left: 17px;
	padding-top: 10px;
	width: 210px;
}
.third-content-third h3 {
	background: rgba(0, 0, 0, 0) url("images/panel_header_bg.jpg") no-repeat scroll 0 0;
	color: #003867;
	font-family: "Open Sans", ​Helvetica, ​Arial, ​sans-serif;
	font-size: 15px;
	height: 38px;
	padding-left: 17px;
	padding-top: 10px;
	width: 210px;
	font-weight: 600;
}
.third-content-first img {
	height: 235px;
	width: 444px;
}
.footer-container {
	background: #fafcfc none repeat scroll 0 0;
    border-top: 1px solid #efefef;
    display: table;
    width: 980px !important;
}
.footer-container-first {
	font-family: arial;
	font-size: 14px;
	padding: 10px 17px;
}
.footer-container-first p {
	color: #000000;
	float: left;
	font-family: Arial;
	font-size: 13px;
	line-height: normal;
	padding-right: 3px;
}
.footer-container-first a {
	font-weight: 300;
	text-decoration: none;
}
.footer-container-first a:hover {
	text-decoration: underline;
}
.footer-container-third {
	background: none repeat scroll 0 0 #fff;
	display: table;
	width: 100%;
}
.footer-container-third-left {
	float: left;
	padding: 10px 25px;
}
.footer-container-third-left p {
	color: #000;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.5;
}
.footer-container-third-right {
	float: right;
	padding: 10px 8px;
}
.footer-container-third-right a {
	color: #003867;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
}
.footer-container-third-right a:hover {
	text-decoration: underline;
}
.footer-container-second {
	background: #f7fbfc none repeat scroll 0 0;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0 15px 21px -23px rgba(0, 0, 0, 0.8) inset;
	display: table;
	height: 100px;
	padding: 30px 0 5px;
	width: 100%;
}
.footer-container-second ul {
	padding-left: 19px;
}
.footer-container-second-second{
	background-image: url("images/vertical_separator.png");
    background-position: 16px 20px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.footer-container-second-third{
	background-image: url("images/vertical_separator.png");
    background-position: 5px 25px;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.footer-container-second ul li {
	line-height: 1.5;
}
.footer-container-third-right ul li {
	list-style-type:square;
}
.footer-container-second ul li a {
	color: #003867;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
}
.footer-container-second ul li a:hover {
	text-decoration: underline;
}
.footer-container-second-first {
	display: table;
	float: left;
	padding: 20px 0px 60px 20px;
	width: 545px;
}
.span-first {
	display: table;
	float: left;
	height: 64px;
	width: 84px;
}
.span-second {
	display: table;
	float: left;
	height: 43px;
	padding-left: 20px;
	padding-top: 10px;
	width: 200px;
}
.span-third {
	display: table;
	height: 65px;
	padding-left: 20px;
	width: 143px;
}
.footer-container-second-right-content {
	display: table;
}
.footer-container-second-right-content h3 {
	color: #003867;
	font-family: "Open Sans", ​Helvetica, ​Arial, ​sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-left: 17px;
	padding-bottom: 9px;
	text-align: center;
}
.footer-container-second-second {
	display: table;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
}
.footer-container-second-third {
	display: table;
	float: left;
}
.main-container {
	background: #003867;
}
#primary img {
}
.textwidget {
	text-align: center;
}

.menu {
}
#site-map ul li a {
	color: #003867;
	font-size: 12px;
	text-decoration: none;
}
.coin-slider {

}
#cs-navigation-slider1, #cs-navigation-slider2 {
	/*background: rgba(0, 0, 0, 0) url("images/arrow-sep.jpg") no-repeat scroll center center;*/
    display: block !important;
    height: 40px;
    position: absolute;
    right: 0;
    top: -49px;
    width: 40px;
}
#slider2container {
	background: #f1f2f2;
}
#slider1, #slider2 {
	margin: 0 15px 15px;
}
.cs-prev {
	background-image: url("images/panel_button.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	margin-right: 10px;
	margin-top: 12px;
	width: 16px;
}
.cs-next {
	background-image: url("images/panel_button.png");
	background-position: 0 -16px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	margin-top: 12px;
	width: 16px;
}
#slider1 .cs-prev, #slider1 .cs-next, #slider2 .cs-prev, #slider2 .cs-next {
	text-indent: -9999px;
	font-size: 0 !important;
}
#cs-prev-slider1 {
	left: -3px !important;
    top: 0 !important;
}
#slider2container {
	margin: 0px !important;
}
#cs-next-slider1 {
	left: 30px !important;
    top: 0 !important;
}
#slider2 .cs-prev, #slider2 .cs-next {
	text-indent: -9999px;
}
#cs-prev-slider2 {
	left: -4px !important;
    top: 0 !important;
}
#cs-next-slider2 {
	left: 28px !important;
    top: 0 !important;
}
.field-box label {
	width: 180px;
	float: left;
	font-size: 13px;
	font-family: Arial;
}
.input-box textarea{
	width:308px !important;
}
div.wpcf7-response-output{
	text-align:center !important;
}
.sub-btn{
  float: right;
  margin-right: 104px;
}
.contact-form {
	width: 445px;
}
.field-box {
	margin-bottom: 7px;
}
.sec-first-content h2 {
	font-size: 15px !important;
	color: #003867;
}
ul.airframe-ul li {
	font-size: 13px;
	line-height: 18px;
	font-family: Arial;
	color: #878889;
	list-style: outside square;
}
ul.pageContent-ul-new li {
	font-size: 13px !important;
	font-family: Arial;
	color: #878889;
	line-height: 18px;
	list-style: outside square;
	margin-bottom: 25px;
}
ul.pageContent-ul li {
	font-size: 13px !important;
	font-family: Arial;
	color: #878889;
	line-height: 18px;
	list-style: outside square;
}
.field-services {
	margin: 0 auto;
	width: 500px;
}
.page-id-115 .field-services {
	margin: 0 auto;
	width: 100%;
}
.field-services-first {
	float: left;
	margin-right: 25px;
}
ul.events-ul li {
	list-style: outside square;
	font-size: 12.5px;
	font-family: Arial;
}
ul.events-ul li a {
	color: #003867 !important;
}
.sec-first-img {
	width: 145px;
	float: left;
	margin-top: 1%;
}
.sec-first-img img {
	width: 100%;
}
.sec-first-cont {
	float: left;
	width: 410px;
	margin-left: 20px;
}
span.executive-spam {
	color: #003867;
	font-size: 13px;
}
h2.exe-leadership {
	color: #003867;
	font-size: 13px !important;
	margin-bottom: 20px !important;
}
.first-left-content-para p {
	color: #000 !important;
}
.news-heading h1 {
	color: #5bc2e8;
	font-family: Arial;
	font-size: 25px;
}
.section-separator {
	background-image: url("images/separator_shadow.jpg");
	background-repeat: no-repeat;
	clear: both;
	height: 30px;
}
.news-heading {
	margin-bottom: 10px;
    margin-top: 20px;
}
.button {
	background: #003867 none repeat scroll 0 0;
    float: right;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
    width: 186px;
}
.button a {
	color: #ffffff !important;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
.button a:hover {
	text-decoration: underline;
}
.news-upper-sec {
	float: left;
	width: 400px;
	margin-top: 40px;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.footer-container-second-right-content-ar {
	display: block;
}


ul.listing-style {
	clear: both;
	padding-left:18px;
}

ul.listing-style li {
	border-top: 1px solid #dce6ee;
    list-style: outside none none;
    padding-bottom: 10px;
    padding-top: 10px;
	list-style:square;
}

ul.listing-style li a {
	text-decoration:none;
}

ul.listing-style li a:hover {
	text-decoration:uderline;	
}


.footer-container-second-ar {
	background: #f7fbfc none repeat scroll 0 0;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0 15px 21px -23px rgba(0, 0, 0, 0.8) inset;
	display: table;
	height: 100px;
	padding: 30px 0 5px;
	width: 100%;
}
.footer-container-second-second-ar {
	display: table;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
}
.footer-container-second-second-ar ul {
	border-right: 1px solid #e3e3e3;
}
.footer-container-second-third-ar {
	display: table;
	float: left;
	width: 152px;
}
.footer-container-second-first-ar {
	display: table;
	float: right;
	padding: 11px 0 11px 14px;
	width: 545px;
}
.first-second-content-cont-ar {
}
.first-p-ar {
}
.first-second-content-ar {
}
.first-second-content-cont-ar {
}
.Airframe-content-first {
	float: left;
}
.Airframe-content-second {
	float: left;
	margin-left: 35px;
}
.alignnone.size-medium.wp-image-127 {
	width: 272px;
	height: 141px;
}
.alignnone.size-full.wp-image-209 {
	margin-left: 24px;
}
.alignnone.size-full.wp-image-212 {
	margin-left: 25px;
}
.alignnone.size-full.wp-image-215 {
	margin-left: 24px;
}
.white-back {
	background: #fffffa none repeat scroll 0 0;
	display: table;
	float: left;
	margin-bottom: 15px;
	width: 620px;
}
.footer-container-third-right li {
	color: #000;
	float: left;
	list-style: outside none square;
	margin-right: 26px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Form fields, general styles first */
button, input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], .bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* Responsive images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	background:#003867 none repeat scroll 0 0;
	color: #000000;
	font-family: arial;
	font-size: 1rem;
	text-rendering: optimizelegibility;
}
a {
	color: #003867;
	outline: medium none;
}
a:hover {
}
/* Assistive text */
.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */
.site {
}
/* Header */
.site-header {
	margin: 0 auto;
	width: 960px;
	padding: 10px;
}
.site-header h1, .site-header h2 {
	text-align: center;
}
.site-header h1 a, .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover, .site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
/* Navigation Menu */
.main-navigation {
	clear: both;
	display: block !important;
	margin-top: 0;
	padding: 0;
	text-align: center;
	width: 980px !important;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	background: #003867 none repeat scroll 0 0;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-weight: 200;
	padding: 5px 25px;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	border-bottom: 1px solid #efefef;
	font-size: 0.928571rem;
	line-height: 1.84615;
	padding: 5px 0;
}
.widget-area .widget .textwidget {
	border: none;
}
.widget-area .widget li {
	background: rgba(0, 0, 0, 0) url("images/arrow_up.jpg") no-repeat scroll 6px 10px;
	padding-left: 20px;
	width: auto;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #003867 !important;
	font-size: 13px;
	margin-left: 17px;
	text-decoration: none;
}
.widget-area .widget a:hover {
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */
footer[role="contentinfo"] {
	clear: both;
	margin: 0 auto;
	width: 1060px;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	color: #757575;
	display: none;
	font-size: 0.928571rem;
	line-height: 1.84615;
	margin-top: 1.71429rem;
}
.comments-link a, .entry-meta a {
	color: #757575;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content {
}
#content {
}
.entry-content, .entry-summary, .mu_register {
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {

}
.entry-content h1, .comment-content h1 {
	color: #003867;
	font-size: 1.8rem;
	line-height: 1.5;
}
.entry-content h2, .comment-content h2, .mu_register h2 {

}
.entry-content h3, .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	color: #878889;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px;
}
.entry-content a:visited, .comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
}
.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.entry-content li, .comment-content li, .mu_register li {
	color: #000;
	font-size: 13.5px;
	margin: 0 0 0 2.57143rem;
}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter, .wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td, .comment-content td {
	-moz-hyphens: auto;
	background: #fff none repeat scroll 0 0;
	border-bottom: 4px double #ededed;
	margin-bottom: 5.14286rem;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 20px;
	width: 631px;
	word-wrap: break-word;
}
.site-content article {
	border: none;
	padding: 0px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	color: #757575;
	display: none;
	font-size: 0.928571rem;
	line-height: 1.84615;
	margin-top: 1.71429rem;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header, .page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}
/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link, a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover, a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"], #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site-content {
}
.site-content.one-column {
	width: 100%;
}
.site-content.two-col-left {
	float: right;
	width: 690px;
}
.site-content.two-col-right {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	width: 590px;
	min-height: 548px;
	margin-bottom: 20px;
}
.sidebar {
	background: #ffffff none repeat scroll 0 0;
	padding: 25px 35px 25px 15px;
	width: 250px;
	margin-bottom: 20px;
}
.left-sidebar {
	float: left;
}
.right-sidebar {
	float: right;
}
body.template-front-page .site-content,  body.attachment .site-content,  body.full-width .site-content {
	width: 98%;
}
.widget-area {
}
.site-header h1,  .site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	margin-bottom: 0;
}
.menu-main-menu-container {
}
.main-navigation ul.nav-menu,  .main-navigation div.nav-menu > ul {
	display: inline-block !important;
	margin: 0 auto;
	text-align: center;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,  .main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0 none;
	color: #003867;
	font-family: Arial;
	font-weight: 600;
	line-height: normal;
	padding: 11px 0;
	text-transform: uppercase;
	white-space: nowrap;
}
.main-navigation li a:hover {
}
.main-navigation li {
	background: rgba(0, 0, 0, 0) url("images/nav-sep.jpg") no-repeat scroll 0 0;
	margin: 0;
	padding: 0 35px;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	padding: 8px 10px;
	padding: 0.571428571rem 0.714285714rem;
	width: 180px;
	width: 12.85714286rem;
	white-space: normal;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}
.main-navigation .current-menu-item > a,  .main-navigation .current-menu-ancestor > a,  .main-navigation .current_page_item > a,  .main-navigation .current_page_ancestor > a {
	color: #003867;
	font-weight: bold;
}
.menu-toggle {
	display: none;
}
.entry-header .entry-title {
	color: #0b3567;
	font-family: Arial;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 23px;
}
#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.template-front-page .site-content,  .template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
}
.entry-page-image img {
	width: 100%;
}
.template-front-page .widget-area .widget,  .template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .widget-area .widget:nth-child(even),  .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.template-front-page.two-sidebars .widget,  .template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}
}

/* =Print
----------------------------------------------- */

@media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a[rel=bookmark]:link:after,  footer a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
.entry-content img,  .comment-content img,  .author-avatar img,  img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.site {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
.site-header {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	text-align: left;
}
.site-header h1 {
	font-size: 21pt;
	line-height: 1;
	text-align: left;
}
.site-header h2 {
	color: #000;
	font-size: 10pt;
	text-align: left;
}
.site-header h1 a,  .site-header h2 a {
	color: #000;
}
.author-avatar,  #colophon,  #respond,  .commentlist .comment-edit-link,  .commentlist .reply,  .entry-header .comments-link,  .entry-meta .edit-link a,  .page-link,  .site-content nav,  .widget-area,  img.header-image,  .main-navigation {
	display: none;
}
.wrapper {
	border-top: none;
	box-shadow: none;
}
.site-content {
	margin: 0;
	width: auto;
}
.singular .entry-header .entry-meta {
	position: static;
}
.singular .site-content,  .singular .entry-header,  .singular .entry-content,  .singular footer.entry-meta,  .singular .comments-title {
	margin: 0;
	width: 100%;
}
.entry-header .entry-title,  .entry-title,  .singular .entry-title {
	font-size: 21pt;
}
footer.entry-meta,  footer.entry-meta a {
	color: #444;
	font-size: 10pt;
}
.author-description {
	float: none;
	width: auto;
}
/* Comments */
.commentlist > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.comments-area article header cite,  .comments-area article header time {
	margin-left: 50px;
	margin-left: 3.57142857rem;
}
}
.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}
.main-wrap {
	display: table;
	margin: 0 auto;
	width: 960px;
}
.logo {
	margin: 0px;
	width: auto;
}
.logo a, .logo a img {
	float: left;
}
.shadow-box {
	background-image: url("images/menu_shadow_bg.jpg");
	background-repeat: no-repeat;
	height: 15px;
}
.banner-shadow-box {
	background-image: url("images/banner_shadow.jpg");
	background-repeat: no-repeat;
	clear: both;
	height: 20px;
	width: 960px;
}
.post:first-child {
}
.tabs-cont {
	background: #ffffff none repeat scroll 0 0;
	display: table;
	text-align: center;
	width: 100%;
}
.tabs-wrap {
	background: rgba(0, 0, 0, 0) url("images/main_banner_image.jpg") no-repeat scroll 0 0;
	height: 337px;
	margin: 0 auto;
	width: 961px;
}
.first-left-content-heading {
}
.page-id-262 .page-img, .page-id-287 .page-img {
	display: none;
}
#fancy-tabs ul li a {
	cursor: pointer;
}
.hdr-bred {
	font-size: 13px;
	margin: 10px 10px 20px;
	padding: 0;
	width: auto;
}
.hdr-bred p {
	color: #000000;
	float: left;
	font-family: Arial;
	font-size: 12px;
	line-height: normal;
}
.discla-heading {
}
.ex-img {
}
.hdr-bred a {
	text-decoration: none;
}
.wrapper {
	background: #fafafa url("images/menu_shadow_bg.jpg") no-repeat scroll center top;
	padding: 30px 10px 10px;
	width: 960px;
}
.col-main {
	background: #ffffff none repeat scroll 0 0;
    padding: 20px;
	 min-height: 528px;
    width: 600px;
}
.page-strip-img {
	
}


.breadcrumbs {
	font-size: 12px;
}
.post-info-row {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}
.post-info-row .entry-date {
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.post-info-row .back-btn {
	float: right;
}
.post-info-row .back-btn a {
	background: #003867 none repeat scroll 0 0;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	padding: 6px 40px;
	text-decoration: none;
}
.s-post-title {
	color: #5bc2e8 !important;
	font-size: 25px !important;
	line-height: 37.5px !important;
}
.facilities-content-one {
	background: #f1f2f2;
	width: 520px;
	margin: 0 auto;
	padding-bottom: 1px;
}
.facilities-content-one h2 {
	color: #003867;
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 5px;
}
.facilities-content-one ul {
	list-style: outside none square;
	padding-left: 15px;
}
.facilities-content-one ul li {
	color: #878889;
	font-size: 12px;
}
.leftsection {
	float: left;
	margin-right: 20px;
}
.rightsection {
	float: left;
	width: 320px;
}
.rightsection h2 {
	font-size: 13px;
	color: #003867;
	margin: 5px 0px 15px 0px;
}
.page-list li a {
	text-decoration: none !important;
	color: #003867 !important;
	font-size: 12px;
	
}
.page-list li{
	list-style:none !important;
}
.children li {
	list-style-type:disc !important;
}
.page-id-262 .shadow-box {
	margin-top: -10px;
}
.page-id-262 .page_item.page-item-340, .page-id-262 .page_item.page-item-657 {
	display: none;
}

.field-services img {
	width: 272px;
	height: 141px;
}
.f-right li a{
	float:none;

}
.f-right a{
	float:right;
	text-decoration:none;
}
.sec-first-cont h2{
	color: #003867;
	line-height:25px !important;
	font-size:13px !important;
}
.right-sidebar{
	padding-bottom:1428px !important;
	margin-bottom:-1428px !important;
}
.col-main{
	padding-bottom:1428px !important;
	margin-bottom:-1428px !important;
}
.wrapper{
	overflow:hidden !important;
}
@media screen and (min-width: 320px) and (max-width: 640px) {
body{
background:#f9f9f9!important;
	overflow-x: hidden;
}

.footer-container-second
 {
    width: 32.5%;
}

}
@media only screen and (min-width: 375px) and (max-width: 667px)
 {
		  
	 .footer-container-second
 {
    width: 38.5%;
}
.col-main {
    width: 84%;
    min-height: auto;
}



	
}

@media only screen and (min-width: 410px) and (max-width: 740px)
 {
		  
	 .footer-container-second
 {
    width: 42.5% !important;
}
	
}
.page-id-826 .widget-area .widget a{margin-left:0px !important;}