/*
Theme Name: Gym Extreme Theme
Theme URI: http://www.chimpstudio.co.uk
Author: Chimp Team
Author URI: http://www.chimpstudio.co.uk
Description: Wordpress Gym Extreme Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, translation-ready
*/

@charset "utf-8";
overflow-x: hidden;
/* Outer Wrapper
================================================== */
#outer-wrapper {
	width:100%;
	z-index:2;
	float:left;
	min-height:650px;
	position:relative;
	background:url(images/bg.png) no-repeat top center;
}
.inner {
	width:980px;
	margin:0px auto;
	background:#181818;
}
.in {
	width:980px;
	margin:0px auto;
}
.shadow {
	float:left;
	box-shadow:0px 5px 12px #000;
}
.custome-font {
	font-family: 'Ropa Sans', sans-serif;
}
/* Wordpress Classes
================================================== */
.wp-caption {}
.wp-caption-text {} 
.sticky  {}
.gallery-caption {}
.bypostauthor {}
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { text-align:center; }

/* Header
================================================== */
#header {
	width:100%;
	float:left;
	position:relative;
	z-index:2;
}
#header .in {
	background:url(images/logo-bg.png) no-repeat 0px 50px;
}
#header .container {
	width:980px;
	margin:0;
}
.top-bar {
	width:100%;
	height:12px;
	display:block;
	background:#121212;
	position:absolute;
	z-index:2;
	box-shadow:0px 3px 3px #000;
}
.nomarg {
	margin:0px !important;
}
.nopad-bot {
	padding-bottom:0px !important;
}
.nopad-top {
	padding-top:0px !important;
}
/* Logo
================================================== */
.logo {
	float:left;
	margin:32px 0px 23px 0px;
}
/* Top links
================================================== */
.top-links {
	float:right;
	position:relative;
	margin:0px 0px 0px 0px;
}
.top-links .leftnode{
	float:left;
	display:inline-block;
	width:35px;
	height:59px;
	background:url(images/top-bg.png) no-repeat left;
}
.top-links ul{
	float:left;
	display:inline-block;
	height:59px;
	padding:0px 35px 0px 0px;
	background:url(images/top-bg.png) no-repeat right;
}
.top-links li{
	float:left;
	padding:20px 20px 0px 20px;
}
.top-links li a{
	font-size:12px;
	color:#828282;
}
/* Search Box
================================================== */
#search-box {
	width:231px;
	height:42px;
	padding:12px 12px 0px 15px;
	display:none;
	position:absolute;
	z-index:9000;
	top:40px;
	right:26px;
	background:url(images/search.png);
}
#search-box input.bar{
	float:left;
	width:200px;
	height:25px;
	border:none;
	padding:0px;
	margin:2px 0px 0px 0px;
	font-size:11px;
	background:transparent;
	box-shadow:none;
}
#search-box button{
	box-shadow:none !important;
	border:none;
	width:29px;
	height:32px;
	padding:0px;
	font-size:11px;
	text-shadow:none;
	background:url(images/mag.png) no-repeat center center #3d3d3d;
	border-radius:0px;
	float:right;
}
/* Top links
================================================== */
.mesage-box {
	top:57px;
	right:0;
	position:absolute;
	margin:12px 0px 0px 0px;
}
.mesage-box h4{
	float:left;
	margin:5px 10px 0px 0px;
}
.mesage-box span{
	float:left;
}
/* Navigation
================================================== */
.navigation {
	width:100%;
	height:56px;
	float:left;
	border-radius:2px 2px 0px 0px;
	background:url(images/navigation.gif) repeat-x top;
}
/* Menu
================================================== */
.navigation ul {
	margin:0;
	padding-left:0;
	z-index:999;
	float:left;
}
.ddsmoothmenu {
	float:left;
	font-size:5;
}
.navigation li {
	position:relative;
	display:inline;
	float:left;
	padding:0px 0px 0px 0px;
}
.navigation ul li a {
	display:block;
	padding:19px 20px 0px 20px;
	height:37px;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-family: 'Ropa Sans', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
}
.navigation > ul > li:hover > a {
	background:url(images/navigation_hover.gif) repeat-x top #0e0e0e;
}
.navigation > div > ul > li:hover > a {
	background:url(images/navigation_hover.gif) repeat-x top #0e0e0e;
}
.navigation ul ul {
	display:none;
	float:left;
	margin:0px 0px 0px 0px;
	position:absolute;
	top:4.4em;
	left:0;
	z-index:9999;
	padding:10px 0px;
	background:#0e0e0e;
	width:250px;
}
.navigation ul ul li{
	display:list-item;
	float:left;
	padding:2px 5px;
	margin:0px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.navigation ul ul ul {
	left: 100%;
	top: 0;
	background:#1e1e1f;
}
.navigation ul ul a {
	width:250px !important;
	display:block;
	height:24px;
	padding:6px 5px 0px 10px;
	margin:0;
	font-size:14px;
	border-radius:2px;
	border:none;
	color:#fff !important;
	background:none;
}
.navigation ul ul a:hover {
	color:#FFFFFF;
	background:#1e1e1f !important;
}
.navigation ul li:hover > ul {
	display: block;
}
#menu-icon {
	display:none;
}
/* Banner
================================================== */
.banner {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.nivoSlider {
	position:relative;
	width:100%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:380px;
	margin:0px auto;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	color:#fff;
	z-index:9985;
	bottom:36px;
	left:30px;
	opacity:1 !important;
}
.nivo-caption .nivo-caption-in{
	width:400px;
	bottom:36px;
	display:block !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
}
.nivo-caption-in.Left{
	left:30px;
}
.nivo-caption-in.Right{
	left:490px;
}
.nivo-caption h1{
	font-size:32px;
	line-height:32px;
	padding:10px 14px;
}
.nivo-caption h1 a{
	color:#FFF;
}
.nivo-caption p{
	color:#FFFFFF;
}

.nivo-caption p{
	opacity:1 !important;
}
.nivo-caption h1.title{
	padding:5px 10px;
	font-size:24px;
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nivo-caption .banner-text{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 15px 10px 15px;
	background:url(images/black.png);
}
.nivo-caption .banner-text p{
	line-height:20px;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	height:61px;
	width:100%;
	top:50%;
	margin-top:-31px;
	position:absolute;
	z-index:9990;
	display:inline-block !important;
}
.nivo-directionNav a {
	z-index:9;
	cursor:pointer;
	text-indent:-9999px;
}
.nivo-prevNav {
	width:31px;
	height:61px;
	float:left;
	position:absolute;
	left:-31px;
	display:inline-block !important;
	background:url(images/banner-arrows.png) no-repeat 0px 0px;
}
.nivo-prevNav:hover {
	background:url(images/banner-arrows.png) no-repeat 0px -61px;
}
.nivo-nextNav {
	width:30px;
	height:61px;
	position:absolute;
	right:-30px;
	display:inline-block !important;
	background:url(images/banner-arrows.png) no-repeat -30px 0px;
}
.nivo-nextNav:hover {
	background:url(images/banner-arrows.png) no-repeat -30px -61px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* cosmetics */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(images/ajax-loader.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	display:block;
}
.nivo-controlNav {
	left:49%;
	padding:5px 10px;
	position:absolute;
	border-radius:20px;
	bottom:20px;
	z-index:9990;
	box-shadow:0px 0px 2px #000;
	display:none;
}
/* Sub Page Banners
================================================== */
#subpage-banner {
	float:left;
	width:100%;
	padding:20px 20px 0px 20px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#subpage-banner a{
	float:left;
}
.pages-marg {
	margin-top:20px !important;
}
/* Small Banners
================================================== */
.featuredpost {
	float:left;
	position:relative;
	overflow:hidden;
	box-shadow:0px 0px 3px #000;;
}
.featuredpost:hover {
	box-shadow:0px 0px 6px #000;;
}
.featuredpost a.thumb img{
	float:left;
}
.featuredpost .sub-capt{
	float:left;
	position:absolute;
	bottom:0px;
	left:0px;
}
.featuredpost .sub-capt h1{
	float:left;
}
.featuredpost .sub-capt h1 a{
	background:url(images/pink.png);
	color:#FFF;
	padding:2px 5px;
	line-height:31px;
}
.featuredpost .sub-capt p{
	float:left;
	width:100%;
	padding:10px;
	color:#FFF;
	display:none;
	background:url(images/black.png);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featuredpost:hover .sub-capt p{
	display:block;
}
/* Tabs Section
================================================== */
.tab-section {
	width:100%;
	float:left;
	background:#0e0e0e;
}
.tab-section .tab-head{
	width:100%;
	float:left;
	border-top:#535353 solid 1px;
	background:url(images/pattern.gif);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.tab-section .tab-head .tab_menu_container{
	float:left;
}
.tab_menu_container select{
	padding:5px;
	margin-top:5px;
}
.tab_menu_container option{
	padding:2px;	
}
#tab_schedule li{
	float:left;	
}
#tab_schedule li button{
	box-shadow:none;
	border-radius:0px !important;	
	background:none !important;
	float:left;
}
.tab-list{
	display:inline-block;
	float:left;
	width:100%;
}
.tab-section .tab-list{
	float:left;
	width:100%;
	padding:20px;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* Home Page Widgets
================================================== */
.home-widgets{
	margin:0 0 0 10px !important;
}
.home-widgets .one-third{
	margin-bottom:20px;
	margin-top:0px;
}
/* News Listing
================================================== */
.news-list {
	width:100%;
	float:left;
}
.news-list li{
	width:268px;
	float:left;
	padding-left:18px;
	border-left:#0b0b0b solid 3px;
}
.news-list li.active{
	padding-left:0px;
	border:none;
	padding-right:18px;
}
.news-list li .thumb{
	position:relative;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.news-list li .thumb a{
	box-shadow:0px 0px 3px #000;
}
.news-list li .thumb a img{
	width:100%;	
}
.news-list li .thumb .date{
	padding:2px 5px 1px 5px;
	color:#FFF;
	font-size:14px;
	background:#1f1f1f;
}
.news-list li.active .thumb .date{
	position:absolute;
	bottom:0;
	left:0;
	padding:2px 5px;
	color:#FFF;
	font-size:14px;
	background:#e72359;
}
.news-list li h3{
	padding:10px 0px 5px 0px;
}
.news-list li p{
	color:#6b6a6a;
	padding-bottom:7px;
}
.news-list li{
	padding-top:10px;
	padding-bottom:10px;
}
.news-list li h3 a{
	color:#FFF;
}
/* Box Small
================================================== */
.box-small {
	width:100%;
	background:#0e0e0e;
	margin-top:20px;
	overflow:hidden;
}
.one-third .box-small:first-child {
	margin-top:0px;
}
.box-small .box-in{
	width:100%;
	padding:20px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.box-small ul{
	width:100%;
	padding:20px;
	float:left;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.box-small select {
	width:87%;
	display:inline-block;
	padding:5px;
	margin:20px 0px 0px 20px;
}
/* Now Playing
================================================== */
.upcoming-classes {
	width:100%;
	float:left;
}
.upcoming-classes .thumb{
	width:100%;
	float:left;
	position:relative;
}
.upcoming-classes .thumb a{
	float:left;
}
.upcoming-classes .thumb a img{
	width:100%;
}
.upcoming-classes .thumb span{
	position:absolute;
	bottom:0;
	left:0;
	padding:2px 5px;
	color:#FFF;
	font-size:18px;
	background:#e72359;
}
.upcoming-classes ul{
	width:100%;
	float:left;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.upcoming-classes ul li{
	width:100%;
	height:41px;
	float:left;
	margin:5px 0px 0px 0px;
	background:#161616;
}
.upcoming-classes ul li:first-child{
	margin-top:0px;
}
.upcoming-classes ul li .clock{
	width:32px;
	height:41px;
	float:left;
	background:url(images/clock.png) no-repeat top center #161616;
}
.upcoming-classes ul li:hover .clock{
	background:url(images/clock.png) no-repeat bottom center #161616;
}
.upcoming-classes ul li .cal{
	width:32px;
	height:41px;
	float:left;
	background:url(images/cal.png) no-repeat top center #161616;
}
.upcoming-classes ul li:hover .cal{
	background:url(images/cal.png) no-repeat bottom center #161616;
}
.upcoming-classes ul li h4{
	padding:12px 0px 0px 10px;
	float:left;
}
.upcoming-classes ul li h4 a{
	color:#FFF;
}
.upcoming-classes ul li p{
	float:right;
	color:#FFF;
	padding:10px 10px 0px 0px;
}

/* Blog Links
================================================== */
.blog-links {
	float:left;
}
.blog-links ul{
	float:left;
	width:100%;
}
.blog-links ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 13px;
	border-top:#1a1a1a solid 1px;
	background:url(images/link.png) no-repeat 0px 11px;
}
.blog-links ul li:first-child{
	padding-top:0px;
	border-top:none;
	background:url(images/link.png) no-repeat 0px 5px;
}
.blog-links ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:block;
	font-family: 'Ropa Sans', sans-serif;
}
.blog-links ul li a span{
	float:right;
	font-size:12px;
	padding:1px 3px;
	display:inline-block;
	border:#181818 solid 1px;
	border-radius:7px;
}
/* Blog Links
================================================== */
.widget_meta {
	float:left;
}
.widget_meta ul{
	float:left;
	width:100%;
}
.widget_meta ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 13px;
	border-top:#1a1a1a solid 1px;
	background:url(images/link.png) no-repeat 0px 11px;
}
.widget_meta ul li:first-child{
	padding-top:0px;
	border-top:none;
	background:url(images/link.png) no-repeat 0px 5px;
}
.widget_meta ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:block;
	font-family: 'Ropa Sans', sans-serif;
}
.widget_meta ul li a span{
	float:right;
	font-size:12px;
	padding:1px 3px;
	display:inline-block;
	border:#181818 solid 1px;
	border-radius:7px;
}
/* Blog Links
================================================== */
.widget_pages {
	float:left;
}
.widget_pages ul{
	float:left;
	width:100%;
}
.widget_pages ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 13px;
	border-top:#1a1a1a solid 1px;
	background:url(images/link.png) no-repeat 0px 11px;
}
.widget_pages ul li:first-child{
	padding-top:0px;
	border-top:none;
	background:url(images/link.png) no-repeat 0px 5px;
}
.widget_pages ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:block;
	font-family: 'Ropa Sans', sans-serif;
}
.widget_pages ul li a span{
	float:right;
	font-size:12px;
	padding:1px 3px;
	display:inline-block;
	border:#181818 solid 1px;
	border-radius:7px;
}
.widget_pages ul ul{
	float:left;
	width:100%;
	padding:10px 0px 0px 0px;
}
/* Blog Links
================================================== */
.widget_links {
	float:left;
}
.widget_links ul{
	float:left;
	width:100%;
}
.widget_links ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 13px;
	border-top:#1a1a1a solid 1px;
	background:url(images/link.png) no-repeat 0px 11px;
}
.widget_links ul li:first-child{
	padding-top:0px;
	border-top:none;
	background:url(images/link.png) no-repeat 0px 5px;
}
.widget_links ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:block;
	font-family: 'Ropa Sans', sans-serif;
}
.widget_links ul li a span{
	float:right;
	font-size:12px;
	padding:1px 3px;
	display:inline-block;
	border:#181818 solid 1px;
	border-radius:7px;
}
/* Custom Menu Widget
================================================== */
.widget_nav_menu {
	float:left;
}
.widget_nav_menu ul{
	float:left;
	width:100%;
}
.widget_nav_menu ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 13px;
	border-top:#1a1a1a solid 1px;
	background:url(images/link.png) no-repeat 0px 11px;
}
.widget_nav_menu ul li:first-child{
	padding-top:0px;
	border-top:none;
	background:url(images/link.png) no-repeat 0px 5px;
}
.widget_nav_menu ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:block;
	font-family: 'Ropa Sans', sans-serif;
}
.widget_nav_menu ul li a span{
	float:right;
	font-size:12px;
	padding:1px 3px;
	display:inline-block;
	border:#181818 solid 1px;
	border-radius:7px;
}
.widget_nav_menu ul ul{
	float:left;
	width:100%;
	padding:10px 0px 0px 0px;
}
/* Blog Links
================================================== */
.widget_recent_comments {
	float:left;
}
.widget_recent_comments ul{
	float:left;
	width:100%;
}
.widget_recent_comments ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 0px;
	border-top:#1a1a1a solid 1px;
}
.widget_recent_comments ul li:first-child{
	padding-top:0px;
	border-top:none;
}
.widget_recent_comments ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:block;
	font-family: 'Ropa Sans', sans-serif;
}
.widget_recent_comments ul li a span{
	float:right;
	font-size:12px;
	padding:1px 3px;
	display:inline-block;
	border:#181818 solid 1px;
	border-radius:7px;
}
/* Blog Links
================================================== */
.widget_recent_entries {
	float:left;
}
.widget_recent_entries ul{
	float:left;
	width:100%;
}
.widget_recent_entries ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 0px;
	border-top:#1a1a1a solid 1px;
}
.widget_recent_entries ul li:first-child{
	padding-top:0px;
	border-top:none;
}
.widget_recent_entries ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:block;
	font-family: 'Ropa Sans', sans-serif;
}
.widget_recent_entries ul li a span{
	float:right;
	font-size:12px;
	padding:1px 3px;
	display:inline-block;
	border:#181818 solid 1px;
	border-radius:7px;
}
/* Calender
================================================== */
#calendar_wrap {
	width:100%;
	float:left;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#wp-calendar {
	width:100%;
	float:left;
}
#wp-calendar caption{
	width:100%;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px 0px 5px 0px;
}
#wp-calendar thead{
	color:#fff;
	font-size:12px;
	word-spacing:3px;
	background:#262626;
	font-family: 'Ropa Sans', sans-serif;
}
#wp-calendar thead th{
	padding:3px 0px;
}
#wp-calendar tbody{
	width:100%;
	text-align:center;
	border-left:1px solid #262626;
}
#wp-calendar tbody td{
	padding:0px 0px;
	height:30px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	border-right:1px solid #262626;
	border-bottom:1px solid #262626;
}
#wp-calendar tbody td a{
	width:100%;
	height:100%;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
