
/***************************************************************
 ***************************************************************
 *** this site.css file handles the settings for the theme   ***
 *** and can be edited.                                      ***
 ***************************************************************
 ***************************************************************
 */


/********** Code Index
 *
 * -01- GLOBAL
 * -02- TOPBAR
 * -03- LOGO
 * -04- SOCIAL LINKS
 * -05- MAIN MENU
 * -06- SLIDER
 * -07- CAROUSEL
 * -08- MORE BUTTON
 * -09- POST
 * -10- CALENDAR
 * -11- TEAM
 * -12- GALLERY
 * -13- HEADER SPACE
 * -14- BASIC WIDGETS
 * -15- FOOTER
 * -16- FOOTER WIDGETS
 * -17- BOOKINGS CALENDAR
 * -18- COMMENTS
 * -19- PAGINATION
 * -20- FOOD MENU'S
 * -21- CONTACT ELEMENTS
 * -22- BANNERS
 */




/* 
 * -01- GLOBAL
 * */
body { 
	background-color: #fff;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 1; 
	color: #222222; 
	position: relative; 
	-webkit-font-smoothing: antialiased;
}

.main .row{
	position: relative;
	z-index: 10;
}


.singlepage{
	padding: 50px 0 20px 0;
}


.ftsl{
	cursor: pointer;
}

.mbod{
	position: relative;
	z-index: 3;
	padding: 30px 0 0 0;
}


.mainbody{
	background-image: url(images/wbg.jpg);
}

.mainin{
	padding-bottom: 30px;
}


.bobbg{

}

.iiin{
  background-color: #005899;
	-webkit-box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 1px 3px rgba(0, 0, 0, 0.3); 
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

.iinin{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.19) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.19))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.19) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30000000',GradientType=0 ); /* IE6-9 */
	padding-bottom: 3px;
}


.headblock{
	background: url(images/zips.png) repeat-x bottom;
}


.bobbginner{
	padding-bottom: 3px;
}



.slideout{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}


/* 
 * -03- MAIN MENU
 * */

 .menblock{
 	height: 60px;
 	border-bottom: 1px solid rgba(0,0,0,0.05);
 }

#mainmen{
	position: relative;
	z-index: 70;
	background: rgba(0,0,0,0.1);
}


#mainmen .row{
	position: relative;
}



#access{
	float: right;
}

#access ul {
	list-style: none;
	margin: 0 0 0 -35px;
	height: 60px;
	padding: 0px;
	float: right;
}

#access li {
	float: left;
	position: relative;
}


#access a {
	display: block;
	padding: 0 0 0 30px;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	line-height: 60px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}


#access a span.sub{
	display: none;
}

#access ul ul {
	display: none;
	float: left;
	padding: 0;
	position: absolute;
	top: 59px;
	left: 45px;
	width: 240px;
	z-index: 99999;
	height: auto;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	 box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);  
}


#access ul ul li{
	padding: 0 5px;
	border: 0px solid #000;
	border-bottom: 4px solid rgba(0,0,0,0);
	background: url(images/greypart.png);
	background: rgba(33,30,26,0.95);
}

#access ul ul ul {
	left: 95%;
	top: 0;
	border-top: 0px solid #000;
}

#access ul ul a {
	color: #fff;
	background: rgba(0,0,0,0.05);
	font-size: 15px;
	font-weight: normal;
	height: auto;
	line-height: 1.8em;
	padding: 7px 20px;
	width: 230px;
	margin-bottom: 0px;
	text-shadow: none;
	text-align: left;
	text-transform: none;
}

#access ul ul a:hover{
	background: transparent !important;
}

#access ul li:hover > ul {
	display: block;
}

select.selectnav{
	display: none;
	height: 32px;
	margin-top: 16px;
	border: 0px solid #000;
	background: #fff;
	font-size: 14px;
	padding: 7px;
	color: #444;
}

@media only screen and (max-width: 850px) {	
	select.selectnav{
	display: block;
	}
	
	ul#cro-menu{
		display: none;
	}	
}

@media only screen and (max-width: 767px) {  
	select.selectnav{
	display: block;
	margin-bottom: 20px;
	}
	
	ul#cro-menu{
		display: none;
	}	

	.menblock{
		height: auto;
	}

	#access{
		float: none;
		width: 100%;
	}
}




/* 
 * -03- LOGO
 * */
.logoside img.tllogo{
padding-top: 10px;
padding-bottom: 15px;
font-weight: 200;
}

.logoside{
	position: relative;
}


#tagline{
	margin-top: 20px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3)
}




@media only screen and (max-width: 767px) {	
	.logoside{
		text-align: center;
	}
	
	.logopart img.tllogo{
		padding: 20px 0;
	}

	.logopart{
		padding: 0 20px;
	}	
}

.navside{
	margin-bottom: 30px;
}


/* 
 * -04- SOCIAL LINKS
 * */
.socinner{
	float: left;
	padding-top: 15px;
}

ul.sociallinks{
	list-style-type: none;
	height: 38px;
	margin: 0;
	float: left;
	position: relative;
}

ul.sociallinks li{
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	position: relative;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important; 
	background: rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.1);
	border-top: none;
}

ul.sociallinks li span{
	border: 0px solid #fff;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 7px 0 0 7px;
}

ul.sociallinks li em{
	display: block;
	color: #fff;
	right: 50%;
	margin-right: -50%;
	top: 35px;
	background: #2B2A27;
	padding: 3px 8px;
	position: absolute;
	font-size: 11px;
	display: none;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

ul.sociallinks li:hover em{
	display: block;
}


@media only screen and (max-width: 767px) {	
	ul.sociallinks, ul.sociallinks li{
		float: left;
		margin: 0 5px !important;
	}
	
	.socinner{
		display: table;
		margin: 20px auto 20px auto;
		float: none;
	}	
}



ul.sociallinks li#facebook span{
	background: url(images/socialgrid.png) no-repeat 0px 0px;
}



ul.sociallinks li#twitter span{
	background: url(images/socialgrid.png) no-repeat -16px 0px;
}


ul.sociallinks li#rss span{
	background: url(images/socialgrid.png) no-repeat -32px 0px;
}


ul.sociallinks li#mail span{
	background: url(images/socialgrid.png) no-repeat -48px 0px;
}


ul.sociallinks li#googleplus span{
	background: url(images/socialgrid.png) no-repeat -64px 0px;
}


ul.sociallinks li#flickr span{
	background: url(images/socialgrid.png) no-repeat -80px 0px;
}


ul.sociallinks li#pinterest span{
	background: url(images/socialgrid.png) no-repeat -96px 0px;
}


ul.sociallinks li#vimeo span{
	background: url(images/socialgrid.png) no-repeat -112px 0px;
}


ul.sociallinks li#youtube span{
	background: url(images/socialgrid.png) no-repeat -128px 0px;
}


ul.sociallinks li#linkedin span{
	background: url(images/socialgrid.png) no-repeat -144px 0px;
}

ul.sociallinks li#instagram span{
	background: url(images/socialgrid.png) no-repeat -160px 0px;
}


ul.sociallinks li#foursquare span{
	background: url(images/socialgrid.png) no-repeat -176px 0px;
}




/* 
 * -06- SLIDER
 * */

.orbit-wrapper { 
	width: 1px; 
	height: 1px; 
	position: relative; 
}
.orbit { 
	width: 1px; 
	height: 1px; 
	position: relative; 
	overflow: hidden; 
	margin-bottom: 17px; 
}
.orbit.with-bullets { 
	margin-bottom: 40px; 
}
.orbit .orbit-slide { 
	max-width: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
}
.orbit a.orbit-slide { 
	border: none; 
	line-height: 0; 
	display: none; 
}
.orbit div.orbit-slide { 
	width: 100%; 
	height: 100%; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	opacity: 0; 
}



.orbit-wrapper .slider-nav { 
	display: block; 
}
.orbit-wrapper .slider-nav span { 
	width: 42px; 
	height: 50px; 
	text-indent: -9999px; 
	position: absolute; 
	z-index: 30; 
	top: 50%; 
	margin-top: -25px; 
	cursor: pointer; 
}
.orbit-wrapper .slider-nav span.right { 
	background: url(images/bg_direction_nav.png) no-repeat center left; 
	left: 0; 
}

.orbit-wrapper .slider-nav span.left { 
	background: url(images/bg_direction_nav.png) no-repeat center right;  
	right: 0;
}

.lt-ie9 .orbit-wrapper .slider-nav span.right { 
	background: url(images/bg_direction_nav.png) no-repeat center left; 
}
.lt-ie9 .orbit-wrapper .slider-nav span.left { 
	background: url(images/bg_direction_nav.png) no-repeat center left; 
}

/* Bullet Nav ---------------------- */
ul.orbit-bullets { 
	position: absolute; z-index: 30; 
	list-style: none;
	top: 10px; 
	right: 10px;
	padding: 0; 
}
ul.orbit-bullets li { 
	float: left; 
	margin-left: 5px; 
	cursor: pointer; 
	color: #999999; 
	text-indent: -9999px; 
	background: #000;
	-webkit-border-radius: 20px;
	border-radius: 20px; 
	width: 13px; 
	height: 12px; overflow: hidden; 
}
ul.orbit-bullets li.active { 
	color: #222222; background-position: -8px 0; 
}
ul.orbit-bullets li.has-thumb { 
	background: none; 
	width: 100px; 
	height: 75px; 
}
ul.orbit-bullets li.active.has-thumb { 
	background-position: 0 0; 
	border-top: 2px solid black; 
}

/* Orbit Slide Counter */
.orbit-slide-counter { 
	position: absolute; 
	bottom: 0; z-index: 99; 
	background: rgba(0, 0, 0, 0.7); 
	color: white; 
	padding: 5px; 
}

/* Fluid Layout ---------------------- */
.orbit img.fluid-placeholder { 
	visibility: hidden; 
	position: static; 
	display: block; 
	width: 100%; 
}

.orbit, .orbit-wrapper { 
	width: 100% !important; 
}


.flexslider{
	width: 100%;
	height: 400px;
	overflow: hidden;
}


.flexslider .orbit{
	display: block !important;
}

.imgdiv {
	height: 400px;
}


@media only screen and (max-width: 767px) { .orbit.orbit-stack-on-small img.fluid-placeholder { visibility: visible; }
  .orbit.orbit-stack-on-small .orbit-slide { position: static; margin-bottom: 10px; } }
.videoslidecontents{
	margin: 150px 100px 0 100px;
	height: 150px;
	overflow: hidden;
}


.orbit-slide .topstring{

	display: none\9 !important;
}

.flex-active-slide .topstring{

	display: block\9 !important;
}

.orbit-slide .content{

	display: none\9 !important;
}

.flex-active-slide .content{

	display: block\9 !important;
}


.topstring{
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	background: url(images/greypart.png);
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 20px;
}

.topstring h1{
	color: #fff;
	font-weight: 700 !important;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	font-size: 55px
}

.topstring h2{
	color: #fff;
	font-weight: 200 !important;
	margin: 0px;
}

.flexslider .content{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: url(images/greypart.png);
	background: rgba(0,0,0,0.6);
}


.flexslider .content p{
	color: #fff;
	margin: 0px;
	padding: 15px 80px 15px 10px;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;

}

.slidecontentcontents p{
	color: #AFA8A4;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	padding:  0px 30px;
	margin-bottom: 0px;
	margin: 0;
	width: 100%;
	position: relative;

}

.slidelinkspan a{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important; 
	color: #fff;
	line-height: 55px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 20px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}



.cro_sldr{
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	height: 400px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 20px 20px rgba(0, 0, 0, 0.5); 
}


@media only screen and (max-width: 767px) {
	.topstring h1{
		font-size: 30px;
	}

	.topstring h2{
		font-size: 20px;
	}

	.slidelinkspan a {
		-webkit-border-radius: 30px !important;
		border-radius: 30px !important; 
		display: block;
		width: 30px;
		height: 30px;
		background-image: url(images/hyperlink.png);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -99999px;
		padding: 0;
	}

	.flexslider .content p{
		font-size: 12px;
		padding: 10px 30px;

	}
}





/* 
 * -07- SECOND NAV
 * */

 .secondnav {
 	position: relative;
 	margin-top: 50px;
 	width: 100%;
 	height: 30px;
 }

.secondnav ul{
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	text-align: right;
}

.secondnav ul li{
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.secondnav ul li a{
	color: #fff;
	background: url(images/greypart.png);
	background: rgba(0,0,0,0.30);
	display: block;
	font-weight: normal;
	padding: 7px 13px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	text-transform: uppercase;
	font-size: 13px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.2);
}

.secondnav ul li a:hover{	
	background: rgba(0,0,0,0.6);
}

