/*  
Theme Name: Resposive Theme
Theme URI: http://sweans.org
Description: A WordPress theme frame work
Version: 2.0
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

•ie - Internet Explorer (All versions)
•ie8 - Internet Explorer 8.x
•ie7 - Internet Explorer 7.x
•ie6 - Internet Explorer 6.x
•gecko - Mozilla, Firefox (all versions), Camino
•ff3 - Firefox 3
•ff3_5 - Firefox 3.5 new
•opera - Opera (All versions)
•opera8 - Opera 8.x
•opera9 - Opera 9.x
•opera10 - Opera 10.x
•webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
•safari3 - Safari 3.x
•chrome - Google Chrome 
*/

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/roboto_lightcondensed_macroman/RobotoCondensed-Light-webfont.eot');
    src: url('fonts/roboto_lightcondensed_macroman/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_lightcondensed_macroman/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('fonts/roboto_lightcondensed_macroman/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('fonts/roboto_lightcondensed_macroman/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*::::::::::::::common::::::::::::::::::*/
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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
}
table.alignleft {
  border: 1px solid #000;
}
td {
    border: 1px solid;
    padding: 10px;
}
table {
    border: 1px solid;
}
form{
	}
fieldset{
	}
input, textarea{
	}
input.text{
	background:#FFFFFF;
	border:none;
	padding:1px;
	}
input.button{
	background:#000000;
	border:1px solid #000000;
	color:#ffffff;
	}
h1, h2, h3, h4, h5, h6, p, ul, ol, th, dl {
	color: #3F3C3C;
	font-family: arial;
	}
h1{
	font-size:22px;
	}
h2{
	font-size:20px;
	}
h3{
	font-size:16px;
	}
h4{
	font-size:14px;
	}
h5{
	font-size:12px;
	}
h6{
	font-size:10px;
	}
p, ul, ol{
	font-size: 13px;
    line-height: 28px;
	}
ul, ol{
	
	}
ol li ul {
  margin-left: 10px;
}
ul li ul {
  margin-left: 10px;
}
ol li ul li ul {
  margin-left: 15px;
}
ol li ul li ul li ol {
  padding-left: 15px;
}
ol li ul li ul li ul {
  padding-left: 15px;
}
blockquote{
	margin-left:36px;
	margin-right:36px;
	}
a {
  color: #242837;
  text-decoration: none;
}
a:hover{
	color: #0E3D89;
	}
hr{
	display:none;
	}
pre{
	background:#f3f2ed;
	border:solid 1px #9a9a9a;
	color:blue;
	margin:10px;
	padding:10px;
	}
code{
	color:#000;
	font-size:1.0em;
	}
input[type="text"],input[type="email"]{
	border: 1px solid #AFACAC;
	height: 20px;
	padding: 5px;
	width: 73%!important;
}
.con-form textarea{	width: 73%!important;}
.homesearch input[type="text"],.homesearch input[type="email"]{
	border: none;
	height: 35px;
	padding: 0px 7px;
	width: 280px;
	float: left;
	outline:none;
}
.wpcf7-form p span{ color:red;}
textarea{
	border:1px solid #AFACAC;
	height:100px;
	padding:5px;
	width:97%;
}
select{
	border:1px solid #AFACAC;
	height:30px;
	width:410px;
}
input[type="submit"]{
	padding:6px 10px;
	border:none;
	cursor:pointer;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size: 15px;
	font-family: "Century Gothic";
	background:#ac0000;
}
.homesearch input[type="submit"] {
	border: none;
	height: 34px;
	width: 37px;
	background: url(images/search-image.png) no-repeat center center;
	}
.clear {
	clear: both;
	}
	/*:::::::::::::::: Begin Images :::::::::::::::::*/
	p img {
		padding: 0;
		max-width: 100%;
		}
	/*	Using 'class="alignright"' on an image will (who would've
		thought?!) align the image to the right. And using 'class="centered',
		will of course center the image. This is much better than using
		align="center", being much more futureproof (and valid) */
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}
	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}
	.alignright {
		float: right;
		}
	.alignleft {
		float: left;
		}
	/*::::::::::::: End Images ::::::::::::::::::*/
	
	/*:::::::::::: Captions ::::::::::::::::::*/
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;
	}
	/*:::::::::::::::: End captions :::::::::::::::*/
	
	/*::::::::::: start of sidebars :::::::::::*/