#wp-calendar tfoot{
	padding-top:5px;
	width:100%;
}
#wp-calendar tfoot a{
	display:inline-block;
	color:#fff;
	font-size:12px;
	word-spacing:3px;
	padding:3px 5px 3px 5px;
	margin:10px 0px 0px 0px;
	text-transform:uppercase;
	font-family: 'Ropa Sans', sans-serif;
}
#wp-calendar tfoot a:hover{
	background:#ccc;
}
#wp-calendar tfoot #next a{
	float:right;
	margin:18px 0px 0px 0px;
}
/* Widget Search
================================================== */
.widget_search {
	width:100%;
	float:left;
}
.widget_search form{
	margin-bottom:0;
	float:left;
	width:100%;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget_search #s{
	clear:both;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget_search label{
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
	word-spacing:3px;
	font-family:'Oswald',sans-serif;
	display:block;
}
/* Archive Links
================================================== */
.widget_archive {
	float:left;
}
.widget_archive select{
	margin-bottom:20px;
}
.widget_archive ul{
	float:left;
	width:100%;
}
.widget_archive ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 13px;
	border-top:#1a1a1a solid 1px;
	background:url(images/link.png) no-repeat 0px 11px;
	text-align:right;
}
.widget_archive ul li:first-child{
	padding-top:0px;
	border-top:none;
	background:url(images/link.png) no-repeat 0px 5px;
}
.widget_archive ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:inline-block;
	font-family: 'Ropa Sans', sans-serif;
	text-align:left !important;
	float:left;
}
/* Archive Links
================================================== */
.widget_categories {
	float:left;
}
.widget_categories ul{
	float:left;
	width:100%;
}
.widget_categories ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 13px;
	border-top:#1a1a1a solid 1px;
	background:url(images/link.png) no-repeat 0px 11px;
	text-align:right;
}
.widget_categories ul li:first-child{
	padding-top:0px;
	border-top:none;
	background:url(images/link.png) no-repeat 0px 5px;
}
.widget_categories ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:inline-block;
	font-family: 'Ropa Sans', sans-serif;
	text-align:left !important;
	float:left;
}

