

@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;subset=latin,greek-ext,greek,vietnamese,latin-ext,cyrillic,cyrillic-ext);

/*-----------------------------------------------------------------------------------*/
/*	Reset default browser CSS.
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Based on work by Eric Meyer and html5doctor.com
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/*	Remember to define focus styles!
/*-----------------------------------------------------------------------------------*/

:focus {
	outline: 0;
}

body {
	background: #f3f3f3;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
}



.bar {
	border:1px solid #000;
}


/*-----------------------------------------------------------------------------------*/
/*	Tables still need 'cellspacing="0"' in the markup
/*-----------------------------------------------------------------------------------*/

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

img {
	vertical-align: middle;
}


/*-----------------------------------------------------------------------------------*/
/*	Alignment
/*-----------------------------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*-----------------------------------------------------------------------------------*/
/*	Global
/*-----------------------------------------------------------------------------------*/

body, input, textarea {
	color: #494f5c;
	font-family: 'Arimo', sans-serif;
	line-height: 1.5;
}

.clear{
	clear: both;
}

.fleft{
	float: left;
}

.right,
div.right,
a.right {
	float: right;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
 }


/*-----------------------------------------------------------------------------------*/
/*	Headings
/*-----------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	color: #085dad;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

hr {
	background-color: #ffffff;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


/*-----------------------------------------------------------------------------------*/
/*	Text elements
/*-----------------------------------------------------------------------------------*/

p {
	font-size: 15px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: disc;
	font-size: 14px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 20px;
	padding: 0 10px;
	border-left: 5px solid #085dad;
}

blockquote em, blockquote i, blockquote cite, blockquote p {
	font-style: normal;
	font-size: 18px;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}

code, kbd {
	font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
input[type=email], input[type=text], textarea {
	border: 1px solid #a2a2ad;
	border-radius: 2px;
	font-size: 14px;

}

textarea {
	padding: 5px 10px;
	width: 98%;
}

input[type=email], input[type=text] {
	height: 30px;
	padding: 3px 10px;
}

#contact-form{
	margin: 20px 0;
}

#contact-form #submit {
	padding: 10px 30px;
	background: #085dad;
	border: 0;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/

a {
	color: #8cc739;
	text-decoration: none;
}

/*
a:visited {
	color: #333;
} */

a:focus,
a:active,
a:hover {
	color: #8cc739;
}


/*-----------------------------------------------------------------------------------*/
/*	Text meant only for screen readers
/*-----------------------------------------------------------------------------------*/

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


/*-----------------------------------------------------------------------------------*/
/*	Structure
/*-----------------------------------------------------------------------------------*/

#page {
	position: absolute;
	width: 100%;
}

.page-decoration {
	position: relative;
	/*min-height: 350px;*/
}

.decoration {
	width: 100%;
	max-height: 350px;
	overflow: hidden;
}

.decoration img {
	width: 100%;
	height: auto;
}

.first-widget-area {
	margin: 20px auto!important;
}

.second-widget-area {
	width: 100%;
	padding: 20px 0;
	background: #ffffff;
}

.btn {
	display: inline-block;
	padding: 12px 35px;
	font-size: 16px;
	color: #085dad;
	text-decoration: none;
	border: 2px solid #ffffff;
	background: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.btn:hover {
	background: none;
	color: #ffffff;
}

.page {
	margin-top: -80px;
	overflow: hidden;
}


.page-header {
	position: relative;
	min-height: 60px;
	padding: 15px 20px;
	background-color: rgb(148, 203, 71);
}

.page-content {
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
}

.page-header .title,
.widget-header .title {
	display: inline-block;
	font-size: 24px;
	line-height: 27px;
	color: #ffffff;
}

.page.list .item,
.page.single .item {
	margin: 20px 0;
	float: left;
}

/*-----------------------------------------------------------------------------------*/
/*	404 Error page
/*-----------------------------------------------------------------------------------*/

.title-404{
	text-align: center;
	font-size: 172px;
	margin-top: 100px;
}

.description-404 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 200px;
}
/*-----------------------------------------------------------------------------------*/
/*	Sidebar
/*-----------------------------------------------------------------------------------*/

.sidebar .widget {
	width: 100%;
	float: left;
	margin: 0px 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

.site-header {
	position: absolute;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(11%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.75)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfffffff',GradientType=0 );
	border-top: 5px solid #085dad;
	color: #a0a0a0;
	z-index: 100;
}

.branding {
	margin-top: 15px!important;
}

.logo {
	background: #fff;
	margin: -14px 20px 0 0;
	padding: 0px 0 0 0;
}

.l{
	margin: -18px 40px 5 0;
	padding: 0px 0 0 0;
}

#site-title a {
	font-size: 24px;
	font-weight:700;
	color: #8cc739;
	text-decoration: none;
}

#site-description {
	color: #a0a0a0;
	font-size: 16px;
}

.language-menu {
	list-style: none;
	margin-bottom: 10px;
}

.language-menu li {
	position: relative;
	display: inline-block;
}

.language-menu a{
	padding: 15px 5px 5px 5px;
	font-size: 14px;
	color: #a0a0a0;
	display: block;
	text-decoration: none;
}

.language-menu a.current,
.language-menu a:hover {
	background: #085dad;
	color: #ffffff;
}

.language-menu a.current:after {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -8px;
	content: "\e7c5";
	color: #ffffff;
	font-size: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.callus {
	text-align: right;
	padding-top: 40px;
	
}
.callus a {
	color: #a0a0a0;
}
/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/
.flexslider {
	overflow: hidden;
}

.flexslider.loading {
	background: #fff url("images/ajax-loader.gif") no-repeat center center;
	min-height: 600px;
}

.flex-caption {
	position: absolute;
	width: 100%;
	top: 30%;
}

.loading .flex-caption {
	display: none;
}

.flex-content {
	margin-left: 40px;
	padding: 40px;
	background: rgba(246, 94, 19, 0.75);
	color: #ffffff;
}

.flex-content h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
}

.flex-content p {
	font-size: 18px;
	line-height: 30px;
}

.flex-active-slide .flex-content {
	-moz-animation: bounceInUp 1s;
	-webkit-animation: bounceInUp 1s;
	animation: bounceInUp 1s;
}


/*-----------------------------------------------------------------------------------*/
/*	Slider Pagination
/*-----------------------------------------------------------------------------------*/



.testimonials .flex-control-paging a {
	width: 20px;
	height: 4px;
	background: #000000;
}

.testimonials .flex-control-paging a.flex-active {
	background: #085dad;
}

.testimonials .flex-control-paging {
	width: 90px;
	top: 170px;
	left: 0;
	margin: 0;
}

.testimonials .flex-control-paging li { margin: 0 10px 10px 0; }


/*-----------------------------------------------------------------------------------*/
/*	Slider Navigation
/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/
/*	Breadcrumbs
/*-----------------------------------------------------------------------------------*/

.breadcrumbs {
	margin: 0;
	font-size: 10px;
	line-height: 25px;
}

.breadcrumbs a {
	color: #a0a0a0;
	text-transform: uppercase;
}

.breadcrumbs a:hover {
	color: #085dad;
}


/*-----------------------------------------------------------------------------------*/
/*	Menu
/*-----------------------------------------------------------------------------------*/

.main-menu-section {
	position: relative;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.80);
	border-top: 1px solid #bfc6cd;
	border-bottom: 1px solid #bfc6cd;
	font-family: 'Open Sans', sans-serif;
}

.main-menu-section > div {
	position: relative;
}

.site-navigation ul {
	list-style: none;
	font-size: 14px;
	margin: 0;
}

.site-navigation ul li {
	position: relative;
	display: inline-block;
	border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.0);
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.site-navigation > ul li:hover {
	border-top: 1px solid #085dad;
	background: #ffffff;
}

.site-navigation li a {
	display: block;
	padding: 14px 20px;
	color: #a0a0a0;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.site-navigation li a:hover {
	color: #8cc739;
}

.site-navigation ul.sub-menu {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	width: auto;
	min-width: 200px;
	z-index: 99999 !important;
	background: #ffffff;
} 

.site-navigation ul > li ul.sub-menu {
	border-top: 1px solid #bfc6cd;
}

.site-navigation li:hover > ul.sub-menu {
	display: block;
	-moz-animation: bounceIn 0.2s;
	-webkit-animation: bounceIn 0.2s;
	animation: bounceIn 0.2s;
}

.site-navigation ul.sub-menu li {
	width: 100%;
	border-top: 1px solid #bfc6cd;
}

.site-navigation ul.sub-menu li:first-child {
	border: 0;
}

.site-navigation ul.sub-menu li:hover {
	background: #fafafa;
}