/*	.leftsidebar {
		border: 1px solid #CCCCCC;
		border-radius: 5px 5px 5px 5px;
		float: left;
		margin-top: 15px;
		overflow: hidden;
		padding: 5px;
		width: 258px;
	}*/
	#sidebar1 li h2.widgetTitle {
		margin: 0 0 10px;
	}
	#sidebar1 > ul > li:last-child {
		margin: 0;
	}
	.sidebar ul{
		list-style:none;
		margin:0;
		padding:0;
		}
	#sidebar1 > ul > li {
		background: none repeat scroll 0 0 #EFEFEF;
		margin: 0 0 15px;
		padding: 0 0 10px;
	}
	#sidebar2 li{
		padding:5px;
		}
	.sidebar li ul{
		}
	.sidebar li li{
		margin:0;
		}
	.sidebar li h2 {
		margin: 0;
		font-size: 15px;
		text-align: center;
		background: url(images/bg-menu.png) repeat-x;
		color: #fff;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
		line-height: 30px;
		font-weight: normal;
		font-family: 'roboto_condensedlight';
		margin-bottom: 7px;
		}
	#sidebar1{
		}
	#sidebar1 li h2{
		height:30px;
		font-size: 15px;
		font-weight: normal;
		color: #FFFFFF;
		line-height: 30px;
		background-color: #333333;
		text-align: center;
		}
	#sidebar1 li ul{
		line-height:normal;
		padding-left: 5px;
		padding-right: 5px;	
		}
	
	#sidebar1 li li,#sidebar2 li li {
		list-style-type:none;
		background: url(images/list.png) no-repeat left 16px;
		padding-bottom: 5px;
		padding-left: 18px;
		padding-top: 5px;
	}
		#sidebar1 li li li{
		background-image: url(images/list.jpg);
		background-repeat: no-repeat;
		background-position: left center;
		padding:0px;
		}
	#sidebar1 li li a{font-family: 'Rosario', sans-serif;
		}
	.rightsidebar ,.leftsidebar{
		width: 280px;
		float: right;
		margin-top: 15px;
		height: auto;
		border: 2px groove #AEC7FC;
		padding: 2px;
		}
	#sidebar2,#sidebar1{
		padding: 0px;
		background: rgb(229, 229, 229);
		}
	#sidebar2 li ul{
		line-height:normal;
		padding-left:10px;
		}

	#sidebar2 li a:hover{
		border:none;
		}
	#calendar{
		margin:0 auto;
		}
	#calendar caption{
		font-weight:bold;
		}
	#calendar table{
		border-collapse:collapse;
		text-align:center;
		width:220px;
		}
	#calendar thead th{
		background:#CCCCCC;
		color:#FFFFFF;
		}
	#calendar tbody td{
		background:#EEEEEE;
		}
	#calendar #today{
		background:#B8D03B;
		color:#FFFFFF;
		font-weight:bold;
		}
	#calendar #prev{
		text-align:left;
		}
	#calendar #next{
		text-align:right;
		}
	#design{
		background:#FFFFFF url(images/lines2.gif) bottom right no-repeat;
		height:138px;
		}
	/*::::::::::end of sidebar:::::::::::::*/
	
	
	

/* =Menu start
-------------------------------------------------------------- */	
#access{
    display: block;
    float: left;
    margin: 0 auto;
    width:100%;
}
#access2 {
    display: block;
    float: right;
    margin: 0 auto;
    width: 980px;
}
#access .menu-header, #access2 .menu-header, div.menu { 
    font-size: 13px; 
} 
#access .menu-header ul, #access2 .menu-header ul, div.menu ul { 
   list-style: none;
	margin: 0;
	width: 100%;
	float: left;
	height: auto;
	text-align:left; 
} 
#access .menu-header li, #access2 .menu-header li, div.menu li { 
	float: none;
	position: relative;
	display: inline-block;
} 
#access a {
	color: #fff;
	display: block;
	font-family: 'Rosario', sans-serif;
	font-size: 16px;
	line-height: 62px;
	padding: 0 25px;
	text-decoration: none;
	height: 55px;
	margin-left:6px;
	}
#access a:hover {
background:#d70000;
color:#fff;
}
#access2 a {
    color: #FFFFFF;
    display: block;
    font-family: 'Rosario',sans-serif;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
}
#access ul ul, #access2 ul ul { 
    display:none; 
    position:absolute; 
    top:38px; 
    left:0; 
    float:left; 
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
    width: 180px; 
    z-index: 99999; 
} 
#access ul ul li, #access2 ul ul li { 
    min-width: 180px;     
} 
#access ul ul ul, #access2 ul ul ul { 
    left:100%; 
    top:0; 
} 
#access ul ul a, #access2 ul ul a { 
    background:#333; 
    height:auto; 
    line-height:1em; 
    padding:10px; 
    width: 160px; 
} 
#access li:hover > a, #access ul ul :hover > a, #access2 li:hover > a, #access2 ul ul :hover > a { 
	background:#d70000;
} 
#access ul li:hover > ul, #access2 ul li:hover > ul { 
    display:block; 
} 
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a,
#access2 ul li.current_page_item > a, #access2 ul li.current-menu-ancestor > a, #access2 ul li.current-menu-item > a, #access2 ul li.current-menu-parent > a { 
	background:#d70000;
} 

* html #access ul li.current_page_item a, 
* html #access ul li.current-menu-ancestor a, 
* html #access ul li.current-menu-item a, 
* html #access ul li.current-menu-parent a, 
* html #access ul li a:hover, 
* html #access2 ul li.current_page_item a, 
* html #access2 ul li.current-menu-ancestor a, 
* html #access2 ul li.current-menu-item a, 
* html #access2 ul li.current-menu-parent a, 
* html #access2 ul li a:hover{ 
    color:#B40101; 
}

