/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}

/* layout */

body{
	padding-top: 0;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #000 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
	overflow: visible;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	padding: 10px 0 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

/* post styling */

#main p.meta{
	color: #0056a3;
}

#main article{
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}

.sidebar{
	margin-top: 18px !important;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

/* .post header img{
	margin-bottom: 18px;
} */

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	clear:both;
	float:left;
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
	text-transform:uppercase;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	body{
		padding-top: 60px;
	}
	
	.container-fluid{
		max-width: 932px;
		margin: 0 auto;
	}
	
	#inner-footer{
		padding: 0;
		max-width:932px;
		margin:0 auto;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
		text-transform:uppercase;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}

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

}

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

}

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

}

/* COMMON */ 
a, a:hover, a:active, a:focus{ outline:none;}
.nav-collapse:after, .page_head:after, .page_head_contact:after, .address:after{ clear:both; content:"."; display:block; height:0; line-height:0; visibility:hidden;}
#menu-top li a, .wpcf7-form label, .wpcf7-form #submit, .slide-content h1, .left-sidebar .widgettitle, .message h3, .page-head, .sidebar .widgettitle, .page-header h1, .page_head h1, .page_head_contact h1, .ngg-albumtitle, .page_head_contact a, #main h2{ font-family: 'bebas_neueregular';}
.Email input, .slide-content p, #menu-sidebar li a, .message p, .meta p, .home .page-header h1, .address ul li, .links ul li a{ font-family:Gotham, "Arial", Helvetica, Helvetica Neue, sans-serif;}
#menu-main li a, #s, .calender-tooltip h1, .calender-tooltip .more-info{ font-family: 'bignoodletitlingregular';}
#menu-main li a:hover, .rpwe-summary .more-link, #menu-sidebar li a, .page-head, .meta, .page-header h1 a:hover, .sidebar .widgettitle, #menu-footer li a:hover{ color:#0056a1;}
.caltitle-color{color:#0056A1!important;}
.more-info a{font-size:15px; padding: 5px 5px 0px!important; color:#FFF!important; background:#0056A1;}
/* BODY */
body{ background:url('images/inside-main-bg.jpg') repeat-x center top; padding:0;}
.home{ background:url('images/main-bg.jpg') repeat-x center top;}

.post_content ol, ul {
	display:block;
	float:none;
	font-size: 12px
}

.post_content ul li {
	list-style-type: square;
}



/* HEADER */
#inner-header{ border-top:4px #000 solid;}

/* LOGO */
#logo{ background: url(images/new-logo.png) no-repeat!important;display: block;/* text-indent: -9999px; */height: 92px;/* width: 80px; */float: left;padding: 0 0 0 150px;margin: 16px 0 12px;border: none;line-height: 92px;font-family:'bebas_neueregular';text-transform:uppercase;font-size:50px;}

/* CONTACT TOP */
.top-right{ float:right;}
.top-right .widget{ margin-bottom:0; float:none;}
#menu-top{ margin:3px 0 0;}
#menu-top li{ text-align:right;}
#menu-top li a{ background:url(images/contact-bg.png) no-repeat; color:#FFFFFF; font-size:19px; padding:3px 24px 7px 27px;}
#menu-top li a:hover{ color:#049acf; text-decoration:none;}
.top-right .wpcf7-form{ float:left; margin:39px 17px 0 0;}
.wpcf7-form label, .Email{ float:left;}
.wpcf7-form label{ font-size:24px; color:#000000; margin:7px 14px 0 0;}
.top-right .Email input{ background:url(images/input-bg.jpg) repeat-x; border-left:1px #bebdbd solid!important; border:none; box-shadow:none; border-radius:4px 0 0 4px; font-size:11px; color:#b4b4b4; padding:7px 9px 5px;}
.wpcf7-form #submit{ float:left; background:#0056a1; color:#fff; border:none; font-size:18px; border-radius:0 4px 4px 0; padding:6px 6px 6px 11px;}
.ajax-loader{ display:none;}

/* NAV */
.nav-collapse{ clear:both; background:url(images/nav-bg.jpg) repeat-x; position:relative;}
.football{ background:url(images/football.png) no-repeat; width:37px; height:44px; position:absolute; left:0; right:0;}
#menu-main li a{ font-size:19px;}
#menu-main li a:hover{ background:#FFFFFF; color:#0056a1!important;}
.dropdown-menu{ background:url(images/dropdown-bg.png) repeat;}
.dropdown-menu a:hover{ background:none!important;}

/* SEARCH */
.navbar-search{ margin-right:6px;}
#s{ border:none; border-radius:0; padding:8px 14px 2px; width:175px; color:#afafaf; font-size:21px;}
.search-icon{ background:url(images/search.png) no-repeat!important; display:block; text-indent:-9999px; height:17px; width:17px; float:right; box-shadow:none; border:none; padding:0; border-radius:0; margin-top:11px!important; position:relative; z-index:9999; margin-left:1px;}
.black{ background:url(images/black-big.png) no-repeat; width:38px; height:89px; position:absolute; right:-1px; top:-21px;}
.home .black{ z-index:10;}

/* SLIDER */
.home-slider .widget{ margin-bottom:0;}
.orbit{ background:url(images/bottom-shadow.png) no-repeat center bottom; padding-bottom:64px; margin-bottom:0!important;}
.content .slide-content{ max-width:336px; background:url(images/content-bg.png) repeat; height:auto!important; left:3.3%!important; top:29%!important; padding:19px 25px 28px!important;}
.slide-content h1, .slide-content p{ color:#FFFFFF;}
.slide-content h1{ margin-top:0; font-size:46px; line-height:40px;}
.slide-content p{ font-size:12px; line-height:18px;}
.orbit-bullets{ left:91.4%!important; margin:0 26px 0 0 !important; bottom:80px!important; width:250px;}
.orbit-bullets li{ background:url(images/black-dot.png) no-repeat!important; width:10px; height:11px;}
.orbit-bullets li.active{ background:url(images/blue-dot.png) no-repeat!important;}

/* LEFT SIDEBAR */
.left-sidebar{ float:left; max-width:202px;}
.rpwe-title{ display:none;}
.rpwe-summary{ clear:both; color:#000000; line-height:18px; margin-top:8px; display:inline-block;}
.rpwe-summary .more-link{ text-decoration:underline;}
#menu-sidebar{ margin:0; border:1px #c4c4c4 solid; background:url(images/grass.png) no-repeat center bottom; padding:20px 35px 20px 22px;}
#menu-sidebar li{ background:url(images/arrow.png) no-repeat left 5px; padding:0 0 8px 23px; }
#menu-sidebar li a{ font-size:14px;}
#menu-sidebar li a:hover{ text-decoration:none;}
.left-sidebar .widgettitle{ font-size:28px; margin-top:0; color:#000000;}

/* MESSAGE */
.message img{ border:1px #b4b4b4 solid; margin-right:23px;}
.message h3{ color:#060606; font-size:20px; margin:0 0 12px;}
.message p{ font-size:12px; line-height:18px; margin-bottom:10px;}

/* CONTENT */
.home #content{ padding-top:0;}
#content{ padding-top:25px;}
#main{ float:left;}
.page-head{ float:left; font-size:33px; margin:4px 0 23px 3px; line-height:normal;}
.feat_image{ float:left; margin-right:10px;}
.post{ border-bottom:1px #cccccc solid!important; padding-bottom:5px!important; margin-bottom:33px; clear:both;}
.meta{ margin-bottom:0; font-size:12px; font-weight:bold;}
.page-header{ margin:0; padding:0; border:none;}
.home .page-header h1{ font-size:14px; font-weight:bold; margin:3px 0;}
.page-header h1{ font-size:28px; margin:0; /*color:rgb(0,86,181);*/ color:rgb(0,86,161); text-transform: capitalize;}
.page-header h1 a{ /*color:#000;*/ color:rgb(0,86,161);}
.page-header h1 a:hover{ text-decoration:none;}
.post_content p{ font-size:12px; line-height:normal; margin-bottom:12px;}
.read-more{ text-transform:uppercase; float:right; font-size:12px; color:#4274af;}
.read-more:hover{ color:#000000; text-decoration:none;}
.pagination{ display:none;}

/* RIGHT SIDEBAR */
.sidebar .widgettitle{ background:url(images/widget-title-bg.png) no-repeat; font-size:25px; padding:8px 32px 9px;}
.sponsors img{ margin-top:37px;}
.sidebar .em-calendar thead{ background:url(images/calendar-bg.png) no-repeat; height:30px;}
.em-calnav-prev{ background:url(images/prev-event.png) no-repeat; display:block; text-indent:-9999px; width:8px; height:9px; margin-left:8px;}
.em-calnav-next{ background:url(images/next-event.png) no-repeat; display:block; text-indent:-9999px; width:8px; height:9px; margin-right:5px;}
.month_name{ color:#FFFFFF; font-family:Segoe, "Trebuchet MS", "Segoe UI", "DejaVu Sans", Verdana, sans-serif; font-size:17px; font-weight:bold; text-shadow:1px 1px 1px #000000; padding:2px 36px 2px 37px!important;}
.days-names td{ color:#327cab;}
.eventless-today{ background:#327ba7!important; color:#FFFFFF!important; -webkit-box-shadow:-1px 2px 3px rgba(50, 50, 50, 0.5); -moz-box-shadow:-1px 2px 3px rgba(50, 50, 50, 0.5); box-shadow:-1px 2px 3px rgba(50, 50, 50, 0.5);}
.eventful{ padding:0!important; background:url(images/red.png) no-repeat 1px 1px;}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a{ color:#434343;}
#sidebar1 .eventful a:hover{ background:#424242; color:#FFFFFF!important; text-decoration:none; display:block; /*padding:2px 0;*/ padding: 5px 5px 0px!important;}
.eventful a:hover{ background:#424242; color:#FFFFFF!important; text-decoration:none; display:block; /*padding:2px 0;*/ padding:10px 5px!important;}
.eventless{ color:#838383;}
.em-calendar tbody td{ border-left:1px #cbcbcb solid; border-right:1px #cbcbcb solid; border-bottom:1px #cbcbcb solid; color:#434343; font-size:12px; font-weight:bold;}

/* FOOTER */
#outer-footer{ background:url(images/footer-bg.png) repeat-x bottom; border-top:1px #c5c5c5 solid;}
#inner-footer{ padding:28px 0 31px;}
#widget-footer{ text-align:center;}
#widget-footer .widget{ clear:none;}
#inner-footer .row-fluid .span4{ width:31%;}
#menu-footer{ margin-top:32px; float:left;}
#menu-footer li{ border-right:1px #424242 solid; padding-right:15px; margin-left:12px; float:left; line-height:normal;}
#menu-footer li a{ color:#424242;}
#menu-footer li a:hover{ text-decoration:none;}
.lastli{ padding:0!important; border:none!important;}
#outer-footer .span4 a{ font-size:12px;}

/* 11-07-2013 */
.drop-menu{ margin-left:60px;}
.drop-menu .widget{ margin-bottom:0;}
.shailan-dropdown-menu .dropdown-horizontal-container{ background:none!important; border:none!important; border-radius:0!important; box-shadow:none!important; padding:0!important;}
ul.dropdown a, ul.dropdown a:link, ul.dropdown a:visited{ text-shadow:none!important; margin:0!important;}
ul.dropdown-horizontal.dropdown-align-left > li{ border:none!important;}
ul.dropdown li a{ padding:13px 20px 9px!important;}
ul.dropdown li.parent > a:after{ border:none!important;}
ul.dropdown ul{ background:url(images/dropdown-bg.png) repeat!important; border:none!important; border-radius:0!important; box-shadow:none!important; padding:0!important;}
.sub-menu a{ color:#0056A1!important;}
.sub-menu a:hover{ background:none!important;}
.menu-item-has-children a .sub-menu{ background:#fff!important;}
ul.dropdown li.current-menu-ancestor > a, ul.dropdown li.current-menu-ancestor > a:visited, ul.dropdown li.current-menu-ancestor > a:link, .current_page_item a{ background:#FFFFFF!important; color:#0056A1!important;}
.single .wp-post-image{ margin:15px 0;}
.single .post_content img{ display:none;}

/* 11-11-2013 */
#content{ padding-bottom:28px;}
#menu-top .current_page_item a{ background:url(images/contact-bg.png) no-repeat!important; color:#fff!important;}
#menu-top .current_page_item a:hover{ color:#049ACF!important;}
.page_head{ background:#0056a1; padding:6px 15px 5px 24px; margin-top:10px; position:relative;}
.page_head br{ display:none;}
.page_head p{ background:url(images/black-small.png) no-repeat; width:20px; height:47px; position:absolute; top:-12px; right:0;}
.page_head_contact{ background:#0056a1; width:94%; float:left; padding:6px 15px 5px; margin-top:10px; position:relative;}
.page_head_contact br{ display:none;}
.page_head  h1, .page_head_contact h1, .page_head_contact a{ color:#fff; text-shadow:1px 1px 1px #003d7d; font-size:24px; margin:0;}
.page_head_contact h1{ background:url(images/message-icon.png) no-repeat left 5px; padding-left:34px;}
.page_head_contact a{ background:url(images/message-icon.png) no-repeat left 5px; padding-left:34px;}
.page_head_contact p{ background:url(images/black-small.png) no-repeat; width:20px; height:47px; position:absolute; top:-12px; right:0;}
.address{ width:100%; float:left; margin-top:25px;}
.address ul{ margin:0; float:left;}
.address ul li{ display:inline!important; margin-right:8px!important; background:none!important; float:none!important;}
.address .first-child{ color:#0056a1; font-size:12px; font-weight:bold;}
.address .last-child{ color:#2a2a2a; font-size:12px; margin-top:1px;}
.address p{  padding-top:25px;}
.page .post_content img{ margin:10px 0;}
.page .post_content p{ color:#000; font-size:12px; line-height:18px; clear:both; margin:7px 0; /*float:left;*/}
.sub-menu li a:hover{ background:#fff!important;}
.minis ul{ float:left; margin-left:0; width:100%;}
.minis ul li{ background:#0056a1; margin:9px 0; position:relative; float:left; width:100%;}
.minis ul li a{ color:#fff; font-size:24px; text-shadow:1px 1px 1px #004284; padding:9px 0 9px 24px; display:block;}
.minis ul li a:hover{ text-decoration:none;}
.minis ul li span{ background:url(images/black-small.png) no-repeat; width:20px; height:47px; position:absolute; top:-4px; right:0;}
.juniors{ border-top:1px #898989 solid; border-left:1px #898989 solid; margin-top:10px;}
.juniors br{ display:none;}
.juniors th{ background:#000; color:#fff; border-bottom:1px #898989 solid; border-right:1px #898989 solid; padding:5px 5px 5px 9px; text-align:left;}
.juniors td{ color:#000000; border-bottom:1px #898989 solid; border-right:1px #898989 solid; padding:3px 5px 3px 12px; text-align:left; font-size:12px; line-height:normal;}
.page-header{ margin-top:10px;}
.page-header{ margin-top:0;}

/* 11-13-2013 */
.shailan-dropdown-menu .dropdown-horizontal-container{ filter:none!important;}
#menu-sidebar ul.dropdown li.current-menu-ancestor > a, #menu-sidebar ul.dropdown li.current-menu-ancestor > a:visited, #menu-sidebar ul.dropdown li.current-menu-ancestor > a:link, #menu-sidebar .current_page_item a{ background:none!important;}
.Email .wpcf7-not-valid-tip{ left:0!important; top:0!important; padding:5px 2px!important; width:219px!important;}

/* CLUB INFO PAGE */
/* .clubinfo{ background:#c3e3ff; float:left; width:95.6%; border-radius:5px; font-size:12px; color:#1c1c1c; padding:10px;} */

/* NEW PLAYER PAGE */
.playerinfo{ border:1px #eaeaea solid; padding:10px; float:left; margin:10px 10px 10px 0; width:205px;}
.playerinfo img{ float:left; margin:0 10px 0 0!important;}
.playerinfo ul{ float:left; width:52%; margin-bottom:0; margin-left:0;}
.playerinfo ul li{ background:none; float:none; margin:0 0 5px; font-size:12px; line-height:normal;}
.playerinfo ul .last-child{ margin-bottom:0;}

/* CALENDAR PAGE */
#main .em-calendar{ margin-top:20px;}
#main .em-calendar thead{ background:url(images/main-calendar-bg.png) no-repeat; height:30px;}
#main table.em-calendar td{ padding:10px;}
#main .em-calnav-next{ float:right;}
#main .eventful a:hover{ padding:10px;}

/* GALLERY PAGE */
.ngg-thumbnail img:hover, .ngg-gallery-thumbnail img:hover{ background-color:#0056A1!important; border-color:#0056A1;}
.ngg-albumoverview{ clear:none!important; width:37%!important; float:left; margin-top:20px!important;}
.ngg-album{ border:none!important; padding:0!important;}
.ngg-albumtitle{ font-weight:normal!important; margin-bottom:0!important;}
.ngg-description{ display:none;}

/* CONTACT PAGE */
#main .wpcf7-form{ width:100%; float:left; margin:10px 0;}
#main .wpcf7-form span{ float:left;}
.fname{ margin-right:32px;}
.YourMessage, .message{ width:98%;}
/*.message{ height:150px;}*/
.send{ float:right; margin-top:20px; background:#0056a1; border:none; color:#fff; padding:10px 15px;}
.send:hover{ background:#424242; color:#fff;}
#main span.wpcf7-not-valid-tip{ left:0; top:0; padding:5px 2px; width:214px;}
.wpcf7-validation-errors, .wpcf7-mail-sent-ok{ clear:both;}

/* FAQ */
#accordion{ margin-top:20px;}
.ui-state-default{ background:#0056A1; color:#fff;}
.ui-state-default:hover, .ui-state-active{ background:#424242; color:#fff;}
.ui-state-default .ui-icon{ background:url(images/arrow-right.png) no-repeat!important; width:4px; height:7px; margin-top:-2px;}
.ui-state-active .ui-icon{ background:url(images/arrow-down.png) no-repeat!important; height:4px; width:7px;}
.ui-accordion .ui-accordion-icons{ padding-left:25px;}
.ui-accordion .ui-accordion-content{ padding:12px;}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{ margin-top:-2px;}

/* COACHES */
.coach{ border:1px #eaeaea solid; padding:10px; float:left; margin:10px 0 10px 0; width:96;}
.coach img{ float:left; margin:0 10px 10px 0!important;}
.coach ul{ float:left; width:100%; margin-bottom:0;}
.coach ul li{ background:none; float:none; margin:0 0 5px; font-size:12px; line-height:normal;}
.coach ul .last-child{ margin-bottom:0;}

/* MERCHANDISE */
#main h2{ color:#0056A1; font-size:25px; margin-top:10px; float:left;}

/* CONTACT US */
#main .wpcf7-form span{ width:100%;}
#main .wpcf7-form span input{ width:98%; margin-right:0;}

/* 11-28-2013 */
.em-location-map-container{ width:475px!important;}
.kjo-link, .single-event .alert-info{ display:none!important;}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a{ display:block;}
#main table.em-calendar td.eventful a, #main table.em-calendar td.eventful-today a{ padding:10px 0;}
#main table.em-calendar .calender-tooltip p{ margin:0;}
#main table.em-calendar .calender-tooltip .more-info{ float:right;}

@media only screen and (max-width: 800px) {

#menu-top{ margin-top:-2px!important;}
.top-right{ width:55%;}
.top-right .wpcf7-form{ margin-top:5px;}
.wpcf7-form label{ margin-bottom:10px;}
.navbar .btn-navbar{ margin-bottom:20px;}
.content_main{ padding:0 15px; max-width:930px;}
.content .slide-content{ left:0!important; top:17.3%!important;}
.left-sidebar{ max-width:150px; margin-right:20px;}
#inner-footer{ padding:28px 15px 31px!important; max-width:902px!important;}
#inner-footer .row-fluid{ width:99%;}
ul.dropdown li a{ padding:13px 19px 9px!important;}
.fname{ margin-right:0;}
#inner-header{ overflow:hidden;}
}

@media only screen and (max-width: 720px) {

body{ background:url(images/inside-main-bg-2.jpg) repeat-x center top;}
.top-right{ margin:0 13px 20px 0; width:88%;}
.top-right .wpcf7-form{ margin-top:20px;}
#logo{ float:none; margin:28px auto 6px; clear:both;}
.content .slide-content{ max-width:94%; left:0!important; top:42.3%!important;}
.drop-menu{ margin-left:40px;}
ul.dropdown li a{ padding:13px 14px 9px!important;}
.nav-collapse .navbar-search{ float:left; margin:6px 0 0 15px;}
.black{ right:15px;}
#s{ width:168px;}
.left-sidebar{ max-width:170px;}
#sidebar1 .widgettitle{ font-weight:normal;}
#inner-footer .row-fluid .span4{ float:left; width:33%;}
#menu-footer, #menu-footer .first-child{ margin-left:0;}
#inner-footer .row-fluid{ width:100%;}
#menu-footer li{ margin-left:4px; padding-right:5px;}
#main{ width:40%;}
#sidebar1{ float:left!important; width:29%!important; margin-left:20px;}
}

@media only screen and (max-width: 640px) {

.top-right{ width:90%;}
.top-right .wpcf7-form{ margin-top:20px;}
.top-right .Email input{ margin-bottom:0;}
#s{ width:169px;}
ul.dropdown li a{ padding:13px 10px 9px!important;}
.content .slide-content{ left:2.5%!important; max-width:63%; top:24.5%!important;}
.slide-content h1{ font-size:27px; line-height:normal;}
.orbit-bullets{ left:85%!important;}
#main{ width:36.5%; margin-left:35px;}
#sidebar1{ width:32%!important; margin-left:10px;}
.left-sidebar{ max-width:125px;}
#menu-footer .first-child{ margin-left:0;}
#inner-footer .row-fluid .span4{ float:left; width:100%; margin-bottom:0;}
#inner-footer .row-fluid{ width:50%; margin:0 auto;}
#inner-footer p{ margin-bottom:0;}
#menu-footer{ margin:25px 0 25px 38px;}
}

@media only screen and (max-width: 600px) {

.top-right{ width:95%;}
.top-right .wpcf7-form{ margin-right:0;}
#s{ width:128px;}
.btn{ margin-top:6px!important;}
.left-sidebar{ max-width:155px; margin-right:0!important;}
#menu-sidebar{ padding:20px;}
#main{ width:33%; margin-left:15px;}
#sidebar1{ width:35%!important;}

}

@media only screen and (max-width: 568px) {

.top-right{ width:93.5%;}
.nav-collapse, .nav-collapse.collapse{ height:auto;}
#s { width:110px;}
#content{ width:65%; margin:0 auto;}
.left-sidebar{ max-width:185px; margin-left:20%;}
#menu-sidebar{ padding:20px 35px 20px 22px!important;}
#main, #sidebar1{ width:100%!important; margin-left:0;}
#sidebar1{ width:59%!important; margin-left:20%;}
.send{ clear:both;}
}

@media only screen and (max-width: 540px) {

.top-right{ width:76%;}
#s { width:75px;}
.content .slide-content{ top:21.5%!important;}
#sidebar1{ width:65%!important; margin-left:20%;}
#menu-footer{ margin-left:25px;}
.content .slide-content{ padding-bottom:9px!important; top:18.5%!important;}
}

@media only screen and (max-width: 480px) {

.nav-collapse, .nav-collapse.collapse{ overflow:hidden; height:0;}
.navbar .btn-navbar{ display:block;}
.content .slide-content{ padding-bottom:0!important; top:20.5%!important;}
.slide-content h1{ font-size:23px;}
#menu-footer{ margin-left:0;}
.top-right .wpcf7-form{ margin-top:0;}
.top-right{ margin-bottom:11px;}
.navbar .btn-navbar{ margin-right:35px;}
/*.football, .black{ display:none;}*/
.nav-collapse{ background:#0056a1;}
#s{ width: 175px;}
.search-icon{ background:url(images/search-new.jpg) no-repeat!important; height:31px; padding:4px 12px!important;}
.sub-menu{ top:43px; background:#fff;}
.football, .black{ display:none;}
.drop-menu{ margin-left:17px;}
#menu-main li a{ font-size:18px; padding:13px 22px 9px 23px!important;}
.nav-collapse .navbar-search{ margin-top:200px; margin-left:25.5%; box-shadow:none!important;}
.nav-collapse .btn{ border-radius:0; margin:0!important;}
}

@media only screen and (max-width: 360px) {

.top-right{ width:84%;}
.top-right .wpcf7-form{ margin-top:4px;}
#content{ margin:0 auto; width:100%;}
#inner-footer .row-fluid{ margin:0 auto; width:65%;}
.slide-content h1{ font-size:18px;}
.slide-content p{ line-height:normal;}
.content .slide-content{ top:7.5%!important;}
.orbit{ margin-top:2px;}
#menu-main li a{ font-size:18px; padding:13px 11px 9px 10px!important;}
}

@media only screen and (max-width: 320px) {

.top-right{ width:88%;}
.orbit{ margin-top:16px;}
.content .slide-content{ top:4.5%!important;}
.slide-content h1{ font-size:16px;}
.slide-content p{ font-size:11px;}
#inner-footer .row-fluid{ margin:0 auto; width:74%;}
#sidebar1{ width:68%!important;}
#menu-main li a{ font-size:18px; padding:13px 6px 9px 7px!important;}
.nav-collapse .navbar-search{ margin-left:19%; box-shadow:none!important;}
}

/* 11-29-2013 */
.calender-tooltip{position:absolute; width:230px; background:#FFF; border: 1px solid #DDD; z-index:99; left:-1px; text-align:left; padding-bottom:10px;}
.calender-tooltip h1{ margin:0; background:#0056A1; color:#fff; padding:10px 10px 4px; font-size:19px; line-height:20px; margin-bottom:10px;}
.calender-tooltip p{ padding:0 10px; margin-bottom:0;}
.calender-tooltip .more-info{ float:right; color:#0056A1;}
.calender-tooltip .more-info:hover{ background:none;}
.calenderevent-box{position:relative;}

/* 12-02-2013 */
.links ul{ margin-left:0;}
.links ul li{ margin-top:10px;}
.protected-post-form .input-append{ clear:both;}

#menu-footer li.last {border:none; padding-right:0;}
body.page-id-44 .post_content ul li a {font-family:Gotham, "Arial", Helvetica, Helvetica Neue, sans-serif;}
.address ul li {display:block!important;}
#sidebar1 .eventful a:hover {padding:2px!important;}

#twitter-widget-0 { height:400px;}

/* Edit by Supriyadi Widodo - hello@tweelab.com */