.secondnav ul li span, .secondnav ul li ul{
	display: none;
}

.secondnav ul li ul{
	display: none !important;
}

.secondnav ul li ul:hover{
	display: none !important;
}


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

	.secondnav{
		float: none;
		margin-top: 20px;
	}

	.secondnav ul{
		display: table;
		margin: 20px auto 20px auto;
	}

}



/* 
 * -07- THIRD NAV
 * */

 .thirdnav {
 	position: relative;
 	width: 100%;
 	height: 50px;
 }

.thirdnav ul{
	list-style-type: none;
	margin: 0px;
}

.thirdnav ul li{
	float: right;
	margin-left: 10px;
	display: none !important;
}

.thirdnav ul li:first-child{
	display: block !important;
}

.thirdnav ul li a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 30px;
    text-transform: uppercase;
    -webkit-box-shadow:  0 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    background-repeat: none;
    background-position: center bottom;
	background-image: url(images/3navbg.png);
	background-repeat: repeat;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}

.thirdnav ul ul{
	display: none !important;
}

.thirdnav ul:hover ul{
	display: none !important;
}


.thirdnav ul li a:hover{
	color: #000;
	background-position: center top;
	-webkit-box-shadow:  0 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1);
}

.thirdnav ul li span, .thirdnav ul li ul{
	display: none;
}


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

	.thirdnav{
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.thirdnav ul{
		display: table;
		margin: 20px auto 20px auto;
	}

	.thirdnav ul li a {
		font-size: 17px;
    	font-weight: 700;
    	padding: 10px 20px;
	}

}



/* 
 * -07- CAROUSEL
 * */
.cro_carousel{
	background: url(images/darker.png);
	position: relative;
}

.cro_carinner{
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}


.widgside .four{
	width: 100%;
	padding: 0;
	margin-bottom: 50px;
}


.widgside .four .cro_cartitle h1{
	font-size: 24px;
}

.widgside .four .cro_cartitle h2{
	font-size: 18px;
}

.widgside .four .cro_line{
	padding: 5px 0;
}

.crslinside{
	position: relative;
}

.cro_line{
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	width: 100%;
	background: url(images/greypart.png);
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 12px 0;
	text-transform: uppercase;
}


.cro_line a, .cro_line a:hover{
	color: #fff !important;
}

.cro_cartitle{
	position: absolute;
	top: 20px;
	left: 0px;
	float: left;
	background: url(images/greypart.png);
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 5px 10px;
}

.cro_cartitle h1{
	font-weight: 700 !important;
	font-size: 32px;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
}

.cro_cartitle h1 a, .cro_cartitle h1 a:hover{
	color: #fff !important;
}

.cro_cartitle h2 a, .cro_cartitle h2 a:hover{
	color: #fff !important;
}

.cro_cartitle h2{
	font-weight: 300 !important;
	font-size: 20px;
	color: #fff;
	margin: 0px;
}

.caricon{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px; 
	background-image: url(images/hyperlink.png);
	background-repeat: no-repeat;
	background-position: center;
}



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

	.crslinside{
		max-width: 300px;
		margin: 0 auto 30px auto;
	}

	.cro_cartitle{
		top: 20px;
	}
	
}


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

	.cro_cartitle{
		top: 0;
	}

}


/* 
 * -08- MORE BUTTON
 * */