#access .menu-header li{
float: none;
position: relative;
display: inline-block;
background:url(images/menu-seperator.png) no-repeat left;
}

/* =Menu end
-------------------------------------------------------------- */

/*:::::::::::::mobile menu:::::::::::::*/
.mobile_menu{
	display:none;
}


/*responsive style
---------------*/

.mobile_menu {
	height: 35px;
	width: 100%;
	clear: both;
}
.mbutton {
height: auto;
margin: 0 auto;
width: auto;
}
.show_hide {
/*background: url("images/menu_btn.png") no-repeat right center;
*/float: left;
font-size: 30px;
height: 30px;
text-align: left;
width: 100%;
position: absolute;
right: 0;
z-index: 999999999;
/*background-size: 11%;
*/}
#access0 {
background-color: rgba(40, 70, 100, 0.78);
clear: both;
font-family: Arial,Helvetica,sans-serif;
height: auto;
margin: 0px auto 0;
padding: 0;
width: 100%;
position: absolute;
z-index: 99999;
}
#access0 .menu, #access .menu ul {
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#access0 ul {
    line-height: normal;
}

#access0 li {
/*    background-color: #464646;
*/    border-top: 1px solid #828999;
    clear: both;
    float: left;
    line-height: 30px;
    text-indent: 15px;
    width: 100%;
	list-style-type:none;
}
#access0 ul li a{
	color: #fff;
    float: left;
    font-family: Gill Sans MT;
    font-size: 14px;
	font-weight:normal;
}
#access0 .menu li ul {
    border-top: 1px dashed #828999;
    clear: both;
    margin: 0;
    padding: 0 0 0 7%;
    width: 93%;
}
#access0 .menu ul {
    float: left;
    left: 0;
    text-align: left;
    width: 100%;
}
.Mmenu {
width: auto;
width:100%;
height: auto;
float: left;
margin-top: 30px;
}
ul.sub-menu {
    float: left;
    line-height: normal;
    width: 100%;
}

ul.sub-menu a {
	padding-left: 20px;
}
/*:::::::::end of mobile menu::::::::::*/	

	
	/***************************************Slider*************************************/
#slider {
	margin: 0 auto;
	}
	.rslides {
	  position: relative;
	  list-style: none;
	  overflow: hidden;
	  width: 100%;
	  padding: 0;
	  margin: 0;
	}
	.rslides li {
	  -webkit-backface-visibility: hidden;
	  position: absolute;
	  display: none;
	  width: 100%;
	  left: 0;
	  top: 0;
	}
	.rslides li:first-child {
	  position: relative;
	  display: block;
	  float: left;
	}
	.rslides img {
	  display: block;
	  height: 330px;
	  float: left;
	  width: 100%;
	  border: 0;
	}
	.rslides_tabs {
	  list-style: none;
	  padding: 0;
	  background: rgba(0,0,0,.25);
	  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	  font-size: 18px;
	  list-style: none;
	  margin: 0 auto 50px;
	  max-width: 540px;
	  padding: 10px 0;
	  text-align: center;
	  width: 100%;
	  }
	.rslides_tabs li {
	  display: inline;
	  float: none;
	  margin-right: 1px;
	  }
	.rslides_tabs a {
	  width: auto;
	  line-height: 20px;
	  padding: 9px 20px;
	  height: auto;
	  background: transparent;
	  display: inline;
	  }
	.rslides_tabs li:first-child {
	  margin-left: 0;
	  }
	.rslides_tabs .rslides_here a {
	  background: rgba(255,255,255,.1);
	  color: #fff;
	  font-weight: bold;
	  }
	.events {
	  list-style: none;
	  }
	.callbacks_container {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 31px;
	}
	.callbacks {
	  position: relative;
	  list-style: none;
	  overflow: hidden;
	  width: 100%;
	  padding: 0;
	  margin: 0;
	  }
	.callbacks li {
	  position: absolute;
	  width: 100%;
	  left: 0;
	  top: 0;
	  }
	.callbacks img {
		display: block;
		position: relative;
		z-index: 1;
		height: 407px;
		width: 100%;
		border: 0;
	  }
	.callbacks .caption {
	  display: block;
	  position: absolute;
	  z-index: 2;
	  font-size: 20px;
	  text-shadow: none;
	  color: #fff;
	  background: #000;
	  background: rgba(0,0,0, .8);
	  left: 0;
	  right: 0;
	  bottom: 0;
	  padding: 10px 20px;
	  margin: 0;
	  max-width: none;
	  }
	.callbacks_nav {
	  position: absolute;
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	  top: 52%;
	  left: 0;
	  opacity: 0.7;
	  z-index: 3;
	  text-indent: -9999px;
	  overflow: hidden;
	  text-decoration: none;
	  height: 61px;
	  width: 38px;
	  background: transparent url("images/themes.gif") no-repeat left top;
	  margin-top: -45px;
	  }
	.callbacks_nav:active {
	  opacity: 1.0;
	  }
	.callbacks_nav.next {
	  left: auto;
	  background-position: right top;
	  right: 0;
	  }
	  .slider_shadow {
		width: 100%;
		float: left;
		height: 30px;
		background:url(images/shadow.png) top center no-repeat;
		margin-top: -1px;
		}
	  
	  /*:::::::::end of slider:::::::::::::*/

	
