/**
 * 1. Reset
 * -----------------------------------------------------------------------------
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e9e9e9;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
sup {
	top: -.5em;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

img {
  box-sizing: content-box;
}

.page-text img,
.page-text iframe,
.page-text video,
.page-text audio,
.page-text embed,
.page-text object {
  max-width: 100%;
}
.page-text img,
.page-text video,
.page-text embed,
.page-text object {
  height: auto;
}
.page-text embed,
.page-text object {
  height: 100%;
}

td img {
  max-width: 100%;
  height: auto;  
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p, .entry-title, .entry-content {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/**
 * 2. Basic
 * -----------------------------------------------------------------------------
 */
/**
 * 2.1 Defaults
 * -----------------------------------------------------------------------------
 */
body {
	background-color: #ffffff;
	color: #333333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	background:url("img/fon.jpg") fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: 700;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
strong {
	font-weight: 700;
}
.clearfix:before, 
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	clear: both;
}
.alignleft, .colleft {
	float: left;
}
.alignright, .colright {
	float: right;
}
input {
	border: 1px solid #e6e6e6;
	font-family: 'Open Sans', Arial, sans-serif;
	height: 36px;
	padding: 0 10px;
}
input:focus,
input:hover {
	outline: none;
}
button {
	border: none;
	height: 32px;
	padding: 0 15px;
}
table {
	width: 100%;
/*	margin-bottom: 2.618em; */
	margin-bottom: 1.2em;
}
table th,
table td {
	border-bottom: 1px solid #e8e4e3;
	padding: 1em;
	vertical-align: top;
	text-align: left;
}
table th {
	text-transform: uppercase;
	border-bottom: 1px solid #e8e4e3;
	text-align: center;
}

table td p {
	margin-bottom: 15px;
}

table td p:last-child {
	margin-bottom: 0px;
}

.page-text table td img {
	margin: 0px;
}

.page-text table td {
	border: 1px solid #e8e4e3;
	padding: 1em;
	vertical-align: top;
	text-align: left;
}

.page-text table {
	margin: 0 5px 15px 5px;
}

.page-text table[align="center"] {
    margin: 0 auto 15px auto;
}


/*
table tr th:first-child,
table tr td:first-child {
	padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
	padding-right: 0;
}  */

/* = Columns
-----------------------------------------------------------------------------*/

.col-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.col-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}

.noend {
  margin-bottom: 0;
}

.yesend {
  margin-bottom: 1.5em;
}

.margin-auto { margin:0 auto; }

.width-10 { width:10%; }
.width-20 { width:20%; }
.width-30 { width:30%; }
.width-40 { width:40%; }
.width-50 { width:50%; }
.width-60 { width:60%; }
.width-70 { width:70%; }
.width-80 { width:80%; }
.width-90 { width:90%; }
.width-100 { width:100%; }

/**
 * 2.2 Hyperlinks
 * -----------------------------------------------------------------------------
 */
a:link,
a:visited {
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:active {
	outline: none;
}
/**
 * 2.3 Typography
 * -----------------------------------------------------------------------------
 */
@font-face {
	font-family: 'WebSymbolsRegular';
	src: url("fonts/websymbols-regular-webfont.eot");
	src: url("fonts/websymbols-regular-webfontd41d.eot?#iefix") format('embedded-opentype'), 
		 url("fonts/websymbols-regular-webfont.woff") format('woff'), 
		 url("fonts/websymbols-regular-webfont.ttf") format('truetype'), 
		 url("fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans-Light8a4f.eot?v1.1.0");
	src: url("fonts/OpenSans-Lightd41d.eot?#iefix&v1.1.0") format("embedded-opentype"), 
	     url("fonts/OpenSans-Light8a4f.woff?v1.1.0") format("woff"), 
	     url("fonts/OpenSans-Light8a4f.ttf?v1.1.0") format("truetype"), 
	     url("fonts/OpenSans-Light8a4f.svg?v1.1.0#OpenSansBold") format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans-Regular8a4f.eot?v1.1.0");
	src: url("fonts/OpenSans-Regulard41d.eot?#iefix&v1.1.0") format("embedded-opentype"), 
		 url("fonts/OpenSans-Regular8a4f.woff?v1.1.0") format("woff"), 
		 url("fonts/OpenSans-Regular8a4f.ttf?v1.1.0") format("truetype"), 
		 url("fonts/OpenSans-Regular8a4f.svg?v1.1.0#OpenSansBold") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans-Italic8a4f.eot?v1.1.0");
	src: url("fonts/OpenSans-Italicd41d.eot?#iefix&v1.1.0") format("embedded-opentype"), 
		 url("fonts/OpenSans-Italic8a4f.woff?v1.1.0") format("woff"), 
		 url("fonts/OpenSans-Italic8a4f.ttf?v1.1.0") format("truetype"), 
		 url("fonts/OpenSans-Italic8a4f.svg?v1.1.0#OpenSansBold") format("svg");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans-Bold8a4f.eot?v1.1.0");
	src: url("fonts/OpenSans-Boldd41d.eot?#iefix&v1.1.0") format("embedded-opentype"), 
		 url("fonts/OpenSans-Bold8a4f.woff?v1.1.0") format("woff"), 
		 url("fonts/OpenSans-Bold8a4f.ttf?v1.1.0") format("truetype"), 
		 url("fonts/OpenSans-Bold8a4f.svg?v1.1.0#OpenSansBold") format("svg");
	font-weight: bold;
	font-style: normal;
}
/**
 * 3. Structure
 * -----------------------------------------------------------------------------
 */
#page {
	background: #fff;
	margin: 0 auto;
}
.container {
	margin: 0 auto;
	width: 1270px;
	position: relative;
}
/**
 * 4. Header
 * -----------------------------------------------------------------------------
 */
#masthead {
	background-color: #ffffff;
}
#logo {
	float: left;
	margin: 25px 50px 15px 0;
}
.site-title {
	font-size: 32px;
	padding: 15px 0;
}
#secondary-bar {
	background: #fff;
	border-top: 2px solid #333;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	margin-bottom: 0;
	z-index: 10;
}

/**
 * 5. Navigation
 * -----------------------------------------------------------------------------
 */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	background: #ffffff;
	display: none;
	top: 100%;
	left: 0;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu ul {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	box-shadow: 2px 3px 6px rgba(0,0,0,.2);
	margin-top: 0;
}
.sf-menu ul ul {
	left: 170px;
	margin-top: -7px;
}
.sf-menu a {
	display: block;
	position: relative;
	padding: 0 15px;
}
.sf-menu ul a {
	font-size: 1em;
}
.sf-menu li {
	z-index: 100;
}
.sf-menu ul li {
	width: 170px;
}
.sf-arrows .sf-with-ul {
	padding-right: 25px !important;
}
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -2px;
	margin-right: 9px;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-top-color: #cccccc;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #dddddd;
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: 0px;
	border-color: transparent;
	border-left-color: #dddddd;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #dddddd;
}
/**
 * 5.1 Primary Navigation
 * -----------------------------------------------------------------------------
 */
#primary-bar { 
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	height: 40px;
}
#primary-nav {
	/*float: left;*/
}
#primary-nav ul {
	float: left;
}
#primary-nav ul li {
	float: left;
	background: url('img/seperator.png') no-repeat right center;
}
#primary-nav ul li:first-child a {
	border-left: none;
	padding-left: 0;
}
#primary-nav .sf-menu li ul {
	padding: 0 20px;
}
#primary-nav ul li li {
	background: none;
	box-shadow: none;
	width: 150px;
}
#primary-nav ul ul ul {
	left: 150px;
}
#primary-nav ul li a {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 40px;
	padding: 0 20px;
}
#primary-nav ul li li a:link,
#primary-nav ul li li a:visited {
	border-left: none;
	color: #999999;
	border-top: none;
}


#primary-nav ul#user-menu {
	float: right;
}

#user-menu li {
	float: left;
	background: url('img/seperator.png') no-repeat right center;
}
#user-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

#user-menu li:last-child {
	background:none;
}
/*
#user-menu .sf-menu li ul {
	padding: 0 20px;
}

#user-menu .sf-menu li li a {
    line-height: 1;
    border-bottom: 1px dotted;
    border-color: #dddddd !important;
    color: #555555;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0;
    text-transform: none;
}    */

#user-menu li li {
	background: none;
	box-shadow: none;
	width: 150px;
}
#user-menu ul ul {
	/*left: 150px;*/
}
#user-menu li a {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 40px;
	padding: 0 20px;
}
#user-menu li li a:link,
#user-menu li li a:visited {
	border-left: none;
	border-top: none;
}

#user-menu li ul {
	left: auto;
	right: 0;
	width: 150px;
	padding: 0 20px 0;
}

#user-menu a:hover {
	color: #97BF3B;
}


/*


.user-menu {
	float: right;
	font-size: 13px;
	line-height: 40px;
}
.user-menu .sf-arrows .sf-with-ul {
	padding-right: 0 !important;
}
.user-menu .sf-arrows .sf-with-ul:after {
	border: none !important;
}
.user-menu li {
	background: none !important;
}
.user-menu ul li a {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.user-menu a:link,
.user-menu a:visited {
	margin-left: 20px;
}
.user-menu a:hover {
	color: #333333;
}
.user-menu img {
	width: 64px;
	height: auto;
}

.user-menu li ul {
	left: auto;
	right: 0;
	width: 230px;
	padding: 0 20px 0;
}
.user-menu .gallery-title {
	font-weight: 700 !important;
}
.user-menu li li:first-child {
	color: #999999;
}
.user-menu li li {
	border-bottom: 1px solid #f0f0f0;
	width: 100% !important;
	padding: 15px 0;
	line-height: 1;
	position: relative;
}
.user-menu ul li li:last-child {
	border-bottom: none;
	color: #999;
}
.user-menu li li a {
	border: none !important;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
}
*/

/**
 * 5.2 Secondary Navigation
 * -----------------------------------------------------------------------------
 */
#secondary-nav {
	float: left;
	z-index: 50;
	position: relative;
}
#secondary-nav ul li {
	background: url('img/seperator.png') no-repeat right center;
}
#secondary-nav ul li a {
	color: #333333;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin: 6px;
	padding: 8px 15px;
	text-transform: uppercase;
}
#secondary-nav .sf-menu li ul {
	background: #ffffff;
	padding: 0 15px;
}
#secondary-nav ul li a:hover,
#secondary-nav ul li.current_item a {
	color: #ffffff;
	text-decoration: none;
}
#secondary-nav ul li.home_item a {
	margin-left: 0;
}
#secondary-nav ul li ul {
	border-top: 1px solid #e6e6e6;
	margin-left: -1px;
}
#secondary-nav ul li li {
	background: none;
}
#secondary-nav ul.sf-menu li li a,
#primary-nav ul.sf-menu li li a {
	line-height: 1;
	border-bottom: 1px dotted;
	border-color: #dddddd !important;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0;
	text-transform: none;
}
#secondary-nav ul.sf-menu li li a:hover,
#primary-nav ul.sf-menu li li a:hover {
	background: #ffffff;
}
#secondary-nav ul.sf-menu li li:last-child a,
#primary-nav ul.sf-menu li li:last-child a {
	border-bottom: none !important;
}
/**
 * 5.3 Mega Menu
 * -----------------------------------------------------------------------------
 */
.sf-mega {
	box-shadow: 2px 3px 6px rgba(0,0,0,.2);
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 20px;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	display: block;
}
.sf-mega ol {
	display: block;
	position: static;
}
.sf-mega li a {
	font-size: 13px;
}
/* Links */
.links {
	border-top: 1px solid #e6e6e6;
	width: 552px !important;
	padding: 20px;
}
.links li {
	border-right: 1px solid #e6e6e6;
	display: block;
	float: left;
	font-size: 13px;
	width: 170px !important;
	margin: 0 20px 0 0;
}
.links li span.column-heading {
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
}
#secondary-nav ul.sf-menu li li a.column-heading {
	display: block;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding:0;
	color:#000;
	text-decoration:underline;
	border-bottom: 0;
}
.links li ol {
	display: block;
	margin: 0 20px 20px 0 !important;
    float: left;
}