a.morebut{
	padding: 13px 0 13px 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

a.morebut span{
	line-height: 42px;
	padding: 13px 50px 13px 30px;
}


/* 
 * -09- POST
 * */



ul.parentlinks{
	list-style-type: none;
	margin: 0px 0 20px 0;
	text-align: right;
}


ul.parentlinks li{
	display: inline-block;
	margin: 0 0 10px 10px;
}

ul.parentlinks li a{
	display: block;
	float: right;
	padding: 5px 10px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}


.fpblog{
	border: 1px solid #e1e3e3;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	background: #fff;
	margin-bottom: 30px;
	padding-top: 0px;
}

.post{
	margin-bottom: 30px;
	position: relative;
}

.type-post, .cro_message_post{
	margin: 0 0px 30px 0;
	background: #fff;
	border: 1px solid #dad5ce;
    padding: 30px;
    position: relative;
}

.searchpage .hentry{
	border: 1px solid #e1e3e3;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
	margin-top: 0px !important;
	margin-bottom: 40px !important;
}

.searchpage p{
	font-size: 14px;
	color: #808789;
	line-height: 21px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
}

.catdescription {
  
  font-size: 20px;
  
 }

.fpblog .post{
	border: 0px solid #fff;
	padding: 0px;
	border-bottom: 5px solid #fbfcfc;
	padding: 40px 40px 0px 40px;
	border-bottom: 1px solid #e1e3e3;
}


.fpblog .format-video iframe{
	background: #fff;
	margin-bottom: 30px;
}

.entry-title h2{
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #545454;
	background: url(images/menu-dots.png) repeat-x bottom;
	padding-right: 50px;
}



.post-p11 .entry-title h2, .post-p11 .entry-title h2 a{
	color: #4f5454;
	letter-spacing: -1px;
	
}


.post img, .hentry img{
	margin-bottom: 30px;
}


.post p{
	line-height: 1.9em;
}

.post p.morep{
	text-align: right;
}

.post p.morep a{
	font-size: 11px;
	text-transform: upercase;
	color: #fff;
	font-weight: bold;
	background: #3F3B3C;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	padding: 5px 10px;
	text-transform: uppercase;
}


.post img.align-left{
	float: left;
	margin: 0 30px 20px 0;
}


.post p{
	color: #666;
}

.ui-single{
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 100%;
	z-index: 400;
}

.croma-audio-s{
	width: 100%;
	height: 100%;
}

ul.croma-controls-s{
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 50px;
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
}

ul.croma-controls-s a{
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	display: block;
	text-indent: -999999px;
}

ul.croma-controls-s a.singplay{
	background: url(images/play.png) no-repeat center;
}

ul.croma-controls-s a.singpause{
	background: url(images/pause.png) no-repeat center;
}

.cro_playslit, .cro_playface{
	width: 100%;
	height: 100%;
	position: relative;
}

.psholder{
	height: 100%;
	margin-right: 50px;
	position: relative;
	display: none;
}

.tholderc, .ccurtime{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	text-align: center;
	line-height: 50px;
}

.cprog{
	height: 9px;
	margin-left: 60px;
	margin-right: 130px;
	position: relative;
	top: 21px;
	background: rgba(0,0,0,0.1);
}

.cro_durr{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 60px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	line-height: 50px;
}

.ui-single .icontext{
	position: absolute;
	top: -7px;
	right: 0;
	width: 100px;
	display: none;
}

.croma-controls-s:hover .icontext{
 display: block;
}

.ui-single .icontext span{
	float: right;
	background: #2a2a2a;
	padding: 4px 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}


.cro_volumeout{
	height: 50px;
	width: 48px;
	background: url(images/volbg2.png) no-repeat center;
	top: 1px;
	right: 10px;
	position: absolute;
	cursor: pointer;
	z-index: 5;
}

.cro_volumein{
	height: 100%;
	background: url(images/volbg.png) no-repeat center left;
	cursor: pointer;
	position: relative;
}

.cseek{
	top: 0px;
	height: 9px;
	background: #000;
	position: relative;
}

.audio-enclosure{
	height: 50px;
	margin: 20px 0;
	position: relative;
}

.cbar{
	height: 100%;
	background: #fff;
}

p.cro_readmorep{
	margin: 0px;
	text-align: right;
}

p.cro_readmorep a.cro_readmorea{
	padding: 10px 20px;
	color: #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
}


.format-quote p{
	font-size: 19px;
	line-height: 35px;
	margin-bottom: 20px;
	color: #888;
	font-weight: normal;
	padding: 0px 0;
	font-style: italic;
}


.format-quote p.cro_readmorep{
	font-size: 14px;
	font-style: normal;
}

.post img.welcomeimg{
	max-width: 55%;
	margin-top: 5px;
}

.welcomepost{
	border: 1px solid #dad5ce;
	background: #fff;
	margin-bottom: 30px;
}

.welcomepost:after{
	content: "";
	background: url(images/shadbox1.png) no-repeat center bottom;
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0px;
	bottom: -7px;
}

.welcomepost .entry-title h2{
	margin-top: 0px;
	padding: 15px;
	background: #FBFAF8;
	border: none;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
	border-bottom: 1px solid #EFEAE0;
}

.welcomecontent{
	padding: 0 15px;
}


img.alignleft{
	float: left;
	margin: 0 30px 30px 0;
	float: left; 
}

img.alignright{
	border: 1px solid #e1e3e3;
	padding: 5px;
	background: #fff;
	float: left;
	margin: 0 0px 30px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	float: right;
}



.singlepage .page, .singlepage .events, .singlepage .promotions, .singlepage .members{
	font-size: 14px;
	color: #777;
	line-height: 21px;
	background: #fff;
	padding: 30px 15px;
	border: 1px solid #DAD5CE;
	position: relative;
}


.singlepage .twelve .page:after, .singlepage .twelve .members:before, .singlepage .twelve .page:before, .singlepage .twelve .promo:before, 
.cro_catpage .twelve .cro_message_post:before, .singlepost .twelve .cro_message_post:before, 
.singlepost .twelve .comments-area:before, .singleitem .twelve .type-post:before{
	content: "";
	background: url(images/shadbox.png) no-repeat center bottom;
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0px;
	bottom: -7px;
}


.singlepage .eight .members:before, .singlepage .eight .page:before, .singlepage .eight .promo:before, 
.cro_catpage .eight .cro_message_post:before, .singlepost .eight .cro_message_post:before, 
.singlepost .eight .comments-area:before, .singleitem .eight .type-post:before{
	content: "";
	background: url(images/shadbox1.png) no-repeat center bottom;
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0px;
	bottom: -8px;
}


.entry-meta{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 32px;
	height: 32px;
	background: url(images/comment.png) no-repeat center;
}

.entry-meta a{
	display: block;
	text-align: center;
	line-height: 30px;
}


.singlepost .entry-meta{
	display: none;
}


.cro_message_post{
	padding: 0;
	position: relative;
	background: #FBFAF8;
}


.cro_message_post .mainmssgpart{
	width: 150px;
	float: left;
}

.cro_message_post .iconpart{
	width: 50px;
	float: right;
}

.cro_message_post .iconpart .play{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #EFEAE0;
	cursor: pointer;
	position: relative;
}

.cro_message_post .iconpart .download{
	width: 100%;
	height: 50px;
	background: url(images/download.png) no-repeat center;
	border-bottom: 1px solid #EFEAE0;
	border-top: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.cro_message_post .iconpart .download:hover a, .cro_message_post .iconpart .notes:hover a{
	display: block;
	width: 100%;
	height: 100%;
}

.cro_message_post .iconpart .notes{
	width: 100%;
	height: 50px;
	background: url(images/notes.png) no-repeat center;
	border-bottom: 1px solid #EFEAE0;
	border-top: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.cro_message_post .iconpart .video{
	width: 100%;
	height: 50px;
	background: url(images/video.png) no-repeat center;
	border-bottom: 1px solid #EFEAE0;
	border-top: 1px solid #fff;
	cursor: pointer;
	position: relative;
}


.cro_message_post .iconpart .discussion{
	width: 100%;
	height: 50px;
	background: url(images/discussion.png) no-repeat center;
	border-bottom: 1px solid #EFEAE0;
	border-top: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.cro_message_post .iconpart .play:hover span.icontext,
.cro_message_post .iconpart .download:hover span,
.cro_message_post .iconpart .notes:hover span,
.cro_message_post .iconpart .video:hover span,
.cro_message_post .iconpart .discussion:hover span{
	display: block;
}

.cro_message_post .iconpart .discussion:hover span.icontext{
	display: block !important;
}

.cro_message_post .iconpart .discussion:hover a{
	display: block;
	height: 100%;
	width: 100%;
}

.cro_message_post .iconpart span.icontext:hover{
	display: block;
}

.cro_message_post .iconpart span.icontext{
	position: absolute;
	top: -10px;
	right: 0;
	float: right;
	display: block;
	width: 160px;
	text-align: right;
	display: none;
}

.cro_message_post .iconpart span.icontext span{
	background: #2a2a2a;
	padding: 4px 6px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	font-size: 11px;
	float: right;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}

.cro_message_post .mainmssgpart img{
	margin: 20px;
	width: 110px;
	height: auto;
	-webkit-border-radius: 110px;
	border-radius: 110px; 
	margin-bottom: 20px;
}

.cro_message_post .mainmssgpart h6{
	margin: 0px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #2a2a2a;
}

.cro_message_post .mainmssgpart .messagedate{
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px;
	padding: 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);

}

.cro_message_post .msgbody{
	margin-left: 150px;
	margin-right: 50px;
	background: #fff;
	padding: 20px;
	border-left: 1px solid #DAD5CE;
	border-right: 1px solid #DAD5CE;
	min-height: 250px;
}


.cro_message_post .msgbody p.cro_readmorep{
	margin-bottom: 20px;
}

ul.cro_messagetags{
	margin: 0px 20px 20px 0;
	padding: 0;
	list-style-type: none;
}

ul.cro_messagetags li{
	display: inline-block;
	padding: 3px 6px;
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.cro_messagetags a{
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}



.alert-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: white;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
  padding: 9px 7px 10px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
}

.alertcolor-1, .buttoncolor-1{
	background-color: #EF1D4D;
}

.alertcolor-2, .buttoncolor-2{
	background-color: #DFB90D;
}

.alertcolor-3, .buttoncolor-3{
	background-color: #2BA6CB;
}

.alertcolor-4, .buttoncolor-4{
	background-color: #EF720E;
}

.alertcolor-5, .buttoncolor-5{
	background-color: #85CF4D;
}

.cro_button{
	color: #fff !important;
	font-weight: normal;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
	padding: 9px 12px;
	white-space: nowrap;
  	margin-right: 20px;
  	display: inline-block;
  	margin-bottom: 20px;
}



@media only screen and (max-width: 800px) {
	
	.welcomeimg{
	max-width: 40%;
}
	
}


@media only screen and (max-width: 767px) {
	
	.fpwidg{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
}


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

	.cro_message_post .mainmssgpart{
		float: none;
		text-align: center;
		border-bottom: 1px solid #DAD5CE;
		width: 100%;
	}

	.cro_message_post .msgbody{
		margin-left: 0;
	}

}


/* 
 * -10- CALENDAR
 * */


.caldiv{
	padding: 20px 0;
}

ul.calhead{
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin: 0 20px;
}

ul.calhead li{
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	padding: 20px 0;
	font-weight: bold;
	text-transform: uppercase;
}

ul.calhead li.prevm, ul.calhead li.nextm{
	cursor: pointer;
	font-weight: bold;
	width: 10%;
	font-size: 26px;
	vertical-align: top;
}

.prevm:hover,  .nextm:hover{
	color: #000;
}


ul.calday{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #545454;
	background: #FBFAF8;
	margin: 0 20px;
}

ul.calday li{
	display: inline-block;
	width: 13.7%;
	vertical-align: middle;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

ul.maincal{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.maincal li{
	display: inline-block;
	width: 13.7%;
	vertical-align: middle;
	font-size: 16px;
	min-width: 80px;
	height: auto;
}

ul.maincal li.daynum span.daybox{
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 5px 0;
	min-height: 120px;
	position: relative;
	background: #FBFAF8;
	
	border: 2px solid #fff;
}


ul.maincal li.daynum span span.daynumber{
	position: absolute;
	top: 5px;
	left: 5px;
	border: 0px solid #000;
	height: 10px;
}

ul.maincal li.daynum span.stringer{
	width: 100%;
	display: block;
	min-height: 120px;
}

ul.maincal li.daynum span.numbday, span.numbtime{
	display: block;
	width: 60%;
	float: left;
}

ul.maincal li.daynum span.numbday {
	width: 40%;
	padding: 5px 0 0 5px;
	color: #444;
	text-align: left;
	font-weight: bold;
}

 ul.maincal li.daynum span.numbdesc a{
	color: #777;
}

ul.maincal li.daynum  span.thisday span.numbday {
	color: #fff;
}

ul.maincal li.daynum:hover span.numbday {
	color: #fff;
}

ul.maincal li.daynum span.numbtime {
	text-align: right;
	padding: 8px 5px 0 0;
	color: #666;
	font-size: 12px;
}


ul.maincal li.daynum  span.thisday span.numbtime {
	color: #fff;
}

ul.maincal li.daynum:hover span.numbtime {
	color: #fff;
}


.caldiv .daynum span.thisday span.daynumber, .caldiv .daynum span.daybox:hover span.daynumber{
	color: #fff !important;
}

ul.maincal li.daynum span.numbdesc{
	border-top: 1px solid #e1e3e3;
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
	color: #444;
}


ul.maincal li.daynum  span.thisday span.numbdesc a {
	color: #fff;
}

ul.maincal li.daynum:hover span.numbdesc a {
	color: #fff;
}

ul.maincal li.daynum  span.thisday span.numbdesc a:hover {
	color: #000;
}

ul.maincal li.daynum:hover span.numbdesc a:hover {
	color: #000;
}

ul.timervalue{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.timervalue li{
	display: inline-block;
	margin: 25px 5px 25px 5px;
	padding: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	color: #fff;
	background: #000;
	width: 50px;
}

ul.timervalue span{
	display: block;
}

ul.timervalue span.dayname{
	border-top: 1px solid rgba(255,255,255,0.3);
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.timervalue span.dsec{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}



.cro_caldescsingleouter{
	padding: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 20px;
}

.cro_caldescsingleouter h5{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	border-top: 1px solid #e1e3e3;
	margin: 0px;
	padding: 15px 0;
}

.cro_calsingletime{
	width: 90px;
	padding: 20px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background: #000;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	text-align: center;
	margin-bottom: 20px;
	float: left;
}

.cro_calsingleimg{
	border: 1px solid #e1e3e3;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	min-width: 125px;
}

.cro_calsingleimg img{
	width: 125px;
}

.cro_twiouter{
	position: absolute;
	text-align: center;
	bottom: 5px;
	width: 100%;
}

.cro_timewithimage{
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	font-weight: 200;
	font-size: 16px;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2); 

}

h3.cro_maindate{
	font-weight: normal;
	color: #545454;
	text-align: center;
	margin: 10px 0;
}

h5.cro_bynone{
	border: none;
	color: #777;
}

h3.cro_datebylines{
	color: #888;
	font-size: 19px;
}

ul.calagenda{
	box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 20px rgba(0, 0, 0, 0.1) inset;
	background: none repeat scroll 0 0 #FBFCFD;
    border: 1px solid #D2D3D4;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
	padding: 10px;
	margin-bottom: 70px;
	margin-top: 30px;
}

ul.maincalagenda{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.maincalagenda li{
	display: inline-block;
	margin: 0 2%;
	min-width: 250px;
	background: #fff;
	vertical-align: top;
	width: 46%;
	margin-bottom: 30px;
	padding: 0;
	border: 1px solid #e1e3e3;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
}

ul.maincalagenda li .datestrip{
	background: #000;
	color: #fff;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
}

ul.maincalagenda li .datestrip .daynumstrip{
float: left;
width: 15%;
font-size: 30px;
line-height: 34px;
}

ul.maincalagenda li .datestrip .daydescstrip{
float: left;
width: 45%;
padding: 2px 0;
font-size: 12px;
}

ul.maincalagenda li .datestrip .timedescstrip{
float: left;
width: 40%;
padding: 2px 0;
font-size: 20px;
}

ul.maincalagenda li .datestrip .daydescstrip span{
display: block;
text-align: left;
text-transform: uppercase;
line-height: 15px;
}

ul.maincalagenda li .datestrip .daydescstrip span.dayname{
	font-weight: bold;

}


.agendaside{
	width: 135px;
	float: left;
	position: relative;
}

.croag_contentside{
	margin-left: 135px;
	border-left: 1px solid #DAD5CE;
	background: #FBFAF8;
	padding: 20px 0;
}

.agendadate{
	color: #2a2a2a;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}

ul.cro_twister .agendadate span{
	display: block;
	color: #2a2a2a;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0 10px;
	background: #FBFAF8;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	border: 1px solid #DAD5CE;
}

ul.cro_twister .agendadate span.agentime{
	display: block;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0 10px;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	border: none;
}

ul.cro_twister .agendadate span.agendadate{
	font-weight: 200;
	font-size: 45px;
	line-height: 45px;
	border-bottom: none;
}

ul.cro_twister .agendadate span.agendamonth{
	font-weight: 200;
	font-size: 25px;
	border-top: none;
}



/* 
 * -11- TEAM
 * */


ul.cro_col_3{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin: 30px 0 30px -15px;
	text-align: center;
}

ul.cro_col_3 li{
	margin-bottom: 20px; 
	display: inline-block;
	width: 33.3%;
	min-width: 290px;
	vertical-align: top;
	cursor: pointer;
}



ul.cro_col_4{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin: 30px 0 30px -15px;
	text-align: center;
}

ul.cro_col_4 li{
	margin-bottom: 60px; 
	display: inline-block;
	width: 48%;
	min-width: 230px;
	vertical-align: top;
	cursor: pointer;
	margin-left: 1%;
	margin-right: 1%;
}

ul.cro_gallerylist{
	margin: 0px;
}


.imgouter{
	margin: 0;
	padding: 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	text-align: left;
	position: relative;
}

.imgteamshort{
	padding-bottom: 30px;
}


.imgteamshort a.teama{
	display: inline-block;
    position: relative;
    width: 30%;
    float: left;
    margin-right: 30px;
}




.imgteamshort a.teama img{
	margin: 0px;
	width: 100%;
	height: auto;
}

.cro_clarteam{
	text-align: right;
	margin-right: 40px;
}



.cro_banner-pagebottom{
	position: relative;
}

.cro_clarteam a{
	float: right;
	display: block;
	padding: 8px 16px;
	color: #fff !important;
	font-weight: normal;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2); 
}


h5.cro_galtitle{
	font-size: 14px;
	color: #545454;
	text-align: center;
	padding:  0 0 20px 0;
	margin: 0px;
}

.galholderski img{
	margin-bottom: 10px;
}

h5.teamtitle{
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	padding: 10px 20px;
	margin: 0px 10px 10px 0;
	background: #FBFAF8;
    border: 1px solid #DAD5CE;
}


p.cro_teamdesc{
	padding: 0 15px;
}


a.cro_imgwrap {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 5px solid #FFFFFF;
  display: inline-block;
  left: 1px;
  line-height: 1px;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 1px;
  max-width: 100%;
}

a.cro_imgwrap img {
	border: 0px solid #000;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

a.cro_imgwrap img:hover {
	-moz-transform: scale(1.2) rotate(-5deg);
	-webkit-transform: scale(1.2) rotate(-5deg);
	-o-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg); 
}




/* 
 * -12- GALLERY
 * */


.gallcont{
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
	margin: 0 15px;
	padding-top: 50px;
}


.galimg img{
	padding: 0px;
}

.galimg a{
	padding: 0px;
	border: 0px solid #000;
	margin-bottom: 30px;
}

.galimg{
	border: 1px solid #ddd;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	display: inline-block; /* Display inline-block, and absolutely NO FLOATS! */
    margin-bottom: 20px;
    width: 100%; 
}

.galimginner{
	padding: 20px;
}


h3.galtitle{
	font-size: 15px;
	line-height: 22px;
	text-align: center;	
}

h3.galtitle a{
	color: #999;		
}

ul.cro_gallerycontentwidget{
	display: none;
	z-index: 41;
}

.cro_galelement{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	z-index: 41;
}

.cro_thumbholder{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 5px;
	left: 0;
}

.cro_thumbprev{
	width: 50px;
	height: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	background: url(images/bigprev.png) no-repeat center;
	display: none;
	cursor: pointer;
}

.cro_thumbnext{
	width: 50px;
	height: 100%;
	position:absolute;
	top: 0px;
	right: 0px;
	background: url(images/bignext.png) no-repeat center;
	display: none;
	cursor: pointer;
}

.cro_listholder{
	height: 100%;
	position:absolute;
	top: 0px;
	left: 50px;
	overflow: hidden;
}

ul.cro_listoflists{
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.cro_listoflists li{
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
}
ul.cro_listoflists li img{
	border: 3px solid rgba(255,255,255,0.4);
	-webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3); 
	width: 100px;
	height: auto;
}

.cro_showholder{
	position: absolute;
	top: 50px;
	left: 90px;
	text-align: center;
}

.cro_loadergal{
	z-index: 38;
	position: absolute;
	width: 40px;
	height: 40px;
	background: #000 url(images/aloader.gif) no-repeat center;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	display: none;
}

.cro_showholder img{
	border: 3px solid rgba(255,255,255,0.4);
	max-width: 100%;
}

ul.cro_listoflists li.crocurrgal img{
	border: 3px solid rgba(255,255,255,1);
}

.cro_biggalleft{
	width: 90px;
	position: absolute;
	top: 50px;
	left: 0px;
	background: url(images/bigprev.png) no-repeat center;
	cursor: pointer;
	display: none;
	opacity:0.7;
	filter:alpha(opacity=70); 
}

.cro_biggalright{
	width: 90px;
	position: absolute;
	top: 50px;
	right: 0px;
	background: url(images/bignext.png) no-repeat center;
	cursor: pointer;
	display: none;
	opacity:0.7;
	filter:alpha(opacity=70); 
}

.cro_closegallery{
	width: 30px;
	height: 30px;
	display: none;
	background: url(images/cro_close.png);
	position: absolute;
	top: 0px;
	right: 0px;
	margin: -20px -20px 0 0;
	z-index: 45;
	cursor: pointer;
}

.cro_biggalright:hover, .cro_biggalleft:hover{
	opacity:1;
	filter:alpha(opacity=100); 
}

.cro_titlegal{
	position: absolute;
	bottom: -40px;
	left: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
}

.cro_titlegal p{
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 20px 7px 20px; 
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.3);
	text-shadow: 1px 1px 0 #000;
	display: none;
}


/* 
 * -13- HEADER SPACE
 * */


.cro_headerspace{
	position: relative;
	overflow: hidden;
}

.cro_headerspace img{
	position: absolute;
	top: 0px;
	left: 0%;
	margin-left: -0%;
	width: auto;
	height: auto;
}

.cro_headerspace .cro_title{
	position: relative;
}


 .cro_headerspace .cro_title h1{
 	color: #fff;
 	text-align: center;
 	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
 	margin: 0;
 	padding: 30px 0;
 	font-size: 40px;
 	font-weight: 700 !important;
 	text-transform: uppercase;


 }

 


/* 
 * -14- BASIC WIDGETS
 * */



/* ========================= GENERAL ======================== */
ul.mainwidget{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inherit;
}



ul.mainwidget .four{
	width: 100% !important;
	float: none !important;
	margin-bottom: 30px;
	padding: 0;
}


ul.widgside{
	padding: 0px;
	position: relative;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; 
    border-top: none;
}

ul.mainwidget li{
	margin-bottom: 40px;
	color: #878787;
	font-size: 14px !important;
	line-height: 18px;
	border: 1px solid #dad5ce;
	background: #fff;
	position: relative;
}

ul.mainwidget li ul{
	margin: 0 15px 15px 15px;
}

ul.mainwidget li.widget-container:after{
	content: "";
	background: url(images/shadbox3.png) no-repeat center bottom;
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0px;
	bottom: -7px;
}

ul.mainwidget li.widget_tli-podcast:after{
	content: "";
	background: transparent;
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0px;
	bottom: -7px;
}

ul.mainwidget li.widget_tli-podcast{
	border: none;
}

ul.mainwidget li.widget_tli-podcast a{
	display: block;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);

}

.widgbody{
	padding: 0 15px;
}

ul.mainwidget li ul li{
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0px solid #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	list-style-type: none;
}

ul.mainwidget h3.widget-title{
	margin: 0;
	color: #545454;
	font-size: 16px;
	font-weight: 200;
	background: #FBFAF8;
	padding: 15px;
	border-bottom: 1px solid #EFEAE0;
	margin-bottom: 20px;
	text-transform: uppercase;
}



/* ========================= NAV MENU ======================== */

li.widget_nav_menu ul{
	list-style-type: none;
}


ul.mainwidget .textwidget{
	font-size: 14px !important;
	line-height: 19px;
	margin: 0 15px 15px 15px;
}

ul.mainwidget li.widget_nav_menu ul li{
	margin: 0px;
	padding-bottom: 16px;
	margin-bottom: 17px;
	border-bottom: 1px dotted  #e1e3e3;
	line-height: 20px;
}

ul.mainwidget li.widget_nav_menu ul li:last-child{
	padding-bottom: 0px;
	border-bottom: 0px solid #000;
	margin-bottom: 0px;
}


li.widget_archive li{
	text-transform: uppercase;
}



li.widget_nav_menu ul li a{
	display: block;
	position: relative;
}

li.widget_nav_menu ul li a span.main{
	text-indent: 0px;
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	font-weight: normal !important;
}

li.widget_nav_menu ul li a span.sub{
	display: block;
	padding-bottom: 0px;
	color:  #666;
	font-weight: normal;
	font-size: 14px;
}


li.widget_nav_menu ul li a:hover{
	color: #545454 !important;
}






/* ========================= TWITTER ======================== */

li.widget_cro_twitter{
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	padding: 20px;
	font-size: 11px;
	font-family: georgia, serif;
	font-style: italic;
	border: 0px solid #000;
}

li.widget_cro_twitter p{
	font-family: georgia, serif;
	margin: 0px;
	line-height: 17px;
	min-height: 70px;
	color: #000;
	margin-bottom: 5px;
	background: #FBFAF8;
	padding: 15px;
	border: 1px solid #EFEAE0;
}

li.widget_cro_twitter p.tweetmore{
	min-height: auto;
}

li.widget_tag_cloud .tagcloud{
	margin: 0 15px 15px 15px;
}

li.widget_tag_cloud .tagcloud a{
	display: inline-block;
	size: 11px;
	padding: 5px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    color: #fff !important;
    margin: 0 5px 5px 0;
    font-weight: 200;
}



li.widget_cro_twitter p.secondtweet{
	padding-top: 10px;
	border-top: 1px dotted rgba(255,255,255,0.3);
	margin-top: 10px;
}


li.widget_cro_twitter a.followlabel{
	display: block;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	padding: 10px 0;
	margin-top: 15px;
}


li.widget_cro_twitter a.followlabel:hover{
	color: #000;
}

li.widget_cro_twitter span{
	display: block;
	position: relative;
	font-size: 14px;
}

li.widget_cro_twitter h3.widget-title{
	display: none;
}


li.widget_cro_twitter .cro_reply{
	position: absolute;
	top: 0px;
	right: 10px;
	text-indent: -99999px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/reply.png) no-repeat center;
}

li.widget_cro_twitter .cro_retweet{
	position: absolute;
	top: 0px;
	right: 35px;
	text-indent: -99999px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/retweet.png) no-repeat center;
}

li.widget_cro_twitter .cro_favorite{
	position: absolute;
	top: 0px;
	right: 60px;
	text-indent: -99999px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/favorite.png) no-repeat center;
}

li.widget_cro_twitter .cro_retweet em, li.widget_cro_twitter .cro_reply em, li.widget_cro_twitter .cro_favorite em{
position: absolute;
text-indent: 0;
top: -20px;
right: -20px;
display: none;
}

li.widget_cro_twitter .cro_retweet:hover em, li.widget_cro_twitter .cro_reply:hover em, li.widget_cro_twitter .cro_favorite:hover em{
display: block;
background: #545454;
color: #fff;
padding: 0 5px;
-webkit-border-radius: 3px;
border-radius: 3px; 
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 11px;
text-transform: uppercase;
}

.widget_tli-catarchive ul li{
	margin-bottom: 5px;
}

.widget_tli-catarchive ul li a{
	text-transform: uppercase;
	font-size: 15px;
}

.widget_tli-tagarchive ul li{
	display: inline-block;
	margin: 0 5px 5px 0 !important;
}

.widget_tli-tagarchive ul li a{
	padding: 5px 10px;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}



/* ========================= VIDEO ======================== */

ul.mainwidget li.widget_cro_video, ul.mainwidget li.widget_cro_gallery{
	position: relative;
	border: 0px solid #000;
	padding: 0px;
	background: transparent;
	width: 100%;
	overflow: hidden;
	max-width: 300px;
	height: 170px;
	margin-top: 0px;
}

li.widget_cro_video img{
	width: 100%;
	height: auto;
}

li.widget_cro_video:hover img{
	opacity: 0.6;
}

li.widget_cro_video .playerbutdiv{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/vidplayer1.png) no-repeat 50% 20px;
	cursor: pointer;
}


li.widget_cro_video .cro_videodesc{
	position: absolute;
	bottom: 1px;
	left: 0px;
	width: 100%;
	padding: 5px;
	background: #000;
	background: url(images/greypart.png);
	color: #fff;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px; 
	line-height: 18px;
}






/* ========================= GALLERY ======================== */



ul.mainwidget li.widget_cro_gallery .galholderski{
	position: relative;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	cursor: pointer;
	height: 170px;
}


ul.mainwidget li.widget_cro_gallery .galholderski img{
	max-width: none;
}



li.widget_categories select, li.widget_archive select{
	padding: 10px 10px 10px;
	border: none;
	margin: 0 15px 15px 15px;
	width: 90%;
	background: #FBFAF8;
	border: 1px solid #DAD5CE;
}


ul.mainwidget li.widget_cro_gallery:hover img{
	opacity: 0.6;
}


ul.mainwidget li.widget_cro_gallery span.cro_galoverlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/imgplayer1.png) no-repeat 50% 10%;
}