/*::::::::::::::end of common:::::::::::::*/

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	}
#logo_body {
	min-height: 135px;
	margin: 0 auto;
	position: relative;
}
img.logo_bodyImg {
}
.call {
background: url(images/bg-call.jpg) no-repeat left center;
width: 228px;
height: 36px;
position: absolute;
top: 0px;
left: 0px;
color: #d70000;
font-size: 19px;
line-height: 40px;
font-family: 'roboto_condensedlight';
margin-top: 8px;
}
#header{
	height: 45px;
	display: block;
	}
.menu_outer{
	background: url(images/bg-menu.png) repeat-x;
	height: 58px;
	}

#search{
	float:right;
	width:270px;
	padding-top: 10px;
	}
#search fieldset{
	border:none;
	}
#search #s{
	padding:3px;
	width:140px;
	vertical-align:top;
	}
#search #x{
	width:60px;
	vertical-align:top;
	}
#logo_body h1, #logo_body h2{
	margin:0;
	padding:0;
	color: #000000;
	}
#logo_body h1{
	color: #000000;
	padding:50px 5px 0 20px;
	}
#logo_body h2{
	color: #000000;
	margin:10px 0 0 17px;
	padding:5px;

	}
#logo_body p{
	clear:left;
	color: #000000;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding:0 0 0 20px;
	}
#logo_body a{
	color: #000000;
	float: left;
	}
#page {
	min-height: 1170px;
	padding-bottom: 50px;
	}
.contentmain{
width: 100%;
float: left;
max-width: 900px;
	}
#content{
padding-top: 0px;
padding-right: 1%;
padding-bottom: 0px;
padding-left: 1%;
	}
.post {
	float: left;
	margin-bottom: 10px !important;
	margin-top: 15px;
	width: 100%;
	min-height: 100px;
	}
.desctitle{
	font-size:10px;
	}
.post h1.title{
	}
.post .entry{
	}
.entry p{
	padding-bottom:10px;
	font-family:"Cabin-Regular";
	color:#afacac;
	font-size:14px;
}
.navigation{
	padding-top:10px;
	padding-bottom: 10px;
}
.post .links{
	margin:0;
	}
.post .tags{
	font-size:9px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	}
#footer {
	min-height: 171px;
	}
.info{
	}
.comlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
	}
.comtext{
	background-color: #9EA0C2;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
	}
.postlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
	}
.posttext{
	background-color: #F22F37;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
	}
.commentlist{
	list-style:none;
	}
.authorcomment{
	background-color:#efefef;
	margin:10px 0px 0px 0px;
	padding:3px;
	}
.odd{
	color: #333333;
	background-color: #B8B8C3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
.odd a:link{
	color:#000000;
	}
.commenttext{
	color:#000000;
	color:#000000;
	font-size:10px;
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	background-color: #EAEAEA;
	}
#author, #email, #url{
	background:#FBFBFB;
	border:1px solid #cbcbcb;
	padding:3px;
	width:40%;
	margin-bottom:5px;
	}
#comment{
	background:#FBFBFB;
	border:1px solid #cbcbcb;
	margin-bottom:0.6em;
	padding:3px;
	width:95%;
	}
#submit{
	background-color:#efefef;
	border-bottom:2px solid #CCCCCC;
	border-left:1px solid #E4E4E4;
	border-right:2px solid #CCCCCC;
	border-top:1px solid #E4E4E4;
	padding:3px;
	}
acronym, abbr, span.caps{
	cursor:help;
	}
acronym, abbr{
	border-bottom:1px dashed #999;
	}
blockquote{
	padding-left:52px;
	background-image: url(images/qt.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	}
blockquote cite{
	display:block;
	margin:5px 0 0;
	}
.center{
	text-align:center;
	}
.aligncenter{
	margin-right: auto;
	margin-left: auto;	
}
img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
hr{
	display:none;
	}
a img{
	border:none;
	}
.privacy{
	float:left;
	font-size: 12px;
	padding-top:10px;
	color: #7B7B7B;
	font-family: "Century Gothic";
	margin-left:15px;
}
.privacy a{
	font-size: 12px;
	color: #7B7B7B !important;
	font-family: "Century Gothic";
}
.footer_copy{
	padding-top:10px;
	font-size: 12px;
	float:right;
	margin-right:15px;
}
div.wpcf7-validation-errors{
	color: #ffffff !important;
	border: 2px solid #840009 !important;
	width: 382px !important;
	margin-top: -10px !important;
	margin-left: 198px !important;	
}
.head_text{
	float: right;
	margin-top:50px;
	margin-right:30px;
	color: #cecccc !important;
	font-family: "Century Gothic";
	font-size:24px;
}
.social{
	float: right;
	margin-top: 20px;
	margin-right: 2px;
}
.social img{
	margin-right:1px;
}
h2.sup{
	color:#FFFFFF;
	font-family:"Anton";
	font-size:27px;
}
.border{
	background:url("images/border.png") no-repeat;
	height:4px;
	width:601px;
	margin-bottom:10px;
}
p{
	color: #AFACAC;
	font-size: 14px;
}
.singlethumb img {
	float: left;
	padding: 2px;
	border: 1px solid #A7A1A1;
	border-radius: 5px;
	margin: 2px 10px 5px 0px;
	max-width: 50%;
	height: auto;
	}
#t_top {
	background: none repeat scroll 0 0 #FFFFFF;
	min-height: 56px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	}