.links li:last-child,
.links li:last-child li {
	border-right: none !important;
	margin-right: 0 !important;
}
.links li ol li {
	background: none;
	margin: 0;
}

.links li li a {
	border: none !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}

.links li li:last-child a {
	margin-bottom: 0 !important;
}

/* Posts */
.posts {
	width: 632px;
	padding: 20px;
}
.posts .sub-cats {
	float: left;
	width: 120px;
}
.posts .sub-cats li {
	background: none !important;
}
.posts .sub-cats li a {
	border: none !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}
.posts .cat-posts {
	border-left: 1px solid #e6e6e6;
	float: left;
	width: 490px;
	padding-left: 20px;
}
.posts .cat-posts .post-list {
	float: left !important;
	width: 150px;
	margin-right: 20px;
}
.posts .cat-posts .post-list:last-child {
	margin-right: 0;
}
.posts .cat-posts .post-list a {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
.posts .cat-posts .post-list a:hover {
	background: none !important;
}
.posts .cat-posts .entry-thumbnail {
	float: left;
	margin: 0 0 10px 0;
}
.posts .cat-posts .entry-title {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 5px;
	text-transform: none;
}
.posts .cat-posts .entry-meta {
	color: #999999;
	font-size: 11px;
	font-weight: 400;
}
#secondary-nav .sf-mega {
	margin-left: -1px;
}
/**
 * 5.5 Header Search
 * -----------------------------------------------------------------------------
 */
.header-search {
	float: right;
	position: relative;
	margin-top: 13px;
}
.header-search .fa {
	color: #333333;
	font-style: normal;
	font-size: 13px;
	cursor: pointer;
}
.header-search .fa-search.active {
	display: none;
}
.header-search .fa-times {
	display: none;
}
.header-search .fa-times.active {
	display: inline-block;
}
.header-search a:link,
.header-search a:visited {
	color: #333333;
}
.search-form {
	border: 1px solid #e6e6e6;
	display: none;
	position: absolute;
	top: 33px;
	right: 0;
	padding: 15px 0 15px 15px;
	width: 225px;
	background: #fff;
	z-index: 99;
	box-shadow: 2px 3px 6px rgba(0,0,0,.2);
}
.search-form input {
	width: 147px;
	height: 32px;
}
.search-form button {
	width: 60px;
	height: 32px;
	position: relative;
}
/**
 * 6. Content
 * ----------------------------------------------------------------------------
 */
.content-area {
	float: left;
	width: 728px;
	height: auto;
	margin: 25px 0 25px 200px;
}

.content-areafull {
	height: auto;
	margin: 25px auto 25px auto;
}

.content-area ul li, .content-areafull ul li {
	list-style: none;
}
.hentry .entry-title {
	line-height: 1.3;
	margin-bottom: 10px;
}
.hentry .entry-meta {
	color: #9f9f9f;
	margin-bottom: 10px;
}
.entry-category {
	text-transform: uppercase;
}
.entry-category a {
	text-decoration: underline;
}
.entry-category,
.entry-date {
	color: #999999;
	font-size: 11px;
}
.entry-comment a:link,
.entry-comment a:visited {
	color: #9f9f9f;
}
.entry-comment a:hover {
	color: #333333;
}


.entry-meta .entry-admin a:link,
.entry-meta .entry-admin a:visited {
	color: #E60909;
	text-decoration:underline;
}
.entry-meta .entry-admin a:hover {
	text-decoration:none;
}

.single .content-area .entry-meta .entry-admin a {
	text-decoration:underline;
}


.entry-title a:link,
.entry-title a:visited {
	color: #333333;
	display: block;
	line-height: 1.35;
}
.entry-title a:hover,
.category-box strong a:hover {
	text-decoration: none;
}

.entry-ftitle {
display: block;
}

.section-subcat {
	border-bottom: 1px solid #e9e9e9;
	color: #333;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

.section-subcat a:link,
.section-subcat a:visited {
	background-color: #97BF3B;
	color: #ffffff;
	display: inline-block;
	margin: 0 3px 6px 0;
	padding: 8px 8px;
	text-align: center;
}
.section-subcat a:hover {
	text-decoration: none;
	background-color:#83A732;
}

.section-title {
	border-bottom: 1px solid #e9e9e9;
	color: #333;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.section-title strong {
	line-height: 1;
}
.section-title a:link,
.section-title a:visited {
	color: #333333;
}
.section-title a:hover {
	text-decoration: none;
}

.see-all {
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	text-transform: lowercase;
}
.see-all a:link,
.see-all a:visited {
	display: block;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #9f9f9f;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-weight: 400;
	height: 14px;
	line-height: 13px;
	padding: 0 3px;
}
.see-all a:hover {
	text-decoration: none;
}
.see-all .fa {
	padding-left: 3px;
}
/**
 * 6.1 News Ticker
 * -----------------------------------------------------------------------------
 */
#news-ticker {
	color: #999;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#news-ticker span.text {
	color: #333333;
	display: block;
	font-size: 12px;
	font-weight: 700;
	float: left;
	text-transform: uppercase;
}
#news-ticker .news-list {
	display: inline;
	font-size: 12px;
	float: left;
	list-style: none;
	padding-left: 15px;
	overflow: hidden;
}
#news-ticker .news-item {
	display: none;
}
#news-ticker .news-item .entry-date {
	text-transform: lowercase;
}
.headline-nav {
	position: absolute;
	top: 0;
	right: 0;
}
.headline-nav a:link,
.headline-nav a:visited {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	color: #999999;
	display: inline-block;
	font-size: 12px;
	margin-left: 1px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
}
.headline-nav a:hover {
	border-color: #999;
}
/**
 * 6.2 Featured Content
 * -----------------------------------------------------------------------------
 */
#featured-content {
	background-color: #ffffff;
	margin-bottom: 30px;
	position: relative;
}
#featured-content ul li {
	list-style: none;
	position: relative;
}
#featured-content .entry-title {
	font-size: 32px;
}
#featured-content .entry-thumbnail {
	width: 728px;
	height: auto;
	margin: 0 0 10px 0;
}
#featured-content #carousel-0 {
	position: relative;
}
#featured-content #carousel-0 ul li {
	width: 728px;
}
#featured-content .jcarousel-pagination-0 {
	position: absolute;
	top: 380px;
	height: 10px;
	width: 100%;
	text-align: center;
}
#featured-content .jcarousel-pagination-0 a {
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -9999em;
}
#featured-content .jcarousel-pagination-0 a.active {
	background-color: #ff6644;
}
#featured-content .jcarousel-control-prev,
#featured-content .jcarousel-control-next {
	position: absolute;
	top: 175px;
	width: 36px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
	border-radius: 0px;
	visibility: hidden;
}
#featured-content .jcarousel-control-prev {
	left: 0;
}
#featured-content .jcarousel-control-next {
	right: 0;
}
#featured-content:hover .jcarousel-control-prev,
#featured-content:hover .jcarousel-control-next {
	background-color: rgba(0, 0, 0, 0.2);
	visibility: visible;
}
#featured-content .jcarousel-control-prev:hover,
#featured-content .jcarousel-control-next:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
/**
 * 6.2 Feature Content #2
 * -----------------------------------------------------------------------------
 */
#featured-content-2 {
	margin-bottom: 30px;
}
#featured-content-2 .entry-title a {
	line-height: 1.2;
}
#featured-content-2 .featured-big {
	border-right: 1px solid #e9e9e9;
	float: left;
	width: 472px;
	margin-right: 20px;
	padding-right: 19px;
}
#featured-content-2 .featured-big .entry-title {
	font-size: 30px;
}
#featured-content-2 .featured-big .entry-thumbnail {
	width: 100%;
	margin-bottom: 10px;
}
#featured-content-2 .featured-small {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	width: 216px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#featured-content-2 .featured-small .entry-thumbnail {
	width: 100%;
	margin-bottom: 5px;
}
#featured-content-2 .featured-small .entry-title {
	font-size: 20px;
}
#featured-content-2 .last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.featured-video embed,
.featured-video object,
.featured-video iframe {
	width: 728px;
	height: 410px;
	margin-bottom: 20px;
}
/**
 * 6.3 Content Blocks
 * -----------------------------------------------------------------------------
 */
.more-link {
	font-size: 12px;
	margin-top: 12px;
}
.more-link a {
	text-decoration: underline;
}
.more-link a:hover {
	color: #ff6644;
}
.entry-meta {
	color: #9f9f9f;
	font-size: 11px;
	line-height: 1;
	margin-top: 12px;
	text-transform: uppercase;
}
.entry-meta a:link,
.entry-meta a:visited {
	color: #9f9f9f;
	text-decoration: underline;
}
.entry-meta a:hover {
	color: #333333;
}
.entry-meta .sep {
	color: #cccccc;
	margin: 0 5px;
}
.entry-meta span {
	margin-right: 10px;
}
.entry-cat {
	display: block;
    margin-bottom: 10px;
}
.entry-stars {
	background: url(img/stars.png) top left no-repeat;
	display: inline-block;
	width: 50px; 
	height: 10px;
	margin-right: 10px;
}

.rat_0 { background-position: 0 0px; }
.rat_1 { background-position: 0 -10px; }
.rat_2 { background-position: 0 -20px; }
.rat_3 { background-position: 0 -30px; }
.rat_4 { background-position: 0 -40px; }
.rat_5 { background-position: 0 -50px; }
.rat_6 { background-position: 0 -50px; }
.rat_7 { background-position: 0 -50px; }
.rat_8 { background-position: 0 -50px; }
.rat_9 { background-position: 0 -50px; }
.rat_10 { background-position: 0 -50px; }

.article-first .entry-title {
	font-size: 22px;
}
/* Content Block #1 */
.content-block-1 {
	margin-bottom: 30px;
}
.content-block-1 li {
	border-left: 1px solid #e9e9e9;
	float: left;
	width: 216px;
	margin-right: 20px;
	padding-left: 19px;
	position: relative;
}
.content-block-1 li:first-child {
	border-left: none;
	padding-left: 0;
}
.content-block-1 li:last-child {
	margin-right: 0;
}
.content-block-1 li .entry-thumbnail {
	width: 100%;
	margin-bottom: 10px;
}
.content-block-1 .entry-title {
	font-size: 18px;
	margin-bottom: 10px;
}
/* Content Block #2 */
.content-block-2 {
	margin-bottom: 30px;
}
.content-block-2 li.article-first {
	border-right: 1px solid #e9e9e9;
	float: left;
	width: 344px;
	margin-right: 19px;
	padding-right: 20px;
}
.content-block-2 li.article-first .entry-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.content-block-2 li.article-list {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 344px;
}
.content-block-2 li.article-list:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.content-block-2 li.article-list .entry-thumbnail {
	float: left;
	margin: 0 10px 0 0;
}
.content-block-2 li.article-list .entry-title {
	font-size: 14px;
	font-weight: 400;
}
.category-box .entry-summary {
	margin-top: 12px;
}
/* Content Block #3 */
.content-block-3 {
	margin-bottom: 20px;
}
.content-block-3 li.article-first {
	margin-bottom: 20px;
}
.content-block-3 li.article-first .entry-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.content-block-3 li.article-list {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding-top: 15px;
}
.content-block-3 li.article-list:last-child {
	margin-bottom: 0;
}
.content-block-3 li.article-list .entry-thumbnail {
	float: left;
	margin: 0 15px 0 0;
}
.content-block-3 li.article-list .entry-title {
	font-size: 14px;
	font-weight: 400;
}
.content-block-3 .block {
	float: left;
	width: 344px;
	margin-bottom: 20px;
}
.content-block-3 .block-right {
	border-left: 1px solid #e9e9e9;
	margin-left: 20px;
	padding-left: 19px;
}
/* Content Block #4 */
.content-block-4 {
	margin-bottom: 30px;
}
.content-block-4 .block {
	float: left;
	width: 216px;
	position: relative;
}
.content-block-4 .block-center,
.content-block-4 .block-right {
	border-left: 1px solid #e9e9e9;
	margin-left: 20px;
	padding-left: 19px;
}
.content-block-4 li.article-first {
	margin-bottom: 20px;
}
.content-block-4 li.article-first .entry-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.content-block-4 li.article-list {
	border-top: 1px solid #e6e6e6;
	padding: 10px 0 15px 14px;
}
.content-block-4 li.article-list:before {
	content: "";
	border-color: transparent #ddd;
	border-style: solid;
	border-width: 0.28em 0 0.28em 0.35em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}