ul.mainwidget li.widget_cro_gallery span.cro_nodesc{
	background: url(images/imgplayer1.png) no-repeat 50% 50%;
}

ul.mainwidget li.widget_cro_gallery span.cro_galdesc{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	background: url(images/greypart.png);
	color: #fff;
}





/* ========================= AUDIO ======================== */


.widget_tli-audio .ui-single{
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
}

.widget_tli-audio ul.croma-controls-s {
  height: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}

.widget_tli-audio ul.croma-controls-s a.singplay {
  background: url("images/playwidg.png") no-repeat top left;
}

.widget_tli-audio ul.croma-controls-s a.singplay:hover {
  background: url("images/playwidg.png") no-repeat bottom left;
}

.widget_tli-audio ul.croma-controls-s a.singpause {
  background: url("images/pausewidg.png") no-repeat top left;
}

.widget_tli-audio ul.croma-controls-s a.singpause:hover {
  background: url("images/pausewidg.png") no-repeat bottom left;
}

.widget_tli-audio .psholders{
  height: 100%;
  margin-left: 50px;
  position: relative;
}


.cro_sermonplayer{
	background: #3B3936;
	height: 70px;
	width: 60%;
	left: 20%;
	bottom: -1000000px;
	position: fixed;
	z-index: 10;
}

.singleitem{
	position: relative;
}

.ui-sermon{
	height: 50px;
	margin: 10px 10px 0 10px;
}



.cros_playslit, .cros_playface{
	width: 100%;
	height: 50px;
	position: relative;
}


ul.cromas-controls-s {
  height: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}


ul.cromas-controls-s li a{
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}


ul.cromas-controls-s li a.singplay {
  background: url("images/playwidg.png") no-repeat top left;
}

ul.cromas-controls-s li a.singplay:hover {
  background: url("images/playwidg.png") no-repeat bottom left;
}

ul.cromas-controls-s li a.singpause {
  background: url("images/pausewidg.png") no-repeat top left;
}

ul.cromas-controls-s li a.singpause:hover {
  background: url("images/pausewidg.png") no-repeat bottom left;
}


.pssholders{
  height: 100%;
  margin-left: 50px;
  position: relative;
}


.cro_asermon{
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/player.png) no-repeat center;
}


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

	.cro_sermonplayer{
		width: 94%;
		left: 3%;
	}
	
	li.widget-container{
		max-width: 330px;
		margin: 5px auto;
	}
	
}




/* ========================= UPCOMMING EVENTS ======================== */


.cro_eventswidgetout{
	margin-bottom: 17px; 
}

.cro_eventinfoholder span.cro_thetime{
	color: #545454;
	text-transform: uppercase;
	font-weight: bold;
}


.cro_eventinfoholder a{
	display: block;
	font-size: 14px;
}

.cro_eventinfoholder a:hover{
	color: #545454 !important;
}

.cro_caldayholder{
	width: 66px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	margin-bottom: 5px;
}

.cro_caldayholder span{
	display: block;
}

.cro_caldayholder span.month{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	font-size: 12px;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important; 
}

.cro_caldayholder span.day{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	line-height: 40px;
	font-size: 26px;
}




/* ========================= newsletter ======================== */

.widget_tli-newsletter .valsuccess{
	background: #C2E48D;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #4F7216; 
	border: 1px solid #6D8F35; 
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	margin-bottom: 5px;
	display: none;
}

.widget_tli-newsletter .valerror{
	background: #FF9899;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #9A4241; 
	border: 1px solid #AF6262; 
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	margin-bottom: 5px;
	display: none;
}

.widget_tli-newsletter .signupinvite{
	color: #545454; 
	font-size: 15px;
	margin-bottom: 10px;
}

.widget_tli-newsletter .newsloc{
	display: none;
}

.widget_tli-newsletter .newssubmit{
	border: 0px solid #fff;
	display: block;
	background: #000;
	color: #fff;
	display :block;
	padding: 15px 10px;
	text-align: center;
	width: 100%;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	cursor: pointer;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);

}