.t_social {
	float: right;
	width: auto;
	margin-top: 12px;
	}
.socia {
	float: left;
	margin: 0px 2px;
	}
.newsflash {
    background: rgba(0, 0, 0, 0) url("images/bg-flash.png") repeat-x scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 6px 1px #cfcdcd;
    float: left;
    height: 38px;
    margin-top: 2.7%;
    max-width: 730px;
    width: 100%;
}
.newsflash h3 {
  float: left;
  line-height: 38px;
  text-indent: 15px;
  font-family: arial;
  font-weight: 700;
  font-size: 16px;
  color: #1F1F1F;
}
.newsflash h4 {
	line-height: 38px;
	font-family: arial;
	font-size: 12px;
	color: #325a7c;
	}
.appstore {
	float: right;
	}
.appstore img {
    margin: 20px 0 0 20px;
    max-width: 190px;
}
.our {
  max-width: 683px;
  min-height: 500px;
  float: left;
  margin-top: 35px;
  margin-right: 45px;
  width: 100%;
}

.ourtop{
	width: 280px;
	float: left;
	}
.first{
	margin-right: 32px;
	border-right: 1px dashed #5F5C5C;
	padding-right: 32px;
	}
.ourtop h3{
	text-align: center;
	font-family: 'roboto_condensedlight';
	font-size: 18px;
	color: #000;
	margin-bottom: 18px;
	}
.ourtop p {
	margin-top: 10px;
	
	}
.ourabove {
	border-bottom: 1px dashed #202020;
	float: left;
	padding-bottom: 50px;
	margin-bottom: 50px;
	}
.ourbelow {
	float: left;
	}
.ourbelow img {
	float: left;
	margin-right: 30px;
	}
.ourbelow h3{
	font-family: 'roboto_condensedlight';
	font-size: 18px;
	color: #000;
	margin-bottom: 18px;
	}

.our p{
	color:#000;
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
}
.ourbelowcontent {
	float: left;
	width: 340px;
	border-bottom: 1px solid #ac0000;
	}
a.readmore {
	float: right;
	background: #ac0000;
	color: #fff;
	font-size: 13px;
	font-family: arial;
	padding: 5px;
	width: 80px;
	height: 16px;
	}
.schedule {
  float: left;
  margin-top: 35px;
  max-width: 472px;
  width: 100%;
  min-height: 585px;
}
.schedule h3 {
	text-align: left;
	font-family: 'roboto_condensedlight';
	font-size: 20px;
	color: #000;
	margin-bottom: 27px;
	}
table.sche {
	width: 100%;
	text-align: center;
	background: #115395;
	color: #fff;
	font-size: 14px;
	font-family: 'roboto_condensedlight';
	border-collapse: collapse;
	border-spacing: 0px;
	}
.tablehead{
	background: #1668ad;
	height: 37px;
	font-size: 18px;
	}
tr.tablehead th {
  font-family: 'roboto_condensedlight';
  color: #FFF;
  padding-left: 7.5%;
  font-weight: normal;
  border-bottom: 1px solid #FFF;
  padding-right: 7.5%;
}
.sche td, .sche th{
	vertical-align:middle;
}
.sche tr {
	border-bottom: 1px solid #5f8cb8;
	height: 50px;
	}
.top1{
	float:left;
	}
.bottomsection {
  width: 100%;
  min-height: 100px;
  margin-top: 50px;
  float: left;
}
.bottomsection h2 {
  color: #161616;
  font-size: 20px;
  font-family: 'roboto_condensedlight';
  background: url(images/bg-h2.png) no-repeat bottom left;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}	
.recentposts {
  width: 100%;
  float: left;
  min-height: 310px;
  margin-bottom: 50px;
}
.recentpost {
  width: 240px;
  min-height: 311px;
  float: left;
  margin-right: 80px;
  border-bottom: 1px solid #AC0000;
}
.recentpost:last-child{
	margin-right:0px;
	}
.recentpost h3 {
	font-size: 17px;
	color: #000;
	font-family: 'roboto_condensedlight';
	margin-bottom: 8px;
	}	