/* Our Classes
================================================== */
.our-classes {
	float:left;
	width:100%;
}
.our-classes p{
	float:left;
	width:100%;
	padding:5px 0px;
}
.virtualpage {
	float:left;
	width:100%;
}
.virtualpage a{
	float:left;
}
.our-classes .cont-slider {
	width:100%;
}
.paginationstyle{
	width:100%;
	text-align:center;
	padding:2px 0;
	margin:10px 0;
}
.paginationstyle a{
	width:11px;
	height:11px;
	text-indent:-9999px;
	display:inline-block;
	background:url(images/paging.png) no-repeat top;
}
.paginationstyle a:hover, .paginationstyle a.selected{
	background:url(images/paging.png) no-repeat bottom;
}
/* Recent Posts
================================================== */
.recent-post {
	float:left;
}
.recent-post ul.outer_posts{
padding:0px !important;	
}
.recent-post ul{
	float:left;
	width:100%;
}
.recent-post ul li{
	float:left;
	width:100%;
	padding:15px 0px 10px 0px;
	border-top:#191919 solid 1px;
}
.recent-post ul li:first-child{
	padding-top:0px;
	border:none;
}
.recent-post li h3 a{
	color:#FFF;
}
.recent-post li .date{
	padding:5px;
	color:#FFF;
	font-size:14px;
	display:inline-block;
	background:#1f1f1f;
}
.recent-post li:hover .date{
	background:url(images/pink.png);
}
.recent-post li h3{
	padding:10px 0px 5px 0px;
}
.recent-post li p{
	color:#6b6a6a;
	padding-bottom:0px;
}
/* Categories
================================================== */
.tagcloud {
	float:left;
	padding:20px;
	width:100%;
	overflow:hidden;
	-moz-box-sizing:border-box;
}
.tagcloud a{
	float:left;
	height:22px;
	color:#FFF;
	text-shadow:1px 1px #000;
	padding:0px 10px 0px 20px;
	margin:0px 5px 10px 0px;
	display:inline-block;
	font-family: 'Ropa Sans', sans-serif;
	background:url(images/tags-bg.png) no-repeat left top;
	font-size:14px !important;
}
.tagcloud a:hover{
	background:url(images/tags-bg.png) no-repeat left bottom;
}
/* List with Thumb
================================================== */
.list-thumb {
	width:100%;
	float:left;
	font-size:11px;
}
.list-thumb ul{
	width:100%;
	float:left;
}
.list-thumb ul li{
	width:100%;
	float:left;
	padding-top:20px;
	margin-top:20px;
	position:relative;
	border-top:#ededed solid 1px;

}
.list-thumb ul li a.thumb{
	position:absolute;
	left:0;
	top:20px;
}
.list-thumb ul li:first-child{
	padding-top:0px;
	margin-top:0px;
	border-top:none;
}
.list-thumb ul li:first-child a.thumb{
	top:0px;
}
.list-thumb ul li .desc{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0px 0px 0px 73px;
}
.list-thumb ul li .desc h5 a{
	color:#262626;
}
.list-thumb ul li .desc p{
	padding:5px 0px;
}
.readmore{
	font-size:11px;
	color:#2d2d2d !important;
	padding:0px 0px 0px 10px;
	background:url(images/readmore.png) no-repeat 0px 2px;
}
/* Widget Links
================================================== */
.widget-links {
	width:100%;
	float:left;
}
.widget-links ul{
	width:100%;
	float:left;
}
.widget-links ul li{
	width:100%;
	height:25px;
	float:left;
	padding:0px 0px 0px 28px;
	margin:0px 0px 5px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget-links ul li a{
	width:100%;
	font-size:12px;
	color:#4f4f4f;
	display:inline-block;
	margin:4px 0px 0px 0px;
	text-transform:uppercase;
	font-family: 'Ropa Sans', sans-serif;
}
.widget-links ul li a:hover{
	color:#000;
}
.widget-links ul li span{
	float:right;
	background:#FFF;
	display:inline-block;
}
.widget-links ul li span:first-child{
	float:left;
	background:#FFF;
}
/* Contact Widget
================================================== */
.contact-widget {
	width:100%;
	float:left;
	color:#666666;
	font-family: 'Ropa Sans', sans-serif;
}
.contact-widget p{
	font-size:14px;
	padding-bottom:10px;
}
.contact-widget h4{
	padding:10px 0px 5px 0px;
}
/* Pagination
================================================== */
.pagination {
	float:left;
	width:100%;
	margin-top:20px;
	border:#0e0e0e solid 1px;
	border-right:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(images/pattern.gif);
}
.pagination a.previous{
	width:38px;
	height:38px;
	float:left;
	display:inline-block;
	border-right:#0e0e0e solid 1px;
	background:url(images/paging-controls.gif) no-repeat 0px 0px;
}
.pagination a.previous:hover{
	background:url(images/paging-controls.gif) no-repeat 0px -38px;
}
.pagination a.next{
	width:38px;
	height:38px;
	float:right;
	display:inline-block;
	border-left:#0e0e0e solid 1px;
	background:url(images/paging-controls.gif) no-repeat -38px 0px;
}
.pagination a.next:hover{
	background:url(images/paging-controls.gif) no-repeat -38px -38px;
}
.pagination ul{
	height:38px;
	float:left;
	width:100%;
}
.pagination ul li{
	height:38px;
	float:left;
	border-left:#0e0e0e solid 1px;
}
.pagination ul li:first-child{
	border-left:none;
}
.pagination ul li strong {
	margin: 0 6px;
    padding-top: 5px;
	display:block;
}
.pagination ul li a{
	width:38px;
	height:29px;
	padding:9px 0px 0px 0px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#3d3d3d;
	font-weight:bold;
	background:url(images/paging-bg.gif) no-repeat 0px 0px;
}
.pagination ul li a.prev {
	background:url(images/paging-controls.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
.pagination ul li a.prev:hover {
	background:url(images/paging-controls.gif) no-repeat 0px -38px;
}
.pagination ul li.next {
	float:right;
	border-right:#0e0e0e solid 1px;
	border-left:none;
}
.pagination ul li a.next {
	background:url(images/paging-controls.gif) no-repeat -38px 0px;
	padding:0px !important;
	text-indent:-9999px;
}
.pagination ul li a.next:hover {
	background:url(images/paging-controls.gif) no-repeat -38px -38px;
}
.pagination ul li a:hover, .pagination ul li a.active{
	background:#0e0e0e;
}
/* Classes
================================================== */

.prod-sec {
	width:100%;
	float:left;
	background:#0e0e0e;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.prod-sec .prod-head{
	width:100%;
	height:50px;
	float:left;
	color:#FFF;
	text-transform:uppercase;
	padding:0px 0px 0px 15px;
	border-top:#535353 solid 1px;
	background:url(images/pattern.gif);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.prod-sec .prod-head h2{
	float:left;
	color:#fff;
	padding:15px 0px 0px 0px;
}

.prod-sec .prod-controls{
	float:right;
	padding:10px 10px 0px 0px;
}
.prod-sec .prod-controls a{
	float:left;
	width:29px;
	height:29px;
	cursor:pointer;
	display:inline-block;
	background:url(images/scrolling-arrows.png) no-repeat;
}
.prod-sec .prod-controls a#classPrevious{
	margin-right:3px;
}
.prod-sec .prod-controls a#classNext{
	background-position:-29px 0px;
}
.prod-sec .prod-controls a#classPrevious:hover{
	background-position:0px -29px;
}
.prod-sec .prod-controls a#classNext:hover{
	background-position:-29px -29px;
}
#classes-list{
	width:900px;
	margin:20px;
	overflow:hidden;
	float:left;
}
#classes-list ul{
	position:relative;
	padding:0;
}
#classes-list li{
	width:208px;
	float:left;
	overflow:hidden;
	margin:0px 20px 0px 0px;
}
#classes-list li .thumb{
	box-shadow:0px 0px 3px #000;
	float:left;
	position:relative;
	margin:0px 0px 15px 0px;
	border:#000 solid 1px;
}
#classes-list li .thumb img{
	float:left;
	width:100%;
}
#classes-list li .thumb span{
	position:absolute;
	bottom:0;
	left:0;
	padding:2px 5px;
	color:#FFF;
	font-size:12px;
	background:url(images/black.png);
}
#classes-list li:hover .thumb span{
	background:url(images/pink.png);
}
#classes-list li h2{
	padding:0px 0px 10px 0px;
}
#classes-list li h2 a{
	color:#fff;
}
/* Comments Section
================================================== */
#comments {
	width:100%;
	float:left;
}
#comments .heading{
	margin-top:20px;
}
#comments > ul{
	background:#0e0e0e;
}
#comments ul{
	width:100%;
	float:left;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#comments ul li{
	float:left;
	width:100%;
	margin-top:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#comments ul li:first-child{
	margin-top:0px;
}
#comments ul li .com-in{
	float:left;
	width:100%;
	padding:20px;
	position:relative;
	background:#0a0a0a;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0px 1px 3px #000;
	border-left:#000 solid 5px;
}
#comments ul li .avatar{
	float:left;
	width:48px;
	position:absolute;
	left:10px;
	right:0;
}
#comments ul li .avatar img{
	float:left;
}
#comments ul li .desc{
	float:right;
	width:100%;
	padding:0px 0px 0px 60px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