.widget_tli-newsletter form{
	margin: 0px;
}

.widget_tli-newsletter .widgbody{
	margin-bottom: 15px;
}



/* ========================= LATEST NEWS ======================== */


.widget_tli-latestnews img{
	float: left;
	max-width: 66px;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 70px;
	height: 70px;
}

.widget_tli-latestnews h6{
	font-size: 14px;
	margin-bottom: 0px;
}

.widget_tli-latestnews h6 a{
	display: block;
}

.widget_tli-latestnews h6 a:hover{
	color: #545454 !important;
}

.widget_tli-latestnews p{
	font-size: 12px;
	margin-bottom: 0px;
}

.widget_tli-latestnews .singlep{
	padding: 0;
	margin-bottom: 17px;
}


/* ========================= SEARCH ======================== */


.widget_search form{
	margin: 0 15px 15px 15px;
	overflow: auto;
}

.widget_search input#searchsubmit{
	padding: 10px 20px;
	color: #fff;
	border: none;
	float: right;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}



/* ======================= CONTACT DETAILS ================== */

.widget_cro_contacts ul.ctclabels{
	margin: 0px;
	padding: 0px;
	border: none;
}


.widget_cro_contacts ul.ctclabels li {
	width: 100%;
}

/* 
 * -15- FOOTER
 * */

.footer{
	background:  #333231 url(http://223.130.24.20/~tanorgau/wps_1/wp-content/uploads/2015/08/ft-bg2.gif);
}


.footscribe{
	background: rgba(0,0,0,0.3);
	border-top: 1px rgba(255,255,255,0.6);
	padding: 10px 0;
}

.footscribe a{
	color: #999 !important;
}

.modalholder{
	display: none;
}

#site-generator{
	text-align: right;
}

#site-generator a span{
	color: #fff !important;
}

#modalholder{
	height: 0px; 
	overflow: hidden;
}

.galholder{
	display: none;
}


.galholder .reveal-modal-bg{
	background: url(images/greypart.png) !important;
}








/* ======================= PODCAST ================== */

.widget_tli-latestpodcast h6{
 margin: 0 0 5px 0;
}

.widget_tli-latestpodcast img{
 width: 80px;
 height: 80px;
 float: left;
 margin-right: 20px;
 -webkit-border-radius: 60px;
 border-radius: 80px; 
 margin-bottom: 20px;
}


.widget_tli-latestpodcast .singlep{
	margin-bottom: 30px;
}

.widget_tli-latestpodcast .singlep:last-child{
	margin-bottom: 0px;
}




/* 
 * -16- FOOTER WIDGETS
 * */


.footer ul.footwidget{
	list-style-type: none;
	margin: 40px 0;
	padding: 0px;
}


.footer ul.footwidget p{
	color: #AFA8A4;
}

.footer ul.footwidget li{
	padding: 0px 15px;
	color: #888;
	margin-bottom: 30px;
	position: relative;
}

.footer ul.footwidget li ul li{
	margin-bottom: 0px;
}

.footer ul.footwidget li h3.widget-title{
	display: block;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #efefef;
	text-transform: uppercase;
}


.footer li.widget_cro_twitter {
	background: transparent !important;
}

.footer li.widget_cro_twitter p{
	background: #000;
 	background: rgba(0,0,0,0.3);
  	border: 1px solid #333333;
}



.footer .cro_eventinfoholder {
color: #888;
}

.footer .cro_eventswidgetout:last-child{
	border-bottom: 0px dotted #444;
}


.footer .widget_tli-newsletter input{
	background: url(images/greypart.png);
	background: rgba(0,0,0,0.3);
	border: 1px solid #333;
	color: #fff;
	height: 36px;
	-webkit-box-shadow: none;
	box-shadow: none; 

}

.footer .widget_tli-newsletter input.newssubmit{
	height: auto;
	font-size: 16px;
}

.footer .widget_tli-newsletter .signupinvite {
    margin-bottom: 30px;
}

.footer .widget_tli-newsletter label{
	color: #fff;
}


.footer .widget_tli-latestnews .singlep{
	border-bottom: none;
}


.footer ul.ctclabels li.ctcinfoside {
  color: #AFA8A4;
}

.footer .widget_tli-latestnews .singlep:last-child{
	border-bottom: 0px dotted #e1e3e3;
}


 .footer ul.footwidget li.widget_search{
 	margin-bottom: 90px;
 }

.footer ul.footwidget li.widget_search label{
 	color: #fff;
 }

 .footer ul.footwidget li.widget_search input#s{
 	background: #000;
 	background: rgba(0,0,0,0.3);
  	border: 1px solid #333333;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
 }

 .footer abbr{
 	color: #fff;
 }


 .footer .widget_tli-podcast a{
 	padding: 15px 0;
 	color: #fff;
 	text-transform: uppercase;
 	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
 	display: block;
 	text-align: center;
 }


.footer li.widget_tag_cloud .tagcloud {
  margin: 0;
}


 .footer ul.footwidget li.widget_cro_video{
 	padding: 0px;
 }


.widget_cro_contacts ul.ctclabels{
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none; 
}


.widget_cro_contacts ul.ctclabels li {
	width: 100%;
}






/* ========================= GALLERY ======================== */



.footer ul.footwidget li.widget_cro_gallery .galholderski{
	height: 170px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}


.footer ul.footwidget li.widget_cro_gallery .galholderski img{
	max-width: none;
}


.footer li.widget_nav_menu ul {
    margin: 0;
}

.footer li.widget_nav_menu ul li{
    margin: 0;
    padding-bottom: 15px;
}

.footer ul.footwidget li ul{
	list-style-type: none;
	margin: 0;
}


.footer .cro_line {
	padding: 5px 0;
}


.footer .id-product-infobox {
    display: block;
}

.footer li.widget_categories select, .footer li.widget_archive select {
  background: #000;
  background: rgba(0,0,0,0.3);
  border: 1px solid #333;
  color: #999;
  margin: 0 0px 15px 0;
  padding: 10px;
  width: 100%;
}

.footer ul.footwidget .four{
	width: 100%;
	height: auto;
	padding: 0;
}


.footer .widgbody {
    padding: 0px;
}

.footer li.widget_nav_menu ul li a span.sub {
	color: #999;
}


.footer ul.footwidget li.widget_cro_gallery span.cro_galoverlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/imgplayer1.png) no-repeat 50% 10%;
}

.footer ul.footwidget li{
	padding: 0px;
}

.footer ul.footwidget li.widget_cro_gallery span.cro_nodesc{
	background: url(images/imgplayer1.png) no-repeat 50% 50%;
}

.footer ul.footwidget li.widget_cro_gallery span.cro_galdesc{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	background: rgba(0,0,0,0.3);
	color: #fff;
}


.footer .id-widget {
    padding-top: 0px;
    overflow: auto;
    display: none;
}

.footer .id-mini {
    padding-top: 0px;
    overflow: auto;
    display: block;
}


.footer .id-product-infobox {
    background-color: transparent;
    border-radius: 0px;
    color: #AFA8A4;
    padding: 0px;
}

.footer .id-mini .id-progress-raised, .footer .id-mini .id-product-total, .footer .id-mini .id-product-days{
	font-weight: normal;
	font-size: 24px;
	color: #CFC7C2;
}

.footer .id-product-funding {
  font-size: 12px;
  margin-top: 0px;
}


.footer .widget_product_widget .id-product-total, .footer .widget_product_widget .id-product-days {
  float: left;
  width: 50%;
}

.footer .widget_product_widget .id-product-total, .footer .widget_product_widget .id-product-days {
	text-align: right;
}


.footer a.learn-more-button{
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	background: transparent;
	font-weight: normal;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


.footer .product-wrapper h2.id-product-title {
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
}

.footer .product-wrapper a {
    color: #efefef;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}

.footer .progress-wrapper{
	background-image: none;
	width: 100%;
}

.footer .progress-percentage{
	background-image: none;
}

.footer .crslinside {
  margin-bottom: 30px;
}

.footer form#searchform {
    margin: 0 0 15px 0;
    overflow: auto;
}



/* ================== REST OF FORM ===================== */


.cro_bookingsform .bookerror{
  background: none repeat scroll 0 0 #FF9899;
  border: 1px solid #AF6262;
  border-radius: 3px 3px 3px 3px;
  color: #9A4241;
  display: none;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  width: 93%;
}


.cro_bookingsform .booksuccess {
  background: none repeat scroll 0 0 #C2E48D;
  border: 1px solid #6D8F35;
  border-radius: 3px 3px 3px 3px;
  color: #4F7216;
  display: none;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  width: 93%;
}

/* 
 * -18- COMMENTS
 * */


 .comments-area{
 	margin: 0 0px 30px 0;
	background: #fff;
	border: 1px solid #dad5ce;
    padding: 30px;
    position: relative;
 }


  .comments-area h3.reply-title{
  	color: #545454;
  }


  .comments-area .comment-notes{
   	color: #777;
   	font-style: italic;
  }

 .comments-area input#submit{
   border: none;
   padding: 10px 20px;
   -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
   text-transform: uppercase;
   color: #fff;
   text-shadow: 0 -1px 0 rgba(0,0,0,0.3);

 }

 .comments-area h2.comments-title {
	font-size: 25px;
	margin-bottom: 30px;
}

.comments-area h2.comments-title span{
	font-style: italic;
	font-weight: normal;
}

.comments-area ul.commentlist{
	list-style-type: none;
}

.comments-area li.comment{
	background: #FBFAF8;
    border: 1px solid #dad5ce;
    padding: 30px; 
}

#respond{
	background: #FBFAF8 !important;
    border: 1px solid #dad5ce !important; 
    padding: 30px !important; 
}


code{
	background: #f1f1f1;
	color: #545454;
}

.comments-area li.comment .comment-meta{
	border: 1px solid #dad5ce;
	background: #fff;
	padding: 15px;
}

.comments-area li.comment p.comment-awaiting-moderation{
	padding: 10px;
	margin: 30px 30px 0 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.comments-area li.comment .comment-content{
	color: #545454;
	padding: 30px 30px 0 30px;
}


.comments-area li.comment .reply a{
	padding: 10px 15px;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important; 
	margin-right: 30px;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	text-transform: uppercase;
}

.comments-area li.comment .reply{
	height: 40px;
	text-align: right;
}

.comments-area li.comment img.avatar{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
}

.comments-area li.comment .fn{
	font-size: 16px;
	line-height: 46px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	color: #545454;
}

.comments-area li.comment .comment-meta a{
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	line-height: 46px;
}

.comments-area li.comment #respond{
	padding: 0 40px;
}

.comments-area li.comment ul.children{
	list-style-type: none;
	margin: 30px;
}


/* 
 * -19- PAGINATION
 * */

.pagination {
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #e1e3e3;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	margin-bottom: 30px;
	text-align: center;
}

.pagination span, .pagination a{
	display: inline-block;
	line-height: 28px;
	padding: 0 11px;
	background: #f3f3f3;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	font-weight: bold;
}




ul.cro_twister{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
}

ul.cro_twister li{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin: 0 4%;
	min-width: 240px;
	zoom: 1;
	*display: inline;
}


.cro_agendadiv ul.cro_twister li{
	vertical-align: top;
	margin: 0%;
	zoom: 1;
	*display: inline;
	margin-bottom: 70px;
	width: 96%;
    border: 1px solid #DAD5CE;
    margin: 0 2% 20px 2%;
}

.cro_agendadiv .promoimg{
	float: right;
	width: 20%;
	height: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	min-width: 100px;
}



ul.cro_twister li.specialcontent{
	display: inline-block;
	vertical-align: top;
	width:100%;
	margin: 0px;
	zoom: 1;
	*display: inline;
	margin-bottom: 50px;
	padding: 0;
	background: #FBFAF8;
   	border: 1px solid #DAD5CE; 
}

ul.cro_twister li.specialcontent:last-child{
	margin-bottom: 0px;
}


ul.cro_twister li.specialcontent img{
	margin: 0px;
	margin: 5%;
	width: 90%;
}

ul.cro_twister li.twisterdivider{
	width: 100%;
	margin: 0;
	height: 60px;
}


ul.cro_twister li.calendardivider{
	height: 120px;
}

ul.cro_twister li img{
	width: 100%;
	height: auto;
}

ul.cro_twister li .promoimg{
	position: relative;
}

ul.cro_twister li.specialcontent .promoimg{
	position: relative;
	max-width: 30%;
	float: left;
	margin-right: 30px;
}

ul.cro_twister li .promoimg img{
	margin-bottom: 0px !important;
}

ul.cro_twister h5, ul.cro_twister p{
	text-align: left;
	padding: 0 20px;
}