h2.title{	
   font-size: 22px;
	color: #0E3D89;
	font-family: 'roboto_condensedlight';
	margin-bottom: 8px;}
.recentpost p {
	float: left;
	width: 100%;
	height: 112px;
	margin-top: 8px;
	overflow: hidden;
	line-height: 26px;
	color: #000000;
	text-align: justify;
	}	
.thumb_img {
  width: 100%;
  height: 134px;
  background: rgba(255, 255, 255, 0);
  float: left;
}
.thumb_img img {
  width: 100%;
  height: 100%;
}
.sponsors {
	min-height: 155px;
	border: 6px solid #f4f4f4;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #d6d6d6;
	margin-bottom: 30px;
	}	
.sponsors .slide {
	min-height: 142px;
}	
.bx-wrapper .bx-viewport{
	box-shadow: none !important;
}
.bx-viewport img {
	/*margin: 37px 0px;*/
	}	
.redarrow {
	background: url(images/red-arrow.png) no-repeat right;
	text-align: right;
	height: 34px;
	margin: 10px 1px;
	}	
.redarrow span,#slider-prev,#slider-next,.bx-prev,.bx-next {
	width: 25px;
	height: 32px;
	margin-left: 2px;
	float: right;
	}
.f1 {
	min-height: 89px;
	border-bottom: 1px solid #424242;
	}	
.f1 #access .menu-header li {
background:url(images/fmenu-seperator.png) no-repeat left;
}	
.f1 #access a:hover,.f1 #access ul li.current_page_item > a,.f1 #access ul li.current-menu-item > a,.f1 #access li:hover > a {
	background:none;
	color:#7C7D80;
	}	
.fmenu {
	float: left;
	margin-top: 15px;
	}	
.sponsors .bx-controls-direction {
	display: none;
	}	
.bx-wrapper .bx-viewport {
	-moz-box-shadow:none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0px !important;
	background: none !important;
	}	
.bx-viewport {
	padding-top: 20px;
		}	
.fmenu #access a {
	font-family: sans-serif;
	font-size: 15px;
	line-height: 54px;
	padding: 0 18px;
	}	
.footer_copy {
	font-size: 13px;
	float: right;
	margin-top: 25px;
	color: #f9f9f9;
	font-family: arial;
	}	
.thumb img {
	max-width: 100%;
	height: auto;
	border: 1px groove #BAD1E7;
	padding: 1px;
	margin:10px 0 20px;

	}	
/*.entry p {
	padding-bottom: 10px;
	font-family: arial;
	color: #414867;
	font-size: 14px;
	line-height: 23px;
	}	*/
.entry p {
    padding-bottom: 10px;
    font-family: 'Rosario', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 27px;
}
.entry ul, ol {
    margin-left: 2%;
}
.entry ol li ul {
    margin-left: 3%;
}
.entry ul, ol {
    margin-left: 2%;
}
.entry ol li ul li ul {
    margin-left: 4%;
}
.entry li ul li ul li ol li {
    list-style-type: lower-hexadecimal;
}

.entry li ul li ul li ul li {
    list-style-type: lower-hexadecimal;
}
.entry li ul li ul li ol li ol li {
    list-style-type: lower-roman;
}
.entry li ul li ul li ol li ul li {
    list-style-type: lower-roman;
}
.entry li ul li ul li ol li ol li ol li {
    list-style-type: lower-hexadecimal;
}
.entry li {
    font-family: 'Rosario', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 27px;
    list-style-type: upper-alpha;
}
.entry li ul li {
    list-style-type: lower-alpha;
}
.entry li ul li ul li {
    list-style-type: lower-roman;
}

.socialmed {
  float: left;
  width: 100%;
  margin-bottom:10px;
}
.homesearch {
float: right;
background: #eeeeee;
border: 1px solid #dedede;
margin-top: 50px;
}	
.rightsidebar1 {
  width: 98%;
}
.menu_outer .sub-menu {
padding-top: 17px !important;
box-shadow: none !important;
margin-left: -6px !important;
}	
.menu_outer .sub-menu li a, .menu_outer .sub-menu li a {
background: #204980 !important;
}	
.menu_outer .sub-menu li a,.menu_outer .sub-menu li a {
background: url(images/bg-menu.png) repeat-x !important;
padding: 19px 11px !important;
}	
.menu_outer .sub-menu li {
background:none !important;
}	
.menu_outer .sub-menu li:hover > a,.menu_outer .sub-menu ul ul :hover > a, .menu_outer .sub-menu li:hover > a, .menu_outer .sub-menu ul ul :hover > a {
background: #d70000 !important;
}	
	
	
	
	
	
	
	
	
	
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }

/*********************************************************************************/

/***************************************Responsive Styles******************************************/
/**************iPad Landscape***************/
@media only screen and ( max-width: 1023px ) and (min-width: 986px){
#header{
	display: block;
	width:100%;
}
#logo_body{
	width:100%;
}
#page{
	width:100%;
}
#slider{

}
.callbacks img {
height: auto;
}
#footer{
	width:100%;
}
.contentmain {
	width: 68%;
	margin-top: 0px;
	float: left;
	}