.content-block-4 li.article-list:last-child {
	padding-bottom: 0;
}
.content-block-4 li.article-first .entry-title {
	font-size: 18px;
}
.content-block-4 li.article-list .entry-title {
	font-size: 14px;
	font-weight: 400;
}
/**
 * 6.4 Carousel #1
 * -----------------------------------------------------------------------------
 */
#carousel-1 {
	background: #ffffff;
	color: #333;
	position: relative;
}
.carousel-loop {
	margin-bottom: 30px;
}
.carousel-loop li {
	list-style: none;
}
.carousel-loop .hentry {
	position: relative;
}
.carousel-loop .hentry .entry-thumbnail {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.carousel-loop .hentry .entry-title {
	font-size: 15px;
	margin-bottom: 10px;
}
.carousel-loop .hentry .entry-meta {
	color: #999999;
}
.jcarousel {
	position: relative;
	overflow: hidden;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	float: left;
}
.carousel-loop .jcarousel {
	width: 100%;
	overflow: hidden;
}
.carousel-loop li {
	border-right: 1px solid #e9e9e9;
	width: 222px;
	margin-right: 20px;
	padding-right: 19px;
}
#carousel-1 .jcarousel-control-prev,
#carousel-1 .jcarousel-control-next {
	border: 1px solid #dddddd;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: -2px;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	height: 14px;
	width: 14px;
	line-height: 14px;
	text-align: center;
}
#carousel-1 .jcarousel-control-prev:hover,
#carousel-1 .jcarousel-control-next:hover {
	border-color: #999999;
}
#carousel-1 .jcarousel-control-prev {
	right: 20px;
}
#carousel-1 .jcarousel-control-next {
	right: 0;
}
/**
 * 6.5 Listings
 * -----------------------------------------------------------------------------
 */
.blog-list .hentry {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.blog-list .entry-title {
	color: #333333;
	font-size: 32px;
	margin-bottom: 20px;
}
.blog-list .entry-thumbnail {
	width: 100%;
	margin-bottom: 20px;
}
.blog-list .entry-meta {
	margin-bottom: 20px;
	text-transform: none;
}
.blog-list .entry-meta a:link,
.blog-list .entry-meta a:visited {
	color: #9f9f9f;
	text-decoration: none;
}
.blog-list .entry-meta a:hover { 
	color: #333333; 
}
.blog-list .entry-meta .fa { 
	margin-right: 3px; 
}
.list .hentry {
	border-bottom: 1px solid #e9e9e9;
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}
.list .entry-thumbnail {
	float: left;
	margin: 0 20px 0 0;
}
.list .entry-title {
	font-size: 28px;
}
.grid .hentry {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	padding: 20px 19px 20px 0;
	width: 344px;
}
.grid .hentry:nth-of-type(2n) {
	border-left: 1px solid #e9e9e9;
	padding-right: 0;
	padding-left: 20px;
}
.grid .hentry:nth-of-type(1),
.grid .hentry:nth-of-type(2) {
	margin-top: -20px;
}
.grid .entry-title {
	color: #333333;
	font-size: 28px;
}
.grid1 .entry-thumbnail {
	width: 100%;
	margin-bottom: 10px;
}
.grid2 .entry-thumbnail {
	float: left;
	margin: 0 15px 15px 0;
}
.grid2 .entry-title {
	font-size: 24px;
}
.grid2 .entry-summary {
	clear: both;
}
/**
 * 6.6 Pagination
 * -----------------------------------------------------------------------------
 */
 
.pagination {
	font-size: 0.85em;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 30px 0;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
}
.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagination li {
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
.pagination li a,
.pagination li span {
	background: #f0f0f0;
    padding: 9px 14px;
    margin: 0 1px;
    display: inline-block;
    color: #333333;
    text-decoration: none;
}
.pagination li span {
  color: #6F973C;
}
.pagination li a:focus,
.pagination li a:hover {
	text-decoration: underline;
	background-color: #333;
	color: #ffffff;
}

.pagination li.prev a,
.pagination li.next a {
	color: #ffffff;
	background-color: #97BF3B;	
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
	background-image: url(img/overlay.png);
	background-repeat: repeat;
	color: #ffffff !important;
} 
 
.alfavit {
	list-style:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.5em;	
}

.alfavit:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.widget .alfavit li {
  float: left;
  margin: 0px;
  border:0;
  padding:0;
}
 
.alfavit li a {
	background: #f0f0f0;
	padding: 13px 17px;
    width: 12px;
    text-align:center;
    margin: 2px 2px;
    display: inline-block;
    color: #333333;
    text-decoration: none;
}

.alfavit li a:focus,
.alfavit li a:hover {
	text-decoration: underline;
	background-color: #333;
	color: #ffffff;
} 

.widget-alpha .alfavit li a {
	padding: 5px 10px;
    width: 12px;
}
 
 
 
 
/* 
.pagination {
	font-size: 0.85em;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 50px 0;
	text-transform: uppercase;
	text-align: center;
}
.pagination .page-numbers {
	background: #f0f0f0;
	padding: 9px 14px;
	margin: 0 1px;
	display: inline-block;
	color: #333333;
	text-decoration: none;
}
.pagination .prev,
.pagination .next {
	color: #ffffff;
}
.pagination .prev:hover,
.pagination .next:hover {
	background-image: url(img/overlay.png);
	background-repeat: repeat;
	color: #ffffff !important;
}*/
/**
 * 6.7 Singular
 * ----------------------------------------------------------------------------
 */
.hentry h1.entry-title {
	color: #333333;
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hentry h1.page-title a {
	color: #333333;
}

.page-title {
	margin-bottom: 20px;
}

.page-meta {
	color: #9f9f9f;
	font-size: 12px;
	line-height: 1;
	margin-top: 12px;
	text-transform: none;
	margin-bottom:20px;
}

.page-title-full {
	color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1.page-title-full a {
	color: #333333;
}

#breadcrumbs {
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	color: #999;
	font-size: 11px;
	line-height: 1;
	/*margin-bottom: 20px;*/
	padding-bottom: 15px;
	position: relative;
}

#breadcrumbs strong {
	color: #333;
	margin-right: 10px;
	text-transform: uppercase;
}
.single #breadcrumbs {
	margin-bottom: 0;
}
.is-sticky #breadcrumbs {
	padding-top: 10px;
	z-index: 999;
	position: relative;
	width: 728px;
}
.post-nav {
	position: absolute;
	top: -2px;
	right: 0;
}
.post-nav .fa {
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	height: 14px;
	width: 14px;
	line-height: 14px;
	text-align: center;
}
.post-nav a:hover .fa {
	border-color: #999999;
}
.is-sticky .post-nav {
	top: 8px;
}
.single #featured-content {
	margin-bottom: 10px;
}
.single .content-area .entry-meta {
	margin-bottom: 20px;
	text-transform: none;
}
.single .content-area .entry-meta a {
	text-decoration: none;
}
.single .content-area .entry-meta .fa {
	margin-right: 3px;
}
.single .content-area .entry-thumbnail {
	width: 100%;
	margin-bottom: 20px;
}
.entry-footer {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin: 30px 0 20px;
	padding: 20px 0;
}
.entry-footer .col-left {
	border-right: 1px solid #e9e9e9;
	float: left;
	width: 343px;
	margin-right: 20px;
	padding-right: 20px;
}
.entry-footer .col-right {
	float: left;
	width: 343px;
}
/* Newsletter Form */
.entry-footer .newsletter-form {
	margin-bottom: 30px;
}
.entry-footer .newsletter-form input {
	width: 200px;
	height: 34px;
}
.entry-footer .newsletter-form h3 {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px;
}
/* Author Bio */
.author-bio {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.author-bio .avatar {
	border-radius: 50%;
	float: left;
	margin: 0 20px 0 0;
}
.author-bio .description .name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}
.author-bio .social-profiles {
	position: absolute;
	top: 0;
	right: 0;
}
.author-bio .social-profiles li {
	float: left;
	margin-left: 10px;
}
.author-bio .social-profiles li a .fa {
	color: #999999;
	font-size: 13px;
}
.author-bio .social-profiles li a:hover .fa {
	color: #333333;
}
.entry-footer .author-bio {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry-footer .author-bio .name a {
	color: #333333;
}
.entry-footer .author-bio .bio {
	color: #999;
	display: table-cell;
	font-weight: 300;
}
/* Entry Share */
.entry-share h3 {
	float: left;
	font-size: 16px;
	font-weight: 300;
	margin-right: 15px;
}
.entry-share ul li {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
}
.entry-share .fa {
	
}
/* Related Posts */
.related-posts {
	width: 100%;
	margin-bottom: 40px;
}
.related-posts h3 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}
.related-posts ul li {
	float: left;
	list-style: none;
	width: 23.5%;
	padding-right: 2%;
}
.related-posts ul li:last-child {
	padding-right: 0;
}
.related-posts ul li img {
	width: 100%;
	margin-bottom: 5px;
}
.related-posts ul li a {
	display: block;
}
.related-posts ul li .entry-title {
	font-size: 14px;
	font-weight: 300;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 15px;
}
.entry-content strong {
	font-weight: 700;
}
.entry-content p {
	margin-bottom: 15px;
}

.entry-content img, .entry-summary img {
	margin: 5px 15px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 20px 20px;
}
.entry-content ul li {
	list-style: disc;
	margin: 10px 0;
}
.entry-content ol li {
	list-style: decimal;
	margin: 10px 0;
}
blockquote {
	color: #999999;
	font-style: italic;
	margin: 0.5em 0 1em;
	padding: 0.25em 50px;
	line-height: 1.45;
	position: relative;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -20px;
	color: #cccccc;
}
blockquote cite {
	color: #333333;
	display: block;
	margin-top: 10px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
/* Members */
.members {
	margin: 0 !important;
	padding: 0;
}
.members .member {
	padding: 2% 0 2% 4%;
	width: 45%;
	float: left;
	list-style: none;
}
.members .member:nth-of-type(2n+1) {
	clear: left;
	padding-left: 0;
}
.member-photo {
	float: left;
	width: 100px;
	max-width: 100%;
	margin-right: 30px;
}
.member-photo img {
	border-radius: 50%;
	margin-bottom: 20px;
	width: 100%;
}
.member-photo .member-social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.member-photo .member-social li {
	display: inline-block;
	font-size: 12px;
	margin: 0 2px;
}
.member-content {
	position: relative;
	overflow: hidden;
}
.member-content:before {
	content: '';
	width: 56px;
	height: 1px;
	background: #dededc;
	position: absolute;
	top: 0;
}
.member-content .member-name {
	margin: 18px 0 0;
}
.member-content .member-position {
	color: #999;
}
.member-content .member-desc {
	line-height: 1.5em;
}
/* Review Box */
.review-box {
	background: #f3f3f3;
	padding: 20px 20px 0 20px;
	margin-bottom: 3em;
}
.entry-content > .review-box {
	margin-bottom: 28px;
}
.review-box .heading {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 15px;
}
.review-box .verdict-box {
	overflow: hidden;
	padding: 28px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.review-box .overall {
	float: left;
	background: orange;
	color: #fff;
	margin: 0 15px 0 0;
	padding: 10px 8px;
	min-width: 115px;
	text-align: center;
}
.review-box .overall .number {
	display: block;
	font-size: 65px;
	font-weight: 700;
	line-height: 1;
}
.review-box .overall .best {
	display: none;
}
.review-box .overall .percent {
	font-size: 25px;
}
.review-box .overall .verdict {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}
.review-box .verdict-box .text {
	margin-left: 150px;
}

.review-box .rating-form {
	padding: 18px 0;
}

.review-box .rating-form p {
	padding: 0 0 10px 0;
}

.review-box img, .review-box p {
	vertical-align:middle;
}

.review-box ul {
	list-style: none;
	margin-left: 0;
	padding: 28px 0;
}
.review-box ul li {
	margin-bottom: 20px;
	list-style: none;
}
.review-box .label {
	text-transform: uppercase;
}
.review-box .criterion {
	overflow: hidden;
	line-height: 2;
}
.review-box ul .rating {
	float: right;
	font-weight: 600;
	white-space: nowrap;
}
.review-box .rating-bar, 
.review-box .bar {
	background: #fff;
	height: 21px;
}
.review-box .bar {
	background: orange;
	display: block;
}
/**
 * 6.8 Comments
 * ----------------------------------------------------------------------------
 */
/* Comment List */
#comments {
	position: relative;
}

#comments-box-header {
	cursor:pointer;
}