ul.cro_twister h5{
	margin-bottom: 15px;
	margin-top: 0;
}

ul.cro_twister span{
	-webkit-border-radius: 40px;
	border-radius: 40px; 
	color: #fff;
	padding: 0px 10px 1px 10px;
	font-weight: bold;
}

.cro_agendadiv .fpdiv{
	margin-top: -20px;
}

.clarlabel{
	text-align: left;
	padding: 15px 0 0 0;
}

.clarlabel a{
	color: #fff;
	padding: 10px 20px;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important; 
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
	margin-left: 20px;
}


ul.cro_twister li.timgright{
	text-align: right;
}

ul.cro_twister li.timgleft{
	text-align: left;
}


 /* 
 * -21- CONTACT ELEMENTS
 * */


/* ========================= CONTACT FORM ======================== */

form#ctcform{
	position: relative;
}


.cro_bookingsoverlay1{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/greypart.png) !important;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	top: 0;
	left: 0;
	text-align: center;
	display: none;
}


.cro_bookingsoverlay1 .bookingsldr{
	width: 66px;
	height: 66px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin: -33px 0 0 -33px;
	background: url(images/bookloader.gif) no-repeat center;
}

.cro_bookingsoverlay1 .cro_ldrmess{
	color: #9f9f9f;
	display: inline-block;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #888;
	font-size: 14px;
	text-transform: uppercase;
	background: rgba(0,0,0,0.5);
}

form#ctcform h4{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #545454;
	font-size: 18px;
}


form#ctcform input#cro_form_sub{
	padding: 15px 0;
	color: #fff;
	display: block;
	border: none;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	width: 100%; 
	margin-top: 40px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}


form#ctcform p.locmail{
	display: none;
}

form#ctcform .booksuccess {
  background: none repeat scroll 0 0 #C2E48D;
  border: 1px solid #6D8F35;
  border-radius: 3px 3px 3px 3px;
  color: #4F7216;
  display: none;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  width: 100%;
}

form#ctcform .bookerror {
  background: none repeat scroll 0 0 #FF9899;
  border: 1px solid #AF6262;
  border-radius: 3px 3px 3px 3px;
  color: #9A4241;
  display: none;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  width: 100%;
}


/* ========================= Google Maps ======================== */

#map_canvas{
	width: 100%;
	height: 245px;
	background: #fff;
	border: 1px solid #e1e3e3;
}

#map_canvas2{
	width: 100%;
	height: 245px;
	background: #fff;
	border: 1px solid #e1e3e3;
}

#map_canvas2 img { max-width: none; height: auto; -webkit-box-shadow: none !important;
box-shadow: none !important;  }

#map_canvas img { max-width: none; height: auto; -webkit-box-shadow: none !important;
box-shadow: none !important;  }

.post #map-container img, .hentry #map-container img  { -webkit-box-shadow: none !important;
box-shadow: none !important;  }



/* ========================= Contact Details ======================== */

ul.ctclabels{
	text-align: center;
	list-style-type: none;
}

ul.ctclabels li{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: left;
}

ul.ctclabels li.ctclabelside{
	font-weight: bold;
	text-transform: uppercase;
	color: #545454;
}

ul.ctclabels li.ctcclearside{
	width: 100%;
	height: 20px;
}

ul.ctclabels li.ctcclearside h4{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #545454;
	height: auto;
	font-size: 18px;
}


@media only screen and (max-width: 480px) {
	
	ul.ctclabels li{
	width: 100%;
	}
	
}

/* ========================= Driving directions ======================== */

.cro_drivedirections{
	text-align: center;
}

.cro_drivedirections a{
	display: block;
	padding: 10px 0;
	color: #fff !important;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
}


ul.cro_directionscal{
	background: #fff;
	border: 1px solid #e1e3e3;
	padding: 20px;
	list-style-type: none;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
}


ul.cro_directionscal li{
	padding: 0px 0 10px 0;
}

ul.cro_directionscal li.dir-label{
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #545454;
}

ul.cro_directionscal li input#driveclick{
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	border: none;
	width: 100%;
}

#map-container{
	width: 100%;
	height: 400px;
}

#dir-container{
	background: #fff;
}


#map_canvas img, #map_canvas2 img , #map-container img {
    max-width: none;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}


/* 
 * -22- BANNERS
 * */


 .cro_bannerouter{
 	-webkit-border-radius: 4px;
 	border-radius: 4px; 
 	position: relative;
 }

  .cro_baninner{
 	background: #2a2a2a;
 	margin-left: 300px; 
 }

  .cro_baninner .banleft{
 	position: absolute;
 	width: 300px;
 	height: 100%;
 	top: 0px;
 	left: 0px;
 }

 .cro_baninner .banleftcal a{
 position: absolute;
 bottom: 10px;
 left: 50%;
 margin-left: -20px;
 -webkit-border-radius: 40px;
 border-radius: 40px; 
 background: #000;
 color: #fff;
 padding: 5px 10px 6px 10px;
 text-transform: uppercase;
 font-weight: bold;
 }

 .cro_baninner .banright{
 	text-align: center;
 }

   .cro_baninner h4{
 	text-align: center;
 	padding: 15px 0;
 	text-transform: uppercase;
 	margin: 0px;
 	font-weight: normal;
 }


 .cro_baninner h4 a{
 	font-weight: normal;
 }

  .cro_baninner h5{
 	color: #AFA8A4;
 	text-align: center;
 	font-weight: normal;
 	font-size: 17px;
 	margin: 0px;
 }

 .cro_baninner a.bannervalueline{
 	display: inline-block;
 	margin: 25px 0;
 	padding: 15px;
 	color :#fff;
 	background: #000;
 	-webkit-border-radius: 4px;
 	border-radius: 4px; 
 	font-size: 15px;
 }


 .bannercover .cro_bannerouter{
 	display: none;
 }

  .bannercover .bannercurrent{
 	display: block;
 }

 .cro_banner-pagetop{
 	margin: 0;
 }


  .cro_banner-pagetop .bannercover{
  	padding-bottom: 0px !important;
  }


   .cro_banner-pagebottom .bannercover{
  	padding-top: 30px !important;
  }


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

	.cro_baninner{
 		background: url(images/respbanoverlay.png) no-repeat top left;
 		border-right: 1px solid #e1e3e3 !important;
 	}

 	 .cro_baninner .banright{
 		margin-top: 200px;
 		margin-left: 0;
 		padding: 0 20px;
 	}

 	.cro_baninner .banleft{
 		height: 200px;
 	}
	

}


 /* 
 * -22- PROMOTIONS
 * */


.singlepage .bannercover{
	margin: 0px;
}

 .cro_promodate{
 	text-align: center;
 	background: #fff;
 	color: #333;
 	padding: 20px;
 	font-size: 16px;
 	font-weight: normal;
  	margin: 7%;
  	min-height: 190px;
  	padding-top: 50px;
  		border: 1px solid #DAD5CE; 
 }

 .promo .cro_promodate{
 	min-height: auto;
 	padding: 20px;
 	margin-top: 20px !important;
 }


 .promo .byline{
 	text-align: center !important;
 }

 .promo .promoimg{
 	margin-top: 20px;
 }

 .singlepage .promo{
 	background: #FBFAF8;
    border: 1px solid #DAD5CE;
    padding: 15px;
 }

  .singlepage .promo .hentry{
  	border-left: none;
  	border-right: none;
  	border-bottom: none;
  }

 ul.cro_twister li h5.weekpromo{
 	font-size: 20px;
 	font-weight: normal;
 	margin: 15px 0;
 }

 ul.cro_twister li h4.promovalue{
 	margin: 20px 0 0 0;
 }

  ul.cro_twister li h4.byline{
  	font-size: 16px;
  	font-weight: normal;
  	padding-top: 10px;
  	color: #777;
  	line-height: 26px;
  	text-align: left;
  	margin-bottom: 0px;
  	-webkit-border-radius: 5px 5px 5px 5px;
  	border-radius: 5px 5px 5px 5px; 
  	padding: 5px;
  	text-shadow: 1px 1px 0 #fff;
}


  ul.cro_twister li h4.valueline a{
  	display: inline-block;
  	font-size: 14px;
  	padding: 10px 15px;
  	color: #fff;
	text-shadow: 0px -1px 0 rgba(0,0,0,0.2);
  	text-transform: uppercase;
  	font-weight: 300;
  	-webkit-border-radius: 0px !important;
  	border-radius: 0px !important; 
}

ul.cro_twister li.imgpromo .promoimg{
	display: inline-block;
	max-width: 100%;
	position: relative;
}


ul.cro_twister li.imgpromo .promoimg img{
  	text-align: center;
	margin: 0px;
	height: auto;
	width: auto;
	max-width: 95%;
 }


ul.cro_twister li.promodivider{
	height: 100px;
}



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

	ul.cro_twister li h5.weekpromo{
 		text-align: center;
 	}	

 	.cro_promodate{
 		padding: 10px;
 		min-height: auto;
 	}

 	ul.cro_twister li h4.byline{
 		text-align: center;
 	}

}




.wp-caption {
}
.wp-caption-text{
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.aligncenter {
}



.cro_sch{
	position: fixed;
	top: 270px;
	left: 0px;
	background: #3E3C3D;
	width: 25px;
	height: 195px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px; 
	z-index: 50;
	-webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.4); 
}

.cro_sec{
	position: relative;
	padding: 5px;
}

.cro_prim{
	position: relative;
	padding: 5px;
}

.secpoint{
	width: 15px;
	height: 15px;
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}



 /* 
 * -22- Ignitiondeck
 * */

ul.mainwidget .widget_product_widget{
	background: #fff;
	width: 100%;
}

ul.mainwidget .widget_product_widget .id-widget{
	width: 100%;
	max-width: 100%;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 0;
}


ul.mainwidget .widget_product_widget .id-product-infobox{
background: #fff;
-webkit-box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
-webkit-border-radius: 0px;
 border-radius: 0px;
 padding: 0px; 
 display: block;
 float: none;

}


ul.mainwidget .widget_product_widget .img_cur{
	margin: 15px 15px 0 15px;
	width: auto;
}



ul.mainwidget .widget_product_widget .img_cur img {
	max-width: 100%;
	margin: 0;
}


ul.mainwidget .widget_product_widget .id-product-infobox h2.id-product-title{
	background: #fbfaf8;
	padding: 15px;
	border-bottom: 1px solid #EFEAE0;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
}

ul.mainwidget .widget_product_widget .id-product-infobox h2.id-product-title a{
	text-decoration: none;
	font-weight: normal;
}


ul.mainwidget .widget_product_widget .id-mini .id-product-infobox #img_cur{
	margin: 15px;
} 


ul.mainwidget .widget_product_widget .progress-wrapper{
 margin: 15px;
 border: none !important;
 width: auto;
 -webkit-border-radius: 0px;
 border-radius: 0px; 
 background: transparent;
}


ul.mainwidget .widget_product_widget  .progress-percentage {
	color: #fff;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); 
	text-shadow: none;
	font-weight: normal;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}


ul.mainwidget .widget_product_widget .id-progress-raised{
	color: #434343;
	text-align: center;
	font-weight: normal;
}

ul.mainwidget .widget_product_widget .id-product-funding{
	color: #434343;
	text-align: center;
	font-weight: normal;
}

ul.mainwidget .widget_product_widget .id-product-funding{
	color: #999;
	text-align: left;
	font-weight: normal;
	text-align: center;
}


ul.mainwidget .widget_product_widget .id-product-total, ul.mainwidget .widget_product_widget  .id-product-days {
 float: left;
 width: 50%;
}

ul.mainwidget .widget_product_widget .id-product-total{
	text-align: right;
	color: #434343;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	margin-top: 0;
}

ul.mainwidget .widget_product_widget  .id-product-days{
	text-align: right;
	color: #434343;
	font-weight: normal;
	clear: left;
	font-size: 24px;
	line-height: 26px;
	margin-top: 0;
}

ul.mainwidget .widget_product_widget  .id-product-pledges{
	color: #434343;
	font-weight: normal;
	float: left;
	margin: 5px 0;
	line-height: 20px;
	width: 50%;
	text-indent: 20px;
	text-align: left;
}

ul.mainwidget .widget_product_widget .id-product-days-to-go{
	color: #434343;
	font-weight: normal;
	margin: 5px 0;
	line-height: 20px;
	width: 50%;
	text-indent: 20px;
	text-align: left;
}

ul.mainwidget .widget_product_widget .learn-more-button {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
	color: #fff !important;
	font-weight: normal;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
	display: block;
	margin: 15px 15px 0px 15px;
	width: auto;
	padding: 15px 0;
	background-image: transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

ul.mainwidget .widget_product_widget .learn-more-button:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); 
}