.border{
	width:90%;
}
#logo_body {
    text-align: center;
}
.newsflash {
max-width: 720px;
}
.our {
	float: none;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 580px;
}
.schedule {
	float: none;
	margin: 0 auto;
	margin-top: 35px;
	max-width: 635px;
	}
.bottomsection img.attachment-post-thumbnail.wp-post-image {
	width: 100%;
	height: auto;
	}
.recentpost {
	width: 230px;
	margin-right: 6px;
	margin-left: 5px;
	}
.bx-viewport {
	padding-top: 20px;
	}
}

/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 876px){
#logo_body{
	width:100%;
}
#logo_body .logo_bodyImg {
    margin: 0 0 10px;
}
#page{
	width:100%;
}
#footer{
	width:100%;
}
.social{
	margin-top:0px;
}
#header {
padding-top: 4px;
}
.contentmain {
width: 100%;
margin-top: 10px;
float: left;
}
.border{
	width:100%;
	background: url("images/border.png") repeat-x;
}
.head_text_mob{
	display:block;
}
.head_text{
	display:none;
}
.head_text_mob  {
	color: #CECCCC !important;
	font-family: "Century Gothic";
	font-size: 24px;
}
#slider{

}
.callbacks img {
height: auto;
}
.leftsidebar{
	float:left;
	margin-left:5%;
}
.footer_copy{
	padding-right:20px;
 }
#main-menu-mob{
	margin:0 auto;
	width:400px;
	float:none;
	margin:0 0 0 25%;

} 
#logo_body {
    text-align: center;
}
.menu_outer {
height: 41px;
}
#access a {
	line-height: 38px;
	padding: 0 15px;
	height: 36px;
	margin-left: 0px;
	font-size:13px;
	}
	.appstore {
float: right;
margin: 0 auto;
width: 100%;
text-align: center;
}
.newsflash{
max-width:100%;
}
.our {
	float: none;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 580px;
}
.schedule {
	float: none;
	margin: 0 auto;
	margin-top: 35px;
	max-width: 635px;
	
	}
.bottomsection {
	width: 640px;
	margin: 0 auto;
	margin-top: 20px;
	}
.recentpost {
margin: 0px 40px;
margin-bottom: 20px;
}
.fmenu {
float: left;
margin-top: 2px;
}
.fmenu #access a {
line-height: 38px;
}
.bx-viewport {
	padding-top: 20px;
	}
	.recentpost {
height: auto;
}

	}
@media only screen and (max-width: 875px) and (min-width: 768px){
.menu_outer {
height: 38px;
}
#access a {
	line-height: 38px;
	padding: 0 15px;
	height: 36px;
	margin-left: 0px;
	font-size:13px;
	}
	.appstore {
float: right;
margin: 0 auto;
width: 100%;
text-align: center;
}
.newsflash{
max-width:100%;
}
.our {
	float: none;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 580px;
}
.schedule {
	float: none;
	margin: 0 auto;
	margin-top: 35px;
	max-width: 635px;
	
	}
.bottomsection {
	width: 640px;
	margin: 0 auto;
	margin-top: 20px;
	}
.recentpost {
margin: 0px 40px;
margin-bottom: 20px;
}
.fmenu {
float: left;
margin-top: 2px;
}
.fmenu #access a {
line-height: 38px;
}
.bx-viewport {
	padding-top: 20px;
	}
.recentpost span {
height: 133px;
}
.recentpost {
height: auto;
}
body{
/*display:none;*/
}
.contentmain {
width: 61%;
}
}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 640px){


#logo_body {
    text-align: center;
	padding-top:10px;
}

#logo_body .logo_bodyImg {
    margin: 0 0 10px;
}
.mobile_menu {
	display: block !important;
	background: bisque;
	}
#header{
	display: none;
}
#social{
	width:100%;
	float:none;
	}
#social ul{
	width:233px;
	float:right;
	padding-top:40px;
	}
#social a{	
	height:34px;
	display:block;
	margin-right:2px;
	}
#social a:hover{
	background-position:left bottom;
	}
#social li{
	float:left;
	text-align:right;
	list-style:none;
	}
#slider{

}
.callbacks img {
height: auto;
}
.social{
	margin-top:16px;
	margin-bottom:6px;
	float:none !important;
}


#header{
	width:100%;
	text-align:center;
}
#page{
	width:100%;
}
#footer{
	width:100%;
}
.contentmain {
width: 100%;
margin-top: 10px;
float: left;
}
.border{
	width:90%;
}
.head_text_mob{
	display:block;
}
.head_text{
	display:none;
}
.head_text_mob  {
	color: #CECCCC !important;
	font-family: "Century Gothic";
	font-size: 24px;
}
#logo_body {
min-height: 127px;
padding-top: 25px;
margin: 0 auto;
width: 100%;
}
.menu_outer {
display:none;
}
.appstore {
margin: 0 auto;
width: 100%;
text-align: center;
}
.our {
	float: none;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 580px;
}
.schedule {
	float: none;
	margin: 0 auto;
	margin-top: 35px;
	max-width: 635px;
	
	}