#comments-box-body {
	display:none;
}

#comments header {
	background: #f3f3f3;
	padding: 20px;
}
#comments header h2 {
	font-size: 16px;
}
#comments .commentlist {
	clear: both;
	list-style: none;
	padding-top: 1.618em;
	/*margin-bottom: 3.631em;*/
}
#comments .commentlist:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#comments .commentlist li.comment {
	background-color: #fcfcfc;
	margin-bottom: 1.618em;
	padding: 20px;
	position: relative;
	list-style: none;
}
#comments .commentlist li.comment .comment-head span {
	display: block;
}
#comments .commentlist li.comment:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#comments .commentlist li.comment .comment-container:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#comments .commentlist li.comment .comment-container div.avatar {
	float: left;
}
#comments .commentlist li.comment .comment_container div.avatar img {
	border-radius: 50%;
}
#comments .commentlist li.comment .comment-container .comment-head,
#comments .commentlist li.comment .comment_container .comment-text {
	float: left;
	margin-left: 20px;
}
#comments .commentlist li.comment .comment-container .comment-entry {
	clear: both;
	margin-left: 72px;
}
#comments .commentlist li.comment .comment-container .comment-head {
	margin-bottom: .618em;
}
#comments .commentlist li.comment .comment-head .name {
	font-size: 24px;
	font-weight: 300;
}
#comments .commentlist li.comment .comment-head .date a {
	color: #999999;
	font-size: 11px;
}
#comments .commentlist li.comment .comment-head .date a:hover {
	color: #47a7d7;
}
#comments .commentlist li.comment img.avatar {
	border-radius: 50%;
	height: auto;
	float: left;
	width: 52px;
}
#comments .commentlist li.comment .comment_container .comment-text {
	width: 91.35%;
}
#comments .commentlist li.comment ul.children {
	margin-left: 1.618em;
	padding-top: 1.618em;
}
#comments .commentlist li.comment .depth-2 {
	background-color: #f3f3f3;
}
#comments .commentlist li.comment .depth-3 {
	background-color: #fcfcfc;
}
#comments .commentlist li.comment .depth-4 {
	background-color: #f3f3f3;
}
#comments .commentlist li.comment .bypostauthor {
}
#comments .commentlist li.comment .reply {
	position: absolute;
	top: 25px;
	right: 20px;
}
#comments .commentlist li.comment #respond {
	padding-top: 1.618em;
}
#comments .navigation a {
	display: block;
	text-decoration: none;
}
#comments .pingbacks li.pingback {
	margin: 0 0 1.618em;
}
#comments .pingbacks li.pingback .reply {
	display: none;
}
#comments .nocomments {
	padding: 1.618em 0;
	margin: 1.618em 0;
	border: 4px double #e8e4e3;
	border-right: 0;
	border-left: 0;
}
/* Comment Form */
#respond {
	background: #f3f3f3;
	margin-bottom: 3em;
	padding: 20px;
}

#respond #commentform .comment-form-comment {
	/*min-height:223px;*/
	margin-bottom: 20px;
}

#respond label {
	color: #877c78;
}
#respond #reply-title {
	font-size: 16px;
	margin-bottom: 20px;
}
#respond #reply-title small {
	margin-left: 10px;
	font-size: .618em;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
	width: 30.75%;
	float: left;
	margin-right: 3.8%;
	margin-bottom: 20px;
}
#respond #commentform .comment-form-author label,
#respond #commentform .comment-form-email label,
#respond #commentform .comment-form-url label {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 5px;
}
#respond #commentform .fa {
	margin-right: 5px;
}
#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
	width: 100%;
}
#respond #commentform .comment-form-url {
	margin-right: 0;
}
#respond #commentform .comment-form-comment {
	clear: both;
}
#respond #commentform p {
	margin-bottom: 20px;
}
#respond #commentform .form-submit {
	margin-bottom: 0;
}
#respond #commentform .form-submit #submit {
	font-size: 14px;
	padding: 10px 15px 8px;
}
#respond #commentform label {
	display: block;
}
#respond #commentform input.txt,
#respond #commentform textarea {
	width: 100%;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
/**
 * 7. Sidebar
 * -----------------------------------------------------------------------------
 */
.sidebar1 {
	border-right: 1px solid #e9e9e9;
	float: left;
	width: 160px;
	margin: 25px 0 25px 0;
	margin-left: -928px;
	padding-right: 19px;
}
.sidebar2 {
	border-left: 1px solid #e9e9e9;
	width: 300px;
	margin: 25px 0 0 0;
	padding: 0 0 0 20px;
	float: right;
}
.widget .widget-title {
	background-color: #f0f0f0;
	color: #333333;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.widget .widget-title strong {
	background: #ffffff;
	padding-right: 10px;
}
.widget {
	margin-bottom: 30px;
}
.widget p {
	margin-bottom: 15px;
}

.widget ul li {
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
	padding: 15px 0 15px 0;
}
/* Social Widget */
.widget_social ul li {
	background: none;
	border: none;
	display: block;
	float: left;
	margin-right: 0;
	padding: 0;
}
.widget_social ul li:last-child {
	margin-right: 0;
}
.widget_social ul li .fa {
	line-height: 1;
}
.widget_social a {
	display: block;
	font-size: 32px;
	width: 75px;
	text-align: center;
}
.widget_social a:hover {
	text-decoration: none;
}
.widget_social span {
	color: #999999;
	display: block;
	font-size: 12px;
}
.widget_social span strong {
	color: #333333;
	font-size: 12px;
}
/* Newsletter Widget */
.widget_newsletter {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 20px;
	box-shadow: 0 0 0 3px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}
.widget_newsletter .widget-title {
	background: none;
	border: none;
	margin-bottom: 15px;
	padding: 0;
}
.widget_newsletter p {
	margin-bottom: 15px;
}
.widget_newsletter input {
	background: #f0f0f0;
	border: none;
	width: 170px;
	height: 32px;
}
.widget_newsletter button {
	width: 60px;
}
/* ARt Widget */
.widget_art {
	margin-bottom: 20px;
}

.widget_art .entry-thumbnail {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 15px 0 0;
}

.widget_art ul li {
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0;
	line-height: 1.3;
	list-style: none;
	margin: 0;
}

.widget_art .entry {
	overflow:hidden;
}

.widget_art ul li .entry-title {
	font-size: 14px;
	font-weight: 400;
}

.widget_art ul li .entry-meta {
	margin-top: 10px;
	color: #9f9f9f;
	font-size: 11px;
	text-transform: uppercase;
}

/* 125 Ad Widget */
.widget_125 .widget-title {
	margin-bottom: 15px;
}
.widget_125 img {
	background: #ffffff;
	border: 1px solid #eeeeee;
	margin: 0 0 5px 0;
	padding: 9px;
}
.sidebar2 .widget_125 img.img-right {
	float: right;
}
/* Twitter Widget */
.widget_twitter ul li {
	background: none !important;
	padding-left: 26px !important;
}
.widget_twitter ul li a {
	text-decoration: underline;
}
.widget_twitter ul li .timestamp a:link,
.widget_twitter ul li .timestamp a:visited {
	color: #9f9f9f;
	font-size: 11px;
	font-style: italic;
}
.widget_twitter ul li .timestamp a:hover {
	color: #333333 !important;
}
.widget_twitter li:before {
	margin-left: -26px;
	width: 26px;
	font-family: 'FontAwesome';
	content: "\f099";
	display: inline-block;
	font-size: 14px;
	float: left;
	margin-top: 0px;
	color: #09C;
}
/* Latest Posts Widget */
.widget_latest_posts .widget-title {
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.widget_latest_posts ul li {
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
	padding: 15px 0;
	position: relative;
}
.widget_latest_posts ul li .entry-thumbnail {
	margin-bottom: 10px;
}
.widget_latest_posts ul li .entry-title {
	font-size: 13px;
	margin-bottom: 10px;
}
.widget_latest_posts ul li .entry-meta {
	margin-bottom: 0;
	position: relative;
}
.widget_latest_posts .widget-title {
	margin-bottom: 5px;
}
/* Latest Comments Widget */
.widget_latest_comments .avatar {
	border-radius: 50%;
	float: left;
	margin: 0 10px 10px 0;
	width: 36px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.widget_latest_comments li:hover .avatar {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.widget_latest_comments .name {
	color: #333333;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 3px;
}
.widget_latest_comments .comment {
	color: #9f9f9f;
	display: table;
	font-family: Georgia, serif;
	font-style: italic;
}
.widget_latest_comments a:hover .comment {
	color: #333333;
	text-decoration: none;
}
/* Ad Widget */
.widget_ads .widget-title,
.widget_ads .widget-title {
	background: none;
	border: none;
	color: #9f9f9f;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
/* Posts Thumbnail Widget */
.widget_posts_thumbnail li:before,
.widget_posts_thumbnail li:after {
	content: "";
	display: table;
}
.widget_posts_thumbnail li:after {
	clear: both;
}
.widget_posts_thumbnail .entry-thumbnail {
	float: left;
	margin: 0 15px 0 0;	
	border-radius: 50%;
    height: auto;		
}
.widget_posts_thumbnail .entry-comment 
{
    color: #9f9f9f;
    font-family: Georgia, serif;
    font-style: italic;
}

.widget_posts_thumbnail .entry-meta {
	margin-top: 7px;
}

.widget_posts_thumbnail .entry {
	overflow: hidden;
}
/**
 * 8. Footer
 * -----------------------------------------------------------------------------
 */
#footer {
	border-top: 10px solid #e9e9e9;
	font-size: 13px;
	padding: 30px 0 0 0;
}

.footer-column-1 {
  width:43%;
	float: left;
	padding-right: 3%;  
}


/*.footer-column-1, */
.footer-column-2,
.footer-column-3 {
	float: left;
	width: 22.5%;
	padding-right: 3%;
}



.footer-column-4 {
	float: left;
	width: 23.5%;
	padding-right: 0;
}
/* Footer Widgets */
#footer .widget-title {
	background: none;
	color: #333333;
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#footer .widget ul li {
	border-bottom: none;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#footer .widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer .widget ul li a,
#footer .widget ul li a:visited {
	text-decoration: underline;
}
#footer .widget_newsletter {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	padding: 0;
}
#footer .widget_newsletter input {
	background: #f0f0f0;
	border: none;
	width: 140px;
	height: 32px;
	margin: 0;
}

#footer .spons {
	padding-bottom:10px;
  
}


#footer .widget ul.gallpot {
	margin-left: 0 !important;
	list-style: none;
}
#footer .widget ul.gallpot:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#footer .widget ul.gallpot li.gall {
	position: relative;
	float: left;
	margin:0;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#footer .widget ul.gallpot img {
	width: 64px;
	height: 64px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	/*margin: 0 auto 1em;*/
}
#footer .widget ul.gallpot img:hover {
	opacity: 0.8;
	-webkit-appearance: none;	
}