ul.mainwidget .widget_product_widget .progress-bar{
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	height: 100% !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); 
}


ul.mainwidget .widget_product_widget  .id-product-description, ul.mainwidget .widget_product_widget  .id-level-desc{
	margin: 20px 20px 0 20px;
	color: #434343;
	padding: 10px;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	background: #FBFAF8;
	border: 1px solid #DAD5CE;
	text-transform: none;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}


ul.mainwidget .widget_product_widget .id-product-infobox .id-product-levels .id-level-counts{
	margin: 0 20px;
	text-align: center;
}

ul.mainwidget .widget_product_widget  .id-level-title{
	text-align: center;
	background: #A8A5A1;
	margin: 20px;
	margin-bottom: 0px;
}

ul.mainwidget .widget_product_widget .id-mini .id-product-proposed-end{
	height: 0px;
	overflow: hidden;
	padding: 0;
}

.product-video-container {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}


.id-complete-projcont {
  float: none;
  width: auto;
}

.ignitiondeck form label.dd-option-text {
  color: #999;
}

#btn-container a.main-btn {
  -webkit-border-radius: 0px;
  border-radius: 0px; 
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  color: #fff !important;
  width: 86%;
  font-weight: normal;
}

#btn-container a.main-btn:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); 
}

.id-product-infobox .id-product-proposed-end{
	display: none;
}

.id-purchase-form-wrapper {
  background:#FFFFFF;
  border: 0px solid #9DCE37;
  border-radius: 0px;
  padding: 0px;
}

.id-purchase-form-full {
    margin: 0px;
    max-width: 100%;
}

.id-purchase-form-full h3{
	display: none;
}

.id-purchase-form-full h4{
	font-weight: normal;
	text-align: center;
	color: #2a2a2a;
}

.id-purchase-form {
  background: #FBFAF8;
  border: 1px solid #EFEAE0;
  border-radius: 0px;

}

.id-purchase-form input, .id-purchase-form textarea {
  border: 1px solid #CCCCCC !important;
  border-radius: 2px 2px 2px 2px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset !important;
  color: rgba(0, 0, 0, 0.75) !important;
  display: block !important;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
  font-size: 13px !important;
  margin: 0 0 12px !important;
  padding: 6px !important;
  transition: all 0.15s linear 0s !important;
  width: 100% !important;
  background: #fff !important;
}


.id-purchase-form input{
	height: 31px !important;
}


.product-post-output .product-dashed-heading, .product-post-output .product-dashed-heading1 {
  background: #FBFAF8;
  border: 1px solid #EFEAE0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: normal;
  cursor: pointer;
  margin: 15px 0 10px;
  color: #2a2a2a;
  font-size: 18px;
}


.product-image-container{
	text-align: center;
}

.product-image-container span.image1, .product-image-container span.image2, .product-image-container span.image3, .product-image-container span.image4{
	display: inline-block;
	width: 49%;
	float: none;
	margin: 0;
	vertical-align: top;
}

.id-purchase-form select {
  vertical-align: middle;
  background: #fff;
  border: 1px solid #EFEAE0;
  padding: 5px 0;
}


.id-purchase-form button, .id-purchase-form input[type="submit"], .id-purchase-form input[type="button"] {
  border: none !important;
  border-radius: 0px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 16px !important;
  height: 45px !important;
  padding: 14px;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
  margin-top: 20px !important;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


ul.mainwidget .ignitiondeck .main-btn {
  border-radius: 0px;
  color: #fff !important;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
  font-weight: normal;
  padding: 15px 40px;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
  width: 80%;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.main-btn:hover{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	 box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;  
}

.id-widget{
	text-align: center;
	padding-top: 30px;
	width: 100%;
	max-width: 100%;
}


.id-product-infobox{
	display: none;
}

.progress-wrapper {
  border: none;
  border-radius: 0px;
}

.progress-bar{
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	 box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);  
}

.progress-percentage {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  font-weight: normal;
}

.product-post-output {
    display: block;
}


.product-post-output #prodfaq strong, .product-post-output #produpdates strong{
	display: block;
}


.id-purchase-form-full h4{
	display: none;
}





 /* 
 * -22- Woo commerce
 * */


.wooptitle{
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	font-weight: 200;
	float: left;
	padding: 10px;
}

.woopstorelink{
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	font-weight: 200;
	float: right;
	padding: 10px;
}

.woopstorelink a{
	color: #fff;
}

ul.woofront{
	list-style-type: none;
	background: #fff;
	border: 1px solid #DAD5CE;
	padding: 30px 0 30px 15px;
	clear: right;
	overflow: auto;
}

ul.woofront:after{
	content: "";
	background: url(images/shadbox.png) no-repeat center bottom;
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0px;
	bottom: 11px;
}

ul.woofront li{
	float: left;
	width: 33.33%;
	position: relative;
}

ul.woofront li .onsale{
	position: absolute;
	top: 0px;
	left: 8px;
	background: url(images/sale.png);
	width: 53px;
	height: 53px;
	text-indent: -999999px;
}

ul.woofront li img{
	float: left;
	margin-right: 20px;
	margin-left: 8px;
}

ul.woofront li h3{
	font-size: 13px;
	margin: 0 0 20px 0;
	font-weight: 200;
	color: #424242;
	padding-right: 30px;
	height: 70px;
	overflow: hidden;
	line-height: 22px;
}

ul.woofront li .price{
	display: block;
	text-align: right;
	padding-right: 30px;
	font-weight: 800;
	text-decoration: none;
	font-size: 16px;
}

ul.woofront li .price ins{
	text-decoration: none;
}

ul.woofront li .price del{
	color: #DFDAD1 !important;
}

ul.woofront li .add_to_cart_button{
	position: absolute;
	bottom: 0;
	right: 30px;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 11px;
}


ul.woofront a.added_to_cart{
	position: absolute;
	top: 0;
	left: 8px;
	padding: 5px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3):;
}

.wooshop h1{
	font-weight: 200;
	font-size: 30px;
	text-align: center;
}

.wooshop ul{
	list-style-type: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.wooshop ul li{
	border: 1px solid #EFEAE0;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	width: 45%;
	margin: 0 2% 20px 2%;
	vertical-align: top;
	background: #FBFAF8;
	padding: 5px 0;
}

.wooshop ul li img{
	margin: 0px auto;
}

.wooshop ul li .onsale{
	padding: 3px 0px !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
	width: 70px !important;
	color: #fff !important;
	position: absolute !important;
	top: 5px !important;
	left: 50% !important;
	margin-left: -35px !important;
}


.wooshop ul li h3{
	font-weight: 200;
	font-size: 14px;
	min-height: 40px;
	padding: 0 20px;
	color: #434343;
}

.wooshop ul li a{
	display: block;
	clear: left;
	text-align: center;
}


.wooshop ul li .add_to_cart_button{
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 11px;
	width: 100px;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.wooshop ul li .price{
	padding: 5px;
	color: #fff;
	min-width: 100px;
	font-size: 14px !important;

}

ul.cart_list{
	margin: 0px;
}

ul.cart_list li{
	border: 1px solid #EFEAE0 !important;
	margin: 0px  0px 10px 0!important;
	padding: 10px 10px 0 10px !important;
	background: #FBFAF8 !important;
}

ul.cart_list li a{
	clear: both;
	display: block;
	overflow: hidden;
}

ul.cart_list li img{
	display: inline block;
	margin-right: 10px;
	float: left;
}

ul.cart_list li .quantity{
	display: block;
	text-align: right;
	position: relative;
	top: -20px;
}

.widget_shopping_cart p.total{
	margin: 0 15px 15px 15px !important;
	color: #fff;
	text-align: center;
	padding: 10px 0;

}

.widget_shopping_cart p.buttons{
	margin: 0 15px 15px 15px;
}

.widget_shopping_cart p.buttons a{
	display: inline-block;
	padding: 10px 0;
	color: #fff;
	width: 49%;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}




.wooshop .type-product .images{
	text-align: center;
}

.wooshop .type-product .price{
	text-align: center;
	font-size: 18px;
}

.wooshop .type-product form.cart{
	text-align: center;
}

.wooshop .type-product .images a{
	display: block;
}

.wooshop .type-product input{
	color: #fff;
	border: none;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;

}

.quantity .qty{
	width: 30px !important;
	padding: 0 !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

.quantity input{
	display: inline-block !important;
}

.wooshop .type-product button{
	color: #fff;
	border: none;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 15px;
}


.wooshop .type-product input[type="button"].minus, table.shop_table input[type="button"].minus{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 31px;
	width: 15px;
	height: 15px;
}

.wooshop .type-product input[type="button"].plus, table.shop_table input[type="button"].plus{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	left: 31px;
	width: 15px;
	height: 15px;
}

.wooshop .type-product .buttons_added input[type="number"].qty, , table.shop_table input[type="button"].qty{
	margin: 0 !important;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 31px;
}

table.shop_table .buttons_added{
	position: relative;
	height: 30px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}



.wooshop .type-product input[type="button"]{
	padding: 7px 9px 8px 9px;
	color: #fff;
	border: none;
}

.wooshop .type-product .onsale{
	position: absolute;
	top: -20px;
	left: 50px;
	margin-left: -60px;
	width: 70px;
	height: 70px;
	line-height: 60px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.wooshop .type-product ul.tabs li{
	margin: 0px;
	width: 49.5%;
	border: none;
	display: inline-block;
}

.wooshop .type-product ul.tabs li.active{
	color: #fff;
	text-transform: uppercase;
}

.wooshop .type-product ul.tabs li.active a{
	color: #fff;
	text-transform: uppercase;
}


.wooshop .type-product .panel{
	background: #FBFAF8;
}

.wooshop .type-product .panel h2{
	text-align: center;
	font-weight: 200;
	color: #2a2a2a;
}


form.woocommerce-ordering {
	margin: 0;
}

form.woocommerce-ordering select{
	background: #FBFAF8;
	padding: 5px;
	text-transform: uppercase;
	border: 1px solid #EFEAE0;
	text-align: center;
	margin: 0 3%;
	width: 94%;
	margin-bottom: 10px;
}

.woocommerce_message{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 0;
	text-align: center;
	width: 60%;
	margin: 0 20%;
	color: #fff;
	z-index: 20;
}


.shop_table td.product-quantity{
     min-width: 110px;
}



.shop_table .product-quantity input{
	color: #fff;
	border: none;
	text-align: center;
	padding: 3px 0;
}

.shop_table .product-quantity button{
	color: #fff;
	border: none;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 15px;
}

.shop_table a.remove{
	font-size: 14px;
	color: #fff;
	padding: 3px 8px 8px 8px;
}

.wooshop ins .amount{
	text-decoration: none;
}




.shop_table .product-quantity input[type="button"]{
	padding: 3px 9px 4px 9px;
	color: #fff;
	border: none;
}

td.actions input{
	width: 47%;
	margin: 0 1%;
	display: inline-block;
	padding: 3px 0;
	border: none;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

td.actions .coupon input{
	width: 47%;
	margin: 0 1%;
	display: inline-block;
	padding: 3px 0;
}

td.actions .coupon label{
	text-align: center;
	background: #FBFAF8;
	padding: 5px;
	text-transform: uppercase;
	border: 1px solid #EFEAE0;
	margin-bottom: 10px;
}

td.actions .coupon{
	margin-bottom: 20px;
	wisth: 100%;
}



td.actions .coupon input.button{
	color: #fff;
	border: none;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0;
}

td.actions .coupon input#coupon_code{
	background: #fff !important;
	border: 1px solid #d8d8d8 !important;
	color: #a2a2a2;
	border: none;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0;
	min-width: 150px;
	display: inline-block;
}

td.actions .coupon input.button {
  border: medium none;
  color: #FFFFFF;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
  display :inline-block;
  text-shadow: none;
}

.cart_totals h2{
	text-align: right;
	font-weight: 200;
	color: #2a2a2a;
	margin: 0 50% 0 0;
	font-size: 16px;
	display: none;
}

.cart_totals{
	text-align: right;
	overflow: auto;
}

.cart_totals table{
float: right;
width: 50%;
}

form.shipping_calculator{
	text-align: center;
	padding: 20px 0;
}

form.shipping_calculator h2{
	font-weight: 200;
	margin: 0 0 20px 0;
	font-size: 18px;
	text-transform: uppercase;
}

form.shipping_calculator select{
	font-weight: 200;
	margin: 0 0 20px 0;
	background: #FBFAF8;
	padding: 5px;
	text-transform: uppercase;
	border: 1px solid #EFEAE0;
	text-align: center;
	margin: 0 5%;
	width: 90%;
}

form.shipping_calculator input{
	margin: 0 5%;
	width: 90%;
}

form.shipping_calculator button{
	border: none;
	padding: 8px;
	color: #fff;
	text-transform: uppercase;
}

.woocommerce-result-count{
	display: none;
}

p.comment-form-rating{
	margin: 0px;
}

p.stars a{
	padding: 5px 9px;
	margin-right: 2px;
	text-shadow: 0 0px 0 rgba(0,0,0,0.3);
}

#commentform input#submit{
	padding: 12px 18px;
	margin-right: 2px;
	color: #fff !important;
	border: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

.woocommerce-tabs h2{
	font-size: 24px;
}

#tab-reviews .star-rating{
	text-align: center;
}

#tab-reviews ol{
	list-style-type: none;
}

#tab-reviews ol li{
	background: #fff;
	padding: 20px;
}

#tab-reviews ol li img{
	float: left;
}