.bottomsection {
	width: 620px;
	margin: 0 auto;
	margin-top: 20px;
	}
.recentpost {
margin: 0px 30px;
margin-bottom: 20px;
}
.fmenu {
float: left;
margin-top: 2px;
display: none;
}
.f1 {
min-height: 49px;
}
.footer_copy {
float: left;
margin-top: 0px;
}
#footer {
min-height: 81px;
}
.fmenu #access a {
line-height: 38px;
}
.bx-viewport {
	padding-top: 20px;
	}
.first {
margin-right: 18px;
padding-right: 18px;
}
.ourbelowcontent {
width: 329px;
}
.ourbelow img {
margin-right: 10px;
}
/*.redarrow {
width: 330px;
}
.sponsors {
width: 541px;
margin: 0 auto;
}*/

}   
/***************custom 1**************/
@media only screen and (max-width: 639px) and (min-width: 480px){

.menu_outer {
display:none;
}
.mobile_menu {
	display: block !important;
	background: bisque;
	}
.homesearch {
	margin-top: 14px;
	margin-bottom: 10px;
	}
.appstore {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	}
.our {
	float: none;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 580px;
	width:100%;
}

.schedule {
	float: none;
	margin: 0 auto;
	margin-top: 35px;
	max-width: 635px;
	
	}
.ourtop {
width: 100%;
max-height: 260px;
float: none;
margin: 0 auto;
text-align: center;
}
.ourabove {
padding-bottom: 0px;
}
.ourbelow {
float: left;
width: 100%;
min-height: 250px;
text-align: center;
}
.ourbelow img {
float: none;
margin-right: 0px;
}
.ourbelowcontent {
float: left;
width: 100%;
border-bottom: 1px solid #ac0000;
margin-bottom: 20px;
}
.recentpost {
margin: 0px 2%;
margin-bottom: 40px;
width: 46%;
}
.first {
margin-right:0px;
border-right:none;
padding-right:0px;
}
.recentpost {
height:auto;
}
.fmenu {
float: left;
margin-top: 2px;
display: none;
}
.f1 {
min-height: 49px;
}
.footer_copy {
float: left;
margin-top: 0px;
}
#footer {
min-height: 81px;
}
.fmenu #access a {
line-height: 38px;
}
.mobile_menu {
height: 35px;
}
 } 
/*******************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){

#logo_body {
	height:70px;
	}

#header{
	display: none;
}
.mobile_menu {
	display:block !important;
}
#social{
	width:100%;
	min-width:320px;
	}
#social ul{
	width:233px;
	float:right;
	padding-top:40px;
	}
#social a{	
	height:34px;
	display:block;
	margin-right:2px;
	}
#social a:hover{
	background-position:left bottom;
	}
#social li{
	float:left;
	text-align:right;
	list-style:none;
	}
#slider{
	height:auto;
}
.callbacks img {
height: auto;
}
.social{
	margin-top:16px;
	margin-bottom:6px;
	float:none  !important;
}



#page{
	width:100%;
}
#footer{
	width:100%;
}
.contentmain {
	width: 100%;
	margin-top: 10px;
	float: left;
	}

.border{
	width:90%;
}
.head_text_mob{
	display:block;
}
.head_text{
	display:none;
}
.head_text_mob  {
	color: #CECCCC !important;
	font-family: "Century Gothic";
	font-size: 24px;
}
.leftsidebar {
    clear: both;
    float: none;
    margin: 0 auto;
}
#main-menu-mob {
	width: 100%;
	}
#t_top {
	min-height: 86px;
	}
.t_social {
	margin-top:50px;
	}
#footer .t_social {
	margin-top: 4px;
	}
#logo_body a {
	width: 100%;
	text-align: center;
	}
.menu_outer {
	display:none;
	}
.homesearch input[type="text"], input[type="email"] {
	width: 245px;
	}
.homesearch {
margin-top: 20px;
	margin-bottom: 5px;
	}
.appstore {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	}
.our {
	width: 100%;
	margin-right: 0px;
	}
.first {
	margin-right: 0px;
	border-right: none;
	padding-right: 0px;
	}
.ourtop {
	width: 100%;
	min-height: 260px;
	float: left;
	text-align: center;
	}
.ourbelow {
	width: 100%;
	text-align: center;
	}
.ourbelow img {
	float: none;
	margin-right: 0px;
	}
.ourbelowcontent {
	width: 100%;
	}
.recentpost {
	width: 100%;
	min-height: 310px;
	margin-right: 0px;
	height: auto;
	}
.fmenu {
	display: none;
	}
.f1 {
	min-height: 38px;
	}
.footer_copy {
	margin-top: 0px;
	}
	#footer {
	min-height: 90px;
	}
	.rightsidebar {
width: 80%;
margin-right: 10%;
}

}



/*******************************************/
/**************************************************************************************************/
a.show_hide img {
width: 100%;
height: 35px;
}