#footer .widget ul.gallpot li.gall {
	position: relative;
}


/* Site Bottom */
#site-bottom {
	border-top: 1px solid #e9e9e9;
	color: #333;
	font-size: 12px;
	padding: 20px 0;
}
#site-bottom a:link,
#site-bottom a:visited {
	color: #333;
}
#footer-nav {
	float: left;
}
#footer-nav ul li {
	border-left: 1px solid #e9e9e9;
	display: inline;
	list-style: none;
	padding: 0 10px;
}
#footer-nav ul li:first-child {
	border-left: none;
	padding-left: 0;
}
#footer-nav ul li li {
	display: none;
}
.copyright {
	float: right;
}
/**
 * 9. WooCommerce
 * -----------------------------------------------------------------------------
 */
.variations_button {
	margin-bottom: 20px;
}
p.demo_store {
	background: #4d65a4;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	padding: 1em;
}
.homepage-banner {
	display: none;
}
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 5.5em;
	font-family: "WebSymbolsRegular";
}
.star-rating:before {
	content: "RRRRR";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #e3dad7;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span:before {
	content: "RRRRR";
	top: 0;
	position: absolute;
	left: 0;
	color: #666666;
}
.widget .star-rating {
	margin: .53em 0;
}
.comment-form-rating {
	clear: both;
}
p.stars {
	position: relative;
	line-height: 1em;
	font-size: 1em;
}
p.stars:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
p.stars a {
	width: 19%;
	display: block;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .5em .5em .75em;
	background: rgba(0, 0, 0, 0.025);
	margin-right: 1%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
p.stars a:hover,
p.stars a.active {
	background: rgba(0, 0, 0, 0.075);
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
	font-family: "WebSymbolsRegular";
	content: "R";
	position: absolute;
	top: .85em;
	width: 6em;
	right: 1em;
	font-size: .5em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #999;
	text-align: right;
}
p.stars a.star-1:hover:after,
p.stars a.star-2:hover:after,
p.stars a.star-3:hover:after,
p.stars a.star-4:hover:after,
p.stars a.star-5:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-2.active:after,
p.stars a.star-3.active:after,
p.stars a.star-4.active:after,
p.stars a.star-5.active:after {
	color: #666666;
}
p.stars a.star-1:after {
	content: "R";
}
p.stars a.star-2:after {
	content: "RR";
}
p.stars a.star-3:after {
	content: "RRR";
}
p.stars a.star-4:after {
	content: "RRRR";
}
p.stars a.star-5:after {
	content: "RRRRR";
}
div.quantity {
	white-space: nowrap;
}
div.quantity input::-webkit-outer-spin-button,
div.quantity input::-webkit-inner-spin-button {
	display: none;
}
div.quantity .plus,
div.quantity .minus {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	font-size: 1em;
	color: #999;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
div.quantity .plus:hover,
div.quantity .minus:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f0f0f0;
}
div.quantity .qty {
	border-left: none;
	border-right: none;
	margin: 0;
	width: 2.818em;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
table div.quantity {
	font-size: .857em;
}
.variations_button .single_add_to_cart_button {
	height: 36px;
}
.single-gallery div.quantity {
	float: left;
	margin-right: 1em;
}
.single-gallery table div.quantity {
	padding-right: 0;
	border: 0;
}
.single-gallery #reviews .star-rating {
	float: right;
}
.single-gallery .single_variation .price {
	display: block;
	margin-bottom: .618em;
}
dl.variation dt,
dl.variation dd {
	float: left;
}
dl.variation dt {
	clear: left;
	margin-right: .53em;
}
dl.variation dd ul {
	list-style: none;
}
.backorder_notification {
	clear: both;
}
.validate-required.woocommerce-validated input {
	border-color: #84ac50;
	background: #e5eeda;
}
.validate-required.woocommerce-invalid input {
	border-color: #b85f56;
	background: #f4e7e6;
}
/**
 * 9.1 Gallerys
 * -----------------------------------------------------------------------------
 */

ul.gallerys {
	margin-left: 0 !important;
	list-style: none;
}
ul.gallerys:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
ul.gallerys li.gallery {
	position: relative;
	float: left;
	width: 22%;
	margin-right: 3.8%;
	margin-bottom: 50px;
	text-align: center;
}
ul.gallerys li.gallery h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
ul.gallerys li.gallery h3 a
{
	color: #333333;
}

ul.gallerys li.gallery .info {
	display: block;
	color: #777777;
	margin-bottom: 0.8em;
}
ul.gallerys li.gallery img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	margin: 0 auto 1em;
}
ul.gallerys li.gallery img:hover {
	opacity: 0.8;
	-webkit-appearance: none;	
}

ul.gallerys li.gallery:nth-child(4n) {
	margin-right: 0;
}
ul.gallerys .star-rating {
	margin: .5em auto;
}

ul.gallerys li.gallery {
	position: relative;
	width: 22.05%;
}
/*
ul.gallerys li.gallery:nth-child(2n) {
	margin-right: 3.8%;
}*/
ul.gallerys li.gallery.first {
	clear: both;
}
ul.gallerys li.gallery.last {
	margin-right: 0;
}

/**
 * 10. Misc.
 * -----------------------------------------------------------------------------
 */
.dropcap {
	float: left;
	font-size: 58px;
	line-height: 54px;
	padding-top: 4px;
	padding-right: 10px;
	margin-top: -2px;
}
.header-ad {
	float: right;
	height: 90px;
	/*min-width:70%;*/
	margin: 20px 0;
}
.content-ad {
	margin-bottom: 25px;
	padding: 0;
}
.header-ad img,
.content-ad img {
	width: 100%;
}	
#carousel-1 .hentry a.video-thumbnail {
	display: block;
	position: relative;
}
.video-icon {
	background: #999999;
	background: rgba(0, 0, 0, 0.4);
	display: block;
	color: #ffffff;
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	bottom: 10px;
}
/**
 * 10.1 Layouts
 * -----------------------------------------------------------------------------
 */
/* Layout: Content / Sidebar 2 */
.layout-narrow #page {
	width: 1120px;
}
.layout-narrow .sidebar1 {
	display: none;
}
.layout-narrow .container {
	width: 1070px;
}
.layout-narrow .content-area {
	margin-left: 0;
}
.layout-narrow #footer .widget_newsletter input {
	width: 140px;
}
.layout-narrow .carousel-loop li {
	width: 182px;
}
/* Layout: Sidebar 2 / Content */
.layout-narrow-2 .sidebar2 {
	border-left: none;
	border-right: 1px solid #e9e9e9;
	float: left;
	margin-left: -1070px;
	padding-left: 0;
	padding-right: 20px;
}
.layout-narrow-2 .content-area {
	margin-left: 340px;
}
/* Layout: 1 Column (full width) */
.layout-1c .content-area {
	width: 100%;
	margin-left: 0;
}
.layout-1c .sidebar1,
.layout-1c .sidebar2 {
	display: none;
}
.layout-1c .content-area .hentry .entry-content-container {
	width: 900px;
}
.layout-1c .content-area .hentry .entry-thumbnail {
	width: 100%;
}

.layout-1c .is-sticky #breadcrumbs {
	width: 1070px;
}
.layout-1c .entry-footer .newsletter-form h3 {
	text-align: left;
}
.layout-1c.single .col-left,
.layout-1c.single .col-right {
	width: 514px;
}

.layout-1c.single .related-posts .entry-title {
	font-size: 18px;
}
.layout-1c.single .entry-footer .newsletter-form input {
	width: 429px;
}
/* Layout: Content / Sidebar1 / Sidebar2 */
.layout-css .sidebar1 {
	border-left: 1px solid #e9e9e9;
	border-right: none;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 0;
}
.layout-css .content-area {
	margin-left: 0;
}
/* Layout: Content / Sidebar2 / Sidebar1 */
.layout-css-2 .sidebar1 {
	border-left: 1px solid #e9e9e9;
	border-right: none;
	float: right;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 0;
}
.layout-css-2 .sidebar2 {
	float: left;
	margin-left: 20px;
}
.layout-css-2 .content-area {
	margin-left: 0;
}

.single .content-area .entry-thumbnail-ad {
	height:90px;
	width:728px;
	background-color: #d7d3d2;
	position:absolute;
	margin-top:-100px;
}

/**
 * 10.2 Social Icons
 * -----------------------------------------------------------------------------
 */
.fa-facebook {
	color: #3b5998;
}
.fa-twitter {
	color: #00aced;
}
.fa-google-plus {
	color: #dd4b39;
}
.fa-linkedin {
	color: #007bb6;
}
.fa-pinterest {
	color: #C92228;
}
.fa-rss {
	color: #f0b70c;
}
.fa-envelope-o {
	color: #aad450;
}
.fa-dribbble {
	color: #ea4c89;
}
/* 10.3 Forms */
.form-row label {
	display: block;
}
.form-row .input-text {
	width: 100%;
}

select {
	padding: .536em .5em;
	border: 1px solid #e9e9e9;
	font-size: 1em;
	line-height: 1.618em;
	font-family: inherit;
	outline: none;
	background: #fcfcfc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  max-width:100%;
}

input[type="text"],
input.input-text,
textarea,
input.txt,
input[type="tel"],
input[type="password"],
input[type="email"] {
	padding: .236em .5em;
	border: 1px solid #e9e9e9;
	font-size: 1em;
	line-height: 1.618em;
	font-family: inherit;
	outline: none;
	background: #fcfcfc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input.input-text:focus,
textarea:focus,
input.txt:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
	background: #fff;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	height: 1.618em;
	width: 1.618em;
	cursor: pointer;
	position: relative;
	-webkit-transition: .15s;
	border-radius: 2em;
	background-color: #900;
	margin-right: 1em;
	margin-top: .53em;
	padding:0.9em;
	-webkit-appearance: none;
}
input[type="checkbox"]:checked {
	background-color: green;
}
input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight:bold;
	line-height: 3.218em;
	text-align: center;
	color: #fff;
	content: "'";
	font-family: 'WebSymbolsRegular';
	font-size: .618em;
}
input[type="checkbox"]:checked:before {
	content: '.';
}
input[type="checkbox"]:hover:before {
	background: rgba(255, 255, 255, 0.3);
}
input[type="radio"] {
	-webkit-appearance: none;
	height: 1.618em;
	width: 1.618em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0.382em solid #d7d3d2;
	cursor: pointer;
	position: relative;
	-webkit-transition: .15s;
	border-radius: 2em;
	padding:0.7em;
	background-color: #d7d3d2;
	-webkit-appearance: none;
}
input[type="radio"]:checked {
	background-color: #ff4800;
}
a.remove {
	font-family: 'WebSymbolsRegular';
	color: #ccc;
}
a.comment-reply-link {
	line-height: 1;
	padding: .5em .75em;
	border: 0;
	border-bottom: .24em solid #ccc;
	border-radius: .125em;
	font-size: 12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #ddd;
	color: #999 !important;
	-webkit-appearance: none;
}
a.comment-reply-link:hover {
	background: #999;
	border-bottom-color: #555;
	color: #fff !important;
}
.button,
a.button,
a.btn,
button,
input[type="button"],
input[type="submit"] {
	line-height: 1;
	color: #fff;
	font-size: 12px;
	padding: .75em 1em;
	border: 0;
	border-bottom: .24em solid #6F973C;
	border-radius: .125em;
	-webkit-text-stroke: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-appearance: none;
}
.button:hover,
a.btn:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: inset 0 0 10em rgba(0,0,0,.2);
	box-shadow: inset 0 0 10em rgba(0,0,0,.2)
}
.button:active,
.button:focus,
a.btn:active,
a.btn:focus,
a.button:active,
a.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

form.form-row div {
	margin-bottom:20px;
}
form.form-row label
{
	color: #877c78;
	font-size: 13px;
	margin-bottom: 5px;
}

/* = Icons List
-----------------------------------------------------------------------------*/