#tab-reviews ol li p.meta{
	text-align: center;
	margin-bottom: 30px;
}

#tab-reviews ol li .description{
background: #FBFAF8;
padding: 10px;
color: #2a2a2a;
text-align: left;
text-indent: 0;
}

#tab-reviews ol li .description p{
	margin: 0;
	text-indent: 0;
}

#tab-reviews p.add_review{
	text-align: center;
}

#tab-reviews p.add_review a{
	padding: 10px 20px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	font-weight: 200;
	text-transform: uppercase;
}



.widget_best_sellers ul, .widget_featured_products ul, .widget_login ul, .widget_onsale ul, 
.widget_top_rated_products ul, .widget_recent_reviews ul, .widget_recent_products ul, .widget_recently_viewed_products ul,
.widget_random_products ul{
	margin: 0;
}

.widget_login ul li{
	padding: 10px !important;
	margin-bottom: 10px !important;
}

.widget_login ul li a{
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

.widget_best_sellers ul li, .widget_featured_products ul li, .widget_onsale ul li, .widget_top_rated_products ul li,
.widget_recent_reviews ul li, .widget_recent_products ul li, .widget_recently_viewed_products ul li,
.widget_random_products ul li{
	clear: left;
	margin: 0 0 10px 0 !important;
	background: none repeat scroll 0 0 #FBFAF8 !important;
    border: 1px solid #EFEAE0 !important;
    padding: 10px !important;
    *zoom: 1;
}

.widget_best_sellers ul li del, .widget_best_sellers ul li ins, .widget_best_sellers ul li span.amount, 
.widget_featured_products ul li del, .widget_featured_products ul li ins, .widget_featured_products ul li span.amount, 
.widget_onsale ul li del, .widget_onsale ul li ins, .widget_onsale ul li span.amount, 
.widget_top_rated_products ul li del, .widget_top_rated_products ul li ins, .widget_top_rated_products ul li span.amount, 
.widget_recent_reviews ul li del, .widget_recent_reviews ul li ins, .widget_recent_reviews ul li span.amount, 
.widget_recent_products ul li del, .widget_recent_products ul li ins, .widget_recent_products ul li span.amount, 
.widget_recently_viewed_products ul li del, .widget_recently_viewed_products ul li ins, .widget_recently_viewed_products ul li span.amount, 
.widget_random_products ul li del, .widget_random_products ul li ins, .widget_random_products ul li span.amount{
	display: block;
	text-align: right;
}

.widget_best_sellers ul li ins, .widget_best_sellers ul li span.amount, 
.widget_featured_products ul li ins, .widget_featured_products ul li span.amount, 
.widget_onsale ul li ins, .widget_onsale ul li span.amount, 
.widget_top_rated_products ul li ins, .widget_top_rated_products ul li span.amount, 
.widget_recent_reviews ul li ins, .widget_recent_reviews ul li span.amount, 
.widget_recent_products ul li ins, .widget_recent_products ul li span.amount, 
.widget_recently_viewed_products ul li ins, .widget_recently_viewed_products ul li span.amount, 
.widget_random_products ul li ins, .widget_random_products ul li span.amount{
	text-decoration: none;
	color: #424242;
}

.widget_best_sellers ul li:before, .widget_best_sellers ul li:after, 
.widget_featured_products ul li:before, .widget_featured_products ul li:after, 
.widget_onsale ul li:before, .widget_onsale ul li:after, 
.widget_top_rated_products ul li:before, .widget_top_rated_products ul li:after, 
.widget_recent_reviews ul li:before, .widget_recent_reviews ul li:after, 
.widget_recent_products ul li:before, .widget_recent_products ul li:after, 
.widget_recently_viewed_products ul li:before, .widget_recently_viewed_products ul li:after, 
.widget_random_products ul li:before, .widget_random_products ul li:after{
	display: table;line-height: 0;content: "";
}

.widget_best_sellers ul li:after, .widget_featured_products ul li:after, .widget_onsale ul li:after, 
.widget_recently_viewed_products ul li:after,.widget_top_rated_products ul li:after, 
.widget_recent_reviews ul li:after, .widget_recent_products ul li:after, .widget_random_products ul li:after{
	clear: both;
}

.widget_best_sellers ul li a img, .widget_featured_products ul li a img, .widget_onsale ul li a img, 
.widget_top_rated_products ul li a img, .widget_recent_reviews ul li a img, .widget_recent_products ul li a img,
.widget_recently_viewed_products ul li a img, .widget_random_products ul li a img{
	float: left;
	margin-right: 10px;
}

.woocommerce input.button{
	border: none;
	padding: 10px 20px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}


ul.woocommerce-error, .widget_login .woocommerce-error{
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 20px;
}

.widget_login .woocommerce-error, ul.woocommerce-error li{
	padding: 10px;
	color: #fff;
	background: #EF1D4D;
}


.widget_login .woocommerce-error a{
	color: #000 !important;
}


.widget_login input#wp-submit{
	padding: 8px 15px;
	border: none;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}



.widget_product_tag_cloud a,  .widget_cro_tagarchive .tagcloud a{
	display: inline-block;
	padding: 8px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 10px 10px 0;
}

.widget_product_tag_cloud .tagcloud, .widget_cro_tagarchive .tagcloud{
	margin: 0 15px 15px 15px;
}

table.shop_table{
	width: 100%;
}

table.shop_table td.product-thumbnail{
	min-width: 60px;
}

.cro_cart{
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 50;
}

.cro_cart a{
	display: none;
}

.cro_cart a.cartshow{
	display: block;
	width: 46px;
	height: 62px;
	background: #3B3936 url(images/cart.png) no-repeat 50% 5px;
	-webkit-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px; 
	color: #3B3936;
}

.cro_cart a.cartshow span{
	color: #fff;
	font-weight: bold;
	padding-top: 40px;
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}

.cro_cart a.cartshow span span.amount{	
	display: none;
}

form#searchform{
	margin: 0 15px 15px 15px;
	overflow: auto;
}

form#searchform input#searchsubmit{
	border: none;
	padding: 12px 16px;
	float: right;
	color: #fff;
	text-shadow: 0 -1px 0 0 rgba(0,0,0,0.3);
	text-transform: uppercase;
	font-weight: normal;

}



.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
  background: #A8A5A1 !important;
  border-color: #;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  font-weight: normal;
  margin-top: 0;
  -webkit-border-radius: 0px;
	border-radius: 0px; 
	padding: 8px 16px;

}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #C8BFC6 -moz-use-text-color #C8BFC6 #C8BFC6;
  border-image: none;
  -webkit-border-radius: 0px;
  border-radius: 0px; 
  border: 0px solid #000;
  box-shadow: none;
  float: left;
  font-weight: 700;
  height: 28px;
  padding: 0;
  text-align: center;
  width: 45px;
  height: 31px;
}

.wooshop .type-product input.plus[type="button"], table.shop_table input.plus[type="button"] {
  height: 15px;
  left: 31px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 15px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important; 
  border: 0px solid #000 !important;
}


.woocommerce span.onsale, .woocommerce-page span.onsale {
  background: #A8A5A1;
  -webkit-border-radius: 100px !important;
  border-radius: 100px !important; 
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset, 0 -1px 0 rgba(0, 0, 0, 0) inset, 0 1px 2px rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  left: 6px;
  line-height: 32px;
  margin: 0;
  min-height: 32px;
  min-width: 32px;
  padding: 4px;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px 0 #85AD74;
  top: 6px;
}



.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  background: #A8A5A1;
  border: 0px solid #C8BFC6;
  border-radius: 2px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset, 0 1px 0 rgba(255, 255, 255, 0) inset, 0 1px 2px rgba(0, 0, 0, 0);
  color: #5E5E5E;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  font-weight: 700;
  left: auto;
  line-height: 1em;
  margin: 0;
  overflow: visible;
  padding: 9px 0px !important;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important; 
  font-weight: normal;
  width: 100% !important;
  display: block !important;
  margin-bottom: 5px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  color: #85AD74;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  background: transparent;
  color: #A8A5A1;
}


.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important; 
  border-width: 0;
  box-shadow: 2px 2px 0 transparent;
  left: -6px;
}


.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: #CFCFCF;
    border: 0px solid #E0DADF;
    -webkit-border-radius: 0px !important;
  	border-radius: 0px !important; 
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0) inset;
    display: inline-block;
    margin: 0 -5px;
    padding: 0 1em;
    position: relative;
    z-index: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 0px 0px 0 #FFFFFF;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 0px solid #E0DADF;
}


.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background: #CFCFCF;
  border: 0px solid #E0DADF !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  text-align: center;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  overflow: hidden;
}

p.stars a{
	border: 0px solid #000 !important;
	color: #A8A5A1;
}

.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove {
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  height: 25px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 25px;
  padding: 0;
  margin: 0;
}


.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  float: none;
}

td.actions .coupon input.button {
  width: 200px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}


.woocommerce #content table.cart input, .woocommerce table.cart input, .woocommerce-page #content table.cart input, .woocommerce-page table.cart input {
  line-height: 1em;
  margin: 0;
  vertical-align: middle;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: none;
}


.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
  display: block;
  float: none;
  width: 100%;
  color: #fff;
  text-shadow: none;
}







.footer .widget_best_sellers ul li, 
.footer .widget_featured_products ul li, 
.footer .widget_onsale ul li, 
.footer .widget_top_rated_products ul li, 
.footer .widget_recent_reviews ul li, 
.footer .widget_recent_products ul li, 
.footer .widget_recently_viewed_products ul li, 
.footer .widget_random_products ul li {
  background: #000 !important;
  background: rgba(0,0,0,0.3) !important;
  border: 1px solid #333 !important;
}

.footer ul.cart_list li{
  background: #000 !important;
  background: rgba(0,0,0,0.3) !important;
  border: 1px solid #333 !important;
}

.footer .widget_shopping_cart p.total{
	color: #fff !important;
}


.footer #searchform #s{
  background: #000 !important;
  background: rgba(0,0,0,0.3) !important;
  border: 1px solid #333 !important;
  color: #fff;
}

.footer #searchform label{
  color: #fff;
}

.footer .widget_product_tag_cloud .tagcloud {
  margin: 0;
}


.footer .widget_best_sellers ul li ins, 
.footer .widget_best_sellers ul li span.amount, 
.footer .widget_featured_products ul li ins, 
.footer .widget_featured_products ul li span.amount, 
.footer .widget_onsale ul li ins, 
.footer .widget_onsale ul li span.amount, 
.footer .widget_top_rated_products ul li ins, 
.footer .widget_top_rated_products ul li span.amount, 
.footer .widget_recent_reviews ul li ins, 
.footer .widget_recent_reviews ul li span.amount, 
.footer .widget_recent_products ul li ins, 
.footer .widget_recent_products ul li span.amount, 
.footer .widget_recently_viewed_products ul li ins, 
.footer .widget_recently_viewed_products ul li span.amount, 
.footer .widget_random_products ul li ins, 
.footer .widget_random_products ul li span.amount {
  color: #bfbfbf;
  text-decoration: none;
}



.single-product .quantity {
	width: 50px;
	margin: 0 auto;
	position: relative;
	height: 50px;

}


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

	ul.woofront, .wooshop ul{
		display: table;
		margin: 20px auto 20px auto;
		max-width: 330px;
	}


	ul.woofront:after{
	background: url(images/shadbox3.png) no-repeat center bottom;
	bottom: 15px;
	}

	ul.woofront li, .wooshop ul li{
		float: none;
		margin-bottom: 30px;
		width: 100%;
		display: inline-block;
	}

	ul.woofront li.clearfix{
		display: none;
	}

	.wooptitle, .woopstorelink {
		float: none;
		max-width: 330px;
		margin: 0 auto;
		text-align: center;
	} 

	.wooshop ul.tabs{
		width: 100%;
	}

}