.site-navigation ul.sub-menu ul.sub-menu {
	left: 200px;
	top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Mean Menu
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*	hide the link until viewport size is reached
/*-----------------------------------------------------------*/

a.meanmenu-reveal {
	display: none;
	left: 0!important;
	right: auto!important;
}

/*-----------------------------------------------------------*/
/*	when under viewport size, .mean-container is added to body
/*-----------------------------------------------------------*/

.mean-container .mean-bar {
	position: relative;
	min-height: 42px;
	z-index: 80;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #085dad;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #a0a0a0;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 14px 20px;
	margin: 0;
	font-size: 14px;
	color: #a0a0a0;
	border-top: 1px solid #bfc6cd;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 100%;
	padding: 14px 40px;
	border-top: 1px solid #bfc6cd;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 100%;
	padding: 14px 60px;
}

.mean-container .mean-nav ul li li li li a {
	width: 100%;
	padding: 14px 80px;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 14px 100px;
}

.mean-container .mean-nav ul li a:hover {
	background: #fafafa;
	color: #085dad;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 25px;
	height: 25px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: none;
	border: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #085dad;
	color: #ffffff;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-container .search-form {
	right: 20px;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar {
	margin: 0 20px;
}

/*-----------------------------------------------------------*/
/*	Fix for box sizing on Foundation Framework etc.
/*-----------------------------------------------------------*/

.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove { display: none !important; }

/*-----------------------------------------------------------*/
/*	Search Form
/*-----------------------------------------------------------*/

.search-form {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 1px;
	z-index: 100;
}

.search-form.active{
	width: 250px;
	margin-right: 0;
	background: #ffffff;
	border-left: 1px solid #bfc6cd;
	border-right: 1px solid #bfc6cd;
}

.search-form > a {
	cursor: pointer;
	display: block;
	width: 50px;
	height: 37px;
	float: right;
	padding-top: 13px;
	text-align: center;
	color: #a0a0a0;
}

.header-search-form .search-button {
	display: none;
}

.active .header-search-form{
	display: block;
	-moz-animation: bounceInLeft 1s;
	-webkit-animation: bounceInLeft 1s;
	animation: bounceInLeft 1s;
}

.header-search-form{
	display: none;
	position: absolute;
	right: 50px;
	top: 0;
	width: 200px;
}

.header-search-form input {
	width: 180px;
	height: 50px;
	padding: 5px 10px;
	color: #a0a0a0;
	font-size: 14px;
	border: 0 none;
}


/*-----------------------------------------------------------*/
/*	Announcement
/*-----------------------------------------------------------*/

h2 i {
	color: #13afeb;
	font-style: normal;
}
h2 b {
	display: block;
	font-size: 18px; 
	line-height: 23px;
	font-weight: 200;
	margin-top: 13px;
	color: #727272;
}
h2.caps {
	text-transform: uppercase;
}
h2.caps b {
	text-transform: none;
}
h2.caps strong {
	font-weight: 500;
}

.basith {
	float: left;
	text-align: center;
	padding: 30px 0px 50px 0px;
}

.announcement {
	padding: 5px 0;
	border-top: 1px solid #ffffff;
	background-color: #085dad;
	background-image: url('images/pattern.png');
	background-repeat: repeat;
	overflow: hidden;
}

.announcement h1{
	line-height: 48px;
	color: #ffffff;
	font-size: 24px;
}


/*-----------------------------------------------------------------------------------*/
/*	Content
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*	List Style
/*-----------------------------------------------------------*/

.list .item-image:before,
.single .item-image:before {
	position: absolute;
	width: 400px;
	height: 400px;
	left: -200px;
	bottom: -200px;
	content: " ";
	background-color: #085dad;
	background-image: url('images/pattern.png');
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 50;
}

.list .item-meta,
.single .item-meta {
	position: relative;
	width: 100%;
	padding: 15px 30px;
	background-color: #085dad;
	background-image: url('images/pattern.png');
	text-align: right;
	z-index: 80;
}

.list .item-meta:before,
.single .item-meta:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	border-bottom: 7px solid #085dad;
	top: -7px;
	content: " ";
	right: 35px;
	margin-left: -5px;
}

.list .item-image:after,
.single .item-image:after {
	position: absolute;
	width: 400px;
	height: 400px;
	right: -200px;
	top: -200px;
	content: " ";
	background-color: #085dad;
	background-image: url('images/pattern.png');
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.list .item-more,
.single .item-more {
	margin: 0 0 0 10px;
}

.list .item .overlay h3,
.single .item .overlay h3 {
	bottom: 55px;
	font-size: 24px;
}

.list .item:nth-child(2n+1) .item-image:before { top: -200px; bottom: auto; }
.list .item:nth-child(2n+1) .item-image:after { bottom: -200px; top: auto; }
.list .item:nth-child(2n+1) .item-meta:before { left: 40px; }
.list .item:nth-child(2n+1) .item-meta { text-align: left; }
.list .item:nth-child(2n+1) .read-more { float: left; margin: 0 10px 0 0; }
.list .item:nth-child(2n+1) .overlay h3 { text-align: left; }

.single .item:nth-child(2n+1) .item-image:before { top: -200px; bottom: auto; }
.single .item:nth-child(2n+1) .item-image:after { bottom: -200px; top: auto; }
.single .item:nth-child(2n+1) .item-meta:before { left: 40px; }
.single .item:nth-child(2n+1) .item-meta { text-align: left; }
.single .item:nth-child(2n+1) .read-more { float: left; margin: 0 10px 0 0; }
.single .item:nth-child(2n+1) .overlay h3 { text-align: left; }


/*-----------------------------------------------------------*/
/*	Classes
/*-----------------------------------------------------------*/

.classes.grid .item .overlay { min-height: 44px; }
.classes.list .item-meta,
.classes.single .item-meta { position: absolute; bottom: 0; }
.classes.list .overlay,
.classes.single .overlay { min-height: 105px; }


.progday{
	float: left;
	text-align: center;
}

.pday {
	border-bottom: 1px solid #bfc6cd;
	font-weight: bold;
	width: 102px;
	background: #f3f3f3;
}
.timehour{
	background: #f3f3f3;
	-moz-box-shadow: 0 0 1px #bfc6cd;
	-webkit-box-shadow: 0 0 1px #bfc6cd;
	box-shadow: 0 0 1px #bfc6cd;
	margin: 10px 0;
	font-size: 13px;
}
/*-----------------------------------------------------------*/
/*	News
/*-----------------------------------------------------------*/

.news.grid .widget-content {
	margin: 20px -20px;
}

.news.grid .page-content {
	padding-bottom: 120px;
	margin: 0 -20px;
}

.news .item { background: #fff6f1; }

.news.grid .read-more {
	margin: 0 5px 0 0;
}

a.load-more {
	position: absolute;
	bottom: 40px;
	display: block;
	width: 100%;
	padding: 15px 20px;
	background-color: #085dad;
	background-image: url('images/pattern.png');
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}

.navigation {
	float: left;
	width: 100%;
	margin: 20px 0;
	list-style: none;
	background-image: url('images/pattern.png');
	background-repeat: repeat;
	background-color: #085dad;
}

.navigation li {
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.navigation-prev,
.navigation-next { padding: 20px; }
.navigation li:hover { background-color: rgba(255, 255, 255, 0.1); }


.navigation-text { 
	color: #ffffff; 
	text-transform: uppercase; 
	font-size: 12px;
	line-height: 25px; 
}

.navigation-text:hover {
	color: #ffffff;
}

.navigation-prev { display: block; float: left; }
.navigation-next { display: block; float: right; }


/*-----------------------------------------------------------------------------------*/
/*	Attachments
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Images
/*-----------------------------------------------------------------------------------*/

a img {
	border: none;
}

p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}


/*-----------------------------------------------------------------------------------*/
/*	Resize images to fit the main content area.
/*	 - Applies only to images uploaded via WordPress by targeting size-* classes.
/*	 - Other images will be left alone. Use "size-auto" class to apply to other images.
/*-----------------------------------------------------------------------------------*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
	margin-right: 1.5em;
}

img.alignright {
	margin-left: 1.5em;
}

.wp-caption {
	padding: .5em;
	text-align: center;
}

.wp-caption img {
	margin: .25em;
}

.wp-caption .wp-caption-text {
	margin: .5em;
}

.gallery-caption {
}

.wp-smiley {
	margin: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Navigation
/*-----------------------------------------------------------------------------------*/

#primary nav {
	clear: both;
	overflow: hidden;
	margin: 0 0 1.5em;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
	background: #ffffff;
	overflow: hidden;
}


.widget-header {
	position: relative;
	padding: 15px 20px;
	background-color: #085dad;
	background-image: url('images/pattern.png');
}

.widget-content {
	margin: 20px 0;
	overflow: hidden;
}

.grid_12 .classes.grid .item:nth-child(3n+1) { margin-left: 0; }
.grid_12 .classes.grid .item:nth-child(3n+3) { margin-right: 0; }

.grid_8 .classes.grid .item:nth-child(2n+1) { margin-left: 0; }
.grid_8 .classes.grid .item:nth-child(2n+2) { margin-right: 0; }

.grid_4 .classes.grid .item { margin-left: 0; margin-right: 0; }

.item img {
	width: 100%;
}

.item-title {
	display: block;
	padding: 20px 20px 10px 20px;
}

.item-title h3 {
	font-size: 18px;
}

.item > p {
	padding: 0 20px;
}

.item-meta {
	position: relative;
	margin: 0;
	padding: 9px 10px;
	background-color: #085dad;
	line-height: 25px;
	background-image: url('images/pattern.png');
	list-style: none;
}

.item-meta:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	border-bottom: 7px solid #085dad;
	top: -7px;
	content: " ";
	right: 20px;
	margin-left: -5px;
}

.meta-info {
	display: inline-block;
	margin-left: 6px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
}

.meta-info > a,
.meta-info > span,
.meta-info > time {
	color: #ffffff;
	padding: 5px 10px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.meta-info > a:hover,
.ui-tabs-active > a{
	color: #494f5c;
	background: #ffffff;
	border-radius: 2px
}

.read-more {
	float: right;
	margin: 0 0 0 10px;
}

.read-more .item-more {
	margin: 0;
}

.item-more {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	padding: 3px 0 0 4px;
	border: 2px solid #FFFFFF;
	background: #ffffff;
	border-radius: 20px;
	color: #717f8d;
	text-align: left;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.item-more:hover { background: none; color: #ffffff; }

.item-more.icon-arrow-left { padding: 3px 0 0 2px; margin: 0 10px 0 0; }
.item-more.icon-arrow-right { float: right; }
.navigation-prev .item-more.icon-arrow-left { float: left; }




.item .overlay h3 {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%; 
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
}

.item-content {
	margin: 40px 20px;
}

.widget-header:after,
.footer-navigation:after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	border-top: 7px solid #085dad;
	bottom: -7px;
	content: " ";
	left: 40px;
	margin-left: -5px;
}

.view-all {
	display: block;
	margin-top: 2px;
	padding: 3px 0 0 4px;
	width: 25px;
	height: 25px;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	color: #FFFFFF;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.view-all:hover { background: #ffffff; color: #085dad; }


/*-----------------------------------------------------------*/
/*	List Widget
/*-----------------------------------------------------------*/

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li {
	border-top: 1px solid #eeeeee;
	font-size: 15px;
	color: #494f5c;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.widget ul li:hover {
	background: #f3f3f3;
}

.widget ul li:first-child {
	border: 0;
}

.widget ul li a,
.widget ul li span {
	padding: 18px 20px;
	font-size: 15px;
	color: #494f5c;
	display: block;
	cursor: pointer;
}


/*-----------------------------------------------------------*/
/*	vCard Widget
/*-----------------------------------------------------------*/

.vcard {
	margin: 15px 20px;
}

.vcard-name {
	font-size: 13px;
	padding-bottom:20px;
	color: #ff2000;
	font-weight: bold;
}

.vcard span {
	font-size: 14px;
	color: #494f5c;
}

/*-----------------------------------------------------------*/
/*	Text Widget
/*-----------------------------------------------------------*/

.textwidget {
	margin: 15px 20px;
	font-size: 14px;
	line-height: 175%;
}

/*-----------------------------------------------------------*/
/*	Social Widget
/*-----------------------------------------------------------*/

.share-items {
	margin: 30px 10px 10px 10px;
	float: left;
}

.share-items a {
	float: left;
	margin: 0 10px 20px 10px;
	text-align: center;
	width: 46px;
	height: 46px;
	padding-top: 12px;
	font-size: 22px;
	color: #494f5c;
	text-decoration: none;
	border-radius: 24px;
	border: 1px solid #494f5c;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}


/*-----------------------------------------------------------*/
/*	Social Widget
/*-----------------------------------------------------------*/

.share-items a:hover{ 
	color: #ffffff;
}

.share-items .icon-facebook:hover { background: #3A589B; border-color: #3A589B; }
.share-items .icon-twitter:hover { background: #19BFE8; border-color: #19BFE8; }
.share-items .icon-google-plus:hover { background: #D64136; border-color: #D64136; }
.share-items .icon-pinterest:hover { background: #085dad; border-color: #085dad; }
.share-items .icon-foursquare:hover { background: #106bb5; border-color: #106bb5; }
.share-items .icon-vimeo:hover { background: #AAD450; border-color: #AAD450; }
.share-items .icon-youtube:hover { background: #085dad; border-color: #085dad; }
.share-items .icon-flickr:hover { background: #ff0084; border-color: #ff0084; }
.share-items .icon-feed:hover { background: #ff9900; border-color: #ff9900; }
.share-items .icon-location:hover { background: #494f5c; border-color: #494f5c; }


/*-----------------------------------------------------------*/
/*	Business Hours Widget
/*-----------------------------------------------------------*/

.widget li b {
	float: right;
}




/*-----------------------------------------------------------*/
/*	Tag Cloud 
/*-----------------------------------------------------------*/

.tagcloud {
	margin: 20px 10px 10px 20px;
	overflow: hidden;
}

.tagcloud a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	background: #085dad;
	color: #ffffff;
	font-size: 14px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.tagcloud a:hover {
	background: #F3F3F3;
	color: #494f5c;
}


/*-----------------------------------------------------------*/
/*	Testimonials
/*-----------------------------------------------------------*/

.testimonials .widget-content { margin: 20px 0 0 0; }

.testimonial-avatar {
	float: left;
	margin: 0 20px 0 0;
	border-radius: 40px;
	overflow: hidden;
}

.testimonial-content { margin-left: 100px; }
.testimonial-content h3 { font-size: 18px; }
.testimonial-content time { font-size: 14px; color: #a0a0a0; }
.testimonials ul li { border: none; }
.testimonials ul li:hover { background: none; }
.testimonials .flex-direction-nav { display: none; }


/*-----------------------------------------------------------*/
/*	Membership Table
/*-----------------------------------------------------------*/

.table {
	margin: 20px 0 0 0;
}

.table-col {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #BFC6CD;
	border-bottom: 1px solid #BFC6CD;
	border-left: 1px solid #BFC6CD;
	margin-left: -1px;
	border-top: 1px solid #BFC6CD;
	margin-bottom: 20px;

}

.table-col.featured {
	background-color: #085dad;
	background-image: url('images/pattern.png');
	background-repeat: repeat;
}

.table-col.featured .table-title,
.table-col.featured .table-features li { color: #ffffff; }
.table-col.featured .table-info { background: #ffffff; color: #085dad; }
.table-col.featured .table-info:before { border-bottom-color: #ffffff;}

.table-title {
	padding: 20px;
	font-size: 24px;
	font-weight: 700;
}

.table-info {
	position: relative;
	padding: 22px 20px;
	font-size: 24px;
	color: #ffffff;
	background-color: #085dad;
	background-image: url('images/pattern.png');
	background-repeat: repeat;
}

.table-info:before {
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	border-bottom: 7px solid #085dad;
	top: -7px;
	content: " ";
	left: 50%;
	margin-left: -5px;
}


.table-features {
	list-style: none;
	margin: 0;
}

.table-features > li {
	padding: 14px 20px;
	border-top: 1px solid #BFC6CD;
	font-size: 14px;
	color: #494f5c;
}


/*-----------------------------------------------------------------------------------*/
/*	Single Page
/*-----------------------------------------------------------------------------------*/

.single .item-meta {
	z-index: 100;
}

.single.page .page-content {
	margin: 0px;
	padding:20px;
}

.single.page .page-content p {
	font-size: 14px;
	line-height: 25px;
}

.page.classes.single .page-content,
.page.news.single .page-content{ 
	margin: 0;
	padding: 20px 0;
}

.page.single .page-content.singlepage {
	padding: 0px 0;
}
.item-image-page img {
	margin-top: 40px;
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

.comments {
	padding: 20px;
	background: #ffffff;
}


.comments-header {
	margin-bottom: 40px;
}

.comments-header a {
	text-decoration: underline;
}

.comments-list {
	margin: 0;
}

.comments ul {
	list-style: none;
}

.comment {
	padding: 20px 0 0 0;
	border-top: 1px solid #bfc6cd;
}

.comments-list > .comment:first-child {
	padding: 0;
	border: 0;
}

.comment-gravatar {
	margin: 0 20px 0 0;
}

.comment-author {
	display: inline;
	color: #494f5c;
	font-size: 18px;
}

.comment .says {
	font-size: 18px;
}

.comment-date {
	display: block;
	font-size: 12px;
	color: #a0a0a0;
}

.comment-body {
	margin: 10px 0 0 70px;
}

.comment .children {
	margin: 0 0 0 70px;
}

#respond {
	margin-top: 40px;
}

#respond .comment-notes {
	font-size: 14px;
	color: #747373;
}

#respond .form-label {
	display: block;
	float: left;
	width: 150px;
}

#respond textarea#comment {
	max-width: 570px;
}

#respond .required {
	color: #085dad;
}

#respond #submit {
	padding: 10px 30px;
	background: #085dad;
	border: 0;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
}

.comment-reply-link {
	display: block;
	padding: 4px 25px;
	border: 1px solid #bfc6cd;
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 14px;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.comment-reply-link:hover {
	color: #ffffff;
	background: #085dad;
	border-color: #085dad;
}


/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/

.site-footer {
	padding-top: 20px;
	background-color: #494f5c;
	background-image: url('images/pattern.png');
	background-repeat: repeat;
	overflow: hidden;
}

.site-info {
	background: #ffffff;
	color: #717f8d;
	font-size: 14px;
}

.site-info span{
	margin: 0 20px;
}

.site-info a {
	text-decoration: underline;
	color: #717f8d;
}

.footer-navigation {
	background: #085dad;
}

.footer-navigation ul {
	margin: 0;
	list-style: none;
}

.footer-navigation ul li {
	display: inline-block;
}

.footer-navigation li a {
	display: block;
	padding: 20px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 1px;
	line-height: 19px;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.footer-navigation li a:hover {
	margin-top: 0;
	border-top: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

.go-top {
	float: right;
}
li.go-top a {
	font-size: 22px;
}

/*-----------------------------------------------------------------------------------*/
/*	Color Schemes
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*	Blue
/*-----------------------------------------------------------*/

.blue .item-image:before,
.blue .item-image:after,
.blue .item-meta,
.blue .widget-header,
.blue .table-info,
.blue.featured.table-col { background-color: #5b7bb6; }

.blue .item-meta:before,
.blue .table-info:before { border-bottom-color: #5b7bb6; }

.blue .widget-header:after { border-top-color: #5b7bb6; }

.blue .table-title,
.blue.table-col.featured .table-info { color: #5b7bb6; }

.news .item.blue { background-color: #f7faff; }


/*-----------------------------------------------------------*/
/*	Red
/*-----------------------------------------------------------*/

.red .item-image:before,
.red .item-image:after,
.red .item-meta,
.red .widget-header,
.red .table-info,
.red.featured.table-col { background-color: #bc2c18; }

.red .item-meta:before,
.red .table-info:before { border-bottom-color: #bc2c18; }

.red .widget-header:after { border-top-color: #bc2c18; }

.red .table-title,
.red.table-col.featured .table-info { color: #bc2c18; }

.news .item.red { background-color: #fff7f6; }


/*-----------------------------------------------------------*/
/*	Yellow
/*-----------------------------------------------------------*/

.yellow .item-image:before,
.yellow .item-image:after,
.yellow .item-meta,
.yellow .widget-header,
.yellow .table-info,
.yellow.featured.table-col { background-color: #f0c317; }

.yellow .item-meta:before,
.yellow .table-info:before { border-bottom-color: #f0c317; }

.yellow .widget-header:after { border-top-color: #f0c317; }

.yellow .table-title,
.yellow.table-col.featured .table-info { color: #f0c317; }

.news .item.yellow { background-color: #fcf9ee; }

/*-----------------------------------------------------------*/
/*	Light Orange
/*-----------------------------------------------------------*/

.lightorange .item-image:before,
.lightorange .item-image:after,
.lightorange .item-meta,
.lightorange .widget-header,
.lightorange .table-info,
.lightorange.featured.table-col { background-color: #ec9517; }

.lightorange .item-meta:before,
.lightorange .table-info:before { border-bottom-color: #ec9517; }

.lightorange .widget-header:after { border-top-color: #ec9517; }

.lightorange .table-title,
.lightorange.table-col.featured .table-info { color: #ec9517; }

.news .item.lightorange { background-color: #fcf3e5; }

/*-----------------------------------------------------------*/
/*	Purple
/*-----------------------------------------------------------*/

.purple .item-image:before,
.purple .item-image:after,
.purple .item-meta,
.purple .widget-header,
.purple .table-info,
.purple.featured.table-col { background-color: #6a417a; }

.purple .item-meta:before,
.purple .table-info:before { border-bottom-color: #6a417a; }

.purple .widget-header:after { border-top-color: #6a417a; }

.purple .table-title,
.purple.table-col.featured .table-info { color: #6a417a; }

.news .item.purple { background-color: #fcf4ff; }


/*-----------------------------------------------------------*/
/*	Orange
/*-----------------------------------------------------------*/

.orange .item-image:before,
.orange .item-image:after,
.orange .item-meta,
.orange .widget-header,
.orange .table-info,
.orange.featured.table-col { background-color: #085dad; }

.orange .item-meta:before,
.orange .table-info:before { border-bottom-color: #085dad; }

.orange .widget-header:after { border-top-color: #085dad; }

.orange .table-title,
.orange.table-col.featured .table-info { color: #085dad; }

.news .item.orange { background-color: #fff6f1; }

/*-----------------------------------------------------------------------------------*/
/*	Shortcode
/*-----------------------------------------------------------------------------------*/

.column-margin {
	margin: 12px;
}

.col25,
.col33,
.col50,
.col75 { 
	float: left; 
	font-size: 15px;
}

.col25 p,
.col33 p,
.col50 p,
.col75 p {
	font-size: 15px;
}

.col25{
	width: 25%;
}

.col33{
	width: 33%;
}

.col50{
	width: 50%;
}

.col75{
	width: 75%;
}

.box{
	width: 100%; 
	background: #085dad; 
	font-size: 15px; 
	color: #fff; 
	padding: 12px 1%; 
	margin-bottom: 40px;
	margin-top: 10px;
}

.box p{
	margin-bottom: 0px;
	width: 85%;
	float: left;
}

.box .button {
	float: right;
	margin-bottom: 0px !important;
}


/*-----------------------------------------------------------*/
/*	Button Styles
/*-----------------------------------------------------------*/

a.button,
a.button:visited {
	display: inline-block;
	color: #fff!important;
	text-decoration: none!important;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 14px;
	outline: none;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 13px!important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #0d507a!important;
	margin: 0 1em 1.5em 0!important;
	vertical-align: middle;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.square {
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-o-border-radius: 0px!important;
}

a.button.round {
	border-radius: 15px!important;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	-o-border-radius: 15px!important;
}

a.button.medium {
	padding: 11px 16px!important;
	font-size: 16px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

a.button.large {
	padding: 15px 20px!important;
	font-size: 18px;
	border-radius: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}

a.button:hover {
	text-decoration: none;
}

a.button:active {
	position: relative;
	top: 1px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

a.button.green {
	border-color: #69963b!important;
	background: #7fc33c;
	background: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#7fc33c));
	background: -webkit-linear-gradient(top, #5bb75b, #7fc33c);
	background: -moz-linear-gradient(top, #5bb75b, #7fc33c);
	background: -ms-linear-gradient(top, #5bb75b, #7fc33c);
	background: -o-linear-gradient(top, #5bb75b, #7fc33c);
}

a.button.green:hover {
	background: #8dd242;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fc33c), to(#5bb75b));
	background: -webkit-linear-gradient(top, #7fc33c, #5bb75b);
	background: -moz-linear-gradient(top, #7fc33c, #5bb75b);
	background: -ms-linear-gradient(top, #7fc33c, #5bb75b);
	background: -o-linear-gradient(top, #7fc33c, #5bb75b);
}

a.button.light-blue {
	border-color: #2681a2!important;
	background: #2caada;
	background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
	background: -webkit-linear-gradient(top, #46cae8, #2caada);
	background: -moz-linear-gradient(top, #46cae8, #2caada);
	background: -ms-linear-gradient(top, #46cae8, #2caada);
	background: -o-linear-gradient(top, #46cae8, #2caada);
}

a.button.light-blue:hover {
	background: #32bcef;
	background: -webkit-gradient(linear, left top, left bottom, from(#2caada), to(#46cae8));
	background: -webkit-linear-gradient(top, #2caada, #46cae8);
	background: -moz-linear-gradient(top, #2caada, #46cae8);
	background: -ms-linear-gradient(top, #2caada, #46cae8);
	background: -o-linear-gradient(top, #2caada, #46cae8);
}

a.button.blue {
	border-color: #0d507a!important;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.blue:hover {
	background: #1188d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0c6fb1), to(#14a7cf));
	background: -webkit-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -moz-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -ms-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -o-linear-gradient(top, #0c6fb1, #14a7cf);
}

a.button.red {
	border-color: #ab4b44!important;
	background: #9E0D18;
	background: -webkit-gradient(linear, left top, left bottom, from(red), to(#9E0D18));
	background: -webkit-linear-gradient(top, red, #9E0D18);
	background: -moz-linear-gradient(top, red, #9E0D18);
	background: -ms-linear-gradient(top, red, #9E0D18);
	background: -o-linear-gradient(top, red, #9E0D18);
}

a.button.red:hover {
	background: #ff5e56;
	background: -webkit-gradient(linear, left top, left bottom, from(#9E0D18), to(red));
	background: -webkit-linear-gradient(top, #9E0D18, red);
	background: -moz-linear-gradient(top, #9E0D18, red);
	background: -ms-linear-gradient(top, #9E0D18, red);
	background: -o-linear-gradient(top, #9E0D18, red);
}

a.button.orange {
	border-color: #dc9014!important;
	background: #ffb031;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffb031));
	background: -webkit-linear-gradient(top, #ff9900, #ffb031);
	background: -moz-linear-gradient(top, #ff9900, #ffb031);
	background: -ms-linear-gradient(top, #ff9900, #ffb031);
	background: -o-linear-gradient(top, #ff9900, #ffb031);
}	

a.button.orange:hover {
	background: #ffc531;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb031), to(#ff9900));
	background: -webkit-linear-gradient(top, #ffb031, #ff9900);
	background: -moz-linear-gradient(top, #ffb031, #ff9900);
	background: -ms-linear-gradient(top, #ffb031, #ff9900);
	background: -o-linear-gradient(top, #ffb031, #ff9900);
}

a.button.purple {
	border-color: #996192!important;
	background: #d17ac6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
	background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
	background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
	background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
	background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}

a.button.purple:hover {
	background: #eb90e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d17ac6), to(#e3acdc));
	background: -webkit-linear-gradient(top, #d17ac6, #e3acdc);background: -moz-linear-gradient(top, #d17ac6, #e3acdc);
	background: -ms-linear-gradient(top, #d17ac6, #e3acdc);
	background: -o-linear-gradient(top, #d17ac6, #e3acdc);
}

a.button.grey {
	color: #555!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-color: #acacac!important;
	background: #e0dddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dddd));
	background: -webkit-linear-gradient(top, #ffffff, #e0dddd);
	background: -moz-linear-gradient(top, #ffffff, #e0dddd);
	background: -ms-linear-gradient(top, #ffffff, #e0dddd);
	background: -o-linear-gradient(top, #ffffff, #e0dddd);
}

a.button.grey:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0dddd), to(#ffffff));
	background: -webkit-linear-gradient(top, #e0dddd, #ffffff);
	background: -moz-linear-gradient(top, #e0dddd, #ffffff);
	background: -ms-linear-gradient(top, #e0dddd, #ffffff);
	background: -o-linear-gradient(top, #e0dddd, #ffffff);
}

a.button.black {
	border-color: #323232!important;
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444444));
	background: -webkit-linear-gradient(top, #000, #444444);
	background: -moz-linear-gradient(top, #000, #444444);
	background: -ms-linear-gradient(top, #000, #444444);
	background: -o-linear-gradient(top, #000, #444444);
}

a.button.black:hover {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
	background: -webkit-linear-gradient(top, #444444, #000000);
	background: -moz-linear-gradient(top, #444444, #000000);
	background: -ms-linear-gradient(top, #444444, #000000);
	background: -o-linear-gradient(top, #444444, #000000);
}


/*-----------------------------------------------------------*/
/*	Alert
/*-----------------------------------------------------------*/

.alert {
	padding: 0.8em;
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
	border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	-o-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6); 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6); 
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}

.alert.white {
	background: #fff;
	border: 1px solid #dfdfdf;
	color: #373737;
}

.alert.red {
	background: #085dad;
	border: 1px solid #085dad;
	color: #fff;
}

.alert.yellow {
	background: #f18d06;
	border: 1px solid #f18d06;
	color: #fff;
}

.alert.green {
	background: #2eb44b;
	border: 1px solid #2eb44b;
	color: #fff;
}

.alert.blue {
	background: #20a7ff;
	border: 1px solid #20a7ff;
	color: #fff;
}

.alert.grey {
	background: #fbfbfb;
	border: 1px solid #dfdfdf;
	color: #373737;
}


/*-----------------------------------------------------------*/
/*	Tabs
/*-----------------------------------------------------------*/

.tabs li a {
  margin-top: 10px;
  background: #085dad;
  border: 1px solid #085dad;
  height: 32px;
  line-height: 31px;
  color: #3b3b3d;
  font-size: 13px;
  padding: 0 14px 0 44px;
  margin:0;
  cursor: pointer;
}

.tabs_table {
	clear: both; margin:12px 0;
}

.tabs {
	padding: 0 0 0 1px !important;
	margin-bottom:-1px !important;
	margin-left:0;
	height: 34px;
}

.tabs li {
  float: left;
  list-style-type: none !important;
  list-style-position: outside !important;
  cursor: pointer;
  white-space: nowrap;
  margin-left: -1px;
  padding: 0 !important;
}

.tabs li a {
  display: block;
  float: left;
  padding-left: 14px;
  background: #085dad;
  margin: 0;
  color: #fff;
  margin-right: 6px;
}

.tabs li a:hover {
	text-decoration: none;
	background: #f3f3f3;
	color:#444;
}

.tabs li a.selected {
	background: #fff;
	border-bottom: #fff 1px solid; 
	position: relative; color:#085dad; 
}

.panes { 
	border: 1px solid #085dad; 
	padding: 17px; 
	line-height: 1.7em;
}


/*-----------------------------------------------------------*/
/*	Toggle content
/*-----------------------------------------------------------*/

.toggle-content {
	background: #085dad;
	border: 1px solid #085dad;
	clear: both;
	display: block;
	margin: 10px 0 8px;
	color: #fff;
}

.toggle-content:hover { 
	background: #085dad;
}

.toggle-content + .toggle-content {
	margin: 0;
}

.toggle-content .expand-button {
	background: url('images/toggle-open.png') left top no-repeat;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	height: 35px;
}

.toggle-content .expand-button.close {
	background: url('images/toggle-close.png') left top no-repeat;
}

.toggle-content .expand-button p {
	line-height: 40px;
	margin: 0;
	padding-left: 40px;
	font-size: 28px;
	padding-top: 5px;
}

.toggle-content .expand {
	margin: 0;
	background: #fff;
	line-height: 160%;
	color: #3b3b3d;
	padding: 20px 20px 20px;
}

.toggle-content .expand {
	display: none;
}

.no-js .toggle-content .expand {
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/*	Responsive Structure
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.item { margin-left: 0; margin-right: 0; }

}



@media (min-width: 767px) {
	.grid_12 .classes.grid .item:nth-child(6n+3) .item-image:after,
	.grid_12 .classes.grid .item:nth-child(6n+2) .item-image:after,
	.grid_12 .classes.grid .item:nth-child(6n+1) .item-image:after,
	.grid_8 .classes.grid .item:nth-child(4n+1) .item-image:after,
	.grid_8 .classes.grid .item:nth-child(4n+2) .item-image:after,
	.grid_4 .classes.grid .item:nth-child(2n+1) .item-image:after { bottom: -100px; top: auto; }

	.grid_12 .classes.grid .item:nth-child(6n+1) .item-image:before,
	.grid_12 .classes.grid .item:nth-child(6n+2) .item-image:before,
	.grid_12 .classes.grid .item:nth-child(6n+3) .item-image:before,
	.grid_8 .classes.grid .item:nth-child(4n+1) .item-image:before,
	.grid_8 .classes.grid .item:nth-child(4n+2) .item-image:before,
	.grid_4 .classes.grid .item:nth-child(2n+1) .item-image:before { bottom: auto; top: -100px; }

	.grid_12 .classes.grid .item:nth-child(6n+1) .item-image h3,
	.grid_12 .classes.grid .item:nth-child(6n+2) .item-image h3,
	.grid_12 .classes.grid .item:nth-child(6n+3) .item-image h3,
	.grid_8 .classes.grid .item:nth-child(4n+1) .item-image h3,
	.grid_8 .classes.grid .item:nth-child(4n+2) .item-image h3,
	.grid_4 .classes.grid .item:nth-child(2n+1) .item-image h3 { text-align: left; }
}



@media only screen and (min-width: 962px) and (max-width: 1220px) {
	.meta-info.comments-counter,
	.meta-info.news-tags,
	.meta-info.class-trainer { display: none; }

	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 170px; height: 170px; }

	.list .item-image:before, 
	.list .item-image:after,
	.single .item-image:before, 
	.single .item-image:after { width: 350px; height: 350px; }

	.flex-caption {top: 15%;}
	.site-header {position: relative;}
	.flexslider.loading {min-height: 400px;	}
	.pday {width: 80px;}
}



@media only screen and (min-width: 767px) and (max-width: 962px) {
	.meta-info.comments-count { display: none; }

	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 155px; height: 155px; }

	.list .item-image:before, 
	.list .item-image:after,
	.single .item-image:before, 
	.single .item-image:after { width: 310px; height: 310px; }

	.classes.list .overlay, 
	.classes.single .overlay { background-image: none; }

	.meta-info.class-facebook,
	.meta-info.class-twitter,
	.meta-info.class-trainer,
	.meta-info.news-tags { display: none; }

	.comment .children { margin: 0 0 0 20px; }
	.flex-content p { display: none; }
	.flex-direction-nav { display: none; }
	.flexslider{ padding-top: 100px; }

	.table-col { width: 50%; }
	.site-header {position: relative;}
	.flex-caption {top: 15%;}

	.flexslider.loading { min-height: 300px;}
	.pday {width: 60px;}
	.col25{	width: 100%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.classes.grid .item { margin-left: 0; margin-right: 0; }

	
	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 190px; height: 190px; }

	.classes.grid .item:nth-child(2n+1) .item-image:after { bottom: -100px; top: auto; }
	.classes.grid .item:nth-child(2n+1) .item-image:before { bottom: auto; top: -100px; }
	.classes.grid .item:nth-child(2n+1) .item-image h3 { text-align: left; }

	.list .item-image:before, 
	.list .item-image:after,
	.single .item-image:before, 
	.single .item-image:after { width: 330px; height: 330px; }

	.classes.list .overlay, 
	.classes.single .overlay { background-image: none; }

	.meta-info.class-facebook,
	.meta-info.class-twitter,
	.meta-info.class-trainer,
	.meta-info.news-author,
	.meta-info.news-tags{ display: none; }

	.comment .children { margin: 0 0 0 20px; }
	
	.site-header {position: relative;}
	.flex-caption {top: 15%;}


	.flex-caption { display: none; }
	.flex-content p { display: none; }
	.flex-direction-nav { display: none; }

	.site-header .lang { text-align: center; }

	.table-col { width: 50%; }

	.post-navigation { display: none!important; }

	.announcement { text-align: center; }
	.announcement a.btn { float: none; }
	
	.classes.list .item-meta, .classes.single .item-meta { position: relative; }
	.flexslider.loading { min-height: 300px; }
	.pday {width: 54px; }
	.col25, .col33, .col50, .col75{ width: 100%;}

}


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

	.classes.grid .item { margin-left: 0; margin-right: 0; }

	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 170px; height: 170px; }

	.classes.grid .item:nth-child(2n+1) .item-image:after { bottom: -100px; top: auto; }
	.classes.grid .item:nth-child(2n+1) .item-image:before { bottom: auto; top: -100px; }
	.classes.grid .item:nth-child(2n+1) .item-image h3 { text-align: left; }

	.list .item-image:before, 
	.list .item-image:after,
	.single .item-image:before, 
	.single .item-image:after { width: 300px; height: 300px; }

	.classes.list .overlay, 
	.classes.single .overlay { background-image: none; }


	.classes.list .item-meta, 
	.classes.single .item-meta { position: relative; }
	.meta-info.class-join,
	.meta-info.class-certificate,
	.meta-info.class-facebook,
	.meta-info.class-twitter,
	.meta-info.class-classes,
	.meta-info.class-trainer,
	.meta-info.class-level,
	.meta-info.news-author,
	.meta-info.comments-counter,
	.meta-info.news-tags { display: none; }

	.comment .children { margin: 0 0 0 10px; }
	.comment .says { display: none; }

	
	.site-header {position: relative;}
	.flex-caption {top: 15%;}


	.flex-caption { display: none; }
	.flex-direction-nav { display: none; }

	.site-header .lang { display: none; }

	.table-col { width: 100%; }

	.post-navigation { display: none!important; }

	.announcement { text-align: center; }
	.announcement a.btn { float: none; }

	.testimonials .flex-control-paging { top: 200px; }

	.flexslider.loading { min-height: 205px; }
	.title-404{	font-size: 142px; margin-top: 50px;	}
	.description-404 { margin-bottom: 100px; }
	.progday {width: 100%; margin-bottom: 20px;}
	.pday{width: 100%;}
	.col25, .col33, .col50, .col75{ width: 100%;}
	
	.s_header {
  border-right: 1px solid;
  color: #666666;
  line-height: 12px;
  margin-bottom: 30px;
  margin-right: -15px;
  margin-top: 50px;
  padding-left: 50px;
  position: relative;
}
.contact_title {
  color: #999;
}
.s_header:last-child {}

.email_us.s_header {
    border-right: 0 solid;
}
.s_header > div {
    color: #11c3f1;
    font-size: 30px;
    left: 0;
    margin-top: -7px;
    position: absolute;
    top: 0;
}
.uppercase {
    text-transform: uppercase;
}
}



@media (max-width: 320px) {

}
/*-----------------------------------------------------------------------------------*/
/*	Print
/*-----------------------------------------------------------------------------------*/

@media print {}

a, a:hover { color: #f65e13;}

	a:focus, a:active { color: #f65e13;}

	.flex-control-paging li a:hover {background: #f65e13;}

	/* Accent Background  */
	.footer-navigation, .flex-control-paging li a.flex-active, .testimonials .flex-control-paging a.flex-active, .wpcf7-submit, .language-menu .current a, .language-menu a:hover, .mean-container .mean-nav ul li a.mean-expand:hover, .tagcloud a, #respond #submit, .box, .item-image::before, .item-image:after   { background: #085dad;}
	
	/* Accent Background  Color */
	.list .item-image:after, article .single .item-image:after, .list .item-meta, .single .item-meta, .list .item-image:before, article .single .item-image:before, .widget-header, .announcement, .navigation, a.load-more, .item-meta, .table-col.featured, .table-info { background-color:  #085dad;}
	
	/* Border Arrow color */
	.widget-header:after, .footer-navigation:after { border-top: 7px solid #f65e13;}
	.item-meta:before, .table-info:before  { border-bottom: 7px solid #f65e13;}
	.flex-direction-nav a, .site-navigation li a:hover, .view-all:hover, .vcard-name  {color:  #085dad;}

	/* Accent Color */
	.flex-content a, .announcement a, #site-title a, h1,h2,h3,h4,h5,h6, .btn, .mean-container a.meanmenu-reveal, .mean-container .mean-nav ul li a:hover, .table-col.featured .table-info {color:  rgb(148, 203, 71);}
	
	/* Accent Color transparent */
	.page-header, .flex-content  {background-color: rgb(148, 203, 71);}

	/* Accent border */
	.site-header  {border-top: 5px solid #085dad;}
	.site-navigation > ul li:hover {    border-top: 1px solid #085dad;}
	
	/* Footer Background */
	.site-footer { background-image: url('http://themes.wplook.com/fitnesslife/wp-content/themes/fitnesslife-wpl/images/pattern.png'); background-color: #494f5c; }
	
	/* Pattern */
	.widget-header, .item-meta, .item-image:before, .item-image:after, .table-col.featured, .table-info, .announcement, .list .item-image:before, article.single .item-image:before, .list .item-meta, .single .item-meta, .list .item-image:after, article.single .item-image:after, .navigation { background-image: url('http://themes.wplook.com/fitnesslife/wp-content/themes/fitnesslife-wpl/images/small_pattern.png'); }

	blockquote {border-left: 5px solid #f65e13}
	
	/* Blue Box Color */
	.blue .item-image:before, .blue .item-image:after, .blue .item-meta, .blue .widget-header, .blue .table-info, .blue.featured.table-col { background-color: #5b7bb6; }
	.blue .item-meta:before, .blue .table-info:before { border-bottom-color: #5b7bb6; }
	.blue .widget-header:after { border-top-color: #5b7bb6; }
	.blue .table-title, .blue.table-col.featured .table-info { color: #5b7bb6; }
	.news .item.blue { background-color: #f7faff; }
	.timehour.blue { background: #5b7bb6; color: #fff; }
	
	/* Red Box Color */
	.red .item-image:before, .red .item-image:after, .red .item-meta, .red .widget-header, .red .table-info, .red.featured.table-col { background-color: #bc2c18; }
	.red .item-meta:before, .red .table-info:before { border-bottom-color: #bc2c18; }
	.red .widget-header:after { border-top-color: #bc2c18; }
	.red .table-title, .red.table-col.featured .table-info { color: #bc2c18; }
	.news .item.red { background-color: #fff7f6; }
	.timehour.red { background: #bc2c18; color: #fff; }
	
	/* yellow Box Color */
	.yellow .item-image:before, .yellow .item-image:after, .yellow .item-meta, .yellow .widget-header, .yellow .table-info, .yellow.featured.table-col { background-color: #f0c317; }
	.yellow .item-meta:before, .yellow .table-info:before { border-bottom-color: #f0c317; }
	.yellow .widget-header:after { border-top-color: #f0c317; }
	.yellow .table-title, .yellow.table-col.featured .table-info { color: #f0c317; }
	.news .item.yellow { background-color: #fcf9ee; }
	.timehour.yellow { background: #f0c317; color: #fff; }

	/* Light Orange */
	.lightorange .item-image:before, .lightorange .item-image:after, .lightorange .item-meta, .lightorange .widget-header, .lightorange .table-info,
	.lightorange.featured.table-col { background-color: #ec9517; }
	.lightorange .item-meta:before, .lightorange .table-info:before { border-bottom-color: #ec9517; }
	.lightorange .widget-header:after { border-top-color: #ec9517; }
	.lightorange .table-title, .lightorange.table-col.featured .table-info { color: #ec9517; }
	.news .item.lightorange { background-color: #fcf3e5; }
	.timehour.lightorange { background: #ec9517; color: #fff; }

	/* Purple */
	.purple .item-image:before, .purple .item-image:after, .purple .item-meta, .purple .widget-header, .purple .table-info, .purple.featured.table-col { background-color: #6a417a; }
	.purple .item-meta:before, .purple .table-info:before { border-bottom-color: #6a417a; }
	.purple .widget-header:after { border-top-color: #6a417a; }
	.purple .table-title, .purple.table-col.featured .table-info { color: #6a417a; }
	.news .item.purple { background-color: #fcf4ff; }
	.timehour.purple { background: #6a417a; color: #fff; }

	/* Orange */
	.orange .item-image:before, .orange .item-image:after, .orange .item-meta, .orange .widget-header, .orange .table-info, .orange.featured.table-col { background-color: #f65e13; }
	.orange .item-meta:before, .orange .table-info:before { border-bottom-color: #f65e13; }
	.orange .widget-header:after { border-top-color: #f65e13; }
	.orange .table-title, .orange.table-col.featured .table-info { color: #f65e13; }
	.news .item.orange { background-color: #fff6f1; }
	.timehour.orange { background: #f65e13; color: #fff; }
	
	
	
	/*
Theme Name: FitnessLife WPL
Author: Victor Tihai
Theme URI: https://wplook.com/product/themes/fitness-sport/fitnesslife-fitness-wordpress-theme/
Author URI: http://wplook.com/
Description: FitnessLife - Premium WordPress Theme.
Version: 2.9
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.0
License: GNU General Public License
License URI: license.txt
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, front-page-post-form, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: fitnesslife-wpl
Domain Path: /languages
*/

@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,greek-ext,greek,vietnamese,latin-ext,cyrillic,cyrillic-ext);

/*-----------------------------------------------------------------------------------*/
/*	Reset default browser CSS.
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Based on work by Eric Meyer and html5doctor.com
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/*	Remember to define focus styles!
/*-----------------------------------------------------------------------------------*/

:focus {
	outline: 0;
}

body {
	background: #f3f3f3;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
}

.hidden {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Tables still need 'cellspacing="0"' in the markup
/*-----------------------------------------------------------------------------------*/

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

img {
	vertical-align: middle;
}


/*-----------------------------------------------------------------------------------*/
/*	Alignment
/*-----------------------------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*-----------------------------------------------------------------------------------*/
/*	Global
/*-----------------------------------------------------------------------------------*/

body, input, textarea {
	color: #494f5c;
	font-family: 'Arimo', sans-serif;
	line-height: 1.5;
}

.clear{
	clear: both;
}

.fleft{
	float: left;
}

.right,
div.right,
a.right {
	float: right;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.mb {
	margin-bottom: 40px;
}
/*-----------------------------------------------------------------------------------*/
/*	Headings
/*-----------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

hr {
	background-color: #ffffff;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


/*-----------------------------------------------------------------------------------*/
/*	Text elements
/*-----------------------------------------------------------------------------------*/

p {
	font-size: 14px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: disc;
	font-size: 14px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 20px;
	padding: 0 10px;
}

blockquote em, blockquote i, blockquote cite, blockquote p {
	font-style: normal;
	font-size: 18px;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}

code, kbd {
	font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
input[type=email], input[type=text], textarea, input[type=tel] {
	border: 1px solid #a2a2ad;
	border-radius: 2px;
	font-size: 14px;

}

textarea {
	padding: 5px 10px;
	width: 98%;
}

input[type=email], input[type=text], input[type=tel] {
	height: 30px;
	padding: 3px 10px;
}

#contact-form{
	margin: 20px 0;
}

.wpcf7-submit {
	padding: 10px 30px;
	border: 0;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
}

div.wpcf7-response-output {
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	Text meant only for screen readers
/*-----------------------------------------------------------------------------------*/

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


/*-----------------------------------------------------------------------------------*/
/*	Structure
/*-----------------------------------------------------------------------------------*/

#pages {
	position: absolute;
	width: 100%;
}

.page-decoration {
	position: relative;
	min-height: 280px;
	background: #fff;
}

.decoration {
	width: 100%;
	height: auto;
}

.decoration img {
	width: 100%;
	height: auto;
}

.first-widget-area {
	margin: 20px auto!important;
}

.second-widget-area {
	width: 100%;
	padding: 20px 0;
	background: #ffffff;
}

.btn {
	display: inline-block;
	padding: 12px 35px;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid #ffffff;
	background: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.btn:hover {
	background: none;
	color: #ffffff;
}

.pages {
	margin-top: -80px;
	overflow: hidden;
}


.page-header {
	position: relative;
	min-height: 60px;
	padding: 15px 20px;
}

.page-header.hp{
	margin-top: 110px;
}

.page-content {
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
}

.page-header .title,
.widget-header .title {
	display: inline-block;
	font-size: 24px;
	line-height: 27px;
	color: #ffffff;
}

.pages.list .item,
.pages.single .item {
	margin: 20px 0;
	float: left;
}

/*-----------------------------------------------------------------------------------*/
/*	404 Error page
/*-----------------------------------------------------------------------------------*/

.title-404{
	text-align: center;
	font-size: 172px;
	margin-top: 100px;
}

.description-404 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 200px;
}
/*-----------------------------------------------------------------------------------*/
/*	Sidebar
/*-----------------------------------------------------------------------------------*/

.sidebar .widget {
	width: 100%;
	float: left;
	margin: 20px 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

.site-header {
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(11%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.75)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	color: #a0a0a0;
	z-index: 100;
}

.branding {
	margin-top: 15px!important;
}

.logo {
	margin: 10px 20px 0 0;
	padding: -25px 0 0 0;
}

.logo img {
	max-height: 80px;
}

#site-title a {
	font-size: 24px;
	text-decoration: none;
}

#site-description {
	color: #a0a0a0;
	font-size: 16px;
}

.language-menu {
	list-style: none;
	margin-bottom: 10px;
}

.language-menu li {
	position: relative;
	display: inline-block;
	color: #a0a0a0;

}

.language-menu a{
	padding: 15px 5px 5px 5px;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

.language-menu .current a, .language-menu a:hover {
	color: #ffffff;
}

.language-menu a.current:after {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -8px;
	content: "\e7c5";
	color: #ffffff;
	font-size: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.grid_4.no-m-t.lang{
	min-height: 75px;
	position: relative;
}

.callus {
	position: absolute;
	bottom: 0;
	right: 0;
}
.callus a {
	color: #a0a0a0;
}


/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/

.flexslider {
	overflow: hidden;
}

.flexslider.loading {
	background: #fff url("images/ajax-loader.gif") no-repeat center center;
	min-height: 600px;
}

.flex-caption {
	position: absolute;
	width: 100%;
	top: 30%;
}

.loading .flex-caption {
	display: none;
}

.flex-content {
	margin-left: 40px;
	padding: 40px;
	color: #ffffff;
}

.flex-content h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
}

.flex-content p {
	font-size: 18px;
	line-height: 30px;
}

.flex-active-slide .flex-content {
	-moz-animation: bounceInUp 1s;
	-webkit-animation: bounceInUp 1s;
	animation: bounceInUp 1s;
}


/*-----------------------------------------------------------------------------------*/
/*	Slider Pagination
/*-----------------------------------------------------------------------------------*/

.testimonials .flex-control-paging a {
	width: 20px;
	height: 4px;
	background: #000000;
}

.testimonials .flex-control-paging {
	width: 90px;
	top: 180px;
	left: 0;
	margin: 0;
}

.testimonials .flex-control-paging li { margin: 0 5px 5px 5px;}


/*-----------------------------------------------------------------------------------*/
/*	Breadcrumbs
/*-----------------------------------------------------------------------------------*/

.breadcrumbs {
	margin: 0;
	font-size: 10px;
	line-height: 25px;
	text-transform: uppercase;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------*/
/*	Menu
/*-----------------------------------------------------------------------------------*/

.main-menu-section {
	position: relative;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.80);
	border-top: 1px solid #bfc6cd;
	border-bottom: 1px solid #bfc6cd;
	font-family: 'Open Sans', sans-serif;
}

.main-menu-section > div {
	position: relative;
}

.site-navigation ul {
	list-style: none;
	font-size: 14px;
	margin: 0;
}

.site-navigation ul li {
	position: relative;
	display: inline-block;
	border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.0);
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.site-navigation > ul li:hover {
	background: #ffffff;
}

.site-navigation li a {
	display: block;
	padding: 14px 20px;
	color: #a0a0a0;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.site-navigation ul.sub-menu {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	width: auto;
	min-width: 200px;
	z-index: 99999 !important;
	background: #ffffff;
}

.site-navigation ul > li ul.sub-menu {
	border-top: 1px solid #bfc6cd;
}

.site-navigation li:hover > ul.sub-menu {
	display: block;
	-moz-animation: bounceIn 0.2s;
	-webkit-animation: bounceIn 0.2s;
	animation: bounceIn 0.2s;
}

.site-navigation ul.sub-menu li {
	width: 100%;
	border-top: 1px solid #bfc6cd;
}

.site-navigation ul.sub-menu li:first-child {
	border: 0;
}

.site-navigation ul.sub-menu li:hover {
	background: #fafafa;
}

.site-navigation ul.sub-menu ul.sub-menu {
	left: 200px;
	top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Mean Menu
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*	hide the link until viewport size is reached
/*-----------------------------------------------------------*/

a.meanmenu-reveal {
	display: none;
	left: 0!important;
	right: auto!important;
}

/*-----------------------------------------------------------*/
/*	when under viewport size, .mean-container is added to body
/*-----------------------------------------------------------*/

.mean-container .mean-bar {
	position: relative;
	min-height: 42px;
	z-index: 80;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #a0a0a0;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 14px 20px;
	margin: 0;
	font-size: 14px;
	color: #a0a0a0;
	border-top: 1px solid #bfc6cd;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 100%;
	padding: 14px 40px;
	border-top: 1px solid #bfc6cd;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 100%;
	padding: 14px 60px;
}

.mean-container .mean-nav ul li li li li a {
	width: 100%;
	padding: 14px 80px;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 14px 100px;
}

.mean-container .mean-nav ul li a:hover {
	background: #fafafa;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 25px;
	height: 25px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: none;
	border: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	color: #ffffff;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-container .search-form {
	right: 20px;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar {
	margin: 0 20px;
}

/*-----------------------------------------------------------*/
/*	Fix for box sizing on Foundation Framework etc.
/*-----------------------------------------------------------*/

.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove { display: none !important; }

/*-----------------------------------------------------------*/
/*	Search Form and other menu buttons
/*-----------------------------------------------------------*/

.menu-buttons {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.menu-buttons > div {
	display: inline-block;
	float: left;
}

.header-cart {
	width: 50px;
	height: 50px;
}

.header-cart > a {
	width: 50px;
	height: 37px;
	padding-top: 13px;
	float: right;
	text-align: center;
	color: #a0a0a0;
}

.header-cart .quantity {
	padding-left: 5px;
}

.search-form {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 1px;
	z-index: 100;
}

.search-form.active{
	width: 250px;
	margin-right: 0;
	background: #ffffff;
	border-left: 1px solid #bfc6cd;
	border-right: 1px solid #bfc6cd;
	-moz-animation: bounceInLeft 1s;
	-webkit-animation: bounceInLeft 1s;
	animation: bounceInLeft 1s;
}

.search-form > a {
	cursor: pointer;
	display: block;
	width: 50px;
	height: 37px;
	float: right;
	padding-top: 13px;
	text-align: center;
	color: #a0a0a0;
}

.header-search-form .search-button {
	display: none;
}

.active .header-search-form{
	display: block;

}

.header-search-form{
	display: none;
	position: absolute;
	left: 1px;
	top: 0;
	width: 200px;
}

.header-search-form input {
	width: 180px;
	height: 50px;
	padding: 5px 10px;
	color: #a0a0a0;
	font-size: 14px;
	border: 0 none;
}


/*-----------------------------------------------------------*/
/*	Announcement
/*-----------------------------------------------------------*/

.announcement {
	padding: 5px 0;
	border-top: 1px solid #ffffff;
	background-repeat: repeat;
	overflow: hidden;
}

.announcement h1{
	line-height: 48px;
	color: #ffffff;
	font-size: 24px;
}


/*-----------------------------------------------------------------------------------*/
/*	Content
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*	List Style
/*-----------------------------------------------------------*/

.list .item-image:before, article.single .item-image:before {
	position: absolute;
	width: 400px;
	height: 400px;
	left: -200px;
	bottom: -200px;
	content: " ";
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 50;
}

.list .item-meta, .single .item-meta {
	position: relative;
	width: 100%;
	padding: 15px 30px;
	text-align: right;
	z-index: 80;
	background: #f65e13;
}

.list .item-meta:before, .single .item-meta:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	top: -7px;
	content: " ";
	right: 35px;
	margin-left: -5px;
}

.list .item-image:after, article.single .item-image:after {
	position: absolute;
	width: 400px;
	height: 400px;
	right: -200px;
	top: -200px;
	content: " ";s
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.list .item-more,
.single .item-more {
	margin: 0 0 0 10px;
}

.list .item .overlay h3,
article.single .item .overlay h3 {
	bottom: 55px;
	font-size: 24px;
}

.list .item:nth-child(2n+1) .item-image:before { top: -200px; bottom: auto; }
.list .item:nth-child(2n+1) .item-image:after { bottom: -200px; top: auto; }
.list .item:nth-child(2n+1) .item-meta:before { left: 40px; }
.list .item:nth-child(2n+1) .item-meta { text-align: left; }
.list .item:nth-child(2n+1) .read-more { float: left; margin: 0 10px 0 0; }
.list .item:nth-child(2n+1) .overlay h3 { text-align: left; }

.single .item:nth-child(2n+1) .item-image:before { top: -200px; bottom: auto; }
.single .item:nth-child(2n+1) .item-image:after { bottom: -200px; top: auto; }
.single .item:nth-child(2n+1) .item-meta:before { left: 40px; }
.single .item:nth-child(2n+1) .item-meta { text-align: left; }
.single .item:nth-child(2n+1) .read-more { float: left; margin: 0 10px 0 0; }
.single .item:nth-child(2n+1) .overlay h3 { text-align: left; }


/*-----------------------------------------------------------*/
/*	Classes
/*-----------------------------------------------------------*/

.classes.grid .item .overlay { min-height: 44px; }
.classes.list .item-meta,
.classes.single .item-meta { position: absolute; bottom: 0; }
.classes.list .overlay,
.classes.single .overlay { min-height: 105px; }

.classes.list .overlay,
.classes.single .overlay { min-height: 105px; }
.item-image:hover .overlay.no-overlay {height: auto; background-image: none;}

.progday{
	float: left;
	text-align: center;
}

.pday {
	border-bottom: 1px solid #bfc6cd;
	font-weight: bold;
	width: 102px;
	background: #f3f3f3;
}
.timehour{
	background: #f3f3f3;
	-moz-box-shadow: 0 0 1px #bfc6cd;
	-webkit-box-shadow: 0 0 1px #bfc6cd;
	box-shadow: 0 0 1px #bfc6cd;
	margin: 10px 0;
	font-size: 13px;
}

/*-----------------------------------------------------------*/
/*	News
/*-----------------------------------------------------------*/

.sticky{}
.bypostauthor{}


#infscr-loading {
	font-size: 0.75em;
	left: 25%;
	bottom: 0px;
	position: fixed;
	text-align: center;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	padding: 20px 0 0 0;
	color: #fff;
}


.news.grid .widget-content {
	margin: 20px -20px;
}

.news.grid .page-content {
	padding-bottom: 120px;
	margin: 0 -20px;
}

.news .item { background: #fff6f1; width: 100%}

.news.grid .read-more {
	margin: 0 5px 0 0;
}

a.load-more {
	position: absolute;
	bottom: 40px;
	display: block;
	width: 100%;
	padding: 15px 20px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}

.navigation {
	float: left;
	width: 100%;
	margin: 20px 0;
	list-style: none;
	background-repeat: repeat;
}

.navigation li {
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.navigation-prev,
.navigation-next { padding: 20px; }
.navigation li:hover { background-color: rgba(255, 255, 255, 0.1); }


.navigation-text {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 25px;
	margin-right: 10px;
}

.navigation-text:hover {
	color: #ffffff;
}

.navigation-prev { display: block; float: left; }
.navigation-next { display: block; float: right; }


/*	----------------------------------------------------------
	Gallery Slider
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.flexslider-gallery .loading {
	background: transparent url("/images/ajax-loader.gif") no-repeat 50% 50%;
	min-height: 300px;
}

.flexslider-gallery {
	margin: 20px 0 0px 0;
	padding: 0;
	position: relative;
}

.flexslider-gallery .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider-gallery .slides img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-thumbnail {
	margin: 0;
}

.gallery-flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	margin: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
}

/*-----------------------------------------------------------------------------------*/
/*	Default Gallery
/*-----------------------------------------------------------------------------------*/

.gallery {
	margin: 0;
}

.gallery  img {
	width: 100%;
	height: auto;
}

.gallery .gallery-item {
	float: left;
	margin: 0 0 20px 0;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 46%!important;
	margin: 0 2%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-3 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery-columns-5 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin-top: 10px;
}

.gallery dl {
	margin: 0;
}

.gallery img {
	border: 0px!important;
}

.gallery br + br {
	display: none;
}


/* ==|== Direction Nav = = = = = = = = = = = = = = = = = = = = = */

.flexslider-gallery .flex-direction-nav {
	height: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 50%;
}

.flexslider-gallery .flex-direction-nav li {
	max-width: 100%;
	background: red;
	margin: 0 auto;
	display: block;
}

.flexslider-gallery .flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 0px;
}

.flexslider-gallery .flex-direction-nav .flex-prev {
	left: 0px;
}

.flexslider-gallery:hover .flex-next {
	opacity: 0.8; right: 0px;
}

.flexslider-gallery:hover .flex-prev {
	opacity: 0.8; left: 0px;
}

.flexslider-gallery:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0.3!important; filter:alpha(opacity=30);
	cursor: default;
}


/*	----------------------------------------------------------
	Thumbnais
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#flexslider-gallery-carousel {
	height: 87px;
	margin-bottom: 40px;
	position: relative;
}

#flexslider-gallery-carousel li img {
	width: 100%; height: auto;
	max-width: 140px;
	float: left;
}

#flexslider-gallery-carousel li {
	padding: 5px;
	cursor: pointer;
}

#flexslider-gallery-carousel .flex-direction-nav {height: 0; text-align: center; width: 100%; display: block; position: absolute; }
#flexslider-gallery-carousel .flex-direction-nav a { width: 100px; height: 50px; margin: 0px 0px; display: block; ; position: absolute; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}

#flexslider-gallery-carousel .flex-direction-nav li {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}


/*-----------------------------------------------------------------------------------*/
/*	Attachments
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Images
/*-----------------------------------------------------------------------------------*/

a img {
	border: none;
}

p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}


/*-----------------------------------------------------------------------------------*/
/*	Resize images to fit the main content area.
/*	 - Applies only to images uploaded via WordPress by targeting size-* classes.
/*	 - Other images will be left alone. Use "size-auto" class to apply to other images.
/*-----------------------------------------------------------------------------------*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
	margin-right: 1.5em;
}

img.alignright {
	margin-left: 1.5em;
}

.wp-caption {
	padding: .5em;
	text-align: center;
}

.wp-caption img {
	margin: .25em;
}

.wp-caption .wp-caption-text {
	margin: .5em;
}

.gallery-caption {
}

.wp-smiley {
	margin: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Navigation
/*-----------------------------------------------------------------------------------*/

#primary nav {
	clear: both;
	overflow: hidden;
	margin: 0 0 1.5em;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
	background: #ffffff;
	overflow: hidden;
}


.widget-header {
	position: relative;
	padding: 15px 20px;
}

.widget-content {
	margin: 20px 0;
	overflow: hidden;
}

.grid_12 .classes.grid .item:nth-child(3n+1) { margin-left: 0; }
.grid_12 .classes.grid .item:nth-child(3n+3) { margin-right: 0; }

.grid_8 .classes.grid .item:nth-child(2n+1) { margin-left: 0; }
.grid_8 .classes.grid .item:nth-child(2n+2) { margin-right: 0; }

.grid_4 .classes.grid .item { margin-left: 0; margin-right: 0; }

.grid_4.widget_wplook_classes_widget .item.grid_4 {margin-left: 0; margin-right: 0;}
.grid_12.widget_wplook_classes_widget .item.grid_4:nth-child(3n+1) {margin-left: 0; }
.grid_12.widget_wplook_classes_widget .item.grid_4:nth-child(3n+3) { margin-right: 0; }

.grid_4.widget_wplook_gallery_widget .item.grid_4 {margin-left: 0; margin-right: 0;}
.grid_12.widget_wplook_gallery_widget .item.grid_4:nth-child(3n+1) {margin-left: 0; }
.grid_12.widget_wplook_gallery_widget .item.grid_4:nth-child(3n+3) { margin-right: 0; }

.grid_4.widget_wplook_trainers_widget .item.grid_4 {margin-left: 0; margin-right: 0;}
.grid_12.widget_wplook_trainers_widget .item.grid_4:nth-child(3n+1) {margin-left: 0; }
.grid_12.widget_wplook_trainers_widget .item.grid_4:nth-child(3n+3) { margin-right: 0; }

.item img.ajax-loader {
	width: auto;
}

.item img {
	width: 100%;
}

.item-title {
	display: block;
	padding: 20px 20px 10px 20px;
}

.item-title h3 {
	font-size: 18px;
}

.item > p {
	padding: 0 20px;
}

.item-meta {
	position: relative;
	margin: 0;
	padding: 9px 10px;
	line-height: 25px;
	list-style: none;
}

.item-meta:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	top: -7px;
	content: " ";
	right: 20px;
	margin-left: -5px;
}

.meta-info {
	display: inline-block;
	margin-left: 6px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
}

.meta-info > a,
.meta-info > span,
.meta-info > time {
	color: #ffffff!important;
	padding: 5px 10px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.meta-info > a:hover,
.ui-tabs-active > a{
	color: #494f5c!important;
	background: #ffffff;
	border-radius: 2px
}

.read-more {
	float: right;
	margin: 0 0 0 10px;
}

.read-more .item-more {
	margin: 0;
}

.item-more {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	padding: 3px 0 0 4px;
	border: 2px solid #FFFFFF;
	background: #ffffff;
	border-radius: 20px;
	color: #717f8d;
	text-align: left;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.item-more:hover { background: none; color: #ffffff; }

.item-more.icon-arrow-left { padding: 3px 0 0 2px; margin: 0 10px 0 0; }
.item-more.icon-arrow-right { float: right; }
.navigation-prev .item-more.icon-arrow-left { float: left; }

.item-image {
	display: block;
	position: relative;
	overflow: hidden;
}
.item-image img {
	height: auto;
}
.item-image:before{
	position: absolute;
	width: 200px;
	height: 200px;
	left: -100px;
	bottom: -100px;
	content: " ";
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 50;
}

.item-image:after{
	position: absolute;
	width: 200px;
	height: 200px;
	right: -100px;
	top: -100px;
	content: " ";
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 50;
}

.item .overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.item-image:hover .overlay {
	height: 100%;
	background-image: url('images/cross.png');
	background-repeat: no-repeat;
	background-position: center center;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.item-image img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.item-image:hover img {
	opacity: 1;
	transform: scale(1.08);
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-moz-transform: scale(1.08);
}

.item .overlay h3 {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: right;
}

.item-content {
	margin: 40px 20px;
}

.item-content.page-template{
	display: block;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 40px 20px 1px 20px;
}

.widget-header:after,
.footer-navigation:after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	bottom: -7px;
	content: " ";
	left: 40px;
	margin-left: -5px;
}

.view-all {
	display: block;
	margin-top: 2px;
	padding: 3px 0 0 4px;
	width: 25px;
	height: 25px;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	color: #FFFFFF;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.view-all:hover { background: #ffffff;}


/*-----------------------------------------------------------*/
/*	Posts widget
/*-----------------------------------------------------------*/

.widget_wplook_posts_widget.news.grid > .widget-content {
	margin-top: 0;
	margin-bottom: 0;
}

.widget_wplook_posts_widget .widget-content > .item {
	margin-top: 0;
	margin-bottom: 0;
}

/*-----------------------------------------------------------*/
/*	Widget search
/*-----------------------------------------------------------*/

.widget_search .search-form{
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
}

.widget_search .search-form.active {
	border: none;
	width: 90%;

}
.widget_search .search-form.active form {
	width: 100%;
	margin: 0; padding: 0;
}

.widget_search .header-search-form {
	right: 0px;
	width: 100%;
}


/*	----------------------------------------------------------
	Flickr widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.flickr-widget-body {

	background: #fff;
	width: 100%;
}

.flickr-widget-body .flickr-margin{
	padding: 20px;

}
.flickr-widget-body a {
	width: 31%;
	display: inline-block;
	border: 1px solid #fff;
}
.flickr-widget-body a:hover {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}
.flickr-widget-body img {
	width: 100%;
	height: auto;
	float: left;

}

/*-----------------------------------------------------------
	Calendar
-----------------------------------------------------------*/

#calendar_wrap {
	margin: 0;
	color: #343434;
	background: #fff;
	margin-bottom: 40px;
}

#wp-calendar, #wp-calendar th, #wp-calendar td {
	text-align: center;
	background: none;
	border: none;

}

#wp-calendar {
	background: none;
	empty-cells: hide;
	width: 100%;
	font-size: 12px;
}

#wp-calendar th {
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

#wp-calendar td {
	text-align: center;
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

#wp-calendar td:hover {
	background-color: #fff;
}

#wp-calendar a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

#wp-calendar a:hover {
	background: #f9f9f9;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}

#wp-calendar #today {
	background-color: #f3f3f3;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
}

#wp-calendar .pad {
	background-color: #fff;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background: #f0f3f5;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background: #f0f3f5;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
}

#wp-calendar .pad, #wp-calendar .pad:hover {
}

/*-----------------------------------------------------------*/
/*	List Widget
/*-----------------------------------------------------------*/

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li {
	border-top: 1px solid #eeeeee;
	font-size: 15px;
	color: #494f5c;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.widget ul li:hover {
	background: #fff6f1;
}

.widget ul li:first-child {
	border: 0;
}

.widget ul li a,
.widget ul li span {
	padding: 18px 20px;
	font-size: 15px;
	color: #494f5c;
	display: block;
	cursor: pointer;
}

.widget ul li ul li {
	background: #fff;
	padding-left: 10px;
}

.widget ul li ul li:hover {
	background: #fbfbfb;
}

/*-----------------------------------------------------------*/
/*	vCard Widget
/*-----------------------------------------------------------*/

.widget .vcard {
	margin: 15px 20px;
}

.vcard-name {
	font-size: 18px;
	font-weight: bold;
}

.vcard span {
	font-size: 14px;
	color: #494f5c;
}

/*-----------------------------------------------------------*/
/*	Text Widget
/*-----------------------------------------------------------*/

.textwidget {
	margin: 15px 20px;
	font-size: 14px;
	line-height: 175%;
}

/*-----------------------------------------------------------*/
/*	Social Widget
/*-----------------------------------------------------------*/

.share-items {
	margin: 30px 10px 10px 10px;
	float: left;
}

.share-items a, .share-items a:visited {
	float: left;
	margin: 0 10px 20px 10px;
	text-align: center;
	width: 46px;
	height: 46px;
	padding-top: 12px;
	font-size: 22px;
	color: #494f5c;
	text-decoration: none;
	border-radius: 24px;
	border: 1px solid #494f5c;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}


/*-----------------------------------------------------------*/
/*	Social Widget
/*-----------------------------------------------------------*/

.share-items a:hover{
	color: #ffffff;
}

.share-items .icon-facebook:hover { background: #3A589B; border-color: #3A589B; }
.share-items .icon-twitter:hover { background: #19BFE8; border-color: #19BFE8; }
.share-items .icon-google-plus:hover { background: #D64136; border-color: #D64136; }
.share-items .icon-pinterest:hover { background: #f65e13; border-color: #f65e13; }
.share-items .icon-foursquare:hover { background: #106bb5; border-color: #106bb5; }
.share-items .icon-vimeo:hover { background: #AAD450; border-color: #AAD450; }
.share-items .icon-youtube:hover { background: #f65e13; border-color: #f65e13; }
.share-items .icon-flickr:hover { background: #ff0084; border-color: #ff0084; }
.share-items .icon-feed2:hover { background: #ff9900; border-color: #ff9900; }
.share-items .icon-lastfm:hover { background: #D51007; border-color: #D51007; }
.share-items .icon-soundcloud:hover { background: #ff9900; border-color: #ff9900; }
.share-items .icon-location:hover { background: #494f5c; border-color: #494f5c; }
.share-items .icon-instagram:hover { background: #517fa4; border-color: #517fa4; }
.share-items .icon-linkedin:hover { background: #0077b5; border-color: #0077b5; }


/*-----------------------------------------------------------*/
/*	Business Hours Widget
/*-----------------------------------------------------------*/

.widget li b {
	float: right;
}


/*-----------------------------------------------------------*/
/*	Tag Cloud
/*-----------------------------------------------------------*/

.tagcloud {
	margin: 20px 10px 10px 20px;
	overflow: hidden;
}

.tagcloud a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.tagcloud a:hover {
	background: #F3F3F3;
	color: #494f5c;
}


/*-----------------------------------------------------------*/
/*	Testimonials
/*-----------------------------------------------------------*/

.testimonials .widget-content { margin: 20px 0 0 0; }

.testimonial-avatar {
	float: left;
	margin: 0 20px 0 0;
	border-radius: 40px;
	overflow: hidden;
}

.testimonial-content { margin-left: 100px; }
.testimonial-content h3 { font-size: 18px; }
.testimonial-content time { font-size: 14px; color: #a0a0a0; }
.testimonials ul li { border: none; }
.testimonials ul li:hover { background: none; }
.testimonials .flex-direction-nav { display: none; }

/*-----------------------------------------------------------*/
/*	Share buttons
/*-----------------------------------------------------------*/

/*	----------------------------------------------------------
	Share buttons
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.more-options.share-bt {
	position: relative; float: right;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0;
	margin: 1px 0 0 0;
	width: 24px;
	height: 24px;
}

.more-options .share-buttons {
	position: absolute;
	top: 0px;
	right: 24px;
	width: 200px;
	margin: 0;
	padding: 0;
	display: none;
	font-size: 14px;

}
.share-click {
	cursor: pointer;
	margin-left: 3px;
	margin-top: 5px;
	color: #494f5c;
}

.more-options.share-bt.square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}

.more-options .share-buttons li {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	background: #fff;
	height: 24px;
}

.more-options .share-buttons li a{
	font-size: 13px;
	margin: 0;
	padding: 0 5px;
	display: block;
	color: #494f5c;
}

.more-options .share-buttons li a:hover{
	cursor: pointer;
}

.more-options .share-buttons li .share-icon-fb:hover{
	background: #3b5998; color: #fff;
}
.more-options .share-buttons li .share-icon-tw:hover{
	background: #00aced; color: #fff;
}
.more-options .share-buttons li .share-icon-pt:hover{
	background: #cb2027; color: #fff;
}

/*-----------------------------------------------------------*/
/*	Membership Table
/*-----------------------------------------------------------*/

.table {
	margin: 20px 0 0 0;
}

.table-col {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #BFC6CD;
	border-bottom: 1px solid #BFC6CD;
	border-left: 1px solid #BFC6CD;
	margin-left: -1px;
	border-top: 1px solid #BFC6CD;
	margin-bottom: 20px;

}
.table-col p{
	display: none;
}
.table-col.featured {
	background-repeat: repeat;
}

.table-col.featured .table-title,
.table-col.featured .table-features li { color: #ffffff; }
.table-col.featured .table-info { background: #ffffff; }
.table-col.featured .table-info:before { border-bottom-color: #ffffff;}

.table-title {
	padding: 20px;
	font-size: 24px;
	font-weight: 700;
}

.table-info {
	position: relative;
	padding: 22px 20px;
	font-size: 24px;
	color: #ffffff;
	background-repeat: repeat;
}

.table-info:before {
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	top: -7px;
	content: " ";
	left: 50%;
	margin-left: -5px;
}


.table-features {
	list-style: none;
	margin: 0;
}

.table-features > li {
	padding: 14px 20px;
	border-top: 1px solid #BFC6CD;
	font-size: 14px;
	color: #494f5c;
}


/*-----------------------------------------------------------------------------------*/
/*	Single Page
/*-----------------------------------------------------------------------------------*/

.single .item-meta {
	z-index: 100;
}

.single.page .page-content {
	margin: 0px;
	padding:20px;
}

.single.page .page-content p {
	font-size: 14px;
	line-height: 25px;
}

.page.classes.single .page-content,
.page.news.single .page-content{
	margin: 0;
	padding: 20px 0;
}

.page.single .page-content.singlepage {
	padding: 0px 0;
}

.item-image-page img {
	margin-top: 40px;
	width: 100%;
	height: auto;
}

.singlenews {
	width: 100%;
}

.singlenews .item-meta {
	position: relative!important;
}

.item-content table, .comment-content table , .small-description table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}

.item-content th, .comment-content th, .small-description th {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.6em;
}
.item-content td, .item-content th, .small-description td, .small-description th {
	border-bottom: 1px solid #ddd;
}

.small-description {
	margin: 0 20px 20px 20px;
}
.page-link span {
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

/*	----------------------------------------------------------
	Comments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.comments {
	margin-top: 40px;
	background: #fff;
	padding: 20px;
}

.comment-title {
	margin-bottom: 24px;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li{
	list-style: none;

}
.comment-gravatar {
	width: 74px;
}
.entry-header-comments .fn {
	display: inline;
	line-height: 22px;
	color: #000;
}
.entry-header-comments .fn a{
	color: #000;
	text-decoration: none;

}
.entry-header-comments .fn a:hover{
	text-decoration: underline;
}

.entry-header-comments .reply {
	color: #a2a2ad;
	font-size: 12px;
	float: right;

}
.commentlist .children{
	margin-left: 75px;
}
.entry-header-comments .reply a{
	color: #a0a0a0;
	text-decoration: none;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	display: inline-block;
	background:#fff;
	border: 1px solid #bfc6cd;
}

.entry-header-comments .reply a:hover{
	color: #fff;
	background: #1c1d21;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

.comment-date{
	padding: 6px 0 0 0;
}
.comment-body {
	border-bottom: 1px solid #ddd;
	margin: 12px 0 24px 74px;
	padding: 0 0 24px 0;
}

#respond #submit {
	padding: 10px 30px;
	border: 0;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	width: 150px;
	float: none;
}
#commentform label{

}
#commentform input{
	float: left;
	width: 98%;
	margin-bottom: 20px;
}
#commentform span{
	float: left;
	color: red;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/

.site-footer {
	padding-top: 20px;

	background-repeat: repeat;
	overflow: hidden;
}

.site-info {
	background: #ffffff;
	color: #717f8d;
	font-size: 14px;
}

.site-info span{
	margin: 0 20px;
}

.site-info a {
	text-decoration: underline;
	color: #717f8d;
}

.footer-navigation ul {
	margin: 0;
	list-style: none;
}

.footer-navigation ul li {
	display: inline-block;
}

.footer-navigation li a {
	display: block;
	padding: 20px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 1px;
	line-height: 19px;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.footer-navigation li a:hover {
	margin-top: 0;
	border-top: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

.go-top {
	float: right;
}
li.go-top a {
	font-size: 22px;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode
/*-----------------------------------------------------------------------------------*/

.column-margin {
	margin: 12px;
}

.col25,
.col33,
.col50,
.col75 {
	float: left;
	font-size: 15px;
}

.col25 p,
.col33 p,
.col50 p,
.col75 p {
	font-size: 15px;
}

.col25{
	width: 25%;
}

.col33{
	width: 33%;
}

.col50{
	width: 50%;
}

.col65{
	width: 65%;
}

.col75{
	width: 75%;
}

.box{
	width: 100%;
	font-size: 15px;
	color: #fff;
	padding: 12px 1%;
	margin-bottom: 40px;
	margin-top: 10px;
}

.box p{
	margin-bottom: 0px;
	width: 85%;
	float: left;
}

.box .button {
	float: right;
	margin-bottom: 0px !important;
}


/*-----------------------------------------------------------*/
/*	Button Styles
/*-----------------------------------------------------------*/

a.button,
a.button:visited {
	display: inline-block;
	color: #fff!important;
	text-decoration: none!important;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 14px;
	outline: none;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 13px!important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #0d507a!important;
	margin: 0 1em 1.5em 0!important;
	vertical-align: middle;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.square {
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-o-border-radius: 0px!important;
}

a.button.round {
	border-radius: 15px!important;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	-o-border-radius: 15px!important;
}

a.button.medium {
	padding: 11px 16px!important;
	font-size: 16px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

a.button.large {
	padding: 15px 20px!important;
	font-size: 18px;
	border-radius: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}

a.button:hover {
	text-decoration: none;
}

a.button:active {
	position: relative;
	top: 1px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

a.button.green {
	border-color: #69963b!important;
	background: #7fc33c;
	background: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#7fc33c));
	background: -webkit-linear-gradient(top, #5bb75b, #7fc33c);
	background: -moz-linear-gradient(top, #5bb75b, #7fc33c);
	background: -ms-linear-gradient(top, #5bb75b, #7fc33c);
	background: -o-linear-gradient(top, #5bb75b, #7fc33c);
}

a.button.green:hover {
	background: #8dd242;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fc33c), to(#5bb75b));
	background: -webkit-linear-gradient(top, #7fc33c, #5bb75b);
	background: -moz-linear-gradient(top, #7fc33c, #5bb75b);
	background: -ms-linear-gradient(top, #7fc33c, #5bb75b);
	background: -o-linear-gradient(top, #7fc33c, #5bb75b);
}

a.button.light-blue {
	border-color: #2681a2!important;
	background: #2caada;
	background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
	background: -webkit-linear-gradient(top, #46cae8, #2caada);
	background: -moz-linear-gradient(top, #46cae8, #2caada);
	background: -ms-linear-gradient(top, #46cae8, #2caada);
	background: -o-linear-gradient(top, #46cae8, #2caada);
}

a.button.light-blue:hover {
	background: #32bcef;
	background: -webkit-gradient(linear, left top, left bottom, from(#2caada), to(#46cae8));
	background: -webkit-linear-gradient(top, #2caada, #46cae8);
	background: -moz-linear-gradient(top, #2caada, #46cae8);
	background: -ms-linear-gradient(top, #2caada, #46cae8);
	background: -o-linear-gradient(top, #2caada, #46cae8);
}

a.button.blue {
	border-color: #0d507a!important;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.blue:hover {
	background: #1188d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0c6fb1), to(#14a7cf));
	background: -webkit-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -moz-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -ms-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -o-linear-gradient(top, #0c6fb1, #14a7cf);
}

a.button.red {
	border-color: #ab4b44!important;
	background: #9E0D18;
	background: -webkit-gradient(linear, left top, left bottom, from(red), to(#9E0D18));
	background: -webkit-linear-gradient(top, red, #9E0D18);
	background: -moz-linear-gradient(top, red, #9E0D18);
	background: -ms-linear-gradient(top, red, #9E0D18);
	background: -o-linear-gradient(top, red, #9E0D18);
}

a.button.red:hover {
	background: #ff5e56;
	background: -webkit-gradient(linear, left top, left bottom, from(#9E0D18), to(red));
	background: -webkit-linear-gradient(top, #9E0D18, red);
	background: -moz-linear-gradient(top, #9E0D18, red);
	background: -ms-linear-gradient(top, #9E0D18, red);
	background: -o-linear-gradient(top, #9E0D18, red);
}

a.button.orange {
	border-color: #dc9014!important;
	background: #ffb031;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffb031));
	background: -webkit-linear-gradient(top, #ff9900, #ffb031);
	background: -moz-linear-gradient(top, #ff9900, #ffb031);
	background: -ms-linear-gradient(top, #ff9900, #ffb031);
	background: -o-linear-gradient(top, #ff9900, #ffb031);
}

a.button.orange:hover {
	background: #ffc531;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb031), to(#ff9900));
	background: -webkit-linear-gradient(top, #ffb031, #ff9900);
	background: -moz-linear-gradient(top, #ffb031, #ff9900);
	background: -ms-linear-gradient(top, #ffb031, #ff9900);
	background: -o-linear-gradient(top, #ffb031, #ff9900);
}

a.button.purple {
	border-color: #996192!important;
	background: #d17ac6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
	background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
	background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
	background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
	background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}

a.button.purple:hover {
	background: #eb90e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d17ac6), to(#e3acdc));
	background: -webkit-linear-gradient(top, #d17ac6, #e3acdc);background: -moz-linear-gradient(top, #d17ac6, #e3acdc);
	background: -ms-linear-gradient(top, #d17ac6, #e3acdc);
	background: -o-linear-gradient(top, #d17ac6, #e3acdc);
}

a.button.grey {
	color: #555!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-color: #acacac!important;
	background: #e0dddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dddd));
	background: -webkit-linear-gradient(top, #ffffff, #e0dddd);
	background: -moz-linear-gradient(top, #ffffff, #e0dddd);
	background: -ms-linear-gradient(top, #ffffff, #e0dddd);
	background: -o-linear-gradient(top, #ffffff, #e0dddd);
}

a.button.grey:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0dddd), to(#ffffff));
	background: -webkit-linear-gradient(top, #e0dddd, #ffffff);
	background: -moz-linear-gradient(top, #e0dddd, #ffffff);
	background: -ms-linear-gradient(top, #e0dddd, #ffffff);
	background: -o-linear-gradient(top, #e0dddd, #ffffff);
}

a.button.black {
	border-color: #323232!important;
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444444));
	background: -webkit-linear-gradient(top, #000, #444444);
	background: -moz-linear-gradient(top, #000, #444444);
	background: -ms-linear-gradient(top, #000, #444444);
	background: -o-linear-gradient(top, #000, #444444);
}

a.button.black:hover {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
	background: -webkit-linear-gradient(top, #444444, #000000);
	background: -moz-linear-gradient(top, #444444, #000000);
	background: -ms-linear-gradient(top, #444444, #000000);
	background: -o-linear-gradient(top, #444444, #000000);
}


/*-----------------------------------------------------------*/
/*	Alert
/*-----------------------------------------------------------*/

.alert {
	padding: 0.8em;
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
	border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	-o-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}

.alert.white {
	background: #fff;
	border: 1px solid #dfdfdf;
	color: #373737;
}

.alert.red {
	background: #e53b51;
	border: 1px solid #e53b51;
	color: #fff;
}

.alert.yellow {
	background: #f18d06;
	border: 1px solid #f18d06;
	color: #fff;
}

.alert.green {
	background: #2eb44b;
	border: 1px solid #2eb44b;
	color: #fff;
}

.alert.blue {
	background: #20a7ff;
	border: 1px solid #20a7ff;
	color: #fff;
}

.alert.grey {
	background: #fbfbfb;
	border: 1px solid #dfdfdf;
	color: #373737;
}


/*-----------------------------------------------------------*/
/*	Tabs
/*-----------------------------------------------------------*/

.tabs li a {
  margin-top: 10px;
  background: #f65e13;
  border: 1px solid #f65e13;
  height: 32px;
  line-height: 31px;
  color: #3b3b3d;
  font-size: 13px;
  padding: 0 14px 0 44px;
  margin:0;
  cursor: pointer;
}

.tabs_table {
	clear: both; margin:12px 0;
}

.tabs {
	padding: 0 0 0 1px !important;
	margin-bottom:-1px !important;
	margin-left:0;
	height: 34px;
}

.tabs li {
  float: left;
  list-style-type: none !important;
  list-style-position: outside !important;
  cursor: pointer;
  white-space: nowrap;
  margin-left: -1px;
  padding: 0 !important;
}

.tabs li a {
  display: block;
  float: left;
  padding-left: 14px;
  background: #f65e13;
  margin: 0;
  color: #fff;
  margin-right: 6px;
}

.tabs li a:hover {
	text-decoration: none;
	background: #f3f3f3;
	color:#444;
}

.tabs li a.selected {
	background: #fff;
	border-bottom: #fff 1px solid;
	position: relative; color:#f65e13;
}

.panes {
	border: 1px solid #f65e13;
	padding: 17px;
	line-height: 1.7em;
}


/*-----------------------------------------------------------*/
/*	Toggle content
/*-----------------------------------------------------------*/

.toggle-content {
	background: #f65e13;
	border: 1px solid #f65e13;
	clear: both;
	display: block;
	margin: 10px 0 8px;
	color: #fff;
}

.toggle-content:hover {
	background: #f65e13;
}

.toggle-content + .toggle-content {
	margin: 0;
}

.toggle-content .expand-button {
	background: url('images/toggle-open.png') left top no-repeat;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	height: 35px;
}

.toggle-content .expand-button.close {
	background: url('images/toggle-close.png') left top no-repeat;
}

.toggle-content .expand-button p {
	line-height: 40px;
	margin: 0;
	padding-left: 40px;
	font-size: 28px;
	padding-top: 5px;
}

.toggle-content .expand {
	margin: 0;
	background: #fff;
	line-height: 160%;
	color: #3b3b3d;
	padding: 20px 20px 20px;
}

.toggle-content .expand {
	display: none;
}

.no-js .toggle-content .expand {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Testimonial templates
/*-----------------------------------------------------------------------------------*/

.testimonials .item {
	background: #fff6f1;
	margin: 15px;
}

.testimonials li {
	list-style-type: none;
}


/*-----------------------------------------------------------------------------------*/
/*	WooCommerce
/*-----------------------------------------------------------------------------------*/
/* Sort out grid */
.woocommerce .shop ul.products li.last, .woocommerce-page .shop ul.products li.last,
.woocommerce .single-product ul.products li.last, .woocommerce-page .single-product ul.products li.last {
	margin-right: 0 !important;
}

/* Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-product-search input[type=submit] {
	display: inline-block;
	color: #fff!important;
	text-decoration: none!important;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 14px;
	outline: none;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 13px!important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #0d507a!important;
	margin: 0 1em 1.5em 0!important;
	vertical-align: middle;
	border-radius: 15px!important;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	-o-border-radius: 15px!important;
	color: #555!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-color: #acacac!important;
	background: #e0dddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dddd));
	background: -webkit-linear-gradient(top, #ffffff, #e0dddd);
	background: -moz-linear-gradient(top, #ffffff, #e0dddd);
	background: -ms-linear-gradient(top, #ffffff, #e0dddd);
	background: -o-linear-gradient(top, #ffffff, #e0dddd);
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-product-search input[type=submit], .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0dddd), to(#ffffff));
	background: -webkit-linear-gradient(top, #e0dddd, #ffffff);
	background: -moz-linear-gradient(top, #e0dddd, #ffffff);
	background: -ms-linear-gradient(top, #e0dddd, #ffffff);
	background: -o-linear-gradient(top, #e0dddd, #ffffff);
}

/* Grid items */
.woocommerce .shop ul.products > li, .woocommerce-page .shop ul.products > li,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-right: 2%;
	width: 32%
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin-bottom: 30px;
}

.woocommerce ul.products {
	margin-left: 0;
}

.woocommerce ul.products li.product {
	list-style-type: none;
}

.woocommerce .product .item-image:before,
.woocommerce .product .item-image:after {
	width: 175px;
	height: 175px;
}

.woocommerce .product .item-image:before,
.woocommerce .product:nth-child(2n+1) .item-image:before {
	left: -100px;
	bottom: -100px;
	top: auto;
}

.woocommerce .product .item-image:after,
.woocommerce .product:nth-child(2n+1) .item-image:after {
	right: -100px;
	top: -100px;
}

.woocommerce .onsale {
	position: absolute;
	left: 0;
	top: 0;
	background: #f65e13;
	color: white;
	z-index: 99;
	padding: 7px;
}

.woocommerce ul.products li.product {
	background: #fff6f1;
}

.woocommerce ul.products li.product .item-rating {
	color: #494f5c;
}

.woocommerce article.single .item .item-meta {
	text-align: left;
	padding: 9px 10px;
}

.woocommerce article.single .item .item-meta:before {
	left: auto;
}

.woocommerce article.single .item .item-meta .meta-info {
	margin-left: 0;
	font-size: 14px;
}

.woocommerce article.single .item .item-meta .meta-info.price {
	max-width: 70%;
}

.woocommerce ul.products li .item-meta .meta-info.price ins {
	background: none;
	font-weight: bold;
}

.woocommerce article.single .item .read-more {
	float: right;
	margin: 0 0 0 10px;
}

.woocommerce article.single .item .read-more .added:before {
	content: "\e6fe";
}

.woocommerce article.single .item .read-more .added + a {
	display: none;
	color: red;
}

/* Single item page */
.woocommerce .single-product .product {
	position: relative;
}

.woocommerce .single-product .summary .price ins {
	background: none;
	float: left;
	margin-right: 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #f65e13;
	vertical-align: bottom;
}

.woocommerce .single-product .summary > div, .woocommerce .single-product .summary > form {
	margin-bottom: 20px;
}

.woocommerce .single-product .reviews .review-meta {
	margin-left: 20px;
}

.woocommerce .single-product .review img {
	width: 100px;
	height: auto;
}

.woocommerce .single-product .reviews .review-meta > span:after {
	content: ' | ';
}

.woocommerce .single-product .reviews .review-meta > span:last-child:after {
	content: none;
}

.woocommerce .single-product .cart .quantity {
	display: inline-block;
	margin-bottom: 10px;
}

.woocommerce .single-product .cart .quantity input {
	font-size: 14px;
	width: 50px;
}

.woocommerce .single-product .cart .button {
	margin: 0 10px !important;
}

.woocommerce .single-product .images .item-image {
	margin-bottom: 10px;
}

.woocommerce .single-product .images .thumbnails img {
	border: #f65e13 2px solid;
}

.woocommerce h2 {
	margin: 0.83em 0;
}

.woocommerce h3 {
	margin: 0.60em 0;
}

.woocommerce .single-product .woocommerce-tabs .tabs {
	margin-bottom: -3px !important;
}

.woocommerce .single-product .woocommerce-tabs .tabs li.active a {
	background: #fff6f1;
	border-bottom: 1px solid #fff6f1;
	color: #444;
}

.woocommerce .single-product .woocommerce-tabs .panel {
	padding: 10px;
	background: #fff6f1;
	border: 1px solid #f65e13;
}

.woocommerce .single-product .woocommerce-tabs .panel h2:first-child {
	margin-top: 0;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews li.comment .avatar {
	width: 60px;
	height: auto;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews .comment-respond .stars span a {
	font-size: 1px;
	letter-spacing: -1px;
	color: transparent;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews .comment-respond .stars span a:before {
	font-family: 'icomoon';
	content: "\e6ce";
	font-size: 16px;
	letter-spacing: normal;
	color: #494f5c;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews .comment-respond .stars span a.color:before {
	content: "\e6d0";
	color: #f65e13;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form-rating .stars {
	height: 30px;
	margin-bottom: 0;
}

.woocommerce .single-product .variations, .woocommerce .single-product .variations td {
	border-bottom: none;
}

.woocommerce .single-product .product_meta > span {
	display: block;
}

.woocommerce .single-product .woocommerce-tabs #tab-description p:last-child {
	margin-bottom: 0;
}

/* Cart page */
.woocommerce-page .shop_table td, .woocommerce-page .shop_table th {
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce-page .shop_table .product-thumbnail {
	width: 15%;
}

.woocommerce-page .shop_table .product-remove {
	text-align: center;
}

.woocommerce-page .shop_table.cart tr:last-child td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce-page .shop_table tr:last-child .button {
	margin-bottom: 0 !important;
}

.woocommerce-page .shop_table tr:last-child .coupon .input-text {
	width: 260px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Checkout page */
.woocommerce-page abbr.required {
	border-bottom: none;
}

.woocommerce-page .payment_methods {
	list-style-type: none;
	margin: 0;
}

/* Widgets */
.widget.widget_rating_filter a {
	text-align: right;
}
.widget.widget_rating_filter .star-rating {
	padding: 0;
	display: inline-block;
	width: 85%;
	text-align: left;
	float: left;
}

.widget.widget_rating_filter .star-rating span {
	width: 100% !important;
	padding: 0;
}

.widget.widget_rating_filter li:hover {
	background: white;
}

.widget.widget_rating_filter li:hover a, .widget.widget_rating_filter li:hover a span {
	color: #f65e13;
}

.widget.widget_rating_filter .chosen, .widget.widget_rating_filter li.chosen:hover {
	background: #fff6f1;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
	padding: 18px 20px;
}

.widget.widget_shopping_cart ul li a, .widget.widget_shopping_cart ul li span {
	padding: 0;
}

.widget.widget_shopping_cart .quantity span {
	display: inline;
}

.widget.widget_shopping_cart .cart_list .mini_cart_item {
	padding: 10px;
}

.widget.widget_shopping_cart .total {
	margin: 1.5em 0;
}

.widget.widget_shopping_cart .buttons .button {
	margin-bottom: 0 !important;
}

.widget.widget_shopping_cart ul li a.remove {
	display: inline-block;
}

.widget.widget_shopping_cart ul li a.remove:hover {
	color: #f65e13;
}

.widget.widget_shopping_cart img.attachment-shop_thumbnail {
	width: 30%;
}

.widget.widget_layered_nav .wc-layered-nav-term {
	padding: 18px 20px;
}

.widget.widget_layered_nav .wc-layered-nav-term a, .widget.widget_layered_nav .wc-layered-nav-term span {
	padding: 0;
	display: inline;
}

.widget.widget_layered_nav li:hover {
	background: white;
}

.widget.widget_layered_nav li:hover a, .widget.widget_layered_nav li:hover a span {
	color: #f65e13;
}

.widget.widget_layered_nav .chosen, .widget.widget_layered_nav li.chosen:hover {
	background: #fff6f1;
}

.widget.widget_layered_nav_filters li:hover {
	background: white;
}

.widget.widget_layered_nav_filters li:hover a {
	color: #f65e13;
}

.widget.widget_layered_nav_filters li a:before {
	content: "\e6fd";
	font-family: 'icomoon';
	margin-right: 5px;
	font-size: 10px;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #f65e13;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -.3em;
  margin-left: -.5em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #f65e13;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #f65e13;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget.widget_price_filter .price_slider_wrapper {
	padding: 28px 20px 18px 20px;
}

.widget.widget_price_filter .button {
	margin-bottom: 0 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #e0dddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff6f1), to(#e0dddd));
	background: -webkit-linear-gradient(top, #fff6f1, #e0dddd);
	background: -moz-linear-gradient(top, #fff6f1, #e0dddd);
	background: -ms-linear-gradient(top, #fff6f1, #e0dddd);
	background: -o-linear-gradient(top, #fff6f1, #e0dddd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.widget.widget_product_categories li:hover {
	background: white;
}

.widget.widget_product_categories a:hover {
	color: #f65e13;
}

.widget.widget_product_categories .children {
	border-top: 1px solid #eeeeee;
}

.widget.widget_products li {
	padding: 18px 20px;
}

.widget.widget_products img {
	width: 30%;
}

.widget.widget_products span, .widget.widget_products a {
	padding: 0;
	display: inline;
}

.widget.widget_products a {
	display: block;
}

.widget.widget_products ins {
	background: none;
	font-weight: bold;
}

.widget.widget_product_search {
	padding: 18px 20px;
}

.widget.widget_product_search input {
	margin-bottom: 0 !important;
}

.widget.widget_product_search .search-field {
	font-size: 16px;
}

.widget.widget_recent_reviews li {
	padding: 18px 20px;
}

.widget.widget_recent_reviews img {
	width: 30%;
}

.widget.widget_recent_reviews .star-rating > span {
	width: 100% !important;
}

.widget.widget_recent_reviews a, .widget.widget_recent_reviews span {
	padding: 0;
	display: inline;
}

.widget.widget_recent_reviews li:hover {
	background: white;
}

.widget.widget_recent_reviews li:hover a {
	color: #f65e13;
}

.widget.widget_top_rated_products li {
	padding: 18px 20px;
}

.widget.widget_top_rated_products img {
	width: 30%;
}

.widget.widget_top_rated_products .star-rating > span {
	width: 100% !important;
}

.widget.widget_top_rated_products a, .widget.widget_top_rated_products span {
	padding: 0;
	display: inline;
}

.widget.widget_top_rated_products li:hover {
	background: white;
}

.widget.widget_top_rated_products li:hover .product-title {
	color: #f65e13;
}

.widget.widget_top_rated_products ins {
	background: none;
	font-weight: bold;
}

.widget.widget_recently_viewed_products li {
	padding: 18px 20px;
}

.widget.widget_recently_viewed_products span, .widget.widget_recently_viewed_products a {
	padding: 0;
	display: inline;
}

.widget.widget_recently_viewed_products img {
	width: 30%;
}


/*-----------------------------------------------------------------------------------*/
/*	Responsive Structure
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.item { margin-left: 0; margin-right: 0; }

}



@media (min-width: 767px) {
	.grid_12 .classes.grid .item:nth-child(6n+3) .item-image:after,
	.grid_12 .classes.grid .item:nth-child(6n+2) .item-image:after,
	.grid_12 .classes.grid .item:nth-child(6n+1) .item-image:after,
	.grid_8 .classes.grid .item:nth-child(4n+1) .item-image:after,
	.grid_8 .classes.grid .item:nth-child(4n+2) .item-image:after,
	.grid_4 .classes.grid .item:nth-child(2n+1) .item-image:after { bottom: -100px; top: auto; }

	.grid_12 .classes.grid .item:nth-child(6n+1) .item-image:before,
	.grid_12 .classes.grid .item:nth-child(6n+2) .item-image:before,
	.grid_12 .classes.grid .item:nth-child(6n+3) .item-image:before,
	.grid_8 .classes.grid .item:nth-child(4n+1) .item-image:before,
	.grid_8 .classes.grid .item:nth-child(4n+2) .item-image:before,
	.grid_4 .classes.grid .item:nth-child(2n+1) .item-image:before { bottom: auto; top: -100px; }

	.grid_12 .classes.grid .item:nth-child(6n+1) .item-image h3,
	.grid_12 .classes.grid .item:nth-child(6n+2) .item-image h3,
	.grid_12 .classes.grid .item:nth-child(6n+3) .item-image h3,
	.grid_8 .classes.grid .item:nth-child(4n+1) .item-image h3,
	.grid_8 .classes.grid .item:nth-child(4n+2) .item-image h3,
	.grid_4 .classes.grid .item:nth-child(2n+1) .item-image h3 { text-align: left; }
}



@media only screen and (min-width: 962px) and (max-width: 1220px) {
	.meta-info.comments-counter,
	.meta-info.news-tags,
	.meta-info.class-trainer { display: none; }

	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 170px; height: 170px; }

	.list .item-image:before,
	.list .item-image:after,
	article.single .item-image:before,
	article.single .item-image:after { width: 350px; height: 350px; }

	.flex-caption {top: 15%;}
	.site-header {position: relative;}
	.flexslider.loading {min-height: 400px;	}
	.pday {width: 80px;}
}



@media only screen and (min-width: 767px) and (max-width: 962px) {
	.meta-info.comments-count { display: none; }

	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 155px; height: 155px; }

	.list .item-image:before,
	.list .item-image:after,
	article.single .item-image:before,
	article.single .item-image:after { width: 310px; height: 310px; }

	.classes.list .overlay,
	.classes.single .overlay { background-image: none; }

	.meta-info.class-level,
	.meta-info.class-facebook,
	.meta-info.class-twitter,
	.meta-info.class-trainer,
	.meta-info.news-tags { display: none; }

	.comment .children { margin: 0 0 0 20px; }
	.flex-content p { display: none; }
	.flex-direction-nav { display: none; }
	.flexslider{ padding-top: 100px; }

	.table-col { width: 50%; }
	.site-header {position: relative;}
	.flex-caption {top: 15%;}

	.flexslider.loading { min-height: 300px;}
	.pday {width: 60px;}
	.col25{	width: 100%;}

	/* WooCommerce images */
	.woocommerce .product .item-image:before,
	.woocommerce .product .item-image:after {
		width: 125px;
		height: 125px;
	}

	.woocommerce .product .item-image:before,
	.woocommerce .product:nth-child(2n+1) .item-image:before {
		left: -75px;
		bottom: -75px;
		top: auto;
	}

	.woocommerce .product .item-image:after,
	.woocommerce .product:nth-child(2n+1) .item-image:after {
		right: -75px;
		top: -75px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.classes.grid .item { margin-left: 0; margin-right: 0; }
	.logo img { max-width: 100%; }

	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 190px; height: 190px; }

	.classes.grid .item:nth-child(2n+1) .item-image:after { bottom: -100px; top: auto; }
	.classes.grid .item:nth-child(2n+1) .item-image:before { bottom: auto; top: -100px; }
	.classes.grid .item:nth-child(2n+1) .item-image h3 { text-align: left; }

	.list .item-image:before,
	.list .item-image:after,
	article.single .item-image:before,
	article.single .item-image:after { width: 330px; height: 330px; }

	.classes.list .overlay,
	.classes.single .overlay { background-image: none; }

	.meta-info.class-level,
	.meta-info.class-facebook,
	.meta-info.class-twitter,
	.meta-info.class-trainer,
	.meta-info.news-author,
	.meta-info.news-tags{ display: none; }

	.comment .children { margin: 0 0 0 20px; }

	.site-header {position: relative;}
	.flex-caption {top: 15%;}


	.flex-caption { display: none; }
	.flex-content p { display: none; }
	.flex-direction-nav { display: none; }



	.table-col { width: 50%; }

	.post-navigation { display: none!important; }

	.announcement { text-align: center; }
	.announcement a.btn { float: none; }

	.classes.list .item-meta, .classes.single .item-meta { position: relative; }
	.flexslider.loading { min-height: 300px; }
	.pday {width: 54px; }
	.col25, .col33, .col50, .col75{ width: 100%;}

	#menu-language-menu { float: right; margin: 0px; padding: 0px;}
	.language-menu a {padding: 5px;}
	.callus {float: left; position: relative; font-size: 16px; margin-top: 4px;}
	.grid_4.no-m-t.lang {min-height: 10px;}

	.testimonials .grid_3 {
		margin-left: 0;
		margin-right: 0;
	}

	/* WooCommerce */
	.woocommerce .product .item-image:before,
	.woocommerce .product .item-image:after {
		width: 76px;
		height: 76px;
	}

	.woocommerce .product .item-image:before,
	.woocommerce .product:nth-child(2n+1) .item-image:before {
		left: -38px;
		bottom: -38px;
		top: auto;
	}

	.woocommerce .product .item-image:after,
	.woocommerce .product:nth-child(2n+1) .item-image:after {
		right: -38px;
		top: -38px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce .single-product .related ul.products > li, .woocommerce-page .single-product .related ul.products > li {
		margin-right: 2%;
		width: 48%
	}

}


@media only screen and (min-width: 320px) and (max-width: 480px) {
	.logo img { max-width: 100%; }
	.classes.grid .item { margin-left: 0; margin-right: 0; }
	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 170px; height: 170px; }

	.classes.grid .item:nth-child(2n+1) .item-image:after { bottom: -100px; top: auto; }
	.classes.grid .item:nth-child(2n+1) .item-image:before { bottom: auto; top: -100px; }
	.classes.grid .item:nth-child(2n+1) .item-image h3 { text-align: left; }

	.list .item-image:before,
	.list .item-image:after,
	article.single .item-image:before,
	article.single .item-image:after { width: 300px; height: 300px; }

	.classes.list .overlay,
	.classes.single .overlay { background-image: none; }

	.classes.list .item-meta,
	.classes.single .item-meta { position: relative; }

	.meta-info.class-duration,
	.meta-info.class-spots,
	.meta-info.class-join,
	.meta-info.class-certificate,
	.meta-info.class-facebook,
	.meta-info.class-twitter,
	.meta-info.class-classes,
	.meta-info.class-trainer,
	.meta-info.class-level,
	.meta-info.news-author,
	.meta-info.comments-counter,
	.meta-info.news-tags { display: none; }

	.comment .children { margin: 0 0 0 10px; }
	.comment .says { display: none; }

	.site-header {position: relative;}
	.flex-caption {top: 15%;}

	.flex-caption { display: none; }
	.flex-direction-nav { display: none; }

	.table-col { width: 100%; }

	.post-navigation { display: none!important; }

	.announcement { text-align: center; }
	.announcement a.btn { float: none; }

	.testimonials .flex-control-paging { top: 200px; }

	.flexslider.loading { min-height: 205px; }
	.title-404{	font-size: 142px; margin-top: 50px;	}
	.description-404 { margin-bottom: 100px; }
	.progday {width: 100%; margin-bottom: 20px;}
	.pday{width: 100%;}
	.col25, .col33, .col50, .col75{ width: 100%;}

	#menu-language-menu { float: right; margin: 0px; padding: 0px;}
	.language-menu a {padding: 5px;}
	.callus {float: left; position: relative; font-size: 14px; margin-top: 5px;}
	.grid_4.no-m-t.lang {min-height: 10px;}
	#infscr-loading { left: 0; width: 100%;}

	.testimonials .grid_3 {
		margin-left: 0;
		margin-right: 0;
	}

	/* WooCommerce */
	.woocommerce .product .item-image:before,
	.woocommerce .product .item-image:after {
		width: 100px;
		height: 100px;
	}

	.woocommerce .product .item-image:before,
	.woocommerce .product:nth-child(2n+1) .item-image:before {
		left: -50px;
		bottom: -50px;
		top: auto;
	}

	.woocommerce .product .item-image:after,
	.woocommerce .product:nth-child(2n+1) .item-image:after {
		right: -50px;
		top: -50px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce .single-product .related ul.products > li, .woocommerce-page .single-product .related ul.products > li {
		margin-right: 0;
		width: 100%
	}
}



@media (max-width: 320px) {

	/* WooCommerce */
	.woocommerce .product .item-image:before,
	.woocommerce .product .item-image:after {
		width: 76px;
		height: 76px;
	}

	.woocommerce .product .item-image:before,
	.woocommerce .product:nth-child(2n+1) .item-image:before {
		left: -38px;
		bottom: -38px;
		top: auto;
	}

	.woocommerce .product .item-image:after,
	.woocommerce .product:nth-child(2n+1) .item-image:after {
		right: -38px;
		top: -38px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce .single-product .related ul.products > li, .woocommerce-page .single-product .related ul.products > li {
		margin-right: 0;
		width: 100%
	}

}
/*-----------------------------------------------------------------------------------*/
/*	Print
/*-----------------------------------------------------------------------------------*/

@media print {}






/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {background: #ffffff; text-decoration:none; display: block; width: 50px; height: 60px; padding: 0 0px; margin: 0px; position: absolute; top: 55%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -60px; }
.flex-direction-nav .flex-next { right: -60px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.8; left: 0px; }
.flexslider:hover .flex-next { opacity: 0.8; right: 0px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "icomoon"; font-size: 42px; display: inline-block; content: '\e7c4'; }
.flex-direction-nav a.flex-next:before  { content: '\e7c3'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "icomoon"; font-size: 42px; display: inline-block; content: '\e7c4'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\e7c3'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 20px; text-align: center; z-index: 100;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 60px; height: 5px; display: block; background: #fff; background: rgba(255,255,255,255.5); cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover { background: #f65e13;  }
.flex-control-paging li a.flex-active { cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}







/*
Theme Name: FitnessLife WPL
Author: Victor Tihai
Theme URI: https://wplook.com/product/themes/fitness-sport/fitnesslife-fitness-wordpress-theme/
Author URI: http://wplook.com/
Description: FitnessLife - Premium WordPress Theme.
Version: 2.9
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.0
License: GNU General Public License
License URI: license.txt
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, front-page-post-form, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: fitnesslife-wpl
Domain Path: /languages
*/

@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,greek-ext,greek,vietnamese,latin-ext,cyrillic,cyrillic-ext);

/*-----------------------------------------------------------------------------------*/
/*	Reset default browser CSS.
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Based on work by Eric Meyer and html5doctor.com
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/*	Remember to define focus styles!
/*-----------------------------------------------------------------------------------*/

:focus {
	outline: 0;
}

body {
	background: #f3f3f3;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
}

.hidden {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Tables still need 'cellspacing="0"' in the markup
/*-----------------------------------------------------------------------------------*/

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

img {
	vertical-align: middle;
}


/*-----------------------------------------------------------------------------------*/
/*	Alignment
/*-----------------------------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*-----------------------------------------------------------------------------------*/
/*	Global
/*-----------------------------------------------------------------------------------*/

body, input, textarea {
	color: #494f5c;
	font-family: 'Arimo', sans-serif;
	line-height: 1.5;
}

.clear{
	clear: both;
}

.fleft{
	float: left;
}

.right,
div.right,
a.right {
	float: right;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.mb {
	margin-bottom: 40px;
}
/*-----------------------------------------------------------------------------------*/
/*	Headings
/*-----------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

hr {
	background-color: #ffffff;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


/*-----------------------------------------------------------------------------------*/
/*	Text elements
/*-----------------------------------------------------------------------------------*/

p {
	font-size: 14px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: disc;
	font-size: 14px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 20px;
	padding: 0 10px;
}

blockquote em, blockquote i, blockquote cite, blockquote p {
	font-style: normal;
	font-size: 18px;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}

code, kbd {
	font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
input[type=email], input[type=text], textarea, input[type=tel] {
	border: 1px solid #a2a2ad;
	border-radius: 2px;
	font-size: 14px;

}

textarea {
	padding: 5px 10px;
	width: 98%;
}

input[type=email], input[type=text], input[type=tel] {
	height: 30px;
	padding: 3px 10px;
}

#contact-form{
	margin: 20px 0;
}

.wpcf7-submit {
	padding: 10px 30px;
	border: 0;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
}

div.wpcf7-response-output {
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	Text meant only for screen readers
/*-----------------------------------------------------------------------------------*/

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


/*-----------------------------------------------------------------------------------*/
/*	Structure
/*-----------------------------------------------------------------------------------*/

#pages {
	position: absolute;
	width: 100%;
}

.page-decoration {
	position: relative;
	min-height: 280px;
	background: #fff;
}

.decoration {
	width: 100%;
	height: auto;
}

.decoration img {
	width: 100%;
	height: auto;
}

.first-widget-area {
	margin: 20px auto!important;
}

.second-widget-area {
	width: 100%;
	padding: 20px 0;
	background: #ffffff;
}

.btn {
	display: inline-block;
	padding: 12px 35px;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid #ffffff;
	background: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.btn:hover {
	background: none;
	color: #ffffff;
}

.pages {
	margin-top: -80px;
	overflow: hidden;
}


.page-header {
	position: relative;
	min-height: 60px;
	padding: 15px 20px;
}

.page-header.hp{
	margin-top: 110px;
}

.page-content {
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
}

.page-header .title,
.widget-header .title {
	display: inline-block;
	font-size: 24px;
	line-height: 27px;
	color: #ffffff;
}

.pages.list .item,
.pages.single .item {
	margin: 20px 0;
	float: left;
}

/*-----------------------------------------------------------------------------------*/
/*	404 Error page
/*-----------------------------------------------------------------------------------*/

.title-404{
	text-align: center;
	font-size: 172px;
	margin-top: 100px;
}

.description-404 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 200px;
}
/*-----------------------------------------------------------------------------------*/
/*	Sidebar
/*-----------------------------------------------------------------------------------*/

.sidebar .widget {
	width: 100%;
	float: left;
	margin: 20px 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

.site-header {
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(11%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.75)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.75) 100%);
	color: #a0a0a0;
	z-index: 100;
}

.branding {
	margin-top: 15px!important;
}

.logo {
	margin: 10px 20px 0 0;
	padding: -25px 0 0 0;
}

.logo img {
	max-height: 80px;
}

#site-title a {
	font-size: 24px;
	text-decoration: none;
}

#site-description {
	color: #a0a0a0;
	font-size: 16px;
}

.language-menu {
	list-style: none;
	margin-bottom: 10px;
}

.language-menu li {
	position: relative;
	display: inline-block;
	color: #a0a0a0;

}

.language-menu a{
	padding: 15px 5px 5px 5px;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

.language-menu .current a, .language-menu a:hover {
	color: #ffffff;
}

.language-menu a.current:after {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -8px;
	content: "\e7c5";
	color: #ffffff;
	font-size: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.grid_4.no-m-t.lang{
	min-height: 75px;
	position: relative;
}

.callus {
	position: absolute;
	bottom: 0;
	right: 0;
}
.callus a {
	color: #a0a0a0;
}


/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/

.flexslider {
	overflow: hidden;
}

.flexslider.loading {
	background: #fff url("images/ajax-loader.gif") no-repeat center center;
	min-height: 600px;
}

.flex-caption {
	position: absolute;
	width: 100%;
	top: 30%;
}

.loading .flex-caption {
	display: none;
}

.flex-content {
	margin-left: 40px;
	padding: 40px;
	color: #ffffff;
}

.flex-content h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
}

.flex-content p {
	font-size: 18px;
	line-height: 30px;
}

.flex-active-slide .flex-content {
	-moz-animation: bounceInUp 1s;
	-webkit-animation: bounceInUp 1s;
	animation: bounceInUp 1s;
}


/*-----------------------------------------------------------------------------------*/
/*	Slider Pagination
/*-----------------------------------------------------------------------------------*/

.testimonials .flex-control-paging a {
	width: 20px;
	height: 4px;
	background: #000000;
}

.testimonials .flex-control-paging {
	width: 90px;
	top: 180px;
	left: 0;
	margin: 0;
}

.testimonials .flex-control-paging li { margin: 0 5px 5px 5px;}


/*-----------------------------------------------------------------------------------*/
/*	Breadcrumbs
/*-----------------------------------------------------------------------------------*/

.breadcrumbs {
	margin: 0;
	font-size: 10px;
	line-height: 25px;
	text-transform: uppercase;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------*/
/*	Menu
/*-----------------------------------------------------------------------------------*/

.main-menu-section {
	position: relative;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.80);
	border-top: 1px solid #bfc6cd;
	border-bottom: 1px solid #bfc6cd;
	font-family: 'Open Sans', sans-serif;
}

.main-menu-section > div {
	position: relative;
}

.site-navigation ul {
	list-style: none;
	font-size: 14px;
	margin: 0;
}

.site-navigation ul li {
	position: relative;
	display: inline-block;
	border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.0);
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.site-navigation > ul li:hover {
	background: #ffffff;
}

.site-navigation li a {
	display: block;
	padding: 14px 20px;
	color: #a0a0a0;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.site-navigation ul.sub-menu {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	width: auto;
	min-width: 200px;
	z-index: 99999 !important;
	background: #ffffff;
}

.site-navigation ul > li ul.sub-menu {
	border-top: 1px solid #bfc6cd;
}

.site-navigation li:hover > ul.sub-menu {
	display: block;
	-moz-animation: bounceIn 0.2s;
	-webkit-animation: bounceIn 0.2s;
	animation: bounceIn 0.2s;
}

.site-navigation ul.sub-menu li {
	width: 100%;
	border-top: 1px solid #bfc6cd;
}

.site-navigation ul.sub-menu li:first-child {
	border: 0;
}

.site-navigation ul.sub-menu li:hover {
	background: #fafafa;
}

.site-navigation ul.sub-menu ul.sub-menu {
	left: 200px;
	top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Mean Menu
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*	hide the link until viewport size is reached
/*-----------------------------------------------------------*/

a.meanmenu-reveal {
	display: none;
	left: 0!important;
	right: auto!important;
}

/*-----------------------------------------------------------*/
/*	when under viewport size, .mean-container is added to body
/*-----------------------------------------------------------*/

.mean-container .mean-bar {
	position: relative;
	min-height: 42px;
	z-index: 80;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #a0a0a0;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 14px 20px;
	margin: 0;
	font-size: 14px;
	color: #a0a0a0;
	border-top: 1px solid #bfc6cd;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 100%;
	padding: 14px 40px;
	border-top: 1px solid #bfc6cd;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 100%;
	padding: 14px 60px;
}

.mean-container .mean-nav ul li li li li a {
	width: 100%;
	padding: 14px 80px;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 14px 100px;
}

.mean-container .mean-nav ul li a:hover {
	background: #fafafa;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 25px;
	height: 25px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: none;
	border: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	color: #ffffff;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-container .search-form {
	right: 20px;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar {
	margin: 0 20px;
}

/*-----------------------------------------------------------*/
/*	Fix for box sizing on Foundation Framework etc.
/*-----------------------------------------------------------*/

.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove { display: none !important; }

/*-----------------------------------------------------------*/
/*	Search Form and other menu buttons
/*-----------------------------------------------------------*/

.menu-buttons {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.menu-buttons > div {
	display: inline-block;
	float: left;
}

.header-cart {
	width: 50px;
	height: 50px;
}

.header-cart > a {
	width: 50px;
	height: 37px;
	padding-top: 13px;
	float: right;
	text-align: center;
	color: #a0a0a0;
}

.header-cart .quantity {
	padding-left: 5px;
}

.search-form {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 1px;
	z-index: 100;
}

.search-form.active{
	width: 250px;
	margin-right: 0;
	background: #ffffff;
	border-left: 1px solid #bfc6cd;
	border-right: 1px solid #bfc6cd;
	-moz-animation: bounceInLeft 1s;
	-webkit-animation: bounceInLeft 1s;
	animation: bounceInLeft 1s;
}

.search-form > a {
	cursor: pointer;
	display: block;
	width: 50px;
	height: 37px;
	float: right;
	padding-top: 13px;
	text-align: center;
	color: #a0a0a0;
}

.header-search-form .search-button {
	display: none;
}

.active .header-search-form{
	display: block;

}

.header-search-form{
	display: none;
	position: absolute;
	left: 1px;
	top: 0;
	width: 200px;
}

.header-search-form input {
	width: 180px;
	height: 50px;
	padding: 5px 10px;
	color: #a0a0a0;
	font-size: 14px;
	border: 0 none;
}


/*-----------------------------------------------------------*/
/*	Announcement
/*-----------------------------------------------------------*/

.announcement {
	padding: 5px 0;
	border-top: 1px solid #ffffff;
	background-repeat: repeat;
	overflow: hidden;
}

.announcement h1{
	line-height: 48px;
	color: #ffffff;
	font-size: 24px;
}


/*-----------------------------------------------------------------------------------*/
/*	Content
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*	List Style
/*-----------------------------------------------------------*/

.list .item-image:before, article.single .item-image:before {
	position: absolute;
	width: 400px;
	height: 400px;
	left: -200px;
	bottom: -200px;
	content: " ";
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 50;
}

.list .item-meta, .single .item-meta {
	position: relative;
	width: 100%;
	padding: 15px 30px;
	text-align: right;
	z-index: 80;
	background: #f65e13;
}

.list .item-meta:before, .single .item-meta:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	top: -7px;
	content: " ";
	right: 35px;
	margin-left: -5px;
}

.list .item-image:after, article.single .item-image:after {
	position: absolute;
	width: 400px;
	height: 400px;
	right: -200px;
	top: -200px;
	content: " ";s
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.list .item-more,
.single .item-more {
	margin: 0 0 0 10px;
}

.list .item .overlay h3,
article.single .item .overlay h3 {
	bottom: 55px;
	font-size: 24px;
}

.list .item:nth-child(2n+1) .item-image:before { top: -200px; bottom: auto; }
.list .item:nth-child(2n+1) .item-image:after { bottom: -200px; top: auto; }
.list .item:nth-child(2n+1) .item-meta:before { left: 40px; }
.list .item:nth-child(2n+1) .item-meta { text-align: left; }
.list .item:nth-child(2n+1) .read-more { float: left; margin: 0 10px 0 0; }
.list .item:nth-child(2n+1) .overlay h3 { text-align: left; }

.single .item:nth-child(2n+1) .item-image:before { top: -200px; bottom: auto; }
.single .item:nth-child(2n+1) .item-image:after { bottom: -200px; top: auto; }
.single .item:nth-child(2n+1) .item-meta:before { left: 40px; }
.single .item:nth-child(2n+1) .item-meta { text-align: left; }
.single .item:nth-child(2n+1) .read-more { float: left; margin: 0 10px 0 0; }
.single .item:nth-child(2n+1) .overlay h3 { text-align: left; }


/*-----------------------------------------------------------*/
/*	Classes
/*-----------------------------------------------------------*/

.classes.grid .item .overlay { min-height: 44px; }
.classes.list .item-meta,
.classes.single .item-meta { position: absolute; bottom: 0; }
.classes.list .overlay,
.classes.single .overlay { min-height: 105px; }

.classes.list .overlay,
.classes.single .overlay { min-height: 105px; }
.item-image:hover .overlay.no-overlay {height: auto; background-image: none;}

.progday{
	float: left;
	text-align: center;
}

.pday {
	border-bottom: 1px solid #bfc6cd;
	font-weight: bold;
	width: 102px;
	background: #f3f3f3;
}
.timehour{
	background: #f3f3f3;
	-moz-box-shadow: 0 0 1px #bfc6cd;
	-webkit-box-shadow: 0 0 1px #bfc6cd;
	box-shadow: 0 0 1px #bfc6cd;
	margin: 10px 0;
	font-size: 13px;
}

/*-----------------------------------------------------------*/
/*	News
/*-----------------------------------------------------------*/

.sticky{}
.bypostauthor{}


#infscr-loading {
	font-size: 0.75em;
	left: 25%;
	bottom: 0px;
	position: fixed;
	text-align: center;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	padding: 20px 0 0 0;
	color: #fff;
}


.news.grid .widget-content {
	margin: 20px -20px;
}

.news.grid .page-content {
	padding-bottom: 120px;
	margin: 0 -20px;
}

.news .item { background: #fff6f1; width: 100%}

.news.grid .read-more {
	margin: 0 5px 0 0;
}

a.load-more {
	position: absolute;
	bottom: 40px;
	display: block;
	width: 100%;
	padding: 15px 20px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}

.navigation {
	float: left;
	width: 100%;
	margin: 20px 0;
	list-style: none;
	background-repeat: repeat;
}

.navigation li {
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.navigation-prev,
.navigation-next { padding: 20px; }
.navigation li:hover { background-color: rgba(255, 255, 255, 0.1); }


.navigation-text {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 25px;
	margin-right: 10px;
}

.navigation-text:hover {
	color: #ffffff;
}

.navigation-prev { display: block; float: left; }
.navigation-next { display: block; float: right; }


/*	----------------------------------------------------------
	Gallery Slider
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.flexslider-gallery .loading {
	background: transparent url("/images/ajax-loader.gif") no-repeat 50% 50%;
	min-height: 300px;
}

.flexslider-gallery {
	margin: 20px 0 0px 0;
	padding: 0;
	position: relative;
}

.flexslider-gallery .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider-gallery .slides img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-thumbnail {
	margin: 0;
}

.gallery-flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	margin: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
}

/*-----------------------------------------------------------------------------------*/
/*	Default Gallery
/*-----------------------------------------------------------------------------------*/

.gallery {
	margin: 0;
}

.gallery  img {
	width: 100%;
	height: auto;
}

.gallery .gallery-item {
	float: left;
	margin: 0 0 20px 0;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 46%!important;
	margin: 0 2%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-3 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery-columns-5 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin-top: 10px;
}

.gallery dl {
	margin: 0;
}

.gallery img {
	border: 0px!important;
}

.gallery br + br {
	display: none;
}


/* ==|== Direction Nav = = = = = = = = = = = = = = = = = = = = = */

.flexslider-gallery .flex-direction-nav {
	height: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 50%;
}

.flexslider-gallery .flex-direction-nav li {
	max-width: 100%;
	background: red;
	margin: 0 auto;
	display: block;
}

.flexslider-gallery .flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 0px;
}

.flexslider-gallery .flex-direction-nav .flex-prev {
	left: 0px;
}

.flexslider-gallery:hover .flex-next {
	opacity: 0.8; right: 0px;
}

.flexslider-gallery:hover .flex-prev {
	opacity: 0.8; left: 0px;
}

.flexslider-gallery:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0.3!important; filter:alpha(opacity=30);
	cursor: default;
}


/*	----------------------------------------------------------
	Thumbnais
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#flexslider-gallery-carousel {
	height: 87px;
	margin-bottom: 40px;
	position: relative;
}

#flexslider-gallery-carousel li img {
	width: 100%; height: auto;
	max-width: 140px;
	float: left;
}

#flexslider-gallery-carousel li {
	padding: 5px;
	cursor: pointer;
}

#flexslider-gallery-carousel .flex-direction-nav {height: 0; text-align: center; width: 100%; display: block; position: absolute; }
#flexslider-gallery-carousel .flex-direction-nav a { width: 100px; height: 50px; margin: 0px 0px; display: block; ; position: absolute; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}

#flexslider-gallery-carousel .flex-direction-nav li {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}


/*-----------------------------------------------------------------------------------*/
/*	Attachments
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Images
/*-----------------------------------------------------------------------------------*/

a img {
	border: none;
}

p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}


/*-----------------------------------------------------------------------------------*/
/*	Resize images to fit the main content area.
/*	 - Applies only to images uploaded via WordPress by targeting size-* classes.
/*	 - Other images will be left alone. Use "size-auto" class to apply to other images.
/*-----------------------------------------------------------------------------------*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
	margin-right: 1.5em;
}

img.alignright {
	margin-left: 1.5em;
}

.wp-caption {
	padding: .5em;
	text-align: center;
}

.wp-caption img {
	margin: .25em;
}

.wp-caption .wp-caption-text {
	margin: .5em;
}

.gallery-caption {
}

.wp-smiley {
	margin: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Navigation
/*-----------------------------------------------------------------------------------*/

#primary nav {
	clear: both;
	overflow: hidden;
	margin: 0 0 1.5em;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
	background: #ffffff;
	overflow: hidden;
}


.widget-header {
	position: relative;
	padding: 15px 20px;
}

.widget-content {
	margin: 20px 0;
	overflow: hidden;
}

.grid_12 .classes.grid .item:nth-child(3n+1) { margin-left: 0; }
.grid_12 .classes.grid .item:nth-child(3n+3) { margin-right: 0; }

.grid_8 .classes.grid .item:nth-child(2n+1) { margin-left: 0; }
.grid_8 .classes.grid .item:nth-child(2n+2) { margin-right: 0; }

.grid_4 .classes.grid .item { margin-left: 0; margin-right: 0; }

.grid_4.widget_wplook_classes_widget .item.grid_4 {margin-left: 0; margin-right: 0;}
.grid_12.widget_wplook_classes_widget .item.grid_4:nth-child(3n+1) {margin-left: 0; }
.grid_12.widget_wplook_classes_widget .item.grid_4:nth-child(3n+3) { margin-right: 0; }

.grid_4.widget_wplook_gallery_widget .item.grid_4 {margin-left: 0; margin-right: 0;}
.grid_12.widget_wplook_gallery_widget .item.grid_4:nth-child(3n+1) {margin-left: 0; }
.grid_12.widget_wplook_gallery_widget .item.grid_4:nth-child(3n+3) { margin-right: 0; }

.grid_4.widget_wplook_trainers_widget .item.grid_4 {margin-left: 0; margin-right: 0;}
.grid_12.widget_wplook_trainers_widget .item.grid_4:nth-child(3n+1) {margin-left: 0; }
.grid_12.widget_wplook_trainers_widget .item.grid_4:nth-child(3n+3) { margin-right: 0; }

.item img.ajax-loader {
	width: auto;
}

.item img {
	width: 100%;
}

.item-title {
	display: block;
	padding: 20px 20px 10px 20px;
}

.item-title h3 {
	font-size: 18px;
}

.item > p {
	padding: 0 20px;
}

.item-meta {
	position: relative;
	margin: 0;
	padding: 9px 10px;
	line-height: 25px;
	list-style: none;
}

.item-meta:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	top: -7px;
	content: " ";
	right: 20px;
	margin-left: -5px;
}

.meta-info {
	display: inline-block;
	margin-left: 6px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
}

.meta-info > a,
.meta-info > span,
.meta-info > time {
	color: #ffffff!important;
	padding: 5px 10px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.meta-info > a:hover,
.ui-tabs-active > a{
	color: #494f5c!important;
	background: #ffffff;
	border-radius: 2px
}

.read-more {
	float: right;
	margin: 0 0 0 10px;
}

.read-more .item-more {
	margin: 0;
}

.item-more {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	padding: 3px 0 0 4px;
	border: 2px solid #FFFFFF;
	background: #ffffff;
	border-radius: 20px;
	color: #717f8d;
	text-align: left;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.item-more:hover { background: none; color: #ffffff; }

.item-more.icon-arrow-left { padding: 3px 0 0 2px; margin: 0 10px 0 0; }
.item-more.icon-arrow-right { float: right; }
.navigation-prev .item-more.icon-arrow-left { float: left; }

.item-image {
	display: block;
	position: relative;
	overflow: hidden;
}
.item-image img {
	height: auto;
}
.item-image:before{
	position: absolute;
	width: 200px;
	height: 200px;
	left: -100px;
	bottom: -100px;
	content: " ";
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 50;
}

.item-image:after{
	position: absolute;
	width: 200px;
	height: 200px;
	right: -100px;
	top: -100px;
	content: " ";
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 50;
}

.item .overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.item-image:hover .overlay {
	height: 100%;
	background-image: url('images/cross.png');
	background-repeat: no-repeat;
	background-position: center center;

	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.item-image img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.item-image:hover img {
	opacity: 1;
	transform: scale(1.08);
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-moz-transform: scale(1.08);
}

.item .overlay h3 {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: right;
}

.item-content {
	margin: 40px 20px;
}

.item-content.page-template{
	display: block;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 40px 20px 1px 20px;
}

.widget-header:after,
.footer-navigation:after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	bottom: -7px;
	content: " ";
	left: 40px;
	margin-left: -5px;
}

.view-all {
	display: block;
	margin-top: 2px;
	padding: 3px 0 0 4px;
	width: 25px;
	height: 25px;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	color: #FFFFFF;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.view-all:hover { background: #ffffff;}


/*-----------------------------------------------------------*/
/*	Posts widget
/*-----------------------------------------------------------*/

.widget_wplook_posts_widget.news.grid > .widget-content {
	margin-top: 0;
	margin-bottom: 0;
}

.widget_wplook_posts_widget .widget-content > .item {
	margin-top: 0;
	margin-bottom: 0;
}

/*-----------------------------------------------------------*/
/*	Widget search
/*-----------------------------------------------------------*/

.widget_search .search-form{
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
}

.widget_search .search-form.active {
	border: none;
	width: 90%;

}
.widget_search .search-form.active form {
	width: 100%;
	margin: 0; padding: 0;
}

.widget_search .header-search-form {
	right: 0px;
	width: 100%;
}


/*	----------------------------------------------------------
	Flickr widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.flickr-widget-body {

	background: #fff;
	width: 100%;
}

.flickr-widget-body .flickr-margin{
	padding: 20px;

}
.flickr-widget-body a {
	width: 31%;
	display: inline-block;
	border: 1px solid #fff;
}
.flickr-widget-body a:hover {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}
.flickr-widget-body img {
	width: 100%;
	height: auto;
	float: left;

}

/*-----------------------------------------------------------
	Calendar
-----------------------------------------------------------*/

#calendar_wrap {
	margin: 0;
	color: #343434;
	background: #fff;
	margin-bottom: 40px;
}

#wp-calendar, #wp-calendar th, #wp-calendar td {
	text-align: center;
	background: none;
	border: none;

}

#wp-calendar {
	background: none;
	empty-cells: hide;
	width: 100%;
	font-size: 12px;
}

#wp-calendar th {
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

#wp-calendar td {
	text-align: center;
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

#wp-calendar td:hover {
	background-color: #fff;
}

#wp-calendar a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

#wp-calendar a:hover {
	background: #f9f9f9;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}

#wp-calendar #today {
	background-color: #f3f3f3;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
}

#wp-calendar .pad {
	background-color: #fff;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background: #f0f3f5;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background: #f0f3f5;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
}

#wp-calendar .pad, #wp-calendar .pad:hover {
}

/*-----------------------------------------------------------*/
/*	List Widget
/*-----------------------------------------------------------*/

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li {
	border-top: 1px solid #eeeeee;
	font-size: 15px;
	color: #494f5c;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.widget ul li:hover {
	background: #fff6f1;
}

.widget ul li:first-child {
	border: 0;
}

.widget ul li a,
.widget ul li span {
	padding: 18px 20px;
	font-size: 15px;
	color: #494f5c;
	display: block;
	cursor: pointer;
}

.widget ul li ul li {
	background: #fff;
	padding-left: 10px;
}

.widget ul li ul li:hover {
	background: #fbfbfb;
}

/*-----------------------------------------------------------*/
/*	vCard Widget
/*-----------------------------------------------------------*/

.widget .vcard {
	margin: 15px 20px;
}

.vcard-name {
	font-size: 18px;
	font-weight: bold;
}

.vcard span {
	font-size: 14px;
	color: #494f5c;
}

/*-----------------------------------------------------------*/
/*	Text Widget
/*-----------------------------------------------------------*/

.textwidget {
	margin: 15px 20px;
	font-size: 14px;
	line-height: 175%;
}

/*-----------------------------------------------------------*/
/*	Social Widget
/*-----------------------------------------------------------*/

.share-items {
	margin: 30px 10px 10px 10px;
	float: left;
}

.share-items a, .share-items a:visited {
	float: left;
	margin: 0 10px 20px 10px;
	text-align: center;
	width: 46px;
	height: 46px;
	padding-top: 12px;
	font-size: 22px;
	color: #494f5c;
	text-decoration: none;
	border-radius: 24px;
	border: 1px solid #494f5c;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}


/*-----------------------------------------------------------*/
/*	Social Widget
/*-----------------------------------------------------------*/

.share-items a:hover{
	color: #ffffff;
}

.share-items .icon-facebook:hover { background: #3A589B; border-color: #3A589B; }
.share-items .icon-twitter:hover { background: #19BFE8; border-color: #19BFE8; }
.share-items .icon-google-plus:hover { background: #D64136; border-color: #D64136; }
.share-items .icon-pinterest:hover { background: #f65e13; border-color: #f65e13; }
.share-items .icon-foursquare:hover { background: #106bb5; border-color: #106bb5; }
.share-items .icon-vimeo:hover { background: #AAD450; border-color: #AAD450; }
.share-items .icon-youtube:hover { background: #f65e13; border-color: #f65e13; }
.share-items .icon-flickr:hover { background: #ff0084; border-color: #ff0084; }
.share-items .icon-feed2:hover { background: #ff9900; border-color: #ff9900; }
.share-items .icon-lastfm:hover { background: #D51007; border-color: #D51007; }
.share-items .icon-soundcloud:hover { background: #ff9900; border-color: #ff9900; }
.share-items .icon-location:hover { background: #494f5c; border-color: #494f5c; }
.share-items .icon-instagram:hover { background: #517fa4; border-color: #517fa4; }
.share-items .icon-linkedin:hover { background: #0077b5; border-color: #0077b5; }


/*-----------------------------------------------------------*/
/*	Business Hours Widget
/*-----------------------------------------------------------*/

.widget li b {
	float: right;
}


/*-----------------------------------------------------------*/
/*	Tag Cloud
/*-----------------------------------------------------------*/

.tagcloud {
	margin: 20px 10px 10px 20px;
	overflow: hidden;
}

.tagcloud a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.tagcloud a:hover {
	background: #F3F3F3;
	color: #494f5c;
}


/*-----------------------------------------------------------*/
/*	Testimonials
/*-----------------------------------------------------------*/

.testimonials .widget-content { margin: 20px 0 0 0; }

.testimonial-avatar {
	float: left;
	margin: 0 20px 0 0;
	border-radius: 40px;
	overflow: hidden;
}

.testimonial-content { margin-left: 100px; }
.testimonial-content h3 { font-size: 18px; }
.testimonial-content time { font-size: 14px; color: #a0a0a0; }
.testimonials ul li { border: none; }
.testimonials ul li:hover { background: none; }
.testimonials .flex-direction-nav { display: none; }

/*-----------------------------------------------------------*/
/*	Share buttons
/*-----------------------------------------------------------*/

/*	----------------------------------------------------------
	Share buttons
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.more-options.share-bt {
	position: relative; float: right;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0;
	margin: 1px 0 0 0;
	width: 24px;
	height: 24px;
}

.more-options .share-buttons {
	position: absolute;
	top: 0px;
	right: 24px;
	width: 200px;
	margin: 0;
	padding: 0;
	display: none;
	font-size: 14px;

}
.share-click {
	cursor: pointer;
	margin-left: 3px;
	margin-top: 5px;
	color: #494f5c;
}

.more-options.share-bt.square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}

.more-options .share-buttons li {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	background: #fff;
	height: 24px;
}

.more-options .share-buttons li a{
	font-size: 13px;
	margin: 0;
	padding: 0 5px;
	display: block;
	color: #494f5c;
}

.more-options .share-buttons li a:hover{
	cursor: pointer;
}

.more-options .share-buttons li .share-icon-fb:hover{
	background: #3b5998; color: #fff;
}
.more-options .share-buttons li .share-icon-tw:hover{
	background: #00aced; color: #fff;
}
.more-options .share-buttons li .share-icon-pt:hover{
	background: #cb2027; color: #fff;
}

/*-----------------------------------------------------------*/
/*	Membership Table
/*-----------------------------------------------------------*/

.table {
	margin: 20px 0 0 0;
}

.table-col {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #BFC6CD;
	border-bottom: 1px solid #BFC6CD;
	border-left: 1px solid #BFC6CD;
	margin-left: -1px;
	border-top: 1px solid #BFC6CD;
	margin-bottom: 20px;

}
.table-col p{
	display: none;
}
.table-col.featured {
	background-repeat: repeat;
}

.table-col.featured .table-title,
.table-col.featured .table-features li { color: #ffffff; }
.table-col.featured .table-info { background: #ffffff; }
.table-col.featured .table-info:before { border-bottom-color: #ffffff;}

.table-title {
	padding: 20px;
	font-size: 24px;
	font-weight: 700;
}

.table-info {
	position: relative;
	padding: 22px 20px;
	font-size: 24px;
	color: #ffffff;
	background-repeat: repeat;
}

.table-info:before {
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	top: -7px;
	content: " ";
	left: 50%;
	margin-left: -5px;
}


.table-features {
	list-style: none;
	margin: 0;
}

.table-features > li {
	padding: 14px 20px;
	border-top: 1px solid #BFC6CD;
	font-size: 14px;
	color: #494f5c;
}


/*-----------------------------------------------------------------------------------*/
/*	Single Page
/*-----------------------------------------------------------------------------------*/

.single .item-meta {
	z-index: 100;
}

.single.page .page-content {
	margin: 0px;
	padding:20px;
}

.single.page .page-content p {
	font-size: 14px;
	line-height: 25px;
}

.page.classes.single .page-content,
.page.news.single .page-content{
	margin: 0;
	padding: 20px 0;
}

.page.single .page-content.singlepage {
	padding: 0px 0;
}

.item-image-page img {
	margin-top: 40px;
	width: 100%;
	height: auto;
}

.singlenews {
	width: 100%;
}

.singlenews .item-meta {
	position: relative!important;
}

.item-content table, .comment-content table , .small-description table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}

.item-content th, .comment-content th, .small-description th {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.6em;
}
.item-content td, .item-content th, .small-description td, .small-description th {
	border-bottom: 1px solid #ddd;
}

.small-description {
	margin: 0 20px 20px 20px;
}
.page-link span {
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

/*	----------------------------------------------------------
	Comments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.comments {
	margin-top: 40px;
	background: #fff;
	padding: 20px;
}

.comment-title {
	margin-bottom: 24px;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li{
	list-style: none;

}
.comment-gravatar {
	width: 74px;
}
.entry-header-comments .fn {
	display: inline;
	line-height: 22px;
	color: #000;
}
.entry-header-comments .fn a{
	color: #000;
	text-decoration: none;

}
.entry-header-comments .fn a:hover{
	text-decoration: underline;
}

.entry-header-comments .reply {
	color: #a2a2ad;
	font-size: 12px;
	float: right;

}
.commentlist .children{
	margin-left: 75px;
}
.entry-header-comments .reply a{
	color: #a0a0a0;
	text-decoration: none;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	display: inline-block;
	background:#fff;
	border: 1px solid #bfc6cd;
}

.entry-header-comments .reply a:hover{
	color: #fff;
	background: #1c1d21;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

.comment-date{
	padding: 6px 0 0 0;
}
.comment-body {
	border-bottom: 1px solid #ddd;
	margin: 12px 0 24px 74px;
	padding: 0 0 24px 0;
}

#respond #submit {
	padding: 10px 30px;
	border: 0;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	width: 150px;
	float: none;
}
#commentform label{

}
#commentform input{
	float: left;
	width: 98%;
	margin-bottom: 20px;
}
#commentform span{
	float: left;
	color: red;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/

.site-footer {
	padding-top: 20px;

	background-repeat: repeat;
	overflow: hidden;
}

.site-info {
	background: #ffffff;
	color: #717f8d;
	font-size: 14px;
}

.site-info span{
	margin: 0 20px;
}

.site-info a {
	text-decoration: underline;
	color: #717f8d;
}

.footer-navigation ul {
	margin: 0;
	list-style: none;
}

.footer-navigation ul li {
	display: inline-block;
}

.footer-navigation li a {
	display: block;
	padding: 20px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 1px;
	line-height: 19px;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.footer-navigation li a:hover {
	margin-top: 0;
	border-top: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

.go-top {
	float: right;
}
li.go-top a {
	font-size: 22px;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode
/*-----------------------------------------------------------------------------------*/

.column-margin {
	margin: 12px;
}

.col25,
.col33,
.col50,
.col75 {
	float: left;
	font-size: 15px;
}

.col25 p,
.col33 p,
.col50 p,
.col75 p {
	font-size: 15px;
}

.col25{
	width: 25%;
}

.col33{
	width: 33%;
}

.col50{
	width: 50%;
}

.col65{
	width: 65%;
}

.col75{
	width: 75%;
}

.box{
	width: 100%;
	font-size: 15px;
	color: #fff;
	padding: 12px 1%;
	margin-bottom: 40px;
	margin-top: 10px;
}

.box p{
	margin-bottom: 0px;
	width: 85%;
	float: left;
}

.box .button {
	float: right;
	margin-bottom: 0px !important;
}


/*-----------------------------------------------------------*/
/*	Button Styles
/*-----------------------------------------------------------*/

a.button,
a.button:visited {
	display: inline-block;
	color: #fff!important;
	text-decoration: none!important;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 14px;
	outline: none;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 13px!important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #0d507a!important;
	margin: 0 1em 1.5em 0!important;
	vertical-align: middle;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.square {
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-o-border-radius: 0px!important;
}

a.button.round {
	border-radius: 15px!important;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	-o-border-radius: 15px!important;
}

a.button.medium {
	padding: 11px 16px!important;
	font-size: 16px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

a.button.large {
	padding: 15px 20px!important;
	font-size: 18px;
	border-radius: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}

a.button:hover {
	text-decoration: none;
}

a.button:active {
	position: relative;
	top: 1px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

a.button.green {
	border-color: #69963b!important;
	background: #7fc33c;
	background: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#7fc33c));
	background: -webkit-linear-gradient(top, #5bb75b, #7fc33c);
	background: -moz-linear-gradient(top, #5bb75b, #7fc33c);
	background: -ms-linear-gradient(top, #5bb75b, #7fc33c);
	background: -o-linear-gradient(top, #5bb75b, #7fc33c);
}

a.button.green:hover {
	background: #8dd242;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fc33c), to(#5bb75b));
	background: -webkit-linear-gradient(top, #7fc33c, #5bb75b);
	background: -moz-linear-gradient(top, #7fc33c, #5bb75b);
	background: -ms-linear-gradient(top, #7fc33c, #5bb75b);
	background: -o-linear-gradient(top, #7fc33c, #5bb75b);
}

a.button.light-blue {
	border-color: #2681a2!important;
	background: #2caada;
	background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
	background: -webkit-linear-gradient(top, #46cae8, #2caada);
	background: -moz-linear-gradient(top, #46cae8, #2caada);
	background: -ms-linear-gradient(top, #46cae8, #2caada);
	background: -o-linear-gradient(top, #46cae8, #2caada);
}

a.button.light-blue:hover {
	background: #32bcef;
	background: -webkit-gradient(linear, left top, left bottom, from(#2caada), to(#46cae8));
	background: -webkit-linear-gradient(top, #2caada, #46cae8);
	background: -moz-linear-gradient(top, #2caada, #46cae8);
	background: -ms-linear-gradient(top, #2caada, #46cae8);
	background: -o-linear-gradient(top, #2caada, #46cae8);
}

a.button.blue {
	border-color: #0d507a!important;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.blue:hover {
	background: #1188d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0c6fb1), to(#14a7cf));
	background: -webkit-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -moz-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -ms-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -o-linear-gradient(top, #0c6fb1, #14a7cf);
}

a.button.red {
	border-color: #ab4b44!important;
	background: #9E0D18;
	background: -webkit-gradient(linear, left top, left bottom, from(red), to(#9E0D18));
	background: -webkit-linear-gradient(top, red, #9E0D18);
	background: -moz-linear-gradient(top, red, #9E0D18);
	background: -ms-linear-gradient(top, red, #9E0D18);
	background: -o-linear-gradient(top, red, #9E0D18);
}

a.button.red:hover {
	background: #ff5e56;
	background: -webkit-gradient(linear, left top, left bottom, from(#9E0D18), to(red));
	background: -webkit-linear-gradient(top, #9E0D18, red);
	background: -moz-linear-gradient(top, #9E0D18, red);
	background: -ms-linear-gradient(top, #9E0D18, red);
	background: -o-linear-gradient(top, #9E0D18, red);
}

a.button.orange {
	border-color: #dc9014!important;
	background: #ffb031;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffb031));
	background: -webkit-linear-gradient(top, #ff9900, #ffb031);
	background: -moz-linear-gradient(top, #ff9900, #ffb031);
	background: -ms-linear-gradient(top, #ff9900, #ffb031);
	background: -o-linear-gradient(top, #ff9900, #ffb031);
}

a.button.orange:hover {
	background: #ffc531;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb031), to(#ff9900));
	background: -webkit-linear-gradient(top, #ffb031, #ff9900);
	background: -moz-linear-gradient(top, #ffb031, #ff9900);
	background: -ms-linear-gradient(top, #ffb031, #ff9900);
	background: -o-linear-gradient(top, #ffb031, #ff9900);
}

a.button.purple {
	border-color: #996192!important;
	background: #d17ac6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
	background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
	background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
	background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
	background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}

a.button.purple:hover {
	background: #eb90e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d17ac6), to(#e3acdc));
	background: -webkit-linear-gradient(top, #d17ac6, #e3acdc);background: -moz-linear-gradient(top, #d17ac6, #e3acdc);
	background: -ms-linear-gradient(top, #d17ac6, #e3acdc);
	background: -o-linear-gradient(top, #d17ac6, #e3acdc);
}

a.button.grey {
	color: #555!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-color: #acacac!important;
	background: #e0dddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dddd));
	background: -webkit-linear-gradient(top, #ffffff, #e0dddd);
	background: -moz-linear-gradient(top, #ffffff, #e0dddd);
	background: -ms-linear-gradient(top, #ffffff, #e0dddd);
	background: -o-linear-gradient(top, #ffffff, #e0dddd);
}

a.button.grey:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0dddd), to(#ffffff));
	background: -webkit-linear-gradient(top, #e0dddd, #ffffff);
	background: -moz-linear-gradient(top, #e0dddd, #ffffff);
	background: -ms-linear-gradient(top, #e0dddd, #ffffff);
	background: -o-linear-gradient(top, #e0dddd, #ffffff);
}

a.button.black {
	border-color: #323232!important;
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444444));
	background: -webkit-linear-gradient(top, #000, #444444);
	background: -moz-linear-gradient(top, #000, #444444);
	background: -ms-linear-gradient(top, #000, #444444);
	background: -o-linear-gradient(top, #000, #444444);
}

a.button.black:hover {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
	background: -webkit-linear-gradient(top, #444444, #000000);
	background: -moz-linear-gradient(top, #444444, #000000);
	background: -ms-linear-gradient(top, #444444, #000000);
	background: -o-linear-gradient(top, #444444, #000000);
}


/*-----------------------------------------------------------*/
/*	Alert
/*-----------------------------------------------------------*/

.alert {
	padding: 0.8em;
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
	border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	-o-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}

.alert.white {
	background: #fff;
	border: 1px solid #dfdfdf;
	color: #373737;
}

.alert.red {
	background: #e53b51;
	border: 1px solid #e53b51;
	color: #fff;
}

.alert.yellow {
	background: #f18d06;
	border: 1px solid #f18d06;
	color: #fff;
}

.alert.green {
	background: #2eb44b;
	border: 1px solid #2eb44b;
	color: #fff;
}

.alert.blue {
	background: #20a7ff;
	border: 1px solid #20a7ff;
	color: #fff;
}

.alert.grey {
	background: #fbfbfb;
	border: 1px solid #dfdfdf;
	color: #373737;
}


/*-----------------------------------------------------------*/
/*	Tabs
/*-----------------------------------------------------------*/

.tabs li a {
  margin-top: 10px;
  background: #f65e13;
  border: 1px solid #f65e13;
  height: 32px;
  line-height: 31px;
  color: #3b3b3d;
  font-size: 13px;
  padding: 0 14px 0 44px;
  margin:0;
  cursor: pointer;
}

.tabs_table {
	clear: both; margin:12px 0;
}

.tabs {
	padding: 0 0 0 1px !important;
	margin-bottom:-1px !important;
	margin-left:0;
	height: 34px;
}

.tabs li {
  float: left;
  list-style-type: none !important;
  list-style-position: outside !important;
  cursor: pointer;
  white-space: nowrap;
  margin-left: -1px;
  padding: 0 !important;
}

.tabs li a {
  display: block;
  float: left;
  padding-left: 14px;
  background: #f65e13;
  margin: 0;
  color: #fff;
  margin-right: 6px;
}

.tabs li a:hover {
	text-decoration: none;
	background: #f3f3f3;
	color:#444;
}

.tabs li a.selected {
	background: #fff;
	border-bottom: #fff 1px solid;
	position: relative; color:#f65e13;
}

.panes {
	border: 1px solid #f65e13;
	padding: 17px;
	line-height: 1.7em;
}


/*-----------------------------------------------------------*/
/*	Toggle content
/*-----------------------------------------------------------*/

.toggle-content {
	background: #f65e13;
	border: 1px solid #f65e13;
	clear: both;
	display: block;
	margin: 10px 0 8px;
	color: #fff;
}

.toggle-content:hover {
	background: #f65e13;
}

.toggle-content + .toggle-content {
	margin: 0;
}

.toggle-content .expand-button {
	background: url('images/toggle-open.png') left top no-repeat;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	height: 35px;
}

.toggle-content .expand-button.close {
	background: url('images/toggle-close.png') left top no-repeat;
}

.toggle-content .expand-button p {
	line-height: 40px;
	margin: 0;
	padding-left: 40px;
	font-size: 28px;
	padding-top: 5px;
}

.toggle-content .expand {
	margin: 0;
	background: #fff;
	line-height: 160%;
	color: #3b3b3d;
	padding: 20px 20px 20px;
}

.toggle-content .expand {
	display: none;
}

.no-js .toggle-content .expand {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Testimonial templates
/*-----------------------------------------------------------------------------------*/

.testimonials .item {
	background: #fff6f1;
	margin: 15px;
}

.testimonials li {
	list-style-type: none;
}


/*-----------------------------------------------------------------------------------*/
/*	WooCommerce
/*-----------------------------------------------------------------------------------*/
/* Sort out grid */
.woocommerce .shop ul.products li.last, .woocommerce-page .shop ul.products li.last,
.woocommerce .single-product ul.products li.last, .woocommerce-page .single-product ul.products li.last {
	margin-right: 0 !important;
}

/* Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-product-search input[type=submit] {
	display: inline-block;
	color: #fff!important;
	text-decoration: none!important;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 14px;
	outline: none;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 13px!important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #0d507a!important;
	margin: 0 1em 1.5em 0!important;
	vertical-align: middle;
	border-radius: 15px!important;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	-o-border-radius: 15px!important;
	color: #555!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-color: #acacac!important;
	background: #e0dddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dddd));
	background: -webkit-linear-gradient(top, #ffffff, #e0dddd);
	background: -moz-linear-gradient(top, #ffffff, #e0dddd);
	background: -ms-linear-gradient(top, #ffffff, #e0dddd);
	background: -o-linear-gradient(top, #ffffff, #e0dddd);
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-product-search input[type=submit], .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0dddd), to(#ffffff));
	background: -webkit-linear-gradient(top, #e0dddd, #ffffff);
	background: -moz-linear-gradient(top, #e0dddd, #ffffff);
	background: -ms-linear-gradient(top, #e0dddd, #ffffff);
	background: -o-linear-gradient(top, #e0dddd, #ffffff);
}

/* Grid items */
.woocommerce .shop ul.products > li, .woocommerce-page .shop ul.products > li,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-right: 2%;
	width: 32%
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin-bottom: 30px;
}

.woocommerce ul.products {
	margin-left: 0;
}

.woocommerce ul.products li.product {
	list-style-type: none;
}

.woocommerce .product .item-image:before,
.woocommerce .product .item-image:after {
	width: 175px;
	height: 175px;
}

.woocommerce .product .item-image:before,
.woocommerce .product:nth-child(2n+1) .item-image:before {
	left: -100px;
	bottom: -100px;
	top: auto;
}

.woocommerce .product .item-image:after,
.woocommerce .product:nth-child(2n+1) .item-image:after {
	right: -100px;
	top: -100px;
}

.woocommerce .onsale {
	position: absolute;
	left: 0;
	top: 0;
	background: #f65e13;
	color: white;
	z-index: 99;
	padding: 7px;
}

.woocommerce ul.products li.product {
	background: #fff6f1;
}

.woocommerce ul.products li.product .item-rating {
	color: #494f5c;
}

.woocommerce article.single .item .item-meta {
	text-align: left;
	padding: 9px 10px;
}

.woocommerce article.single .item .item-meta:before {
	left: auto;
}

.woocommerce article.single .item .item-meta .meta-info {
	margin-left: 0;
	font-size: 14px;
}

.woocommerce article.single .item .item-meta .meta-info.price {
	max-width: 70%;
}

.woocommerce ul.products li .item-meta .meta-info.price ins {
	background: none;
	font-weight: bold;
}

.woocommerce article.single .item .read-more {
	float: right;
	margin: 0 0 0 10px;
}

.woocommerce article.single .item .read-more .added:before {
	content: "\e6fe";
}

.woocommerce article.single .item .read-more .added + a {
	display: none;
	color: red;
}

/* Single item page */
.woocommerce .single-product .product {
	position: relative;
}

.woocommerce .single-product .summary .price ins {
	background: none;
	float: left;
	margin-right: 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #f65e13;
	vertical-align: bottom;
}

.woocommerce .single-product .summary > div, .woocommerce .single-product .summary > form {
	margin-bottom: 20px;
}

.woocommerce .single-product .reviews .review-meta {
	margin-left: 20px;
}

.woocommerce .single-product .review img {
	width: 100px;
	height: auto;
}

.woocommerce .single-product .reviews .review-meta > span:after {
	content: ' | ';
}

.woocommerce .single-product .reviews .review-meta > span:last-child:after {
	content: none;
}

.woocommerce .single-product .cart .quantity {
	display: inline-block;
	margin-bottom: 10px;
}

.woocommerce .single-product .cart .quantity input {
	font-size: 14px;
	width: 50px;
}

.woocommerce .single-product .cart .button {
	margin: 0 10px !important;
}

.woocommerce .single-product .images .item-image {
	margin-bottom: 10px;
}

.woocommerce .single-product .images .thumbnails img {
	border: #f65e13 2px solid;
}

.woocommerce h2 {
	margin: 0.83em 0;
}

.woocommerce h3 {
	margin: 0.60em 0;
}

.woocommerce .single-product .woocommerce-tabs .tabs {
	margin-bottom: -3px !important;
}

.woocommerce .single-product .woocommerce-tabs .tabs li.active a {
	background: #fff6f1;
	border-bottom: 1px solid #fff6f1;
	color: #444;
}

.woocommerce .single-product .woocommerce-tabs .panel {
	padding: 10px;
	background: #fff6f1;
	border: 1px solid #f65e13;
}

.woocommerce .single-product .woocommerce-tabs .panel h2:first-child {
	margin-top: 0;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews li.comment .avatar {
	width: 60px;
	height: auto;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews .comment-respond .stars span a {
	font-size: 1px;
	letter-spacing: -1px;
	color: transparent;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews .comment-respond .stars span a:before {
	font-family: 'icomoon';
	content: "\e6ce";
	font-size: 16px;
	letter-spacing: normal;
	color: #494f5c;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews .comment-respond .stars span a.color:before {
	content: "\e6d0";
	color: #f65e13;
}

.woocommerce .single-product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form-rating .stars {
	height: 30px;
	margin-bottom: 0;
}

.woocommerce .single-product .variations, .woocommerce .single-product .variations td {
	border-bottom: none;
}

.woocommerce .single-product .product_meta > span {
	display: block;
}

.woocommerce .single-product .woocommerce-tabs #tab-description p:last-child {
	margin-bottom: 0;
}

/* Cart page */
.woocommerce-page .shop_table td, .woocommerce-page .shop_table th {
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce-page .shop_table .product-thumbnail {
	width: 15%;
}

.woocommerce-page .shop_table .product-remove {
	text-align: center;
}

.woocommerce-page .shop_table.cart tr:last-child td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce-page .shop_table tr:last-child .button {
	margin-bottom: 0 !important;
}

.woocommerce-page .shop_table tr:last-child .coupon .input-text {
	width: 260px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Checkout page */
.woocommerce-page abbr.required {
	border-bottom: none;
}

.woocommerce-page .payment_methods {
	list-style-type: none;
	margin: 0;
}

/* Widgets */
.widget.widget_rating_filter a {
	text-align: right;
}
.widget.widget_rating_filter .star-rating {
	padding: 0;
	display: inline-block;
	width: 85%;
	text-align: left;
	float: left;
}

.widget.widget_rating_filter .star-rating span {
	width: 100% !important;
	padding: 0;
}

.widget.widget_rating_filter li:hover {
	background: white;
}

.widget.widget_rating_filter li:hover a, .widget.widget_rating_filter li:hover a span {
	color: #f65e13;
}

.widget.widget_rating_filter .chosen, .widget.widget_rating_filter li.chosen:hover {
	background: #fff6f1;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
	padding: 18px 20px;
}

.widget.widget_shopping_cart ul li a, .widget.widget_shopping_cart ul li span {
	padding: 0;
}

.widget.widget_shopping_cart .quantity span {
	display: inline;
}

.widget.widget_shopping_cart .cart_list .mini_cart_item {
	padding: 10px;
}

.widget.widget_shopping_cart .total {
	margin: 1.5em 0;
}

.widget.widget_shopping_cart .buttons .button {
	margin-bottom: 0 !important;
}

.widget.widget_shopping_cart ul li a.remove {
	display: inline-block;
}

.widget.widget_shopping_cart ul li a.remove:hover {
	color: #f65e13;
}

.widget.widget_shopping_cart img.attachment-shop_thumbnail {
	width: 30%;
}

.widget.widget_layered_nav .wc-layered-nav-term {
	padding: 18px 20px;
}

.widget.widget_layered_nav .wc-layered-nav-term a, .widget.widget_layered_nav .wc-layered-nav-term span {
	padding: 0;
	display: inline;
}

.widget.widget_layered_nav li:hover {
	background: white;
}

.widget.widget_layered_nav li:hover a, .widget.widget_layered_nav li:hover a span {
	color: #f65e13;
}

.widget.widget_layered_nav .chosen, .widget.widget_layered_nav li.chosen:hover {
	background: #fff6f1;
}

.widget.widget_layered_nav_filters li:hover {
	background: white;
}

.widget.widget_layered_nav_filters li:hover a {
	color: #f65e13;
}

.widget.widget_layered_nav_filters li a:before {
	content: "\e6fd";
	font-family: 'icomoon';
	margin-right: 5px;
	font-size: 10px;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #f65e13;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -.3em;
  margin-left: -.5em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #f65e13;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #f65e13;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget.widget_price_filter .price_slider_wrapper {
	padding: 28px 20px 18px 20px;
}

.widget.widget_price_filter .button {
	margin-bottom: 0 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #e0dddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff6f1), to(#e0dddd));
	background: -webkit-linear-gradient(top, #fff6f1, #e0dddd);
	background: -moz-linear-gradient(top, #fff6f1, #e0dddd);
	background: -ms-linear-gradient(top, #fff6f1, #e0dddd);
	background: -o-linear-gradient(top, #fff6f1, #e0dddd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.widget.widget_product_categories li:hover {
	background: white;
}

.widget.widget_product_categories a:hover {
	color: #f65e13;
}

.widget.widget_product_categories .children {
	border-top: 1px solid #eeeeee;
}

.widget.widget_products li {
	padding: 18px 20px;
}

.widget.widget_products img {
	width: 30%;
}

.widget.widget_products span, .widget.widget_products a {
	padding: 0;
	display: inline;
}

.widget.widget_products a {
	display: block;
}

.widget.widget_products ins {
	background: none;
	font-weight: bold;
}

.widget.widget_product_search {
	padding: 18px 20px;
}

.widget.widget_product_search input {
	margin-bottom: 0 !important;
}

.widget.widget_product_search .search-field {
	font-size: 16px;
}

.widget.widget_recent_reviews li {
	padding: 18px 20px;
}

.widget.widget_recent_reviews img {
	width: 30%;
}

.widget.widget_recent_reviews .star-rating > span {
	width: 100% !important;
}

.widget.widget_recent_reviews a, .widget.widget_recent_reviews span {
	padding: 0;
	display: inline;
}

.widget.widget_recent_reviews li:hover {
	background: white;
}

.widget.widget_recent_reviews li:hover a {
	color: #f65e13;
}

.widget.widget_top_rated_products li {
	padding: 18px 20px;
}

.widget.widget_top_rated_products img {
	width: 30%;
}

.widget.widget_top_rated_products .star-rating > span {
	width: 100% !important;
}

.widget.widget_top_rated_products a, .widget.widget_top_rated_products span {
	padding: 0;
	display: inline;
}

.widget.widget_top_rated_products li:hover {
	background: white;
}

.widget.widget_top_rated_products li:hover .product-title {
	color: #f65e13;
}

.widget.widget_top_rated_products ins {
	background: none;
	font-weight: bold;
}

.widget.widget_recently_viewed_products li {
	padding: 18px 20px;
}

.widget.widget_recently_viewed_products span, .widget.widget_recently_viewed_products a {
	padding: 0;
	display: inline;
}

.widget.widget_recently_viewed_products img {
	width: 30%;
}


/*-----------------------------------------------------------------------------------*/
/*	Responsive Structure
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.item { margin-left: 0; margin-right: 0; }

}



@media (min-width: 767px) {
	.grid_12 .classes.grid .item:nth-child(6n+3) .item-image:after,
	.grid_12 .classes.grid .item:nth-child(6n+2) .item-image:after,
	.grid_12 .classes.grid .item:nth-child(6n+1) .item-image:after,
	.grid_8 .classes.grid .item:nth-child(4n+1) .item-image:after,
	.grid_8 .classes.grid .item:nth-child(4n+2) .item-image:after,
	.grid_4 .classes.grid .item:nth-child(2n+1) .item-image:after { bottom: -100px; top: auto; }

	.grid_12 .classes.grid .item:nth-child(6n+1) .item-image:before,
	.grid_12 .classes.grid .item:nth-child(6n+2) .item-image:before,
	.grid_12 .classes.grid .item:nth-child(6n+3) .item-image:before,
	.grid_8 .classes.grid .item:nth-child(4n+1) .item-image:before,
	.grid_8 .classes.grid .item:nth-child(4n+2) .item-image:before,
	.grid_4 .classes.grid .item:nth-child(2n+1) .item-image:before { bottom: auto; top: -100px; }

	.grid_12 .classes.grid .item:nth-child(6n+1) .item-image h3,
	.grid_12 .classes.grid .item:nth-child(6n+2) .item-image h3,
	.grid_12 .classes.grid .item:nth-child(6n+3) .item-image h3,
	.grid_8 .classes.grid .item:nth-child(4n+1) .item-image h3,
	.grid_8 .classes.grid .item:nth-child(4n+2) .item-image h3,
	.grid_4 .classes.grid .item:nth-child(2n+1) .item-image h3 { text-align: left; }
}



@media only screen and (min-width: 962px) and (max-width: 1220px) {
	.meta-info.comments-counter,
	.meta-info.news-tags,
	.meta-info.class-trainer { display: none; }

	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 170px; height: 170px; }

	.list .item-image:before,
	.list .item-image:after,
	article.single .item-image:before,
	article.single .item-image:after { width: 350px; height: 350px; }

	.flex-caption {top: 15%;}
	.site-header {position: relative;}
	.flexslider.loading {min-height: 400px;	}
	.pday {width: 80px;}
}



@media only screen and (min-width: 767px) and (max-width: 962px) {
	.meta-info.comments-count { display: none; }

	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 155px; height: 155px; }

	.list .item-image:before,
	.list .item-image:after,
	article.single .item-image:before,
	article.single .item-image:after { width: 310px; height: 310px; }

	.classes.list .overlay,
	.classes.single .overlay { background-image: none; }

	.meta-info.class-level,
	.meta-info.class-facebook,
	.meta-info.class-twitter,
	.meta-info.class-trainer,
	.meta-info.news-tags { display: none; }

	.comment .children { margin: 0 0 0 20px; }
	.flex-content p { display: none; }
	.flex-direction-nav { display: none; }
	.flexslider{ padding-top: 100px; }

	.table-col { width: 50%; }
	.site-header {position: relative;}
	.flex-caption {top: 15%;}

	.flexslider.loading { min-height: 300px;}
	.pday {width: 60px;}
	.col25{	width: 100%;}

	/* WooCommerce images */
	.woocommerce .product .item-image:before,
	.woocommerce .product .item-image:after {
		width: 125px;
		height: 125px;
	}

	.woocommerce .product .item-image:before,
	.woocommerce .product:nth-child(2n+1) .item-image:before {
		left: -75px;
		bottom: -75px;
		top: auto;
	}

	.woocommerce .product .item-image:after,
	.woocommerce .product:nth-child(2n+1) .item-image:after {
		right: -75px;
		top: -75px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.classes.grid .item { margin-left: 0; margin-right: 0; }
	.logo img { max-width: 100%; }

	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 190px; height: 190px; }

	.classes.grid .item:nth-child(2n+1) .item-image:after { bottom: -100px; top: auto; }
	.classes.grid .item:nth-child(2n+1) .item-image:before { bottom: auto; top: -100px; }
	.classes.grid .item:nth-child(2n+1) .item-image h3 { text-align: left; }

	.list .item-image:before,
	.list .item-image:after,
	article.single .item-image:before,
	article.single .item-image:after { width: 330px; height: 330px; }

	.classes.list .overlay,
	.classes.single .overlay { background-image: none; }

	.meta-info.class-level,
	.meta-info.class-facebook,
	.meta-info.class-twitter,
	.meta-info.class-trainer,
	.meta-info.news-author,
	.meta-info.news-tags{ display: none; }

	.comment .children { margin: 0 0 0 20px; }

	.site-header {position: relative;}
	.flex-caption {top: 15%;}


	.flex-caption { display: none; }
	.flex-content p { display: none; }
	.flex-direction-nav { display: none; }



	.table-col { width: 50%; }

	.post-navigation { display: none!important; }

	.announcement { text-align: center; }
	.announcement a.btn { float: none; }

	.classes.list .item-meta, .classes.single .item-meta { position: relative; }
	.flexslider.loading { min-height: 300px; }
	.pday {width: 54px; }
	.col25, .col33, .col50, .col75{ width: 100%;}

	#menu-language-menu { float: right; margin: 0px; padding: 0px;}
	.language-menu a {padding: 5px;}
	.callus {float: left; position: relative; font-size: 16px; margin-top: 4px;}
	.grid_4.no-m-t.lang {min-height: 10px;}

	.testimonials .grid_3 {
		margin-left: 0;
		margin-right: 0;
	}

	/* WooCommerce */
	.woocommerce .product .item-image:before,
	.woocommerce .product .item-image:after {
		width: 76px;
		height: 76px;
	}

	.woocommerce .product .item-image:before,
	.woocommerce .product:nth-child(2n+1) .item-image:before {
		left: -38px;
		bottom: -38px;
		top: auto;
	}

	.woocommerce .product .item-image:after,
	.woocommerce .product:nth-child(2n+1) .item-image:after {
		right: -38px;
		top: -38px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce .single-product .related ul.products > li, .woocommerce-page .single-product .related ul.products > li {
		margin-right: 2%;
		width: 48%
	}

}


@media only screen and (min-width: 320px) and (max-width: 480px) {
	.logo img { max-width: 100%; }
	.classes.grid .item { margin-left: 0; margin-right: 0; }
	/* Responsive Posts Zig-Zag */
	.item-image:after,
	.item-image:before { width: 170px; height: 170px; }

	.classes.grid .item:nth-child(2n+1) .item-image:after { bottom: -100px; top: auto; }
	.classes.grid .item:nth-child(2n+1) .item-image:before { bottom: auto; top: -100px; }
	.classes.grid .item:nth-child(2n+1) .item-image h3 { text-align: left; }

	.list .item-image:before,
	.list .item-image:after,
	article.single .item-image:before,
	article.single .item-image:after { width: 300px; height: 300px; }

	.classes.list .overlay,
	.classes.single .overlay { background-image: none; }

	.classes.list .item-meta,
	.classes.single .item-meta { position: relative; }

	.meta-info.class-duration,
	.meta-info.class-spots,
	.meta-info.class-join,
	.meta-info.class-certificate,
	.meta-info.class-facebook,
	.meta-info.class-twitter,
	.meta-info.class-classes,
	.meta-info.class-trainer,
	.meta-info.class-level,
	.meta-info.news-author,
	.meta-info.comments-counter,
	.meta-info.news-tags { display: none; }

	.comment .children { margin: 0 0 0 10px; }
	.comment .says { display: none; }

	.site-header {position: relative;}
	.flex-caption {top: 15%;}

	.flex-caption { display: none; }
	.flex-direction-nav { display: none; }

	.table-col { width: 100%; }

	.post-navigation { display: none!important; }

	.announcement { text-align: center; }
	.announcement a.btn { float: none; }

	.testimonials .flex-control-paging { top: 200px; }

	.flexslider.loading { min-height: 205px; }
	.title-404{	font-size: 142px; margin-top: 50px;	}
	.description-404 { margin-bottom: 100px; }
	.progday {width: 100%; margin-bottom: 20px;}
	.pday{width: 100%;}
	.col25, .col33, .col50, .col75{ width: 100%;}

	#menu-language-menu { float: right; margin: 0px; padding: 0px;}
	.language-menu a {padding: 5px;}
	.callus {float: left; position: relative; font-size: 14px; margin-top: 5px;}
	.grid_4.no-m-t.lang {min-height: 10px;}
	#infscr-loading { left: 0; width: 100%;}

	.testimonials .grid_3 {
		margin-left: 0;
		margin-right: 0;
	}

	/* WooCommerce */
	.woocommerce .product .item-image:before,
	.woocommerce .product .item-image:after {
		width: 100px;
		height: 100px;
	}

	.woocommerce .product .item-image:before,
	.woocommerce .product:nth-child(2n+1) .item-image:before {
		left: -50px;
		bottom: -50px;
		top: auto;
	}

	.woocommerce .product .item-image:after,
	.woocommerce .product:nth-child(2n+1) .item-image:after {
		right: -50px;
		top: -50px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce .single-product .related ul.products > li, .woocommerce-page .single-product .related ul.products > li {
		margin-right: 0;
		width: 100%
	}
}



@media (max-width: 320px) {

	/* WooCommerce */
	.woocommerce .product .item-image:before,
	.woocommerce .product .item-image:after {
		width: 76px;
		height: 76px;
	}

	.woocommerce .product .item-image:before,
	.woocommerce .product:nth-child(2n+1) .item-image:before {
		left: -38px;
		bottom: -38px;
		top: auto;
	}

	.woocommerce .product .item-image:after,
	.woocommerce .product:nth-child(2n+1) .item-image:after {
		right: -38px;
		top: -38px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce .single-product .related ul.products > li, .woocommerce-page .single-product .related ul.products > li {
		margin-right: 0;
		width: 100%
	}

}
/*-----------------------------------------------------------------------------------*/
/*	Print
/*-----------------------------------------------------------------------------------*/

@media print {}