.entry-content .check_list, 
.entry-content .plus_list, 
.entry-content .minus_list, 
.entry-content .star_list, 
.entry-content .arrow_list, 
.entry-content .square_list, 
.entry-content .circle_list, 
.entry-content .cross_list {
	margin:20px 20px;
	list-style: none;
} 

.entry-content .check_list li, 
.entry-content .plus_list li, 
.entry-content .minus_list li, 
.entry-content .star_list li, 
.entry-content .arrow_list li, 
.entry-content .square_list li, 
.entry-content .circle_list li, 
.entry-content .cross_list li {
	list-style: none;
	margin: 5px 0
}
.check_list li { background: url("img/list/g_list_check.png") no-repeat 0 50%; padding: 0 0 0 18px }
.plus_list li { background: url("img/list/g_list_plus.png") no-repeat 0 50%; padding: 0 0 0 18px }
.minus_list li { background: url("img/list/g_list_minus.png") no-repeat 0 50%; padding: 0 0 0 18px }
.star_list li { background: url("img/list/g_list_star.png") no-repeat 0 50%; padding: 0 0 0 16px }
.arrow_list li { background: url("img/list/g_list_arrow.png") no-repeat 0 50%; padding: 0 0 0 16px }
.square_list li { background: url("img/list/g_list_square.png") no-repeat 0 50%; padding: 0 0 0 16px }
.circle_list li { background: url("img/list/g_list_circle.png") no-repeat 0 50%; padding: 0 0 0 16px }
.cross_list li { background: url("img/list/g_list_cross.png") no-repeat 0 50%; padding: 0 0 0 16px }

/* = Ajax Loading Indicator
-----------------------------------------------------------------------------*/

#loading-holder {
	height:32px;
}

#loading {
	display:none;
	text-align:center;
}

.loading-indicator {
	width:32px;
	height:32px;
	background:url("/system/img/vars/loading.gif") center center no-repeat;
}


/* = Ratings
-----------------------------------------------------------------------------*/

.rating-box {
	display:inline-block;
	width:160px;
	height:16px;	
}

.rating {
	width:160px;
	height:16px;
	margin:0;
	display:inline-block;
	padding:0;
	list-style:none; 
	position:relative;
	background: url("img/system/vote.gif") no-repeat 0 0;
}
.s0 {background-position:0 0;}
.s1 {background-position:0 -16px;}
.s2 {background-position:0 -32px;}
.s3 {background-position:0 -48px;}
.s4 {background-position:0 -64px;}
.s5 {background-position:0 -80px;}
.s6 {background-position:0 -96px;}
.s7 {background-position:0 -112px;}
.s8 {background-position:0 -128px;}
.s9 {background-position:0 -144px;}
.s10 {background-position:0 -160px;}
ul.rating li { cursor: pointer; float:left; text-indent:-999em; }
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.s1 a { left:0 }
ul.rating li.s2 a { left:16px; }
ul.rating li.s3 a { left:32px; }
ul.rating li.s4 a { left:48px; }
ul.rating li.s5 a { left:64px; }
ul.rating li.s6 a { left:80px; }
ul.rating li.s7 a { left:96px; }
ul.rating li.s8 a { left:112px; }
ul.rating li.s9 a { left:128px; }
ul.rating li.s10 a{ left:144px; }
ul.rating li a:hover {
	z-index:2;
	width:160px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url("img/system/vote.gif") no-repeat 0 0;
}
ul.rating li.s1 a:hover { background-position:0 -176px; }
ul.rating li.s2 a:hover { background-position:0 -192px; }
ul.rating li.s3 a:hover { background-position:0 -208px; }
ul.rating li.s4 a:hover { background-position:0 -224px; }
ul.rating li.s5 a:hover { background-position:0 -240px; }
ul.rating li.s6 a:hover { background-position:0 -256px; }
ul.rating li.s7 a:hover { background-position:0 -272px; }
ul.rating li.s8 a:hover { background-position:0 -288px; }
ul.rating li.s9 a:hover { background-position:0 -304px; }
ul.rating li.s10 a:hover{ background-position:0 -320px; }

/* = Various style
-----------------------------------------------------------------------------*/

.subforums ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.subforums ul li {
	display: inline;
	background: url("img/system/subforums.gif") top left no-repeat;
	padding-left: 20px;
	height: 20px;
}

#subtitle ul {
	list-style:none;
	margin-bottom:15px;
}

#subtitle ul li {
	display:inline;
	padding-right:15px;
	margin-right:12px;
	background: url('img/seperator.png') no-repeat right center;
}


.descr {
	color: #999999;
	font-size: 0.85em;
	line-height: 1.5em;
}

div.descr {
	margin: 4px 0;
}

.disp {
	padding: 12px;
	margin: 0;
}

.clear {
	clear:both;
}

.error {
	padding: 20px;
	margin: 0;
	color: #CC1212;
	font-size: 110%;
	text-align: center;
}

.codetitle {
	font-size: 10px;
	color: #59739B;
	padding: 2px;
	margin-top: 5px;
}

.code {
	font-size: 11px;
	color: #59739B;
	background-color: #EFF0C2;
	padding: 2px;
	margin-bottom: 5px;
	font-family: monospace;
}

.valid {
	height: 48px;
	text-align: center;
	vertical-align: middle;
}