#comments ul li .desc h4{
	float:left;
}
#comments ul li .desc p.ago{
	float:right;
	color:#3a3a3a;
	font-size:10px;
	padding:3px 0px 0px 10px;
}
#comments ul li .desc p.txt{
	float:left;
	width:100%;
	color:#6b6a6a;
}
#comments ul.children{
	padding:0px 0px 0px 20px;
}
#comments ul.children ul.children{
	padding-left:40px;
}
#comments ul.children li{
	background:url(images/comments-sep.png) no-repeat 0px 0px;
	padding-left:20px;
	margin-top:0px;
}
#comments ul.children li .com-in{
	background:#0f0f0f;
}
.comment-reply-link{
	font-size:11px;
	color:#2d2d2d !important;
	padding:0px 0px 0px 10px;
	background:url(images/readmore.png) no-repeat 0px 2px;	
}
.comment-awaiting-moderation{
	padding:5px;	
	color:#000;
}
.comment-notes{
display:none;	
}
span.required{
	padding:0px 2px;
}
p.form-allowed-tags{
display:none;	
}
/* Leave A Reply Section
================================================== */
.leavereply {
	width:100%;
	float:left;
	background:#0e0e0e;
	margin-top:20px;
}
#respond{
	width:100%;
	float:left;
	background:#0e0e0e;
	margin-top:20px;	
}
#forms{
	width:100%;
	float:left;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#forms input{
	clear:both;	
}
#forms p{
	width:100%;
	float:left;
}
#forms p span,label{
	float:left;
}
#forms p textarea{
	width:100%;
	height:120px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#forms ul li button{
	
}
/* Blog Page
================================================== */
.blog {
	width:100%;
	float:left;
}
/* Blog Post Page
================================================== */
.post {
	width:100%;
	float:left;
	margin-top:20px;
	background:#0d0d0d;
	position:relative;
	box-shadow:0px 0px 5px #000;
}
.sixteen .post {
	width:100%;
	float:left;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.blog .post:first-child {
	margin-top:0px;
}
.post span.image{
	width:30px;
	height:32px;
	float:left;
	left:-30px;
	top:18px;
	position:absolute;
	display:inline-block;
	background:url(images/post-icon.gif) no-repeat 0px 0px;
}
.post span.link{
	width:30px;
	height:32px;
	float:left;
	left:-30px;
	top:18px;
	position:absolute;
	display:inline-block;
	background:url(images/post-icon.gif) no-repeat 0px -32px;
}
.post span.video{
	width:30px;
	height:32px;
	float:left;
	left:-30px;
	top:18px;
	position:absolute;
	display:inline-block;
	background:url(images/post-icon.gif) no-repeat 0px -64px;
}
.post .thumb{
	width:100%;
	float:left;
	overflow:hidden;
}
.post .thumb img{
	width:100%;
	float:left;
}
.sixteen .post .thumb{
	width:50%;
	float:left;
}
.post .post-opts{
	width:100%;
	float:left;
	position:relative;
	background:#131313;
}
.sixteen .post .post-opts{
	width:50%;
	float:left;
}
.post .post-opts .date{
	height:100%;
	width:43px;
	float:left;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:#1e1e1e;
	overflow:hidden;
}
.post .post-opts .date span{
	width:43px;
	display:inline-block;
	text-align:center;
	color:#FFF;
}
.post .post-opts .date span:first-child{
	font-size:20px;
	margin-top:15px;
}
.post .post-opts a.comments{
	float:left;
	display:inline-block;
	width:25px;
	height:25px;
	padding:2px 0px 0px 1px;
	color:#FFF;
	text-align:center;
	position:absolute;
	left:30px;
	top:22px;
	background:url(images/comments.png) no-repeat;
}
.post .post-opts .title{
	float:left;
	width:100%;
	padding:15px 10px 15px 70px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.post .post-opts .title h3{
	padding:0px 0px 5px 0px;
}
.post .post-opts .title h3 a{
	color:#FFF;
}
.post .post-opts .title p{
	color:#3d3d3d;
	font-size:11px;
}
.post .post-opts .title p a{
	color:#3d3d3d;
}
.post .post-opts .title p a:hover{
	color:#666666;
}
.post .post-desc{
	width:100%;
	float:left;
	padding:20px;
	color:#6b6a6a;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sixteen .post .post-desc {
	width:50%;
	padding-bottom:0;
}
.post .post-desc p{
	padding:5px 0px;
}
.post .post-desc p:first-child{
	padding-top:0px;
}
p.georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#8c8c8c;
	font-style:italic;
}
.post .post-desc a{
	color:#393939;
}
.post .post-share{
	width:100%;
	float:left;
	padding:13px;
	border-top:#282828 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#131313;
}
.post .post-share a{
	float:left;
	margin:2px 5px 0px 0px;
}
.post .post-share a.print{
	width:25px;
	height:24px;
	float:left;
	margin:0px 0px 0px 0px;
	display:inline-block;
	border-radius:2px;
	border:#0c0c0c solid 1px;
	background:url(images/print.gif) no-repeat;
}
/* News Page
================================================== */
.newspage {
	width:100%;
	float:left;
}
.sixteen .newspage .post .post-opts {
	width:100%;
}
.sixteen .newspage .post:first-child .post-opts {
	width:50%;
}
.sixteen .newspage .post .post-desc {
	width:100%;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
}
.sixteen .newspage .post:first-child .post-desc {
	width:50%;
	padding-left:20px;
	padding-right:20px;
}
/* Fitness Classes
================================================== */
.fitness-classes {
	width:100%;
}
.fitness-classes .class-text{
	width:100%;
	float:left;
	padding:20px 0px 20px 0px;
}
.class-text p{
	float:left;
	width:100%;
}
.class-text button{
	float:right;
}
/* Gallery List
================================================== */
.gallery-list {
	float:left;
	width:954px;
	margin-left:-20px;
	margin-bottom:-20px;
}
.gallery-list li{
	float:left;
	width:298px;
	position:relative;
	overflow:hidden;
	margin:0px 0px 20px 20px;
	box-shadow:0px 0px 3px #000;
}
.gallery-list li img{
	float:left;
	width:100%;
}
.two-thirds .gallery-list {
	width:640px;
}
.two-thirds .gallery-list li{
	width:193px;
}
.gallery-list li h2{
	float:left;
	position:absolute;
	left:0;
	bottom:0;
	padding:10px;
	background:url(images/black.png);
}
.gallery-list li h2 a{
	color:#FFF;
}
/* Membership Page
================================================== */
.membership {
	width:100%;
	float:left;
}
/* Blog Post Page
================================================== */
.membership-in {
	width:100%;
	float:left;
	background:#0a0a0a;
	position:relative;
	box-shadow:0px 0px 5px #000;
}
.membership-in .thumb{
	width:100%;
	float:left;
	overflow:hidden;
}
.mem-form {
	width:100%;
	float:left;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mem-form p{
	padding:5px 0px;
}
.mem-form ul{
	width:100%;
	float:left;
}
.mem-form ul li{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.mem-form ul li.txt h4{
	color:#afafaf;
}
.mem-form ul li.time{
	border-bottom:#141414 solid 1px;
	border-top:#141414 solid 1px;
	padding:15px 0px;
	margin:15px 0px;
}
.mem-form ul li.time h4{
	color:#afafaf;
	padding-bottom:5px;
}
.mem-form ul li input{
	float:left;
}
.mem-form ul li label{
	float:left;
	color:#3d3d3d;
	font-size:15px;
	width:100%;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.mem-form ul li input.bar{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	margin-bottom:10px;
}
.mem-form ul li .sel-bar{
	width:100%;
	height:40px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	margin-bottom:10px;
}
.mem-form ul li textarea{
	width:100%;
	height:150px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	margin-bottom:10px;
}
#recaptcha_widget_div {
	margin-bottom:10px;
}
/* Membership Plans
================================================== */
.package {
	width:100%;
	padding:20px;
	float:left;
	display:table;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:#191919 solid 1px;
	background:#0a0a0a;
	box-shadow:0px 0px 3px #000;
	margin-top:20px;
}
.package .plan-head{
	width:100%;
	height:45px;
	float:left;
}
.package .plan-head h2{
	float:left;
	padding:10px 0px 0px 15px;
}
.package .plan-head h3{
	float:right;
	padding:10px 15px 0px 0px;
}
.package .thumb{
	padding-right:20px;
	display:table-cell;
}
.package .thumb a{
	float:left;
	width:100%;
}
.package .thumb a img{
	float:left;
	width:100%;
}
.package .desc{
	vertical-align:top;
	display:table-cell;
}
.platinum .plan-head{
	background:#5a5a5a;
}
.gold .plan-head{
	background:#6e572f;
}
.silver .plan-head{
	background:#242424;
}
.bronze .plan-head{
	background:#3e000a;
}
/* Contact Us Section
================================================== */
.contact-us {
	width:100%;
}
.contact-us h2{
	padding:0px 0px 20px 0px;
}
/* Quick Inquiry Section
================================================== */
.quickinquiry {
	width:100%;
	float:left;
	padding:20px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	border-top:#e4e4e4 solid 1px;
}
.quickinquiry ul{
	padding:0px;
}
/* Blog details
================================================== */
.blog-detail {
	width:100%;
}
.blog-detail a.thumb{
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	border:#a6a6a6 solid 1px;
}
.blog-detail a.thumb img{
	float:left;
}
.blog-detail a.thumb .featured{
}
.blog-detail .blog-opts{
	width:100%;
}
.blog-opts {
	width:100%;
	float:left;
	padding:0px 0px 20px 0px;
	position:relative;
}
.blog-opts .date{
	width:86px;
	height:54px;
	padding:8px 0px 0px 0px;
	float:left;
	text-align:center;
	color:#FFF;
	position:absolute;
	left:0px;
	top:0px;
	background:url(images/date-bg.gif) no-repeat #4c4c4c;
}
.blog-opts .date h6{
	text-shadow:1px 1px #000;
	color:#FFF;
}
.blog-opts .date h1{
	text-shadow:1px 1px #000;
	color:#FFF;
}
.blog-opts .desc{
	width:auto;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 0px 10px 0px;
	margin-left:101px;
	border-bottom:#ededed solid 1px;
}
.blog-opts .desc h4 {
	padding-bottom:5px;
}
.blog-opts .desc h4 a{
	color:#262626;
}
.blog-opts .desc p{
	float:left;
	padding:0px 10px;
	background:url(images/sep1.gif) no-repeat center left;
}
.blog-opts .desc p.by{
	padding-left:0px;
	background:none;
}
.blog-sharing{
	width:100%;
	float:left;
	border-top:#ededed solid 1px;
	padding:15px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}
.blog-sharing a{
	float:left;
	margin-left:5px;
}
/* About Authore
================================================== */
.about-author {
	width:100%;
	position:relative;
	padding:20px;
	float:left;
	margin:20px 0px 0px 0px;
	background:#0a0a0a;
	border:#080808 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.about-author .avatar{
	float:left;
	width:50px;
	height:50px;
	position:absolute;
	left:15px;
	right:20px;
	box-shadow:0px 0px 3px #000;
}
.about-author .desc{
	float:right;
	width:100%;
	padding:0px 0px 0px 70px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.about-author .desc p{
	color:#6b6a6a;
}
/* Static Page
================================================== */
.static {
	width:100%;
}
.static p{
	padding:5px 0px;
}
.static h1, .static h2, .static h3, .static h4, .static h5, .static h6{
	padding:0px 0px 10px 0px;
}
/* Gallery Filter
================================================== */
.filter-sec {
	width:100%;
	height:40px;
	float:left;
	color:#FFF;
	padding:0px 0px 0px 0px;
	border:#0e0e0e solid 1px;
	background:url(images/paging-bg.gif);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:20px;
}
.filter-sec h4{
	float:left;
	color:#FFF;
	padding:7px 20px 0px 15px;
}
.filter-sec nav a{
	height:33px;
	padding:7px 15px 0px 15px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#3d3d3d;
	font-weight:bold;
	border-left:#0e0e0e solid 1px;
	background:url(images/paging-bg.gif) no-repeat 0px 0px;
}
.filter-sec nav a:hover, .filter-sec nav a.active{
	background:#0e0e0e;
}
.filter-sec ul li a{
	height:31px;
	padding:9px 15px 0px 15px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#3d3d3d;
	font-weight:bold;
	cursor:pointer;
	border-left:#0e0e0e solid 1px;
	background:url(images/paging-bg.gif) no-repeat 0px 0px;
}
.filter-sec ul li a:hover, .filter-sec ul li a.current{
	background:#0e0e0e;
}
/* Gallery Column
================================================== */
.gal-desc {
	width:100%;
	overflow:hidden;
}
#gal-container {
	display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
	position:relative;
}
#gal-container li {
	float: left;
	position: relative;
}
#gal-container li a.lightbtn{
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
#gal-container li img{
	float: left;
	width:100%;
}
#gal-container ul {
	
}
#gal-container ul.hidden {
	display:none;
}
/* Gallery Two Column
================================================== */
.cs_gal_2_column {
	width:100%;
	overflow:hidden;
}
.cs_gal_2_column {
	width:960px;
	float:left;
	margin:0px 0px -20px -20px;
}
.cs_gal_2_column li{
	width:458px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:20px 0px 0px 20px;
	border:#000000 solid 1px;
}
.two-thirds .cs_gal_2_column{
	width:640px;
}
.two-thirds .cs_gal_2_column li{
	width:298px;
}
.gal-caption{
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	display:none;
	text-align:center;
	position:absolute;
	padding:80px 40px 10px 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(images/black.png);
}
.two-thirds .gal-caption{
	padding:37px 40px 10px 40px;
}
.gal-caption h2{
	padding:0px 0px 10px 0px;
}
.gal-caption p{
	padding:0px 0px 10px 0px;
	font-size:12px;
	color:#939393;
	font-size:11px;
}
.gal-caption a.view{
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#6b6a6a;
	background:#1e1e1e;
}
li:hover .gal-caption{
	display:block;
}
#gal-container a.videos{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
#gal-container a.videos:hover{
	background:url(images/video.png) no-repeat center center;
}
#gal-container a.images{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
#gal-container a.images:hover{
	background:url(images/image.png) no-repeat center center;
}
/* Gallery Three Column
================================================== */
.cs_gal_3_column {
	width:100%;
	overflow:hidden;
	margin-bottom:-20px;
}
.cs_gal_3_column {
	width:960px;
	float:left;
	margin-left:-20px;
}
.cs_gal_3_column li{
	width:298px;
	float:left;
	position:relative;
	overflow:hidden;
	margin:20px 0px 0px 20px;
	border:#000 solid 1px;
}
.two-thirds .cs_gal_3_column{
	width:640px;
}
.two-thirds .cs_gal_3_column li{
	width:191px;
}
.cs_gal_3_column .gal-caption{
	display:none;
}
/* Gallery Four Column
================================================== */
.cs_gal_4_column {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:-20px;
}
.cs_gal_4_column {
	width:960px;
	float:left;
	margin-left:-20px;
}
.cs_gal_4_column li{
	width:218px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:20px 0px 0px 20px;
	border:#000 solid 1px;
}
.two-thirds .cs_gal_4_column{
	width:640px;
}
.two-thirds .cs_gal_4_column li{
	width:138px;
}
.cs_gal_4_column .gal-caption{
	display:none;
}
/* Schedule
================================================== */
.schedule {
	width:100%;
	overflow:hidden;
}
/* Classes Filter
================================================== */
.cat-select {
	width:100%;
	float:left;
	padding:20px;
	margin:20px 0px;
	background:#0d0d0d;
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.cat-select ul{
	width:100%;
	float:left;
}
.cat-select ul li{
	float:left;
}
.cat-select ul li:first-child{
	float:left;
	width:200px;
}
.cat-select form, .cat-select select{
	float:left;
	margin-bottom:0 !important;
}
.cat-select h5{
	padding:7px 0px 0px 0px;
}
.cat-select select{
	height:32px;
	padding:5px;
}
/* Timeline
================================================== */
.timeilne {
	width:100%;
	float:left;
	background:url(images/gray-line.gif) repeat-y 469px 0px;
}
.timeilne .date{
	width:100%;
	text-align:center;
	background:url(images/gray-line.gif) repeat-x 0px 20px;
}
.timeilne .date span{
	color:#FFF;
	padding:5px;
	font-size:16px;
	border-radius:8px;
	background:#1f1f1f;
	display:inline-block;
	border:#0e0e0e solid 5px;
	text-transform:uppercase;
}
.timeilne > ul{
	width:966px;
	float:left;
}
.timeilne > ul > li{
	width:477px;
	float:left;
	margin-left:-15px;
	padding-top:20px;
}
.timeline-box{
	width:477px;
	float:left;
	margin-top:20px;
	position:relative;
}
.node{
	width:29px;
	height:19px;
	float:left;
	left:0;
	top:10px;
	z-index:2;
	position:absolute;
	display:inline-block;
	background:url(images/left-node.png) no-repeat;
}
.timeline-box .timeline-post{
	width:449px;
	float:right;
	border:#343434 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#161616;
	box-shadow:0px 0px 6px #000;
	z-index:1;
	position:relative;
}
.timeline-post .thumb{
	float:left;
	margin:15px;
	border:#000000 solid 1px;
	box-shadow:0px 0px 3px #000;
}
.timeline-post .desc{
	float:left;
	width:220px;
	margin:15px;
	margin-left:0px;
}
.timeline-post .desc h2{
	padding:0px 0px 3px 0px;
}
.timeline-post .desc h2 a{
	text-transform:uppercase;
	color:#FFF;
}
.timeline-post .desc h4{
	padding:0px 0px 5px 0px;
}
.timeline-post .toggle-desc{
	float:left;
	width:100%;
	padding:15px;
	display:none;
	border-top:#343434 solid 1px;
	border-bottom:#343434 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.toggle-desc p{
	padding:5px 0px;
}
.toggle-desc p:first-child{
	padding-top:0px;
}
p.georgia-small{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#8c8c8c;
}
.timeline-post .time-opts{
	float:left;
	width:100%;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#0d0d0d;
}
.timeline-post .time-opts h5{
	float:left;
}
.timeline-post .time-opts a{
	float:right;
	color:#6f6f6f;
	font-size:14px;
}
.timeilne ul li.left-class{
	margin-left:0px;
	padding-top:0px;
}
.timeilne ul li.left-class .node{
	width:29px;
	height:19px;
	float:left;
	right:0;
	left:inherit;
	top:10px;
	z-index:2;
	position:absolute;
	display:inline-block;
	background:url(images/right-node.png) no-repeat;
}
.timeilne ul li.left-class .timeline-box .timeline-post{
	width:449px;
	float:left;
	border:#343434 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#161616;
	box-shadow:0px 0px 6px #000;
	z-index:1;
	position:relative;
}
/* Calendar
================================================== */
.calendar {
	width:100%;
	float:left;
	background:#1f1f1f;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.calendar .days{
	width:100%;
	float:left;
	border-bottom:#0e0e0e solid 1px;
}
.calendar .days li{
	float:left;
	width:110px;
	height:27px;
	padding:10px 0px 0px 0px;
	background:#1f1f1f;
	font-size:12px;
	color:#939393;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	border-top:#4d4d4d solid 1px;
}
.calendar .days li:first-child{
	width:130px;
	height:28px;
	font-size:16px;
	background:#0e0e0e;
	border-top:none;
	text-transform:none;
}
.calendar .days li h4{
	color:#939393;
}
.calendar .table{
	width:100%;
	float:left;
}
.calendar .table .timing{
	width:130px;
	float:left;
}
.calendar .table .timing li{
	width:130px;
	height:48px;
	padding:30px 0px 0px 0px;
	float:left;
	font-size:16px;
	color:#939393;
	text-align:center;
	background:#000000;
	border-bottom:#0e0e0e solid 1px;
}
.calendar .shows{
	width:109px;
	float:left;
	border-left:#0e0e0e solid 1px;
}
.calendar .shows li{
	width:109px;
	height:58px;
	padding:20px 0px 0px 0px;
	float:left;
	font-size:16px;
	color:#939393;
	text-align:center;
	background:#1f1f1f;
	border-bottom:#0e0e0e solid 1px;
}
.calendar .shows li.fill{
	background:#343434;
}
.calendar .shows li.fill:hover{
	color:#000;
}
.calendar .shows li.onecell{
	height:58px;
	padding:20px 0px 0px 0px;
}
.calendar .shows li.twocell{
	height:96px;
	padding:61px 0px 0px 0px;
}
.calendar .shows li.threecell{
	height:136px;
	padding:100px 0px 0px 0px;
}
/* Widget
================================================== */
.widget {
	width:100%;
	float:left;
}
.widget .widget-head{
	width:100%;
	color:#FFF;
	padding:0px 0px 15px 0px;
	text-transform:uppercase;
}
/* Contact Information
================================================== */
.contact-info {
	width:100%;
	float:left;
}
.contact-info p{
	font-size:12px;
	color:#7d7d7d;
	padding:0px 0px;
}
.contact-info p.bold{
	margin-bottom:10px;
}
.contact-info p.timing{
	font-size:14px;
	border-top:1px solid #1F1F1F;
	padding-top:12px;
}
/* Follow Us
================================================== */
.followus {
	width:100%;
	float:left;
	padding-top:10px;
	margin-top:10px;
	border-top:#1f1f1f solid 1px;
}
.followus p{
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	padding:1px 10px 0px 0px;
}
.followus ul{
	float:left;
}
.followus ul li{
	float:left;
	margin-right:5px;
}
/* Twitter
================================================== */
.twitter {
	width:100%;
	float:left;
	font-size:11px;
}
.twitter .twitterbox{
	width:100%;
	float:left;
	padding:20px 20px 0px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#footer-widgets .twitter .twitterbox{
	width:100%;
	float:left;
	padding:0px 0px 0px 0px !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.twitter ul{
	width:100%;
	float:left;
	padding:0;
}
.twitter ul li{
	width:100%;
	float:left;
	padding:10px 0px;
}
.twitter ul li:first-child{
	padding-top:0px;
}
.twitter a.follow{
	color:#00aced;
	padding:2px 0px 4px 30px;
	background:url(images/twitter.png) no-repeat 0px 0px;
	float:left;
	margin:0px 0px 12px 0px;
}
/* Twitter
================================================== */
.textwidget {
	width:100%;
	float:left;
	font-size:11px;
}
.textwidget p{
	padding:5px 0px
}
.textwidget p:first-child{
	padding-top:0px
}
.textwidget a.buttontwo{
	margin:10px 0px 0px 0px;
}
.textwidget img{
	float:left;
}
/* Footer
================================================== */
#footer-widgets {
	margin:0px;
	padding:20px 10px;
	width:960px;
	float:left;
	border-bottom:#181818 solid 10px;
	background:url(images/foot-line.gif) repeat-x top #131313;
}
/* Footer social icons
================================================== */
.follow-us{
	float:left;
	clear:both;	
	margin-top:10px;
}
.social li a{
	padding:0px 3px !important;	
}
.social li{
	padding:0px 0px !important;	
}
.social li h4{
	margin-top:5px;	
	padding-right:14px;
}
.social li a.so-twitter{
	background:url(images/social-icons/so-twitter.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.so-twitter:hover{
	background:url(images/social-icons/hr-so-twitter.png) no-repeat;
}
.social li a.delicious{
	background:url(images/social-icons/delicious.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.delicious:hover{
	background:url(images/social-icons/hr-delicious.png) no-repeat;
}
.social li a.digg{
	background:url(images/social-icons/digg.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.digg:hover{
	background:url(images/social-icons/hr-digg.png) no-repeat;
}
.social li a.feedburner{
	background:url(images/social-icons/feedburner.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.feedburner:hover{
	background:url(images/social-icons/hr-feedburner.png) no-repeat;
}
.social li a.flickr{
	background:url(images/social-icons/flickr.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.flickr:hover{
	background:url(images/social-icons/hr-flickr.png) no-repeat;
}
.social li a.google_bookmark{
	background:url(images/social-icons/google_bookmark.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.google_bookmark:hover{
	background:url(images/social-icons/hr-google_bookmark.png) no-repeat;
}
.social li a.google_buzz{
	background:url(images/social-icons/google_buzz.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.google_buzz:hover{
	background:url(images/social-icons/hr-google_buzz.png) no-repeat;
}
.social li a.google_plus{
	background:url(images/social-icons/google_plus.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.google_plus:hover{
	background:url(images/social-icons/hr-google_plus.png) no-repeat;
}
.social li a.linkedin{
	background:url(images/social-icons/linkedin.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.linkedin:hover{
	background:url(images/social-icons/hr-linkedin.png) no-repeat;
}
.social li a.myspace{
	background:url(images/social-icons/myspace.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.myspace:hover{
	background:url(images/social-icons/hr-myspace.png) no-repeat;
}
.social li a.picasa{
	background:url(images/social-icons/picasa.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.picasa:hover{
	background:url(images/social-icons/hr-picasa.png) no-repeat;
}
.social li a.reddit{
	background:url(images/social-icons/reddit.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.reddit:hover{
	background:url(images/social-icons/hr-reddit.png) no-repeat;
}
.social li a.so-fb{
	background:url(images/social-icons/so-fb.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.so-fb:hover{
	background:url(images/social-icons/hr-so-fb.png) no-repeat;
}
.social li a.so-vimeo{
	background:url(images/social-icons/so-vimeo.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.so-vimeo:hover{
	background:url(images/social-icons/hr-so-vimeo.png) no-repeat;
}
.social li a.stumbleupon{
	background:url(images/social-icons/stumbleupon.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.stumbleupon:hover{
	background:url(images/social-icons/hr-stumbleupon.png) no-repeat;
}
.social li a.tumblr{
	background:url(images/social-icons/tumblr.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.tumblr:hover{
	background:url(images/social-icons/hr-tumblr.png) no-repeat;
}
.social li a.youtube{
	background:url(images/social-icons/youtube.png) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
}
.social li a.youtube:hover{
	background:url(images/social-icons/hr-youtube.png) no-repeat;
}
.right-bottom{
	float:right;	
	margin-top:8px;
}
.right-backtop{
	float:right;
	margin-top:-5px;	
}
.poweredby{
	float:left;	
	padding:20px 0px 0px 0px !important;
}
.poweredby img{
	float:left;
	margin:0px 10px 0px 0px;
}
/* Footer
================================================== */
.footer {
	padding:30px 0px 40px 0px;
	width:100%;
	float:left;
	position:relative;
	z-index:2;
	background:url(images/foot-strip.png) repeat-x bottom;
}
.footbg {
	width:100%;
	height:369px;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background:url(images/footer.jpg) no-repeat top center;
}
.footer ul{
	width:100%;
	float:left;
}
.footer ul li{
	padding:0px 15px;
	float:left;
}
.footer ul li:first-child{
	padding-left:0px;
}
.footer ul li a{
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
}
.footer p{
	color:#7d7d7d;
	padding:5px 0px 0px 0px;
}
.footer a.gotop{
	height:24px;
	color:#7d7d7d;
	font-size:11px;
	display:inline-block;
	padding:5px 35px 0px 0px;
	background:url(images/gotop.png) no-repeat center right;
}
.contact-page small a {
	display:none;
}
.frm_error {
	padding:10px 11px 10px 11px;
	width:330px;
	background:#380101 !important;
	position:relative;
	z-index:9999;
}
.succ_mess {
	display:none;
	-moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #858585;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    width: 100%;
}
#frm1 ul li div.frm_error {
	display:none !important;
}
/*------ Newsletter -------*/
.box-small .newsletter-class{
	padding:20px;	
}
.box-small .newsletter-class #frm_newsletter input{
	width:242px !important;	
}
.newsletter-class{
	width:100% !important;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#frm_newsletter{
	margin:0px !important;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#frm_newsletter p{
	margin:20px 0px;
}
#frm_newsletter input{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.input_buttn_container{
	position:relative;
	width:100%;
}
#btn_newsletter_new{
	background:url(images/news-letter-brn.png) no-repeat;	
	position:absolute;
	right:0px;
	top:3px;
}
#newsletter_mess{
	color:#E72359;
	font-weight:bold;
}
/* Anything Slider
================================================== */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
	width:100% !important;
}
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
.anythingSlider .arrow.disabled {
	display: none;
}
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingSlider .vertical .panel {
	float: none;
}
.anythingSlider .fade .panel {
	float: none;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .fade .activePage {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:2;
}
.any-caption{
	color:#b1b1b1;
	width:458px;
	bottom:36px;
	left:30px;
	display:block !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	word-spacing:3px;
	position:absolute;
}
.any-caption.caption-Right{
	left:auto;
	right:40px;
}
.any-caption h1{
	padding:10px 10px;
	font-size:24px;
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.any-caption h1 a{
	color:#FFF;
}
.any-caption p{
	color:#FFFFFF;
}
.anythingSlider .panel{
	position: relative; 
}
.anythingSlider img{
	width:100%;
	height:100%;
}
.anythingSlider-default .anythingControls a.start-stop {
	display:none;
}
.anythingSlider-default .arrow {
	top:159px;
	position: absolute;
	display: block;
	width:30px;
	height:61px;
	z-index:9986;
	cursor:pointer;
	text-indent:-9999px;
}
.anythingSlider-default .back {
	width:30px;
	height:61px;
	float:left;
	left:-30px;
	display:inline-block !important;
	background:url("images/banner-arrows.png") no-repeat scroll 0px 0 transparent;
}
.anythingSlider-default .back:hover {
	background:url("images/banner-arrows.png") no-repeat scroll 0px -61px transparent;
	background-color:inherit !important;
}
.anythingSlider-default .forward {
	width:30px;
	height:61px;
	float:right;
	right:-30px;
	display:inline-block !important;
	background:url("images/banner-arrows.png") no-repeat scroll -30px 0 transparent;
}
.anythingSlider-default .forward:hover {
	background:url("images/banner-arrows.png") no-repeat -30px -61px;
	background-color:inherit !important;
}
/* IE8 and Older Styling */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}
/* RTL Styling */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul{
	float: left;
}
.anythingSlider.rtl .anythingControls ul a{
	float: right;
}
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop{
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
/* Sudo Slider
================================================== */
.sudo-slider{
	width:100% !important;
	height:100% !important;
}
.sudoslider1 {
	width:100% !important;
}
.sudo-slider ul {
	width:100% !important;
	float:left;
}
.sudo-slider ul li {
	width:100% !important;	
	height:100% !important;
	display:block !important;
}
.sudo-slider img{
	width:100% !important;
	height:100% !important;
}
#controls .nextBtn{
	right:-30px;
}
.sudoslid #container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:696px;
	background:#fff;
	margin-bottom:2em;
}	
.sudo-slider ul, .sudo-slider li{
	margin:0;
	width:100%;
	list-style:none;
	position:relative;
	display:block;
}
.sudo-slider, .sudo-slider li {
	overflow:hidden;
}
.sudo-slider li .caption{
	color:#b1b1b1;
	width:458px;
	bottom:36px;
	left:30px;
	display:block !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	word-spacing:3px;
	position:absolute;
}
.capt-in a h3 {
	background: none repeat scroll 0 0 #00BCCF;
    float: left;
    padding: 10px;
}
.caption .capt-in  {
	background-position: 420px 37px;
}
.sudo-slider li .Right{
	left:auto;
	right:40px;
}
.sudo-slider h1{
	padding:10px 10px;
	font-size:24px;
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sudo-slider h1 a{
	color:#FFF;
}
.sudo-slider p{
	color:#FFFFFF;
}
.sudo-slider li .caption .capt-in h3{
	color:#fff;
	padding-bottom:5px;
}
.sudo-slider li .caption .capt-in a{
	color:#fff;
}
.capt-in {
	float:left;
}
.capt-in p {
	float:left;
	width:100%;
	padding:10px 15px 10px 15px;
	background:url(images/black.png);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#controls {
	height:61px;
	width:100%;
	top:50%;
	margin-top:-31px;
	z-index:9990;
	position:absolute;
	display:inline-block !important;	
}
#controls a {
	z-index:9;
	cursor:pointer;
	text-indent:-9999px;
}
#controls .prevBtn {
	width:30px;
	height:61px;
	float:left;
	position:absolute;
	display:inline-block !important;
	background:url(images/banner-arrows.png) no-repeat 0 0;
	position:relative;
	left:-30px;
}
#controls .prevBtn:hover {
	background:url(images/banner-arrows.png) no-repeat 0 -61px;
}
#controls .nextBtn {
	width:30px;
	height:61px;
	right:-30px;
	position:absolute;
	display:inline-block !important;
	background:url(images/banner-arrows.png) no-repeat -30px 0px;
}
#controls .nextBtn:hover {
	background:url(images/banner-arrows.png) no-repeat -30px -61px;
}
/* 404 Page
================================================== */
.page404 {
	margin:0px !important;
	width:100%;
	height:591px;
	padding:0;
	background:url(images/404.jpg);
}
/* #Base 960 Grid
================================================== */

.container                                  { position: relative; width: 960px; margin: 0 10px; float:left; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }


/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }

.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }

/* Colors
================================================== */
.colr, 
.txthover:hover,
.top-links li a:hover,
.ddsmoothmenu ul li a:hover,
.ddsmoothmenu ul li a.selected,
		.ddsmoothmenu ul li.current-menu-item > a,
.footer ul li a:hover,
.post .post-opts .title h3 a:hover,
.blog-links ul li:hover a,
.recent-post li h3 a:hover,
.pagination ul li a:hover,
.pagination ul li a.active,
.filter-sec nav a:hover,
.filter-sec nav a.active,
.filter-sec ul li a:hover,
.filter-sec ul li a.current,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.recent-post li:hover h3 a													{color:#00bccf;}

.backcolr,
#backcolr,
#searchsubmit,
.backcolrhover:hover														{background-color:#00bccf !important;}


.small-banners:hover .sub-capt h1 a,
.featuredpost:hover .sub-capt h1 a,
.upcoming-classes ul li:hover,
a.buttontwo:hover,
.gallery-list li:hover h2,
.calendar .shows li.fill:hover,
#wp-calendar caption,
#wp-calendar tbody td a,
#wp-calendar tfoot a												{background:#00bccf;}


.bordercolr,
.bordercolrover:hover														{border-color:#00bccf;}
