/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* ----------- Accordion ------------ */
.sc_accordion .sc_accordion_item {
	margin-bottom: 10px;
}
.sc_accordion .sc_accordion_item .sc_accordion_title {
	margin: 0 0 4px 0;
}
.sc_accordion .sc_accordion_item .sc_accordion_title a {
	display: block;
	padding: 6px 6px 6px 45px;
	position: relative;
	text-decoration: none;
	color:inherit;
}
.sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	width: 30px;
	height:30px;
	line-height:26px;
	font-size:24px;
	text-align:center;
	position: absolute;
	top: 4px;
	left: 0;
}
.sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon:before,
.sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon:after {
	display: inline-block;
	line-height:inherit;
	content: "+";
}
.sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon:after {
	content: "-";
	display:none;
}
.sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon:after {
	display:inline-block;
}
.sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon:before {
	display:none;
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
	padding: 6px 18px 6px 45px;
	display:none;
}
/* -----------/Accordion ------------ */





/* ----------- Blogger ------------ */
.sc_blogger {
	overflow:hidden;
}
.sc_blogger p {
	margin:0;
}
.sc_blogger .sc_blogger_title {
	margin-top:0;
	clear:none;
}
.sc_blogger .sc_blogger_title a {
	color:inherit;
}
.sc_blogger[class*="style_image_"] .title_area {
	margin:10px 0 6px 0;
	padding-right:40px;
	position:relative;
}
.sc_blogger .sc_blogger_title .reviews_summary {
	display: block;
	padding-top:4px;
	font-size:84%;
}
.sc_blogger[class*="style_image_"] .post_info {
	margin:10px 0 0 0;
}
.sc_blogger[class*="style_image_"] .title_area .post_comments {
	position:absolute;
	display:inline-block;
	padding-left:20px;
	right:0;
	font-size:12px;
}
.sc_blogger[class*="style_image_"] .title_area .post_comments [class^="icon-"]:before,
.sc_blogger[class*="style_image_"] .title_area .post_comments [class*=" icon-"]:before {
	font-size: 15px;
	left: 0;
	top: 4px;
}

.sc_blogger .sc_blogger_item {
	overflow:hidden;
}
.sc_blogger.sc_blogger_vertical .sc_blogger_item {
	margin-top:14px;
	border-top-width:1px;
	border-top-style:dashed;
	padding-top:16px;
}
.sc_blogger.sc_blogger_vertical .sc_blogger_item:first-child,
.sc_blogger.sc_blogger_vertical .sc_blogger_item.first {
	border-top:none;
	margin-top:0;
	padding-top:0;
}

/* Date */
.sc_blogger.style_date .sc_blogger_item {
	padding-left:70px;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sc_blogger.style_date .date_area {
	position:absolute;
	left:0;
	top:20px;
	width:47px;
	height:51px;
}
.sc_blogger.style_date.sc_blogger_horizontal .date_area,
.sc_blogger.style_date .sc_blogger_item:first-child .date_area,
.sc_blogger.style_date .sc_blogger_item.first .date_area {
	top:4px;
}
.sc_blogger.style_date .date_month {
	text-align:center;
	height:17px;
	line-height:17px;
	font-weight:bold;
	text-transform:uppercase;
}
.sc_blogger.style_date .date_day {
	text-align:center;
	height:32px;
	line-height:30px;
	font-size:24px;
	font-weight:bold;
	border-width:1px;
	border-style: solid;
	border-top:none;
}

/* Image large */
.sc_blogger.style_image_large .image_wrapper {
/*
	width:279px;
	height:186px;
*/
	margin:0;
}
.sc_blogger.sc_blogger_vertical.style_image_large .image_wrapper {
	float:left;
	margin:0 20px 10px 0;
	width:466px;
	height:310px;
}
.sc_blogger.sc_blogger_vertical.style_image_large .post_info {
	margin-top:0;
}
.sc_columns .sc_blogger.sc_blogger_vertical.style_image_large .image_wrapper {
	float:none;
	margin:0 0 10px 0;
}

/* Image medium */
.sc_blogger.style_image_medium .image_wrapper {
	width:279px;
	height:186px;
	margin:0;
}
.sc_blogger.sc_blogger_vertical.style_image_medium .image_wrapper {
	float:left;
	margin:0 20px 10px 0;
}
.sc_blogger.sc_blogger_vertical.style_image_medium .post_info {
	margin-top:0;
}
.sc_columns .sc_blogger.sc_blogger_vertical.style_image_medium .image_wrapper {
	float:none;
	margin:0 0 10px 0;
}

/* Image small */
.sc_blogger.style_image_small .image_wrapper {
	float:left;
	width:120px;
	height:80px;
	margin:0 16px 6px 0;
}
.sc_blogger.style_image_small .title_area {
	margin:0 0 10px;
}
.sc_blogger.style_image_small .sc_title {
	margin:0;
}
.sc_blogger.style_image_small .post_info {
	margin-top:0;
	margin-bottom:12px;
}

/* Puzzles */
.sc_blogger_item_puzzles {
	margin:0 1px 1px 0;
	border-width:0;
	padding:0;
	overflow:hidden;
	position:relative;
	float:left;
}
.sc_blogger_item_puzzles.last { margin-right: 0;}
.sc_blogger_item_puzzles .post_thumb {
	width:310px;
	height:310px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sc_blogger_item_puzzles .post_descr,
.sc_blogger_item_puzzles .post_descr blockquote {
	color:#ffffff !important;
	background: none;
}

/* Bubble top */
.sc_blogger.style_bubble_top {
	text-align:center;
}

/* Bordered */
.sc_blogger .sc_blogger_item_bordered {
	border-width: 1px;
	border-style: solid;
	padding:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:visible;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered {
	margin-top:25px;
	padding:0 12px 12px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered .sc_title_bubble_top {
	margin-top:-25px;
}
/* ----------- /Blogger ------------ */




/* ----------- Buttons ------------ */
.sc_button {
	text-align: center;
	border:1px solid #dcdcdc;
	color:#ffffff;
	font-weight:bold;
	display:inline-block;
}
.sc_button:hover, .sc_button:visited {
	color:#ffffff;
}
.sc_button.sc_button_size_small {
	width:93px;
	height:28px;
	line-height:28px;
	font-size:12px;
	font-weight:500;
}
.sc_button.sc_button_size_medium {
	width:120px;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:500;
}
.sc_button.sc_button_size_large {
	width:125px;
	height:33px;
	line-height:33px;
	font-size:18px;
	font-weight:normal;
}
.sc_button.sc_button_style_grey {
	color:#666666 !important; 
	border-color:#e0e0e0;
	background-color:#f3f3f3;
}
.sc_button.sc_button_style_grey:hover {
	background-color:#ebebeb !;
	color:#bbbbbb !important; 
}
.sc_button.sc_button_style_red {
	border-color:#e66161;
	background: #ff7979;
	text-shadow:#cf2a2a 1px 1px;
}
.sc_button.sc_button_style_red:hover {
	background: #e52e2e;
}
.sc_button.sc_button_style_green {
	border-color:#8db939;
	background: #94c437;
	text-shadow:#709a1f 1px 1px;
}
.sc_button.sc_button_style_green:hover {
	background: #7aa822;
}
.sc_button.sc_button_style_blue {
	border-color:#52b0c4;
	background: #51bcd3;
	text-shadow:#2590a7 1px 1px;
}
.sc_button.sc_button_style_blue:hover {
	background: #2ba2bc;
}
/* ----------- /Button ------------- */



/* ----------- Columns ------------- */
.sc_columns {
	overflow:hidden;
}
.sc_columns > .sc_column_item {
	float:left;
}
.sc_columns > .first {
	margin-left:0 !important;
}
.sc_columns_count_2 > .sc_column_item {
	width: 48%;	
	margin-left:4%;
}
.sc_columns_count_3 > .sc_column_item {
	width: 31%;	
	margin-left:3.3%;
}
.sc_columns_count_3 > .sc_column_item.span_2 {
	width: 65.3%;
}
.sc_columns_count_4 > .sc_column_item {
	width: 22.8%;	
	margin-left:2.9%;
}
.sc_columns_count_4 > .sc_column_item.span_2 {
	width: 48.5%;
}
.sc_columns_count_4 > .sc_column_item.span_3 {
	width: 74.2%;
}
.sc_columns_count_5 > .sc_column_item {
	width: 18%;	
	margin-left:2.5%;
}
.sc_columns_count_5 > .sc_column_item.span_2 {
	width: 38.5%;
}
.sc_columns_count_5 > .sc_column_item.span_3 {
	width: 59%;
}
.sc_columns_count_5 > .sc_column_item.span_4 {
	width: 79.5%;
}
/* ----------- /Columns ------------- */




/* ----------- Contact form ------------ */
.sc_contact_form {
	position:relative;
}
.sc_contact_form p {
	margin-bottom:0;
}
.sc_contact_form .description {
	margin-bottom:10px;
}
.sc_contact_form .field input,
.sc_contact_form .field textarea {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:15px;
}
.sc_contact_form .sc_contact_form_button {
	text-align: right;
}
.sc_contact_form .sc_contact_form_button a {
	display:inline-block;
	padding:0 10px;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
}
.sc_contact_form .result {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	padding:40px 8px 8px;
	margin:0;
	text-align:center;
	vertical-align:middle;
	display:none;
}
/* ----------- /Contact form ------------ */




/* ----------- Dropcaps ------------- */
.sc_dropcaps {
	margin-bottom: 19px;
}
.sc_dropcaps:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
.sc_dropcaps span.sc_dropcap {
	float: left;
	font-size: 36px;
	line-height: 42px;
	display: inline-block;
	margin: 0 12px 0 0;
}
.sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	margin-top:-2px;
	margin-right:10px;
}
.sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	padding:2px 8px 4px;
	margin-top:5px;
}
.sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	padding:2px 8px 4px;
	margin-top:5px;
}
/* ----------- /Dropcaps ------------- */



/* ----------- Google map ------------ */
.sc_googlemap .map-canvas {
	min-width:100px;
	min-height:100px;
}
.sc_googlemap img {
	max-width: none;
}
/* ----------- /Google map ------------ */




/* ----------- Image ------------- */
figure.sc_image {
	margin:0;
	overflow:hidden;
	position: relative;
}
figure.sc_image img {
	vertical-align: top;
	width:100%;
	height:auto;
}
figure.sc_image figcaption {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.7;
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	padding: 5px 9px 4px;
}
figure:hover figcaption {
	margin-bottom: -40px;
}
figure.sc_image figcaption span {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	color: #fff;
}

figure.sc_image.sc_image_align_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
figure.sc_image.sc_image_align_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
/* ----------- /Image ------------- */



/* ----------- Infoboxes ------------ */
.sc_infobox {
	text-align: left;
	padding: 9px 20px;
	margin: 0 0 15px 0;
	position:relative;
	border-width: 1px;
	border-style: solid;
	overflow:hidden;
}
.sc_infobox p {
	margin-bottom: 4px;
}
.sc_infobox b,
.sc_infobox strong {
	font-weight:bold;
}
.sc_infobox_closeable {
	padding-right:30px;
	cursor:pointer;
}
.sc_infobox_closeable:before {
	content: "\e80d";
	font-family:Fontello;
	font-size:18px;
	display: block;
	position: absolute;
	top: 10px;
	right: 14px;
	width: 10px;
	height: 10px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.7;
}
/* ----------- /Infoboxes ------------ */




/* ----------- Line ------------- */
.sc_line {
	border-top: 1px solid #e0e0e0;
	padding:0;
	margin:0 auto 20px;
}
/* ----------- /Line ------------- */




/* ----------- List ------------- */
ul.sc_list {
	margin: 0 0 20px 0;
}
ul.sc_list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 26px;
	background-image:none !important;
}
ul.sc_list li:before {
	display:none;
}
ul.sc_list li span.sc_list_icon {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 0;
	background: url(../images/bullets.png) 0 0 no-repeat;
}
ul.sc_list.sc_list_style_check li span.sc_list_icon,
ul.sc_list li.sc_list_style_check span.sc_list_icon {
	background-position: right top;
}
ul.sc_list.sc_list_style_error li span.sc_list_icon,
ul.sc_list li.sc_list_style_error span.sc_list_icon {
	background-position: right bottom;
}
ul.sc_list.sc_list_style_regular li span.sc_list_icon,
ul.sc_list li.sc_list_style_regular span.sc_list_icon,
ul.sc_list.sc_list_style_mark li span.sc_list_icon,
ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	width: 15px;
	height: 15px;
	top: 3px;
	left: 0;
	border-radius:50%;
}
ul.sc_list.sc_list_style_regular li span.sc_list_icon:after,
ul.sc_list li.sc_list_style_regular span.sc_list_icon:after,
ul.sc_list.sc_list_style_mark li span.sc_list_icon:after,
ul.sc_list li.sc_list_style_mark span.sc_list_icon:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:15px;
	height:15px;
	background-image:url(../images/bullets.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
/* ----------- /List ------------- */




/* ----------- Quote ------------- */
blockquote.sc_quote {
	padding: 18px 0 18px 18px;
	margin:0 0 20px 0;
}
blockquote.sc_quote cite {
	display:block;
	margin:16px 0 0 0;
}
blockquote.sc_quote cite,
blockquote.sc_quote cite a {
	font-weight:bold;
	font-style:normal;
	font-size:14px;
}
/* ----------- /Quote ------------- */






/* ----------- Skills ------------ */
.sc_skills .sc_skills_item {
	width:100%;
	margin-top:10px;
}
.sc_skills .sc_skills_item:first-child,
.sc_skills .sc_skills_item.first {
	margin-top:0;
}
.sc_skills .sc_skills_item .sc_skills_progressbar {
	width:100%;
	height:32px;
	position:relative;
	overflow:hidden;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.sc_skills .sc_skills_item .sc_skills_progress {
	position:absolute;
	display:block;
	overflow:hidden;
	left:0;
	top:0;
	bottom:0;
	border-width:1px;
	border-style: solid;
}
.sc_skills .sc_skills_item .sc_skills_caption {
	display:block;
	font-weight:bold;
	padding:0 20px;
	line-height:30px;
}
.sc_skills .sc_skills_item .sc_skills_level {
	position:absolute;
	display:block;
	overflow:hidden;
	right:4px;
	top:4px;
	width:40px;
	height:22px;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
/* ----------- /Skills ------------ */




/* ----------- /Slider ------------ */
.sc_slider {
	clear:both;
}
.sc_slider.sc_slider_border {
	padding: 5px;
	background-color:#fafafa;
	border: 1px solid #efefef;
	border-top:none;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    0px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         0px 1px 0px rgba(0, 0, 0, 0.05);	
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	
}

/* Flex Slider */
.sc_slider_flex {
	position: relative;
	overflow: hidden;
}
.sc_slider_flex ul.slides {
	overflow: hidden;
	margin: 0;
}
.sc_slider_flex .slides li {
	min-height:250px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.sc_slider_flex ul.slides li {
	list-style: none;
	display: none;
	margin:0;
}
.sc_slider_flex ul.slides li:before {
	display:none;
}

/* Prev / Next controls */
/* Dark squares */
.sc_slider_flex .flex-direction-nav {
	margin: 0;
	position:absolute;
	right:0;
	top:-40px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.sc_slider_flex:hover .flex-direction-nav {
	top: 0;
	-webkit-transition: all ease .5s .5s;
	-moz-transition: all ease .5s .5s;
	-ms-transition: all ease .5s .5s;
	-o-transition: all ease .5s .5s;
	transition: all ease .5s .5s;
}
.sc_slider_flex .flex-direction-nav li {
	list-style: none;
	display:inline-block;
	width:40px;
	height:40px;
	margin: 0 0 0 1px;
	background-color:rgba(34,34,34,0.8); /* #222222 */
}
.sc_slider_flex .flex-direction-nav li:before {
	display:none;
}
.sc_slider_flex .flex-direction-nav a {
	font-size: 24px;
	line-height: 40px;
	display:block;
	width: 40px;
	height:40px;
	text-align:center;
	font-family:Fontello;
}
.sc_slider_flex .flex-direction-nav .flex-next:before {
	content:'\e904';
}
.sc_slider_flex .flex-direction-nav .flex-prev:before {
	content:'\e903';
}
.sc_slider_flex .flex-direction-nav li {
	list-style: none;
	display:inline-block;
	width:40px;
	height:40px;
	margin-left:1px;
}

/* Page controls */
/*
.sc_slider_flex .flex-control-nav {
	display:none;
}
*/
/* White circles with accent hover */
.sc_slider_flex .flex-control-nav {
	position: absolute;
	height:12px;
	margin: 0;
	left: 0;
	right: 0;
	bottom: -12px;
	text-align:center;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.sc_slider_flex:hover .flex-control-nav {
	bottom: 20px;
	-webkit-transition: all ease .5s .5s;
	-moz-transition: all ease .5s .5s;
	-ms-transition: all ease .5s .5s;
	-o-transition: all ease .5s .5s;
	transition: all ease .5s .5s;
}
.sc_slider_flex .flex-control-nav li {
	display:inline-block;
	vertical-align:top;
	list-style: none;
	width: 10px;
	height:10px;
	margin-right:8px;
	position:relative;
}
.sc_slider_flex .flex-control-nav a {
	display: block;
	width: 10px;
	height:10px;
	font-size: 0;
	line-height: 0;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid transparent;
	cursor:pointer;
}
.sc_slider_flex .flex-control-nav .flex-active {
	background-color:transparent;
	border-color:#ffffff;
}
.sc_slider_flex .flex-control-nav a:hover {
	background-color:#ffffff;
	border-color:transparent;
}
/*
.sc_slider_flex .flex-control-nav .flex-active:after {
	content:"";
	display:block;
	position:absolute;
	width:0;
	height:0;
	bottom:-25px;
	left:-5px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
}
*/
/* ----------- /Slider ------------ */





/* ----------- Table ------------ */
.sc_table table {
	border-collapse:collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}
.sc_table table td, 
.sc_table table th {
	border-width: 1px;
	border-style: solid;
	padding:7px 10px 7px;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
}
.sc_table table th {
	padding:9px 10px 9px;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	vertical-align:middle;
}
/* ----------- /Table ------------ */




/* ----------- Tabs ------------- */
.sc_tabs {
	overflow: hidden;
}
.sc_tabs .content {
	margin: 0;
	display:none;
	padding: 20px 16px;
	border-width: 1px;
	border-style: solid;
}
/* ----------- /Tabs ------------- */






/* ----------- Team ------------ */
.sc_team {
	overflow:hidden;
}
.sc_team .sc_team_item {
	width:224px;
	height:368px;
	margin:0 1px 1px 0;
	overflow:hidden;
	float:left;
	position:relative;
}
.sc_team.sc_team_big .sc_team_item {
	width:299px;
	height:415px;
}
.sc_team .sc_team_item_avatar {
	height:170px;
	overflow:hidden;
}
.sc_team.sc_team_big .sc_team_item_avatar {
	height:200px;
}
.sc_team .sc_team_item_avatar img {
	width:100%;
	height:auto;
	display:block;
	margin-top:-50px
}
.sc_team.sc_team_big .sc_team_item_avatar img {
	margin-top:-100px
}
.sc_team .sc_team_item_title {
	margin:0;
	padding:18px 16px 0;
	text-align:center;
}
.sc_team.sc_team_big .sc_team_item_title {
	padding:24px 16px 0;
}
.sc_team .sc_team_item_position {
	padding:4px 16px 0;
	text-align:center;
}
.sc_team .sc_team_item_description {
	padding:12px 16px 0;
	text-align:center;
	font-size:12px;
	line-height:20px;
	height:60px;
	overflow:hidden;
}
.sc_team.sc_team_big .sc_team_item_description {
	padding:16px 16px 0;
}
.sc_team .sc_team_item_social {
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:8px;
}
.sc_team .sc_team_item_social a {
	display:inline-block;
	position:relative;
	margin:0 1px 1px 0;
}

/* ----------- /Team ------------ */





/* ----------- Testimonials ------------ */
.sc_testimonials {
	overflow:hidden;
}
.sc_testimonials .sc_testimonials_content {
	font-style:italic;
}
.sc_testimonials .sc_testimonials_avatar {
	width:50px;
	height:50px;
	float:left;
	margin:6px 10px 10px 0px;
}
.sc_testimonials .sc_testimonials_title {
	margin: 0;
	padding:3px 0 3px 0;
}
.sc_testimonials .sc_testimonials_position {
	font-size:12px;
}

.sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	margin-bottom:10px;
	padding:16px;
}

.sc_testimonials.sc_testimonials_style_callout .sc_testimonials_title,
.sc_testimonials.sc_testimonials_style_callout .sc_testimonials_position {
	margin-left: 20px;
}
.sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	padding:16px;
	font-style:italic;
	overflow:hidden;
}
.sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content .icon-quote:before {
	position:static;
	display:block;
	float:left;
	margin:4px 6px 0 0;
	font-size:30px;
	width:auto;
}
.sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	width:20px;
	height:20px;
	background: #565656;
}
.sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	width:0;
	height:0;
	border:10px solid #ffffff;
	border-color:transparent transparent #ffffff #ffffff;
}
.sc_testimonials.sc_testimonials_style_callout .sc_testimonials_avatar {
	margin-left:20px;
}
/* ----------- /Testimonials ------------ */





/* ----------- Title ------------- */
h1.sc_title,
h2.sc_title,
h3.sc_title,
h4.sc_title,
h5.sc_title,
h6.sc_title {
	text-transform:uppercase;
	overflow:hidden;
	position:relative;
	clear:none;
}
.sc_title_underline {
	padding-bottom: 12px;
	text-transform:uppercase;
	overflow:hidden;
	position:relative;
	clear:none;
	margin-top: 0;
}
.sc_title_underline:after {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	height:0;
	width:60px;
	border-bottom:2px solid #ff5555;
}

h1.sc_title_bubble,
h2.sc_title_bubble,
h3.sc_title_bubble,
h4.sc_title_bubble,
h5.sc_title_bubble,
h6.sc_title_bubble {
	font-weight:medium;
	text-transform:none;
	overflow:hidden;
	margin:0 0 10px;
	background-repeat:no-repeat;
	position:relative;
	clear:none;
}
.sc_title_bubble .sc_title_bubble_icon {
	position:absolute;
}
.sc_title_bubble_left {
	padding: 8px 0 0 70px;
	min-height:55px;
}
.sc_title_bubble_left .sc_title_bubble_icon {
	width:59px;
	height:59px;
	background-image:url(../images/bubble-right.png);
	background-repeat:no-repeat;
	left:0;
	top:50%;
	margin-top:-30px;
}
[class^="sc_title_bubble_left"] .sc_title_bubble_icon:before,
[class*=" sc_title_bubble_left"] .sc_title_bubble_icon:before {
	font-size:30px;
	display:block;
	margin:0;
	padding:0;
	line-height:49px;
	width:49px;
	height:49px;
	text-align:center;
}
.sc_title_bubble_top {
	padding: 76px 0 0 0;
	text-align:center;
}
.sc_title_bubble_top .sc_title_bubble_icon {
	width:49px;
	height:59px;
	background-image:url(../images/bubble-down.png);
	background-repeat:no-repeat;
	left:50%;
	top:0;
	margin-left:-24px;
	line-height:49px;
}
[class^="sc_title_bubble_top"] .sc_title_bubble_icon:before,
[class*=" sc_title_bubble_top"] .sc_title_bubble_icon:before {
	font-size:30px;
	display:block;
	margin:0;
	padding:0;
	line-height:49px;
	width:49px;
	height:49px;
	text-align:center;
}

.sc_title_icon_left img {
	vertical-align:middle;
	display:inline-block;
	margin-right: 10px;
}
.sc_title_icon_top {
	text-align:center;
}

/* ----------- /Title ------------- */






/* ----------- Toggles ------------ */
.sc_toggles .sc_toggles_item {
	margin-bottom: 10px;
}
.sc_toggles .sc_toggles_item .sc_toggles_title {
	margin: 0 0 4px 0;
}
.sc_toggles .sc_toggles_item .sc_toggles_title a {
	display: block;
	padding: 6px 6px 6px 45px;
	position: relative;
	text-decoration: none;
	color:inherit;
}
.sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	width: 30px;
	height:30px;
	line-height:26px;
	font-size:24px;
	text-align:center;
	position: absolute;
	top: 4px;
	left: 0;
}
.sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon:before,
.sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon:after {
	display: inline-block;
	line-height:inherit;
	content: "+";
}
.sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon:after {
	content: "-";
	display:none;
}
.sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon:after {
	display:inline-block;
}
.sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon:before {
	display:none;
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	padding: 6px 18px 6px 45px;
	display:block;
}
/* ----------- /Toggles ------------ */




/* ----------- Tooltip ------------ */
.sc_tooltip_parent {
	position:relative;
	border-bottom-width:1px;
	border-bottom-style:dashed;
}
.sc_tooltip {
	position: absolute;
	top: -30px;
	display: none;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	padding: 0 5px;
	z-index: 999;
	white-space:nowrap;
	left:0;
}
.sc_tooltip:after {
	border-style: solid;
	border-width: 5px 4px 0;
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -5px;
	margin-left: -4px;
}
/* ----------- /Tooltip ------------ */


.sc_line_style_solid{ margin-top:10px;margin-bottom:10px;width:100%;border-top-width:1px;border-top-style:solid;}
.sc_line_style_dashed{ margin-top:10px;margin-bottom:10px;width:100%;border-top-width:1px;border-top-style:dashed; }
.sc_line_style_dotted{ margin-top:10px;margin-bottom:10px;width:100%;border-top-width:1px;border-top-style:dotted;}

.theme_regular .sc_line_style_solid{ border-top-color:#e0e0e0;}
.theme_regular .sc_line_style_dashed{ border-top-color:#f00;}
.theme_regular .sc_line_style_dotted{ border-top-color:#008000;}

.sc_skills_level_style1{background-color:#00bcff !important;}
.sc_skills_level_style2{background-color:#bc9800 !important;}
.sc_skills_level_style3{background-color:#ff5555 !important;}
.sc_skills_level_style4{background-color:#bc00ff !important;}

.sc_section_style1{ border:1px dashed #e0e0e0; padding: 10px; background-color:#fbf6e5}@charset 'utf-8';

/*
Theme Name: Puzzles
Theme URI: http://puzzles.themerex.net/
Author: themerex
Author URI: http://themerex.net/
Description: Description
Version: 3.4
License: GNU General Public License
License URI: license.txt
*/

/* Reset
-------------------------------------------------------------- */
body, button, input, select, textarea {
				font-family: 'Oxygen', sans-serif;
			}
		
	
		
			.logo_text .logo_title {
				font-family: 'Cabin', sans-serif;
			}
		
	
		#header_middle_inner #mainmenu li.lightblue.current-menu-item > a,
									#header_middle_inner #mainmenu li.lightblue > a:hover,
									#header_middle_inner #mainmenu li.lightblue.sfHover > a {
										background-color: #00c6ff !important;
									}
									#header_middle_inner #mainmenu li.lightblue ul {
										background-color: #00c6ff !important;
									}
								
									#header_middle_inner #mainmenu li.lightblue.blob_over:not(.current-menu-item) > a:hover,
									#header_middle_inner #mainmenu li.lightblue.blob_over.sfHover > a {
										background-color: transparent !important;
									}
									#header_middle_inner #mainmenu li.brown.current-menu-item > a,
									#header_middle_inner #mainmenu li.brown > a:hover,
									#header_middle_inner #mainmenu li.brown.sfHover > a {
										background-color: #AA8800 !important;
									}
									#header_middle_inner #mainmenu li.brown ul {
										background-color: #AA8800 !important;
									}
								
									#header_middle_inner #mainmenu li.brown.blob_over:not(.current-menu-item) > a:hover,
									#header_middle_inner #mainmenu li.brown.blob_over.sfHover > a {
										background-color: transparent !important;
									}
									
									#header_middle_inner #mainmenu li.blue > a:hover,
									#header_middle_inner #mainmenu li.blue.sfHover > a {
										background-color: #00a0db !important;
									}
									#header_middle_inner #mainmenu li.blue ul {
										background-color: #00a0db !important;
									}
								
									#header_middle_inner #mainmenu li.blue > a:hover,
									#header_middle_inner #mainmenu li.blue.sfHover > a {
										background-color: #00a0db !important;
									}
									#header_middle_inner #mainmenu li.blue ul {
										background-color: #00a0db !important;
									}
								
								
									#header_middle_inner #mainmenu li.orange > a:hover,
									#header_middle_inner #mainmenu li.orange.sfHover > a {
										background-color: #e99f00 !important;
									}
									#header_middle_inner #mainmenu li.orange ul {
										background-color: #e99f00 !important;
									}
								
								
									#header_middle_inner #mainmenu li.menu-item-61.blob_over:not(.current-menu-item) > a:hover,
									#header_middle_inner #mainmenu li.menu-item-61.blob_over.sfHover > a {
										background-color: transparent !important;
									}
									#header_middle_inner #mainmenu li.orange.current-menu-item > a,
									#header_middle_inner #mainmenu li.orange > a:hover,
									#header_middle_inner #mainmenu li.orange.sfHover > a {
										background-color: #e99f00 !important;
									}
									#header_middle_inner #mainmenu li.orange ul {
										background-color: #e99f00 !important;
									}
								
									#header_middle_inner #mainmenu li.orange.blob_over:not(.current-menu-item) > a:hover,
									#header_middle_inner #mainmenu li.orange.blob_over.sfHover > a {
										background-color: transparent !important;
									}
									#header_middle_inner #mainmenu li.red.current-menu-item > a,
									#header_middle_inner #mainmenu li.red > a:hover,
									#header_middle_inner #mainmenu li.red.sfHover > a {
										background-color: #f03232 !important;
									}
									#header_middle_inner #mainmenu li.red ul {
										background-color: #f03232 !important;
									}
								
									#header_middle_inner #mainmenu li.red.blob_over:not(.current-menu-item) > a:hover,
									#header_middle_inner #mainmenu li.red.blob_over.sfHover > a {
										background-color: transparent !important;
									}
									#header_middle_inner #mainmenu li.green.current-menu-item > a,
									#header_middle_inner #mainmenu li.green > a:hover,
									#header_middle_inner #mainmenu li.green.sfHover > a {
										background-color: #2ecc71 !important;
									}
									#header_middle_inner #mainmenu li.green ul {
										background-color: #2ecc71 !important;
									}
								
									#header_middle_inner #mainmenu li.green.blob_over:not(.current-menu-item) > a:hover,
									#header_middle_inner #mainmenu li.green.blob_over.sfHover > a {
										background-color: transparent !important;
									}
									#header_middle_inner #mainmenu li.black.current-menu-item > a,
									#header_middle_inner #mainmenu li.black > a:hover,
									#header_middle_inner #mainmenu li.black.sfHover > a {
										background-color: #222222 !important;
									}
									#header_middle_inner #mainmenu li.black ul {
										background-color: #222222 !important;
									}
								
									#header_middle_inner #mainmenu li.black.blob_over:not(.current-menu-item) > a:hover,
									#header_middle_inner #mainmenu li.black.blob_over.sfHover > a {
										background-color: transparent !important;
									}
									
	
		
			#mainmenu > li ul {
				width: 250px;
			}
			#mainmenu > li ul li ul {
				left: 251px;
			}
			#mainmenu > li:nth-child(n+6) ul li ul {
				left: -251px;
			}@charset 'utf-8';

/*
Theme Name: Puzzles HTML
Theme URI: http://puzzleshtml.themerex.net/
Author: themerex
Author URI: http://themerex.net/
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/*------------------------------------------------------------------
[Table of contents]
1. Reset
2. Basic tags settings / .screen-reader-text
3. Form fields settings
4. Screen readers
5. Links
6. Common Styles
7. Page settings
8. Content and sidebar area
9. Video iframes
10. Header / header
11. Middle section
12. Main menu
13. Search form / .search_link
14. Main slider / #main_slider_inner
15. Google map / #main_map_inner
16. Common settings
17. Post featured image / .post_thumb
18. Post content (puzzles) / .puzzles_heavy
19. Puzzles style "light" / .puzzles_light
20. Audio player / .audio_container
21. Video player / .video_frame
22. Post info section
23. Read more link / .more-link
24. Slider / .slides
25. Reviews area / .post_reviews
26. Reviews Summary / .reviews_summary
27. Tabs / .tabs
28. Page navigation / #nav_pages
29. View more button / #viewmore
30. Blog style 'Puzzles' / .blog_style_puzzles
31. Blog style 'Excerpt' / .blog_style_excerpt
32. Blog style 'Fullpost' / .blog_style_fullpost
33. 'No results' / .page_no_results
34. Single post / .post_single
35. Related posts / #related_posts
36. Comments / #comments
37. Common widgets settings / .widget
38. Widget calendar / .widget_calendar
39. Widget Search / .widget_search
40. Widget Tag cloud / .widget_tag_cloud
41. Widgets Top10, Recent, Popular & Commented
42. Main sidebar / #sidebar_main
43. Advertisement sidebar / #advert_sidebar
44. Footer sidebar / .footer_sidebar
45. Footer copyright area / #footer_copyright
46. To Top button / #toTop
47. Login and Register popups / .popup_form
48. Theme Customizer / #custom_options
49. Animations
50. Social share / .share-social

---------------------------------------------------------------*/




/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
html {
	font-size: 62.5%; 					/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; 				/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; 	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; 		/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
.clearboth:after {
	width: 100%;
	content: "";
	display: block;
	clear: both;
}
.clear {
	width: 100%;
	clear: both;
}
.visible {
	display:block;
	visibility:visible;
}

::selection {
	background: #a2a9ae; /* Safari */
	color: #fff;
	}
::-moz-selection {
	background: #a2a9ae; /* Firefox */
	color: #fff;
}


/* Basic tags settings
-------------------------------------------------------------- */
body, button, input, select, textarea {
	background: #fff;
	color: #666666;
	outline: none;
	font-family: Oxygen, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th {
	font-weight: bold;
	text-align: center;
}
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1,h2,h3,h4,h5,h6 {
	/*clear: both;*/
	color:#222222;
	font-weight:normal;
}
h1 {	font-size: 36px; line-height:42px; margin:30px 0 20px 0; }
h2 {	font-size: 24px; line-height:30px; margin:20px 0 16px 0; }
h3 {	font-size: 18px; line-height:24px; margin:16px 0 14px 0; }
h4 {	font-size: 16px; line-height:20px; margin:14px 0 12px 0; }
h5 {	font-size: 14px; line-height:18px; margin:12px 0 10px 0; font-weight:bold; }
h6 {	font-size: 12px; line-height:16px; margin:10px 0 6px 0; font-weight:bold; }

p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-size:24px;
	line-height:30px;
	margin: 0 0 20px 0;
	padding: 10px;
}
blockquote p {
	margin:2px 0;
}

address {
	margin: 0 0 1.5em;
}
pre {
	font-family: "Courier New", Courier, monospace;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font-family: "Courier New", Courier, monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background-color:transparent;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}
figure img {
	vertical-align: top;
	width:100%;
	height:auto;
}
figure figcaption {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	background:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	padding: 5px 9px 4px;
}
figure:hover figcaption {
	margin-bottom: -30px;
}

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




/* Form fields settings
-------------------------------------------------------------- */
button,
input,
select,
textarea {
	font-size: 100%;	/* Corrects font size not being inherited in all browsers */
	margin: 0;			/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-weight: bold;
	cursor: pointer;
	padding: 0 10px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 30px;
	line-height: 30px;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	outline: none;
	font-size: 12px;
	resize: none;
	-webkit-appearance: none;
	padding: 0 6px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	padding: 3px;
	height:70px;
	line-height: 18px;
}




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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}




/* Links
-------------------------------------------------------------- */
a {
	color: #00bcff;
	text-decoration:none;
}
a:hover {
	color: #00c6ff;
}
a:visited {
	color: #00bcff;
}
a,
a:hover,
a:focus,
a:active {
	outline: 0;
}
a img {
	border: 0;
}




/* Common Styles
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block !important;
	margin: 0 auto;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}




/* Page settings
-------------------------------------------------------------- */
.boxed #page {
	width: 1350px;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 1px rgba(0, 0, 0, 0.2);	
}

/* Content and sidebar area*/
#main_inner {
	margin:0 auto;
	position:relative;
}
body:not(.fullwidth) #main_inner {						width: 1243px; }
body:not(.fullwidth) .with_sidebar #content {			width: 932px; }
body:not(.fullwidth) .without_sidebar #content {		width: 1243px; }

#sidebar_main {					width:310px; position:relative; z-index:2; }
.left_sidebar #content {		float:right; }
.left_sidebar #sidebar_main {	float:left; margin-right:1px; }
.right_sidebar #content {		float:left; }
.right_sidebar #sidebar_main {	float:right; margin-left:1px; }

.fullwidth2 #content{
	width:100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fullwidth #content {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fullwidth .left_sidebar #content {			padding-left:310px; }
.fullwidth .left_sidebar #sidebar_main {	margin-right:-310px; }
.fullwidth .right_sidebar #content {		padding-right:310px; }
.fullwidth .right_sidebar #sidebar_main {	margin-left:-310px; }


/* Video iframes*/
iframe {
	max-width: 100%;
	vertical-align: top;
}
.video_frame_fullwidth{ width: 100%;}

/* Header
-------------------------------------------------------------- */
header {
	padding-bottom:28px;
}
#header_top_inner {
	margin:0 auto;
	overflow:hidden;
}
body:not(.fullwidth) #header_top_inner {
	width: 1243px;
}
#header_top .top_line {
	width: 100%;
	height:3px;
	background-color:
}
#header_top_inner {
	position:relative;
	overflow:hidden;	
}
.logo-margin{ margin-left:72px !important;}
#header_top_inner .logo {
	float:left;
	margin-top:30px;
	margin-bottom:20px;
	position:relative;
	max-width:100%;
}
#header_top_inner .logo_text {
	margin-top:16px;
	margin-bottom:37px;
}
	.logo_text .logo_title {
		font-family:Cabin;
		font-size:80px;
		line-height:80px;
		font-weight:bold;
		display:inline-block;
		position:relative;
	}
	.logo_text .logo_slogan {
		display:block;
		position:absolute;
		right:0;
		bottom:-10px;
		text-transform:uppercase;
		font-size:11px;
		line-height:11px;
	}

#header_top_inner #ads_block_top {
	clear:right;
	float:right;
	margin-top:1px;
	margin-bottom:20px;
	position:relative;
	max-height:90px;
	max-width:728px;
	overflow:hidden;
}

#breadcrumbs_area .breadcrumbs {
	float:right;
	overflow:hidden;
	margin:7px 10px 0 0;
}
	.breadcrumbs li {
		list-style:none;
		float:left;
		font-size:12px;
	}
	.breadcrumbs li+li:before {
		content: "/";
		display:block;
		margin:0 2px;
		float:left;
	}
#header_top_inner #login_area {
	position:relative;
	z-index:10000;
	float:right;
	width:30px;
	height:30px;
}
#header_top_inner #login_area a {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
}
#header_top_inner #login_area .link_register {
	display:none;
}


/* Middle section
-------------------------------------------------------------- */
#header_middle {
	width:100%;
	min-height:54px;
}
.menu_fixed:not(.menu_mobile) #header_middle_wrapper {
	position:fixed;
	top: 0;
	left: 0;
	z-index:9000;
	width:100%;
}
.menu_fixed #header_middle {
	margin:0 auto;
	-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0, .1);
	-moz-box-shadow: 0 1px 5px 1px rgba(0,0,0, .1);
	box-shadow: 0 1px 5px 1px rgba(0,0,0, .1);	
}
.boxed.menu_fixed #header_middle {
	width:1350px;
}
#header_middle_fixed {
	display:none;
	min-height:54px;
}
.menu_fixed #header_middle_fixed {
	display:block;
}
#header_middle_inner {
	margin:0 auto;
	position:relative;
}
body:not(.fullwidth) #header_middle_inner {
	width: 1243px;
}

/* Main menu */
#mainmenu_area {
	width:100%;
	position:relative;
	z-index:2000;
}
#mainmenu_area:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
	#mainmenu {
		margin:0;
		list-style:none;
	}
	
	#mainmenu > li  {
		float: left;
		text-transform:uppercase;
		margin: 0 1px 1px 0;
		position:relative;
		font-size:18px;
	}
	#mainmenu > li > a {
		display:block;
		padding: 0 20px;
		height:54px;
		line-height:54px;
		position:relative;
		z-index:2;
	}
	#mainmenu > li > a .sf-sub-indicator {
		display:none;
	}

	/* Second level*/
	#mainmenu > li ul {
		position: absolute;
		left: 0;
		top: 54px;
		margin:0;
		z-index: 1999;
		display: none;
		width: 250px;	
	}
	#mainmenu > li ul li {
		float:none;
		list-style: none;
		position: relative;
		font-size: 14px;
		line-height: 18px;
	}
	#mainmenu > li ul li a {
		display: block;
		font-weight:normal;	
		text-transform:uppercase;
		padding: 6px 10px;
		color: #ffffff;
	}
	#mainmenu > li ul li + li a {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	#mainmenu > li ul li > a .sf-sub-indicator {
		position:absolute;
		right:10px;
	}

	/* Third level and greater */
	#mainmenu > li ul li ul {
		left: 251px;
		top: 0;
	}
	#mainmenu > li:nth-child(n+6) ul li ul {
		left: -211px;
	}

	/* Main menu slider */
	#mainmenu > li#blob {
		position: absolute;
		top: 0;
		z-index : 1;
		background: #0b2b61;
	}
	
	/* Main menu substitute on resolution < 800 */
	.select-menu {
		position: absolute;
		z-index:1999;
		left:0;
		right:0;
	}
	.select-menu-button {
		display:block;
		position:absolute;
		left:0;
		top:0;
		right:35px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		text-transform:uppercase;
		padding: 0 6px;
		text-align:center;
	}
	.select-menu-button span {
		cursor:pointer;
	}
	.select-menu-button .icon {
		height: 29px;
		width: 28px;
		right: 0;
		background: url(../images/menu-select.gif) 11px 10px no-repeat;
		position: absolute;
		pointer-events:none;
	}
	.select-menu > ul {
		position:relative;
		top:30px;
	}
	.select-menu ul  {
		list-style:none;
		margin:0;
		line-height:17px;
		font-size:13px;
	}
	.select-menu ul li a {
		display:block;
		padding: 6px 8px;
		text-align:left;
		text-transform:uppercase;
		color: #ffffff;
	}
	.select-menu ul > li ul {
		margin-left: 16px;
	}
	.select-menu ul li a {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	/* Side menu */
	#sidemenu_link {
		display:block;
		width:52px;
		height:52px;
		line-height:50px;
		text-align:center;
		position:absolute;
		top:50px;
		right:-52px;
	}
	#sidemenu_link[class*="icon-"]:before {
		font-size:42px;
	}
	#sidemenu_area {
		display:block;
		height:100%;
		width:240px;
		position:fixed;
		left:0;
		top:0;
		bottom:0;
		margin-left:-240px;
		z-index:9999;
	}
	.admin-bar #sidemenu_area {
		top:28px;
	}
	#sidemenu_scroller_wrapper {
		width:100%;
		height:100%;
		overflow:hidden;
	}
	#sidemenu_scroller {
		height:100%;
		overflow:auto;
		padding-right:20px;
		margin-right:-20px;
	}
	#sidemenu_area ul {
		margin:0;
		list-style:none;
		font-size:14px;
		font-weight:normal;
		height:100%;
		width:240px;
	}
	#sidemenu_area ul+ul {
		display:block;
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		margin-left:-240px;
	}
	#sidemenu_area li  {
		text-transform:uppercase;
		position:relative;
		width:100%;
		overflow:hidden;
	}
	#sidemenu_area li + li  {
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	#sidemenu_area li > a {
		display:block;
		padding: 14px 0 6px 40px;
		min-height:50px;
		line-height:22px;
		position:relative;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sidemenu_area li.submenu_present > a {
		width:190px;
	}
	#sidemenu_area li > a.submenu_opener {
		float:right;
		width:50px;
		position:absolute;
		right:0;
		top:0;
		bottom:0;
	}
	#sidemenu_area li > a.submenu_opener:before {
		display:block;
		line-height:15px;
		height:15px;
		width:15px;
		position:absolute;
		top:50%;
		left:50%;
		margin-top:-8px;
		margin-left:-8px;
	}


/* Search form */
#header_middle_inner .search_link {
	position:absolute;
	right:0;
	top:0;
	display:block;
	height:54px;
	line-height:54px;
	z-index:2000;
}
#header_middle_inner .search_link [class*="icon-"]:before {
	font-size:20px;
}

#header_middle_inner .search_form_area {
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:54px;
	text-align:center;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index:2001;
}
#header_middle_inner .search_form_area.shown {
	animation: zoomin .3s;
	transform: scale(1);
	-webkit-transform: scale(1);	
	z-index:2001;
}
#header_middle_inner .search_form_area.hidden {
	animation: zoomout .3s;
}

#header_middle_inner .search_form_area .search_close {
	position:absolute;
	right:0;
	top:0;
	display:block;
	height:54px;
	line-height:54px;
}
#header_middle_inner .search_form_area .search_close [class*="icon-"]:before {
	font-size:20px;
}

#header_middle_inner .search_form .search_field {
	width:620px;
	height:54px;
	line-height:54px;
	display:inline-block;
	margin-right:1px;
	font-size:18px;
}




/* Main slider
-------------------------------------------------------------- */
#main_slider_inner {
	padding-bottom:1px;
}
.main_slider_fixed #main_slider_inner {
	width: 1243px;
	margin:0 auto;
}
#main_slider_inner .sc_slider_flex .slides {
	min-height:450px;
	background-image:url(../images/preloader-1.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
#main_slider_inner .sc_slider_flex .slides li {
	min-height:450px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
#main_slider_inner .sc_slider_flex .slides li a {
	display:block;
	min-height:450px;
}
.fullwidth #main_slider_inner .sc_slider_flex .slides li,
.fullwidth #main_slider_inner .sc_slider_flex .slides li a {
	min-height:600px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info {
	max-width:590px;
	min-width:280px;
	max-height:200px;
	padding:15px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.8);
	-webkit-transition: all ease .5s .5s;
	-moz-transition: all ease .5s .5s;
	-ms-transition: all ease .5s .5s;
	-o-transition: all ease .5s .5s;
	transition: all ease .5s .5s;
	margin-bottom:0;
}
#main_slider_inner .sc_slider_flex:hover .sc_slider_info.sc_slider_info_fixed,
#main_slider_inner .sc_slider_flex:hover .sc_slider_info:hover,
#main_slider_inner .sc_slider_flex .sc_slider_info:hover {
	margin-bottom:0;
}
#main_slider_inner .sc_slider_flex:hover .sc_slider_info {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom:-230px;
}
	#main_slider_inner .sc_slider_flex .slides li .sc_slider_info a {
		display:inline;
		min-height:0;
		color:#ffffff;
	}
	#main_slider_inner .sc_slider_flex .slides li .sc_slider_info a:hover {
		color:#bbbbbb;
	}
	#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_subtitle {
		margin:0 0 4px;
		text-transform:uppercase;
		font-size:30px;
	}
	#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_reviews {
		margin:0 0 4px;
	}
	#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_reviews.after_category {
		display:inline-block;
		position: relative;
		margin:0 0 0 2px;
		top: -10px;
	}
	#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_descr {
		color:#ffffff;
	}
	#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_category {
		display:inline-block;
		vertical-align:top;
		text-transform:uppercase;
		position:relative;
		left:-15px;
		top:-15px;
		max-width:50%;
		min-width:135px;
		height: 40px;
		line-height:40px;
		padding:0 10px;
		text-align:center;
	}





/* Google map
-------------------------------------------------------------- */
#main_map_inner {
	padding-bottom:1px;
}
.main_map_fixed #main_map_inner {
	width: 1243px;
	margin:0 auto;
}




/* Blog streampage
-------------------------------------------------------------- */

/* Common settings */
.image_wrapper {
	overflow:hidden;
	position:relative;
}
.image_wrapper img {
	width:100%;
	height:auto;
	vertical-align:top;
}

#content .post_format_quote blockquote {
	padding:0;
	background-color:transparent;
}

/* Post featured image */
.post_thumb {
	overflow:hidden;
	position:relative;
	z-index:1;
}
	.puzzles_animations .post_thumb img {
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-ms-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
	
	/* Post format icon */
	.post_thumb .post_format {
		position:absolute;
		left:0;
		top:-40px; 
		z-index:4;
		display:block;
		width:40px;
		height:40px;
		line-height:40px;
	}
	.post_thumb .post_format:before {
		font-size:28px;
	}
	.puzzles_heavy.puzzles_animations  .post_thumb .post_format {
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-ms-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
	.puzzles_heavy.puzzles_animations .post_thumb:hover .post_format {
		top:0;
		-webkit-transition: all ease .5s .5s;
		-moz-transition: all ease .5s .5s;
		-ms-transition: all ease .5s .5s;
		-o-transition: all ease .5s .5s;
		transition: all ease .5s .5s;
	}
	.puzzles_light .post_thumb .post_format {
		top:0;
	}

	/* Category name */
	.puzzles_heavy .post_thumb .post_category {
		position:absolute;
		z-index:2;
		display:block;
		width:50%;	/*135px;*/
		height:40px;
		line-height:40px;
		text-align:center;
		text-transform:uppercase;
		padding:0 10px;
		overflow:hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.puzzles_heavy .blog_style_fullpost article > .post_thumb .post_category {
		width:25%;
	}
	.puzzles_heavy .post_thumb.no_thumb .post_category {
		z-index:4;
	}
	.puzzles_heavy.puzzles_animations .post_thumb .post_category {
		-webkit-transition: all ease .5s .5s;
		-moz-transition: all ease .5s .5s;
		-ms-transition: all ease .5s .5s;
		-o-transition: all ease .5s .5s;
		transition: all ease .5s .5s;
	}
	.puzzles_heavy.puzzles_animations .post_thumb:hover .post_category {
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-ms-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}

	/* Video play button */
	.post_thumb .post_video_play {
		position:absolute;
		left:50%;
		top:50%; 
		z-index:2;
		display:block;
		width:80px;
		height:80px;
		margin:-40px 0 0 -40px;
		line-height:80px;
		background:rgba(0,0,0,0.5);
		border-radius:50%;
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-ms-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
	.post_thumb .post_video_play:before {
		color:#ffffff;
		font-size:44px;
	}
	.post_thumb .post_video_play:hover {
		background:rgba(255,255,255,0.5);
	}
	.post_thumb .post_video_play:hover:before {
		color:#000000;
	}

	/* Post content (puzzles) */
	.post_thumb .post_content_wrapper {
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		overflow:hidden;
		padding:12px;
		z-index:3;
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-ms-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
	.puzzles_heavy.puzzles_animations .post_thumb .post_content_wrapper:hover {
		left:0;
		right:0;
		top:0;
		bottom:0;
	}
	.post_thumb .post_content_padding {
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		height:22px;
	}

	.post_thumb .post_format_wrapper_style2 .post_content_padding
	{
		
		background: -moz-linear-gradient(top,  rgba(17,17,17,0) 0%, rgba(17,17,17,0.01) 1%, rgba(17,17,17,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,17,17,0)), color-stop(1%,rgba(17,17,17,0.01)), color-stop(50%,rgba(17,17,17,1)));
		background: -webkit-linear-gradient(top,  rgba(17,17,17,0) 0%,rgba(17,17,17,0.01) 1%,rgba(17,17,17,1) 50%);
		background: -o-linear-gradient(top,  rgba(17,17,17,0) 0%,rgba(17,17,17,0.01) 1%,rgba(17,17,17,1) 50%);
		background: -ms-linear-gradient(top,  rgba(17,17,17,0) 0%,rgba(17,17,17,0.01) 1%,rgba(17,17,17,1) 50%);
		background: linear-gradient(to bottom,  rgba(17,17,17,0) 0%,rgba(17,17,17,0.01) 1%,rgba(17,17,17,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#111111',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style3 .post_content_padding
	{
		background: -moz-linear-gradient(top,  rgba(154,0,0,0) 0%, rgba(154,0,0,0.01) 1%, rgba(154,0,0,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,0,0,0)), color-stop(1%,rgba(154,0,0,0.01)), color-stop(50%,rgba(154,0,0,1)));
		background: -webkit-linear-gradient(top,  rgba(154,0,0,0) 0%,rgba(154,0,0,0.01) 1%,rgba(154,0,0,1) 50%);
		background: -o-linear-gradient(top,  rgba(154,0,0,0) 0%,rgba(154,0,0,0.01) 1%,rgba(154,0,0,1) 50%);
		background: -ms-linear-gradient(top,  rgba(154,0,0,0) 0%,rgba(154,0,0,0.01) 1%,rgba(154,0,0,1) 50%);
		background: linear-gradient(to bottom,  rgba(154,0,0,0) 0%,rgba(154,0,0,0.01) 1%,rgba(154,0,0,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009a0000', endColorstr='#9a0000',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style4 .post_content_padding
	{
		background: -moz-linear-gradient(top,  rgba(18,105,150,0) 0%, rgba(18,105,150,0.01) 1%, rgba(18,105,150,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,105,150,0)), color-stop(1%,rgba(18,105,150,0.01)), color-stop(50%,rgba(18,105,150,1)));
		background: -webkit-linear-gradient(top,  rgba(18,105,150,0) 0%,rgba(18,105,150,0.01) 1%,rgba(18,105,150,1) 50%);
		background: -o-linear-gradient(top,  rgba(18,105,150,0) 0%,rgba(18,105,150,0.01) 1%,rgba(18,105,150,1) 50%);
		background: -ms-linear-gradient(top,  rgba(18,105,150,0) 0%,rgba(18,105,150,0.01) 1%,rgba(18,105,150,1) 50%);
		background: linear-gradient(to bottom,  rgba(18,105,150,0) 0%,rgba(18,105,150,0.01) 1%,rgba(18,105,150,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00126996', endColorstr='#126996',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style5 .post_content_padding{ 
		background: -moz-linear-gradient(top,  rgba(148,25,82,0) 0%, rgba(148,25,82,0.01) 1%, rgba(148,25,82,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,25,82,0)), color-stop(1%,rgba(148,25,82,0.01)), color-stop(50%,rgba(148,25,82,1)));
		background: -webkit-linear-gradient(top,  rgba(148,25,82,0) 0%,rgba(148,25,82,0.01) 1%,rgba(148,25,82,1) 50%);
		background: -o-linear-gradient(top,  rgba(148,25,82,0) 0%,rgba(148,25,82,0.01) 1%,rgba(148,25,82,1) 50%);
		background: -ms-linear-gradient(top,  rgba(148,25,82,0) 0%,rgba(148,25,82,0.01) 1%,rgba(148,25,82,1) 50%);
		background: linear-gradient(to bottom,  rgba(148,25,82,0) 0%,rgba(148,25,82,0.01) 1%,rgba(148,25,82,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00941952', endColorstr='#941952',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style6 .post_content_padding{
		background: -moz-linear-gradient(top,  rgba(100,117,4,0) 0%, rgba(100,117,4,0.01) 1%, rgba(100,117,4,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,117,4,0)), color-stop(1%,rgba(100,117,4,0.01)), color-stop(50%,rgba(100,117,4,1)));
		background: -webkit-linear-gradient(top,  rgba(100,117,4,0) 0%,rgba(100,117,4,0.01) 1%,rgba(100,117,4,1) 50%);
		background: -o-linear-gradient(top,  rgba(100,117,4,0) 0%,rgba(100,117,4,0.01) 1%,rgba(100,117,4,1) 50%);
		background: -ms-linear-gradient(top,  rgba(100,117,4,0) 0%,rgba(100,117,4,0.01) 1%,rgba(100,117,4,1) 50%);
		background: linear-gradient(to bottom,  rgba(100,117,4,0) 0%,rgba(100,117,4,0.01) 1%,rgba(100,117,4,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00647504', endColorstr='#647504',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style7 .post_content_padding{
		background: -moz-linear-gradient(top,  rgba(178,126,5,0) 0%, rgba(178,126,5,0.01) 1%, rgba(178,126,5,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,126,5,0)), color-stop(1%,rgba(178,126,5,0.01)), color-stop(50%,rgba(178,126,5,1)));
		background: -webkit-linear-gradient(top,  rgba(178,126,5,0) 0%,rgba(178,126,5,0.01) 1%,rgba(178,126,5,1) 50%);
		background: -o-linear-gradient(top,  rgba(178,126,5,0) 0%,rgba(178,126,5,0.01) 1%,rgba(178,126,5,1) 50%);
		background: -ms-linear-gradient(top,  rgba(178,126,5,0) 0%,rgba(178,126,5,0.01) 1%,rgba(178,126,5,1) 50%);
		background: linear-gradient(to bottom,  rgba(178,126,5,0) 0%,rgba(178,126,5,0.01) 1%,rgba(178,126,5,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b27e05', endColorstr='#b27e05',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style8 .post_content_padding{
		background: -moz-linear-gradient(top,  rgba(0,128,175,0) 0%, rgba(0,128,175,0.01) 1%, rgba(0,128,175,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,128,175,0)), color-stop(1%,rgba(0,128,175,0.01)), color-stop(50%,rgba(0,128,175,1)));
		background: -webkit-linear-gradient(top,  rgba(0,128,175,0) 0%,rgba(0,128,175,0.01) 1%,rgba(0,128,175,1) 50%);
		background: -o-linear-gradient(top,  rgba(0,128,175,0) 0%,rgba(0,128,175,0.01) 1%,rgba(0,128,175,1) 50%);
		background: -ms-linear-gradient(top,  rgba(0,128,175,0) 0%,rgba(0,128,175,0.01) 1%,rgba(0,128,175,1) 50%);
		background: linear-gradient(to bottom,  rgba(0,128,175,0) 0%,rgba(0,128,175,0.01) 1%,rgba(0,128,175,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000080af', endColorstr='#0080af',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style9 .post_content_padding{
		background: -moz-linear-gradient(top,  rgba(34,34,34,0) 0%, rgba(34,34,34,0.01) 1%, rgba(34,34,34,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0)), color-stop(1%,rgba(34,34,34,0.01)), color-stop(50%,rgba(34,34,34,1)));
		background: -webkit-linear-gradient(top,  rgba(34,34,34,0) 0%,rgba(34,34,34,0.01) 1%,rgba(34,34,34,1) 50%);
		background: -o-linear-gradient(top,  rgba(34,34,34,0) 0%,rgba(34,34,34,0.01) 1%,rgba(34,34,34,1) 50%);
		background: -ms-linear-gradient(top,  rgba(34,34,34,0) 0%,rgba(34,34,34,0.01) 1%,rgba(34,34,34,1) 50%);
		background: linear-gradient(to bottom,  rgba(34,34,34,0) 0%,rgba(34,34,34,0.01) 1%,rgba(34,34,34,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style10 .post_content_padding{
		background: -moz-linear-gradient(top,  rgba(201,90,0,0) 0%, rgba(201,90,0,0.01) 1%, rgba(201,90,0,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,90,0,0)), color-stop(1%,rgba(201,90,0,0.01)), color-stop(50%,rgba(201,90,0,1)));
		background: -webkit-linear-gradient(top,  rgba(201,90,0,0) 0%,rgba(201,90,0,0.01) 1%,rgba(201,90,0,1) 50%);
		background: -o-linear-gradient(top,  rgba(201,90,0,0) 0%,rgba(201,90,0,0.01) 1%,rgba(201,90,0,1) 50%);
		background: -ms-linear-gradient(top,  rgba(201,90,0,0) 0%,rgba(201,90,0,0.01) 1%,rgba(201,90,0,1) 50%);
		background: linear-gradient(to bottom,  rgba(201,90,0,0) 0%,rgba(201,90,0,0.01) 1%,rgba(201,90,0,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c95a00', endColorstr='#c95a00',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style11 .post_content_padding{
		background: -moz-linear-gradient(top,  rgba(119,175,0,0) 0%, rgba(119,175,0,0.01) 1%, rgba(119,175,0,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,175,0,0)), color-stop(1%,rgba(119,175,0,0.01)), color-stop(50%,rgba(119,175,0,1)));
		background: -webkit-linear-gradient(top,  rgba(119,175,0,0) 0%,rgba(119,175,0,0.01) 1%,rgba(119,175,0,1) 50%);
		background: -o-linear-gradient(top,  rgba(119,175,0,0) 0%,rgba(119,175,0,0.01) 1%,rgba(119,175,0,1) 50%);
		background: -ms-linear-gradient(top,  rgba(119,175,0,0) 0%,rgba(119,175,0,0.01) 1%,rgba(119,175,0,1) 50%);
		background: linear-gradient(to bottom,  rgba(119,175,0,0) 0%,rgba(119,175,0,0.01) 1%,rgba(119,175,0,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077af00', endColorstr='#77af00',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style12 .post_content_padding{
		background: -moz-linear-gradient(top,  rgba(0,165,105,0) 0%, rgba(0,165,105,0.01) 1%, rgba(0,165,105,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,165,105,0)), color-stop(1%,rgba(0,165,105,0.01)), color-stop(50%,rgba(0,165,105,1)));
		background: -webkit-linear-gradient(top,  rgba(0,165,105,0) 0%,rgba(0,165,105,0.01) 1%,rgba(0,165,105,1) 50%);
		background: -o-linear-gradient(top,  rgba(0,165,105,0) 0%,rgba(0,165,105,0.01) 1%,rgba(0,165,105,1) 50%);
		background: -ms-linear-gradient(top,  rgba(0,165,105,0) 0%,rgba(0,165,105,0.01) 1%,rgba(0,165,105,1) 50%);
		background: linear-gradient(to bottom,  rgba(0,165,105,0) 0%,rgba(0,165,105,0.01) 1%,rgba(0,165,105,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000a569', endColorstr='#00a569',GradientType=0 );
	}
	.post_thumb .post_format_wrapper_style13 .post_content_padding{ 	
		background: -moz-linear-gradient(top,  rgba(160,28,67,0) 0%, rgba(160,28,67,0.01) 1%, rgba(160,28,67,1) 50%); 						
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,28,67,0)), color-stop(1%,rgba(160,28,67,0.01)), color-stop(50%,rgba(160,28,67,1))); 						
		background: -webkit-linear-gradient(top,  rgba(160,28,67,0) 0%,rgba(160,28,67,0.01) 1%,rgba(160,28,67,1) 50%); 						
		background: -o-linear-gradient(top,  rgba(160,28,67,0) 0%,rgba(160,28,67,0.01) 1%,rgba(160,28,67,1) 50%); 						
		background: -ms-linear-gradient(top,  rgba(160,28,67,0) 0%,rgba(160,28,67,0.01) 1%,rgba(160,28,67,1) 50%); 						
		background: linear-gradient(to bottom,  rgba(160,28,67,0) 0%,rgba(160,28,67,0.01) 1%,rgba(160,28,67,1) 50%); 						
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a01c43', endColorstr='#a01c43',GradientType=0 ); 						}

	.post_thumb .post_content_wrapper .post_subtitle {
		margin:0;
		text-transform:uppercase;
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-ms-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
	.post_thumb .post_content_wrapper .post_descr {
		margin-top:10px;
	}
	.post_format_quote .post_content_wrapper .post_descr,
	.post_thumb.no_thumb .post_content_wrapper .post_subtitle,
	.puzzles_light .post_thumb .post_content_wrapper .post_subtitle,
	.puzzles_animations .post_thumb .post_content_wrapper:hover .post_subtitle {
		margin-top:50px;
	}
	.post_thumb .post_content_wrapper a {
		color:#ffffff;
	}
	.post_thumb .post_content_wrapper .post_descr h1,
	.post_thumb .post_content_wrapper .post_descr h2,
	.post_thumb .post_content_wrapper .post_descr h3,
	.post_thumb .post_content_wrapper .post_descr h4,
	.post_thumb .post_content_wrapper .post_descr h5,
	.post_thumb .post_content_wrapper .post_descr h6 {
		font-size:14px;
		margin:0;
		padding:0;
		color:#ffffff !important;
	}
	
	.post_thumb .post_content_wrapper p,
	.post_thumb .post_content_wrapper blockquote {
		color:#ffffff !important;
	}

	.puzzles_heavy .post_thumb[class*="down"] img {								margin-top:-25%; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="down"]:hover img {	margin-top:0; }
	.puzzles_heavy .post_thumb[class*="down"] .post_video_play {				margin-top:-35%; }
	.puzzles_heavy.puzzles_animations  .post_thumb[class*="down"]:hover .post_video_play {			margin-top:-40px; }
	.puzzles_heavy .post_thumb[class*="down"] .post_content_wrapper {			top:50%; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="down"]:not(.open_content):hover .post_content_wrapper {	top:100%; padding-top:0; padding-bottom:0; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="down"]:not(.open_thumb) .post_content_wrapper:hover {	top:0; padding-top:12px; padding-bottom:12px; }
	.puzzles_light .post_thumb[class*="down"]:not(.open_content) .post_content_wrapper {	top:100%; padding-top:0; padding-bottom:0; }

	.puzzles_heavy .post_thumb.no_thumb .post_category {		left:0; top:0; }
	.puzzles_heavy.puzzles_animations  .post_thumb.no_thumb:hover .post_category { top:-40px; }

	.puzzles_heavy .post_thumb.down-1 .post_category {			left:0; top:0; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-1:hover .post_category { 	top:-40px; }

	.puzzles_heavy .post_thumb.down-2 .post_category {			right:0; top:0; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-2:hover .post_category { 	top:-40px; }

	.puzzles_heavy .post_thumb.down-3 .post_category {			left:0;	top:50%; margin-top:-40px; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-3:hover .post_category { 	margin-top:50%; }

	.puzzles_heavy .post_thumb.down-4 .post_category {			right:0; top:50%; margin-top:-40px; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-4:hover .post_category { 	margin-top:50%; }

	.puzzles_heavy .post_thumb[class*="left"] img {							margin-left:25%; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:hover img {	margin-left:0; }
	.puzzles_heavy .post_thumb[class*="left"] .post_video_play {				margin-left:12%; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:hover .post_video_play {			margin-left:-40px; }
	.puzzles_heavy .post_thumb[class*="left"] .post_content_wrapper {								right:50%; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:not(.open_content):hover .post_content_wrapper {	right:100%; padding-left:0; padding-right:0; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:not(.open_thumb) .post_content_wrapper:hover {	right:0; padding-left:12px; padding-right:12px; }
	.puzzles_light .post_thumb[class*="left"]:not(.open_content) .post_content_wrapper {	right:100%; padding-left:0; padding-right:0; }

	.puzzles_heavy .post_thumb.left-1 .post_category {			left:50%; top:0; }
	.puzzles_heavy.puzzles_animations .post_thumb.left-1:hover .post_category { 	top:-40px; }

	.puzzles_heavy .post_thumb.left-2 .post_category {			left:50%; bottom:0; }
	.puzzles_heavy.puzzles_animations .post_thumb.left-2:hover .post_category { 	bottom:-40px; }

	.puzzles_heavy .post_thumb[class*="right"] img {							margin-left:-25%; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:hover img {						margin-left:0; }
	.puzzles_heavy .post_thumb[class*="right"] .post_video_play {				margin-left:-38%; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:hover .post_video_play {		margin-left:-40px; }
	.puzzles_heavy .post_thumb[class*="right"] .post_content_wrapper {					left:50%; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:not(.open_content):hover .post_content_wrapper {			left:100%; padding-left:0; padding-right:0; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:not(.open_thumb) .post_content_wrapper:hover {			left:0; padding-left:12px; padding-right:12px; }
	.puzzles_light .post_thumb[class*="right"]:not(.open_content) .post_content_wrapper {			left:100%; padding-left:0; padding-right:0; }

	.puzzles_heavy .post_thumb.right-1 .post_category {		right:50%; top:0; }
	.puzzles_heavy.puzzles_animations .post_thumb.right-1:hover .post_category { 	top:-40px; }

	.puzzles_heavy .post_thumb.right-2 .post_category {		right:50%; bottom:0; }
	.puzzles_heavy.puzzles_animations .post_thumb.right-2:hover .post_category { 	bottom:-40px; }

	/* Puzzles style "light" */
	.puzzles_light.puzzles_animations .post_thumb:hover a img {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	.post_thumb .post_content_light {
		position:absolute;
		left:0;
		right:0;
		top:58%;
		bottom:0;
		overflow:hidden;
		padding:12px;
		z-index:3;
	}
	.post_thumb .post_content_light .post_category {
		display:inline-block;
		margin:0;
		padding:2px 10px;
		font-size:12px;
		text-transform:uppercase;
	}
	.post_thumb .post_content_light .post_subtitle {
		margin:10px 0 0;
		padding:4px 12px;
		text-transform:none;
		display:inline-block;
	}
	.post_thumb .post_content_light .reviews_summary.blog_reviews {
		margin:0;
		padding:4px 12px;
		text-transform:none;
		display:inline-block;
	}
	.post_thumb .post_content_light .post_descr {
		margin-top:10px;
	}
	.post_thumb .post_content_light a {
		color:#ffffff;
	}
	.post_thumb .post_content_light p,
	.post_thumb .post_content_light blockquote {
		color:#ffffff !important;
	}

	.puzzles_light .post_thumb:not(.post_format_quote):not(.post_format_image):not(.post_format_link) .post_format {
		cursor:pointer;
	}
	.puzzles_light .icon-help-circled:before {
		content: '\e812' !important;
	}
	.puzzles_light .icon-cancel-circled:before {
		content: '\e80d' !important;
	}

	/* Audio player */
	.post_thumb .audio_container {
		position:absolute;
		left:0;
		right:0;
		bottom:-30px;
		height:30px;
		width: 100%;
		z-index:5;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}
	.post_thumb:hover .audio_container {
		bottom:0;
	}
	.post_thumb .audio_container .mejs-controls .mejs-button button:focus {
		outline: none;
	}
	.post_thumb .audio_container .mejs-container {
		background:none;
	}
	
	/* Video player */
	.post_thumb .video_frame {
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
		z-index:5;
	}

/* Post info section: date, author, tags, categories */
.post_info {
	font-size:12px;
	line-height:16px;
	position:relative;
	padding-right:50px;
}
	.post_info_delimiter {
		display:inline-block;
		height:12px;
		margin-left:2px;
		padding-left:2px;
		border-left:1px solid #e2e2e2;
	}
	.post_info a {
		font-weight:normal;
	}
	.post_info .post_comments {
		display:block;
		position:absolute;
		right:0;
		top:0;
		width:65px;
		text-align:right;
	}
	.post_info .post_comments .comments_icon {
		display:inline-block;
		font-size:13px;
		width:16px;
		padding-right:4px;
	}
	.post_info .post_tags {
		display:inline-block;
	}

	
/* Read more link */
.more-link {
	padding: 7px 8px;
	font-size:12px;
	text-transform:uppercase;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}


/* Slider */
ul.slides {
	margin:0;
}
ul.slides li {
	list-style:none;
}
ul.slides li img {
	width:100%;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	display:block;
	width:100%;
	text-align:center;
	margin:0;
	line-height:inherit;
}


/* Reviews area */
.post_reviews {
	width: 310px;
	float:right;
	position:relative;
	margin:24px -16px 10px 20px;
	overflow:hidden;
	font-size:14px;
	z-index:1;
}
.post_reviews .tabs {
	padding:15px 15px 0 15px;
}
.post_reviews #reviews_users {
	display:none;
}

.post_reviews .criteria_row {
	overflow: hidden;
	margin-bottom:1px;
	padding:12px 0 12px 12px;
	position:relative;
}
	.criteria_row .criteria_label {
		display:inline-block;
		width:150px;
		margin-right:10px;
		overflow:hidden;
	}
	.reviews_100 .criteria_row .criteria_label {
		width: 130px;
		margin-right:8px;
	}
	.blog_reviews .criteria_row .criteria_stars {
		display: inline-block;
		width: 120px;
		height: 28px;
		overflow: hidden;
	}
	.reviews_10 .blog_reviews .criteria_row .criteria_stars {
		width:124px;
		height:20px;
	}
	.criteria_row .criteria_stars {
		display:inline-block;
		font-size:22px;
		white-space:nowrap;
		position:relative;
		vertical-align:top;
	}
	.reviews_users .criteria_row .criteria_stars {
		cursor:pointer;
	}
	.criteria_row .criteria_stars .theme_stars:before {
		content:'\e801';
		font-family:Fontello;
		-webkit-font-smoothing: antialiased;
		display:inline-block;
		margin-right:5px;
	}
	.reviews_10 .criteria_row .criteria_stars .theme_stars:before {
		margin-right:0;
		font-size:14px;
		vertical-align:top;
	}
	.reviews_100 .criteria_row .criteria_stars {
		min-height:0;
		height:10px;
		width:86px;
		vertical-align:text-top;
		line-height:10px;
		font-size:10px;
	}
	.criteria_row .criteria_dragger {
		display:block;
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		width:10px;
		background-color:#69F;
	}
	#reviews_author .criteria_row .criteria_dragger {
		display:none;
	}
	.criteria_row .criteria_bar {
		display:inline-block;
		width:80px;
		height:4px;
		margin-left:3px;
		margin-top:-2px;
		vertical-align:middle;
		text-align: left;
	}
	.criteria_row .criteria_level {
		display:inline-block;
		height:4px;
		width:0;
		vertical-align:top;
	}
	.criteria_row .criteria_mark, 
	.reviews_summary .criteria_summary .criteria_word {
		display:block;
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		width:50px;
		text-align:center;
		font-weight:bold;
		font-size:18px;
		padding-top:12px;
		color:#ffffff;
	}
	.reviews_5 .criteria_row .criteria_mark,
	.reviews_10 .criteria_row .criteria_mark {
		display:none;
	}
	.reviews_100 .post_reviews .reviews_summary .criteria_summary > .theme_stars_on {
		display:none;
	}

/* Reviews Summary */
.reviews_summary.blog_reviews {
	overflow:hidden;
	margin:5px 0 0 0;
}
#content.post_single .reviews_summary.blog_reviews {
	margin-top:0px;
}
.reviews_10 .reviews_summary .criteria_label {
	margin-right:8px;
}

.reviews_summary .criteria_summary {
	position:relative;
	display: block;
}
.reviews_summary .criteria_summary_text.criteria_row {
	height:auto;
	font-size:12px;
	line-height:16px;
	padding-top:12px;
	padding-bottom:12px;
}
.reviews_summary .criteria_label {
	text-transform:uppercase;
	display:inline-block;
	height:28px;
	line-height:32px;
}
.reviews_summary .criteria_stars {
	top:4px;
}
.reviews_10 .reviews_summary .criteria_stars {
	top:0;
}
.reviews_summary .criteria_stars .stars_on,
.reviews_summary .criteria_stars .stars_off {
	position:absolute;
	display:block;
	left:0;
	top:0;
	min-height:20px;
	line-height:20px;
	white-space:nowrap;
	overflow:hidden;
}
.reviews_summary .criteria_stars .stars_on {
	width:0;
}
.reviews_summary .criteria_stars .stars_off .theme_stars {	/* Override color themes settings */
	color: rgba(128,128,128,0.8);
}
.reviews_summary .criteria_summary .criteria_mark,
.reviews_summary .criteria_summary .criteria_word {
	width:150px;
	font-size:32px;
	line-height:32px;
}
.reviews_5 .reviews_summary .criteria_summary .criteria_mark,
.reviews_5 .reviews_summary .criteria_summary .criteria_word,
.reviews_10 .reviews_summary .criteria_summary .criteria_mark,
.reviews_10 .reviews_summary .criteria_summary .criteria_word {
	display:block;
	left:0;
	right:auto;
}
.reviews_5 .reviews_summary .criteria_summary .criteria_word,
.reviews_10 .reviews_summary .criteria_summary .criteria_word,
.reviews_summary .criteria_summary .criteria_word {
	display:none;
}
.reviews_author .reviews_summary .criteria_bar,
.reviews_users .reviews_summary .criteria_bar {
	display:none;
}
.reviews_summary .criteria_summary.show_word .criteria_word {
	display:block;
}
.reviews_summary .reviews_users_accept {
	display:none;
	padding:8px 10px;
	text-transform:uppercase;
}
.reviews_users .criteria_summary_text.show_button {
	text-align:center;
	padding:15px 0;
}
.reviews_users .criteria_summary_text.show_button .criteria_summary_descr {
	display:none;
}
.reviews_users .criteria_summary_text.show_button .reviews_users_accept {
	display:inline-block;
}


/* Tabs */
.tabs,
.widget ul.tabs {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.tabs li,
.widget .tabs li {
	display:inline-block;
	margin:0 1px 0 0;
	padding:0;
}
.tabs li:before,
.widget .tabs li:before {
	display:none;
}
.tabs li a,
.widget .tabs li a {
	height:40px;
	line-height:40px;
	padding:0 10px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
}


/* Page navigation*/
#nav_pages,
#nav_pages_parts {
	overflow: hidden;
	clear: both;
	margin-top: 1px;
	padding:30px 20px;
}
#nav_pages ul {
	margin: 0;
	overflow: hidden;
}
#nav_pages li {
	margin-right: 5px;
	list-style: none;
	float: left;
}
#nav_pages li a,
#nav_pages li span,
.nav_pages_parts a,
.nav_pages_parts > span,
.nav_comments a,
.nav_comments > span {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;	
	text-decoration: none;
	text-align:center;
	display: inline-block;
	width:36px;
	height:36px;
	line-height:36px;
}
.nav_pages_parts {
	margin: 10px  0;
}
.nav_pages_parts > span.pages {
	text-align:left;
	width:auto;
}
#nav_pages .pager_pages span {	
	width:90px; 
	text-align:left;
}
#nav_pages .pager_first a,
#nav_pages .pager_last a {
	width:60px; 
}
.nav_pages_parts.nav_pages_attachment {
	text-align:center;
	margin:1px 0 0 0;
}
.nav_pages_parts.nav_pages_attachment > span {
	margin-right:1px;
}
.nav_pages_parts.nav_pages_attachment a,.nav_pages_parts.nav_pages_attachment > span {
	vertical-align:top;
	width:100px;
}


/* View more button */
#viewmore {
	clear:both;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	width: 310px;
	overflow:hidden;
}
#viewmore.pagination_infinite {
	visibility:hidden;
	padding:0;
	height:0;
	position:relative;
}
#viewmore_link {
	display:block;
	width:100%;
	height:54px;
	line-height:54px;
	text-align:center;
	text-transform:uppercase;
	cursor: pointer;
}
#viewmore_link span {
	display:inline-block;
}
#viewmore_link .viewmore_loading {			display:none; margin-right:10px; }
#viewmore_link .viewmore_loading:before {	font-size: 16px; }
#viewmore_link.loading .viewmore_loading {	display:inline-block; }
#viewmore_link.loading .viewmore_text_1 {	display:none; }
#viewmore_link .viewmore_text_2 {			display:none; }
#viewmore_link.loading .viewmore_text_2 {	display:inline-block; }

#content article.viewmore {
	animation: zoomin .5s;
}


/* --------------- Blog style 'Puzzles' --------------------- */
body:not(.fullwidth) .with_sidebar .blog_style_puzzles #content {		width:933px; }
body:not(.fullwidth) .without_sidebar .blog_style_puzzles #content {	width:1244px; }
body:not(.fullwidth) .left_sidebar .blog_style_puzzles #sidebar_main {    margin-right:0; }
body:not(.fullwidth) .right_sidebar .blog_style_puzzles #sidebar_main {	margin-left:0; }

.blog_style_puzzles #content {
	overflow:hidden;
}
.blog_style_puzzles #content > article {
	margin:0 1px 1px 0;
	position:relative;
	overflow:hidden;
	float:left;
}
.blog_style_puzzles .post_thumb {
	width:310px;
	height:310px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* --------------- Blog style 'Excerpt' --------------------- */
.blog_style_excerpt #content > article {
	margin-top:1px;
	position:relative;
	min-height:310px;
	overflow:hidden;
}
.blog_style_excerpt #content article.without_thumb {
	min-height:0;
}
.blog_style_excerpt #content > article:first-child {
	margin-top:0;
}
.blog_style_excerpt #content .post_thumb {
	width:466px;
	height:310px;
	float:left;
	margin-right:30px;
}
.blog_style_excerpt #content .post_content {
	padding:0 16px 30px 0;
	overflow:hidden;
}
.blog_style_excerpt #content .without_thumb .post_content {
	padding-left: 16px;
}
.blog_style_excerpt #content .post_format_quote .post_content blockquote {
	margin-top:20px;
}
.blog_style_excerpt #content .post_info_top {
	padding-top:20px;
}
.blog_style_excerpt #content .post_comments {
	padding-top:20px;
}
.blog_style_excerpt #content .post_title {
	margin:22px 0 0 0;
	text-transform:uppercase;
}
.blog_style_excerpt #content .post_text_area {
	margin-top:20px;
}
.blog_style_excerpt #content .post_info_bottom {
	padding-top:10px;
}


/* --------------- Blog style 'Fullpost' --------------------- */
.blog_style_fullpost #content > article {
	margin-top:1px;
	position:relative;
}
.blog_style_fullpost #content > article:first-child {
	margin-top:0;
}
.blog_style_fullpost #content .post_info_top {
	margin-top:20px;
}
.blog_style_fullpost #content .post_content {
	padding:0 16px 40px;
	position:relative;
	overflow:hidden;
}
.blog_style_fullpost #content .post_content.without_paddings {
	padding:0;
}
.blog_style_fullpost #content .post_title {
	margin: 24px 0 0 0;
	text-transform:uppercase;
}
.blog_style_fullpost #content .post_text_area {
	margin-top: 17px;
}
.blog_style_fullpost #content .without_paddings .post_text_area {
	margin-top: 0;
}
.blog_style_fullpost #content .post_info_bottom {
	margin-top:10px;
}
.blog_style_fullpost #content .post_format_quote .post_content blockquote {
	margin-top:20px;
}


/* --------------- 'No results' --------------------- */
#content > article.page_no_results {
	margin:1px 0 0 0 !important;
	position:relative;
	overflow:hidden;
	float:none !important;
}
#content > article.page_no_results:first-child {
	margin-top:0 !important;
}
#content > article.page_no_results .post_content {
	padding:0 16px 40px !important;
	position:relative;
	overflow:hidden;
	z-index:2;
}
#content > article.page_no_results .icon_no_results {
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	opacity: 0.2;
}
#content > article.page_no_results .icon_no_results:before {
	font-size:200px;
	line-height:200px;
	padding-top:30px;
}
#content > article.page_no_results .post_title,
#content > article.page_no_results .post_subtitle,
#content > article.page_no_results .post_text {
	text-align:center;
}
/* No search results */
#content > article.page_no_results.page_no_search .post_title {
	margin:50px 0 0 0;
	text-transform:uppercase;
}
#content > article.page_no_results.page_no_search .post_subtitle {
	margin:20px 0 0 0;
}
#content > article.page_no_results.page_no_search .post_text {
	margin:30px 0 0 0;
	padding-bottom:10px;
}
/* No articles found */
#content > article.page_no_results.page_no_articles .post_title {
	margin:120px 0 0 0;
	text-transform:uppercase;
}
#content > article.page_no_results.page_no_articles .post_subtitle {
	margin:30px 0 0 0;
}
#content > article.page_no_results.page_no_articles .post_text {
	margin:30px 0 0 0;
	padding-bottom:20px;
}
/* 404 page */
#content > article.page_no_results.page_404 .post_title {
	margin:108px 0 0 0;
	text-transform:uppercase;
}
#content > article.page_no_results.page_404 .post_subtitle {
	margin:80px 0 0 0;
}
#content > article.page_no_results.page_404 .post_text {
	margin:20px 0 0 0;
	padding-bottom:10px;
}




/* Single post
-------------------------------------------------------------- */
#content.post_single .post_content {
	padding-bottom: 20px;
	overflow:hidden;
}

/* Author details */
#content.post_single .post_author_details {
	padding: 20px 16px 25px;
	position:relative;
	margin-top:1px;
}
#content.post_single .post_author_title {
	margin:0;
	text-transform:uppercase;
}
#content.post_single .post_author_info {
	position:relative;
	margin-top:20px;
	padding-left:80px;
}
#content.post_single .post_author_avatar {
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:60px;
}
#content.post_single .post_author_socials {
	margin-top:20px;
}
#content.post_single .post_author_socials a {
	display:inline-block;
	margin-right:10px;
}


/* Related posts */
#content.post_single #related_posts {
	padding: 25px 0 0;
	position:relative;
	margin-top:1px;
	overflow:hidden;
}

#content.post_single #related_posts .related_posts_item {
	margin:0 1px 1px 0;
	position:relative;
	overflow:hidden;
	float:left;
	width:310px;
	height:310px;
}
#content.post_single #related_posts .related_post_item_3,
#content.post_single #related_posts .related_post_item_6,
#content.post_single #related_posts .related_post_item_9,
#content.post_single #related_posts .related_post_item_12 {
	margin-right:0;
}
#content.post_single #related_posts .post_related_title {
	margin:0 16px 25px;
	text-transform:uppercase;
}

/* Comments */
.content_blog.post_single #comments .post_comments_tree {
	margin-top:1px;
	padding: 25px 16px;
	overflow:hidden;
}

.content_blog.post_single #comments .post_comments_title {
	margin:0 0 25px;
	text-transform:uppercase;
}
	.content_blog.post_single #comments ol,
	.content_blog.post_single #comments ul {
		margin:0;
		list-style:none;
	}
	.content_blog.post_single #comments li {
		border-top-width: 1px;
		border-top-style: solid;
		padding-top:25px;
		margin-top:25px;
		position:relative;
		padding-left:80px;
	}
	.content_blog.post_single #comments .comment-list > li:first-child {
		border-top-width: 0;
		border-top-style: none;
		padding-top:0;
		margin-top:0;
	}
	.content_blog.post_single #comments li p {
		margin-bottom:0;
	}
	.content_blog.post_single #comments .children {
		margin-left: 60px;
	}
	.content_blog.post_single #comments li.parent{
		border:none;
		margin: 0;
		padding: 0;
	}
	.content_blog.post_single #comments .comment_title {
		margin:0;
		padding:4px 60px 4px 0;
	}
	.content_blog.post_single #comments .comment_reply a {
		position:absolute;
		display:inline-block;
		padding:6px 8px;
		right:0;
		top:25px;
		font-size:12px;
		text-transform:uppercase;
	}
	.content_blog.post_single #comments .comment_author_avatar {
		position:absolute;
		left:0;
		top:25px;
		width:60px;
		height:60px;
	}
	.content_blog.post_single #comments .comment-list > li:first-child .comment_reply a,
	.content_blog.post_single #comments .comment-list > li:first-child .comment_author_avatar {
		top:0;
	}
	.content_blog.post_single #comments .comment_date {
		font-weight:normal;
		display:inline-block;
		padding-left:10px;
	}
	.content_blog.post_single #comments .comment_content {
		font-size:12px;
		margin-top:12px;
	}
	.content_blog.post_single #comments .comment_not_approved {
		font-size:12px;
		font-style:italic;
		margin-top:16px;
	}

	/* Comment form */
	.content_blog.post_single #comments .post_comments_form {
		padding: 25px 16px;
		overflow:hidden;
		margin-top:1px;
	}
	.content_blog.post_single #comments #reply-title {
		text-transform:uppercase;
		margin:0 0 16px;
	}
	.content_blog.post_single #commentform p {
		margin-bottom:10px;
	}
	.content_blog.post_single #commentform label {
		display:block;
		margin-bottom:4px;
	}
	.content_blog.post_single #commentform label span {
		font-style:italic;
		font-size:12px;
	}
	.content_blog.post_single #commentform .comment-form-author,
	.content_blog.post_single #commentform .comment-form-email,
	.content_blog.post_single #commentform .comment-form-website {
		width:280px;
		margin-right:30px;
		float:left;
	}
	.content_blog.post_single #commentform .comment-form-website {
		margin-right:0;
	}
	.content_blog.post_single #commentform .comment-form-comment {
		clear: both;
	}
	.content_blog.post_single #commentform input[type="text"],
	.content_blog.post_single #commentform textarea {
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size:14px;
		margin-bottom:10px;
	}
	.content_blog.post_single #commentform textarea {
		height:90px;
	}




/* Sidebars
-------------------------------------------------------------- */

/* Common widgets settings */
.widget_area .widget {
	overflow:hidden;
}
.widget_area .widget_title {
	margin-top:0;
	text-transform:uppercase;
}
article ul,
.widget_area ul {
	list-style:none;
	margin-bottom:0;
	margin-left:14px;
}
article ul li,
.widget_area ul li,
article ol li,
.widget_area ol li {
	position:relative;
	margin-top:8px;
}
article ul li:first-child,
.widget_area ul li:first-child,
article ol li:first-child,
.widget_area ol li:first-child {
	margin-top:0;
}
article ul ul li:first-child,
.widget_area ul ul li:first-child {
	margin-top:8px;
}
article ul li:before,
.widget_area ul li:before {
	content:'\e904';
	display:inline-block;
	position:absolute;
	font-family:Fontello;
	-webkit-font-smoothing: antialiased;
	font-size:80%;
	left:-14px;
}
.widget_area .post_info {
	position:static;
	padding-right:0;
}
.widget_area .post_title.title_padding {
	padding-right:50px;	
}


/* Widget calendar */
.widget.widget_calendar caption {
	margin-top:0;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	padding-bottom:20px;
}
.widget.widget_calendar table {
	width:100%;
	border-spacing:1px;
	border-collapse:separate;
}
.widget.widget_calendar table td,
.widget.widget_calendar table th {
	height:31px;
	vertical-align:middle;
}
.widget.widget_calendar table tbody td {
	text-align:center;
}
.widget.widget_calendar table tbody a {
	display:block;
	height:31px;
	line-height:31px;
	font-weight:bold;
}
.widget.widget_calendar table tbody td.pad {
	border:none;
	background:none;
}
.widget.widget_calendar table tfoot td {
	border: none;
}
.widget.widget_calendar table tfoot td#next {
	text-align:right;
}

/* Widget Search */
.widget.widget_search {
	overflow:hidden;
}
.widget.widget_search #s {
	float:left;
	margin:0;
	width:190px;
}
.widget.widget_search #searchsubmit {
	float:left;
	display:block;
	margin-left:1px;
	height:30px;
}

/* Widget Tag cloud */
.widget.widget_tag_cloud {
	overflow:hidden;
}
.widget.widget_tag_cloud a {
	display:block;
	float:left;
	margin:0 1px 1px 0;
	font-size: 12px !important;
	line-height:29px;
	font-weight:normal !important;
	height:29px;
	padding: 0 10px;
}

/* Widgets Top10, Recent, Popular & Commented */
.widget .post_item {
	margin-top:18px;
	overflow:hidden;
}
.widget .reviews_summary {
	margin-top:0;
	margin-bottom:6px;
}
.widget .post_thumb {
	width: 60px;
	height:60px;
	overflow:hidden;
	margin:0 15px 0 0;
	float:left;
}
.widget .post_wrapper {
	overflow:hidden;
	position:relative;
}
.widget .post_title {
	clear:none;
	margin:0 0 2px 0;
}
.widget .ordered_list .tab_content {
	counter-reset: top10;
}
.widget .ordered_list .post_item {
	padding-left: 20px;
	position:relative;
}
.widget .ordered_list .post_item:before {
	counter-increment:top10;
	content:counter(top10);
	display:block;
	width:20px;
	position:absolute;
	left:0;
	top:0;	
}
.widget .flat_list .post_item {
	margin-top:2px;
}
.widget .flat_list .post_item:first-child {
	margin-top:14px;
}
.widget .flat_list .post_title {
	font-weight:normal;
}

/* Widget Popular & Commented */
.widget.widget_popular_posts #widget_popular_1 {
	display:none;
}

/* Widget Top10 */
.widget.widget_top10 #widget_top10_1 {
	display:none;
}

/* Widget Flickr*/
.widget.widget_flickr {
	overflow:hidden;
}
.widget .flickr_images {
	margin-right:-10px;
}
.widget .flickr_images a {
	display:block;
	float:left;
	margin:0 1px 1px 0;
	width:69px;
	height:69px;
}
.widget .flickr_images a img {
	width:100%;
	height:100%;
}

/* Widget QR Code */
.widget.widget_qrcode .personal_data p {
	margin-bottom:0;
}

/* Widget Logo and socials */
.widget.widget_socials .logo {
	text-align:left;
}
.widget.widget_socials .social_icons {
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 10px 10px 0;
}
.widget.widget_socials .logo_title {
	position:relative;
	font-size:60px;
	line-height:60px;
	top:-12px;
}
.widget.widget_socials .logo_descr {
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;
}


/* Widget Twitter */
.widget.widget_twitter ul {
	margin-left:20px;
}
.widget.widget_twitter ul li:before {
	content: '\e84d';
	font-size:14px;
	left:-20px;
}



/* Main sidebar */
#sidebar_main .widget {
	margin-top:1px;
	padding:25px 15px;
}
#sidebar_main .widget:first-child {
	margin-top:0;
}




/* Advertisement sidebar */
#advert_sidebar {
	overflow:hidden;
	margin-top:1px;
}
.custom-container{margin-bottom:-1px;margin-right:-1px;overflow:hidden;}
#advert_sidebar_inner {
	width: 1243px;
	margin:0 auto;
	overflow:hidden;
}
#advert_sidebar_inner .widget {
	width:280px;
	padding:25px 15px;
	margin: 0 0 1px 1px;
	float:left;
}
#advert_sidebar_inner .widget:first-child,
#advert_sidebar_inner .widget.widget-number-1,
#advert_sidebar_inner .widget.widget-number-5,
#advert_sidebar_inner .widget.widget-number-9,
#advert_sidebar_inner .widget.widget-number-13{
	margin-left:0;
	clear:both;
}

/* Widget Logo and socials */
#advert_sidebar_inner .widget.widget_socials .logo_title {
	top:-32px;
	margin-bottom:-30px;
}




/* Footer sidebar */
#footer_sidebar {
	overflow:hidden;
	margin-top:30px;
}
.fullwidth #footer_sidebar {
	margin-top:1px;
}
#footer_sidebar_inner {
	width: 1243px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#footer_sidebar_inner .widget {
	width:280px;
	padding:25px 15px;
	margin: 0 0 1px 1px;
	float:left;
}
#footer_sidebar_inner .widget:first-child,
#footer_sidebar_inner .widget.widget-number-1,
#footer_sidebar_inner .widget.widget-number-5,
#footer_sidebar_inner .widget.widget-number-9,
#footer_sidebar_inner .widget.widget-number-13
#footer_sidebar_inner .widget-odd {
	margin-left:0 !important;
	clear:both;
}

/* Widget Logo and socials */
#footer_sidebar_inner .widget.widget_socials {
	padding-left:0;
	padding-right:30px;
}
#footer_sidebar_inner .widget.widget_socials .logo_title {
	top:-33px;
	margin-bottom:-30px;
}



/* Footer copyright area */
#footer_copyright {
	overflow:hidden;
}
#footer_copyright_inner {
	width: 1243px;
	margin:0 auto;
	padding:25px 0;
	overflow:hidden;
	text-align:center;
	font-size:12px;
}



/* To Top button
----------------------------------------------------------------- */
#toTop {
	display: none;
	position: fixed;
	width: 33px;
	height: 33px;
	line-height:33px;
	bottom: 56px;
	right: 10px;
	border-radius: 2px;
	z-index:10000;
}









/* Login and Register popups
-------------------------------------------------------------- */
.popup_form {
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
}
.popup_form .popup_body {
	width:200px;
	padding:10px 20px;
	position:relative;
}
	.popup_form .popup_title {
		text-transform:uppercase;
		margin:3px 0 15px;
	}
	.popup_form .popup_field {
		margin-bottom:10px;
		font-size:12px;
	}
	.popup_form .popup_field p {
		margin-bottom:4px;
	}
	.popup_form .popup_field label {
		font-size:12px;
		display:inline-block;
		padding-left:4px;
		margin-right:4px;
	}
	.popup_form .popup_field input[type="text"],
	.popup_form .popup_field input[type="password"] {
		width:178px;
		height:30px;
		line-height:30px;
		padding:0 10px;
	}
	.popup_form .popup_field.registration_msg_area {
		display:none;
	}
	.popup_form .popup_field textarea {
		width:196px;
		height:80px;
		padding: 0 0 0 2px;
	}
	.popup_form .popup_field.popup_button {
		text-align:right;
		font-size:12px;
	}	
	.popup_form .popup_field.popup_button a {
		display:inline-block;
		text-align:center;
		width:66px;
		height:32px;
		line-height:32px;
		text-transform:uppercase;
	}
	#popup_login .popup_field.register,
	#popup_login .popup_field.forgot_password {
		font-size:12px;
		line-height:15px;
	}
.popup_form .popup_body .result {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:0px;
	padding:40px 8px 8px;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	display:none;
}
#popup_register .popup_body .result {
	padding-top:70px;
}





/* Theme Customizer
-------------------------------------------------------------- */
#custom_options {
	position:fixed;
	right:0;
	top:62px;
	margin-right:-237px;
	width:237px;
	height:530px;
	z-index:9999;
	background-color:#555555;
}
.fullwidth #custom_options {
	top:80px;
}
#custom_options #co_toggle {
	position:absolute;
	left:-40px;
	top:0;
	display:block;
	width:39px;
	height:41px;
	border-right:1px solid rgba(255,255,255,0.2);
	color:#ffffff;
	background-color:#666666;
}
#custom_options #co_toggle[class^="icon-"]:before,
#custom_options #co_toggle[class*=" icon-"]:before {
	font-size:24px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#ffffff;
}
#custom_options .co_header {
	background-color:#666666;
}
#custom_options .co_header .co_title {
	margin:0;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:40px;
	height:40px;
	padding-left: 20px;
}
#custom_options .co_options .co_form_row {
	padding:12px 20px;
	border-top:1px solid rgba(255,255,255,0.2);	
	position:relative;
	overflow:hidden;
}
#custom_options .co_options .co_form_row.first {
	border-top:none;	
}
#custom_options .co_options .co_form_subrow {
	padding-top:4px;
}
#custom_options .co_options .co_form_subrow:first-child {
	padding-top:10px;
}
#custom_options .co_options .co_form_row .co_label {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}
#custom_options .co_options .co_form_row .co_label.one_row {
	display:inline-block;
	margin-right:6px;
}
#custom_options .co_options .co_form_row .co_label_light {
	color:#bbbbbb;
	font-weight:normal;
	font-size:13px;
}
#custom_options .co_options .co_form_row .co_theme_selector {
	font-size:12px;
	display:inline-block;
	margin-right:10px;
	background-color:#666666;
	border:1px solid #333333;
	color:#eeeeee;
}
#custom_options .co_options .co_form_row .co_theme_apply {
	margin-top:10px;
}
#custom_options .co_options .co_form_row .co_theme_apply a {
	font-size:12px;
	display:inline-block;
	padding:4px 10px;
	background-color:#777777;
	border:1px solid #666666;
	color:#eeeeee;
}
#custom_options .co_options .co_form_row .co_theme_apply a+a {
	margin-left:6px;
}
#custom_options .co_options .co_form_row .co_theme_apply a:hover {
	background-color:#666666;
}
#custom_options .co_options .colorSelector {
	cursor:pointer;
	float: none;
	position:absolute;
}
#custom_options .co_options #co_theme_color.colorSelector {
	left: 106px;
	top:18px;
}
[id^="collorpicker"] {
	z-index:9999;
}
#custom_options .co_options .co_switch_box {
	margin-top:6px;
}
#custom_options .co_options .co_switch_box .boxed,
#custom_options .co_options .co_switch_box .stretched,
#custom_options .co_options .co_switch_box .switcher,
#custom_options .co_options .co_switch_box .switcher2 {
	display:inline-block;
	float: left;
	height:29px;
	line-height:29px;
	margin-right:10px;
	color:#bbbbbb;
	font-size:12px;
}
#custom_options .co_options .co_switch_box .boxed {
	margin-right:0;
}
#custom_options .co_options .co_switch_box .switcher,
#custom_options .co_options .co_switch_box .switcher2 {
	width: 80px;
	background:url(../images/switch_box.png) left top no-repeat;
	position:relative;
}
#custom_options .co_options .co_switch_box .switcher a,
#custom_options .co_options .co_switch_box .switcher2 a {
	display:block;
	position:absolute;
	left:0;
	top:3px;
	width:32px;
	height:30px;
	background:url(../images/switch_slider.png) 6px 0 no-repeat;
}
#custom_options .co_options #co_bg_color.colorSelector {
	left: 150px;
	top:18px;
}
#custom_options .co_options #co_bg_pattern_list,
#custom_options .co_options #co_bg_images_list {
	margin-top:6px;
}
#custom_options .co_options .co_pattern_wrapper {
	display:block;
	border:1px solid #767676;
	border-radius:1px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.5);	
	width:24px;
	height:24px;
	padding:2px;
	float:left;
	margin-right:8px;
	background-color:#666666;
}
#custom_options .co_options #co_bg_pattern_list a img {
	border:1px solid #484848;
	width:22px;
	height:22px;
}
#custom_options .co_options #co_bg_images_list a.current,
#custom_options .co_options #co_bg_pattern_list a.current {
	background-color:#ff5555;
}
#custom_options .co_options .co_image_wrapper {
	display:block;
	border:1px solid #767676;
	border-radius:1px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.5);	
	width:50px;
	height:30px;
	padding:2px;
	float:left;
	margin-right:7px;
	background-color:#666666;
}
#custom_options .co_options #co_bg_images_list a img {
	border:1px solid #484848;
	width:48px;
	height:28px;
}

.iColorPicker {
	display:inline-block;
    position: relative;
    width: 21px;
    height: 21px;
    background: url(../images/colorpicker.png);
	vertical-align:middle;
}
.iColorPicker_moreColors {
	display:inline-block;
    width: 14px;
    height: 14px;
	margin-left:2px;
    background: url(/puzzles/images/colorpicker_morecolors.png);
	vertical-align:middle;
}

.boxed.bg_pattern_1 {	background:url(../images/bg/pattern_1.png) 0 0 repeat fixed; }
.boxed.bg_pattern_2 {	background:url(../images/bg/pattern_2.png) 0 0 repeat fixed; }
.boxed.bg_pattern_3 {	background:url(../images/bg/pattern_3.png) 0 0 repeat fixed; }
.boxed.bg_pattern_4 {	background:url(../images/bg/pattern_4.png) 0 0 repeat fixed; }
.boxed.bg_pattern_5 {	background:url(../images/bg/pattern_5.png) 0 0 repeat fixed; }

.boxed.bg_image_1 {	background:url(../images/bg/image_1.jpg) 50% 0 no-repeat fixed; background-size:cover; }
.boxed.bg_image_2 {	background:url(../images/bg/image_2.jpg) 50% 0 no-repeat fixed; background-size:cover; }
.boxed.bg_image_3 {	background:url(../images/bg/image_3.jpg) 50% 0 no-repeat fixed; background-size:cover; }


/* Animations
------------------------------------------------------------------------------------ */
@keyframes zoomin {
	0% {
		transform: scale(.1);
		-webkit-transform: scale(.1);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes viewmore {
	0% {
		transform: scale(.1);
		-webkit-transform: scale(.1);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes zoomout {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(.1);
		-webkit-transform: scale(.1);
	}
}
@-webkit-keyframes viewmore {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(.1);
		-webkit-transform: scale(.1);
	}
}




/* Social share
------------------------------------------------------------------------------------ */
.share-social {
	
}
.share-social.share-dir-horizontal {
	margin-top:10px;
}
.share-social.share-dir-vertical {
	position:fixed;
	left:0px;
	top:200px;
	z-index:9998;
}
.share-social .share-item {
	height:32px;
}
.share-social.share-dir-horizontal .share-item {
	display:inline-block;
	margin:0 10px 10px 0;
}
.share-social.share-dir-vertical .share-item {
	display:block;
	margin-top:10px;
}
.share-social .share-caption {
	display:inline-block;
	margin-right:10px;
	vertical-align:top;
	line-height:32px;
}
.share-social.share-dir-vertical .share-caption {
	display:none;
}
.share-social .share-item a {
	display:inline-block;
	width:32px;
	height:32px;
	margin:0;
	padding:0;
	outline:none;
}
.share-social .share-item .share-counter{
	display:inline-block;
	vertical-align:top;
	margin-left:9px;
	position:relative;
	background:#FFF;
	color:#666;
	padding:0 8px 0 4px;
	font:14px/32px Arial,sans-serif;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAgCAYAAADkK90uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALVJREFUeNrs200KQiEUQGENnNesfbjA1hAEb1OO3rQ3FfxbgGBkXqI1aHAOXMTp/aaqnXNd0azeY44x25i7tbbrPmIv86q1qhijKqXI9QzIInnvVQjhBsgitdbUvu/hxCrWyBgjxxWQxQIEEAIEEAIEEAIEEAIEEAKEAAGEAAGEAAGEAAGEACFAACFA/jZ5KDeKgCxSSkmOjaekk5PH1jnnH8hF8x1harL7p/p+R3hYa18fAQYA49lEn38pVB4AAAAASUVORK5CYII=) 100% 0;
}
.share-social .share-item .share-counter:before{
	content:"";
	position:absolute;
	top:0;
	left:-8px;
	width:8px;
	height:100%;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAgCAYAAAAv8DnQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALRJREFUeNrck8EJAyEQRZ1gBR4ExXtSVLaAVJQC0s56TgOi4MEKlImzSWDdiEmu+2EQ/U+dcRAQkW1lrT3V4VLjzDvmEQDuxhgmhGAfAO0kU0q5TA4dYKKdb/UAwTkfAo12CNRnRq11S1CzKOZ5Ru89bjU08ZtJ+ilJqCewEEIXALqGTLqGKlBKNcDS19cinYSreVvmuqK/k9wnkHLOQ+CWUhoCV+ccizGyUsqzWYPvPz0EGADHGK9qjbXCqgAAAABJRU5ErkJggg==)
}

/*******************************/

.sc_googlemap_home{ width:100%;height:450px;}
.sc_googlemap_shortcode{ width:100%;height:300px;}

.sortcodes_puzzles{margin-bottom:-1px;margin-left:-16px;margin-right:-17px;overflow:hidden;}
.top_indent1{ margin-top:20px !important;}
.top_indent2{ margin-top:30px !important;}

.sc_highlight_style1{color:#917e3f;background-color:#fbf6e5;}
.sc_highlight_style2{color:#ffffff;background-color:#191919;}
.sc_highlight_style3{color:#ababab;border-bottom:1px dashed #ababab;}
.sc_highlight_style4{color:#6f6f6f;border-bottom:1px dashed #6f6f6f;}
.sc_highlight_style5{color:#ffffff;background-color:#00bcff;}
.sc_highlight_style6{color:#ffffff;background-color:#111111;}

.post_format_wrapper_style2{ background-color:#111111 !important;}
.post_format_wrapper_style3{ background-color:#9a0000 !important;}
.post_format_wrapper_style4{ background-color:#126996 !important;}
.post_format_wrapper_style5{ background-color:#941952 !important;}
.post_format_wrapper_style6{ background-color:#647504 !important;}
.post_format_wrapper_style7{ background-color:#b27e05 !important;}
.post_format_wrapper_style8{ background-color:#0080af !important;}
.post_format_wrapper_style9{ background-color:#222222 !important;}
.post_format_wrapper_style10{ background-color:#c95a00 !important;}
.post_format_wrapper_style11{ background-color:#77af00 !important;}
.post_format_wrapper_style12{ background-color:#00a569 !important;}
.post_format_wrapper_style13{ background-color: #a01c43 !important;}

.lt_ie9_align{ text-align: center;}
.lt_ie9_color1{ color:#191919;}
.lt_ie9_color2{ color:#222222;}



/* Color theme: 'Regular' */

/* Page Body background */
.theme_regular.theme_body, .theme_regular .theme_body {
	background:#f0f0f0;
}

/* Article background */
.theme_regular.theme_article, .theme_regular .theme_article {
	color:#666666;
	background:#ffffff;
}

/* Text color */
.theme_regular p, .theme_regular td, .theme_regular th, .theme_regular input, .theme_regular textarea, .theme_regular div,
.theme_regular .theme_text {
	color:#666666;
}

/* Headers color */
.theme_regular h1, .theme_regular h2, .theme_regular h3,
.theme_regular .theme_title, .theme_regular .theme_header {
	color:#222222;
}

/* SubHeaders color */
.theme_regular h4, .theme_regular h5, .theme_regular h6,
.theme_regular .theme_subtitle, .theme_regular .theme_subheader {
	color:#222222;
}

/* Strong text */
.theme_regular .theme_strong {
	color:#222222;
}

/* Info text - post date, author, comments etc. */
.theme_regular .theme_info {
	color:#aaaaaa;
}

/* Links (as text) */
.theme_regular a,
.theme_regular .theme_link {
	color:#00bcff;
}

/* Links (as text) hover */
.theme_regular a:hover,
.theme_regular .theme_link:hover {
	color:#bbbbbb;
}

/* Links (as button) */
.theme_regular a.more-link,
.theme_regular a.comment-reply-link,
.theme_regular .theme_button {
	background:#666666;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_regular a.more-link:hover,
.theme_regular a.comment-reply-link:hover,
.theme_regular a.theme_button:hover,
.theme_regular a.theme_accent_bg:hover,
.theme_regular .theme_hover {
	background:#bbbbbb;
	color:#ffffff;	
}

/* Border color */
.theme_regular fieldset,
.theme_regular .theme_border {
	border-color:#e0e0e0 !important;
}

/* Accent color */
.theme_regular .theme_accent_bg {
	background:#00a0db;
	color:#ffffff;
}
.theme_regular .theme_accent {
	color:#00a0db;
}
.theme_regular .theme_accent_border {
	border-color:#00a0db;
}

/* Reviews stars */
.theme_regular .theme_stars {		/* Inactive */
	color:#888888;
}
.theme_regular .theme_stars_on {	/* Active */
	color:#ffc800;
}
.theme_regular .theme_rating_bar {		/* Inactive */
	background:#888888;
}
.theme_regular .theme_rating_level {	/* Active */
	background:#ffc800;
}
.theme_regular .theme_rating_drag {	/* Slider */
	background:#00a0db;
}


/* Puzzles - description block background and color */
.theme_regular .theme_puzzles {
	background:#006776;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_regular .theme_menu {
	background:#f0f0f0;
}
	.theme_regular #mainmenu a {
		color:#222222;
	}
	#mainmenu > li.theme_regular.current-menu-item > a,
	.theme_regular #mainmenu > li.current-menu-item > a {
		background:#00a0db;
		color:#ffffff;
	}
	#mainmenu > li.theme_regular > a:hover,
	#mainmenu > li.theme_regular.sfHover > a,
	.theme_regular #mainmenu > li > a:hover,
	.theme_regular #mainmenu > li.sfHover > a {
		background:#00a0db;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_regular ul,
	.theme_regular #mainmenu > li ul {
		background:#00a0db;
		color:#ffffff;
	}
	#mainmenu > li.theme_regular ul li a,
	.theme_regular #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_regular ul li.current-menu-item > a,
	.theme_regular #mainmenu > li ul li.current-menu-item > a {
		background:#bbbbbb;
	}
	#mainmenu > li.theme_regular ul li a:hover,
	#mainmenu > li.theme_regular ul li.sfHover > a,
	.theme_regular #mainmenu > li ul li a:hover,
	.theme_regular #mainmenu > li ul li.sfHover > a {
		background:#bbbbbb;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_regular #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_regular.current-menu-item a,
	.theme_regular #sidemenu_area li.current-menu-item a {
		background:#666666;
		color:#ffffff;
	}
	#sidemenu_area li.theme_regular a:hover,
	#sidemenu_area li.theme_regular.sfHover a,
	.theme_regular #sidemenu_area li a:hover,
	.theme_regular #sidemenu_area li.sfHover a {
		background:#bbbbbb;
		color:#ffffff;
	}


/* Pages navigation
---------------------------------------------------*/
.theme_regular #nav_pages li a,
.theme_regular #nav_pages li span,
.theme_regular .nav_pages_parts a,
.theme_regular .nav_pages_parts > span,
.theme_regular .nav_comments a,
.theme_regular .nav_comments > span {
	background:#666666;
	color:#ffffff;	
}
.theme_regular #nav_pages li a:hover,
.theme_regular .nav_pages_parts a:hover,
.theme_regular .nav_comments a:hover {
	background:#bbbbbb;
	color:#ffffff;	
}
.theme_regular #nav_pages li.pager_current span,
.theme_regular #nav_pages li.pager_current a,
.theme_regular #nav_pages li a.current,
.theme_regular .nav_pages_parts > span.page_num,
.theme_regular .nav_comments span {
	background:#00a0db;
	color:#ffffff;	
}
.theme_regular .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_regular #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#666666;
}


/* Form fields
---------------------------------------------------*/
.theme_regular #buddypress .button,
.theme_regular #buddypress .generic-button a,
.theme_regular #buddypress form input[type="button"],
.theme_regular #buddypress form input[type="reset"],
.theme_regular #buddypress form input[type="submit"],
.theme_regular.bbpress #bbpress-forums form input[type="button"],
.theme_regular.bbpress #bbpress-forums form input[type="submit"],
.theme_regular.bbpress #bbpress-forums form input[type="reset"],
.theme_regular button,
.theme_regular html input[type="button"],
.theme_regular input[type="reset"],
.theme_regular input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#666666;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_regular #buddypress .button:hover,
.theme_regular #buddypress .generic-button a:hover,
.theme_regular #buddypress form input[type="button"]:hover,
.theme_regular #buddypress form input[type="reset"]:hover,
.theme_regular #buddypress form input[type="submit"]:hover,
.theme_regular.bbpress #bbpress-forums form input[type="button"]:hover,
.theme_regular.bbpress #bbpress-forums form input[type="submit"]:hover,
.theme_regular.bbpress #bbpress-forums form input[type="reset"]:hover,
.theme_regular button:hover,
.theme_regular html input[type="button"]:hover,
.theme_regular input[type="reset"]:hover,
.theme_regular input[type="submit"]:hover {
	background:#bbbbbb;
	color:#ffffff;	
}
.theme_regular #buddypress .button:focus,
.theme_regular #buddypress .generic-button a:focus,
.theme_regular #buddypress form input[type="button"]:focus,
.theme_regular #buddypress form input[type="reset"]:focus,
.theme_regular #buddypress form input[type="submit"]:focus,
.theme_regular.bbpress #bbpress-forums form input[type="button"]:focus,
.theme_regular.bbpress #bbpress-forums form input[type="submit"]:focus,
.theme_regular.bbpress #bbpress-forums form input[type="reset"]:focus,
.theme_regular button:focus,
.theme_regular html input[type="button"]:focus,
.theme_regular input[type="reset"]:focus,
.theme_regular input[type="submit"]:focus,
.theme_regular button:active,
.theme_regular html input[type="button"]:active,
.theme_regular input[type="reset"]:active,
.theme_regular input[type="submit"]:active {
	background:#bbbbbb;
	color:#ffffff;	
}
.theme_regular #buddypress form textarea,
.theme_regular #buddypress form#whats-new-form textarea,
.theme_regular #buddypress form select,
.theme_regular #buddypress form input[type="file"],
.theme_regular #buddypress form input[type="text"],
.theme_regular #buddypress form input[type="search"],
.theme_regular #buddypress form input[type="email"],
.theme_regular #buddypress form input[type="number"],
.theme_regular #buddypress form input[type="checkbox"],
.theme_regular #buddypress form input[type="radio"],
.theme_regular #buddypress form input[type="password"],
.theme_regular .theme_field,
.theme_regular blockquote,
.theme_regular input[type="text"],
.theme_regular input[type="number"],
.theme_regular input[type="email"],
.theme_regular input[type="password"],
.theme_regular input[type="search"],
.theme_regular select,
.theme_regular textarea {
	background: #dddddd;
	border-width:0;
	color: #666666;
}
.theme_regular #buddypress form textarea:focus,
.theme_regular #buddypress form#whats-new-form textarea:focus,
.theme_regular #buddypress form select:focus,
.theme_regular #buddypress form input[type="file"]:focus,
.theme_regular #buddypress form input[type="text"]:focus,
.theme_regular #buddypress form input[type="search"]:focus,
.theme_regular #buddypress form input[type="email"]:focus,
.theme_regular #buddypress form input[type="number"]:focus,
.theme_regular #buddypress form input[type="checkbox"]:focus,
.theme_regular #buddypress form input[type="radio"]:focus,
.theme_regular #buddypress form input[type="password"]:focus,
.theme_regular .theme_field:focus,
.theme_regular input[type="text"]:focus,
.theme_regular input[type="number"]:focus,
.theme_regular input[type="email"]:focus,
.theme_regular input[type="password"]:focus,
.theme_regular input[type="search"]:focus,
.theme_regular select:focus,
.theme_regular textarea:focus {
	background: #cccccc;
	color: #666666;
}




/* Sidebars
---------------------------------------------------*/
.theme_regular aside.widget {
	color:#666666;
	background:#ffffff;
}

/* All lists bullets in widgets */
.theme_regular #content ul li:before,
.theme_regular.widget_area ul li.current-menu-item > a,
.theme_regular.widget_area ul li:before {
	color:#bbbbbb;
}

/* Widget Calendar */
.theme_regular .widget.widget_calendar caption {
	color:#222222;
}
.theme_regular .widget.widget_calendar table thead th {
	background:#00bcff;
}
.theme_regular .widget.widget_calendar table tbody td {
	color:#d0d0d0;
	background:#00bcff;
}
.theme_regular .widget.widget_calendar table tbody a {
	color:#ffffff;
	background:#00bcff;
}
.theme_regular .widget.widget_calendar table tbody a:hover {
	color:#ffffff;
	background:#bbbbbb;
}
.theme_regular .widget.widget_calendar table tbody .pad {
	background:transparent;
}
.theme_regular .widget.widget_calendar table tbody #today,
.theme_regular .widget.widget_calendar table tbody #today a {
	color:#ffffff;	
	background:#e0e0e0;
}

/* Tag cloud */
.theme_regular .widget.widget_tag_cloud a {
	color:#ffffff;
	background:#666666;
}
.theme_regular .widget.widget_tag_cloud a:hover {
	color:#ffffff;
	background:#bbbbbb;
}



/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_regular .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background: #666666;
	color:#ffffff;
}
.theme_regular .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background: #00bcff;
}
.theme_regular .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#00bcff;
}
.theme_regular .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#bbbbbb;
}
.theme_regular .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background: #bbbbbb;
	color:#666666;
}

/* Blogger */
.theme_regular .sc_blogger .sc_blogger_title a:hover {
	color:#666666;
}
.theme_regular .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #aaaaaa;
}
.theme_regular .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#e0e0e0;
}
.theme_regular .sc_blogger.style_date .date_month {
	background:#00bcff;
	color:#ffffff;
}
.theme_regular .sc_blogger.style_date .date_day {
	background:#ffffff;
	color:#222222;
	border-color:#e0e0e0;
}
.theme_regular .sc_blogger .sc_blogger_item_bordered {
	border-color: #e0e0e0;
}

/* Button */
.theme_regular .sc_button {
	border-color:#e0e0e0;
	color:#ffffff;
}
.theme_regular .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
}

/* Dropcaps */
.theme_regular .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #222222;
}
.theme_regular .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background: #00bcff;
	color: #ffffff;
}
.theme_regular .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #666666;
	color: #ffffff;
}

/* Infobox */
.theme_regular.bbpress #bbpress-forums .bbp-template-notice,
.theme_regular .sc_infobox_style_regular {
	border-color: #e0e0e0;
	color:#666666;
	background: #ffffff;
}
.theme_regular.bbpress #bbpress-forums .bbp-template-notice p,
.theme_regular .sc_infobox_style_regular p {
	color:#666666;
}
.theme_regular.bbpress #bbpress-forums .bbp-template-notice.info,
.theme_regular .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}
.theme_regular.bbpress #bbpress-forums .bbp-template-notice.info p,
.theme_regular .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_regular .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_regular .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_regular .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_regular .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_regular .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_regular .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_regular .sc_line {
	border-color: #e0e0e0;
}

/* List */
.theme_regular ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_regular ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #00bcff;
}
.theme_regular ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_regular ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #ff5555;
}

/* Skills*/
.theme_regular .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#f3f3f3;
}
.theme_regular .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #e0e0e0;
	background:#f0f0f0;
}
.theme_regular .sc_skills .sc_skills_item .sc_skills_caption {
	color:#222222;
}
.theme_regular .sc_skills .sc_skills_item .sc_skills_level {
	background:#00bcff;
	color:#ffffff;

}

/* Slider Flex */
.theme_regular .sc_slider_flex .flex-control-nav a:hover {
	background:#00bcff;
}
.theme_regular .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#00bcff;
}

/* Table */
.theme_regular .sc_table table td, 
.theme_regular .sc_table table th {
	border-color: #e0e0e0;
	background: #ffffff;
}
.theme_regular .sc_table table th {
	color:#222222;
	background: #f0f0f0;
}
.theme_regular .sc_table table tr:hover td {
	background:#fcfcfc;
}

/* Tabs */
.theme_regular .ui-tabs-active .theme_button {
	background:#00bcff;
	color:#ffffff;	
}
.theme_regular .sc_tabs .content {
	background: #fff;
	border-color: #e0e0e0;
}

/* Team */
.theme_regular .sc_team .sc_team_item {
	background: #f0f0f0;
}

/* Testimonials */
.theme_regular .sc_testimonials .sc_testimonials_position {
	color:#aaaaaa;
}
.theme_regular .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background:#f0f0f0;
}
.theme_regular .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background:#9b9b9b;
	color:#ffffff;
}
.theme_regular .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background: #565656;
}
.theme_regular .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #ffffff #ffffff;
}

/* Title */
.theme_regular .sc_title_bubble_top .sc_title_bubble_icon,
.theme_regular .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#00bcff;
	color:#ffffff;
}
.theme_regular .sc_title_underline:after {
	border-bottom-color:#00bcff;
}

/* Toggles */
.theme_regular .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background: #666666;
	color:#ffffff;
}
.theme_regular .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background: #00bcff;
}
.theme_regular .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#00bcff;
}
.theme_regular .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#bbbbbb;
}
.theme_regular .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background: #bbbbbb;
	color:#666666;
}

/* Tooltip */
.theme_regular .sc_tooltip_parent {
	color:#222222;
	border-bottom-color:#666666;
}
.theme_regular .sc_tooltip {
	background: #222222;
	color:#ffffff;
}
.theme_regular .sc_tooltip:after {
	border-color: #222222 transparent transparent;
}





/* Popup & register
---------------------------------------------------*/
.theme_regular .popup_form .popup_title .popup_arrow:after {
	border-bottom-color: #00a0db;
}





/* Color theme 'Red Light' */

/* Page Body background */
.theme_redlight.theme_body, .theme_redlight .theme_body {
	background-color:#d5d3d2;
}

/* Article background */
.theme_redlight.theme_article, .theme_redlight .theme_article {
	color:#ffffff;
	background-color:#e5e5e5;
}

/* Text color */
.theme_redlight p, .theme_redlight td, .theme_redlight th, .theme_redlight input, .theme_redlight textarea, .theme_redlight div,
.theme_redlight .theme_text {
	color:#555555;
}

/* Headers color */
.theme_redlight h1, .theme_redlight h2, .theme_redlight h3,
.theme_redlight .theme_title, .theme_redlight .theme_header {
	color:#1c1c1c;
}

/* SubHeaders color */
.theme_redlight h4, .theme_redlight h5, .theme_redlight h6,
.theme_redlight .theme_subtitle, .theme_redlight .theme_subheader {
	color:#1c1c1c;
}

/* Strong text */
.theme_redlight .theme_strong {
	color:#555555;
}

/* Info text - post date, author, comments etc. */
.theme_redlight .theme_info {
	color:#999999;
}

/* Links (as text) */
.theme_redlight a, 
.theme_redlight .theme_link {
	color:#e54848;
}

/* Links (as text) hover */
.theme_redlight a:hover,
.theme_redlight .theme_link:hover {
	color:#750000;
}

/* Links (as button) */
.theme_redlight a.more-link,
.theme_redlight a.comment-reply-link,
.theme_redlight .theme_button {
	background-color:#ffffff;
	color:#999999;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_redlight a.more-link:hover,
.theme_redlight a.comment-reply-link:hover,
.theme_redlight a.theme_button:hover,
.theme_redlight a.theme_accent_bg:hover,
.theme_redlight .theme_hover {
	background-color:#999999;
	color:#ffffff;	
}

/* Border color */
.theme_redlight fieldset,
.theme_redlight .theme_border {
	border-color:#cccccc !important;
}

/* Accent color */
.theme_redlight .theme_accent_bg {
	background-color:#f03232;
	color:#ffffff;
}
.theme_redlight .theme_accent {
	color:#f03232;
}
.theme_redlight .theme_accent_border {
	border-color:#f03232;
}


/* Reviews stars */
.theme_redlight .theme_stars {		/* Inactive */
	color:#e5e5e5;
}
.theme_redlight .theme_stars_on {	/* Active */
	color:#ffc800;
}
.theme_redlight .theme_rating_bar {		/* Inactive */
	background-color:#e5e5e5;
}
.theme_redlight .theme_rating_level {	/* Active */
	background-color:#f03232;
}
.theme_redlight .theme_rating_drag {	/* Slider */
	background-color:#999999;
}


/* Puzzles - description block background and color */
.theme_redlight .theme_puzzles {
	background-color:#999999;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_redlight .theme_menu {
	background-color:#d5d3d2;
}
	.theme_redlight #mainmenu a {
		color:#1c1c1c;
	}
	#mainmenu > li.theme_redlight.current-menu-item > a,
	.theme_redlight #mainmenu > li.current-menu-item > a {
		background-color:#999999;
		color:#ffffff;
	}
	#mainmenu > li.theme_redlight > a:hover,
	#mainmenu > li.theme_redlight.sfHover > a,
	.theme_redlight #mainmenu > li > a:hover,
	.theme_redlight #mainmenu > li.sfHover > a {
		background-color:#f03232;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_redlight ul,
	.theme_redlight #mainmenu > li ul {
		background-color:#f03232;
		color:#ffffff;
	}
	#mainmenu > li.theme_redlight ul li a,
	.theme_redlight #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_redlight ul li.current-menu-item > a,
	.theme_redlight #mainmenu > li ul li.current-menu-item > a {
		background-color:#999999;
	}
	#mainmenu > li.theme_redlight ul li a:hover,
	#mainmenu > li.theme_redlight ul li.sfHover > a,
	.theme_redlight #mainmenu > li ul li a:hover,
	.theme_redlight #mainmenu > li ul li.sfHover > a {
		background-color:#f03232;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_redlight #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_redlight.current-menu-item a,
	.theme_redlight #sidemenu_area li.current-menu-item a {
		background-color:#f03232;
		color:#ffffff;
	}
	#sidemenu_area li.theme_redlight a:hover,
	#sidemenu_area li.theme_redlight.sfHover a,
	.theme_redlight #sidemenu_area li a:hover,
	.theme_redlight #sidemenu_area li.sfHover a {
		background-color:#999999;
		color:#ffffff;
	}




/* Pages navigation
---------------------------------------------------*/
.theme_redlight #nav_pages li a,
.theme_redlight #nav_pages li span,
.theme_redlight .nav_pages_parts a,
.theme_redlight .nav_pages_parts > span,
.theme_redlight .nav_comments a,
.theme_redlight .nav_comments > span {
	background-color:#ffffff;
	color:#999999;	
}
.theme_redlight #nav_pages li a:hover,
.theme_redlight .nav_pages_parts a:hover,
.theme_redlight .nav_comments a:hover {
	background-color:#999999;
	color:#ffffff;	
}
.theme_redlight #nav_pages li.pager_current span,
.theme_redlight #nav_pages li.pager_current a,
.theme_redlight #nav_pages li a.current,
.theme_redlight .nav_pages_parts > span.page_num,
.theme_redlight .nav_comments span {
	background-color:#f03232;
	color:#ffffff;	
}
.theme_redlight .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_redlight #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#666666;
}



/* Form fields
---------------------------------------------------*/
.theme_redlight #buddypress .button,
.theme_redlight #buddypress .generic-button a,
.theme_redlight #buddypress form input[type="button"],
.theme_redlight #buddypress form input[type="reset"],
.theme_redlight #buddypress form input[type="submit"],
.theme_redlight.bbpress #bbpress-forums form input[type="button"],
.theme_redlight.bbpress #bbpress-forums form input[type="submit"],
.theme_redlight.bbpress #bbpress-forums form input[type="reset"],
.theme_redlight button,
.theme_redlight html input[type="button"],
.theme_redlight input[type="reset"],
.theme_redlight input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#ffffff;
	color:#999999;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_redlight #buddypress .button:hover,
.theme_redlight #buddypress .generic-button a:hover,
.theme_redlight #buddypress form input[type="button"]:hover,
.theme_redlight #buddypress form input[type="reset"]:hover,
.theme_redlight #buddypress form input[type="submit"]:hover,
.theme_redlight.bbpress #bbpress-forums form input[type="button"]:hover,
.theme_redlight.bbpress #bbpress-forums form input[type="submit"]:hover,
.theme_redlight.bbpress #bbpress-forums form input[type="reset"]:hover,
.theme_redlight button:hover,
.theme_redlight html input[type="button"]:hover,
.theme_redlight input[type="reset"]:hover,
.theme_redlight input[type="submit"]:hover {
	background:#999999;
	color:#ffffff;	
}
.theme_redlight #buddypress .button:focus,
.theme_redlight #buddypress .generic-button a:focus,
.theme_redlight #buddypress form input[type="button"]:focus,
.theme_redlight #buddypress form input[type="reset"]:focus,
.theme_redlight #buddypress form input[type="submit"]:focus,
.theme_redlight.bbpress #bbpress-forums form input[type="button"]:focus,
.theme_redlight.bbpress #bbpress-forums form input[type="submit"]:focus,
.theme_redlight.bbpress #bbpress-forums form input[type="reset"]:focus,
.theme_redlight button:focus,
.theme_redlight html input[type="button"]:focus,
.theme_redlight input[type="reset"]:focus,
.theme_redlight input[type="submit"]:focus,
.theme_redlight button:active,
.theme_redlight html input[type="button"]:active,
.theme_redlight input[type="reset"]:active,
.theme_redlight input[type="submit"]:active {
	background:#c0c0c0;
	color:#ffffff;	
}
.theme_redlight #buddypress form textarea,
.theme_redlight #buddypress form#whats-new-form textarea,
.theme_redlight #buddypress form select,
.theme_redlight #buddypress form input[type="file"],
.theme_redlight #buddypress form input[type="text"],
.theme_redlight #buddypress form input[type="search"],
.theme_redlight #buddypress form input[type="email"],
.theme_redlight #buddypress form input[type="number"],
.theme_redlight #buddypress form input[type="checkbox"],
.theme_redlight #buddypress form input[type="radio"],
.theme_redlight #buddypress form input[type="password"],
.theme_redlight .theme_field,
.theme_redlight blockquote,
.theme_redlight input[type="text"],
.theme_redlight input[type="number"],
.theme_redlight input[type="email"],
.theme_redlight input[type="password"],
.theme_redlight input[type="search"],
.theme_redlight select,
.theme_redlight textarea {
	background: #cccccc;
	border-width:0;
	color: #222222;
}
.theme_redlight #buddypress form textarea:focus,
.theme_redlight #buddypress form#whats-new-form textarea:focus,
.theme_redlight #buddypress form select:focus,
.theme_redlight #buddypress form input[type="file"]:focus,
.theme_redlight #buddypress form input[type="text"]:focus,
.theme_redlight #buddypress form input[type="search"]:focus,
.theme_redlight #buddypress form input[type="email"]:focus,
.theme_redlight #buddypress form input[type="number"]:focus,
.theme_redlight #buddypress form input[type="checkbox"]:focus,
.theme_redlight #buddypress form input[type="radio"]:focus,
.theme_redlight #buddypress form input[type="password"]:focus,
.theme_redlight .theme_field:focus,
.theme_redlight input[type="text"]:focus,
.theme_redlight input[type="number"]:focus,
.theme_redlight input[type="email"]:focus,
.theme_redlight input[type="password"]:focus,
.theme_redlight input[type="search"]:focus,
.theme_redlight select:focus,
.theme_redlight textarea:focus {
	background: #c0c0c0;
	color: #222222;
}




/* Sidebars
---------------------------------------------------*/
.theme_redlight aside.widget {
	color:#666666;
	background-color:#e5e5e5;
}

/* All lists bullets in widgets */
.theme_redlight #content ul li:before,
.theme_redlight.widget_area ul li.current-menu-item > a,
.theme_redlight.widget_area ul li:before {
	color:#f03232;
}

/* Widget Calendar */
.theme_redlight .widget.widget_calendar table thead th {
	background-color:#ffffff;
	color:#555555;
}
.theme_redlight .widget.widget_calendar table tbody td {
	background-color:#ffffff;
	color:#666666;
}
.theme_redlight .widget.widget_calendar table tbody a {
	background-color:#ffffff;
	color:#e54848;
}
.theme_redlight .widget.widget_calendar table tbody a:hover {
	color:#ffffff;
	background-color:#999999;
}
.theme_redlight .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_redlight .widget.widget_calendar caption {
	color:#1c1c1c;
}
.theme_redlight .widget.widget_calendar table tbody #today,
.theme_redlight .widget.widget_calendar table tbody #today a {
	color:#ffffff;	
	background-color:#f03232;
}

/* Widget Tag cloud */
.theme_redlight .widget.widget_tag_cloud a {
	color:#999999;
	background-color:#ffffff;
}
.theme_redlight .widget.widget_tag_cloud a:hover {
	color:#ffffff;
	background-color:#999999;
}




/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_redlight .sc_accordion .sc_accordion_item .sc_accordion_title a {
	color:#1c1c1c;
}
.theme_redlight .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #e54848;
	color:#ffffff;
}
.theme_redlight .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #f03232;
}
.theme_redlight .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#e54848;
}
.theme_redlight .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#750000;
}
.theme_redlight .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #750000;
	color:#ffffff;
}

/* Blogger */
.theme_redlight .sc_blogger .sc_blogger_title a:hover {
	color:#750000;
}
.theme_redlight .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #e54848;
}
.theme_redlight .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#cccccc;
}
.theme_redlight .sc_blogger.style_date .date_month {
	background-color:#f03232;
	color:#ffffff;
}
.theme_redlight .sc_blogger.style_date .date_day {
	background-color:#ffffff;
	color:#1c1c1c;
	border-color:#cccccc;
}
.theme_redlight .sc_blogger .sc_blogger_item_bordered {
	border-color: #cccccc;
}

/* Button */
.theme_redlight .sc_button {
	border-color:#cccccc;
	color:#ffffff;
}
.theme_redlight .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
	color:#666666;
}

/* Dropcaps */
.theme_redlight .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #1c1c1c;
}
.theme_redlight .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #f03232;
	color: #ffffff;
}
.theme_redlight .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #c0c0c0;
	color: #ffffff;
}

/* Infobox */
.theme_redlight.bbpress #bbpress-forums .bbp-template-notice,
.theme_redlight .sc_infobox_style_regular {
	border-color: #e0e0e0;
	color:#666666;
	background: #ffffff;
}
.theme_redlight.bbpress #bbpress-forums .bbp-template-notice p,
.theme_redlight .sc_infobox_style_regular p {
	color:#666666;
}
.theme_redlight.bbpress #bbpress-forums .bbp-template-notice.info,
.theme_redlight .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}
.theme_redlight.bbpress #bbpress-forums .bbp-template-notice.info p,
.theme_redlight .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_redlight .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_redlight .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_redlight .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_redlight .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_redlight .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_redlight .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_redlight .sc_line {
	border-color: #cccccc;
}

/* List */
.theme_redlight ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_redlight ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #f03232;
}
.theme_redlight ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_redlight ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #f03232;
}

/* Skills*/
.theme_redlight .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#c0c0c0;
}
.theme_redlight .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #cccccc;
	background:#999999;
}
.theme_redlight .sc_skills .sc_skills_item .sc_skills_caption {
	color:#ffffff;
}
.theme_redlight .sc_skills .sc_skills_item .sc_skills_level {
	background:#f03232;
	color:#ffffff;

}

/* Slider Flex */
.theme_redlight .sc_slider_flex .flex-control-nav a:hover {
	background-color:#f03232;
}
.theme_redlight .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#f03232;
}

/* Table */
.theme_redlight .sc_table table td, 
.theme_redlight .sc_table table th {
	border-color: #999999;
	background: transparent;
}
.theme_redlight .sc_table table th {
	color:#1c1c1c;
	background: #c0c0c0;
}
.theme_redlight .sc_table table tr:hover td {
	background-color:#cccccc;
}

/* Tabs */
.theme_redlight .ui-tabs-active .theme_button {
	background-color:#f03232;
	color:#ffffff;	
}
.theme_redlight .sc_tabs .content {
	background: #c0c0c0;
	border-color: #999999;
}

/* Team */
.theme_redlight .sc_team .sc_team_item {
	background-color: #cccccc;
}

/* Testimonials */
.theme_redlight .sc_testimonials .sc_testimonials_position {
	color:#999999;
}
.theme_redlight .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#c0c0c0;
}
.theme_redlight .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#c0c0c0;
	color:#ffffff;
}
.theme_redlight .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #999999;
}
.theme_redlight .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #e5e5e5 #e5e5e5;
}

/* Title */
.theme_redlight .sc_title_bubble_top .sc_title_bubble_icon,
.theme_redlight .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#f03232;
	color:#ffffff;
}
.theme_redlight .sc_title_underline:after {
	border-bottom-color:#f03232;
}

/* Toggles */
.theme_redlight .sc_toggles .sc_toggles_item .sc_toggles_title a {
	color:#1c1c1c;
}
.theme_redlight .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #e54848;
	color:#ffffff;
}
.theme_redlight .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #f03232;
}
.theme_redlight .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#e54848;
}
.theme_redlight .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#750000;
}
.theme_redlight .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #750000;
	color:#ffffff;
}


/* Tooltip */
.theme_redlight .sc_tooltip_parent {
	color:#ffffff;
	border-bottom-color:#cccccc;
}
.theme_redlight .sc_tooltip {
	background: #3b0b0b;
	color:#ffffff;
}
.theme_redlight .sc_tooltip:after {
	border-color: #3b0b0b transparent transparent;
}


/* Color theme 'Red' */

/* Page Body background */
.theme_red.theme_body, .theme_red .theme_body {
	background-color:#761414;
}

/* Article background */
.theme_red.theme_article, .theme_red .theme_article {
	color:#ffffff;
	background-color:#941b1b;
}

/* Text color */
.theme_red p, .theme_red td, .theme_red th, .theme_red input, .theme_red textarea, .theme_red div,
.theme_red .theme_text {
	color:#ffd1a5;
}

/* Headers color */
.theme_red h1, .theme_red h2, .theme_red h3,
.theme_red .theme_title, .theme_red .theme_header {
	color:#ffffff;
}

/* SubHeaders color */
.theme_red h4, .theme_red h5, .theme_red h6,
.theme_red .theme_subtitle, .theme_red .theme_subheader {
	color:#ffffff;
}

/* Strong text */
.theme_red .theme_strong {
	color:#ffffff;
}

/* Info text - post date, author, comments etc. */
.theme_red .theme_info {
	color:#ff643a;
}

/* Links (as text) */
.theme_red a, 
.theme_red .theme_link {
	color:#ffb100;
}

/* Links (as text) hover */
.theme_red a:hover,
.theme_red .theme_link:hover {
	color:#3e0404;
}

/* Links (as button) */
.theme_red a.more-link,
.theme_red a.comment-reply-link,
.theme_red .theme_button {
	background-color:#c22727;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_red a.more-link:hover,
.theme_red a.comment-reply-link:hover,
.theme_red a.theme_button:hover,
.theme_red a.theme_accent_bg:hover,
.theme_red .theme_hover {
	background-color:#691313;
	color:#ffffff;	
}

/* Border color */
.theme_red fieldset,
.theme_red .theme_border {
	border-color:#ab3535 !important;
}

/* Accent color */
.theme_red .theme_accent_bg {
	background-color:#f03232;
	color:#ffffff;
}
.theme_red .theme_accent {
	color:#f03232;
}
.theme_red .theme_accent_border {
	border-color:#f03232;
}

/* Reviews stars */
.theme_red .theme_stars {		/* Inactive */
	color:#5a1010;
}
.theme_red .theme_stars_on {	/* Active */
	color:#ffc800;
}
.theme_red .theme_rating_bar {		/* Inactive */
	background-color:#5a1010;
}
.theme_red .theme_rating_level {	/* Active */
	background-color:#ffc800;
}
.theme_red .theme_rating_drag {	/* Slider */
	background-color:#f03232;
}


/* Puzzles - description block background and color */
.theme_red .theme_puzzles {
	background-color:#6f1414;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_red .theme_menu {
	background-color:#761414;
}
	.theme_red #mainmenu a {
		color:#ffffff;
	}
	#mainmenu > li.theme_red.current-menu-item > a,
	.theme_red #mainmenu > li.current-menu-item > a {
		background-color:#c22727;
		color:#ffffff;
	}
	#mainmenu > li.theme_red > a:hover,
	#mainmenu > li.theme_red.sfHover > a,
	.theme_red #mainmenu > li > a:hover,
	.theme_red #mainmenu > li.sfHover > a {
		background-color:#f03232;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_red ul,
	.theme_red #mainmenu > li ul {
		background-color:#f03232;
		color:#ffffff;
	}
	#mainmenu > li.theme_red ul li a,
	.theme_red #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_red ul li.current-menu-item > a,
	.theme_red #mainmenu > li ul li.current-menu-item > a {
		background-color:#c22727;
	}
	#mainmenu > li.theme_red ul li a:hover,
	#mainmenu > li.theme_red ul li.sfHover > a,
	.theme_red #mainmenu > li ul li a:hover,
	.theme_red #mainmenu > li ul li.sfHover > a {
		background-color:#f03232;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_red #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_red.current-menu-item a,
	.theme_red #sidemenu_area li.current-menu-item a {
		background-color:#c22727;
		color:#ffffff;
	}
	#sidemenu_area li.theme_red a:hover,
	#sidemenu_area li.theme_red.sfHover a,
	.theme_red #sidemenu_area li a:hover,
	.theme_red #sidemenu_area li.sfHover a {
		background-color:#f03232;
		color:#ffffff;
	}


/* Pages navigation
---------------------------------------------------*/
.theme_red #nav_pages li a,
.theme_red #nav_pages li span,
.theme_red .nav_pages_parts a,
.theme_red .nav_pages_parts > span,
.theme_red .nav_comments a,
.theme_red .nav_comments > span {
	background-color:#c22727;
	color:#ffffff;	
}
.theme_red #nav_pages li a:hover,
.theme_red .nav_pages_parts a:hover,
.theme_red .nav_comments a:hover {
	background-color:#691313;
	color:#ffffff;	
}
.theme_red #nav_pages li.pager_current span,
.theme_red #nav_pages li.pager_current a,
.theme_red #nav_pages li a.current,
.theme_red .nav_pages_parts > span.page_num,
.theme_red .nav_comments span {
	background-color:#f03232;
	color:#ffffff;	
}
.theme_red .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_red #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#ff643a;
}


/* Form fields
---------------------------------------------------*/

.theme_red button,
.theme_red html input[type="button"],
.theme_red input[type="reset"],
.theme_red input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#c22727;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}

.theme_red button:hover,
.theme_red html input[type="button"]:hover,
.theme_red input[type="reset"]:hover,
.theme_red input[type="submit"]:hover {
	background:#691313;
	color:#ffffff;	
}

.theme_red button:focus,
.theme_red html input[type="button"]:focus,
.theme_red input[type="reset"]:focus,
.theme_red input[type="submit"]:focus,
.theme_red button:active,
.theme_red html input[type="button"]:active,
.theme_red input[type="reset"]:active,
.theme_red input[type="submit"]:active {
	background:#691313;
	color:#ffffff;	
}

.theme_red .theme_field,
.theme_red blockquote,
.theme_red input[type="text"],
.theme_red input[type="number"],
.theme_red input[type="email"],
.theme_red input[type="password"],
.theme_red input[type="search"],
.theme_red select,
.theme_red textarea {
	background: #6f1414;
	border-width:0;
	color: #ffffff;
}

.theme_red .theme_field:focus,
.theme_red input[type="text"]:focus,
.theme_red input[type="number"]:focus,
.theme_red input[type="email"]:focus,
.theme_red input[type="password"]:focus,
.theme_red input[type="search"]:focus,
.theme_red select:focus,
.theme_red textarea:focus {
	background: #5b1010;
	color: #ffffff;
}




/* Sidebars
---------------------------------------------------*/
.theme_red aside.widget {
	color:#ffffff;
	background-color:#941b1b;
}

/* All lists bullets in widgets */
.theme_red #content ul li:before,
.theme_red.widget_area ul li.current-menu-item > a,
.theme_red.widget_area ul li:before {
	color:#f03232;
}

/* Widget Calendar */
.theme_red .widget.widget_calendar table thead th {
	background-color:#c22727;
	color:#ffd1a5;
}
.theme_red .widget.widget_calendar table tbody td {
	color:#ffd1a5;
	background-color:#c22727;
}
.theme_red .widget.widget_calendar table tbody a {
	color:#ffffff;
	background-color:#c22727;
}
.theme_red .widget.widget_calendar table tbody a:hover {
	color:#ffffff;
	background-color:#691313;
}
.theme_red .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_red .widget.widget_calendar caption {
	color:#ffffff;
}
.theme_red .widget.widget_calendar table tbody #today,
.theme_red .widget.widget_calendar table tbody #today a {
	color:#ffffff;	
	background-color:#f03232;
}

/* Widget Tag cloud */
.theme_red .widget.widget_tag_cloud a {
	color:#ffffff;
	background-color:#c22727;
}
.theme_red .widget.widget_tag_cloud a:hover {
	color:#ffffff;
	background-color:#691313;
}




/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_red .sc_accordion .sc_accordion_item .sc_accordion_title a {
	color:#ffffff;
}
.theme_red .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #c22727;
	color:#ffffff;
}
.theme_red .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #f03232;
}
.theme_red .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#ffc800;
}
.theme_red .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#ffc800;
}
.theme_red .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #691313;
	color:#ffffff;
}

/* Blogger */
.theme_red .sc_blogger .sc_blogger_title a:hover {
	color:#ffc800;
}
.theme_red .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #ffc800;
}
.theme_red .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#ab3535;
}
.theme_red .sc_blogger.style_date .date_month {
	background-color:#f03232;
	color:#ffffff;
}
.theme_red .sc_blogger.style_date .date_day {
	background-color:#ffffff;
	color:#691313;
	border-color:#ab3535;
}
.theme_red .sc_blogger .sc_blogger_item_bordered {
	border-color: #ab3535;
}

/* Button */
.theme_red .sc_button {
	border-color:#ab3535;
	color:#ffffff;
}
.theme_red .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
}

/* Dropcaps */
.theme_red .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #ffffff;
}
.theme_red .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #f03232;
	color: #ffffff;
}
.theme_red .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #691313;
	color: #ffffff;
}

/* Infobox */

.theme_red .sc_infobox_style_regular {
	border-color: #e0e0e0;
	color:#666666;
	background: #ffffff;
}

.theme_red .sc_infobox_style_regular p {
	color:#666666;
}

.theme_red .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}

.theme_red .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_red .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_red .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_red .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_red .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_red .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_red .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_red .sc_line {
	border-color: #ab3535;
}

/* List */
.theme_red ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_red ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #f03232;
}
.theme_red ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_red ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #c22727;
}

/* Skills*/
.theme_red .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#6f1414;
}
.theme_red .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #ab3535;
	background:#c22727;
}
.theme_red .sc_skills .sc_skills_item .sc_skills_caption {
	color:#ffffff;
}
.theme_red .sc_skills .sc_skills_item .sc_skills_level {
	background:#f03232;
	color:#ffffff;

}

/* Slider Flex */
.theme_red .sc_slider_flex .flex-control-nav a:hover {
	background-color:#f03232;
}
.theme_red .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#f03232;
}

/* Table */
.theme_red .sc_table table td, 
.theme_red .sc_table table th {
	border-color: #ab3535;
	background: transparent;
}
.theme_red .sc_table table th {
	color:#ffffff;
	background: #6f1414;
}
.theme_red .sc_table table tr:hover td {
	background-color:#c22727;
}

/* Tabs */
.theme_red .ui-tabs-active .theme_button {
	background-color:#f03232;
	color:#ffffff;	
}
.theme_red .sc_tabs .content {
	background: #6f1414;
	border-color: #ab3535;
}

/* Team */
.theme_red .sc_team .sc_team_item {
	background-color: #6f1414;
}

/* Testimonials */
.theme_red .sc_testimonials .sc_testimonials_position {
	color:#ff643a;
}
.theme_red .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#6f1414;
}
.theme_red .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#6f1414;
	color:#ffffff;
}
.theme_red .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #3b0b0b;
}
.theme_red .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #941b1b #941b1b;
}

/* Title */
.theme_red .sc_title_bubble_top .sc_title_bubble_icon,
.theme_red .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#e99f00;
	color:#ffffff;
}
.theme_red .sc_title_underline:after {
	border-bottom-color:#e99f00;
}

/* Toggles */
.theme_red .sc_toggles .sc_toggles_item .sc_toggles_title a {
	color:#ffffff;
}
.theme_red .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #c22727;
	color:#ffffff;
}
.theme_red .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #f03232;
}
.theme_red .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#ffc800;
}
.theme_red .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#ffc800;
}
.theme_red .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #691313;
	color:#ffffff;
}


/* Tooltip */
.theme_red .sc_tooltip_parent {
	color:#ffffff;
	border-bottom-color:#ab3535;
}
.theme_red .sc_tooltip {
	background: #3b0b0b;
	color:#ffffff;
}
.theme_red .sc_tooltip:after {
	border-color: #3b0b0b transparent transparent;
}


/* Color theme 'Dark' */

/* Page Body background */
.theme_dark.theme_body, .theme_dark .theme_body {
	background-color:#111111;
}

/* Article background */
.theme_dark.theme_article, .theme_dark .theme_article {
	color:#888888;
	background-color:#222222;
}

/* Text color */
.theme_dark p, .theme_dark td, .theme_dark th, .theme_dark input, .theme_dark textarea, .theme_dark div,
.theme_dark .theme_text {
	color:#888888;
}

/* Headers color */
.theme_dark h1, .theme_dark h2, .theme_dark h3,
.theme_dark .theme_title, .theme_dark .theme_header {
	color:#ffffff;
}

/* SubHeaders color */
.theme_dark h4, .theme_dark h5, .theme_dark h6,
.theme_dark .theme_subtitle, .theme_dark .theme_subheader {
	color:#ffffff;
}

/* Strong text */
.theme_dark .theme_strong {
	color:#ffffff;
}

/* Info text - post date, author, comments etc. */
.theme_dark .theme_info {
	color:#888888;
}

/* Links (as text) */
.theme_dark a,
.theme_dark .theme_link {
	color:#ffffff;
}

/* Links (as text) hover */
.theme_dark a:hover,
.theme_dark .theme_link:hover {
	color:#00bcff;
}

/* Links (as button) */
.theme_dark a.more-link, 
.theme_dark a.comment-reply-link,
.theme_dark .theme_button {
	background-color:#666666;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_dark a.more-link:hover,
.theme_dark a.comment-reply-link:hover,
.theme_dark a.theme_button:hover,
.theme_dark a.theme_accent_bg:hover,
.theme_dark .theme_hover {
	background-color:#333333;
	color:#00bcff;	
}

/* Border color */
.theme_dark fieldset,
.theme_dark .theme_border {
	border-color:#363636 !important;
}

/* Accent color */
.theme_dark .theme_accent_bg {
	background-color:#00a0db;
	color:#ffffff;	
}
.theme_dark .theme_accent {
	color:#00a0db;
}
.theme_dark .theme_accent_border {
	border-color:#00a0db;
}


/* Reviews stars */
.theme_dark .theme_stars {		/* Inactive */
	color:#888888;
}
.theme_dark .theme_stars_on {	/* Active */
	color:#ffc800;
}
.theme_dark .theme_rating_bar {		/* Inactive */
	background-color:#888888;
}
.theme_dark .theme_rating_level {	/* Active */
	background-color:#ffc800;
}
.theme_dark .theme_rating_drag {	/* Slider */
	background-color:#00a0db;
}


/* Puzzles - description block background and color */
.theme_dark .theme_puzzles {
	background-color:#333333;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_dark .theme_menu {
	background-color:#111111;
}
	.theme_dark #mainmenu a {
		color:#ffffff;
	}
	#mainmenu > li.theme_dark.current-menu-item > a,
	.theme_dark #mainmenu > li.current-menu-item > a {
		background-color:#00a0db;
		color:#ffffff;
	}
	#mainmenu > li.theme_dark > a:hover,
	#mainmenu > li.sfHover.theme_dark  > a,
	.theme_dark #mainmenu > li > a:hover,
	.theme_dark #mainmenu > li.sfHover > a {
		background-color:#00a0db;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_dark ul,
	.theme_dark #mainmenu > li ul {
		background-color:#00a0db;
		color:#ffffff;
	}
	#mainmenu > li.theme_dark ul li a,
	.theme_dark #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_dark ul li.current-menu-item > a,
	.theme_dark #mainmenu > li ul li.current-menu-item > a {
		background-color:#004666;
	}
	#mainmenu > li.theme_dark ul li a:hover,
	#mainmenu > li.theme_dark ul li.sfHover > a,
	.theme_dark #mainmenu > li ul li a:hover,
	.theme_dark #mainmenu > li ul li.sfHover > a {
		background-color:#004666;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_dark #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_dark.current-menu-item a,
	.theme_dark #sidemenu_area li.current-menu-item a {
		background-color:#666666;
		color:#ffffff;
	}
	#sidemenu_area li.theme_dark a:hover,
	#sidemenu_area li.sfHover.theme_dark a,
	.theme_dark #sidemenu_area li a:hover,
	.theme_dark #sidemenu_area li.sfHover a {
		background-color:#333333;
		color:#ffffff;
	}



/* Pages navigation
---------------------------------------------------*/
.theme_dark #nav_pages li a,
.theme_dark #nav_pages li span,
.theme_dark .nav_pages_parts a,
.theme_dark .nav_pages_parts > span,
.theme_dark .nav_comments a,
.theme_dark .nav_comments > span {
	background-color:#666666;
	color:#ffffff;	
}
.theme_dark #nav_pages li a:hover,
.theme_dark .nav_pages_parts a:hover,
.theme_dark .nav_comments a:hover {
	background-color:#333333;
	color:#ffffff;	
}
.theme_dark #nav_pages li.pager_current span,
.theme_dark #nav_pages li.pager_current a,
.theme_dark #nav_pages li a.current,
.theme_dark .nav_pages_parts > span.page_num,
.theme_dark .nav_comments span {
	background-color:#00a0db;
	color:#ffffff;	
}
.theme_dark .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_dark #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#888888;
}



/* Form fields
---------------------------------------------------*/
.theme_dark #buddypress .button,
.theme_dark #buddypress .generic-button a,
.theme_dark #buddypress form input[type="button"],
.theme_dark #buddypress form input[type="reset"],
.theme_dark #buddypress form input[type="submit"],
.theme_dark.bbpress #bbpress-forums form input[type="button"],
.theme_dark.bbpress #bbpress-forums form input[type="submit"],
.theme_dark.bbpress #bbpress-forums form input[type="reset"],
.theme_dark button,
.theme_dark html input[type="button"],
.theme_dark input[type="reset"],
.theme_dark input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#666666;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_dark #buddypress .button:hover,
.theme_dark #buddypress .generic-button a:hover,
.theme_dark #buddypress form input[type="button"]:hover,
.theme_dark #buddypress form input[type="reset"]:hover,
.theme_dark #buddypress form input[type="submit"]:hover,
.theme_dark.bbpress #bbpress-forums form input[type="button"]:hover,
.theme_dark.bbpress #bbpress-forums form input[type="submit"]:hover,
.theme_dark.bbpress #bbpress-forums form input[type="reset"]:hover,
.theme_dark button:hover,
.theme_dark html input[type="button"]:hover,
.theme_dark input[type="reset"]:hover,
.theme_dark input[type="submit"]:hover {
	background:#333333;
	color:#00bcff;	
}
.theme_dark #buddypress .button:focus,
.theme_dark #buddypress .generic-button a:focus,
.theme_dark #buddypress form input[type="button"]:focus,
.theme_dark #buddypress form input[type="reset"]:focus,
.theme_dark #buddypress form input[type="submit"]:focus,
.theme_dark.bbpress #bbpress-forums form input[type="button"]:focus,
.theme_dark.bbpress #bbpress-forums form input[type="submit"]:focus,
.theme_dark.bbpress #bbpress-forums form input[type="reset"]:focus,
.theme_dark button:focus,
.theme_dark html input[type="button"]:focus,
.theme_dark input[type="reset"]:focus,
.theme_dark input[type="submit"]:focus,
.theme_dark button:active,
.theme_dark html input[type="button"]:active,
.theme_dark input[type="reset"]:active,
.theme_dark input[type="submit"]:active {
	background:#00bcff;
	color:#ffffff;	
}
.theme_dark #buddypress form textarea,
.theme_dark #buddypress form#whats-new-form textarea,
.theme_dark #buddypress form select,
.theme_dark #buddypress form input[type="file"],
.theme_dark #buddypress form input[type="text"],
.theme_dark #buddypress form input[type="search"],
.theme_dark #buddypress form input[type="email"],
.theme_dark #buddypress form input[type="number"],
.theme_dark #buddypress form input[type="checkbox"],
.theme_dark #buddypress form input[type="radio"],
.theme_dark #buddypress form input[type="password"],
.theme_dark .theme_field,
.theme_dark blockquote,
.theme_dark input[type="text"],
.theme_dark input[type="number"],
.theme_dark input[type="email"],
.theme_dark input[type="password"],
.theme_dark input[type="search"],
.theme_dark select,
.theme_dark textarea {
	background: #333333;
	border-width:0;
	color: #ffffff;
}
.theme_dark #buddypress form textarea:focus,
.theme_dark #buddypress form#whats-new-form textarea:focus,
.theme_dark #buddypress form select:focus,
.theme_dark #buddypress form input[type="file"]:focus,
.theme_dark #buddypress form input[type="text"]:focus,
.theme_dark #buddypress form input[type="search"]:focus,
.theme_dark #buddypress form input[type="email"]:focus,
.theme_dark #buddypress form input[type="number"]:focus,
.theme_dark #buddypress form input[type="checkbox"]:focus,
.theme_dark #buddypress form input[type="radio"]:focus,
.theme_dark #buddypress form input[type="password"]:focus,
.theme_dark .theme_field:focus,
.theme_dark input[type="text"]:focus, 	
.theme_dark input[type="number"]:focus, 	
.theme_dark input[type="email"]:focus,
.theme_dark input[type="password"]:focus,
.theme_dark input[type="search"]:focus,
.theme_dark select:focus,
.theme_dark textarea:focus {
	background: #666666;
	color: #ffffff;
}




/* Sidebars
---------------------------------------------------*/
.theme_dark aside.widget {
	color:#888888;
	background-color:#222222;
}

/* All lists bullets in widgets */
.theme_dark #content ul li:before,
.theme_dark.widget_area ul li.current-menu-item > a,
.theme_dark.widget_area ul li:before {
	color:#00bcff;
}

/* Widget Calendar */
.theme_dark .widget.widget_calendar table thead th {
	background-color:#333333;
}
.theme_dark .widget.widget_calendar table tbody td {
	color:#888888;
	background-color:#333333;
}
.theme_dark .widget.widget_calendar table tbody a {
	color:#ffffff;
	background-color:#666666;
}
.theme_dark .widget.widget_calendar table tbody a:hover {
	color:#00bcff;
	background-color:#333333;
}
.theme_dark .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_dark .widget.widget_calendar caption {
	color:#ffffff;
}
.theme_dark .widget.widget_calendar table tbody #today,
.theme_dark .widget.widget_calendar table tbody #today a {
	color:#ffffff;	
	background-color:#00bcff;
}

/* Widget Tag cloud */
.theme_dark .widget.widget_tag_cloud a {
	color:#ffffff;
	background-color:#666666;
}
.theme_dark .widget.widget_tag_cloud a:hover {
	color:#00bcff;
	background-color:#333333;
}



/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_dark .sc_accordion .sc_accordion_item .sc_accordion_title a {
	color:#ffffff;
}
.theme_dark .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #666666;
	color:#ffffff;
}
.theme_dark .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #00c6ff;
}
.theme_dark .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#00c6ff;
}
.theme_dark .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#666666;
}
.theme_dark .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #333333;
	color:#666666;
}

/* Blogger */
.theme_dark .sc_blogger .sc_blogger_title a:hover {
	color:#666666;
}
.theme_dark .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #888888;
}
.theme_dark .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#363636;
}
.theme_dark .sc_blogger.style_date .date_month {
	background-color:#666666;
	color:#ffffff;
}
.theme_dark .sc_blogger.style_date .date_day {
	background-color:#333333;
	color:#ffffff;
	border-color:#363636;
}
.theme_dark .sc_blogger .sc_blogger_item_bordered {
	border-color: #363636;
}

/* Button */
.theme_dark .sc_button {
	border-color:#363636;
	color:#ffffff;
}
.theme_dark .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
}

/* Dropcaps */
.theme_dark .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #ffffff;
}
.theme_dark .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #00bcff;
	color: #fff;
}
.theme_dark .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #666666;
	color: #fff;
}

/* Infobox */
.theme_dark.bbpress #bbpress-forums .bbp-template-notice,
.theme_dark .sc_infobox_style_regular {
	border-color: #363636;
	color:#ffffff;
	background: #666666;
}
.theme_dark.bbpress #bbpress-forums .bbp-template-notice p,
.theme_dark .sc_infobox_style_regular p {
	color:#ffffff;
}
.theme_dark.bbpress #bbpress-forums .bbp-template-notice.info,
.theme_dark .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}
.theme_dark.bbpress #bbpress-forums .bbp-template-notice.info p,
.theme_dark .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_dark .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_dark .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_dark .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_dark .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_dark .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_dark .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_dark .sc_line {
	border-color: #363636;
}

/* List */
.theme_dark ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_dark ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #00bcff;
}
.theme_dark ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_dark ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #ff5555;
}

/* Skills*/
.theme_dark .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#333333;
}
.theme_dark .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #363636;
	background:#666666;
}
.theme_dark .sc_skills .sc_skills_item .sc_skills_caption {
	color:#ffffff;
}
.theme_dark .sc_skills .sc_skills_item .sc_skills_level {
	background:#00bcff;
	color:#ffffff;

}

/* Slider Flex */
.theme_dark .sc_slider_flex .flex-control-nav a:hover {
	background-color:#00bcff;
}
.theme_dark .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#00bcff;
}

/* Table */
.theme_dark .sc_table table td, 
.theme_dark .sc_table table th {
	border-color: #111111;
	background: #333333;
}
.theme_dark .sc_table table th {
	color:#ffffff;
	background: #666666;
}
.theme_dark .sc_table table tr:hover td {
	background-color:#444444;
}

/* Tabs */
.theme_dark .ui-tabs-active .theme_button {
	background-color:#00bcff;
	color:#ffffff;	
}
.theme_dark .sc_tabs .content {
	background: #333333;
	border-color: #363636;
}

/* Team */
.theme_dark .sc_team .sc_team_item {
	background: #333333;
}

/* Testimonials */
.theme_dark .sc_testimonials .sc_testimonials_position {
	color:#888888;
}
.theme_dark .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#444444;
}
.theme_dark .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#666666;
	color:#ffffff;
}
.theme_dark .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #444444;
}
.theme_dark .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #222222 #222222;
}

/* Title */
.theme_dark .sc_title_bubble_top .sc_title_bubble_icon,
.theme_dark .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#00bcff;
	color:#ffffff;
}
.theme_dark .sc_title_underline:after {
	border-bottom-color:#00bcff;
}

/* Toggles */
.theme_dark .sc_toggles .sc_toggles_item .sc_toggles_title a {
	color:#ffffff;
}
.theme_dark .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #666666;
	color:#ffffff;
}
.theme_dark .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #00c6ff;
}
.theme_dark .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#00c6ff;
}
.theme_dark .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#666666;
}
.theme_dark .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #333333;
	color:#666666;
}

/* Tooltip */
.theme_dark .sc_tooltip_parent {
	color:#ffffff;
	border-bottom-color:#363636;
}
.theme_dark .sc_tooltip {
	background: #666666;
	color:#ffffff;
}
.theme_dark .sc_tooltip:after {
	border-color: #666666 transparent transparent;
}


/* Color theme 'Blue' */

/* Page Body background */
.theme_blue.theme_body, .theme_blue .theme_body {
	background-color:#002130;
}

/* Article background */
.theme_blue.theme_article, .theme_blue .theme_article {
	color:#ffffff;
	background-color:#005e7f;
}

/* Text color */
.theme_blue p, .theme_blue td, .theme_blue th, .theme_blue input, .theme_blue textarea, .theme_blue div,
.theme_blue .theme_text {
	color:#d0d0d0;
}

/* Headers color */
.theme_blue h1, .theme_blue h2, .theme_blue h3,
.theme_blue .theme_title, .theme_blue .theme_header {
	color:#ffffff;
}

/* SubHeaders color */
.theme_blue h4, .theme_blue h5, .theme_blue h6,
.theme_blue .theme_subtitle, .theme_blue .theme_subheader {
	color:#ffffff;
}

/* Strong text */
.theme_blue .theme_strong {
	color:#ffffff;
}

/* Info text - post date, author, comments etc. */
.theme_blue .theme_info {
	color:#008ec0;
}

/* Links (as text) */
.theme_blue a, 
.theme_blue .theme_link {
	color:#ffffff;
}

/* Links (as text) hover */
.theme_blue a:hover,
.theme_blue .theme_link:hover {
	color:#00c6ff;
}

/* Links (as button) */
.theme_blue a.more-link,
.theme_blue a.comment-reply-link,
.theme_blue .theme_button {
	background-color:#008ec0;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_blue a.more-link:hover,
.theme_blue a.comment-reply-link:hover,
.theme_blue a.theme_button:hover,
.theme_blue a.theme_accent_bg:hover,
.theme_blue .theme_hover {
	background-color:#004666;
	color:#ffffff;	
}

/* Border color */
.theme_blue fieldset,
.theme_blue .theme_border {
	border-color:#337e99 !important;
}

/* Accent color */
.theme_blue .theme_accent_bg {
	background-color:#00a0db;
	color:#ffffff;
}
.theme_blue .theme_accent {
	color:#00a0db;
}
.theme_blue .theme_accent_border {
	border-color:#00a0db;
}


/* Reviews stars */
.theme_blue .theme_stars {		/* Inactive */
	color:#008ec0;
}
.theme_blue .theme_stars_on {	/* Active */
	color:#ffc800;
}
.theme_blue .theme_rating_bar {		/* Inactive */
	background-color:#008ec0;
}
.theme_blue .theme_rating_level {	/* Active */
	background-color:#ffc800;
}
.theme_blue .theme_rating_drag {	/* Slider */
	background-color:#00a0db;
}


/* Puzzles - description block background and color */
.theme_blue .theme_puzzles {
	background-color:#006776;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_blue .theme_menu {
	background-color:#002130;
}
	.theme_blue #mainmenu a {
		color:#ffffff;
	}
	#mainmenu > li.theme_blue.current-menu-item > a,
	.theme_blue #mainmenu > li.current-menu-item > a {
		background-color:#00a0db;
		color:#ffffff;
	}
	#mainmenu > li.theme_blue > a:hover,
	#mainmenu > li.theme_blue.sfHover > a,
	.theme_blue #mainmenu > li > a:hover,
	.theme_blue #mainmenu > li.sfHover > a {
		background-color:#00a0db;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_blue ul,
	.theme_blue #mainmenu > li ul {
		background-color:#00a0db;
		color:#ffffff;
	}
	#mainmenu > li.theme_blue ul li a,
	.theme_blue #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_blue ul li.current-menu-item > a,
	.theme_blue #mainmenu > li ul li.current-menu-item > a {
		background-color:#002130;
	}
	#mainmenu > li.theme_blue ul li a:hover,
	#mainmenu > li.theme_blue ul li.sfHover > a,
	.theme_blue #mainmenu > li ul li a:hover,
	.theme_blue #mainmenu > li ul li.sfHover > a {
		background-color:#004666;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_blue #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_blue.current-menu-item a,
	.theme_blue #sidemenu_area li.current-menu-item a {
		background-color:#002130;
		color:#ffffff;
	}
	#sidemenu_area li.theme_blue a:hover,
	#sidemenu_area li.theme_blue.sfHover a,
	.theme_blue #sidemenu_area li a:hover,
	.theme_blue #sidemenu_area li.sfHover a {
		background-color:#004666;
		color:#ffffff;
	}




/* Pages navigation
---------------------------------------------------*/
.theme_blue #nav_pages li a,
.theme_blue #nav_pages li span,
.theme_blue .nav_pages_parts a,
.theme_blue .nav_pages_parts > span,
.theme_blue .nav_comments a,
.theme_blue .nav_comments > span {
	background-color:#008ec0;
	color:#ffffff;	
}
.theme_blue #nav_pages li a:hover,
.theme_blue .nav_pages_parts a:hover,
.theme_blue .nav_comments a:hover {
	background-color:#004666;
	color:#ffffff;	
}
.theme_blue #nav_pages li.pager_current span,
.theme_blue #nav_pages li.pager_current a,
.theme_blue #nav_pages li a.current,
.theme_blue .nav_pages_parts > span.page_num,
.theme_blue .nav_comments span {
	background-color:#00a0db;
	color:#ffffff;	
}
.theme_blue .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_blue #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#888888;
}



/* Form fields
---------------------------------------------------*/
.theme_blue #buddypress .button,
.theme_blue #buddypress .generic-button a,
.theme_blue #buddypress form input[type="button"],
.theme_blue #buddypress form input[type="reset"],
.theme_blue #buddypress form input[type="submit"],
.theme_blue.bbpress #bbpress-forums form input[type="button"],
.theme_blue.bbpress #bbpress-forums form input[type="submit"],
.theme_blue.bbpress #bbpress-forums form input[type="reset"],
.theme_blue button,
.theme_blue html input[type="button"],
.theme_blue input[type="reset"],
.theme_blue input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#008ec0;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_blue #buddypress .button:hover,
.theme_blue #buddypress .generic-button a:hover,
.theme_blue #buddypress form input[type="button"]:hover,
.theme_blue #buddypress form input[type="reset"]:hover,
.theme_blue #buddypress form input[type="submit"]:hover,
.theme_blue.bbpress #bbpress-forums form input[type="button"]:hover,
.theme_blue.bbpress #bbpress-forums form input[type="submit"]:hover,
.theme_blue.bbpress #bbpress-forums form input[type="reset"]:hover,
.theme_blue button:hover,
.theme_blue html input[type="button"]:hover,
.theme_blue input[type="reset"]:hover,
.theme_blue input[type="submit"]:hover {
	background:#003d59;
	color:#ffffff;	
}
.theme_blue #buddypress .button:focus,
.theme_blue #buddypress .generic-button a:focus,
.theme_blue #buddypress form input[type="button"]:focus,
.theme_blue #buddypress form input[type="reset"]:focus,
.theme_blue #buddypress form input[type="submit"]:focus,
.theme_blue.bbpress #bbpress-forums form input[type="button"]:focus,
.theme_blue.bbpress #bbpress-forums form input[type="submit"]:focus,
.theme_blue.bbpress #bbpress-forums form input[type="reset"]:focus,
.theme_blue button:focus,
.theme_blue html input[type="button"]:focus,
.theme_blue input[type="reset"]:focus,
.theme_blue input[type="submit"]:focus,
.theme_blue button:active,
.theme_blue html input[type="button"]:active,
.theme_blue input[type="reset"]:active,
.theme_blue input[type="submit"]:active {
	background:#00c6ff;
	color:#ffffff;	
}
.theme_blue #buddypress form textarea,
.theme_blue #buddypress form#whats-new-form textarea,
.theme_blue #buddypress form select,
.theme_blue #buddypress form input[type="file"],
.theme_blue #buddypress form input[type="text"],
.theme_blue #buddypress form input[type="search"],
.theme_blue #buddypress form input[type="email"],
.theme_blue #buddypress form input[type="number"],
.theme_blue #buddypress form input[type="checkbox"],
.theme_blue #buddypress form input[type="radio"],
.theme_blue #buddypress form input[type="password"],
.theme_blue .theme_field,
.theme_blue blockquote,
.theme_blue input[type="text"],
.theme_blue input[type="number"],
.theme_blue input[type="email"],
.theme_blue input[type="password"],
.theme_blue input[type="search"],
.theme_blue select,
.theme_blue textarea {
	background: #003d59;
	border-width:0;
	color: #ffffff;
}
.theme_blue #buddypress form textarea:focus,
.theme_blue #buddypress form#whats-new-form textarea:focus,
.theme_blue #buddypress form select:focus,
.theme_blue #buddypress form input[type="file"]:focus,
.theme_blue #buddypress form input[type="text"]:focus,
.theme_blue #buddypress form input[type="search"]:focus,
.theme_blue #buddypress form input[type="email"]:focus,
.theme_blue #buddypress form input[type="number"]:focus,
.theme_blue #buddypress form input[type="checkbox"]:focus,
.theme_blue #buddypress form input[type="radio"]:focus,
.theme_blue #buddypress form input[type="password"]:focus,
.theme_blue .theme_field:focus,
.theme_blue input[type="text"]:focus,
.theme_blue input[type="number"]:focus,
.theme_blue input[type="email"]:focus,
.theme_blue input[type="password"]:focus,
.theme_blue input[type="search"]:focus,
.theme_blue select:focus,
.theme_blue textarea:focus {
	background: #004962;
	color: #ffffff;
}




/* Sidebars
---------------------------------------------------*/
.theme_blue aside.widget {
	color:#ffffff;
	background-color:#005e7f;
}

/* All lists bullets in widgets */
.theme_blue #content ul li:before,
.theme_blue.widget_area ul li.current-menu-item > a,
.theme_blue.widget_area ul li:before {
	color:#00c6ff;
}

/* Widget Calendar */
.theme_blue .widget.widget_calendar table thead th {
	background-color:#008ec0;
}
.theme_blue .widget.widget_calendar table tbody td {
	color:#d0d0d0;
	background-color:#008ec0;
}
.theme_blue .widget.widget_calendar table tbody a {
	color:#ffffff;
	background-color:#008ec0;
}
.theme_blue .widget.widget_calendar table tbody a:hover {
	color:#ffffff;
	background-color:#003d59;
}
.theme_blue .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_blue .widget.widget_calendar caption {
	color:#ffffff;
}
.theme_blue .widget.widget_calendar table tbody #today,
.theme_blue .widget.widget_calendar table tbody #today a {
	color:#ffffff;	
	background-color:#00c6ff;
}

/* Widget Tag cloud */
.theme_blue .widget.widget_tag_cloud a {
	color:#ffffff;
	background-color:#008ec0;
}
.theme_blue .widget.widget_tag_cloud a:hover {
	color:#ffffff;
	background-color:#003d59;
}




/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_blue .sc_accordion .sc_accordion_item .sc_accordion_title a {
	color:#ffffff;
}
.theme_blue .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #008ec0;
	color:#ffffff;
}
.theme_blue .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #00c6ff;
}
.theme_blue .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#00c6ff;
}
.theme_blue .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#00c6ff;
}
.theme_blue .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #004666;
	color:#ffffff;
}

/* Blogger */
.theme_blue .sc_blogger .sc_blogger_title a:hover {
	color:#00c6ff;
}
.theme_blue .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #008ec0;
}
.theme_blue .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#337e99;
}
.theme_blue .sc_blogger.style_date .date_month {
	background-color:#00c6ff;
	color:#ffffff;
}
.theme_blue .sc_blogger.style_date .date_day {
	background-color:#ffffff;
	color:#111111;
	border-color:#337e99;
}
.theme_blue .sc_blogger .sc_blogger_item_bordered {
	border-color: #337e99;
}

/* Button */
.theme_blue .sc_button {
	border-color:#337e99;
	color:#ffffff;
}
.theme_blue .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
}

/* Dropcaps */
.theme_blue .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #ffffff;
}
.theme_blue .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #00c6ff;
	color: #fff;
}
.theme_blue .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #003d59;
	color: #fff;
}

/* Infobox */
.theme_blue.bbpress #bbpress-forums .bbp-template-notice,
.theme_blue .sc_infobox_style_regular {
	border-color: #e0e0e0;
	color:#666666;
	background: #ffffff;
}
.theme_blue.bbpress #bbpress-forums .bbp-template-notice p,
.theme_blue .sc_infobox_style_regular p {
	color:#666666;
}
.theme_blue.bbpress #bbpress-forums .bbp-template-notice.info,
.theme_blue .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}
.theme_blue.bbpress #bbpress-forums .bbp-template-notice.info p,
.theme_blue .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_blue .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_blue .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_blue .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_blue .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_blue .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_blue .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_blue .sc_line {
	border-color: #e0e0e0;
}

/* List */
.theme_blue ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_blue ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #00bcff;
}
.theme_blue ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_blue ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #ff5555;
}

/* Skills*/
.theme_blue .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#004962;
}
.theme_blue .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #337e99;
	background:#003d59;
}
.theme_blue .sc_skills .sc_skills_item .sc_skills_caption {
	color:#ffffff;
}
.theme_blue .sc_skills .sc_skills_item .sc_skills_level {
	background:#00c6ff;
	color:#ffffff;

}

/* Slider Flex */
.theme_blue .sc_slider_flex .flex-control-nav a:hover {
	background-color:#00c6ff;
}
.theme_blue .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#00c6ff;
}

/* Table */
.theme_blue .sc_table table td, 
.theme_blue .sc_table table th {
	border-color: #337e99;
	background: #003d59;
}
.theme_blue .sc_table table th {
	color:#ffffff;
	background: #004962;
}
.theme_blue .sc_table table tr:hover td {
	background-color:#005982;
}

/* Tabs */
.theme_blue .ui-tabs-active .theme_button {
	background-color:#00c6ff;
	color:#ffffff;	
}
.theme_blue .sc_tabs .content {
	background: #003d59;
	border-color: #337e99;
}

/* Team */
.theme_blue .sc_team .sc_team_item {
	background-color: #003d59;
}

/* Testimonials */
.theme_blue .sc_testimonials .sc_testimonials_position {
	color:#d0d0d0;
}
.theme_blue .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#003d59;
}
.theme_blue .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#004962;
	color:#ffffff;
}
.theme_blue .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #002d49;
}
.theme_blue .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #005e7f #005e7f;
}

/* Title */
.theme_blue .sc_title_bubble_top .sc_title_bubble_icon,
.theme_blue .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#00c6ff;
	color:#ffffff;
}
.theme_blue .sc_title_underline:after {
	border-bottom-color:#00c6ff;
}

/* Toggles */
.theme_blue .sc_toggles .sc_toggles_item .sc_toggles_title a {
	color:#ffffff;
}
.theme_blue .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #008ec0;
	color:#ffffff;
}
.theme_blue .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #00c6ff;
}
.theme_blue .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#00c6ff;
}
.theme_blue .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#00c6ff;
}
.theme_blue .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #004666;
	color:#ffffff;
}

/* Tooltip */
.theme_blue .sc_tooltip_parent {
	color:#ffffff;
	border-bottom-color:#003d59;
}
.theme_blue .sc_tooltip {
	background: #003d59;
	color:#ffffff;
}
.theme_blue .sc_tooltip:after {
	border-color: #003d59 transparent transparent;
}


/* Color theme 'Green' */

/* Page Body background */
.theme_green.theme_body, .theme_green .theme_body {
	background-color:#1a914c;
}

/* Article background */
.theme_green.theme_article, .theme_green .theme_article {
	color:#ffffff;
	background-color:#2ecc71;
}

/* Text color */
.theme_green p, .theme_green td, .theme_green th, .theme_green input, .theme_green textarea, .theme_green div,
.theme_green .theme_text {
	color:#222222;
}

/* Headers color */
.theme_green h1, .theme_green h2, .theme_green h3,
.theme_green .theme_title, .theme_green .theme_header {
	color:#ffffff;
}

/* SubHeaders color */
.theme_green h4, .theme_green h5, .theme_green h6,
.theme_green .theme_subtitle, .theme_green .theme_subheader {
	color:#ffffff;
}

/* Strong text */
.theme_green .theme_strong {
	color:#222222;
}

/* Info text - post date, author, comments etc. */
.theme_green .theme_info {
	color:#eeeeee;
}

/* Links (as text) */
.theme_green a, 
.theme_green .theme_link {
	color:#ffffff;
}

/* Links (as text) hover */
.theme_green a:hover,
.theme_green .theme_link:hover {
	color:#222222;
}

/* Links (as button) */
.theme_green a.more-link,
.theme_green a.comment-reply-link,
.theme_green .theme_button {
	background-color:#ffffff;
	color:#222222;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_green a.more-link:hover,
.theme_green a.comment-reply-link:hover,
.theme_green a.theme_button:hover,
.theme_green a.theme_accent_bg:hover,
.theme_green .theme_hover {
	background-color:#7f7f7f;
	color:#ffffff;	
}

/* Border color */
.theme_green fieldset,
.theme_green .theme_border {
	border-color:#29b765 !important;
}

/* Accent color */
.theme_green .theme_accent_bg {
	background-color:#20f37a;
	color:#ffffff;
}
.theme_green .theme_accent {
	color:#20f37a;
}
.theme_green .theme_accent_border {
	border-color:#20f37a;
}


/* Reviews stars */
.theme_green .theme_stars {		/* Inactive */
	color:#29b765;
}
.theme_green .theme_stars_on {	/* Active */
	color:#ffc800;
}
.theme_green .theme_rating_bar {		/* Inactive */
	background-color:#29b765;
}
.theme_green .theme_rating_level {	/* Active */
	background-color:#ffc800;
}
.theme_green .theme_rating_drag {	/* Slider */
	background-color:#20f37a;
}


/* Puzzles - description block background and color */
.theme_green .theme_puzzles {
	background-color:#017e36;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_green .theme_menu {
	background-color:#1a914c;
}
	.theme_green #mainmenu a {
		color:#ffffff;
	}
	#mainmenu > li.theme_green.current-menu-item > a,
	.theme_green #mainmenu > li.current-menu-item > a {
		background-color:#20f37a;
		color:#ffffff;
	}
	#mainmenu > li.theme_green > a:hover,
	#mainmenu > li.theme_green.sfHover > a,
	.theme_green #mainmenu > li > a:hover,
	.theme_green #mainmenu > li.sfHover > a {
		background-color:#20f37a;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_green ul,
	.theme_green #mainmenu > li ul {
		background-color:#20f37a;
		color:#ffffff;
	}
	#mainmenu > li.theme_green ul li a,
	.theme_green #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_green ul li.current-menu-item > a,
	.theme_green #mainmenu > li ul li.current-menu-item > a {
		background-color:#222222;
	}
	#mainmenu > li.theme_green ul li a:hover,
	#mainmenu > li.theme_green ul li.sfHover > a,
	.theme_green #mainmenu > li ul li a:hover,
	.theme_green #mainmenu > li ul li.sfHover > a {
		background-color:#222222;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_green #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_green.current-menu-item a,
	.theme_green #sidemenu_area li.current-menu-item a {
		background-color:#222222;
		color:#ffffff;
	}
	#sidemenu_area li.theme_green a:hover,
	#sidemenu_area li.theme_green.sfHover a,
	.theme_green #sidemenu_area li a:hover,
	.theme_green #sidemenu_area li.sfHover a {
		background-color:#7f7f7f;
		color:#ffffff;
	}




/* Pages navigation
---------------------------------------------------*/
.theme_green #nav_pages li a,
.theme_green #nav_pages li span,
.theme_green .nav_pages_parts a,
.theme_green .nav_pages_parts > span,
.theme_green .nav_comments a,
.theme_green .nav_comments > span {
	background-color:#ffffff;
	color:#222222;	
}
.theme_green #nav_pages li a:hover,
.theme_green .nav_pages_parts a:hover,
.theme_green .nav_comments a:hover {
	background-color:#7f7f7f;
	color:#ffffff;	
}
.theme_green #nav_pages li.pager_current span,
.theme_green #nav_pages li.pager_current a,
.theme_green #nav_pages li a.current,
.theme_green .nav_pages_parts > span.page_num,
.theme_green .nav_comments span {
	background-color:#222222;
	color:#ffffff;	
}
.theme_green .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_green #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#ffffff;
}



/* Form fields
---------------------------------------------------*/
.theme_green #buddypress .button,
.theme_green #buddypress .generic-button a,
.theme_green #buddypress form input[type="button"],
.theme_green #buddypress form input[type="reset"],
.theme_green #buddypress form input[type="submit"],
.theme_green.bbpress #bbpress-forums form input[type="button"],
.theme_green.bbpress #bbpress-forums form input[type="submit"],
.theme_green.bbpress #bbpress-forums form input[type="reset"],
.theme_green button,
.theme_green html input[type="button"],
.theme_green input[type="reset"],
.theme_green input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#ffffff;
	color:#222222;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_green #buddypress .button:hover,
.theme_green #buddypress .generic-button a:hover,
.theme_green #buddypress form input[type="button"]:hover,
.theme_green #buddypress form input[type="reset"]:hover,
.theme_green #buddypress form input[type="submit"]:hover,
.theme_green.bbpress #bbpress-forums form input[type="button"]:hover,
.theme_green.bbpress #bbpress-forums form input[type="submit"]:hover,
.theme_green.bbpress #bbpress-forums form input[type="reset"]:hover,
.theme_green button:hover,
.theme_green html input[type="button"]:hover,
.theme_green input[type="reset"]:hover,
.theme_green input[type="submit"]:hover {
	background:#7f7f7f;
	color:#ffffff;	
}
.theme_green #buddypress .button:focus,
.theme_green #buddypress .generic-button a:focus,
.theme_green #buddypress form input[type="button"]:focus,
.theme_green #buddypress form input[type="reset"]:focus,
.theme_green #buddypress form input[type="submit"]:focus,
.theme_green.bbpress #bbpress-forums form input[type="button"]:focus,
.theme_green.bbpress #bbpress-forums form input[type="submit"]:focus,
.theme_green.bbpress #bbpress-forums form input[type="reset"]:focus,
.theme_green button:focus,
.theme_green html input[type="button"]:focus,
.theme_green input[type="reset"]:focus,
.theme_green input[type="submit"]:focus,
.theme_green button:active,
.theme_green html input[type="button"]:active,
.theme_green input[type="reset"]:active,
.theme_green input[type="submit"]:active {
	background:#ffffff;
	color:#222222;	
}
.theme_green #buddypress form textarea,
.theme_green #buddypress form#whats-new-form textarea,
.theme_green #buddypress form select,
.theme_green #buddypress form input[type="file"],
.theme_green #buddypress form input[type="text"],
.theme_green #buddypress form input[type="search"],
.theme_green #buddypress form input[type="email"],
.theme_green #buddypress form input[type="number"],
.theme_green #buddypress form input[type="checkbox"],
.theme_green #buddypress form input[type="radio"],
.theme_green #buddypress form input[type="password"],
.theme_green .theme_field,
.theme_green blockquote,
.theme_green input[type="text"],
.theme_green input[type="number"],
.theme_green input[type="email"],
.theme_green input[type="password"],
.theme_green input[type="search"],
.theme_green select,
.theme_green textarea {
	background: #1a914c;
	border-width:0;
	color: #ffffff;
}
.theme_green #buddypress form textarea:focus,
.theme_green #buddypress form#whats-new-form textarea:focus,
.theme_green #buddypress form select:focus,
.theme_green #buddypress form input[type="file"]:focus,
.theme_green #buddypress form input[type="text"]:focus,
.theme_green #buddypress form input[type="search"]:focus,
.theme_green #buddypress form input[type="email"]:focus,
.theme_green #buddypress form input[type="number"]:focus,
.theme_green #buddypress form input[type="checkbox"]:focus,
.theme_green #buddypress form input[type="radio"]:focus,
.theme_green #buddypress form input[type="password"]:focus,
.theme_green .theme_field:focus,
.theme_green input[type="text"]:focus,
.theme_green input[type="number"]:focus,
.theme_green input[type="email"]:focus,
.theme_green input[type="password"]:focus,
.theme_green input[type="search"]:focus,
.theme_green select:focus,
.theme_green textarea:focus {
	background: #15753d;
	color: #ffffff;
}




/* Sidebars
---------------------------------------------------*/
.theme_green aside.widget {
	color:#ffffff;
	background-color:#2ecc71;
}

/* All lists bullets in widgets */
.theme_green #content ul li:before,
.theme_green.widget_area ul li.current-menu-item > a,
.theme_green.widget_area ul li:before {
	color:#222222;
}

/* Widget Calendar */
.theme_green .widget.widget_calendar table thead th {
	background-color:#ffffff;
	color:#222222;
}
.theme_green .widget.widget_calendar table tbody td {
	color:#222222;
	background-color:#ffffff;
}
.theme_green .widget.widget_calendar table tbody a {
	color:#2ecc71;
	background-color:#ffffff;
}
.theme_green .widget.widget_calendar table tbody a:hover {
	color:#ffffff;
	background-color:#7f7f7f;
}
.theme_green .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_green .widget.widget_calendar caption {
	color:#ffffff;
}
.theme_green .widget.widget_calendar table tbody #today,
.theme_green .widget.widget_calendar table tbody #today a {
	color:#ffffff;	
	background-color:#1a914c;
}

/* Widget Tag cloud */
.theme_green .widget.widget_tag_cloud a {
	color:#222222;
	background-color:#ffffff;
}
.theme_green .widget.widget_tag_cloud a:hover {
	color:#ffffff;
	background-color:#7f7f7f;
}




/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_green .sc_accordion .sc_accordion_item .sc_accordion_title a {
	color:#ffffff;
}
.theme_green .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #ffffff;
	color:#222222;
}
.theme_green .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #222222;
	color:#ffffff;
}
.theme_green .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#222222;
}
.theme_green .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#222222;
}
.theme_green .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #7f7f7f;
	color:#ffffff;
}

/* Blogger */
.theme_green .sc_blogger .sc_blogger_title a:hover {
	color:#222222;
}
.theme_green .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #ffffff;
}
.theme_green .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#29b765;
}
.theme_green .sc_blogger.style_date .date_month {
	background-color:#20f37a;
	color:#222222;
}
.theme_green .sc_blogger.style_date .date_day {
	background-color:#ffffff;
	color:#222222;
	border-color:#29b765;
}
.theme_green .sc_blogger .sc_blogger_item_bordered {
	border-color: #29b765;
}

/* Button */
.theme_green .sc_button {
	border-color:#29b765;
	color:#222222;
}
.theme_green .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
	color: #222222;
}

/* Dropcaps */
.theme_green .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #ffffff;
}
.theme_green .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #222222;
	color: #ffffff;
}
.theme_green .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #20f37a;
	color: #ffffff;
}

/* Infobox */
.theme_green.bbpress #bbpress-forums .bbp-template-notice,
.theme_green .sc_infobox_style_regular {
	border-color: #e0e0e0;
	color:#666666;
	background: #ffffff;
}
.theme_green.bbpress #bbpress-forums .bbp-template-notice p,
.theme_green .sc_infobox_style_regular p {
	color:#666666;
}
.theme_green.bbpress #bbpress-forums .bbp-template-notice.info,
.theme_green .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}
.theme_green.bbpress #bbpress-forums .bbp-template-notice.info p,
.theme_green .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_green .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_green .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_green .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_green .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_green .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_green .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_green .sc_line {
	border-color: #29b765;
}

/* List */
.theme_green ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_green ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #1a914c;
}
.theme_green ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_green ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #ff5555;
}

/* Skills*/
.theme_green .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#1a914c;
}
.theme_green .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #29b765;
	background:#222222;
}
.theme_green .sc_skills .sc_skills_item .sc_skills_caption {
	color:#ffffff;
}
.theme_green .sc_skills .sc_skills_item .sc_skills_level {
	background:#222222;
	color:#ffffff;

}

/* Slider Flex */
.theme_green .sc_slider_flex .flex-control-nav a:hover {
	background-color:#20f37a;
}
.theme_green .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#20f37a;
}

/* Table */
.theme_green .sc_table table td, 
.theme_green .sc_table table th {
	border-color: #29b765;
	background: #1a914c;
	color: #ffffff;
}
.theme_green .sc_table table th {
	background: #222222;
}
.theme_green .sc_table table tr:hover td {
	background-color:#7f7f7f;
}

/* Tabs */
.theme_green .ui-tabs-active .theme_button {
	background-color:#222222;
	color:#ffffff;	
}
.theme_green .sc_tabs .content {
	background: #1a914c;
	color:#ffffff;
	border-color: #29b765;
}

/* Team */
.theme_green .sc_team .sc_team_item {
	background-color: #1a914c;
}

/* Testimonials */
.theme_green .sc_testimonials .sc_testimonials_position {
	color:#ffffff;
}
.theme_green .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#1a914c;
}
.theme_green .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#1a914c;
	color:#ffffff;
}
.theme_green .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #126736;
}
.theme_green .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #2ecc71 #2ecc71;
}

/* Title */
.theme_green .sc_title_bubble_top .sc_title_bubble_icon,
.theme_green .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#222222;
	color:#ffffff;
}
.theme_green .sc_title_underline:after {
	border-bottom-color:#222222;
}

/* Toggles */
.theme_green .sc_toggles .sc_toggles_item .sc_toggles_title a {
	color:#ffffff;
}
.theme_green .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #ffffff;
	color:#222222;
}
.theme_green .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #222222;
	color:#ffffff;
}
.theme_green .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#222222;
}
.theme_green .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#222222;
}
.theme_green .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #7f7f7f;
	color:#ffffff;
}

/* Tooltip */
.theme_green .sc_tooltip_parent {
	color:#ffffff;
	border-bottom-color:#29b765;
}
.theme_green .sc_tooltip {
	background: #1a914c;
	color:#ffffff;
}
.theme_green .sc_tooltip:after {
	border-color: #1a914c transparent transparent;
}


/* Color theme 'YellowDark' */

/* Page Body background */
.theme_yellowdark.theme_body, .theme_yellowdark .theme_body {
	background-color:#111111;
}

/* Article background */
.theme_yellowdark.theme_article, .theme_yellowdark .theme_article {
	color:#888888;
	background-color:#222222;
}

/* Text color */
.theme_yellowdark p, .theme_yellowdark td, .theme_yellowdark th, .theme_yellowdark input, .theme_yellowdark textarea, .theme_yellowdark div,
.theme_yellowdark .theme_text {
	color:#888888;
}

/* Headers color */
.theme_yellowdark h1, .theme_yellowdark h2, .theme_yellowdark h3,
.theme_yellowdark .theme_title, .theme_yellowdark .theme_header {
	color:#ffffff;
}

/* SubHeaders color */
.theme_yellowdark h4, .theme_yellowdark h5, .theme_yellowdark h6,
.theme_yellowdark .theme_subtitle, .theme_yellowdark .theme_subheader {
	color:#ffffff;
}

/* Strong text */
.theme_yellowdark .theme_strong {
	color:#ffffff;
}

/* Info text - post date, author, comments etc. */
.theme_yellowdark .theme_info {
	color:#888888;
}

/* Links (as text) */
.theme_yellowdark a,
.theme_yellowdark .theme_link {
	color:#ffffff;
}

/* Links (as text) hover */
.theme_yellowdark a:hover,
.theme_yellowdark .theme_link:hover {
	color:#ffc800;
}

/* Links (as button) */
.theme_yellowdark a.more-link, 
.theme_yellowdark a.comment-reply-link,
.theme_yellowdark .theme_button {
	background-color:#666666;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_yellowdark a.more-link:hover,
.theme_yellowdark a.comment-reply-link:hover,
.theme_yellowdark a.theme_button:hover,
.theme_yellowdark a.theme_accent_bg:hover,
.theme_yellowdark .theme_hover {
	background-color:#333333;
	color:#ffc800;	
}

/* Border color */
.theme_yellowdark fieldset,
.theme_yellowdark .theme_border {
	border-color:#363636 !important;
}

/* Accent color */
.theme_yellowdark .theme_accent_bg {
	background-color:#ffc800;
	color:#ffffff;
}
.theme_yellowdark .theme_accent {
	color:#ffc800;
}
.theme_yellowdark .theme_accent_border {
	border-color:#ffc800;
}


/* Reviews stars */
.theme_yellowdark .theme_stars {		/* Inactive */
	color:#888888;
}
.theme_yellowdark .theme_stars_on {		/* Active */
	color:#ffc800;
}
.theme_yellowdark .theme_rating_bar {		/* Inactive */
	background-color:#888888;
}
.theme_yellowdark .theme_rating_level {	/* Active */
	background-color:#ffc800;
}
.theme_yellowdark .theme_rating_drag {	/* Slider */
	background-color:#666666;
}


/* Puzzles - description block background and color */
.theme_yellowdark .theme_puzzles {
	background-color:#333333;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_yellowdark .theme_menu {
	background-color:#111111;
}
	.theme_yellowdark #mainmenu a {
		color:#ffffff;
	}
	#mainmenu > li.theme_yellowdark.current-menu-item > a,
	.theme_yellowdark #mainmenu > li.current-menu-item > a {
		background-color:#ffc800;
		color:#ffffff;
	}
	#mainmenu > li.theme_yellowdark > a:hover,
	#mainmenu > li.sfHover.theme_yellowdark  > a,
	.theme_yellowdark #mainmenu > li > a:hover,
	.theme_yellowdark #mainmenu > li.sfHover > a {
		background-color:#ffc800;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_yellowdark ul,
	.theme_yellowdark #mainmenu > li ul {
		background-color:#ffc800;
		color:#ffffff;
	}
	#mainmenu > li.theme_yellowdark ul li a,
	.theme_yellowdark #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_yellowdark ul li.current-menu-item > a,
	.theme_yellowdark #mainmenu > li ul li.current-menu-item > a {
		background-color:#004666;
	}
	#mainmenu > li.theme_yellowdark ul li a:hover,
	#mainmenu > li.theme_yellowdark ul li.sfHover > a,
	.theme_yellowdark #mainmenu > li ul li a:hover,
	.theme_yellowdark #mainmenu > li ul li.sfHover > a {
		background-color:#004666;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_yellowdark #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_yellowdark.current-menu-item a,
	.theme_yellowdark #sidemenu_area li.current-menu-item a {
		background-color:#666666;
		color:#ffffff;
	}
	#sidemenu_area li.theme_yellowdark a:hover,
	#sidemenu_area li.sfHover.theme_yellowdark a,
	.theme_yellowdark #sidemenu_area li a:hover,
	.theme_yellowdark #sidemenu_area li.sfHover a {
		background-color:#333333;
		color:#ffffff;
	}



/* Pages navigation
---------------------------------------------------*/
.theme_yellowdark #nav_pages li a,
.theme_yellowdark #nav_pages li span,
.theme_yellowdark .nav_pages_parts a,
.theme_yellowdark .nav_pages_parts > span,
.theme_yellowdark .nav_comments a,
.theme_yellowdark .nav_comments > span {
	background-color:#666666;
	color:#ffffff;	
}
.theme_yellowdark #nav_pages li a:hover,
.theme_yellowdark .nav_pages_parts a:hover,
.theme_yellowdark .nav_comments a:hover {
	background-color:#333333;
	color:#ffffff;	
}
.theme_yellowdark #nav_pages li.pager_current span,
.theme_yellowdark #nav_pages li.pager_current a,
.theme_yellowdark #nav_pages li a.current,
.theme_yellowdark .nav_pages_parts > span.page_num,
.theme_yellowdark .nav_comments span {
	background-color:#ffc800;
	color:#ffffff;	
}
.theme_yellowdark .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_yellowdark #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#888888;
}



/* Form fields
---------------------------------------------------*/
.theme_yellowdark #buddypress .button,
.theme_yellowdark #buddypress .generic-button a,
.theme_yellowdark #buddypress form input[type="button"],
.theme_yellowdark #buddypress form input[type="reset"],
.theme_yellowdark #buddypress form input[type="submit"],
.theme_yellowdark.bbpress #bbpress-forums form input[type="button"],
.theme_yellowdark.bbpress #bbpress-forums form input[type="submit"],
.theme_yellowdark.bbpress #bbpress-forums form input[type="reset"],
.theme_yellowdark button,
.theme_yellowdark html input[type="button"],
.theme_yellowdark input[type="reset"],
.theme_yellowdark input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#666666;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_yellowdark #buddypress .button:hover,
.theme_yellowdark #buddypress .generic-button a:hover,
.theme_yellowdark #buddypress form input[type="button"]:hover,
.theme_yellowdark #buddypress form input[type="reset"]:hover,
.theme_yellowdark #buddypress form input[type="submit"]:hover,
.theme_yellowdark.bbpress #bbpress-forums form input[type="button"]:hover,
.theme_yellowdark.bbpress #bbpress-forums form input[type="submit"]:hover,
.theme_yellowdark.bbpress #bbpress-forums form input[type="reset"]:hover,
.theme_yellowdark button:hover,
.theme_yellowdark html input[type="button"]:hover,
.theme_yellowdark input[type="reset"]:hover,
.theme_yellowdark input[type="submit"]:hover {
	background:#333333;
	color:#ffffff;	
}
.theme_yellowdark #buddypress .button:focus,
.theme_yellowdark #buddypress .generic-button a:focus,
.theme_yellowdark #buddypress form input[type="button"]:focus,
.theme_yellowdark #buddypress form input[type="reset"]:focus,
.theme_yellowdark #buddypress form input[type="submit"]:focus,
.theme_yellowdark.bbpress #bbpress-forums form input[type="button"]:focus,
.theme_yellowdark.bbpress #bbpress-forums form input[type="submit"]:focus,
.theme_yellowdark.bbpress #bbpress-forums form input[type="reset"]:focus,
.theme_yellowdark button:focus,
.theme_yellowdark html input[type="button"]:focus,
.theme_yellowdark input[type="reset"]:focus,
.theme_yellowdark input[type="submit"]:focus,
.theme_yellowdark button:active,
.theme_yellowdark html input[type="button"]:active,
.theme_yellowdark input[type="reset"]:active,
.theme_yellowdark input[type="submit"]:active {
	background:#ffc800;
	color:#ffffff;	
}
.theme_yellowdark #buddypress form textarea,
.theme_yellowdark #buddypress form#whats-new-form textarea,
.theme_yellowdark #buddypress form select,
.theme_yellowdark #buddypress form input[type="file"],
.theme_yellowdark #buddypress form input[type="text"],
.theme_yellowdark #buddypress form input[type="search"],
.theme_yellowdark #buddypress form input[type="email"],
.theme_yellowdark #buddypress form input[type="number"],
.theme_yellowdark #buddypress form input[type="checkbox"],
.theme_yellowdark #buddypress form input[type="radio"],
.theme_yellowdark #buddypress form input[type="password"],
.theme_yellowdark .theme_field,
.theme_yellowdark blockquote,
.theme_yellowdark input[type="text"],
.theme_yellowdark input[type="number"],
.theme_yellowdark input[type="email"],
.theme_yellowdark input[type="password"],
.theme_yellowdark input[type="search"],
.theme_yellowdark select,
.theme_yellowdark textarea {
	background: #333333;
	border-width:0;
	color: #ffffff;
}
.theme_yellowdark #buddypress form textarea:focus,
.theme_yellowdark #buddypress form#whats-new-form textarea:focus,
.theme_yellowdark #buddypress form select:focus,
.theme_yellowdark #buddypress form input[type="file"]:focus,
.theme_yellowdark #buddypress form input[type="text"]:focus,
.theme_yellowdark #buddypress form input[type="search"]:focus,
.theme_yellowdark #buddypress form input[type="email"]:focus,
.theme_yellowdark #buddypress form input[type="number"]:focus,
.theme_yellowdark #buddypress form input[type="checkbox"]:focus,
.theme_yellowdark #buddypress form input[type="radio"]:focus,
.theme_yellowdark #buddypress form input[type="password"]:focus,
.theme_yellowdark .theme_field:focus,
.theme_yellowdark input[type="text"]:focus, 	
.theme_yellowdark input[type="number"]:focus, 	
.theme_yellowdark input[type="email"]:focus,
.theme_yellowdark input[type="password"]:focus,
.theme_yellowdark input[type="search"]:focus,
.theme_yellowdark select:focus,
.theme_yellowdark textarea:focus {
	background: #666666;
	color: #ffffff;
}




/* Sidebars
---------------------------------------------------*/
.theme_yellowdark aside.widget {
	color:#888888;
	background-color:#222222;
}

/* All lists bullets in widgets */
.theme_yellowdark #content ul li:before,
.theme_yellowdark.widget_area ul li.current-menu-item > a,
.theme_yellowdark.widget_area ul li:before {
	color:#ffc800;
}

/* Widget Calendar */
.theme_yellowdark .widget.widget_calendar table thead th {
	background-color:#333333;
}
.theme_yellowdark .widget.widget_calendar table tbody td {
	color:#888888;
	background-color:#333333;
}
.theme_yellowdark .widget.widget_calendar table tbody a {
	color:#ffffff;
	background-color:#666666;
}
.theme_yellowdark .widget.widget_calendar table tbody a:hover {
	color:#ffc800;
	background-color:#333333;
}
.theme_yellowdark .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_yellowdark .widget.widget_calendar caption {
	color:#ffffff;
}
.theme_yellowdark .widget.widget_calendar table tbody #today,
.theme_yellowdark .widget.widget_calendar table tbody #today a {
	color:#222222;	
	background-color:#ffc800;
}

/* Widget Tag cloud */
.theme_yellowdark .widget.widget_tag_cloud a {
	color:#ffffff;
	background-color:#666666;
}
.theme_yellowdark .widget.widget_tag_cloud a:hover {
	color:#ffc800;
	background-color:#333333;
}



/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_yellowdark .sc_accordion .sc_accordion_item .sc_accordion_title a {
	color:#ffffff;
}
.theme_yellowdark .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #666666;
	color:#ffffff;
}
.theme_yellowdark .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #00c6ff;
}
.theme_yellowdark .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#00c6ff;
}
.theme_yellowdark .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#666666;
}
.theme_yellowdark .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #333333;
	color:#666666;
}

/* Blogger */
.theme_yellowdark .sc_blogger .sc_blogger_title a:hover {
	color:#666666;
}
.theme_yellowdark .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #888888;
}
.theme_yellowdark .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#363636;
}
.theme_yellowdark .sc_blogger.style_date .date_month {
	background-color:#666666;
	color:#ffffff;
}
.theme_yellowdark .sc_blogger.style_date .date_day {
	background-color:#333333;
	color:#ffffff;
	border-color:#363636;
}
.theme_yellowdark .sc_blogger .sc_blogger_item_bordered {
	border-color: #363636;
}

/* Button */
.theme_yellowdark .sc_button {
	border-color:#363636;
	color:#ffffff;
}
.theme_yellowdark .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
}

/* Dropcaps */
.theme_yellowdark .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #ffffff;
}
.theme_yellowdark .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #ffc800;
	color: #fff;
}
.theme_yellowdark .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #666666;
	color: #fff;
}

/* Infobox */
.theme_yellowdark.bbpress #bbpress-forums .bbp-template-notice,
.theme_yellowdark .sc_infobox_style_regular {
	border-color: #363636;
	color:#ffffff;
	background: #666666;
}
.theme_yellowdark.bbpress #bbpress-forums .bbp-template-notice p,
.theme_yellowdark .sc_infobox_style_regular p {
	color:#ffffff;
}
.theme_yellowdark.bbpress #bbpress-forums .bbp-template-notice.info,
.theme_yellowdark .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}
.theme_yellowdark.bbpress #bbpress-forums .bbp-template-notice.info p,
.theme_yellowdark .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_yellowdark .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_yellowdark .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_yellowdark .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_yellowdark .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_yellowdark .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_yellowdark .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_yellowdark .sc_line {
	border-color: #363636;
}

/* List */
.theme_yellowdark ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_yellowdark ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #ffc800;
}
.theme_yellowdark ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_yellowdark ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #ff5555;
}

/* Skills */
.theme_yellowdark .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#333333;
}
.theme_yellowdark .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #363636;
	background:#666666;
}
.theme_yellowdark .sc_skills .sc_skills_item .sc_skills_caption {
	color:#ffffff;
}
.theme_yellowdark .sc_skills .sc_skills_item .sc_skills_level {
	background:#ffc800;
	color:#ffffff;
}

/* Slider Flex */
.theme_yellowdark .sc_slider_flex .flex-control-nav a:hover {
	background-color:#ffc800;
}
.theme_yellowdark .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#ffc800;
}

/* Table */
.theme_yellowdark .sc_table table td, 
.theme_yellowdark .sc_table table th {
	border-color: #111111;
	background: #333333;
}
.theme_yellowdark .sc_table table th {
	color:#ffffff;
	background: #666666;
}
.theme_yellowdark .sc_table table tr:hover td {
	background-color:#444444;
}

/* Tabs */
.theme_yellowdark .ui-tabs-active .theme_button {
	background-color:#ffc800;
	color:#222222;	
}
.theme_yellowdark .sc_tabs .content {
	background: #333333;
	border-color: #363636;
}

/* Team */
.theme_yellowdark .sc_team .sc_team_item {
	background: #333333;
}

/* Testimonials */
.theme_yellowdark .sc_testimonials .sc_testimonials_position {
	color:#888888;
}
.theme_yellowdark .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#333333;
}
.theme_yellowdark .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#666666;
	color:#ffffff;
}
.theme_yellowdark .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #444444;
}
.theme_yellowdark .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #222222 #222222;
}

/* Title */
.theme_yellowdark .sc_title_bubble_top .sc_title_bubble_icon,
.theme_yellowdark .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#ffc800;
	color:#ffffff;
}
.theme_yellowdark .sc_title_underline:after {
	border-bottom-color:#ffc800;
}

/* Toggles */
.theme_yellowdark .sc_toggles .sc_toggles_item .sc_toggles_title a {
	color:#ffffff;
}
.theme_yellowdark .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #666666;
	color:#ffffff;
}
.theme_yellowdark .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #00c6ff;
}
.theme_yellowdark .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#00c6ff;
}
.theme_yellowdark .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#666666;
}
.theme_yellowdark .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #333333;
	color:#666666;
}

/* Tooltip */
.theme_yellowdark .sc_tooltip_parent {
	color:#ffffff;
	border-bottom-color:#363636;
}
.theme_yellowdark .sc_tooltip {
	background: #666666;
	color:#ffffff;
}
.theme_yellowdark .sc_tooltip:after {
	border-color: #666666 transparent transparent;
}


/* Color theme: 'YellowLight' */

/* Page Body background */
.theme_yellowlight.theme_body, .theme_yellowlight .theme_body {
	background-color:#f0f0f0;
}

/* Article background */
.theme_yellowlight.theme_article, .theme_yellowlight .theme_article {
	color:#434343;
	background-color:#ffffff;
}

/* Text color */
.theme_yellowlight p, .theme_yellowlight td, .theme_yellowlight th, .theme_yellowlight input, .theme_yellowlight textarea, .theme_yellowlight div,
.theme_yellowlight .theme_text {
	color:#434343;
}

/* Headers color */
.theme_yellowlight h1, .theme_yellowlight h2, .theme_yellowlight h3,
.theme_yellowlight .theme_title, .theme_yellowlight .theme_header {
	color:#282828;
}

/* SubHeaders color */
.theme_yellowlight h4, .theme_yellowlight h5, .theme_yellowlight h6,
.theme_yellowlight .theme_subtitle, .theme_yellowlight .theme_subheader {
	color:#282828;
}

/* Strong text */
.theme_yellowlight .theme_strong {
	color:#282828;
}

/* Info text - post date, author, comments etc. */
.theme_yellowlight .theme_info {
	color:#999999;
}

/* Links (as text) */
.theme_yellowlight a,
.theme_yellowlight .theme_link {
	color:#999999;
}

/* Links (as text) hover */
.theme_yellowlight a:hover,
.theme_yellowlight .theme_link:hover {
	color:#ffc800;
}

/* Links (as button) */
.theme_yellowlight a.more-link,
.theme_yellowlight a.comment-reply-link,
.theme_yellowlight .theme_button {
	background-color:#282828;
	color:#ffc800;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_yellowlight a.more-link:hover,
.theme_yellowlight a.comment-reply-link:hover,
.theme_yellowlight a.theme_button:hover,
.theme_yellowlight a.theme_accent_bg:hover,
.theme_yellowlight .theme_hover {
	background-color:#727272;
	color:#ffffff;	
}

/* Border color */
.theme_yellowlight fieldset,
.theme_yellowlight .theme_border {
	border-color:#e0e0e0 !important;
}

/* Accent color */
.theme_yellowlight .theme_accent_bg {
	background-color:#ffc800;
	color:#ffffff;
}
.theme_yellowlight .theme_accent {
	color:#ffc800;
}
.theme_yellowlight .theme_accent_border {
	border-color:#ffc800;
}

/* Reviews stars */
.theme_yellowlight .theme_stars {		/* Inactive */
	color:#888888;
}
.theme_yellowlight .theme_stars_on {	/* Active */
	color:#ffc800;
}
.theme_yellowlight .theme_rating_bar {		/* Inactive */
	background-color:#888888;
}
.theme_yellowlight .theme_rating_level {	/* Active */
	background-color:#ffc800;
}
.theme_yellowlight .theme_rating_drag {	/* Slider */
	background-color:#e99f00;
}


/* Puzzles - description block background and color */
.theme_yellowlight .theme_puzzles {
	background-color:#e99f00;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_yellowlight .theme_menu {
	background-color:#f0f0f0;
}
	.theme_yellowlight #mainmenu a {
		color:#222222;
	}
	#mainmenu > li.theme_yellowlight.current-menu-item > a,
	.theme_yellowlight #mainmenu > li.current-menu-item > a {
		background-color:#ffc800;
		color:#ffffff;
	}
	#mainmenu > li.theme_yellowlight > a:hover,
	#mainmenu > li.theme_yellowlight.sfHover > a,
	.theme_yellowlight #mainmenu > li > a:hover,
	.theme_yellowlight #mainmenu > li.sfHover > a {
		background-color:#ffc800;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_yellowlight ul,
	.theme_yellowlight #mainmenu > li ul {
		background-color:#ffc800;
		color:#ffffff;
	}
	#mainmenu > li.theme_yellowlight ul li a,
	.theme_yellowlight #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_yellowlight ul li.current-menu-item > a,
	.theme_yellowlight #mainmenu > li ul li.current-menu-item > a {
		background-color:#282828;
	}
	#mainmenu > li.theme_yellowlight ul li a:hover,
	#mainmenu > li.theme_yellowlight ul li.sfHover > a,
	.theme_yellowlight #mainmenu > li ul li a:hover,
	.theme_yellowlight #mainmenu > li ul li.sfHover > a {
		background-color:#727272;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_yellowlight #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_yellowlight.current-menu-item a,
	.theme_yellowlight #sidemenu_area li.current-menu-item a {
		background-color:#282828;
		color:#ffffff;
	}
	#sidemenu_area li.theme_yellowlight a:hover,
	#sidemenu_area li.theme_yellowlight.sfHover a,
	.theme_yellowlight #sidemenu_area li a:hover,
	.theme_yellowlight #sidemenu_area li.sfHover a {
		background-color:#727272;
		color:#ffffff;
	}


/* Pages navigation
---------------------------------------------------*/
.theme_yellowlight #nav_pages li a,
.theme_yellowlight #nav_pages li span,
.theme_yellowlight .nav_pages_parts a,
.theme_yellowlight .nav_pages_parts > span,
.theme_yellowlight .nav_comments a,
.theme_yellowlight .nav_comments > span {
	background-color:#282828;
	color:#ffffff;	
}
.theme_yellowlight #nav_pages li a:hover,
.theme_yellowlight .nav_pages_parts a:hover,
.theme_yellowlight .nav_comments a:hover {
	background-color:#727272;
	color:#ffffff;	
}
.theme_yellowlight #nav_pages li.pager_current span,
.theme_yellowlight #nav_pages li.pager_current a,
.theme_yellowlight #nav_pages li a.current,
.theme_yellowlight .nav_pages_parts > span.page_num,
.theme_yellowlight .nav_comments span {
	background-color:#ffc800;
	color:#ffffff;	
}
.theme_yellowlight .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_yellowlight #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#999999;
}


/* Form fields
---------------------------------------------------*/
.theme_yellowlight #buddypress .button,
.theme_yellowlight #buddypress .generic-button a,
.theme_yellowlight #buddypress form input[type="button"],
.theme_yellowlight #buddypress form input[type="reset"],
.theme_yellowlight #buddypress form input[type="submit"],
.theme_yellowlight.bbpress #bbpress-forums form input[type="button"],
.theme_yellowlight.bbpress #bbpress-forums form input[type="submit"],
.theme_yellowlight.bbpress #bbpress-forums form input[type="reset"],
.theme_yellowlight button,
.theme_yellowlight html input[type="button"],
.theme_yellowlight input[type="reset"],
.theme_yellowlight input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#282828;
	color:#ffc800;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_yellowlight #buddypress .button:hover,
.theme_yellowlight #buddypress .generic-button a:hover,
.theme_yellowlight #buddypress form input[type="button"]:hover,
.theme_yellowlight #buddypress form input[type="reset"]:hover,
.theme_yellowlight #buddypress form input[type="submit"]:hover,
.theme_yellowlight.bbpress #bbpress-forums form input[type="button"]:hover,
.theme_yellowlight.bbpress #bbpress-forums form input[type="submit"]:hover,
.theme_yellowlight.bbpress #bbpress-forums form input[type="reset"]:hover,
.theme_yellowlight button:hover,
.theme_yellowlight html input[type="button"]:hover,
.theme_yellowlight input[type="reset"]:hover,
.theme_yellowlight input[type="submit"]:hover {
	background:#727272;
	color:#ffffff;	
}
.theme_yellowlight #buddypress .button:focus,
.theme_yellowlight #buddypress .generic-button a:focus,
.theme_yellowlight #buddypress form input[type="button"]:focus,
.theme_yellowlight #buddypress form input[type="reset"]:focus,
.theme_yellowlight #buddypress form input[type="submit"]:focus,
.theme_yellowlight.bbpress #bbpress-forums form input[type="button"]:focus,
.theme_yellowlight.bbpress #bbpress-forums form input[type="submit"]:focus,
.theme_yellowlight.bbpress #bbpress-forums form input[type="reset"]:focus,
.theme_yellowlight button:focus,
.theme_yellowlight html input[type="button"]:focus,
.theme_yellowlight input[type="reset"]:focus,
.theme_yellowlight input[type="submit"]:focus,
.theme_yellowlight button:active,
.theme_yellowlight html input[type="button"]:active,
.theme_yellowlight input[type="reset"]:active,
.theme_yellowlight input[type="submit"]:active {
	background:#282828;
	color:#ffffff;	
}
.theme_yellowlight #buddypress form textarea,
.theme_yellowlight #buddypress form#whats-new-form textarea,
.theme_yellowlight #buddypress form select,
.theme_yellowlight #buddypress form input[type="file"],
.theme_yellowlight #buddypress form input[type="text"],
.theme_yellowlight #buddypress form input[type="search"],
.theme_yellowlight #buddypress form input[type="email"],
.theme_yellowlight #buddypress form input[type="number"],
.theme_yellowlight #buddypress form input[type="checkbox"],
.theme_yellowlight #buddypress form input[type="radio"],
.theme_yellowlight #buddypress form input[type="password"],
.theme_yellowlight .theme_field,
.theme_yellowlight blockquote,
.theme_yellowlight input[type="text"],
.theme_yellowlight input[type="number"],
.theme_yellowlight input[type="email"],
.theme_yellowlight input[type="password"],
.theme_yellowlight input[type="search"],
.theme_yellowlight select,
.theme_yellowlight textarea {
	background: #f0f0f0;
	border-width:0;
	color: #666666;
}
.theme_yellowlight #buddypress form textarea:focus,
.theme_yellowlight #buddypress form#whats-new-form textarea:focus,
.theme_yellowlight #buddypress form select:focus,
.theme_yellowlight #buddypress form input[type="file"]:focus,
.theme_yellowlight #buddypress form input[type="text"]:focus,
.theme_yellowlight #buddypress form input[type="search"]:focus,
.theme_yellowlight #buddypress form input[type="email"]:focus,
.theme_yellowlight #buddypress form input[type="number"]:focus,
.theme_yellowlight #buddypress form input[type="checkbox"]:focus,
.theme_yellowlight #buddypress form input[type="radio"]:focus,
.theme_yellowlight #buddypress form input[type="password"]:focus,
.theme_yellowlight .theme_field:focus,
.theme_yellowlight input[type="text"]:focus,
.theme_yellowlight input[type="number"]:focus,
.theme_yellowlight input[type="email"]:focus,
.theme_yellowlight input[type="password"]:focus,
.theme_yellowlight input[type="search"]:focus,
.theme_yellowlight select:focus,
.theme_yellowlight textarea:focus {
	background: #cccccc;
	color: #666666;
}





/* Sidebars
---------------------------------------------------*/
.theme_yellowlight aside.widget {
	color:#434343;
	background-color:#ffffff;
}

/* All lists bullets in widgets */
.theme_yellowlight #content ul li:before,
.theme_yellowlight.widget_area ul li.current-menu-item > a,
.theme_yellowlight.widget_area ul li:before {
	color:#ffc800;
}

/* Widget Calendar */
.theme_yellowlight .widget.widget_calendar caption {
	color:#282828;
}
.theme_yellowlight .widget.widget_calendar table thead th {
	color:#ffffff;
	background-color:#282828;
}
.theme_yellowlight .widget.widget_calendar table tbody td {
	color:#ffffff;
	background-color:#282828;
}
.theme_yellowlight .widget.widget_calendar table tbody a {
	color:#ffc800;
	background-color:#282828;
}
.theme_yellowlight .widget.widget_calendar table tbody a:hover {
	color:#ffffff;
	background-color:#727272;
}
.theme_yellowlight .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_yellowlight .widget.widget_calendar table tbody #today,
.theme_yellowlight .widget.widget_calendar table tbody #today a {
	color:#282828;	
	background-color:#ffc800;
}

/* Tag cloud */
.theme_yellowlight .widget.widget_tag_cloud a {
	color:#ffc800;
	background-color:#282828;
}
.theme_yellowlight .widget.widget_tag_cloud a:hover {
	color:#ffffff;
	background-color:#727272;
}



/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_yellowlight .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #282828;
	color:#ffffff;
}
.theme_yellowlight .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #ffc800;
}
.theme_yellowlight .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#ffc800;
}
.theme_yellowlight .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#727272;
}
.theme_yellowlight .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #727272;
	color:#ffffff;
}

/* Blogger */
.theme_yellowlight .sc_blogger .sc_blogger_title a:hover {
	color:#727272;
}
.theme_yellowlight .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #999999;
}
.theme_yellowlight .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#e0e0e0;
}
.theme_yellowlight .sc_blogger.style_date .date_month {
	background-color:#ffc800;
	color:#ffffff;
}
.theme_yellowlight .sc_blogger.style_date .date_day {
	background-color:#ffffff;
	color:#282828;
	border-color:#e0e0e0;
}
.theme_yellowlight .sc_blogger .sc_blogger_item_bordered {
	border-color: #e0e0e0;
}

/* Button */
.theme_yellowlight .sc_button {
	border-color:#e0e0e0;
	color:#ffffff;
}
.theme_yellowlight .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
}

/* Dropcaps */
.theme_yellowlight .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #282828;
}
.theme_yellowlight .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #ffc800;
	color: #ffffff;
}
.theme_yellowlight .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #999999;
	color: #ffffff;
}

/* Infobox */
.theme_yellowlight.bbpress #bbpress-forums .bbp-template-notice,
.theme_yellowlight .sc_infobox_style_regular {
	border-color: #e0e0e0;
	color:#999999;
	background: #ffffff;
}
.theme_yellowlight.bbpress #bbpress-forums .bbp-template-notice p,
.theme_yellowlight .sc_infobox_style_regular p {
	color:#999999;
}
.theme_yellowlight.bbpress #bbpress-forums .bbp-template-notice.info,
.theme_yellowlight .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}
.theme_yellowlight.bbpress #bbpress-forums .bbp-template-notice.info p,
.theme_yellowlight .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_yellowlight .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_yellowlight .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_yellowlight .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_yellowlight .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_yellowlight .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_yellowlight .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_yellowlight .sc_line {
	border-color: #e0e0e0;
}

/* List */
.theme_yellowlight ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_yellowlight ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #ffc800;
}
.theme_yellowlight ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_yellowlight ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #ff5555;
}

/* Skills*/
.theme_yellowlight .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#f3f3f3;
}
.theme_yellowlight .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #e0e0e0;
	background:#f0f0f0;
}
.theme_yellowlight .sc_skills .sc_skills_item .sc_skills_caption {
	color:#282828;
}
.theme_yellowlight .sc_skills .sc_skills_item .sc_skills_level {
	background:#ffc800;
	color:#ffffff;

}

/* Slider Flex */
.theme_yellowlight .sc_slider_flex .flex-control-nav a:hover {
	background-color:#ffc800;
}
.theme_yellowlight .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#ffc800;
}

/* Table */
.theme_yellowlight .sc_table table td, 
.theme_yellowlight .sc_table table th {
	border-color: #e0e0e0;
	background: #ffffff;
}
.theme_yellowlight .sc_table table th {
	color:#282828;
	background: #f0f0f0;
}
.theme_yellowlight .sc_table table tr:hover td {
	background-color:#fcfcfc;
}

/* Tabs */
.theme_yellowlight .ui-tabs-active .theme_button {
	background-color:#ffc800;
	color:#282828;	
}
.theme_yellowlight .sc_tabs .content {
	background: #ffffff;
	border-color: #e0e0e0;
}

/* Team */
.theme_yellowlight .sc_team .sc_team_item {
	background: #f0f0f0;
}

/* Testimonials */
.theme_yellowlight .sc_testimonials .sc_testimonials_position {
	color:#aaaaaa;
}
.theme_yellowlight .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#f0f0f0;
}
.theme_yellowlight .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#9b9b9b;
	color:#ffffff;
}
.theme_yellowlight .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #565656;
}
.theme_yellowlight .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #ffffff #ffffff;
}

/* Title */
.theme_yellowlight .sc_title_bubble_top .sc_title_bubble_icon,
.theme_yellowlight .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#ffc800;
	color:#ffffff;
}
.theme_yellowlight .sc_title_underline:after {
	border-bottom-color:#ffc800;
}

/* Toggles */
.theme_yellowlight .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #282828;
	color:#ffffff;
}
.theme_yellowlight .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #ffc800;
}
.theme_yellowlight .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#ffc800;
}
.theme_yellowlight .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#727272;
}
.theme_yellowlight .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #727272;
	color:#ffffff;
}

/* Tooltip */
.theme_yellowlight .sc_tooltip_parent {
	color:#282828;
	border-bottom-color:#727272;
}
.theme_yellowlight .sc_tooltip {
	background: #282828;
	color:#ffffff;
}
.theme_yellowlight .sc_tooltip:after {
	border-color: #282828 transparent transparent;
}





/* Popup & register
---------------------------------------------------*/
.theme_yellowlight .popup_form .popup_title .popup_arrow:after {
	border-bottom-color: #ffc800;
}


/* Color theme 'Orange' */

/* Page Body background */
.theme_orange.theme_body, .theme_orange .theme_body {
	background-color:#5d3b1a;
}

/* Article background */
.theme_orange.theme_article, .theme_orange .theme_article {
	color:#ffffff;
	background-color:#9c5c00;
}

/* Text color */
.theme_orange p, .theme_orange td, .theme_orange th, .theme_orange input, .theme_orange textarea, .theme_orange div,
.theme_orange .theme_text {
	color:#ffecc4;
}

/* Headers color */
.theme_orange h1, .theme_orange h2, .theme_orange h3,
.theme_orange .theme_title, .theme_orange .theme_header {
	color:#ffffff;
}

/* SubHeaders color */
.theme_orange h4, .theme_orange h5, .theme_orange h6,
.theme_orange .theme_subtitle, .theme_orange .theme_subheader {
	color:#ffffff;
}

/* Strong text */
.theme_orange .theme_strong {
	color:#ffffff;
}

/* Info text - post date, author, comments etc. */
.theme_orange .theme_info {
	color:#f0c68a;
}

/* Links (as text) */
.theme_orange a, 
.theme_orange .theme_link {
	color:#ffc800;
}

/* Links (as text) hover */
.theme_orange a:hover,
.theme_orange .theme_link:hover {
	color:#3f2703;
}

/* Links (as button) */
.theme_orange a.more-link,
.theme_orange a.comment-reply-link,
.theme_orange .theme_button {
	background-color:#d27e0b;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_orange a.more-link:hover,
.theme_orange a.comment-reply-link:hover,
.theme_orange a.theme_button:hover,
.theme_orange a.theme_accent_bg:hover,
.theme_orange .theme_hover {
	background-color:#764600;
	color:#ffffff;	
}

/* Border color */
.theme_orange fieldset,
.theme_orange .theme_border {
	border-color:#8c5300 !important;
}

/* Accent color */
.theme_orange .theme_accent_bg {
	background-color:#e99f00;
	color:#ffffff;
}
.theme_orange .theme_accent {
	color:#e99f00;
}
.theme_orange .theme_accent_border {
	border-color:#e99f00;
}


/* Reviews stars */
.theme_orange .theme_stars {		/* Inactive */
	color:#3e2500;
}
.theme_orange .theme_stars_on {	/* Active */
	color:#ffc800;
}
.theme_orange .theme_rating_bar {		/* Inactive */
	background-color:#3e2500;
}
.theme_orange .theme_rating_level {	/* Active */
	background-color:#ffc800;
}
.theme_orange .theme_rating_drag {	/* Slider */
	background-color:#e99f00;
}


/* Puzzles - description block background and color */
.theme_orange .theme_puzzles {
	background-color:#7d4a00;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_orange .theme_menu {
	background-color:#5d3b1a;
}
	.theme_orange #mainmenu a {
		color:#ffffff;
	}
	#mainmenu > li.theme_orange.current-menu-item > a,
	.theme_orange #mainmenu > li.current-menu-item > a {
		background-color:#e99f00;
		color:#ffffff;
	}
	#mainmenu > li.theme_orange > a:hover,
	#mainmenu > li.theme_orange.sfHover > a,
	.theme_orange #mainmenu > li > a:hover,
	.theme_orange #mainmenu > li.sfHover > a {
		background-color:#e99f00;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_orange ul,
	.theme_orange #mainmenu > li ul {
		background-color:#e99f00;
		color:#ffffff;
	}
	#mainmenu > li.theme_orange ul li a,
	.theme_orange #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_orange ul li.current-menu-item > a,
	.theme_orange #mainmenu > li ul li.current-menu-item > a {
		background-color:#ffecc4;
	}
	#mainmenu > li.theme_orange ul li a:hover,
	#mainmenu > li.theme_orange ul li.sfHover > a,
	.theme_orange #mainmenu > li ul li a:hover,
	.theme_orange #mainmenu > li ul li.sfHover > a {
		background-color:#764600;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_orange #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_orange.current-menu-item a,
	.theme_orange #sidemenu_area li.current-menu-item a {
		background-color:#ffecc4;
		color:#ffffff;
	}
	#sidemenu_area li.theme_orange a:hover,
	#sidemenu_area li.theme_orange.sfHover a,
	.theme_orange #sidemenu_area li a:hover,
	.theme_orange #sidemenu_area li.sfHover a {
		background-color:#764600;
		color:#ffffff;
	}




/* Pages navigation
---------------------------------------------------*/
.theme_orange #nav_pages li a,
.theme_orange #nav_pages li span,
.theme_orange .nav_pages_parts a,
.theme_orange .nav_pages_parts > span,
.theme_orange .nav_comments a,
.theme_orange .nav_comments > span {
	background-color:#d27e0b;
	color:#ffffff;	
}
.theme_orange #nav_pages li a:hover,
.theme_orange .nav_pages_parts a:hover,
.theme_orange .nav_comments a:hover {
	background-color:#764600;
	color:#ffffff;	
}
.theme_orange #nav_pages li.pager_current span,
.theme_orange #nav_pages li.pager_current a,
.theme_orange #nav_pages li a.current,
.theme_orange .nav_pages_parts > span.page_num,
.theme_orange .nav_comments span {
	background-color:#e99f00;
	color:#ffffff;	
}
.theme_orange .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_orange #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#f0c68a;
}



/* Form fields
---------------------------------------------------*/
.theme_orange #buddypress .button,
.theme_orange #buddypress .generic-button a,
.theme_orange #buddypress form input[type="button"],
.theme_orange #buddypress form input[type="reset"],
.theme_orange #buddypress form input[type="submit"],
.theme_orange.bbpress #bbpress-forums form input[type="button"],
.theme_orange.bbpress #bbpress-forums form input[type="submit"],
.theme_orange.bbpress #bbpress-forums form input[type="reset"],
.theme_orange button,
.theme_orange html input[type="button"],
.theme_orange input[type="reset"],
.theme_orange input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#d27e0b;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_orange #buddypress .button:hover,
.theme_orange #buddypress .generic-button a:hover,
.theme_orange #buddypress form input[type="button"]:hover,
.theme_orange #buddypress form input[type="reset"]:hover,
.theme_orange #buddypress form input[type="submit"]:hover,
.theme_orange.bbpress #bbpress-forums form input[type="button"]:hover,
.theme_orange.bbpress #bbpress-forums form input[type="submit"]:hover,
.theme_orange.bbpress #bbpress-forums form input[type="reset"]:hover,
.theme_orange button:hover,
.theme_orange html input[type="button"]:hover,
.theme_orange input[type="reset"]:hover,
.theme_orange input[type="submit"]:hover {
	background:#764600;
	color:#ffffff;	
}
.theme_orange #buddypress .button:focus,
.theme_orange #buddypress .generic-button a:focus,
.theme_orange #buddypress form input[type="button"]:focus,
.theme_orange #buddypress form input[type="reset"]:focus,
.theme_orange #buddypress form input[type="submit"]:focus,
.theme_orange.bbpress #bbpress-forums form input[type="button"]:focus,
.theme_orange.bbpress #bbpress-forums form input[type="submit"]:focus,
.theme_orange.bbpress #bbpress-forums form input[type="reset"]:focus,
.theme_orange button:focus,
.theme_orange html input[type="button"]:focus,
.theme_orange input[type="reset"]:focus,
.theme_orange input[type="submit"]:focus,
.theme_orange button:active,
.theme_orange html input[type="button"]:active,
.theme_orange input[type="reset"]:active,
.theme_orange input[type="submit"]:active {
	background:#764600;
	color:#ffffff;	
}
.theme_orange #buddypress form textarea,
.theme_orange #buddypress form#whats-new-form textarea,
.theme_orange #buddypress form select,
.theme_orange #buddypress form input[type="file"],
.theme_orange #buddypress form input[type="text"],
.theme_orange #buddypress form input[type="search"],
.theme_orange #buddypress form input[type="email"],
.theme_orange #buddypress form input[type="number"],
.theme_orange #buddypress form input[type="checkbox"],
.theme_orange #buddypress form input[type="radio"],
.theme_orange #buddypress form input[type="password"],
.theme_orange .theme_field,
.theme_orange blockquote,
.theme_orange input[type="text"],
.theme_orange input[type="number"],
.theme_orange input[type="email"],
.theme_orange input[type="password"],
.theme_orange input[type="search"],
.theme_orange select,
.theme_orange textarea {
	background: #7d4a00;
	border-width:0;
	color: #ffffff;
}
.theme_orange #buddypress form textarea:focus,
.theme_orange #buddypress form#whats-new-form textarea:focus,
.theme_orange #buddypress form select:focus,
.theme_orange #buddypress form input[type="file"]:focus,
.theme_orange #buddypress form input[type="text"]:focus,
.theme_orange #buddypress form input[type="search"]:focus,
.theme_orange #buddypress form input[type="email"]:focus,
.theme_orange #buddypress form input[type="number"]:focus,
.theme_orange #buddypress form input[type="checkbox"]:focus,
.theme_orange #buddypress form input[type="radio"]:focus,
.theme_orange #buddypress form input[type="password"]:focus,
.theme_orange .theme_field:focus,
.theme_orange input[type="text"]:focus,
.theme_orange input[type="number"]:focus,
.theme_orange input[type="email"]:focus,
.theme_orange input[type="password"]:focus,
.theme_orange input[type="search"]:focus,
.theme_orange select:focus,
.theme_orange textarea:focus {
	background: #915600;
	color: #ffffff;
}




/* Sidebars
---------------------------------------------------*/
.theme_orange aside.widget {
	color:#ffffff;
	background-color:#9c5c00;
}

/* All lists bullets in widgets */
.theme_orange #content ul li:before,
.theme_orange.widget_area ul li.current-menu-item > a,
.theme_orange.widget_area ul li:before {
	color:#e99f00;
}

/* Widget Calendar */
.theme_orange .widget.widget_calendar table thead th {
	background-color:#d27e0b;
	color:#f0c68a;
}
.theme_orange .widget.widget_calendar table tbody td {
	color:#ffecc4;
	background-color:#d27e0b;
}
.theme_orange .widget.widget_calendar table tbody a {
	color:#ffc800;
	background-color:#d27e0b;
}
.theme_orange .widget.widget_calendar table tbody a:hover {
	color:#ffffff;
	background-color:#764600;
}
.theme_orange .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_orange .widget.widget_calendar caption {
	color:#ffffff;
}
.theme_orange .widget.widget_calendar table tbody #today,
.theme_orange .widget.widget_calendar table tbody #today a {
	color:#ffffff;	
	background-color:#e99f00;
}

/* Widget Tag cloud */
.theme_orange .widget.widget_tag_cloud a {
	color:#ffffff;
	background-color:#d27e0b;
}
.theme_orange .widget.widget_tag_cloud a:hover {
	color:#ffffff;
	background-color:#764600;
}




/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title a {
	color:#ffffff;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #d27e0b;
	color:#ffffff;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #e99f00;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#ffc800;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#764600;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #764600;
	color:#ffffff;
}

/* Blogger */
.theme_orange .sc_blogger .sc_blogger_title a:hover {
	color:#ffc800;
}
.theme_orange .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #ffc800;
}
.theme_orange .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#8c5300;
}
.theme_orange .sc_blogger.style_date .date_month {
	background-color:#e99f00;
	color:#ffffff;
}
.theme_orange .sc_blogger.style_date .date_day {
	background-color:#ffffff;
	color:#764600;
	border-color:#8c5300;
}
.theme_orange .sc_blogger .sc_blogger_item_bordered {
	border-color: #8c5300;
}

/* Button */
.theme_orange .sc_button {
	border-color:#8c5300;
	color:#ffffff;
}
.theme_orange .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
}

/* Dropcaps */
.theme_orange .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #ffffff;
}
.theme_orange .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #e99f00;
	color: #ffffff;
}
.theme_orange .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #764600;
	color: #ffffff;
}

/* Infobox */
.theme_orange.bbpress #bbpress-forums .bbp-template-notice,
.theme_orange .sc_infobox_style_regular {
	border-color: #e0e0e0;
	color:#666666;
	background: #ffffff;
}
.theme_orange.bbpress #bbpress-forums .bbp-template-notice p,
.theme_orange .sc_infobox_style_regular p {
	color:#666666;
}
.theme_orange.bbpress #bbpress-forums .bbp-template-notice.info,
.theme_orange .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}
.theme_orange.bbpress #bbpress-forums .bbp-template-notice.info p,
.theme_orange .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_orange .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_orange .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_orange .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_orange .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_orange .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_orange .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_orange .sc_line {
	border-color: #e0e0e0;
}

/* List */
.theme_orange ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_orange ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #e99f00;
}
.theme_orange ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_orange ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #ff5555;
}

/* Skills*/
.theme_orange .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#7d4a00;
}
.theme_orange .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #8c5300;
	background:#d27e0b;
}
.theme_orange .sc_skills .sc_skills_item .sc_skills_caption {
	color:#ffffff;
}
.theme_orange .sc_skills .sc_skills_item .sc_skills_level {
	background:#e99f00;
	color:#ffffff;

}

/* Slider Flex */
.theme_orange .sc_slider_flex .flex-control-nav a:hover {
	background-color:#e99f00;
}
.theme_orange .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#e99f00;
}

/* Table */
.theme_orange .sc_table table td, 
.theme_orange .sc_table table th {
	border-color: #8c5300;
	background: #d27e0b;
}
.theme_orange .sc_table table th {
	color:#ffffff;
	background: #764600;
}
.theme_orange .sc_table table tr:hover td {
	background-color:#e99f00;
}

/* Tabs */
.theme_orange .ui-tabs-active .theme_button {
	background-color:#e99f00;
	color:#ffffff;	
}
.theme_orange .sc_tabs .content {
	background: #7d4a00;
	border-color: #8c5300;
}

/* Team */
.theme_orange .sc_team .sc_team_item {
	background-color: #7d4a00;
}

/* Testimonials */
.theme_orange .sc_testimonials .sc_testimonials_position {
	color:#f0c68a;
}
.theme_orange .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#7d4a00;
}
.theme_orange .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#7d4a00;
	color:#ffffff;
}
.theme_orange .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #3e2500;
}
.theme_orange .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #9c5c00 #9c5c00;
}

/* Title */
.theme_orange .sc_title_bubble_top .sc_title_bubble_icon,
.theme_orange .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#e99f00;
	color:#ffffff;
}
.theme_orange .sc_title_underline:after {
	border-bottom-color:#e99f00;
}

/* Toggles */
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title a {
	color:#ffffff;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #e99f00;
	color:#ffffff;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #e99f00;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#ffc800;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#764600;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #764600;
	color:#ffffff;
}

/* Tooltip */
.theme_orange .sc_tooltip_parent {
	color:#ffffff;
	border-bottom-color:#764600;
}
.theme_orange .sc_tooltip {
	background: #764600;
	color:#ffffff;
}
.theme_orange .sc_tooltip:after {
	border-color: #764600 transparent transparent;
}

/* Resolution >=1260 and <1360 (decrease boxed margins) */
@media (min-width: 1260px) and (max-width: 1359px) {
.boxed #page {
	width: 1260px;
}
.boxed.menu_fixed #header_middle {
	width:1260px;
}

}










/* Resolution >=1000 and <1260 (-360/340px) */
@media (min-width: 1000px) and (max-width: 1259px) {
body, button, input, select, textarea {
	font-size: 13px;
	line-height: 17px;
}
h1 {	font-size: 28px; line-height:34px; margin:24px 0 16px 0; }
h2 {	font-size: 20px; line-height:26px; margin:18px 0 14px 0; }
h3 {	font-size: 16px; line-height:20px; margin:14px 0 12px 0; }
h4 {	font-size: 14px; line-height:18px; margin:13px 0 10px 0; }
h5 {	font-size: 13px; line-height:17px; margin:12px 0 10px 0; }
h6 {	font-size: 12px; line-height:16px; margin:10px 0 6px 0; }

p {
	margin-bottom: 18px;
}
ul, ol {
	margin: 0 0 18px 18px;
}
blockquote {
	font-size:20px;
	line-height:26px;
	margin: 0 0 18px 0;
	padding: 8px;
}
figure figcaption {
	font-size: 12px;
	line-height: 16px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 26px;
	line-height: 26px;
}

.boxed #page {
	width: 1000px;
}

body:not(.fullwidth) #main_inner {
	width: 923px;
}

body:not(.fullwidth) .with_sidebar #content {		width: 692px; }
body:not(.fullwidth) .without_sidebar #content {		width: 923px; }

#sidebar_main {					width:230px; }

.fullwidth .left_sidebar #content {			padding-left:230px; }
.fullwidth .left_sidebar #sidebar_main {	margin-right:-230px; }
.fullwidth .right_sidebar #content {		padding-right:230px; }
.fullwidth .right_sidebar #sidebar_main {	margin-left:-230px; }

.main_slider_fixed #main_slider_inner {
	width: 923px;
}
#main_slider_inner .sc_slider_flex .slides {
	min-height:334px;
}
#main_slider_inner .sc_slider_flex .slides li,
#main_slider_inner .sc_slider_flex .slides li a {
	min-height:334px;
}
.fullwidth #main_slider_inner .sc_slider_flex .slides li,
.fullwidth #main_slider_inner .sc_slider_flex .slides li a {
	min-height:445px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info {
	max-width:441px;
	max-height:132px;
	padding:10px;
}
#main_slider_inner .sc_slider_flex:hover .sc_slider_info {
	margin-bottom:-160px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_subtitle {
	font-size:24px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_category {
	left:-10px;
	top:-10px;
	min-width:99px;
	height: 36px;
	line-height:36px;
	padding:0 8px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_reviews.after_category {
	top: -4px;
}

.main_map_fixed #main_map_inner {
	width: 923px;
}

header {
	padding-bottom:20px;
}
body:not(.fullwidth) #header_top_inner {
	width: 923px;
}
#header_top_inner .logo {
	margin-top:24px;
	margin-bottom:20px;
}
#header_top_inner .logo_text {
	margin-top:16px;
	margin-bottom:30px;
}
	.logo_text .logo_title {
		font-size:74px;
		line-height:74px;
	}
	.logo_text .logo_slogan {
		bottom:-10px;
		font-size:10px;
		line-height:10px;
	}
	.breadcrumbs li {
		font-size:11px;
	}

#header_top_inner #ads_block_top {
	margin-bottom:20px;
	max-height:79px;
	max-width:640px;
}

#header_top_inner #login_area {
	width:24px;
	height:24px;
}
#header_top_inner #login_area a {
	height:24px;
	line-height:24px;
}

#header_middle {
	min-height:48px;
}
.boxed.menu_fixed #header_middle {
	width:1000px;
}
#header_middle_fixed {
	min-height:48px;
}
body:not(.fullwidth) #header_middle_inner {
	width: 923px;
}
	#mainmenu > li  {
		font-size:16px;
	}
	#mainmenu > li > a {
		padding: 0 18px;
		height:48px;
		line-height:48px;
	}
	#mainmenu > li ul {
		top: 48px;
	}
	#mainmenu > li ul li {
		font-size: 13px;
		line-height: 17px;
	}
	#mainmenu > li ul li a {
		padding: 5px 8px;
	}

	#sidemenu_link {
		width:46px;
		height:46px;
		line-height:46px;
		top:44px;
		right:-46px;
	}
	#sidemenu_link[class*="icon-"]:before {
		font-size:40px;
	}
	#sidemenu_area {
		width:220px;
		margin-left:-220px;
	}
	#sidemenu_area ul {
		font-size:13px;
		width:220px;
	}
	#sidemenu_area ul+ul {
		margin-left:-220px;
	}
	#sidemenu_area li > a {
		padding: 12px 0 0 30px;
		min-height:44px;
		line-height:20px;
	}
	#sidemenu_area li.submenu_present > a {
		width:180px;
	}
	#sidemenu_area li > a.submenu_opener {
		width:40px;
	}

#header_middle_inner .search_link {
	height:48px;
	line-height:48px;
}
#header_middle_inner .search_link [class*="icon-"]:before {
	font-size:18px;
}
#header_middle_inner .search_form_area {
	height:48px;
}
#header_middle_inner .search_form_area .search_close {
	height:48px;
	line-height:48px;
}
#header_middle_inner .search_form_area .search_close [class*="icon-"]:before {
	font-size:18px;
}

#header_middle_inner .search_form .search_field {
	width:460px;
	height:48px;
	line-height:48px;
	font-size:16px;
}

	.post_thumb .post_format {
		top:-36px; 
		width:36px;
		height:36px;
		line-height:36px;
	}
	.post_thumb .post_format:before {
		font-size:24px;
	}
	.puzzles_heavy .post_thumb .post_category {
		/*width:99px;*/
		height:36px;
		line-height:36px;
		padding:0 8px;
	}
	.post_thumb .post_video_play {
		left:50%;
		top:50%; 
		width:60px;
		height:60px;
		margin:-30px 0 0 -30px;
		line-height:60px;
	}
	.post_thumb .post_video_play:before {
		font-size:36px;
	}
	.post_thumb .post_content_wrapper {
		padding:10px;
	}
	.post_thumb .post_content_padding {
		height:20px;
	}
	.post_thumb .post_content_wrapper .post_descr {
		margin-top:8px;
	}
	.post_format_quote .post_content_wrapper .post_descr,
	.post_thumb.no_thumb .post_content_wrapper .post_subtitle,
	.puzzles_light .post_thumb .post_content_wrapper .post_subtitle,
	.puzzles_animations .post_thumb .post_content_wrapper:hover .post_subtitle {
		margin-top:40px;
	}
	.puzzles_heavy.puzzles_animations .post_thumb[class*="down"]:hover .post_video_play {			margin-top:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="down"]:not(.open_thumb) .post_content_wrapper:hover {	padding-top:10px; padding-bottom:10px; }
	.puzzles_heavy.puzzles_animations .post_thumb.no_thumb:hover .post_category { top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-1:hover .post_category { 	top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-2:hover .post_category { 	top:-36px; }
	.puzzles_heavy .post_thumb.down-3 .post_category {			margin-top:-36px; }
	.puzzles_heavy .post_thumb.down-4 .post_category {			margin-top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:hover .post_video_play {			margin-left:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:not(.open_thumb) .post_content_wrapper:hover {	padding-left:10px; padding-right:10px; }
	.puzzles_heavy.puzzles_animations .post_thumb.left-1:hover .post_category { 	top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb.left-2:hover .post_category { 	bottom:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:hover .post_video_play {		margin-left:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:not(.open_thumb) .post_content_wrapper:hover {	padding-left:10px; padding-right:10px; }
	.puzzles_heavy.puzzles_animations .post_thumb.right-1:hover .post_category { 	top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb.right-2:hover .post_category { 	bottom:-36px; }
	.post_thumb .post_content_light {
		top:56%;
		padding:10px;
	}
	.post_thumb .post_content_light .post_category {
		padding:2px 8px;
	}
	.post_thumb .post_content_light .post_subtitle {
		margin:8px 0 0;
		padding:2px 10px;
	}
	.post_thumb .post_content_light .reviews_summary.blog_reviews {
		padding:2px 10px;
	}

.post_info {
	font-size:12px;
	line-height:16px;
	padding-right:50px;
}
	.post_info .post_comments .comments_icon {
		font-size:12px;
	}

.post_reviews {
	width: 230px;
	margin:20px -16px 10px 18px;
	font-size:13px;
}
.post_reviews .tabs {
	padding:12px 12px 0 12px;
}
.post_reviews .criteria_row {
	padding:10px 0 10px 10px;
}
	.criteria_row .criteria_bar {
		margin-left:0;
	}
	.criteria_row .criteria_mark {
		width:40px;
		font-size:14px;
		padding-top:10px;
	}
.reviews_summary .criteria_label {
	height:20px;
	line-height:24px;
}
.reviews_5 .reviews_summary .criteria_label {
	width:95px;
}
.reviews_10 .reviews_summary .criteria_label {
	width:80px;
}
.reviews_summary.blog_reviews {
	margin-top:3px;
}
.reviews_summary .criteria_summary_text.criteria_row {
	padding-top:10px;
	padding-bottom:10px;
}
	.blog_reviews .criteria_row .criteria_stars {
		width: 93px;
		height: 20px;
	}
	.criteria_row .criteria_stars {
		font-size:18px;
	}
	.criteria_row .criteria_stars .theme_stars:before {
		margin-right:3px;
		line-height:12px;
		vertical-align:top;
	}
.reviews_summary .criteria_stars .stars_on,
.reviews_summary .criteria_stars .stars_off {
	min-height:20px;
	line-height:20px;
}
.reviews_10 .reviews_summary .criteria_stars .stars_on,
.reviews_10 .reviews_summary .criteria_stars .stars_off {
	margin-top:4px;
}
.reviews_summary .criteria_summary .criteria_word,
.reviews_summary .criteria_summary .criteria_mark {
	width:100px;
	font-size:20px;
	line-height:24px;
	padding-top:8px;
}
.reviews_10 .reviews_summary .criteria_summary .criteria_word,
.reviews_10 .reviews_summary .criteria_summary .criteria_mark {
	width:94px;
}

.tabs li a,
.widget .tabs li a {
	height:36px;
	line-height:36px;
	padding:0 8px;
}
#nav_pages,
#nav_pages_parts {
	padding:20px 16px;
}
#nav_pages li a,
#nav_pages li span,
.nav_pages_parts a,
.nav_pages_parts > span,
.nav_comments a,
.nav_comments > span {
	width:32px;
	height:32px;
	line-height:32px;
}
#nav_pages .pager_pages span {	
	width:80px; 
}
#nav_pages .pager_first a,
#nav_pages .pager_last a {
	width:54px; 
}
#viewmore {
	padding-top:16px;
	padding-bottom:16px;
	width: 230px;
}
#viewmore_link {
	height:48px;
	line-height:48px;
}
#viewmore_link .viewmore_loading:before {	font-size: 14px; }


/* --------------- Blog style 'Puzzles' --------------------- */
body:not(.fullwidth) .with_sidebar .blog_style_puzzles #content {	width:693px; }
body:not(.fullwidth) .without_sidebar .blog_style_puzzles #content {	width:924px; }

.blog_style_puzzles .post_thumb {
	width:230px;
	height:230px;
}

/* --------------- Blog style 'Excerpt' --------------------- */
.blog_style_excerpt #content > article {
	min-height:230px;
}
.blog_style_excerpt #content article.without_thumb {
	min-height:0;
}
.blog_style_excerpt #content .post_thumb {
	width:346px;
	height:230px;
	margin-right:20px;
}
.blog_style_excerpt #content .post_content {
	padding:0 16px 24px 0;
}
.blog_style_excerpt #content .without_thumb .post_content {
	padding-left: 16px;
}
.blog_style_excerpt #content .post_format_quote .post_content blockquote {
	margin-top:18px;
}
.blog_style_excerpt #content .post_info_top {
	padding-top:18px;
}
.blog_style_excerpt #content .post_comments {
	padding-top:18px;
}
.blog_style_excerpt #content .post_title {
	margin:20px 0 0 0;
}
.blog_style_excerpt #content .post_text_area {
	margin-top:18px;
}
.blog_style_excerpt #content .post_info_bottom {
	padding-top:10px;
}


/* --------------- Blog style 'Fullpost' --------------------- */
.blog_style_fullpost #content .post_info_top {
	margin-top:18px;
}
.blog_style_fullpost #content .post_content {
	padding:0 16px 24px;
}
.blog_style_fullpost #content .post_title {
	margin: 20px 0 0 0;
}
.blog_style_fullpost #content .post_text_area {
	margin-top: 12px;
}
.blog_style_fullpost #content .post_info_bottom {
	margin-top:10px;
}
.blog_style_fullpost #content .post_format_quote .post_content blockquote {
	margin-top:18px;
}


/* Author details */
#content.post_single .post_author_details {
	padding: 16px 16px 18px;
}
#content.post_single .post_author_info {
	margin-top:16px;
	padding-left:60px;
}
#content.post_single .post_author_avatar {
	width:45px;
	height:45px;
}
#content.post_single .post_author_socials {
	margin-top:16px;
}
#content.post_single .post_author_socials a {
	margin-right:8px;
}

/* Related posts */
#content.post_single #related_posts {
	padding: 18px 0 0;
}

#content.post_single #related_posts .related_posts_item {
	width:230px;
	height:230px;
}

/* Comments */
.content_blog.post_single #comments .post_comments_tree {
	padding: 18px 16px;
}
.content_blog.post_single #comments .post_comments_title {
	margin:0 0 18px;
}
	.content_blog.post_single #comments li {
		padding-top:18px;
		margin-top:18px;
		padding-left:60px;
	}
	.content_blog.post_single #comments .children {
		margin-left: 45px;
	}
	.content_blog.post_single #comments .comment_reply a {
		top:18px;
	}
	.content_blog.post_single #comments .comment_author_avatar {
		top:18px;
		width:45px;
		height:45px;
	}
	/* Comment form */
	.content_blog.post_single #comments .post_comments_form {
		padding: 18px 16px;
	}
	.content_blog.post_single #comments #reply-title {
		margin:0 0 12px;
	}
	.content_blog.post_single #commentform .comment-form-author,
	.content_blog.post_single #commentform .comment-form-email,
	.content_blog.post_single #commentform .comment-form-website {
		width:206px;
		margin-right:20px;
	}
	.content_blog.post_single #commentform .comment-form-website {
		margin-right:0;
	}
	.content_blog.post_single #commentform input[type="text"],
	.content_blog.post_single #commentform textarea {
		font-size:13px;
		margin-bottom:8px;
	}

/* Sidebars */
article ul li,
.widget_area ul li,
article ol li,
.widget_area ol li {
	margin-top:6px;
}
article ul ul li:first-child,
.widget_area ul ul li:first-child {
	margin-top:6px;
}
.widget_area .post_title.title_padding {
	padding-right:40px;	
}
.widget.widget_calendar caption {
	font-size:16px;
	padding-bottom:18px;
}
.widget.widget_calendar table td,
.widget.widget_calendar table th {
	height:26px;
}
.widget.widget_calendar table tbody a {
	height:26px;
	line-height:26px;
}
.widget.widget_search #s {
	width:120px;
}
.widget.widget_search #searchsubmit {
	height:26px;
}
.widget.widget_tag_cloud a {
	font-size: 12px !important;
	line-height:24px;
	height:24px;
	padding: 0 8px;
}
/* Widgets Top10, Recent, Popular & Commented */
.widget .post_item {
	margin-top:14px;
}
.widget .post_item .post_title {
	margin-top:-2px;
}
.widget .reviews_summary {
	margin-bottom:4px;
}
.widget .post_thumb {
	width: 45px;
	height:45px;
	margin:0 10px 0 0;
}
.widget .ordered_list .post_item {
	padding-left: 16px;
}
.widget .ordered_list .post_item:before {
	width:16px;
}
.widget .flat_list .post_item:first-child {
	margin-top:12px;
}
.widget .flickr_images a {
	width:49px;
	height:49px;
}
.widget.widget_socials .social_icons {
	width:24px;
	height:24px;
	margin:0 8px 8px 0;
}
.widget.widget_socials .logo_title {
	font-size:48px;
	line-height:48px;
}
.widget.widget_socials .logo_descr {
	font-size:14px;
	line-height:18px;
	margin-bottom:18px;
}

/* Main sidebar */
#sidebar_main .widget {
	padding:18px 10px;
}

/* Advert sidebar */
#advert_sidebar_inner {
	width: 923px;
}
#advert_sidebar_inner .widget {
	width:210px;
	padding:18px 10px;
}
#advert_sidebar_inner .widget.widget_socials .logo_title {
	top:-24px;
	margin-bottom:-26px;
}

/* Footer sidebar */
#footer_sidebar {
	margin-top:20px;
}
#footer_sidebar_inner {
	width: 923px;
}
#footer_sidebar_inner .widget {
	width:210px;
	padding:18px 10px;
}
#footer_sidebar_inner .widget.widget_socials {
	padding-right:20px;
}
#footer_sidebar_inner .widget.widget_socials .logo_title {
	top:-25px;
	margin-bottom:-27px;
}

#footer_copyright_inner {
	width: 923px;
	padding:18px 0;
}


/* Shortcodes 
---------------------------------------------------------- */
.sc_accordion .sc_accordion_item .sc_accordion_title a {
	padding: 6px 6px 6px 36px;
}
.sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	width: 26px;
	height:26px;
	line-height:22px;
	font-size:22px;
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
	padding: 0px 14px 6px 36px;
}

.sc_blogger[class*="style_image_"] .post_info {
	margin:8px 0 0 0;
}
.sc_blogger[class*="style_image_"] .title_area .post_comments [class^="icon-"]:before,
.sc_blogger[class*="style_image_"] .title_area .post_comments [class*=" icon-"]:before {
	font-size: 14px;
}
.sc_blogger.sc_blogger_vertical .sc_blogger_item {
	margin-top:12px;
	padding-top:14px;
}
.sc_blogger_item_puzzles .post_thumb {
	width:230px;
	height:230px;
}
.sc_blogger.style_date .sc_blogger_item {
	padding-left:60px;
}
.sc_blogger.style_date .date_area {
	top:16px;
	width:45px;
	height:48px;
}
.sc_blogger.style_date .date_day {
	height:30px;
	line-height:28px;
	font-size:22px;
}

.sc_blogger.sc_blogger_vertical.style_image_large .image_wrapper {
	margin:0 16px 8px 0;
	width:346px;
	height:230px;
}
.sc_blogger.style_image_medium .image_wrapper {
	width:202px;
	height:135px;
}
.sc_blogger.sc_blogger_vertical.style_image_medium .image_wrapper {
	margin:0 16px 8px 0;
}
.sc_blogger.style_image_small .image_wrapper {
	width:100px;
	height:67px;
	margin:0 12px 4px 0;
}
.sc_blogger.style_image_small .title_area {
	margin-bottom: 8px;
}
.sc_blogger.style_image_small .post_info {
	margin-bottom:10px;
}
.sc_blogger .sc_blogger_item_bordered {
	padding:10px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered {
	margin-top:18px;
	padding:0 10px 10px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered .sc_title_bubble_top {
	margin-top:-18px;
}
.sc_button.sc_button_size_small {
	width:85px;
	height:24px;
	line-height:24px;
}
.sc_button.sc_button_size_medium {
	width:100px;
	height:28px;
	line-height:28px;
	font-size:13px;
}
.sc_button.sc_button_size_large {
	width:115px;
	height:32px;
	line-height:32px;
	font-size:16px;
}
.sc_contact_form .sc_contact_form_button a {
	padding:0 8px;
	font-size:12px;
	height:26px;
	line-height:26px;
}
.sc_dropcaps {
	margin-bottom: 16px;
}
.sc_dropcaps span.sc_dropcap {
	font-size: 32px;
	line-height: 38px;
	margin: 0 10px 0 0;
}
.sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	margin-right:8px;
}
.sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
.sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
figure.sc_image figcaption {
	font-size: 12px;
	line-height: 16px;
	padding: 4px 6px 4px;
}
figure.sc_image.sc_image_align_left {
	margin-right: 16px;
	margin-bottom: 8px;
}
figure.sc_image.sc_image_align_right {
	margin-left: 16px;
}

.sc_infobox {
	padding: 8px 16px;
	margin: 0 0 12px 0;
}
.sc_infobox_closeable {
	padding-right:30px;
}

.sc_line {
	margin-bottom: 16px;
}

blockquote.sc_quote {
	padding: 16px 0 16px 16px;
	margin:0 0 16px 0;
}
blockquote.sc_quote cite {
	margin:14px 0 0 0;
}
blockquote.sc_quote cite,
blockquote.sc_quote cite a {
	font-size:13px;
}

.sc_skills .sc_skills_item .sc_skills_caption {
	padding:0 10px;
}

/* Slider */
.sc_slider_flex .flex-direction-nav {
	top:-36px;
}
.sc_slider_flex .flex-direction-nav li {
	width:36px;
	height:36px;
}
.sc_slider_flex .flex-direction-nav a {
	font-size: 22px;
	line-height: 36px;
	width: 36px;
	height:36px;
}
.sc_slider_flex .flex-direction-nav li {
	width:36px;
	height:36px;
}

/* Table */
.sc_table table {
	margin-bottom: 16px;
}
.sc_table table td, 
.sc_table table th {
	padding:6px 8px 6px;
}
.sc_table table th {
	padding:8px 9px 8px;
}

.sc_tabs .content {
	padding: 16px 14px;
}

/* Team */
.sc_team .sc_team_item {
	width:164px;
	height:305px;
}
.sc_team.sc_team_big .sc_team_item {
	width:219px;
	height:335px;
}
.sc_team .sc_team_item_avatar {
	height:124px;
}
.sc_team.sc_team_big .sc_team_item_avatar {
	height:146px;
}
.sc_team .sc_team_item_avatar img {
	margin-top:-40px
}
.sc_team.sc_team_big .sc_team_item_avatar img {
	margin-top:-70px
}
.sc_team .sc_team_item_title {
	padding:14px 12px 0;
}
.sc_team.sc_team_big .sc_team_item_title {
	padding:18px 12px 0;
}
.sc_team .sc_team_item_position {
	padding:4px 12px 0;
}
.sc_team .sc_team_item_description {
	padding:10px 12px 0;
	font-size:12px;
	line-height:16px;
	height:64px;
}
.sc_team.sc_team_big .sc_team_item_description {
	padding:12px 12px 0;
}
.sc_team .sc_team_item_social img {
	width:22px;
	height:auto;
}


.sc_toggles .sc_toggles_item .sc_toggles_title a {
	padding: 6px 6px 6px 36px;
}
.sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	width: 26px;
	height:26px;
	line-height:22px;
	font-size:22px;
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	padding: 6px 14px 6px 36px;
}

}
















/* Resolution >=800 and <1000 (-560/540px) */
@media (min-width: 800px) and (max-width: 999px) {
body, button, input, select, textarea {
	font-size: 12px;
	line-height: 16px;
}
h1 {	font-size: 24px; line-height:30px; margin:20px 0 14px 0; }
h2 {	font-size: 18px; line-height:24px; margin:16px 0 12px 0; }
h3 {	font-size: 14px; line-height:18px; margin:13px 0 11px 0; }
h4 {	font-size: 13px; line-height:17px; margin:12px 0 10px 0; }
h5 {	font-size: 12px; line-height:16px; margin:10px 0 8px 0; }
h6 {	font-size: 11px; line-height:14px; margin:8px 0 4px 0; }

p {
	margin-bottom: 16px;
}
ul, ol {
	margin: 0 0 16px 16px;
}
blockquote {
	font-size:18px;
	line-height:24px;
	margin: 0 0 16px 0;
	padding: 6px;
}
figure figcaption {
	font-size: 11px;
	line-height: 14px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 22px;
	line-height: 22px;
}

.boxed #page {
	width: 800px;
}

body:not(.fullwidth) #main_inner {					width: 723px; }
body:not(.fullwidth) .with_sidebar #content {		width: 542px; }
body:not(.fullwidth) .without_sidebar #content {	width: 723px; }

#sidebar_main {					width:180px; }

.fullwidth .left_sidebar #content {			padding-left:180px; }
.fullwidth .left_sidebar #sidebar_main {	margin-right:-180px; }
.fullwidth .right_sidebar #content {		padding-right:180px; }
.fullwidth .right_sidebar #sidebar_main {	margin-left:-180px; }

.main_slider_fixed #main_slider_inner {
	width: 723px;
}
#main_slider_inner .sc_slider_flex .slides {
	min-height:310px;
}
#main_slider_inner .sc_slider_flex .slides li,
#main_slider_inner .sc_slider_flex .slides li a {
	min-height:310px; /*262px;*/
}
.fullwidth #main_slider_inner .sc_slider_flex .slides li,
.fullwidth #main_slider_inner .sc_slider_flex .slides li a {
	min-height:413px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info {
	max-width:341px;
	max-height:102px;
	padding:10px;
}
#main_slider_inner .sc_slider_flex:hover .sc_slider_info {
	margin-bottom:-130px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_subtitle {
	font-size:22px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_category {
	left:-10px;
	top:-10px;
	min-width:78px;
	height: 30px;
	line-height:30px;
	padding:0 6px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_reviews.after_category {
	top: -4px;
}

.main_map_fixed #main_map_inner {
	width: 723px;
	max-height:350px;
}

header {
	padding-bottom:18px;
}
body:not(.fullwidth) #header_top_inner {
	width: 723px;
}
#header_top_inner .logo {
	margin-top:24px;
	margin-bottom:20px;
}
#header_top_inner .logo_text {
	margin-top:16px;
	margin-bottom:24px;
}
	.logo_text .logo_title {
		font-size:64px;
		line-height:64px;
	}
	.logo_text .logo_slogan {
		bottom:-8px;
		font-size:9px;
		line-height:9px;
	}
	.breadcrumbs li {
		font-size:11px;
	}
	
#header_top_inner #ads_block_top {
	float:none;
	clear:both;
	margin-bottom:20px;
	max-height:89px;
	max-width:723px;
}

#header_top_inner #login_area {
	width:24px;
	height:24px;
}
#header_top_inner #login_area a {
	height:24px;
	line-height:24px;
}

#header_middle {
	min-height:40px;
}
.boxed.menu_fixed #header_middle {
	width:800px;
}
#header_middle_fixed {
	min-height:40px;
}
body:not(.fullwidth) #header_middle_inner {
	width: 723px;
}
	#mainmenu > li  {
		font-size:14px;
	}
	#mainmenu > li > a {
		padding: 0 14px;
		height:40px;
		line-height:40px;
	}
	#mainmenu > li ul {
		top: 40px;
	}
	#mainmenu > li ul li {
		font-size: 12px;
		line-height: 16px;
	}
	#mainmenu > li ul li a {
		padding: 5px 8px;
	}

	#sidemenu_link {
		width:42px;
		height:42px;
		line-height:42px;
		top:40px;
		right:-42px;
	}
	#sidemenu_link[class*="icon-"]:before {
		font-size:36px;
	}
	#sidemenu_area {
		width:200px;
		margin-left:-200px;
	}
	#sidemenu_area ul {
		font-size:13px;
		width:200px;
	}
	#sidemenu_area ul+ul {
		margin-left:-200px;
	}
	#sidemenu_area li > a {
		padding: 10px 0 0 24px;
		min-height:40px;
		line-height:20px;
	}
	#sidemenu_area li.submenu_present > a {
		width:160px;
	}
	#sidemenu_area li > a.submenu_opener {
		width:40px;
	}

#header_middle_inner .search_link {
	height:40px;
	line-height:40px;
}
#header_middle_inner .search_link [class*="icon-"]:before {
	font-size:16px;
}
#header_middle_inner .search_form_area {
	height:40px;
}
#header_middle_inner .search_form_area .search_close {
	height:40px;
	line-height:40px;
}
#header_middle_inner .search_form_area .search_close [class*="icon-"]:before {
	font-size:16px;
}

#header_middle_inner .search_form .search_field {
	width:360px;
	height:40px;
	line-height:40px;
	font-size:14px;
}

	.post_thumb .post_format {
		top:-30px; 
		width:30px;
		height:30px;
		line-height:30px;
	}
	.post_thumb .post_format:before {
		font-size:20px;
	}
	.puzzles_heavy .post_thumb .post_category {
		/*width:78px;*/
		height:30px;
		line-height:30px;
		padding:0 6px;
	}
	.post_thumb .post_video_play {
		left:50%;
		top:50%; 
		width:40px;
		height:40px;
		margin:-20px 0 0 -20px;
		line-height:40px;
	}
	.post_thumb .post_video_play:before {
		font-size:30px;
	}
	.post_thumb .post_content_wrapper {
		padding:8px;
	}
	.post_thumb .post_content_padding {
		height:18px;
	}
	.post_thumb .post_content_wrapper .post_descr {
		margin-top:6px;
	}
	.post_format_quote .post_content_wrapper .post_descr,
	.post_thumb.no_thumb .post_content_wrapper .post_subtitle,
	.puzzles_light .post_thumb .post_content_wrapper .post_subtitle,
	.puzzles_animations .post_thumb .post_content_wrapper:hover .post_subtitle {
		margin-top:32px;
	}
	.puzzles_heavy.puzzles_animations .post_thumb[class*="down"]:hover .post_video_play {			margin-top:-20px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="down"]:not(.open_thumb) .post_content_wrapper:hover {	padding-top:8px; padding-bottom:8px; }
	.puzzles_heavy.puzzles_animations .post_thumb.no_thumb:hover .post_category { top:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-1:hover .post_category { 	top:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-2:hover .post_category { 	top:-30px; }
	.puzzles_heavy .post_thumb.down-3 .post_category {			margin-top:-30px; }
	.puzzles_heavy .post_thumb.down-4 .post_category {			margin-top:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:hover .post_video_play {			margin-left:-20px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:not(.open_thumb) .post_content_wrapper:hover {	padding-left:8px; padding-right:8px; }
	.puzzles_heavy.puzzles_animations .post_thumb.left-1:hover .post_category { 	top:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb.left-2:hover .post_category { 	bottom:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:hover .post_video_play {		margin-left:-20px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:not(.open_thumb) .post_content_wrapper:hover {	padding-left:8px; padding-right:8px; }
	.puzzles_heavy.puzzles_animations .post_thumb.right-1:hover .post_category { 	top:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb.right-2:hover .post_category { 	bottom:-30px; }

	.post_thumb .post_content_light {
		top:50%;
		padding:8px;
	}
	.post_thumb .post_content_light .post_category {
		padding:2px 8px;
	}
	.post_thumb .post_content_light .post_subtitle {
		margin:6px 0 0;
		padding:2px 8px;
	}
	.post_thumb .post_content_light .reviews_summary.blog_reviews {
		padding:2px 8px;
	}

.post_info {
	font-size:11px;
	line-height:14px;
	padding-right:40px;
}
	.post_info .post_comments .comments_icon {
		font-size:11px;
	}

.post_reviews {
	width: 230px;
	margin:24px -16px 10px 14px;
	font-size:13px;
}
.post_reviews .tabs {
	padding:12px 12px 0 12px;
}
.post_reviews .criteria_row {
	padding:10px 10px;
}
	.blog_reviews .criteria_row .criteria_stars {
		width: 70px;
		height: 16px;
	}
	.post_reviews .criteria_row .criteria_stars {
		margin-top:4px;
	}
	.criteria_row .criteria_stars {
		font-size:14px;
		line-height:16px;
	}
	.criteria_row .criteria_stars .theme_stars:before {
		margin-right:2px;
		line-height:10px;
		vertical-align:top;
	}
	.reviews_10 .blog_reviews .criteria_row .criteria_stars {
		width:105px;
		height:14px;
		margin-top:3px;
	}
	.reviews_10 .post_reviews .reviews_summary .criteria_row .criteria_stars {
		margin-top:8px;
	}
	.reviews_10 .criteria_row .criteria_stars .theme_stars:before {
		font-size:12px;
	}
	.criteria_row .criteria_bar {
		margin-left:0px;
	}
.reviews_summary.blog_reviews {
	margin-top:0;
}
.reviews_summary .criteria_summary_text.criteria_row {
	padding-top:10px;
	padding-bottom:10px;
}
.reviews_summary .criteria_label {
	width:90px;
}
.reviews_summary .criteria_stars .stars_on,
.reviews_summary .criteria_stars .stars_off {
	min-height:20px;
	line-height:20px;
}
.reviews_summary .criteria_summary .criteria_word,
.reviews_summary .criteria_summary .criteria_mark {
	width:100px;
	font-size:24px;
	line-height:28px;
}

.tabs li a,
.widget .tabs li a {
	height:30px;
	line-height:30px;
	padding:0 6px;
}

#nav_pages,
#nav_pages_parts {
	padding:16px 12px;
}
#nav_pages li a,
#nav_pages li span,
.nav_pages_parts a,
.nav_pages_parts > span,
.nav_comments a,
.nav_comments > span {
	width:30px;
	height:30px;
	line-height:30px;
}
#nav_pages .pager_pages span {	
	width:70px; 
}
#nav_pages .pager_first a,
#nav_pages .pager_last a {
	width:50px; 
}
#viewmore {
	padding-top:14px;
	padding-bottom:14px;
	width: 180px;
}
#viewmore_link {
	height:40px;
	line-height:40px;
}
#viewmore_link .viewmore_loading:before {	font-size: 13px; }



/* --------------- Blog style 'Puzzles' --------------------- */
body:not(.fullwidth) .with_sidebar .blog_style_puzzles #content {	width:543px; }
body:not(.fullwidth) .without_sidebar .blog_style_puzzles #content {	width:724px; }

.blog_style_puzzles .post_thumb {
	width:180px;
	height:180px;
}

/* --------------- Blog style 'Excerpt' --------------------- */
.blog_style_excerpt #content > article {
	min-height:180px;
}
.blog_style_excerpt #content article.without_thumb {
	min-height:0;
}
.blog_style_excerpt #content .post_thumb {
	width:271px;
	height:180px;
	margin-right:16px;
}
.blog_style_excerpt #content .post_content {
	padding:0 16px 20px 0;
}
.blog_style_excerpt #content .without_thumb .post_content {
	padding-left: 16px;
}
.blog_style_excerpt #content .post_format_quote .post_content blockquote {
	margin-top:16px;
}
.blog_style_excerpt #content .post_info_top {
	padding-top:16px;
}
.blog_style_excerpt #content .post_comments {
	padding-top:16px;
}
.blog_style_excerpt #content .post_title {
	margin:18px 0 0 0;
}
.blog_style_excerpt #content .post_text_area {
	margin-top:16px;
}
.blog_style_excerpt #content .post_info_bottom {
	padding-top:8px;
}


/* --------------- Blog style 'Fullpost' --------------------- */
.blog_style_fullpost #content .post_info_top {
	margin-top:16px;
}
.blog_style_fullpost #content .post_content {
	padding:0 16px 20px;
}
.blog_style_fullpost #content .post_title {
	margin: 18px 0 0 0;
}
.blog_style_fullpost #content .post_text_area {
	margin-top: 10px;
}
.blog_style_fullpost #content .post_info_bottom {
	margin-top:8px;
}
.blog_style_fullpost #content .post_format_quote .post_content blockquote {
	margin-top:16px;
}


/* --------------- 'No results' --------------------- */
#content > article.page_no_results .post_content {
	padding:0 14px 24px !important;
}
#content > article.page_no_results .icon_no_results:before {
	font-size:160px;
	line-height:160px;
	padding-top:20px;
}
/* No search results */
#content > article.page_no_results.page_no_search .post_title {
	margin:40px 0 0 0;
}
#content > article.page_no_results.page_no_search .post_subtitle {
	margin:16px 0 0 0;
}
#content > article.page_no_results.page_no_search .post_text {
	margin:24px 0 0 0;
	padding-bottom:8px;
}
/* No articles found */
#content > article.page_no_results.page_no_articles .post_title {
	margin:100px 0 0 0;
}
#content > article.page_no_results.page_no_articles .post_subtitle {
	margin:24px 0 0 0;
}
#content > article.page_no_results.page_no_articles .post_text {
	margin:24px 0 0 0;
	padding-bottom:16px;
}
/* 404 page */
#content > article.page_no_results.page_404 .post_title {
	margin:86px 0 0 0;
}
#content > article.page_no_results.page_404 .post_subtitle {
	margin:60px 0 0 0;
}
#content > article.page_no_results.page_404 .post_text {
	margin:16px 0 0 0;
	padding-bottom:8px;
}


/* Author details */
#content.post_single .post_author_details {
	padding: 16px 16px 18px;
}
#content.post_single .post_author_info {
	margin-top:16px;
	padding-left:60px;
}
#content.post_single .post_author_avatar {
	width:45px;
	height:45px;
}
#content.post_single .post_author_socials {
	margin-top:16px;
}
#content.post_single .post_author_socials a {
	margin-right:6px;
}
#content.post_single .post_author_socials a img {
	width:24px;
	height:auto;
}

/* Related posts */
#content.post_single #related_posts {
	padding: 18px 0 0;
}

#content.post_single #related_posts .related_posts_item {
	width:180px;
	height:180px;
}
#content.post_single #related_posts .post_related_title {
	margin:0 16px 16px;
}

/* Comments */
.content_blog.post_single #comments .post_comments_tree {
	padding: 16px 14px;
}
.content_blog.post_single #comments .post_comments_title {
	margin:0 0 16px;
}
	.content_blog.post_single #comments li {
		padding-top:16px;
		margin-top:16px;
		padding-left:60px;
	}
	.content_blog.post_single #comments .children {
		margin-left: 45px;
	}
	.content_blog.post_single #comments .comment_reply a {
		top:18px;
	}
	.content_blog.post_single #comments .comment_author_avatar {
		top:18px;
		width:45px;
		height:45px;
	}
	/* Comment form */
	.content_blog.post_single #comments .post_comments_form {
		padding: 18px 16px;
	}
	.content_blog.post_single #comments #reply-title {
		margin:0 0 12px;
	}
	.content_blog.post_single #commentform .comment-form-author,
	.content_blog.post_single #commentform .comment-form-email,
	.content_blog.post_single #commentform .comment-form-website {
		width:162px;
		margin-right:12px;
	}
	.content_blog.post_single #commentform .comment-form-website {
		margin-right:0;
	}
	.content_blog.post_single #commentform input[type="text"],
	.content_blog.post_single #commentform textarea {
		font-size:12px;
		margin-bottom:8px;
	}

/* Sidebars */
article ul li,
.widget_area ul li,
article ol li,
.widget_area ol li {
	margin-top:6px;
}
article ul ul li:first-child,
.widget_area ul ul li:first-child {
	margin-top:6px;
}
.widget_area .post_title.title_padding {
	padding-right:40px;	
}
.widget.widget_calendar caption {
	font-size:14px;
	padding-bottom:16px;
}
.widget.widget_calendar table td,
.widget.widget_calendar table th {
	height:22px;
}
.widget.widget_calendar table tbody a {
	height:22px;
	line-height:22px;
}
.widget.widget_search #s {
	width:150px;
	float:none;
	margin-bottom:1px;
}
.widget.widget_search #searchsubmit {
	height:24px;
}
.widget.widget_tag_cloud a {
	font-size: 12px !important;
	line-height:20px;
	height:20px;
	padding: 0 6px;
}

/* Widgets Top10, Recent, Popular & Commented */
.widget .post_item {
	margin-top:14px;
}
.widget .post_item .post_title {
	margin-top:-2px;
}
.widget .reviews_summary {
	margin-bottom:4px;
}
.widget .post_thumb {
	width: 40px;
	height:40px;
	margin:0 10px 0 0;
}
.widget .ordered_list .post_item {
	padding-left: 16px;
}
.widget .ordered_list .post_item:before {
	width:16px;
}
.widget .flat_list .post_item:first-child {
	margin-top:12px;
}
.widget .flickr_images a {
	width:39px;
	height:39px;
}
.widget.widget_socials .social_icons {
	width:20px;
	height:20px;
	margin:0 6px 6px 0;
}
.widget.widget_socials .logo_title {
	font-size:48px;
	line-height:48px;
}
.widget.widget_socials .logo_descr {
	font-size:13px;
	line-height:17px;
	margin-bottom:16px;
}

/* Main sidebar */
#sidebar_main .widget {
	padding:16px 10px;
}

/* Advert sidebar */
#advert_sidebar_inner {
	width: 723px;
}
#advert_sidebar_inner .widget {
	width:160px;
	padding:16px 10px;
}
#advert_sidebar_inner .widget.widget_socials .logo_title {
	top:-22px;
	margin-bottom:-24px;
}

/* Footer sidebar */
#footer_sidebar {
	margin-top:18px;
}
#footer_sidebar_inner {
	width: 723px;
}
#footer_sidebar_inner .widget {
	width:160px;
	padding:16px 10px;
}
#footer_sidebar_inner .widget.widget_socials {
	padding-right:20px;
}
#footer_sidebar_inner .widget.widget_socials .logo_title {
	top:-23px;
	margin-bottom:-26px;
}

#footer_copyright_inner {
	width: 723px;
	padding:16px 0;
}


/* Shortcodes 
---------------------------------------------------------- */
.sc_accordion .sc_accordion_item .sc_accordion_title a {
	padding: 6px 6px 6px 32px;
}
.sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	width: 24px;
	height:24px;
	line-height:20px;
	font-size:20px;
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
	padding: 0px 12px 6px 32px;
}

.sc_blogger[class*="style_image_"] .post_info {
	margin:8px 0 0 0;
}
.sc_blogger[class*="style_image_"] .title_area .post_comments [class^="icon-"]:before,
.sc_blogger[class*="style_image_"] .title_area .post_comments [class*=" icon-"]:before {
	font-size: 13px;
}
.sc_blogger.sc_blogger_vertical .sc_blogger_item {
	margin-top:10px;
	padding-top:12px;
}
.sc_blogger_item_puzzles .post_thumb {
	width:180px;
	height:180px;
}
.sc_blogger.style_date .sc_blogger_item {
	padding-left:45px;
}
.sc_blogger.style_date .date_area {
	top:16px;
	width:32px;
	height:36px;
}
.sc_blogger.style_date .date_day {
	height:20px;
	line-height:18px;
	font-size:16px;
}

.sc_blogger.sc_blogger_vertical.style_image_large .image_wrapper {
	margin:0 12px 8px 0;
	width:271px;
	height:180px;
}
.sc_blogger.style_image_medium .image_wrapper {
	width:156px;
	height:104px;
}
.sc_blogger.sc_blogger_vertical.style_image_medium .image_wrapper {
	margin:0 12px 8px 0;
}
.sc_blogger.style_image_small .image_wrapper {
	width:80px;
	height:54px;
	margin:0 8px 4px 0;
}
.sc_blogger.style_image_small .title_area {
	margin-bottom: 6px;
}
.sc_blogger.style_image_small .post_info {
	margin-bottom:8px;
}
.sc_blogger .sc_blogger_item_bordered {
	padding:10px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered {
	margin-top:18px;
	padding:0 10px 10px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered .sc_title_bubble_top {
	margin-top:-18px;
}
.sc_button.sc_button_size_small {
	width:75px;
	height:22px;
	line-height:22px;
}
.sc_button.sc_button_size_medium {
	width:90px;
	height:24px;
	line-height:24px;
	font-size:12px;
}
.sc_button.sc_button_size_large {
	width:100px;
	height:28px;
	line-height:28px;
	font-size:14px;
}
.sc_contact_form .sc_contact_form_button a {
	padding:0 8px;
	font-size:12px;
	height:24px;
	line-height:24px;
}
.sc_dropcaps {
	margin-bottom: 12px;
}
.sc_dropcaps span.sc_dropcap {
	font-size: 28px;
	line-height: 34px;
	margin: 0 8px 0 0;
}
.sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	margin-right:8px;
}
.sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
.sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
figure.sc_image figcaption {
	font-size: 12px;
	line-height: 16px;
	padding: 4px 6px 4px;
}
figure.sc_image.sc_image_align_left {
	margin-right: 14px;
	margin-bottom: 8px;
}
figure.sc_image.sc_image_align_right {
	margin-left: 14px;
	margin-bottom: 8px;
}

.sc_infobox {
	padding: 8px 14px;
	margin: 0 0 12px 0;
}
.sc_infobox_closeable {
	padding-right:30px;
}

.sc_line {
	margin-bottom: 14px;
}

blockquote.sc_quote {
	padding: 14px 0 14px 14px;
	margin:0 0 14px 0;
}
blockquote.sc_quote cite {
	margin:12px 0 0 0;
}
blockquote.sc_quote cite,
blockquote.sc_quote cite a {
	font-size:12px;
}

.sc_skills .sc_skills_item .sc_skills_caption {
	padding:0 10px;
}

/* Slider */
.sc_slider_flex .flex-direction-nav {
	top:-30px;
}
.sc_slider_flex .flex-direction-nav li {
	width:30px;
	height:30px;
}
.sc_slider_flex .flex-direction-nav a {
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height:30px;
}
.sc_slider_flex .flex-direction-nav li {
	width:30px;
	height:30px;
}

/* Table */
.sc_table table {
	margin-bottom: 14px;
}
.sc_table table td, 
.sc_table table th {
	padding:6px 8px 6px;
}
.sc_table table th {
	padding:8px 9px 8px;
}

.sc_tabs .content {
	padding: 14px 12px;
}

/* Team */
.sc_team .sc_team_item {
	width:126px;
	height:270px;
}
.sc_team.sc_team_big .sc_team_item {
	width:169px;
	height:290px;
}
.sc_team .sc_team_item_avatar {
	height:95px;
}
.sc_team.sc_team_big .sc_team_item_avatar {
	height:112px;
}
.sc_team .sc_team_item_avatar img {
	margin-top:-30px
}
.sc_team.sc_team_big .sc_team_item_avatar img {
	margin-top:-50px
}
.sc_team .sc_team_item_title {
	padding:14px 12px 0;
}
.sc_team.sc_team_big .sc_team_item_title {
	padding:16px 12px 0;
}
.sc_team .sc_team_item_position {
	padding:4px 12px 0;
}
.sc_team .sc_team_item_description {
	padding:10px 12px 0;
	font-size:12px;
	line-height:16px;
	height:64px;
}
.sc_team.sc_team_big .sc_team_item_description {
	padding:12px 12px 0;
}
.sc_team .sc_team_item_social img {
	width:18px;
	height:auto;
}


.sc_toggles .sc_toggles_item .sc_toggles_title a {
	padding: 6px 6px 6px 32px;
}
.sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	width: 24px;
	height:24px;
	line-height:20px;
	font-size:20px;
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	padding: 6px 12px 6px 32px;
}

}











/* Resolution >680 and <800 (-680/620px) */
@media (min-width: 680px) and (max-width: 799px) {

.boxed #page {
	width: 680px;
}

body:not(.fullwidth) #main_inner {					width: 621px; }
body:not(.fullwidth) .with_sidebar #content {		width: 621px; }
body:not(.fullwidth) .without_sidebar #content {	width: 621px; }

#sidebar_main {					width: 621px; margin-top:1px; }

.left_sidebar #content {		float:none; }
.left_sidebar #sidebar_main {	float:none; margin-right:0px; }
.right_sidebar #content {		float:none; }
.right_sidebar #sidebar_main {	float:none; margin-left:0px; }

.fullwidth .left_sidebar #content {			padding-left:0; }
.fullwidth .left_sidebar #sidebar_main {	margin-right:auto; margin-left:auto; }
.fullwidth .right_sidebar #content {		padding-right:0; }
.fullwidth .right_sidebar #sidebar_main {	margin-left:auto; margin-right:auto; }

.main_slider_fixed #main_slider_inner {
	width: 621px;
}
#main_slider_inner .sc_slider_flex .slides {
	min-height:310px;
}
#main_slider_inner .sc_slider_flex .slides li,
#main_slider_inner .sc_slider_flex .slides li a {
	min-height:310px;	/*225px;*/
}
.fullwidth #main_slider_inner .sc_slider_flex .slides li,
.fullwidth #main_slider_inner .sc_slider_flex .slides li a {
	min-height:413px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info {
	max-width:601px;
	max-height:100px;
	padding:10px;
}
#main_slider_inner .sc_slider_flex:hover .sc_slider_info {
	margin-bottom:-130px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_subtitle {
	font-size:20px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_category {
	left:-10px;
	top:-10px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_reviews.after_category {
	top: -4px;
}

.main_map_fixed #main_map_inner {
	width: 621px;
	max-height:300px;
}

header {
	padding-bottom:16px;
}
body:not(.fullwidth) #header_top_inner {
	width: 621px;
}

#header_top_inner .logo {
	margin-top:24px;
	margin-bottom:20px;
}
#header_top_inner .logo_text {
	margin-top:16px;
	margin-bottom:24px;
}
	.logo_text .logo_title {
		font-size:64px;
		line-height:64px;
	}
	.logo_text .logo_slogan {
		bottom:-8px;
		font-size:9px;
		line-height:9px;
	}
	.breadcrumbs li {
		font-size:10px;
	}
	
#header_top_inner #ads_block_top {
	float:none;
	clear:both;
	margin-bottom:16px;
	max-height:77px;
	max-width:621px;
}

#header_middle {
	min-height:30px;
}
.boxed.menu_fixed #header_middle {
	width:680px;
}
#header_middle_fixed {
	min-height:30px;
}
body:not(.fullwidth) #header_middle_inner {
	width: 621px;
}
	.select-menu ul  {
		line-height:17px;
		font-size:13px;
	}
	.select-menu ul li a {
		padding: 6px 8px;
	}
	.select-menu ul > li ul {
		margin-left: 16px;
	}

	#mainmenu > li  {
		font-size:13px;
	}
	#mainmenu > li > a {
		padding: 0 12px;
		height:36px;
		line-height:36px;
	}
	#mainmenu > li ul {
		top: 36px;
	}
	#mainmenu > li ul li {
		font-size: 12px;
		line-height: 14px;
	}
	#mainmenu > li ul li a {
		padding: 4px 6px;
	}

	#sidemenu_link {
		width:36px;
		height:36px;
		line-height:36px;
		top:34px;
		right:-36px;
	}
	#sidemenu_link[class*="icon-"]:before {
		font-size:30px;
	}
	#sidemenu_area {
		width:180px;
		margin-left:-180px;
	}
	#sidemenu_area ul {
		font-size:12px;
		width:180px;
	}
	#sidemenu_area ul+ul {
		margin-left:-180px;
	}
	#sidemenu_area li > a {
		padding: 10px 0 0 20px;
		min-height:34px;
		line-height:18px;
	}
	#sidemenu_area li.submenu_present > a {
		width:150px;
	}
	#sidemenu_area li > a.submenu_opener {
		width:30px;
	}

#header_middle_inner .search_link {
	height:30px;
	line-height:30px;
}
#header_middle_inner .search_link [class*="icon-"]:before {
	font-size:18px;
}

#header_middle_inner .search_form_area {
	height:30px;
}
#header_middle_inner .search_form_area .search_close {
	height:30px;
	line-height:30px;
}
#header_middle_inner .search_form_area .search_close [class*="icon-"]:before {
	font-size:18px;
}

#header_middle_inner .search_form .search_field {
	width:310px;
	height:30px;
	line-height:30px;
	font-size:14px;
}


body:not(.fullwidth) .with_sidebar .blog_style_puzzles #content {	width:622px; }
body:not(.fullwidth) .without_sidebar .blog_style_puzzles #content {	width:622px; }

.blog_style_excerpt #content > article {
	min-height:206px;
}
.blog_style_excerpt #content article.without_thumb {
	min-height:0;
}
.blog_style_excerpt #content .post_thumb {
	width:310px;
	height:206px;
	margin-right:14px;
}
.blog_style_excerpt #content .post_content {
	padding:0 16px 20px 16px;
}

/* --------------- 'No results' --------------------- */
#content > article.page_no_results .post_content {
	padding:0 14px 24px !important;
}
#content > article.page_no_results .icon_no_results:before {
	font-size:120px;
	line-height:120px;
	padding-top:20px;
}
/* No search results */
#content > article.page_no_results.page_no_search .post_title {
	margin:40px 0 0 0;
}
#content > article.page_no_results.page_no_search .post_subtitle {
	margin:16px 0 0 0;
}
#content > article.page_no_results.page_no_search .post_text {
	margin:24px 0 0 0;
	padding-bottom:8px;
}
/* No articles found */
#content > article.page_no_results.page_no_articles .post_title {
	margin:80px 0 0 0;
}
#content > article.page_no_results.page_no_articles .post_subtitle {
	margin:24px 0 0 0;
}
#content > article.page_no_results.page_no_articles .post_text {
	margin:24px 0 0 0;
	padding-bottom:16px;
}
/* 404 page */
#content > article.page_no_results.page_404 .post_title {
	margin:60px 0 0 0;
}
#content > article.page_no_results.page_404 .post_subtitle {
	margin:40px 0 0 0;
}
#content > article.page_no_results.page_404 .post_text {
	margin:14px 0 0 0;
	padding-bottom:8px;
}

#content.post_single #related_posts {
	padding: 20px 0 0;
}
#content.post_single #related_posts .related_post_item_2,
#content.post_single #related_posts .related_post_item_4,
#content.post_single #related_posts .related_post_item_6,
#content.post_single #related_posts .related_post_item_8,
#content.post_single #related_posts .related_post_item_10 {
	margin-right:0;
}
#content.post_single #related_posts .related_post_item_3,
#content.post_single #related_posts .related_post_item_9,
#content.post_single #related_posts .related_post_item_12 {
	margin-right:1px;
}
.content_blog.post_single #comments .post_comments_tree {
	padding: 20px 16px;
}

.content_blog.post_single #comments .post_comments_title {
	margin:0 0 20px;
}
	.content_blog.post_single #comments li {
		padding-top:20px;
		margin-top:20px;
	}
	.content_blog.post_single #comments .comment_reply a {
		top:20px;
	}
	.content_blog.post_single #comments .comment_author_avatar {
		top:20px;
	}
	.content_blog.post_single #comments .post_comments_form {
		padding: 20px 16px;
	}
	.content_blog.post_single #commentform .comment-form-author,
	.content_blog.post_single #commentform .comment-form-email,
	.content_blog.post_single #commentform .comment-form-website {
		width:189px;
		margin-right:10px;
	}
	.content_blog.post_single #commentform .comment-form-website {
		margin-right:0;
	}
	.content_blog.post_single #commentform input[type="text"],
	.content_blog.post_single #commentform textarea {
		font-size:12px;
	}

#sidebar_main {
	margin:1px auto 0;
	overflow:hidden;
}
#sidebar_main .sidebar_increase {
	display:none;
}
#sidebar_main .widget {
	width:280px;
	padding:25px 15px;
	margin: 0 0 1px 1px;
	float:left;
}
#sidebar_main .widget:first-child,
#sidebar_main .widget.widget-number-1,
#sidebar_main .widget.widget-number-3,
#sidebar_main .widget.widget-number-5,
#sidebar_main .widget.widget-number-7,
#sidebar_main .widget.widget-number-9,
#sidebar_main .widget.widget-number-11,
#sidebar_main .widget.widget-number-13 {
	margin-left:0;
	clear:both;
}
#sidebar_main .widget.widget_socials .logo_title {
	top:-32px;
	margin-bottom:-30px;
}

#advert_sidebar_inner {
	width: 621px;
}
#advert_sidebar_inner .widget.widget-number-3,
#advert_sidebar_inner .widget.widget-number-7,
#advert_sidebar_inner .widget.widget-number-11,
.widget-odd {
	margin-left:0 !important;
	clear:both;
}

#footer_sidebar {
	margin-top:20px;
}
#footer_sidebar_inner {
	width: 621px;
}
#footer_sidebar_inner .widget.widget-number-3,
#footer_sidebar_inner .widget.widget-number-7,
#footer_sidebar_inner .widget.widget-number-11,
.widget-odd {
	margin-left:0 !important;
	clear:both;
}
#footer_copyright_inner {
	width: 621px;
	padding:20px 0;
}



/* Shortcodes 
---------------------------------------------------------- */
.sc_accordion .sc_accordion_item .sc_accordion_title a {
	padding: 6px 6px 6px 32px;
}
.sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	width: 24px;
	height:24px;
	line-height:20px;
	font-size:20px;
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
	padding: 0px 12px 6px 32px;
}

.sc_blogger[class*="style_image_"] .post_info {
	margin:8px 0 0 0;
}
.sc_blogger[class*="style_image_"] .title_area .post_comments [class^="icon-"]:before,
.sc_blogger[class*="style_image_"] .title_area .post_comments [class*=" icon-"]:before {
	font-size: 13px;
}
.sc_blogger.sc_blogger_vertical .sc_blogger_item {
	margin-top:10px;
	padding-top:12px;
}
.sc_blogger.style_date .sc_blogger_item {
	padding-left:45px;
}
.sc_blogger.style_date .date_area {
	top:16px;
	width:32px;
	height:36px;
}
.sc_blogger.style_date .date_day {
	height:20px;
	line-height:18px;
	font-size:16px;
}

.sc_blogger.sc_blogger_vertical.style_image_large .image_wrapper {
	margin:0 12px 8px 0;
	width:271px;
	height:180px;
}
.sc_blogger.style_image_medium .image_wrapper {
	width:180px;
	height:120px;
}
.sc_blogger.sc_blogger_vertical.style_image_medium .image_wrapper {
	margin:0 12px 8px 0;
}
.sc_blogger.style_image_small .image_wrapper {
	width:96px;
	height:65px;
	margin:0 8px 4px 0;
}
.sc_blogger.style_image_small .title_area {
	margin-bottom: 6px;
}
.sc_blogger.style_image_small .post_info {
	margin-bottom:8px;
}
.sc_blogger .sc_blogger_item_bordered {
	padding:10px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered {
	margin-top:18px;
	padding:0 10px 10px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered .sc_title_bubble_top {
	margin-top:-18px;
}
.sc_blogger.sc_columns_count_3 .sc_title_bubble_left,
.sc_blogger.sc_columns_count_4 .sc_title_bubble_left {
	padding:0 0 6px;
	min-height:0;
}
.sc_blogger.sc_columns_count_3 .sc_title_bubble_left .sc_title_bubble_icon,
.sc_blogger.sc_columns_count_4 .sc_title_bubble_left .sc_title_bubble_icon {
	display: none;
}
.sc_button.sc_button_size_small {
	width:75px;
	height:22px;
	line-height:22px;
}
.sc_button.sc_button_size_medium {
	width:90px;
	height:24px;
	line-height:24px;
	font-size:12px;
}
.sc_button.sc_button_size_large {
	width:100px;
	height:28px;
	line-height:28px;
	font-size:14px;
}
.sc_contact_form .sc_contact_form_button a {
	padding:0 8px;
	font-size:12px;
	height:24px;
	line-height:24px;
}
.sc_dropcaps {
	margin-bottom: 12px;
}
.sc_dropcaps span.sc_dropcap {
	font-size: 28px;
	line-height: 34px;
	margin: 0 8px 0 0;
}
.sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	margin-right:8px;
}
.sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
.sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
figure.sc_image figcaption {
	font-size: 12px;
	line-height: 16px;
	padding: 4px 6px 4px;
}
figure.sc_image.sc_image_align_left {
	margin-right: 14px;
	margin-bottom: 8px;
}
figure.sc_image.sc_image_align_right {
	margin-left: 14px;
	margin-bottom: 8px;
}

.sc_infobox {
	padding: 8px 14px;
	margin: 0 0 12px 0;
}
.sc_infobox_closeable {
	padding-right:30px;
}

.sc_line {
	margin-bottom: 14px;
}

blockquote.sc_quote {
	padding: 14px 0 14px 14px;
	margin:0 0 14px 0;
}
blockquote.sc_quote cite {
	margin:12px 0 0 0;
}
blockquote.sc_quote cite,
blockquote.sc_quote cite a {
	font-size:12px;
}

.sc_skills .sc_skills_item .sc_skills_caption {
	padding:0 10px;
}

/* Slider */
.sc_slider_flex .flex-direction-nav {
	top:-30px;
}
.sc_slider_flex .flex-direction-nav li {
	width:30px;
	height:30px;
}
.sc_slider_flex .flex-direction-nav a {
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height:30px;
}
.sc_slider_flex .flex-direction-nav li {
	width:30px;
	height:30px;
}

/* Table */
.sc_table table {
	margin-bottom: 14px;
}
.sc_table table td, 
.sc_table table th {
	padding:6px 8px 6px;
}
.sc_table table th {
	padding:8px 9px 8px;
}

.sc_tabs .content {
	padding: 14px 12px;
}

/* Team */
.sc_team .sc_team_item {
	width:146px;
	height:290px;
}
.sc_team.sc_team_big .sc_team_item {
	width:195px;
	height:320px;
}
.sc_team .sc_team_item_avatar {
	height:108px;
}
.sc_team.sc_team_big .sc_team_item_avatar {
	height:130px;
}
.sc_team .sc_team_item_avatar img {
	margin-top:-30px
}
.sc_team.sc_team_big .sc_team_item_avatar img {
	margin-top:-50px
}
.sc_team .sc_team_item_title {
	padding:14px 12px 0;
	font-size:16px;
}
.sc_team.sc_team_big .sc_team_item_title {
	padding:16px 12px 0;
}
.sc_team .sc_team_item_position {
	padding:4px 12px 0;
	font-size:14px;
}
.sc_team .sc_team_item_description {
	padding:10px 12px 0;
	font-size:12px;
	line-height:16px;
	height:64px;
}
.sc_team.sc_team_big .sc_team_item_description {
	padding:12px 12px 0;
}
.sc_team .sc_team_item_social img {
	width:20px;
	height:auto;
}
.sc_team.sc_team_big .sc_team_item_social img {
	width:24px;
	height:auto;
}


.sc_toggles .sc_toggles_item .sc_toggles_title a {
	padding: 6px 6px 6px 32px;
}
.sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	width: 24px;
	height:24px;
	line-height:20px;
	font-size:20px;
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	padding: 6px 12px 6px 32px;
}


#toTop, #custom_options {
	display: none !important;
}


}









/* Resolution >=480 and <680 */
@media (min-width: 480px) and (max-width: 679px) {
body, button, input, select, textarea {
	font-size: 12px;
	line-height: 16px;
}
h1 {	font-size: 24px; line-height:30px; margin:20px 0 14px 0; }
h2 {	font-size: 18px; line-height:24px; margin:16px 0 12px 0; }
h3 {	font-size: 14px; line-height:18px; margin:13px 0 11px 0; }
h4 {	font-size: 13px; line-height:17px; margin:12px 0 10px 0; }
h5 {	font-size: 12px; line-height:16px; margin:10px 0 8px 0; }
h6 {	font-size: 11px; line-height:15px; margin:8px 0 6px 0; }

p {
	margin-bottom: 16px;
}
ul, ol {
	margin: 0 0 16px 16px;
}
blockquote {
	font-size:18px;
	line-height:24px;
	margin: 0 0 16px 0;
	padding: 6px;
}
figure figcaption {
	font-size: 12px;
	line-height: 16px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 24px;
	line-height: 24px;
}

.boxed #page {
	width: 480px;
}

body:not(.fullwidth) #main_inner {					width: 461px; }
body:not(.fullwidth) .with_sidebar #content {		width: 461px; }
body:not(.fullwidth) .without_sidebar #content {	width: 461px; }

#sidebar_main {					width: 461px; margin-top:1px; }

.left_sidebar #content {		float:none; }
.left_sidebar #sidebar_main {	float:none; margin-right:0px; }
.right_sidebar #content {		float:none; }
.right_sidebar #sidebar_main {	float:none; margin-left:0px; }

.fullwidth .left_sidebar #content {			padding-left:0; }
.fullwidth .left_sidebar #sidebar_main {	margin-right:auto; margin-left:auto; }
.fullwidth .right_sidebar #content {		padding-right:0; }
.fullwidth .right_sidebar #sidebar_main {	margin-left:auto; margin-right:auto; }

.main_slider_fixed #main_slider_inner {
	width: 461px;
}
#main_slider_inner .sc_slider_flex .slides {
	min-height:310px;
}
#main_slider_inner .sc_slider_flex .slides li,
#main_slider_inner .sc_slider_flex .slides li a {
	min-height:310px;	/*167px;*/
}
.fullwidth #main_slider_inner .sc_slider_flex .slides li,
.fullwidth #main_slider_inner .sc_slider_flex .slides li a {
	min-height:413px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info {
	max-width:441px;
	max-height:96px;
	padding:10px;
}
#main_slider_inner .sc_slider_flex:hover .sc_slider_info {
	margin-bottom:-130px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_subtitle {
	font-size:20px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_category {
	left:-10px;
	top:-10px;
	min-width:99px;
	height: 36px;
	line-height:36px;
	padding:0 8px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_reviews.after_category {
	top: -4px;
}

.main_map_fixed #main_map_inner {
	width: 461px;
	max-height:300px;
}

header {
	padding-bottom:18px;
}
body:not(.fullwidth) #header_top_inner {
	width: 461px;
}
#header_top_inner .logo {
	margin-top:24px;
	margin-bottom:20px;
}
#header_top_inner .logo_text {
	margin-top:16px;
	margin-bottom:26px;
}
	.logo_text .logo_title {
		font-size:66px;
		line-height:66px;
	}
	.logo_text .logo_slogan {
		bottom:-10px;
		font-size:9px;
		line-height:9px;
	}	
	.breadcrumbs li {
		font-size:11px;
	}
	
#header_top_inner #ads_block_top {
	float:none;
	clear:both;
	margin-bottom:16px;
	max-height:57px;
	max-width:461px;
}
#header_top_inner #login_area {
	width:24px;
	height:24px;
}
#header_top_inner #login_area a {
	height:24px;
	line-height:24px;
}

#header_middle {
	min-height:30px;
}
.boxed.menu_fixed #header_middle {
	width:480px;
}
#header_middle_fixed {
	min-height:30px;
}
body:not(.fullwidth) #header_middle_inner {
	width: 461px;
}
	.select-menu-button {
		font-size: 13px;
	}
	.select-menu ul  {
		line-height:16px;
		font-size:12px;
	}
	.select-menu ul li a {
		padding: 6px 8px;
	}
	.select-menu ul > li ul {
		margin-left: 16px;
	}

	#mainmenu > li  {
		font-size:12px;
	}
	#mainmenu > li > a {
		padding: 0 10px;
		height:32px;
		line-height:32px;
	}
	#mainmenu > li ul {
		top: 32px;
	}
	#mainmenu > li ul li {
		font-size: 11px;
		line-height: 13px;
	}
	#mainmenu > li ul li a {
		padding: 3px 5px;
	}

	#sidemenu_link {
		width:32px;
		height:32px;
		line-height:32px;
		top:30px;
		right:-32px;
	}
	#sidemenu_link[class*="icon-"]:before {
		font-size:24px;
	}
	#sidemenu_area {
		width:160px;
		margin-left:-160px;
	}
	#sidemenu_area ul {
		font-size:10px;
		width:160px;
	}
	#sidemenu_area ul+ul {
		margin-left:-160px;
	}
	#sidemenu_area li > a {
		padding: 8px 0 0 16px;
		min-height:30px;
		line-height:16px;
	}
	#sidemenu_area li.submenu_present > a {
		width:130px;
	}
	#sidemenu_area li > a.submenu_opener {
		width:30px;
	}

#header_middle_inner .search_link {
	height:30px;
	line-height:30px;
}
#header_middle_inner .search_link [class*="icon-"]:before {
	font-size:18px;
}
#header_middle_inner .search_form_area {
	height:30px;
}
#header_middle_inner .search_form_area .search_close {
	height:30px;
	line-height:30px;
}
#header_middle_inner .search_form_area .search_close [class*="icon-"]:before {
	font-size:18px;
}

#header_middle_inner .search_form .search_field {
	width:230px;
	height:30px;
	line-height:30px;
	font-size:13px;
}

	.post_thumb .post_format {
		top:-36px; 
		width:36px;
		height:36px;
		line-height:36px;
	}
	.post_thumb .post_format:before {
		font-size:24px;
	}
	.puzzles_heavy .post_thumb .post_category {
		/* width:99px; */
		height:36px;
		line-height:36px;
		padding:0 8px;
	}
	.post_thumb .post_video_play {
		left:50%;
		top:50%; 
		width:60px;
		height:60px;
		margin:-30px 0 0 -30px;
		line-height:60px;
	}
	.post_thumb .post_video_play:before {
		font-size:36px;
	}
	.post_thumb .post_content_wrapper {
		padding:10px;
	}
	.post_thumb .post_content_padding {
		height:20px;
	}
	.post_thumb .post_content_wrapper .post_descr {
		margin-top:8px;
	}
	.post_format_quote .post_content_wrapper .post_descr,
	.post_thumb.no_thumb .post_content_wrapper .post_subtitle,
	.puzzles_light .post_thumb .post_content_wrapper .post_subtitle,
	.puzzles_animations .post_thumb .post_content_wrapper:hover .post_subtitle {
		margin-top:40px;
	}
	.puzzles_heavy.puzzles_animations .post_thumb[class*="down"]:hover .post_video_play {			margin-top:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="down"]:not(.open_thumb) .post_content_wrapper:hover {	padding-top:10px; padding-bottom:10px; }
	.puzzles_heavy.puzzles_animations .post_thumb.no_thumb:hover .post_category { top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-1:hover .post_category { 	top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb.down-2:hover .post_category { 	top:-36px; }
	.puzzles_heavy .post_thumb.down-3 .post_category {			margin-top:-36px; }
	.puzzles_heavy .post_thumb.down-4 .post_category {			margin-top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:hover .post_video_play {			margin-left:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="left"]:not(.open_thumb) .post_content_wrapper:hover {	padding-left:10px; padding-right:10px; }
	.puzzles_heavy.puzzles_animations .post_thumb.left-1:hover .post_category { 	top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb.left-2:hover .post_category { 	bottom:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:hover .post_video_play {		margin-left:-30px; }
	.puzzles_heavy.puzzles_animations .post_thumb[class*="right"]:not(.open_thumb) .post_content_wrapper:hover {	padding-left:10px; padding-right:10px; }
	.puzzles_heavy.puzzles_animations .post_thumb.right-1:hover .post_category { 	top:-36px; }
	.puzzles_heavy.puzzles_animations .post_thumb.right-2:hover .post_category { 	bottom:-36px; }

	.post_thumb .post_content_light {
		top:58%;
		padding:8px;
	}
	.post_thumb .post_content_light .post_category {
		padding:2px 8px;
	}
	.post_thumb .post_content_light .post_subtitle {
		margin:6px 0 0;
		padding:2px 8px;
	}
	.post_thumb .post_content_light .reviews_summary.blog_reviews {
		padding:2px 8px;
	}

.post_info {
	font-size:11px;
	line-height:15px;
	padding-right:40px;
}
	.post_info .post_comments .comments_icon {
		font-size:12px;
	}

.post_reviews {
	width: 230px;
	margin:20px -16px 10px 18px;
	font-size:12px;
}
.post_reviews .tabs {
	padding:12px 12px 0 12px;
}
.post_reviews .criteria_row {
	padding:10px 10px;
}
.criteria_row .criteria_label {
	width:200px;
}
	.blog_reviews .criteria_row .criteria_stars {
		width: 93px;
		height: 20px;
	}
	.post_reviews .criteria_row .criteria_stars {
		margin-top:4px;
	}
	.criteria_row .criteria_stars {
		font-size:18px;
	}
	.criteria_row .criteria_stars .theme_stars:before {
		margin-right:3px;
		line-height:16px;
		vertical-align:top;
	}
	.reviews_10 .post_reviews .reviews_summary .criteria_row .criteria_stars {
		margin-top:6px;
	}
	.reviews_10 .criteria_row .criteria_stars .theme_stars:before {
		font-size:12px;
	}
	.criteria_row .criteria_bar {
		margin-left:0px;
		margin-top:3px;
	}
	.post_reviews .criteria_row .criteria_bar {
		margin-top:-2px;
	}
.post_reviews .reviews_summary  .criteria_row .criteria_stars {
	margin-top:2px;
}
.reviews_summary .criteria_row .criteria_label {
	width:100px;
}
.reviews_summary.blog_reviews {
	margin-top:-4px;
}
.reviews_summary .criteria_summary_text.criteria_row {
	padding-top:10px;
	padding-bottom:10px;
}
.reviews_summary .criteria_stars .stars_on,
.reviews_summary .criteria_stars .stars_off {
	min-height:20px;
	line-height:20px;
}
.reviews_summary .criteria_summary .criteria_word,
.reviews_summary .criteria_summary .criteria_mark {
	width:105px;
	font-size:22px;
	line-height:28px;
}
.reviews_10 .reviews_summary .criteria_row .criteria_label {
	width:80px;
}
.reviews_10 .reviews_summary .criteria_summary .criteria_word,
.reviews_10 .reviews_summary .criteria_summary .criteria_mark {
	width:90px;
	font-size:20px;
	line-height:24px;
}
.reviews_10 .blog_reviews .criteria_row .criteria_stars {
    height: 16px;
    width: 107px;
	margin-top:2px;
}

.tabs li a,
.widget .tabs li a {
	height:32px;
	line-height:32px;
	padding:0 6px;
}
#nav_pages,
#nav_pages_parts {
	padding:18px 14px;
}
#nav_pages li a,
#nav_pages li span,
.nav_pages_parts a,
.nav_pages_parts > span,
.nav_comments a,
.nav_comments > span {
	width:28px;
	height:28px;
	line-height:28px;
}
#nav_pages .pager_pages span {	
	width:60px; 
}
#nav_pages .pager_first a,
#nav_pages .pager_last a {
	width:48px; 
}
#viewmore {
	padding-top:12px;
	padding-bottom:12px;
	width: 120px;
}
#viewmore_link {
	height:30px;
	line-height:30px;
}
#viewmore_link .viewmore_loading:before {	font-size: 13px; }


/* --------------- Blog style 'Puzzles' --------------------- */
body:not(.fullwidth) .with_sidebar .blog_style_puzzles #content {	width:462px; }
body:not(.fullwidth) .without_sidebar .blog_style_puzzles #content {	width:462px; }

.blog_style_puzzles .post_thumb {
	width:230px;
	height:230px;
}

/* --------------- Blog style 'Excerpt' --------------------- */
.blog_style_excerpt #content > article {
	min-height:153px;
}
.blog_style_excerpt #content article.without_thumb {
	min-height:0;
}
.blog_style_excerpt #content .post_thumb {
	width:230px;
	height:153px;
	margin-right:12px;
}
.blog_style_excerpt #content .post_content {
	padding:0 16px 16px 0;
}
.blog_style_excerpt #content .without_thumb .post_content {
	padding-left: 16px;
}
.blog_style_excerpt #content .post_format_quote .post_content blockquote {
	margin-top:16px;
}
.blog_style_excerpt #content .post_info_top {
	padding-top:16px;
}
.blog_style_excerpt #content .post_comments {
	padding-top:16px;
}
.blog_style_excerpt #content .post_title {
	margin:16px 0 0 0;
}
.blog_style_excerpt #content .post_text_area {
	margin-top:16px;
}
.blog_style_excerpt #content .post_info_bottom {
	padding-top:10px;
}


/* --------------- Blog style 'Fullpost' --------------------- */
.blog_style_fullpost #content .post_info_top {
	margin-top:16px;
}
.blog_style_fullpost #content .post_content {
	padding:0 16px 16px;
}
.blog_style_fullpost #content .post_title {
	margin: 16px 0 0 0;
}
.blog_style_fullpost #content .post_text_area {
	margin-top: 12px;
}
.blog_style_fullpost #content .post_info_bottom {
	margin-top:10px;
}
.blog_style_fullpost #content .post_format_quote .post_content blockquote {
	margin-top:16px;
}

/* --------------- 'No results' --------------------- */
#content > article.page_no_results .post_content {
	padding:0 14px 24px !important;
}
#content > article.page_no_results .icon_no_results:before {
	font-size:100px;
	line-height:100px;
	padding-top:20px;
}
/* No search results */
#content > article.page_no_results.page_no_search .post_title {
	margin:32px 0 0 0;
}
#content > article.page_no_results.page_no_search .post_subtitle {
	margin:14px 0 0 0;
}
#content > article.page_no_results.page_no_search .post_text {
	margin:20px 0 0 0;
	padding-bottom:8px;
}
/* No articles found */
#content > article.page_no_results.page_no_articles .post_title {
	margin:68px 0 0 0;
}
#content > article.page_no_results.page_no_articles .post_subtitle {
	margin:20px 0 0 0;
}
#content > article.page_no_results.page_no_articles .post_text {
	margin:20px 0 0 0;
	padding-bottom:16px;
}
/* 404 page */
#content > article.page_no_results.page_404 .post_title {
	margin:56px 0 0 0;
}
#content > article.page_no_results.page_404 .post_subtitle {
	margin:40px 0 0 0;
}
#content > article.page_no_results.page_404 .post_text {
	margin:14px 0 0 0;
	padding-bottom:8px;
}


/* Author details */
#content.post_single .post_author_details {
	padding: 16px 16px 16px;
}
#content.post_single .post_author_info {
	margin-top:16px;
	padding-left:48px;
}
#content.post_single .post_author_avatar {
	width:36px;
	height:36px;
}
#content.post_single .post_author_socials {
	margin-top:16px;
}
#content.post_single .post_author_socials a {
	margin-right:6px;
}

/* Related posts */
#content.post_single #related_posts {
	padding: 16px 0 0;
}
#content.post_single #related_posts .related_posts_item {
	width:230px;
	height:230px;
}
#content.post_single #related_posts .related_post_item_2,
#content.post_single #related_posts .related_post_item_4,
#content.post_single #related_posts .related_post_item_6,
#content.post_single #related_posts .related_post_item_8,
#content.post_single #related_posts .related_post_item_10 {
	margin-right:0;
}
#content.post_single #related_posts .related_post_item_3,
#content.post_single #related_posts .related_post_item_9,
#content.post_single #related_posts .related_post_item_12 {
	margin-right:1px;
}

/* Comments */
.content_blog.post_single #comments .post_comments_tree {
	padding: 16px 16px;
}
.content_blog.post_single #comments .post_comments_title {
	margin:0 0 16px;
}
	.content_blog.post_single #comments li {
		padding-top:16px;
		margin-top:16px;
		padding-left:48px;
	}
	.content_blog.post_single #comments .children {
		margin-left: 36px;
	}
	.content_blog.post_single #comments .comment_reply a {
		top:16px;
	}
	.content_blog.post_single #comments .comment_author_avatar {
		top:16px;
		width:36px;
		height:36px;
	}
	/* Comment form */
	.content_blog.post_single #comments .post_comments_form {
		padding: 16px 16px;
	}
	.content_blog.post_single #comments #reply-title {
		margin:0 0 12px;
	}
	.content_blog.post_single #commentform .comment-form-author,
	.content_blog.post_single #commentform .comment-form-email,
	.content_blog.post_single #commentform .comment-form-website {
		width:136px;
		margin-right:10px;
	}
	.content_blog.post_single #commentform .comment-form-website {
		margin-right:0;
	}
	.content_blog.post_single #commentform input[type="text"],
	.content_blog.post_single #commentform textarea {
		font-size:12px;
		margin-bottom:8px;
	}

/* Sidebars */
article ul li,
.widget_area ul li,
article ol li,
.widget_area ol li {
	margin-top:4px;
}
article ul ul li:first-child,
.widget_area ul ul li:first-child {
	margin-top:4px;
}
.widget_area .post_title.title_padding {
	padding-right:36px;	
}
.widget.widget_calendar caption {
	font-size:14px;
	padding-bottom:14px;
}
.widget.widget_calendar table td,
.widget.widget_calendar table th {
	height:22px;
}
.widget.widget_calendar table tbody a {
	height:22px;
	line-height:22px;
}
.widget.widget_search #s {
	width:120px;
}
.widget.widget_search #searchsubmit {
	height:24px;
}
.widget.widget_tag_cloud a {
	font-size: 12px !important;
	line-height:24px;
	height:24px;
	padding: 0 8px;
}
/* Widgets Top10, Recent, Popular & Commented */
.widget .post_item {
	margin-top:14px;
}
.widget .post_item .post_title {
	margin-top:-2px;
}
.widget .reviews_summary {
	margin-bottom:4px;
}
.widget .post_thumb {
	width: 45px;
	height:45px;
	margin:0 10px 0 0;
}
.widget .ordered_list .post_item {
	padding-left: 16px;
}
.widget .ordered_list .post_item:before {
	width:16px;
}
.widget .flat_list .post_item:first-child {
	margin-top:12px;
}
.widget .flickr_images a {
	width:49px;
	height:49px;
}
.widget.widget_socials .social_icons {
	width:24px;
	height:24px;
	margin:0 8px 8px 0;
}
.widget.widget_socials .logo_title {
	font-size:48px;
	line-height:48px;
}
.widget.widget_socials .logo_descr {
	font-size:14px;
	line-height:18px;
	margin-bottom:16px;
}

/* Main sidebar */
#sidebar_main {
	margin:1px auto 0;
	overflow:hidden;
}
#sidebar_main .sidebar_increase {
	display:none;
}
#sidebar_main .widget {
	width:210px;
	padding:18px 10px;
	margin: 0 0 1px 1px;
	float:left;
}
#sidebar_main .widget:first-child,
#sidebar_main .widget.widget-number-1,
#sidebar_main .widget.widget-number-3,
#sidebar_main .widget.widget-number-5,
#sidebar_main .widget.widget-number-7,
#sidebar_main .widget.widget-number-9,
#sidebar_main .widget.widget-number-11,
#sidebar_main .widget.widget-number-13 {
	margin-left:0;
	clear:both;
}
#sidebar_main .widget.widget_socials .logo_title {
	top:-24px;
	margin-bottom:-26px;
}

/* Advert sidebar */
#advert_sidebar_inner {
	width: 461px;
}
#advert_sidebar_inner .widget {
	width:210px;
	padding:18px 10px;
}
#advert_sidebar_inner .widget.widget_socials .logo_title {
	top:-24px;
	margin-bottom:-26px;
}
#advert_sidebar_inner .widget.widget-number-3,
#advert_sidebar_inner .widget.widget-number-7,
#advert_sidebar_inner .widget.widget-number-11,
#advert_sidebar_inner .widget-odd {
	margin-left:0;
	clear:both;
}

/* Footer sidebar */
#footer_sidebar {
	margin-top:16px;
}
#footer_sidebar_inner {
	width: 461px;
}
#footer_sidebar_inner .widget {
	width:210px;
	padding:18px 10px;
}
#footer_sidebar_inner .widget.widget-odd{ margin-left: 0;}
#footer_sidebar_inner .widget.widget_socials {
	padding-right:20px;
}
#footer_sidebar_inner .widget.widget_socials .logo_title {
	top:-25px;
	margin-bottom:-27px;
}
#footer_sidebar_inner .widget.widget-number-3,
#footer_sidebar_inner .widget.widget-number-7,
#footer_sidebar_inner .widget.widget-number-11 {
	margin-left:0;
	clear:both;
}

#footer_copyright_inner {
	width: 461px;
	padding:18px 0;
}


/* Shortcodes 
---------------------------------------------------------- */
.sc_accordion .sc_accordion_item .sc_accordion_title a {
	padding: 6px 6px 6px 36px;
}
.sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	width: 26px;
	height:26px;
	line-height:22px;
	font-size:22px;
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
	padding: 0px 14px 6px 36px;
}

.sc_blogger[class*="style_image_"] .post_info {
	margin:8px 0 0 0;
}
.sc_blogger[class*="style_image_"] .title_area .post_comments [class^="icon-"]:before,
.sc_blogger[class*="style_image_"] .title_area .post_comments [class*=" icon-"]:before {
	font-size: 14px;
}
.sc_blogger.sc_blogger_vertical .sc_blogger_item {
	margin-top:12px;
	padding-top:14px;
}
.sc_blogger_item_puzzles .post_thumb {
	width:230px;
	height:230px;
}
.sc_blogger.style_date .sc_blogger_item {
	padding-left:60px;
}
.sc_blogger.style_date .date_area {
	top:16px;
	width:45px;
	height:48px;
}
.sc_blogger.style_date .date_day {
	height:30px;
	line-height:28px;
	font-size:22px;
}

.sc_blogger.sc_blogger_vertical.style_image_large .image_wrapper {
	margin:0 0 8px 0;
	width:461px;
	height:306px;
	float:none;
}
.sc_blogger.style_image_medium .image_wrapper {
	width:202px;
	height:135px;
}
.sc_blogger.sc_blogger_vertical.style_image_medium .image_wrapper {
	margin:0 16px 8px 0;
}
.sc_blogger.style_image_small .image_wrapper {
	width:100px;
	height:67px;
	margin:0 12px 4px 0;
}
.sc_blogger.style_image_small .title_area {
	margin-bottom: 4px;
}
.sc_blogger.style_image_small .post_info {
	margin-bottom:6px;
}
.sc_blogger .sc_blogger_item_bordered {
	padding:10px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered {
	margin-top:18px;
	padding:0 10px 10px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered .sc_title_bubble_top {
	margin-top:-18px;
}

.sc_blogger.sc_columns_count_3 .sc_title_bubble_left,
.sc_blogger.sc_columns_count_4 .sc_title_bubble_left {
	padding:0 0 6px;
	min-height:0;
}
.sc_blogger.sc_columns_count_3 .sc_title_bubble_left .sc_title_bubble_icon,
.sc_blogger.sc_columns_count_4 .sc_title_bubble_left .sc_title_bubble_icon {
	display: none;
}

/* Button */
.sc_button.sc_button_size_small {
	width:85px;
	height:24px;
	line-height:24px;
}
.sc_button.sc_button_size_medium {
	width:100px;
	height:28px;
	line-height:28px;
	font-size:13px;
}
.sc_button.sc_button_size_large {
	width:115px;
	height:32px;
	line-height:32px;
	font-size:16px;
}

/* Columns */
.sc_columns_count_3 > .sc_column_item {
	width: 48%;	
	margin-left:4%;
}
.sc_columns_count_3 > .sc_column_item.span_2,
.sc_columns_count_3 > .sc_column_item.sc_column_item_3 {
	margin-left:0 !important;
	clear:both;
	width: 100%;
}
.sc_columns_count_3 > .sc_column_item_3 {
	padding-top:10px;
}
.sc_columns_count_4 > .sc_column_item_3 {
	margin-left:0 !important;
	clear:both;
}
.sc_columns_count_4 > .sc_column_item {
	width: 48%;	
	margin-left:4%;
}
.sc_columns_count_4 > .sc_column_item_3,
.sc_columns_count_4 > .sc_column_item_4 {
	padding-top:20px;
}
.sc_columns_count_4 > .sc_column_item.span_2,
.sc_columns_count_4 > .sc_column_item.span_3,
.sc_columns_count_4 > .sc_column_item.after_span_3 {
	width: 100%;
	margin-left:0 !important;
	clear:both;
}

/* Contact form */
.sc_contact_form .sc_contact_form_button a {
	padding:0 8px;
	font-size:12px;
	height:26px;
	line-height:26px;
}
.sc_dropcaps {
	margin-bottom: 16px;
}
.sc_dropcaps span.sc_dropcap {
	font-size: 32px;
	line-height: 38px;
	margin: 0 10px 0 0;
}
.sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	margin-right:8px;
}
.sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
.sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
figure.sc_image figcaption {
	font-size: 12px;
	line-height: 16px;
	padding: 4px 6px 4px;
}
figure.sc_image.sc_image_align_left {
	margin-right: 16px;
	margin-bottom: 8px;
}
figure.sc_image.sc_image_align_right {
	margin-left: 16px;
}

.sc_infobox {
	padding: 8px 16px;
	margin: 0 0 12px 0;
}
.sc_infobox_closeable {
	padding-right:30px;
}

.sc_line {
	margin-bottom: 16px;
}

blockquote.sc_quote {
	padding: 16px 0 16px 16px;
	margin:0 0 16px 0;
}
blockquote.sc_quote cite {
	margin:14px 0 0 0;
}
blockquote.sc_quote cite,
blockquote.sc_quote cite a {
	font-size:13px;
}

.sc_skills .sc_skills_item .sc_skills_caption {
	padding:0 10px;
}

/* Slider */
.sc_slider_flex .flex-direction-nav {
	top:-36px;
}
.sc_slider_flex .flex-direction-nav li {
	width:36px;
	height:36px;
}
.sc_slider_flex .flex-direction-nav a {
	font-size: 22px;
	line-height: 36px;
	width: 36px;
	height:36px;
}
.sc_slider_flex .flex-direction-nav li {
	width:36px;
	height:36px;
}

/* Table */
.sc_table table {
	margin-bottom: 16px;
}
.sc_table table td, 
.sc_table table th {
	padding:6px 8px 6px;
}
.sc_table table th {
	padding:8px 9px 8px;
}

.sc_tabs .content {
	padding: 16px 14px;
}

/* Team */
.sc_team .sc_team_item {
	width:106px;
	height:200px;
}
.sc_team.sc_team_big .sc_team_item {
	width:142px;
	height:300px;
}
.sc_team .sc_team_item_avatar {
	height:80px;
}
.sc_team.sc_team_big .sc_team_item_avatar {
	height:120px;
}
.sc_team .sc_team_item_avatar img {
	margin-top:-26px
}
.sc_team.sc_team_big .sc_team_item_avatar img {
	margin-top:-23px
}
.sc_team .sc_team_item_title {
	padding:12px 12px 0;
}
.sc_team.sc_team_big .sc_team_item_title {
	padding:14px 12px 0;
}
.sc_team .sc_team_item_position {
	padding:4px 12px 0;
}
.sc_team .sc_team_item_description {
	display:none;
}
.sc_team.sc_team_big .sc_team_item_description {
	display:block;
	padding:12px 12px 0;
	font-size:12px;
	line-height:16px;
	height:64px;
}
.sc_team .sc_team_item_social img {
	width:16px;
	height:auto;
}
.sc_team.sc_team_big .sc_team_item_social img {
	width:20px;
	height:auto;
}


.sc_toggles .sc_toggles_item .sc_toggles_title a {
	padding: 6px 6px 6px 36px;
}
.sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	width: 26px;
	height:26px;
	line-height:22px;
	font-size:22px;
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	padding: 6px 14px 6px 36px;
}


#toTop, #custom_options {
	display: none !important;
}

}






/* Resolution <480 */
@media (min-width: 0px) and (max-width: 479px) {
body, button, input, select, textarea {
	font-size: 12px;
	line-height: 16px;
}
h1 {	font-size: 24px; line-height:30px; margin:20px 0 14px 0; }
h2 {	font-size: 18px; line-height:24px; margin:16px 0 12px 0; }
h3 {	font-size: 14px; line-height:18px; margin:13px 0 11px 0; }
h4 {	font-size: 13px; line-height:17px; margin:12px 0 10px 0; }
h5 {	font-size: 12px; line-height:16px; margin:10px 0 8px 0; }
h6 {	font-size: 11px; line-height:15px; margin:8px 0 6px 0; }

p {
	margin-bottom: 16px;
}
ul, ol {
	margin: 0 0 16px 16px;
}
blockquote {
	font-size:18px;
	line-height:24px;
	margin: 0 0 16px 0;
	padding: 6px;
}
figure figcaption {
	font-size: 12px;
	line-height: 16px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 24px;
	line-height: 24px;
}

.boxed #page {
	width: 320px;
}

body:not(.fullwidth) #main_inner {					width: 310px; }
body:not(.fullwidth) .with_sidebar #content {		width: 310px; }
body:not(.fullwidth) .without_sidebar #content {	width: 310px; }

#sidebar_main {					width: 310px; margin-top:1px; }

.left_sidebar #content {		float:none; }
.left_sidebar #sidebar_main {	float:none; margin-right:0px; }
.right_sidebar #content {		float:none; }
.right_sidebar #sidebar_main {	float:none; margin-left:0px; }

.fullwidth .left_sidebar #content {			padding-left:0; }
.fullwidth .left_sidebar #sidebar_main {	margin-right:auto; margin-left:auto; }
.fullwidth .right_sidebar #content {		padding-right:0; }
.fullwidth .right_sidebar #sidebar_main {	margin-left:auto; margin-right:auto; }


.main_slider_fixed #main_slider_inner {
	width: 310px;
}
#main_slider_inner .sc_slider_flex .slides {
	min-height:310px;
}
#main_slider_inner .sc_slider_flex .slides li,
#main_slider_inner .sc_slider_flex .slides li a {
	min-height:310px;	/*112px;*/
}
.fullwidth #main_slider_inner .sc_slider_flex .slides li,
.fullwidth #main_slider_inner .sc_slider_flex .slides li a {
	min-height:413px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info {
	max-width:290px;
	max-height:90px;
	padding:10px;
}
#main_slider_inner .sc_slider_flex:hover .sc_slider_info {
	margin-bottom:-120px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_subtitle {
	font-size:20px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_category {
	left:-10px;
	top:-10px;
}
#main_slider_inner .sc_slider_flex .sc_slider_info .sc_slider_reviews.after_category {
	top: -4px;
}

.main_map_fixed #main_map_inner {
	width: 310px;
	max-height:200px;
}

header {
	padding-bottom:14px;
}
body:not(.fullwidth) #header_top_inner {
	width: 310px;
}

#header_top_inner .logo {
	margin-top:36px;
	margin-bottom:14px;
}
#header_top_inner .logo_text {
	margin-top:4px;
	margin-bottom:20px;
}
	.logo_text .logo_title {
		font-size:64px;
		line-height:64px;
	}
	.logo_text .logo_slogan {
		bottom:-8px;
		font-size:9px;
		line-height:9px;
	}
	.breadcrumbs li {
		font-size:10px;
	}
	
#header_top_inner #ads_block_top {
	float:none;
	clear:both;
	margin-bottom:14px;
	max-height:38px;
	max-width:310px;
}
#header_middle {
	min-height:30px;
}
.boxed.menu_fixed #header_middle {
	width:320px;
}
#header_middle_fixed {
	min-height:30px;
}
body:not(.fullwidth) #header_middle_inner {
	width: 310px;
}
	.select-menu ul  {
		line-height:16px;
		font-size:12px;
	}
	.select-menu ul li a {
		padding: 4px 6px;
	}
	.select-menu ul > li ul {
		margin-left: 12px;
	}

	#mainmenu > li  {
		font-size:11px;
	}
	#mainmenu > li > a {
		padding: 0 8px;
		height:28px;
		line-height:28px;
	}
	#mainmenu > li ul {
		top: 28px;
	}
	#mainmenu > li ul li {
		font-size: 10px;
		line-height: 12px;
	}
	#mainmenu > li ul li a {
		padding: 2px 4px;
	}

	#sidemenu_link {
		width:50px;
		height:50px;
		line-height:50px;
		top:28px;
		right:-50px;
	}
	#sidemenu_link[class*="icon-"]:before {
		font-size:30px;
	}
	#sidemenu_area {
		width:160px;
		margin-left:-160px;
	}
	#sidemenu_area ul {
		margin-top:90px;
		font-size:11px;
		width:160px;
	}
	#sidemenu_area ul+ul {
		margin-left:-160px;
	}
	#sidemenu_area li > a {
		padding: 8px 16px 0 16px;
		min-height:30px;
		line-height:16px;
	}
	#sidemenu_area li > a.submenu_opener {
		padding-right: 16px;
		width:32px;
	}
	#sidemenu_area li > a.submenu_opener:before {
		line-height:30px;
	}

#header_middle_inner .search_link {
	height:30px;
	line-height:30px;
}
#header_middle_inner .search_link [class*="icon-"]:before {
	font-size:16px;
}

#header_middle_inner .search_form_area {
	height:30px;
}
#header_middle_inner .search_form_area .search_close {
	height:30px;
	line-height:30px;
}
#header_middle_inner .search_form_area .search_close [class*="icon-"]:before {
	font-size:16px;
}

#header_middle_inner .search_form .search_field {
	width:160px;
	height:30px;
	line-height:30px;
	font-size:12px;
}


body:not(.fullwidth) .with_sidebar .blog_style_puzzles #content {	width:311px; }
body:not(.fullwidth) .without_sidebar .blog_style_puzzles #content {	width:311px; }

.blog_style_excerpt #content > article {
	min-height:0;
}
.blog_style_excerpt #content .post_thumb {
	width:310px;
	height:206px;
	margin-right:0;
	float:none;
}
.blog_style_excerpt #content .post_content {
	padding:0 16px 16px 16px;
}

/* Reviews bars */
.criteria_row .criteria_bar {
	margin-left:0px;
	margin-top:3px;
}
.post_reviews .criteria_row .criteria_bar {
	margin-left:3px;
	margin-top:-2px;
}

/* --------------- 'No results' --------------------- */
#content > article.page_no_results .post_content {
	padding:0 14px 24px !important;
}
#content > article.page_no_results .icon_no_results:before {
	font-size:120px;
	line-height:120px;
	padding-top:20px;
}
/* No search results */
#content > article.page_no_results.page_no_search .post_title {
	margin:40px 0 0 0;
}
#content > article.page_no_results.page_no_search .post_subtitle {
	margin:16px 0 0 0;
}
#content > article.page_no_results.page_no_search .post_text {
	margin:24px 0 0 0;
	padding-bottom:8px;
}
/* No articles found */
#content > article.page_no_results.page_no_articles .post_title {
	margin:80px 0 0 0;
}
#content > article.page_no_results.page_no_articles .post_subtitle {
	margin:24px 0 0 0;
}
#content > article.page_no_results.page_no_articles .post_text {
	margin:24px 0 0 0;
	padding-bottom:16px;
}
/* 404 page */
#content > article.page_no_results.page_404 .post_title {
	margin:60px 0 0 0;
}
#content > article.page_no_results.page_404 .post_subtitle {
	margin:40px 0 0 0;
}
#content > article.page_no_results.page_404 .post_text {
	margin:14px 0 0 0;
	padding-bottom:8px;
}

#content.post_single #related_posts {
	padding: 16px 0 0;
}
#content.post_single #related_posts .related_post_item {
	margin-right:0;
	float:none;
}
.content_blog.post_single #comments .post_comments_tree {
	padding: 12px 16px;
}

.content_blog.post_single #comments .post_comments_title {
	margin:0 0 12px;
}
	.content_blog.post_single #comments li {
		padding-top:12px;
		margin-top:12px;
		padding-left:48px;
	}
	.content_blog.post_single #comments .comment_reply a {
		top:12px;
	}
	.content_blog.post_single #comments .comment_author_avatar {
		top:12px;
		width:36px;
		height:36px;
	}
	.content_blog.post_single #comments .children {
		margin-left: 36px;
	}
	.content_blog.post_single #comments .children .children {
		margin-left: 0;
	}
	.content_blog.post_single #comments .post_comments_form {
		padding: 12px 16px;
	}
	.content_blog.post_single #commentform .comment-form-author,
	.content_blog.post_single #commentform .comment-form-email,
	.content_blog.post_single #commentform .comment-form-website {
		width:270px;
		float:none;
		margin-right:0;
	}
	.content_blog.post_single #commentform input[type="text"],
	.content_blog.post_single #commentform textarea {
		font-size:12px;
	}

/* Author details */
#content.post_single .post_author_details {
	padding: 12px 12px 12px;
}
#content.post_single .post_author_info {
	margin-top:12px;
	padding-left:48px;
}
#content.post_single .post_author_avatar {
	width:36px;
	height:36px;
}
#content.post_single .post_author_socials {
	margin-top:12px;
}
#content.post_single .post_author_socials a {
	margin-right:4px;
}
#content.post_single .post_author_socials a img {
	width:24px;
	height:auto;
}

/* Sidebars */
.widget.widget_search #searchsubmit {
	height:24px;
}
#sidebar_main .sidebar_increase {
	display:none;
}
#sidebar_main {
	margin-top:1px;
}

#advert_sidebar_inner {
	width: 310px;
}
#advert_sidebar_inner .widget {
	margin-left:0;
	margin-top:1px;
	float:none;
}
#advert_sidebar_inner .widget.widget_socials .logo_title {
	top:-32px;
	margin-bottom:-30px;
}

#footer_sidebar {
	margin-top:16px;
}
#footer_sidebar_inner {
	width: 310px;
}
#footer_sidebar_inner .widget {
	margin-left:0;
	margin-top:1px;
	float:none;
}
#footer_sidebar_inner .widget:first-child {
	margin-top:0;
}
#footer_sidebar_inner .widget.widget_socials {
	padding-left:15px;
	padding-right:15px;
}

#footer_copyright_inner {
	width: 310px;
	padding:16px 0;
}



/* Shortcodes 
---------------------------------------------------------- */
.sc_accordion .sc_accordion_item .sc_accordion_title a {
	padding: 6px 6px 6px 32px;
}
.sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	width: 24px;
	height:24px;
	line-height:20px;
	font-size:20px;
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
	padding: 0px 12px 6px 32px;
}

.sc_blogger[class*="style_image_"] .post_info {
	margin:8px 0 0 0;
}
.sc_blogger[class*="style_image_"] .title_area .post_comments [class^="icon-"]:before,
.sc_blogger[class*="style_image_"] .title_area .post_comments [class*=" icon-"]:before {
	font-size: 13px;
}
.sc_blogger.sc_blogger_vertical .sc_blogger_item {
	margin-top:10px;
	padding-top:12px;
}
.sc_blogger.style_date .sc_blogger_item {
	padding-left:45px;
}
.sc_blogger.style_date .date_area {
	top:16px;
	width:36px;
	height:40px;
}
.sc_blogger.style_date .date_day {
	height:22px;
	line-height:20px;
	font-size:18px;
}

.sc_blogger.sc_blogger_vertical.style_image_large .image_wrapper {
	margin:0 0 10px;
	width:283px;
	height:188px;
	float:none;
}
.sc_blogger.style_image_medium .image_wrapper {
	width:133px;
	height:88px;
}
.sc_blogger.sc_blogger_vertical.style_image_medium .image_wrapper {
	margin:0 12px 8px 0;
}
.sc_blogger.style_image_small .image_wrapper {
	width:80px;
	height:53px;
	margin:0 6px 4px 0;
}
.sc_blogger.style_image_small .title_area {
	margin-bottom: 4px;
}
.sc_blogger.style_image_small .post_info {
	margin-bottom:6px;
}
.sc_blogger .sc_blogger_item_bordered {
	padding:8px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered {
	margin-top:20px;
	padding:0 8px 8px;
}
.sc_blogger.style_bubble_top .sc_blogger_item_bordered .sc_title_bubble_top {
	margin-top:-20px;
}
.sc_blogger.sc_columns_count_3 .sc_title_bubble_left,
.sc_blogger.sc_columns_count_4 .sc_title_bubble_left {
	padding:0 0 6px;
	min-height:0;
}
.sc_blogger.sc_columns_count_3 .sc_title_bubble_left .sc_title_bubble_icon,
.sc_blogger.sc_columns_count_4 .sc_title_bubble_left .sc_title_bubble_icon {
	display: none;
}

.sc_blogger.sc_columns_count_3 .sc_title_bubble_left,
.sc_blogger.sc_columns_count_4 .sc_title_bubble_left {
	padding:0 0 6px;
	min-height:0;
}
.sc_blogger.sc_columns_count_3 .sc_title_bubble_left .sc_title_bubble_icon,
.sc_blogger.sc_columns_count_4 .sc_title_bubble_left .sc_title_bubble_icon {
	display: none;
}

/* Button */
.sc_button.sc_button_size_small {
	width:75px;
	height:22px;
	line-height:22px;
}
.sc_button.sc_button_size_medium {
	width:90px;
	height:24px;
	line-height:24px;
	font-size:12px;
}
.sc_button.sc_button_size_large {
	width:100px;
	height:28px;
	line-height:28px;
	font-size:14px;
}

/* Columns */
.sc_columns_count_3 > .sc_column_item {
	width: 48%;	
	margin-left:4%;
}
.sc_columns_count_3 > .sc_column_item.span_2,
.sc_columns_count_3 > .sc_column_item.sc_column_item_3 {
	margin-left:0 !important;
	clear:both;
	width: 100%;
}
.sc_columns_count_3 > .sc_column_item_3 {
	padding-top:10px;
}
.sc_columns_count_4 > .sc_column_item_3 {
	margin-left:0 !important;
	clear:both;
}
.sc_columns_count_4 > .sc_column_item {
	width: 48%;	
	margin-left:4%;
}
.sc_columns_count_4 > .sc_column_item_3,
.sc_columns_count_4 > .sc_column_item_4 {
	padding-top:20px;
}
.sc_columns_count_4 > .sc_column_item.span_2,
.sc_columns_count_4 > .sc_column_item.span_3,
.sc_columns_count_4 > .sc_column_item.after_span_3 {
	width: 100%;
	margin-left:0 !important;
	clear:both;
}

/* Contact form */
.sc_contact_form .sc_contact_form_button a {
	padding:0 8px;
	font-size:12px;
	height:24px;
	line-height:24px;
}
.sc_dropcaps {
	margin-bottom: 12px;
}
.sc_dropcaps span.sc_dropcap {
	font-size: 28px;
	line-height: 34px;
	margin: 0 8px 0 0;
}
.sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	margin-right:8px;
}
.sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
.sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	padding:2px 6px 2px;
	margin-top:5px;
}
figure.sc_image figcaption {
	font-size: 12px;
	line-height: 16px;
	padding: 4px 6px 4px;
}
figure.sc_image.sc_image_align_left {
	margin-right: 14px;
	margin-bottom: 8px;
}
figure.sc_image.sc_image_align_right {
	margin-left: 14px;
	margin-bottom: 8px;
}

.sc_infobox {
	padding: 8px 14px;
	margin: 0 0 12px 0;
}
.sc_infobox_closeable {
	padding-right:30px;
}

.sc_line {
	margin-bottom: 14px;
}

blockquote.sc_quote {
	padding: 14px 0 14px 14px;
	margin:0 0 14px 0;
}
blockquote.sc_quote cite {
	margin:12px 0 0 0;
}
blockquote.sc_quote cite,
blockquote.sc_quote cite a {
	font-size:12px;
}

.sc_skills .sc_skills_item .sc_skills_caption {
	padding:0 10px;
}

/* Slider */
.sc_slider_flex .flex-direction-nav {
	top:-30px;
}
.sc_slider_flex .flex-direction-nav li {
	width:30px;
	height:30px;
}
.sc_slider_flex .flex-direction-nav a {
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height:30px;
}
.sc_slider_flex .flex-direction-nav li {
	width:30px;
	height:30px;
}

/* Table */
.sc_table table {
	margin-bottom: 14px;
}
.sc_table table td, 
.sc_table table th {
	padding:6px 8px 6px;
}
.sc_table table th {
	padding:8px 9px 8px;
}

.sc_tabs .content {
	padding: 14px 12px;
}

/* Team */
.sc_team .sc_team_item {
	width:138px;
	height:280px;
}
.sc_team.sc_team_big .sc_team_item {
	width:299px;
	height:400px;
}
.sc_team .sc_team_item_avatar {
	height:102px;
}
.sc_team.sc_team_big .sc_team_item_avatar {
	height:200px;
}
.sc_team .sc_team_item_avatar img {
	margin-top:-30px
}
.sc_team.sc_team_big .sc_team_item_avatar img {
	margin-top:-100px
}
.sc_team .sc_team_item_title {
	padding:14px 12px 0;
	font-size:16px;
}
.sc_team.sc_team_big .sc_team_item_title {
	padding:16px 12px 0;
}
.sc_team .sc_team_item_position {
	padding:4px 12px 0;
	font-size:14px;
}
.sc_team .sc_team_item_description {
	padding:10px 12px 0;
	font-size:12px;
	line-height:16px;
	height:64px;
}
.sc_team.sc_team_big .sc_team_item_description {
	padding:12px 12px 0;
}
.sc_team .sc_team_item_social img {
	width:20px;
	height:auto;
}
.sc_team.sc_team_big .sc_team_item_social img {
	width:32px;
	height:auto;
}


.sc_toggles .sc_toggles_item .sc_toggles_title a {
	padding: 6px 6px 6px 32px;
}
.sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	width: 24px;
	height:24px;
	line-height:20px;
	font-size:20px;
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	padding: 6px 12px 6px 32px;
}


#toTop, #custom_options {
	display: none !important;
}


/* Demo section */
#slider_demo, #video_demo, #table_demo, #tabs_demo {
	width:100%;
	margin-left:0;
	float: none;
}

}