.download {
	font-size: 110%;
	text-align: center;
	background-color: #E8E8E8;
	padding: 16px;
	margin-top: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.coltop, table td.coltop {
	font-weight: normal;
	color: #f6f6f6;
	text-align: center;
	color: rgba(255,255,255,0.9);
	background-color: #303030!important; 
}

.coltop a {
	color: #f6f6f6;
}

.cattop {
	background-color: #e8e7e7!important; 
	border-bottom: 1px solid #d0d0d0;
}

.odd { background-color: #f8f8f8;  }
.even { background-color: #f2f2f2;  }
.gradi {
	background: -moz-linear-gradient(left,  rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	border-right:1px solid #f4f4f4; 
}

.centerall {
	text-align: center;
	vertical-align: middle;
}

.cblock {
	text-align: center;
	vertical-align: middle;
	margin:20px 0; 
}

.desc {
	font-size: 90%;
	padding: 3px;
	color: #646464;
	font-style:italic;
}

.spoiler {
	padding: 8px;
	margin: 8px;
	border: 1px dashed #CCCCCC;
	background-color: #DBE5E9;
}

.more {
	font-size: 90%;
	margin-left: 8px;
}

.bar_front {
	background-color: #72b626;
	border-right: 0px solid #333333;
	padding: 0;
	color: #DDDDDD;
	height: 15px;
}

.bar_back {
	background-color: #EBECF1;
	border: 1px solid #333333;
	margin: 0 7px 0 7px;
	height: 15px;  
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bbcodes a img {
	border: 1px outset #A0A0A0;
	background-color: #999BAC;
}

.smilies a img {
	border: 0;
	background-color: transparent;
}

.signature {
	color: #979797;
	font-size: 90%;
	max-height: 96px;
	overflow: auto;
	margin-top: 16px;
}

.signature a {
	color: #000000;
}

.centered {
	text-align:center;
}

.help {
	font-style:italic;
	margin:10px;
}

.fhead {
	font-size: 140%;
	margin: 0;
	letter-spacing: -1px;
	font-weight: normal;
	background-color: #FFCC00;
}

.fblock {
	background-color: #FF0000;
}

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

.sedtabs div.tabs { 
	display:none; 	
}

.sedtabs div.tabs:first-child { 
	display:block; 	
}

.tab-box {
	background:#ffffff; 
	border:1px solid #E9E9E9;
	min-height:100px;
	clear:both;
	padding:15px 15px 15px 15px;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

.noborder {
  border:none;
  border-top:1px solid #E9E9E9;
}

ul.tabs {
    margin:0px; padding:0px;
}

ul.tabs li {
    list-style:none;
    display:inline;
}

ul.tabs li a {
    float:left;
    padding:8px 25px 8px 25px;
    text-decoration:none;
    margin-right:3px;
    margin-bottom:-1px;   
}

ul.tabs li a:hover {
    color:#212121;
}

ul.tabs li a.selected  
  {
    background-color:#ffffff;
    color:#282e32;
    border:1px solid #E9E9E9; 
    border-bottom: 1px solid #ffffff; 
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		background: rgba(237,237,237,1);
		background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );   			   
}

/* = Modal Windows
-----------------------------------------------------------------------------*/

.sed_modal {
  position: absolute;
  -moz-border-radius:5px; 
  border-radius:5px;
  border:1px solid #ccc;
  visibility: hidden;
  background-color: white;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.modal-handle{ /*CSS for Drag Handle*/ 
  padding: 7px;
  text-indent: 3px;
  font: bold 14px Arial;
  background-color: #303030;
  color: white;
  cursor: move;
  overflow: hidden;
  width: auto;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
}

.modal-handle .modal-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
  position: absolute;
  right: 1px;
  top: 2px;
  cursor: hand;
  cursor: pointer;
  margin: 5px 5px 0 0;
}

* html .modal-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
  width: 100%;
}

.modal-contentarea{ /*CSS for Content Display Area div*/
  background-color: white;
  color: black;
  height: 150px;
  padding: 2px;
  overflow: auto;
}

.modal-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
  background-color: #F8F8F8;
  height: 13px; /*height of resize image*/
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.modal-resizearea { /*CSS for Resize Area itself*/
  float: right;
  width: 13px; /*width of resize image*/
  height: 13px; /*height of resize image*/
  cursor: nw-resize;
  font-size: 0;
  margin-right:5px;
  margin-bottom:5px;
}

/* = ThumbSelect
-----------------------------------------------------------------------------*/

.img-list_file {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.img-list_file li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 5px 2px;
  text-align: center;
  width:100px;
  height:100px;
}

.img-list_file li img {
  width:100px;
  height:100px;
}

.btn-delete-img {
  width:16px;
  height:16px;
  background-color:#cc0000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display:block;
  text-align:center;
  color:#ffffff;
  font-size:10px;
  line-height:18px;
  text-decoration:none;
  position:relative;
  margin-top: -105px;
  margin-left: 90px;
}

.btn-delete-img:hover {
  color:#ffffff;
  text-decoration:none;
  background-color:#ff0000;
}

.img-list_file li:first-child a
{
  display:block;
  width:100px;
  height:100px;
  text-indent:-9999px;
  background:url("img/addimg.png") top left no-repeat;
}

.img-list_file li:first-child a:hover
 {
  display:block;
  width:100px;
  height:100px;
  text-indent:-9999px;
  background:url("img/addimg.png") bottom left no-repeat;
}

#vk_like {
  margin-top:2px; 
  margin-left:20px;
}

.directadvert-block table {
 margin-bottom:0;
  border:none;
}

.directadvert-block table td {
 padding:0;
 border:none;
}

.directadvert-block table td img {
 width:100%;
}

.directadvert-block .da_adp_links {
	display:none;
}

/* ================================================ */

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfontba72.eot?v=4.0.3);src:url(fonts/fontawesome-webfontd41d.eot?#iefix&v=4.0.3) format('embedded-opentype'),url(fonts/fontawesome-webfontba72.woff?v=4.0.3) format('woff'),url(fonts/fontawesome-webfontba72.ttf?v=4.0.3) format('truetype'),url(fonts/fontawesome-webfontba72.svg?v=4.0.3#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-asc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-desc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
 

.clear{clear:both}.nobr{white-space:nowrap}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerced41d.eot?#iefix) format('embedded-opentype'),url(../fonts/WooCommerce.woff) format('woff'),url(../fonts/WooCommerce.ttf) format('truetype'),url(../fonts/WooCommerce.svg#WooCommerce) format('svg');font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;-webkit-border-radius:3px;border-radius:3px;box-shadow:0 1px 30px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 1px 30px 0 rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container:after,div.pp_woocommerce .pp_content_container:before{content:" ";display:table}div.pp_woocommerce .pp_content_container:after{clear:both}div.pp_woocommerce .pp_loaderIcon{background:url(../images/ajax-loader.html) center no-repeat}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2);-webkit-border-radius:2px;border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover,div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next:before,div.pp_woocommerce .pp_previous:before{-webkit-border-radius:100%;border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next:before:hover,div.pp_woocommerce .pp_previous:before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover:before,div.pp_woocommerce .pp_previous:hover:before{display:block}div.pp_woocommerce .pp_previous:before{left:1em}div.pp_woocommerce .pp_next:before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{-webkit-border-radius:100%;border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;line-height:1em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close:before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{-webkit-border-radius:100%;border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next:before,div.pp_woocommerce .pp_arrow_previous:before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next:before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{-webkit-border-radius:100%;border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;line-height:1em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract:before,div.pp_woocommerce a.pp_expand:before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract:before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next:before,div.pp_woocommerce .pp_arrow_previous:before,div.pp_woocommerce .pp_close:before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}.pp_content,div.pp_woocommerce .pp_details{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px solid #000;border:1px solid rgba(0,0,0,.5);display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}

/**
 * 1.0 Color
 * -----------------------------------------------------------------------------
 */

a:link,
a:visited,
#secondary-nav ul.sf-menu li li a:hover,
#primary-nav ul.sf-menu li li a:hover,
#primary-nav ul li a:hover,
#primary-nav ul li.current_item a
#secondary-nav .sf-menu li li a:hover,
.header-cart li a:hover,
.entry-meta .entry-category a,
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.widget_tabs .tab-content .entry-title a:hover,
#site-bottom a:hover,
.sidebar2 .widget_tabs .tabs-nav li.active a,
.entry-title a:hover,
.category-box ul li strong a:hover,
.section-title a:hover,
.widget_latest_comments a:hover .name,
.related-posts ul li a:hover .entry-title,
ul.products li.product a:hover h3,
#secondary .widget_social a:hover span strong,
.entry-author .name a:hover,
.header-search a:hover,
#secondary .widget_tabs #tab3 li a:hover strong,
.entry-footer .author-bio .name a:hover {
	color: #6F973C;
}
.widget_tabs .entry-title a:hover,
.posts .cat-posts .view-more a,
.posts .cat-posts a:hover .entry-title {
	color: #0099CC !important;
}

/* Link Hover */
#news-ticker .news-item a:hover, 
#breadcrumbs a:hover,
.widget a:hover,
.twitter-widget a:hover,
#footer .widget a:hover,
.entry-content a:hover,
#comments h2 a:hover,
#comments .name a:hover,
.comment-entry p a:hover,
.woocommerce-review-link:hover,
table.cart td.product-remove .remove:hover,
table.cart td.product-name a:hover {
	color: #A8D443;
}
/* Icon Hover */
li a:hover .fa-star,
li.active .fa-star {
	color: #0099cc;
}
li a:hover .fa-clock-o,
li.active .fa-clock-o {
	color: #ff6644;
}
li a:hover .fa-comments,
li.active .fa-comments {
	color: #71a42f;
}
li a:hover .fa-tags,
li.active .fa-tags {
	color: #37b6bd;
}
/**
 * 2.0 Background
 * -----------------------------------------------------------------------------
 */

 #secondary-nav ul li a:hover,
#secondary-nav ul li.current_item a,
.pagination .prev,
.pagination .next,
#respond button,
a:hover .video-icon,
.widget_tabs #tab4 a:hover,
.button, 
a.button, 
a.btn,
button, 
input[type=button], 
input[type=submit] {
	background-color: #97BF3B;
	color:#ffffff;
}
/**
 * 3.0 Border Color
 * -----------------------------------------------------------------------------
 */
#featured-content .jcarousel-control-prev:hover,
#featured-content .jcarousel-control-next:hover,
.see-all a:hover {
	border-color: #0099CC;
}


#secondary-mobile-menu,
#primary-mobile-menu {
	display: none;
}

@media only screen and (min-width: 1300px) {
	#page {
		width: 1270px !important;
		padding: 0 20px;
	}	
	.category-box .entry-summary {
		overflow:hidden;
	}
	
	.header-ad {
	   display:none;
	}
	
	.content-ad {
		width: 728px;
		height: auto;
	}
	
	.yandex-adaptive {
		width: 728px;
		height: 90px;	
	}		
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	
	body {
    background:#ffffff;
  }
  #page {
		width: 1000px !important;
	}
	.container,
	.layout-1c .is-sticky #breadcrumbs {
		width: 960px !important;
	}
	.content-area,
	.is-sticky #breadcrumbs {
		width: 620px;
		margin-left: 0;
	}
	.category-box .entry-summary {
		overflow:hidden;
	}	
	#logo {
		margin: 25px 5px 15px 0;
	}
	#featured-content #carousel-0 ul li {
		width: 620px;
	}
	#featured-content .entry-thumbnail {
		width: 100%;
		height: auto;
	}
	#featured-content .jcarousel-pagination-0 {
		top: 320px;
	}
	#featured-content .jcarousel-control-prev, 
	#featured-content .jcarousel-control-next {
		top: 145px;
	}
	.content-block-1 li {
		width: 180px;
	}
	.content-block-2 li.article-first,
	.content-block-2 li.article-list,
	.content-block-3 .block {
		width: 290px;
	}
	.content-block-4 .block {
		width: 180px;
	}
	.layout-narrow .carousel-loop li {
		width: 160px;
	}
	.layout-narrow .footer-column {
		width: 210px;
	}
	.entry-footer .col-left,
	.entry-footer .col-right {
		width: 289px;
	}
	.entry-footer .newsletter-form input {
		width: 180px;
	}
	.entry-share li {
		margin-right: 10px;
	}
	.header-ad,
	.content-ad {
		width: 620px;
		height: auto;
	}
	
	.yandex-adaptive {
		width: 620px;
		height: 100px;	
	}		
	
	
	#featured-content-2 .featured-big {
		width: 400px;
	}
	#featured-content-2 .featured-small {
		width: 180px;
	}
	.grid .hentry {
		width: 290px;
	}
	.featured-video embed, 
	.featured-video object, 
	.featured-video iframe {
		width: 620px;
		height: 358px;
	}
	.layout-1c.single .col-left, 
	.layout-1c.single .col-right {
		width: 459px;
	}
	.layout-1c.single .entry-footer .newsletter-form input {
		width: 370px;
	}
	.layout-narrow-2 .sidebar2 {
		margin-left: -960px;
	}
	.sidebar1 {
		display: none;
	}
	.layout-css-2 .sidebar2 {
		float: right;
		margin-left: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.sidr-class-column-heading:before {
		content: '» ';
	}
  
body {
    background:#ffffff;
  }  
  
	.sidr-class-column-heading {
		font-weight:bold;
	}
	/*.sidr-class-column-heading:after {
		content: ' --';
	}*/
	.sidr-class-cat-posts {
		display: none;
	}	
	#primary-nav,
	#secondary-nav {
		display: none;
	}
	body {
		background-color: #ffffff;
	}
	
	#primary-mobile-menu {
    color: #333333;
    display: inline-block;
    float: right;
    height: 40px;
    margin-left: 20px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
	}
  
  #primary-bar {
      display: none;
  }  
  
	#primary-mobile-menu .fa-bars {
		margin-right: 5px;
	}
	#secondary-bar {
		height: 40px;
		line-height: 40px;
	}
	#secondary-mobile-menu {
		color: #333333;		
		display: inline-block;
		float: left;		
		text-transform: uppercase;
	}
	#secondary-mobile-menu .fa-bars {
		margin-right: 5px;
	}
	.header-search {
		margin-top: 0;
	}
	.header-search .search-form {
		line-height: 1;
	}
	#logo {
		margin-right: 0;
	}
	#featured-content .entry-thumbnail {
		width: 100%;
		height: auto;
	}	
	.content-area {
		margin-left: 0 !important;
	}
	#respond input {
		display: block;
		clear: both;
	}
	.sidebar1,
	.sidebar2 {
		display: none;
	}
  select {width:100%;}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#page {
		width: 768px !important;
	}
	.container {
		width: 728px !important;
	}
	#logo {
		width: 200px;
		height: auto;
		margin-top: 17px;
	}
	.header-ad {
		width: 500px;
		height: auto;
    display:block;
	}
	.header-ad img {
		width: 100%;
		height: auto;
	}
	
	.yandex-adaptive {
		width: 728px;
		height: 90px;	
	}		
	
	.carousel-loop li {
		width: 216px !important;
	}
	.footer-column {
		width: 47%;
	}
	.footer-column:nth-of-type(2n):after {
		clear: both;
	}
	.layout-1c .is-sticky #breadcrumbs {
		width: 728px;
	}
	.layout-1c.single .col-left, 
	.layout-1c.single .col-right {
		width: 343px;
	}
	.layout-1c.single .entry-footer .newsletter-form input {
		width: 200px;
	}

}

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

	.yandex-adaptive {
		width: 420px;
		height: 200px;	
	}	
	
	.page-text table {
		width: auto !important;
	}	
	
	.page-text table img, .page-text img {
		height: auto !important;
		margin: 5px 0px !important;
	}		
	
  #main input[type="text"],
  #main input.input-text,
  #main textarea,
  #main input.txt,
  #main input[type="tel"],
  #main input[type="password"],
  #main input[type="email"] {
    width:100%
  }
  
	#news-ticker .news-list {
		padding-left: 0;
	}	
	.content-block-1 li {
		border: none !important;
		float: none;
		width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0 !important;
	}
	.content-block-2 li.article-first {
		border-right: 0;
		border-bottom: 1px solid #e9e9e9;
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 0 15px 0;
	}
	.content-block-2 li.article-list {
		width: 100%;
	}
	.content-block-3 .block-left {
		margin-bottom: 30px;
	}
	.content-block-3 .block-right {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
	.content-block-4 .block-left,
	.content-block-4 .block-center {
		margin-bottom: 30px;
	}
	.content-block-4 .block-center,
	.content-block-4 .block-right {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
	#footer-nav {
		float: none;
		margin-bottom: 10px;
	}
	.copyright {
		float: none;
	}
	#featured-content-2 .featured-big {
		border-right: none;
		float: none;
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
		padding-right: 0;
	}
	.list .entry-thumbnail {
		width: 90px;
		height: auto;
		margin-bottom: 15px;		
	}
	.list .entry-title,
	.grid2 .entry-title {
		font-size: 20px;
	}
  
  #featured-content .entry-title {
  	font-size: 20px;
  }
  
  .hentry h1.entry-title {
      font-size: 20px;
  }  
  
  #featured-content-2 .featured-big .entry-title {
      font-size: 22px;
  }  


	.list .entry-summary {
		clear: both;
	}
	.grid .hentry {
		width: 100%;
		padding-right: 0;
	}
	.grid .hentry:nth-of-type(2) {
		margin-top: 0;
	}
	.grid .hentry:nth-of-type(2n) {
		padding-left: 0;
		border-left: none;
	}
	.blog-list .entry-meta span,
	.single .entry-meta span {
		display: block;
		margin: 0 0 10px 0;
	}	
	.entry-footer .col-left,
	.entry-footer .col-right {
		border: none;
		width: 100% !important;
		padding: 0;
	}
	.entry-footer .author-bio {
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.related-posts {
		margin-bottom: 0;
	}
	#respond #commentform .comment-form-author, 
	#respond #commentform .comment-form-email, 
	#respond #commentform .comment-form-url {
		width: 100%;
	}	
	.members .member {
		width: 100%;
		padding: 10px 0;
	}
	.single-gallery .images,
	.single-gallery .summary {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	ul.gallerys li.gallery {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	table.cart td.actions .update-cart-button,
	table.cart td.actions .checkout-button {
		float: none;
		width: 100% !important;
		margin: 0 0 10px 0 !important;
	}
	table.cart td.actions .coupon {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.content-block-3 .block,
	.content-block-4 .block,
	.footer-column {
		float: none;
		width: 100%;
	}
	#news-ticker span.text,
	#breadcrumbs strong {
		display: none;
	}		

}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	#page {
		width: 460px !important;
	}
	.container,
	.content-area,
	.is-sticky #breadcrumbs {
		width: 420px !important;
	}
	#logo {
		margin: 15px 0 10px;
	}
	.header-ad {
		margin: 0 0 10px 0;
    display:block;
	}
	.header-ad,
	.content-ad {
		width: 420px;
		height: auto;
	}
	
	.yandex-adaptive {
		width: 420px;
		height: 200px;	
	}		
	
	#featured-content #carousel-0 ul li {
		width: 420px;
	}
	#featured-content .jcarousel-control-prev, 
	#featured-content .jcarousel-control-next {
		top: 90px;
	}
	#featured-content .jcarousel-pagination-0 {
		top: 210px;
	}
	#featured-content-2 .featured-small {
		border-bottom: none;
		width: 47%;
		margin-bottom: 0;
		padding-right: 6%;
		padding-bottom: 0;
	}
	#featured-content-2 .featured-small.last {
		padding-right: 0;
	}	
	.carousel-loop li {
		width: 190px !important;
	}

	#footer .widget_newsletter input {
		width: 330px !important;
	}
	.featured-video embed, 
	.featured-video object, 
	.featured-video iframe {
		width: 420px;
		height: 240px;
	}
	.entry-footer .newsletter-form input {
		width: 330px !important;
	}
	.related-posts ul li {
		width: 48%;
		padding-right: 4%;
		margin-bottom: 20px;
	}
	.related-posts ul li:nth-of-type(2n) {
		padding-right: 0;
	}
	#comments .commentlist li.comment .depth-4 .comment-head, 
	#comments .commentlist li.comment .depth-4 .comment-text,
	#comments .commentlist li.comment .depth-4 .comment-entry {
		margin-left: 0;
	}
	table.cart td.actions .coupon .input-text {
		width: 290px !important;
	}

}


/**/

@media only screen and (min-width: 360px) and (max-width: 479px) {
	#page {
		width: 340px !important;
	}
  
  .header-container {
    width: 340px !important;
  }   
  
	.container,
	.content-area,
	.is-sticky #breadcrumbs {
		width: 320px !important;
	}
	#logo {
		margin: 10px 0 10px 0;
	}
  
  #logo img {
    max-width:340px;
    width:100%;
  }
  
	.header-ad {
		width: 340px;
		margin: 0 0 10px 0;
		height: auto;
    display:block;
	}
	
	.yandex-adaptive {
		width: 340px;
		height: 340px;	
	}		
	
	#news-ticker .news-item {
		color: transparent;
	}
	#featured-content #carousel-0 ul li {
		width: 340px;
	}
	#featured-content .entry-thumbnail {
		width: 100%;
		height: auto;
	}
	#featured-content .jcarousel-control-prev, 
	#featured-content .jcarousel-control-next {
		top: 50px;
	}
	#featured-content .jcarousel-pagination-0 {
		top: 130px;
	}
	#featured-content-2 .featured-small {
		width: 100%;
	}
	.content-block-2 li.article-list .entry-stars {
		display: none;
	}
	.carousel-loop li {
		width: 340px !important;
		border-right: none;
		margin-right: none;
		padding-right: none;
	}
	#footer-nav ul li {
		padding: 0 4px;
	}
	.list .entry-title,
	.grid2 .entry-title {
		font-size: 20px;
	}
	.list .entry-meta,
	.grid2 .entry-meta {
		display: block;
		clear: both;
	}	
	.entry-share ul li {
		margin-right: 8px;
	}
	.featured-video embed, 
	.featured-video object, 
	.featured-video iframe {
		width: 340px;
		height: 170px;
	}
	.entry-footer .newsletter-form input {
		width: 160px !important;
	}
	.related-posts ul li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	#comments header h2,
	#respond #reply-title {
		font-size: 14px;
	}
	#comments .commentlist li.comment {
		background-color: #ffffff !important;
		padding: 0;
	}
	#comments .commentlist li.comment .reply {
		top: 5px;
		right: 0;
	}
	#comments .commentlist li.comment img.avatar {
		display: block;
		float: none;
	}
	#comments .commentlist li.comment .comment-head, 
	#comments .commentlist li.comment .comment-text,
	#comments .commentlist li.comment .comment-entry {
		margin-left: 0 !important;
	}
	.woocommerce_ordering, 
	.woocommerce-ordering {
		float: left;
		text-align: left;
	}
	table.cart td.actions .coupon .input-text {
		width: 160px !important;
	}
	p.stars a {
		text-align: center;

	}
	.author-bio .avatar {
		margin-bottom: 5px;
	}
	#news-ticker .news-item .entry-date,
	#breadcrumbs .home-link,
	#breadcrumbs .category-link,
	#breadcrumbs .sep,
	.author-bio .social-profiles,
	.woocommerce-result-count,
	p.stars a.star-1:after, 
	p.stars a.star-2:after, 
	p.stars a.star-3:after, 
	p.stars a.star-4:after, 
	p.stars a.star-5:after {
		display: none;
	}


} 

/**/




@media only screen and (max-width: 359px) {	
	#page {
		width: 320px !important;
	}
	.container,
	.content-area,
	.is-sticky #breadcrumbs {
		width: 280px !important;
	}
	#logo {
		margin: 5px 0 0 0;
	}
	.header-ad {
		width: 280px;
		margin: 0 0 10px 0;
		height: auto;
	}
	
	.yandex-adaptive {
		width: 280px;
		height: 280px;	
	}		
	
	#news-ticker .news-item {
		color: transparent;
	}
	#featured-content #carousel-0 ul li {
		width: 280px;
	}
	#featured-content .entry-thumbnail {
		width: 100%;
		height: auto;
	}
	#featured-content .jcarousel-control-prev, 
	#featured-content .jcarousel-control-next {
		top: 50px;
	}
	#featured-content .jcarousel-pagination-0 {
		top: 130px;
	}
	#featured-content-2 .featured-small {
		width: 100%;
	}
	.content-block-2 li.article-list .entry-stars {
		display: none;
	}
	.carousel-loop li {
		width: 280px !important;
		border-right: none;
		margin-right: none;
		padding-right: none;
	}
	#footer-nav ul li {
		padding: 0 4px;
	}
	.list .entry-title,
	.grid2 .entry-title {
		font-size: 20px;
	}
	.list .entry-meta,
	.grid2 .entry-meta {
		display: block;
		clear: both;
	}	
	.entry-share ul li {
		margin-right: 8px;
	}
	.featured-video embed, 
	.featured-video object, 
	.featured-video iframe {
		width: 280px;
		height: 170px;
	}
	.entry-footer .newsletter-form input {
		width: 160px !important;
	}
	.related-posts ul li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	#comments header h2,
	#respond #reply-title {
		font-size: 14px;
	}
	#comments .commentlist li.comment {
		background-color: #ffffff !important;
		padding: 0;
	}
	#comments .commentlist li.comment .reply {
		top: 5px;
		right: 0;
	}
	#comments .commentlist li.comment img.avatar {
		display: block;
		float: none;
	}
	#comments .commentlist li.comment .comment-head, 
	#comments .commentlist li.comment .comment-text,
	#comments .commentlist li.comment .comment-entry {
		margin-left: 0 !important;
	}
	.woocommerce_ordering, 
	.woocommerce-ordering {
		float: left;
		text-align: left;
	}
	table.cart td.actions .coupon .input-text {
		width: 160px !important;
	}
	p.stars a {
		text-align: center;

	}
	.author-bio .avatar {
		margin-bottom: 5px;
	}
	#news-ticker .news-item .entry-date,
	#breadcrumbs .home-link,
	#breadcrumbs .category-link,
	#breadcrumbs .sep,
	.author-bio .social-profiles,
	.woocommerce-result-count,
	p.stars a.star-1:after, 
	p.stars a.star-2:after, 
	p.stars a.star-3:after, 
	p.stars a.star-4:after, 
	p.stars a.star-5:after {
		display: none;
	}

}

/* sidr style */
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	margin-right: 5px;
	overflow-x: none;
	overflow-y: auto;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 15px;
	background: #333;
	color: #fff;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-box-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222
}
.sidr .sidr-inner {
	padding: 0 0 15px
}
.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d,#1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d,#1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d,#1a1a1a);
	background-image: linear-gradient(#4d4d4d,#1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2)
}
.sidr p {
	font-size: 13px;
	margin: 0 0 12px
}
.sidr p a {
	color: rgba(255,255,255,0.9)
}
.sidr>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr ul,
.sidr ol {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d
}

.sidr ol li ol {
	padding-left:25px;
}

.sidr ol li ol li {
	border-left: 1px solid #BCBCBC;
}

.sidr li,
.sidr ol li {
	display: block;
	margin: 0;
	line-height: 35px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #1a1a1a
}
.sidr li:hover,
.sidr li.active,
.sidr li.sidr-class-active {
/*	line-height: 35px */
}
.sidr li:hover>a,
.sidr li:hover>span,
.sidr li.active>a,
.sidr li.active>span,
.sidr li.sidr-class-active>a,
.sidr li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222
}
.sidr li a,
.sidr li span {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	color: #fff
}
.sidr li ul,
.sidr li ol {
	border-bottom: none;
	margin: 0
}
.sidr li li,
.sidr li li {
	line-height: 16px;
	font-size: 13px
}
.sidr li li:last-child {
	border-bottom: none
}
.sidr li li:hover,
.sidr li li.active,
.sidr li li.sidr-class-active {
	/*border-top: none;*/
	line-height: 16px
}
.sidr li li:hover>a,
.sidr li li:hover>span,
.sidr li li.active>a,
.sidr li li.active>span,
.sidr li li.sidr-class-active>a,
.sidr li li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222
}
.sidr li li a,
.sidr li li span {
	color: rgba(255,255,255,0.8);
	padding-left: 30px
}
.sidr form {
	margin: 0 15px
}
.sidr label {
	font-size: 13px
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.6);
	display: block;
	clear: both
}
.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none
}
.sidr input[type=button],.sidr input[type=submit] {
	color: #333;
	background: #fff
}
.sidr input[type=button]:hover,.sidr input[type=submit]:hover {
	background: rgba(255,255,255,0.9)
}

#mobi {
    position: fixed!important;
    bottom: 0!important;
    left: 0!important;
    width: 100% !important;
    height: auto!important;
    z-index: 999999!important;
    background: #fff;
/*    padding-top: 20px; */
    -webkit-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.4);    
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.mobi_close {
position: absolute;
    z-index: 9999999;
    top: 12px;
    left: 10px;
    font-weight: bold;
    line-height: 15px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.mobi_close:hover {
  background-color:#fff;
  color:#000;
}

.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 
     animation-duration: 0.4s; 
    -webkit-animation-duration: 0.4s;
     animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
     visibility: visible !important; 
}
 
@keyframes fadeIn {
    0% {transform: scale(0.7);opacity: 0.5;}
    80% {transform: scale(1.1);}       
    100% {transform: scale(1);opacity: 1;}       
}
 
@-webkit-keyframes fadeIn {
    0% {-webkit-transform: scale(0.7);opacity: 0.5;}
    80% {-webkit-transform: scale(1.1);}       
    100% {-webkit-transform: scale(1);opacity: 1;}       
}

ul.c3fcb8 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 13px !important;
  /*background-color: #F7F7F7 !important;*/
  border: 1px dotted #f1f1f1 !important;
}
.c3fcb8 li {
  list-style: none !important;
  padding: 2px !important;
  text-align: left !important;
  margin:10px;
}
.c3fcb8 a {
  color: #333333 !important;
  font-weight: normal;
  font-size: 13px !important;
}
.c3fcb8 .text {
  color: #666666 !important;
  font-size: 12px !important;
  padding: 3px 0 !important;
  line-height: normal !important;
}
.c3fcb8 .host {
  color: #006600;
  font-weight: normal;
  font-size: 12px !important;
  padding: 3px 0 !important;
  line-height: normal !important;
}
.c3fcb8 p {
  margin: 0 !important;
}



