/*
Theme Name: Hot Topix
Description: Hot Topix is the complete makeover for your Wordpress magazine site! This ultra-modern, professional theme is retina-ready, fully-responsive and comes with five different ad units, including a custom wallpaper ad, and is compatible with WooCommerce and BBPress. Hot Topix also comes with a drag-and-drop homepage, featured posts on each category page, a "sticky" menu bar, post/page slideshows and so much more!
Author: MVP Themes
Author URI: http://themeforest.net/user/mvpthemes
Theme URI: http://themeforest.net/user/mvpthemes
Version: 2.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

html {
	overflow-x: hidden;
	min-height:100%;
 	}

body {
min-height: 100%;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
 line-height: 1.5em;
	margin: 0px auto;
	padding: 0px;
background: #f7f7ef!important;




	}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	-webkit-backface-visibility: hidden;
	}

img {
	max-width: 100%;
	height: auto;
	}


	
iframe,
embed,
object,
video {
	width: 100%;
	}
	
	
.video-full {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
  margin-top: 30px;
}
.video-full iframe, .video-full object, .video-full embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/************************************************
	Hyperlinks
************************************************/

a{
	text-decoration: none;
	
	}
	
a:visited {
	text-decoration: none;
	 color: #55a7d9;
	}	

a:hover {
    color: #55a7d9;
	text-decoration: underline;
	}

a:active,
a:focus {
	outline: none;
	}

b, strong {
font-weight: 700;
}	

em 	{
font-style: italic;
font-family: 'Trebuchet MS', sans-serif;
color: #000;
font-size: 1.3em;
line-height: 1.6em;
}

hr {
    color: #ebe2d9;
    background-color:#ebe2d9;
    border:0px none;
    height:1px;
    clear:both;
}
	
/************************************************
	Layout
************************************************/

#site {
	float: left;
	width: 100%;
	height: 100%;
	}

#wallpaper {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

.wallpaper-link {
	margin: 0 auto;
	position: absolute;
		top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

#wrapper {
	margin-left: 60px;
	position: relative;
	width: 1195px;
	z-index: 5;
	}

.breaker {
	clear: both;
	}

.right, .alignright {
	float: right;
	}

.left, .alignleft {
	float: left;
	}

.aligncenter {
	display: block;
	margin: 0 auto;
	}

.section-div {
	border-bottom: 1px dotted #ccc;
	float: left;
	margin: 20px 0;
	width: 100%;
	}

/************************************************
	Header
************************************************/

#header-wrapper {
	float: right;
	position: relative;
	width: 100%;
	}

#top-header-wrapper {
    margin-top: -100px;
	float: right;
	width: 500px;
	}

#top-nav {
	float: left;
	max-width: 500px;
	display:inline-block;
	}

#top-nav ul {
	display: inline;
	float: left;
	}

#top-nav ul li {
	display: inline;
	float: left;
	}

#top-nav ul li a,
#top-nav ul li a:visited {
	color: #777;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	padding: 9px;

	}

#top-nav ul li a:hover {
	text-decoration: none;
	}

#top-nav ul li:hover a,
#top-nav ul li:hover a:visited {
	background: #f2f2e9;
	}

#top-nav ul li ul {
	display: none;
	}

#content-social {
right:290px;
top:45px;
width: 130px;
margin-right: 0px;
z-index:99;
position:absolute;
	}

#content-social ul {
	display: inline;
	float: left;
	}

#content-social ul li {
	
	display: inline;
	float: left;
	overflow: hidden;
	margin-right: 1px;
	}

.fb-but,
.twitter-but,
.pinterest-but,
.instagram-but,
.google-but,
.tumblr-but,
.linkedin-but,
.rss-but {
	float: left;
		-moz-transition: all .1s;
		-ms-transition: all .1s;
		-o-transition: all .1s;
		-webkit-transition: all .1s;
	transition: all .1s;
	width: 30px;
	height: 30px;
	}

.fb-but {
	background: url(images/social-buttons.png) 0 0;
	}

.fb-but:hover {
	background: url(images/social-buttons.png) 0 -30px;
	}

.twitter-but {
	background: url(images/social-buttons.png) -30px 0;
	}

.twitter-but:hover {
	background: url(images/social-buttons.png) -30px -30px;
	}

.pinterest-but {
	background:  url(images/social-buttons.png) -60px 0;
	}

.pinterest-but:hover {
	background: #cb2027 url(images/social-buttons.png) -60px -30px;
	}

.instagram-but {
	background: url(images/social-buttons.png) -234px 0;
	}

.instagram-but:hover {
	background: #36658c url(images/social-buttons.png) -234px -30px;
	}

.google-but {
	background: url(images/social-buttons.png) -90px 0;
	}

.google-but:hover {
	background: #000 url(images/social-buttons.png) -90px -30px;
	}

.tumblr-but {
	background: url(images/social-buttons.png) -264px 0;
	}

.tumblr-but:hover {
	background: #304e6c url(images/social-buttons.png) -264px -30px;
	}

.youtube-but {
	background:  url(images/social-buttons.png) -120px 0;
	float: left;
		-moz-transition: all 0.1s;
		-ms-transition: all 0.1s;
		-o-transition: all 0.1s;
		-webkit-transition: all 0.1s;
	transition: all 0.1s;
	width: 54px;
	height: 30px;
	}

.youtube-but:hover {
	background: #f00 url(images/social-buttons.png) -120px -30px;
	}

.linkedin-but {
	background: url(images/social-buttons.png) -174px 0;
	}

.linkedin-but:hover {
	background: url(images/social-buttons.png) -174px -30px;
	}

.rss-but {
	background: url(images/social-buttons.png) -204px 0;
	}

.rss-but:hover {
	background: #f60 url(images/social-buttons.png) -204px -30px;
	}

#logo-wrapper {
    float: left;
    display:inline-block;
	width: 100%;
	height: 150px;
	}
	
	
#logo-wrapper  img{
	width: 90px;
	height: 90px;
	float: left;
	margin-top: 30px;
     display:inline-block;
	}
	

#logo-small{
	float: left;
	text-align:left;
	margin: 45px 0px 0 20px;
    width: 500px;
	 display:inline-block;
	}

	
#logo-small h1 a{
color: #ab202e;
 line-height: 1.5em;
font-weight: 600;
font-size: 1.3em;
}
	
#logo-small p{
color: #888;
font-size: 12px;
font-weight: normal;
 line-height: 1.5em;
margin-top: 10px;
	}
	
/************************************************
		Contact
************************************************/	
	
#sidebar-conact{
padding-left:0px;
margin-top:90px;
float: right;	
text-align: right;
	}
	
h3.contact-widget-header{
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 2em;
line-height: 100%;
font-weight: 600;
padding-bottom: 10px;
z-index: 99;
	}
	
.contact-widget{
color: #fff;
font-size: 12px;
font-weight: normal;
line-height: 100%;
margin-right: 20px;
margin-bottom: 10px;
	}
	
.contact-widget span{
color: #d66875;
font-size: 12px;
font-weight: 600;
 line-height: 1.5em;;
display:block; 
	}
	
	
#gra-header{
background: url(images/bg-menu.png) no-repeat;
height: 223px;
width: 1283px;
z-index: 10;
margin-left: -88px;
margin-bottom: -40px;
margin-top: 2px;
margin-bottom: -1px;
}	
	
/************************************************
	Leaderboard
************************************************/

#leader-wrapper {
	float: left;
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 90px;
	}

#ad-970 {
	display: inline-block;
	max-width: 970px;
	height: 90px;
	}

#ad-728 {
	display: inline-block;
	max-width: 728px;
	height: 90px;
	}

#ad-320 {
	display: none;
	width: 320px;
	height: 50px;
	}

#leader-small {
	float: right;
	margin: 15px 0;
	overflow: hidden;
	text-align: center;
	width: 728px;
	height: 90px;
	}

/************************************************
	Main Navigation
************************************************/

#nav-wrapper {
	float: left;
	margin-top: -39px;
	margin-bottom: 20px;
	position: relative;
	width: 1195px;
	height: 40px;
	z-index: 2000;
	background-color: #ab202e !important;
	}

#main-nav {
	float: left;
	overflow: hidden;
	max-width: 840px;
	}

#main-nav:hover {
	overflow: visible;
	}

#main-nav .menu {
	display: block;
	float: left;
	line-height: 0;
	width: 100%;
	}

#main-nav .menu li {
	display: block;
	float: left;
	position: relative;
	}

#main-nav .menu li a {
	color: #fff;
	float: left;
	font-size: 1em;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 7px;
	text-transform: uppercase;
	}

#main-nav .menu li:hover,
#main-nav .menu li a:hover,
#main-nav .menu li.current-menu-item,
#main-nav .menu li.current-post-parent {
	text-decoration: none;
	background-color: #1c4670 !important;
	}

#main-nav .menu li ul {
	
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 170px;
	z-index: 3000;
	}

#main-nav .menu li:hover ul {
	display: block;
	}

#main-nav .menu li:hover ul li {
	display: block;
	float: left;
	margin: 0px;
	position: relative;
	width: 150px;
	}

#main-nav .menu li:hover ul li:first-child {
	margin-top: 10px;
	}

#main-nav .menu li:hover ul li:last-child {
	margin-bottom: 10px;
	}

#main-nav .menu li:hover ul li a {
	float: left;
	font-size: 12px;
	font-weight: 500;
	text-transform: none;
	line-height: 100%;
	padding: 8px 8px 10px 10px;
	width: 134px;
	border-top: 1px dotted #08335e;
	background-color: #1c4670 !important;
	}
	
#main-nav .menu li:hover ul li a:hover {
color: #55a7d9;
	}
	

#main-nav .menu li:hover ul li ul {
	background: none;
	display: none;
	position: absolute;
		top: 0;
		left: 150px;
	width: 150px;
	}

#main-nav .menu li:hover ul li:hover ul {
	display: block;
	}

#main-nav .menu li:hover ul li:hover ul li {
	float: left;
	margin: 0 !important;
	width: 150px;
	}

.fixed {
		-ms-box-shadow: 0 4px 11px -5px #000;
		-moz-box-shadow: 0 4px 11px -5px #000;
		-o-box-shadow: 0 4px 11px -5px #000;
		-webkit-box-shadow: 0 4px 10px -3px #000;
	box-shadow: 0 4px 10px -3px #000;
	position: fixed !important;
		
	}

#nav-wrapper.fixed  {
width: 1195px;
z-index: 9999;
margin-top: 0px;
	}

	
	
#nav-mobi {

	display: none;
	float: left;
	overflow: hidden;
	}

#nav-mobi select {
	border: 1px solid #2d2f31;
	border-radius: 3px;
	color: #fff;
	float: left;
	margin: 5px 10px;
	padding: 0 30px 0 5px;
	width: 385px;
	height: 30px;
	-webkit-appearance: none !important;
	}

#main-search {
	float: right;
	overflow: hidden;
	width: 360px;
	
	}

#searchform {
	
	float: right;
	padding-right: 20px;
	position: relative;
	}
	
	
#searchform input {
	background: url(images/search.png) no-repeat right;
	border: 0;
	color: #ddd;
	float: right;
	font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
	margin: 0;
	padding: 12px 14px 12px 14px;
	width: 296px;
	height: 16px;

	}


	

#searchform #search-button {
	border: none;
	float: left;
	}

#searchform #s:focus {
	outline: none;
	width: 298px;
	padding-right: 22px;
	margin-right: -20px;
	background: #fff url(images/search-bg.png)
	}



/************************************************
	News Ticker
************************************************/

#line-home {
	background-image: url(images/g-blockhead.png);
    background-size: 6px 7px;
	background-color: #fff;
    margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 7px;
	z-index: 99;
	}
	
#line-top{
background: url(images/flag.png) no-repeat;
height: 131px;
width: 36px;
position:absolute;
top:0px;
left:-70px;
	}	

	
#ticker-wrapper {
	background: #e4dfd2;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom:20px;
	z-index: 12;
	}

h3.ticker-header {
	background: url(images/ticker-bg.png) no-repeat right center;
	color: #fff;
	float: left;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 600;
 line-height: 1.5em;
	max-width: 155px;
	text-shadow: 1px 1px 2px #444;
	height: 20px;
	padding: 9px 25px 11px 20px;
	text-transform: uppercase;
	}

ul.ticker {
	display: block;
	float: left;
	max-width: 1000px;
	height: 40px;
	overflow: hidden;
	}

ul.ticker li {
	display: block;
	float: left;
	margin: 12px 20px 10px;
	overflow: hidden;
	width: 100%;
	height: 20px;
	}

ul.ticker li h2 a {
	color: #000;
	float: left;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	}

/************************************************
	Homepage
************************************************/

#main {
background: #fff; /* Old browsers */
box-shadow: 0px 1px 1px rgba(34, 34, 34, 0.2);
float: left;
position: relative;
width: 100%;
	}

.shadown-home {
float: left;
position: relative;
width: 100%;
-webkit-box-shadow: 3px 13px 22px 0px rgba(116, 54, 0, 0.2);
-moz-box-shadow:    3px 13px 22px 0px rgba(116, 54, 0, 0.2);
box-shadow:         3px 13px 22px 0px rgba(116, 54, 0, 0.2);
}	
	
#content-wrapper {
	float: left;
	position: relative;
	width: 100%;
	}

#featured-main {
	
	float: left;
	overflow: hidden;
	position: relative;
	width: 72%;
	height: 350px;
	z-index: 11;
	}

#featured-main a:hover,
.cat-dark-top a:hover,
.carousel-wrapper a:hover {
	text-decoration: none;
	}

.main-story {
	float: left;
	overflow: hidden;
	position: relative;
	width: 66.57%;
	height: 350px;
  background: #1f253d;
	}

.main-story img {
	float: left;
	line-height: 0;
	opacity: 1;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-0-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	margin-left: -25px;
	min-width: 706px !important;
	
	}

.main-story:hover img {
	opacity: 0.2;
	}


.main-story-shade {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	}

.main-story-shade:before {
	content: '';
	-moz-box-shadow: 0 0 150px 5px #1f253d inset;
	-ms-box-shadow: 0 0 150px 5px #1f253d inset;
	-o-box-shadow: 0 0 150px 7px #1f253d inset;
	-webkit-box-shadow: 0 0 100px 8px #1f253d inset;
	box-shadow: 0 0 150px 5px #1f253d inset;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	}



.main-text {
	color: #fefdf8;
	float: left;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 535px;
	z-index: 20;
	}

.main-text h1 {
	color: #fff;
	float: left;
	font-size: 1.3em;
	font-weight: 600;
 line-height: 1.3em;
	margin: 0 4% 5px;
	text-align: center;
	text-decoration: none;
		-moz-text-shadow: 1px 1px 2px #1f253d;
		-ms-text-shadow: 1px 1px 2px #1f253d;
		-o-text-shadow: 1px 1px 2px #1f253d;
		-webkit-text-shadow: 1px 1px 2px #1f253d;
	text-shadow: 1px 0px 1px #1f253d;

	width: 92%;
	
	}

.news-text{
position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #1f253d;
  background: -webkit-linear-gradient(rgba(31,37,61,0.1) 0%, rgba(31,37,61,0.9) 100%);
  background: -moz-linear-gradient(rgba(31,37,61,0.1) 0%, rgba(31,37,61,0.9) 100%);
  background: -o-linear-gradient(rgba(31,37,61,0.1) 0%, rgba(31,37,61,0.9) 100%);
  background: -ms-linear-gradient(rgba(31,37,61,0.1) 0%, rgba(31,37,61,0.9) 100%);
  background: linear-gradient(rgba(31,37,61,0.1) 0%, rgba(31,37,61,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1f253d', endColorstr='#cc1f253d', GradientType=0);
}
	
.news-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: -25px;
  height: 25px;
  width: 100%;
  background: -webkit-linear-gradient(rgba(31,37,61,0) 0%, rgba(31,37,61,0.1) 100%);
  background: -moz-linear-gradient(rgba(31,37,61,0) 0%, rgba(31,37,61,0.1) 100%);
  background: -o-linear-gradient(rgba(31,37,61,0) 0%, rgba(31,37,61,0.1) 100%);
  background: -ms-linear-gradient(rgba(31,37,61,0) 0%, rgba(31,37,61,0.1) 100%);
  background: linear-gradient(rgba(31,37,61,0) 0%, rgba(31,37,61,0.1) 100%);
}





	
.main-byline {
	color: #fff;
	float: left;
	font-family: helvetica, arial, sans-serif;
    font-size: 0.8em;
    font-weight: 300;
 line-height: 1.5em;
	text-align: center;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
	}

.main-excerpt {
	float: left;
	font: 400 16px/20px helvetica, arial, sans-serif;
	margin-top: 10px;
	max-height: 0;
	overflow: hidden;
	text-align: center;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		-webkit-transition: max-height .4s;
	transition: max-height .4s;
	width: 100%;
	}

.main-story:hover .main-excerpt {
	max-height: 256px;
	}

.comment-bubble {
	background: url(images/comment-tri.png) no-repeat right bottom;
	float: right;
	position: absolute;
		top: 10px;
		right: 10px;
	height: 22px;
	z-index: 50;
	}

span.comment-count{
color: #fff;
float: left;
margin-right: -2px;
margin-top: 2px;
position: relative;
font-size: 11px;
font-weight: 600;
height: 1.4em;
line-height: 1.3em;
min-width: .3em;
padding: 0 6px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #ab202e !important;
z-index:10;
	}

.sub-story {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 33.23%;
	height: 174px;
        background: #1f253d;
	}
	
.sub-story:last-child{
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
	

.sub-story img {
	float: left;
	line-height: 0;
	opacity: 1;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	}

.sub-story:hover img {
	opacity: 0.6;
	}

.sub-text {
	padding: 10px 10px 8px 10px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 266px;
	}

.sub-text h2 {
	color: #fefdf8;
	float: left;
	font-size: 16px;
	font-weight: 600;
 line-height: 1.3em;
	margin-bottom: 10px;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;

	}

.sub-text p {
	color: #fefdf8;
	float: left;
	font-family: 'Open Sans', sans-serif;
	 line-height: 1.3em;
	 font-size: 0.9em;
	max-height: 0px;
	overflow: hidden;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		-webkit-transition: max-height .4s;
	transition: max-height .4s;
	}

.sub-story:hover .sub-text p {
	max-height: 100px;
	}
	
	
/************************************************
	Нижние картинки слайда
************************************************/

#featured-main-b {
	background: #000;
	float: left;
	overflow: hidden;
	position: relative;
	width: 72%;
	height: 176px;
	z-index: 12;
	}

#featured-main-b a:hover,
.cat-dark-top a:hover,
.carousel-wrapper a:hover {
	text-decoration: none;
	}
	
	
.sub-story-b {
    border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 33.23%;
	height: 174px;
	}
	

.sub-story-b:last-child{
border-right: none;
margin-right: 0;
padding-right: 0;
}

.sub-story-b img {
	float: left;
	line-height: 0;
	opacity: 1;
		-moz-transition: opacity .4s;
		-ms-transition: opacity .4s;
		-0-transition: opacity .4s;
		-webkit-transition: opacity .4s;
	transition: opacity .4s;
	}

.sub-story-b:hover img {
	opacity: 0.6;
	}


.sub-story-b:hover .sub-text p {
	max-height: 100px;
	}
	
	

#home-main {
	border-right: 1px dotted #ebe2d9;
	float: left;
	width: 854px;
padding-top: 20px;
	}

#home-left {
	border-right: 1px dotted #ebe2d9;
	float: left;
	padding-bottom: 0px;
	width: 572px;
	}

li.home-widget {
	display: block;
	float: left;
	font-size: 14px;
font-weight: normal;
 line-height: 1.5em;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 532px;
	}

li.home-widget:first-child {
	margin-top: 0px;
	}

li.home-widget:first-child span.home-widget-header {
	border-top: none;
	}

li.home-widget:first-child .category-light {
	margin-top: 0px;
	}
	

span.list-byline {
font-family: helvetica, arial, sans-serif;
color: #999;
font-size: 11px;
font-weight: normal;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 0px;
display: block;
	}
	
	
span.list-byline a{
color: #999;
text-decoration: underline;	
	}

span.list-byline a:hover{
color: #55a7d9;	
text-decoration: none;	
	}
	

.home-widget .category-dark {
	background: #000;
	float: left;
	margin: -32px 0 -20px -20px;
	position: relative;
	width: 458px;
	}

.home-widget .cat-dark-top {
	float: left;
	position: relative;
	width: 100%;
	}

.home-widget .category-dark img {
	float: left;
	opacity: 0.8;
		-moz-transition: opacity .4s;
		-ms-transition: opacity .4s;
		-0-transition: opacity .4s;
		-webkit-transition: opacity .4s;
	transition: opacity .4s;
	}

.home-widget .cat-dark-top:hover img {
	opacity: 0.5;
	}

.home-widget .cat-dark-text {
	float: left;
	overflow: hidden;
	padding: 20px 20px 10px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 418px;
	}

.home-widget .cat-dark-byline {
	color: #ddd;
	float: left;
	font: 400 20px/20px 'Alegreya', serif;
	font-style: italic;
	margin-bottom: 5px;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
	}

.home-widget .cat-dark-text h2 {
	color: #fff;
	float: left;
	font-size: 30px;
	font-weight: 400;
 line-height: 1.5em;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
	}

.home-widget .cat-dark-text p {
	color: #fff;
	float: left;
	font: 14px/18px helvetica, arial, sans-serif;
	margin-top: 10px;
	max-height: 0;
	overflow: hidden;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		-webkit-transition: max-height .4s;
	transition: max-height .4s;
	}

.home-widget .cat-dark-top:hover .cat-dark-text p {
	max-height: 70px;
	}

.home-widget .cat-dark-bottom {
	background: #222;
	float: left;
	padding: 20px;
	width: 418px;
	}

.home-widget .cat-dark-bottom img {
	opacity: 1.0;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	transition: opacity .2s;
	}

.home-widget .cat-dark-bottom img:hover {
	opacity: 0.8;
	}

.home-widget .cat-dark-bottom ul li {
	border-top: 1px dotted #555;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	}

.home-widget .cat-dark-bottom ul li img {
	float: left;
	margin: 0 10px 0 0;
	opacity: 1.0;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	transition: opacity .2s;
	}

.home-widget .cat-dark-bottom ul li img:hover {
	opacity: .8;
	}

.home-widget .cat-dark-bottom ul li p a {
	color: #fff;
	float: left;
	font: bold 14px/17px helvetica, sans-serif;
	margin-bottom: 0;
	width: 323px;
	}

.home-widget .cat-dark-bottom ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	}

.home-widget .category-light h2 a {
	color: #111;
	font-family: 'Open Sans', sans-serif;
	float: left;
	font-size: 2em;
	font-weight: 600;
 line-height: 1.3em;
	margin-bottom: 10px;
	width: 100%;
	}
	

.home-widget .category-light h2 a:hover {
	color: #1c4670;
	}	
	

.home-widget .category-light p {

color: #444;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: normal;
 line-height: 1.5em;
margin-bottom: 10px;
	}

.home-widget .cat-light-top {
	float: left;
	margin-top: 20px;
	position: relative;
	width: 532px;
	}

.home-widget .cat-light-bottom {
	background: #e7f8fa;
	float: left;
	margin: 20px 0 0px -20px;
	padding: 20px;
	width: 532px;
	display: block;
	}

.home-widget .cat-light-bottom ul li {
	position: relative;
}
.home-widget .cat-light-bottom ul li p a {
	color: #111;
	font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
	text-decoration: underline;
	}
	
.home-widget .cat-light-bottom ul li p a:hover {
	color: #55a7d9;
	text-decoration: none;
	}
	

.sidebar-small-widget .category-light h2 a {
	color: #111;
	float: left;
	font-size: 14px;
	font-weight: 600;
	 line-height: 1.5em;
	margin-bottom: 10px;
	text-decoration: undrline;
	}

.sidebar-small-widget .category-light p {
font-size: 14px;
font-weight: normal;
line-height: 1.5em;
margin-bottom: 0px;
	}

.sidebar-small-widget .cat-light-top {
	float: left;
	margin-top: 0px;
	position: relative;
	width: 241px;
	}

.sidebar-small-widget .cat-light-bottom {
	background: #f8f8f5;
	float: left;
	margin: 10px 0 0px -20px;
	padding: 20px;
	width: 241px;
	}

.sidebar-small-widget .cat-light-bottom ul li img {
	display: none;
	}

.sidebar-small-widget .cat-light-bottom ul li p a {
	color: #555;
	float: left;
	font-size: 14px;
font-weight: normal;
 line-height: 1.5em;
width: 241px;
	}
	
.sidebar-small-widget .cat-light-bottom ul li p a:hover {
	color: #55a7d9;
	}
	
.sidebar-small-widget .cat-light-bottom ul li:last-child{
padding-bottom: 10px;
	}
	

/************************************************
	Carousel
************************************************/

.es-carousel-wrapper{position:relative;clear:both; width: 1195px;}
.es-carousel{margin: 0; overflow:hidden;}
.es-carousel ul{display:none; padding:0; margin:0;}
.es-carousel ul li{height:100%;float:left;display:block; position: relative;}
.es-carousel ul li a{display:block;}
.es-carousel ul li a img{display:block;border:none;max-height:100%;max-width:100%;padding:0px; margin:0px;}
.es-nav span{position:absolute;text-indent:-9000px;cursor:pointer;top:0%;}
.es-nav span.es-nav-next{right:0px;width:27px;height:243px;background:transparent url(images/car-buttons.png) -48px 0; opacity: 0.3;}
.es-nav span.es-nav-prev{left:0px;width:27px;height:243px;background:transparent url(images/car-buttons.png) 0 0; opacity: 0.3;}
.es-nav span.es-nav-next:hover{opacity: 1.0;}
.es-nav span.es-nav-prev:hover{opacity: 1.0;}

.carousel-wrapper {
	background: #1c4670;
	float: left;
	margin: 0px 0 0px 0px;
	overflow: hidden;
	position: relative;
	width: 1195px;
	height: 244px;
	}
	
	

ul.home-carousel {
	background: #1c4670;
	float: left;
	overflow: hidden;
	position: relative;
	width: 1195px;
	}

ul.home-carousel li {
	display: inline;
	float: left;
	overflow: hidden;
	position: relative;
padding-left: 1px;
border-top: none;
border-bottom: 1px solid #1c4670;
	}
	

	
	
ul.home-carousel li:hover {
 background-position: 50% 50%; /* Положение фона */
background-image: url(images/pley-on.svg?1428170820);
background-size: 1300px,1300px;
background-repeat: no-repeat;


	}
	

.es-carousel ul li a img {
/*for smooth animation*/
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	}

.es-carousel ul li a img:hover {
-webkit-transform: rotate(3deg) scale(1.1);
transform: rotate(3deg) scale(1.1);
-o-transform: rotate(3deg) scale(1.1);
-moz-transform: rotate(3deg) scale(1.1);
-ms-transform: rotate(3deg) scale(1.1);
}
	
	
ul.home-carousel li img {
	opacity: 0.9;
		-moz-transition: opacity .1s;
		-ms-transition: opacity .1s;
		-0-transition: opacity .1s;
		-webkit-transition: opacity .1s;
	transition: opacity .1s;
	}

ul.home-carousel li:hover img {
	opacity: 0.2;
	}

ul.home-carousel li h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	 line-height: 1.5em;
	margin: 0 40px;
	max-height: 286px;
	overflow: hidden;
	position: absolute;
		bottom: 15px;
		left: 0;
	text-align: center;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	
	}

/************************************************
	Posts
************************************************/

#title-main {
	border-bottom: 1px dotted #ebe2d9;
	float: left;
	padding: 10px 10px 10px 5px;
	position: relative;
	width: 100%;
	max-width: 1180px;
	}

h1.headline {
float: left;
padding: 0px 10px 0px 20px;
font-family: 'Open Sans', sans-serif;
color: #111;
font-size: 2em;
font-weight: 600;
line-height: 1.5em;	
margin-bottom: 10px;
width: 96%;
	}

h1.headline-page {
float: left;
padding: 0px 10px 0px 20px;
font-family: 'Open Sans', sans-serif;
	color: #111;
	font-size: 2em;
	font-weight: 600;
 line-height: 1.5em;	
margin-bottom: 10px;
width: 99%;
	}

.breadcrumb {
	border-bottom: 1px dotted #ebe2d9;
	color: #777;
	font-size: 11px;
 line-height: 1.5em;
	margin-left: 0px;
	font-family: helvetica, arial, sans-serif;
	padding: 10px 5px 10px 25px ;
	width: 100%;
	max-width: 1165px;
	}

.breadcrumb a {
	font-family: helvetica, arial, sans-serif;
		font-size: 11px;
	}



span.twitter-byline {
	background: url(images/twitter.png) no-repeat left center;
	background-size: 12px 10px;
	float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 16px;
	}
	
span.post-byline {	
color: #858585;
padding: 2px 5px 2px 5px;
margin-top: 0px;
margin-bottom: -20px;
margin-left: 15px;
float: left;
position: relative;
font-family: helvetica, arial, sans-serif;
font-size: 11px;
 line-height: 1.5em;	
background: #fff;
}

.social-sharing-top {
	float: right;
	margin: -45px 20px -35px 0;
	}

ul.wpfai-list li {
display: inline-block;
margin: 0 0px !important;
}

.facebook-share,
.twitter-share,
.pinterest-share,
.google-share {
	float: left;
	margin: 0 5px 5px 0;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	width: 100px;
	height: 25px;
	}

.social-comments {
	float: left;
	margin: 0 5px 5px 0;
	height: 25px;
		-moz-transition: background 0.2s;
		-ms-transition: background 0.2s;
		-o-transition: background 0.2s;
		-webkit-transition: background 0.2s;
	transition: background 0.2s;
	}

.facebook-share p,
.twitter-share p,
.pinterest-share p,
.google-share p {
	color: #fff;
	display: inline-block !important;
	font: 800 13px/100% 'Open Sans', sans-serif;
	margin-bottom: 0 !important;
	padding: 6px 0 6px 15px;
	text-transform: uppercase;
	}

.social-comments p {
	color: #fff;
	display: inline-block !important;
	font: 800 13px/100% 'Open Sans', sans-serif;
	margin-bottom: 0 !important;
	padding: 6px 15px;
	text-transform: uppercase;
	}

.facebook-share {
	background: #3e64ad;
	}

.twitter-share {
	background: #6aadd1;
	}

.pinterest-share {
	background: #de010d;
	}

.google-share {
	background: #cd3627;
	}

.social-comments {
	background: #aaa;
	}

.facebook-share:hover,
.twitter-share:hover,
.pinterest-share:hover,
.google-share:hover,
.social-comments:hover {
	opacity: 0.8;
	}

.fb-but1,
.twitter-but1,
.pinterest-but1,
.google-but1 {
	float: left;
	width: 25px;
	height: 25px;
	}

.fb-but1 {
	background: url(images/social-sharing.png) 0 0;
	}

.twitter-but1 {
	background: url(images/social-sharing.png) -30px 0;
	}

.pinterest-but1 {
	background: url(images/social-sharing.png) -60px 0;
	}

.google-but1 {
	background: url(images/social-sharing.png) -90px 0;
	}

li.fb-line {
	padding: 5px 5px 0 !important;
	}

#post-area,
ul.archive-list {
float: left;
font-family: 'Open Sans', sans-serif;
line-height: 1.6em;	
font-size: 1em;
position: relative;
width: 100%;
	}


	
#post-area p,
ul.archive-list p {
	display: block;
	margin-bottom: 15px;
	margin-top: 20px;
	}

.post-image {
	display: block;
	float: left;
    overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
	
	}

	
.post-image img {
	float: left;
	line-height: 0;
	width: 100%;
	}

#featured-caption {
	color: #aaa;
	float: left;
	font: italic 10px/100% helvetica, arial, sans-serif;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	}

#content-area,
#related-posts {
	display: block;
	
	float: left;
	padding: 0px 3.03030303030303% 20px 3.03030303030303%;/* 20px / 660px */
	width: 93.93939393939393%; /* 620px / 660px */
	}
	

#related-posts {
background: #f8f8f5;
	}	
	

img.post-image{

	padding:0 !important;
	width: 100% !important; /* 620px / 660px */
	}

#content-area h1,
#content-area h2,
#content-area h3,
#content-area h4,
#content-area h5,
#content-area h6 {
	color: #333;
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
	}

#content-area h1 {
font-family: 'Open Sans', sans-serif;
font-size: 2em;
font-weight: 600;
 line-height: 1.5em;
	}

#content-area h2 {
font-family: 'Open Sans', sans-serif;
font-size: 1.6em;
font-weight: 600;
 line-height: 1.5em;
	}

#content-area h3 {
font-family: 'Open Sans', sans-serif;
font-size: 1.3em;
font-weight: 600;
 line-height: 1.5em;
	}

#content-area h4 {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 600;
 line-height: 1.5em;
	}

#content-area h5 {
font-family: 'Open Sans', sans-serif;
font-size: 1.1em;
font-weight: 300;
 line-height: 1.3em; 
padding-bottom: 5px ;
color: #ab202e;
	}

#content-area h6 {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 600;
 line-height: 1.5em;
	}

#content-area ul {
	list-style:disc outside;
	margin: 10px 0;
	}

#content-area ol {
	list-style: decimal outside;
	margin: 10px 0;
	}

#content-area ul li,
#content-area ol li {
	margin-left: 50px;
	padding: 5px 0px;
	}

#article-ad {
	line-height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	width: 100%;
	}

#bbpress-forums ol,
#bbpress-forums ul {
	list-style: none;
	margin: 0;
	}

#bbpress-forums ul li,
#bbpress-forums ol li {
	margin-left: 0;
	padding: 0;
	}


	
#post-area blockquote {
    display: block; 
    padding: 3px 20px 3px 50px;
    margin: 10px -26px 10px -27px ; 
    background: #f7f7ef;
	font-style: italic;
    font-family: 'Trebuchet MS', sans-serif;
	border-top: 1px solid #e9e9e1;
	border-bottom: 1px solid #e9e9e1;
}
#post-area blockquote:before {
    content: '"';
    font: 6em/60px Open Sans, serif; 
    color: #e0d7cf;
    float: left;
	margin-top: 10px;
    margin-left: -45px;
    padding: 5px 2px;
}

	

#author-info {
	float: left;
	padding: 0 19px 20px 20px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
max-width: 430px;
	width: 98%;
	}

#author-info img,
#author-info-page img {
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	width: 20px;
	}

#author-info-page {
	border-bottom: 1px dotted #ccc;
	float: left;
	margin: 20px 19px 0 20px;
	padding-bottom: 20px;
	position: relative;
max-width: 430px;
	width: 98%;
	}

#author-text {
	color: #999;
	font: italic 12px/14px helvetica, arial, sans-serif;
	max-width: 580px;
	width: 98%;
	}

h3.post-header {
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 800;
color: #1c4670;
text-transform: uppercase;
margin: 0px 0 10px 0;
padding: 5px 7px;
position: relative;
z-index: 10;
	}
	

.post-tags {
float: left;
font-size: 11px;
margin: 0 20px 20px 10px;
display: inline-block;
padding: 0 20px 0 12px;
width: 100%;
max-width: 510px;
	}


span.post-tags-header {
	float: left;
	margin: 0px 20px 20px 5px;
color: #999;
	}

.post-tags a {
background-color: #fff;
border: 1px solid #d8e6f4;
color: #3d92c6;
cursor: pointer;
float: left;
margin: 0 5px 5px 0;
height: 23px; 
padding: 0 7px 0 7px;
	}

.post-tags a:visited {
color: #999;
background-color: #f8f8f5 !important;
border: 1px solid #f7f7ef;
cursor: help !important;
	}

.post-tags a:hover {
color: #fff;
background-color: #55a7d9 !important;
border: 1px solid #4da2d6;
text-decoration: none;
	}
	
.prev-next-wrapper {
	background: #f8f8f5;
	float: left;
	margin-left: 0px;
	margin-right: -35px;
	padding: 20px 4.6%; /* 30px / 660px */
	width: 90.909090909090909%; /* 600px / 660px */
	}

.prev-post {
color: #b79c83 !important;
	float: left;
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
 line-height: 1.5em;
	text-align: left;
	width: 380px;
	}

.next-post {
color: #b79c83 !important;
	float: right;
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
 line-height: 1.5em;	
	text-align: right;
	width: 380px;
	}

.prev-post a,
.next-post a {
	clear: both;
	color: #222 !important;
	float: left;
	font-size: 14px;
	font-weight: 700;
 line-height: 1.5em;
	margin-top: 5px;
	}

.prev-post a:hover,
.next-post a:hover {
	color: #55a7d9 !important;
	}

#related-posts img {
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	}

#related-posts img:hover {
	opacity: 0.8;
	}

#related-posts ul {
margin-top: 20px;	
display: block;
list-style: none;

float: left;
width: 100%;

	}


#related-posts ul li {
position: relative;
overflow: hidden;
float: left;
margin: 9px 9px 9px 9px;
width: 245px;
height: 280px;

list-style: none;


	
	}



.related-image {
	float: left;
	overflow: hidden;
	position: relative;
	width: 245px;
	height: 173px;
	}

.related-text {
	float: left;
	padding: 5px 0;
	}

.related-text a {
	color: #222;
	font-size: 14px;
	font-weight: 400;
 line-height: 1.5em;
	}

.related-text a:visited {
	color: #666;
	}
	
.related-text a:hover {
	color: #55a7d9;
	}
	

.full {
	width: 1195px !important;
	}

.full2 {
	width: 1120px !important;
	padding-right: 20px !important;
	}

#post-404 {
	color: #999;
	margin: 100px 0;
	text-align: center;
	}

#post-404 h1 {
	border-bottom: none;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	margin-bottom: 10px;
	}

#post-404 p {
	text-align: center;
	}

.wp-caption, .gallery-caption {
	margin-bottom: 20px;
	max-width: 100%;
	text-align: center;
	}

.wp-caption-text {
	margin-bottom: 2px;
	}

.sticky {
	}

.bypostauthor {
	}

/************************************************
	Categories/Archives
************************************************/

#category-header {
	float: left;
	padding: 0px 10px 20px 20px;
	text-align: left;
	width: 100%;
	}

h3.cat-header {
	color: #222;
	font-size: 2em;
	font-weight: 600;
	 line-height: 1.5em;
	}

#archive-wrapper {
	float: left;
	padding: 20px 10px 20px 20px;
	width: 95%
	}

ul.archive-list {
	float: left;
	width: 100%;
	}

ul.archive-list li {
	border-bottom: 1px dotted #ebe2d9;
	display: block;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	margin-right: -15px;
	width: 100%;
	}

ul.archive-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.archive-image {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 200px;
	}

.archive-image img {
	float: left;
	position: relative;
    display: block;
	opacity: 1.0;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	transition: opacity .2s;
	}

.archive-image:hover img {
	opacity: 0.8;
	}






.archive-text {
	float: left;
	width: 72%;
	}

.archive-text-noimg {
	float: left;
min-width: 850px !important;
	}

.archive-text h2 a,
.archive-text-noimg h2 a {
	color: #222;
	float: left;
	font-size: 1.3em;
	font-weight: 600;
	 line-height: 1.5em;
	margin-bottom: 7px;
	width: 100% !important;

	}

span.archive-byline {
float: left;
font-family: helvetica, arial, sans-serif;
color: #999;
font-size: 11px;
font-weight: normal;
margin-bottom: 6px;
	}

.archive-text p,
.archive-text-noimg p {
	float: left;
	font-family: 'Open Sans', sans-serif;
font-weight: normal;
font-size: 14px;
 line-height: 1.5em;
	overflow: hidden;
	width: 100%;
	}

/************************************************
	WooCommerce
************************************************/

.woocommerce,
.add_to_cart_button,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	font: 12px/normal helvetica, arial, sans-serif !important;
	}

.add_to_cart_button {
	font-weight: bold !important;
	}

.woocommerce a {
	font-weight: bold;
	}

#woo-content {
	display: block;
	float: left;
	padding: 20px 19px 20px 20px;
	width: 620px;
	}

#woo-content h1.page-title {
	float: left;
	font-size: 40px;
	font-weight: 700;
	margin: 10px 0 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	}

#woo-content h1 {
	color: #222;
	font: 700 24px/26px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#woo-content h2 {
	color: #222;
	font: 700 16px/18px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#woo-content h3 {
	font-size: 14px;
	font-weight: 700;
 line-height: 1.5em;
	margin: 10px 0;
	width: 100%;
	}

#woo-content h4 {
	color: #222;
	font: 700 12px/14px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#woo-content h5 {
	color: #222;
	font: 700 10px/12px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#woo-content h6 {
	color: #222;
	font: 700 8px/10px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	margin-bottom: 20px !important;
	}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	float: left !important;
	margin-right: 15px !important;
	width: 60px !important;
	}

.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
	}

.woocommerce-tabs ul.tabs {
	font-size: 14px;
	}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a,
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	color: #777;
	font-size: 14px;
	}

p.total {
	font-size: 14px;
	margin: 20px 0;
	padding-top: 10px;
	}

.woocommerce .cart-collaterals {
	float: left;
	}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	background: #f9f9f9;
	border: 1px solid rgba(0,0,0,0.1);
	}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td,
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top: 1px solid rgba(0,0,0,0.1) !important;
	}

.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
	border-top: 0 !important;
	}

.price_label {
	text-align: right;
	}

#searchsubmit {
	display: none;
	}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	float: left;
	margin: 10px 0 20px;
	width: 100%;
	}

.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select,
.widget_product_categories select#dropdown_product_cat {
	padding: 5px;
	background: #f2f2f2;
	border: 1px solid #DDD;
	color: #888;
	font-size: 10px;
	text-transform: uppercase;
	}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	margin: 0 0 2em !important;
	}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	text-align: right;
	}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 6px 6px !important;
	width: 40% !important;
	}

.coupon {
	width: 210px;
	}

#coupon_code {
	width: 100px !important;
	}

/************************************************
	Comments
************************************************/

h3.comment-header {
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 1.3em;
font-weight: 800;
color: #1c4670;
text-transform: uppercase;

margin: 20px 0 10px 20px;
	padding: 5px 7px;
	position: relative;
	z-index: 10;
	}



.comment-nomber {
font-size: 11px;
font-weight: 600;
height: 1.4em;
float: right;
line-height: 1.4em;

padding: 0 4px;
margin: 20px 30px 10px 20px;
display: inline-block;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #d66875;
color: #fff;
}


.comment-nomber:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 5px;
border-top: 5px solid #9e2d3b;
border-right: 5px solid transparent;
}


	
#comments {
	display: block;
	float: left;
	font: 400 12px/normal helvetica, arial, sans-serif;
	overflow: hidden;
	width: 100%;
	}

.comment-inner {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding: 10px 0 0;
	}

#comments .comment-inner:after {
	content: '';
	display: block;
	clear: both;
	}

#comments .comment-avatar,
#tab3 .comment-avatar {
	float: left;
	width: 46px;
	}

#comments .comment-avatar img,
#tab3 .comment-avatar img {
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;
	}
	
#comments .avatar {
	display: block;
	background-color: #fff;
	} 

#comments .commentmeta {
	display: block;
	float: left;
	margin: 0 10px 10px;
	}

.comment-reply a,
#cancel-comment-reply-link {
	clear: both;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
	padding: 2px 6px;
	}

.comment-reply a {
	background: #55a7d9;
	float: right;
	}

#cancel-comment-reply-link {
	background: #ccc;
	float: left;
	margin: 0 0 10px 20px;
	}

.comment-reply a:hover,
#cancel-comment-reply-link:hover {
	background: #1c4670;
	}

.comment-reply a:hover,
#cancel-comment-reply-link:hover {
	text-decoration: none;
	}

ol.commentlist {
	float: left;
	padding: 10px 3.03030303030303% 0px 3.03030303030303%; /* 20px / 660px */
	width: 93.93939393939393%; /* 620px / 660px */
	border-bottom: 0px solid #dbd0c6 !important;
	}

ol.commentlist h3.comment-header {
	display: none;
	}

ol.commentlist #respond {
	border-top: none;
	}

#comments .comment-meta-1 {
	display: block;
	float: left;
	font: bold 15px/normal helvetica, arial, sans-serif;
	margin-bottom: 10px;
	width: 100%;
	}
		
#comments .comment-meta-1 .fn {
	font-weight:bold;
	float:left;
	width:auto;
	}
		
#comments .comment-meta-1 .reply {
	display: inline-block;
	float: right;
	font-size: 11px;
	 line-height: 1.5em;
	padding-top: 2px;
	}
		
#comments .comment-meta-1 .reply a {
	color: #555;
	}
		
#comments .comment-meta-2  {
	float: left;
	font: italic 12px/normal helvetica, arial, sans-serif;
	display: block;
	margin: 0;
	}

#comments .text {
	clear: both;
	display: block;
	float: left;
	margin-top: 10px;
	}

#comments .text .waiting_approval {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}

#comments .c {
	line-height: 20px;
	}

#comments .c p,
#comments .c code,
#comments .c blockquote,
#comments .c ul,
#comments .c ol {
	display: block;
	margin: 5px 0;
	}

#comments .c a {
	text-decoration: underline;
	}

#comments .c a:hover {
	text-decoration: none;
	}
	
#comments .depth-2 .comment-wrapper {
	padding-left: 40px;
	}

#comments .depth-2 .commentmeta {
	width: auto;
	}
	
#comments .depth-3 .comment-wrapper {
	padding-left: 80px;
	}

#comments .depth-3 .commentmeta {
	width: auto;
	}
	
#comments .depth-4 .comment-wrapper {
	padding-left: 120px;
	}

#comments .depth-4 .commentmeta {
	width: auto;
	}

#comments .depth-5 .comment-wrapper {
	padding-left: 160px;
	}

#comments .depth-5 .commentmeta {
	width: auto;
	}

#respond {
	clear: both;
	position: relative;
	}

#respond form {
	float: left;
	padding: 0 3.03030303030303% 20px; /* 20px / 660px */
	width: 93.93939393939393%; /* 620px / 660px */
	}

#respond p {
	font-family: 'Open Sans', sans-serif;
font-size: 1em;
margin-bottom: 10px;
	}

#respond .logged-in-as {
	margin-bottom: 10px;
	}

#respond .comment-notes {
    margin-top: 20px;
	margin-bottom: 20px;
    font-size: 13px;
     line-height: 1.5em;
	font-style: italic;
	color:#777;
	}

.children #respond {
	margin: 0 48px 0 0;
	}

#comments-list #respond {
	margin: 0 0 18px 0;
	}

#comments-list ul #respond {
	margin: 0;
	}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
	}

#respond label {
color: #222;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
display: inline-block;
min-width:70px;
padding-left:5px;
	}


#respond checkbox {
padding-right:15px;
display: inline-block;

	}


	
#respond input {
	background: #f7f7ef;
	border: 1px solid #d6d6d2;
		-ms-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
		-moz-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
		-webkit-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
		-o-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
	box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
	display:block;
	margin: 0px 15px 10px 0px;
	padding:10px;
	width: auto;
display: inline-block;

	}

#respond textarea {
	background: #f7f7ef;
margin-top:15px;
	border: 1px solid #d6d6d2;
		-ms-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
		-moz-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
		-webkit-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
		-o-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
	box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
	width: 95%;
	}
	
#respond #submit {
	background: #d66875;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	margin-top:10px;
	padding: 12px 20px;
	width: 96%;
	}

#respond #submit:hover {
	background: #ab202e;
	}

h3#reply-title,
h2.comments {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	 line-height: 1.5em;	
	margin-bottom: 10px;
	padding: 5px 10px;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
	}

h3#reply-title {
	display: none;
	}

span.comments {
	background: #fff;
	color: #aaa;
	float: left;
	font: 400 20px/20px 'Open Sans Condensed', sans-serif;
	padding-right: 15px;
	text-transform: uppercase;
	}



span.comments a {
	color: #666;
	}

span.comments a:hover {
	color: #f00;
	text-decoration: none;
	}

#comment-input label {
	margin-bottom: 10px;
	}

p.cancel-comment-reply {
	clear: both;
	}

.form-allowed-tags {
	display: none;
	}

#disqus_thread {
	float: left;
	padding: 20px 3%;
	width: 96%; 
	}





/************************************************
	Sidebar
************************************************/
.tb-news_scroller_widget{
margin-bottom: 20px !important;
background-color: #1c4670 !important;
}


.tb-news_scroller_widget:first-child {
margin-top: 0px !important;
	}

.themeblvd-news-scroller .scroller-nav{
padding: 8px 0px 12px 0px !important;
background: none !important;
}

.themeblvd-news-scroller h4 a {
font-size: 14px;
font-weight: normal;
 line-height: 1.5em;
color: #f2f2e9; 
}


.themeblvd-news-scroller h4 a:hover {
color: #55a7d9; 
text-decoration:underline;
}


.themeblvd-news-scroller .scroller-nav span {
font-family: helvetica, arial, sans-serif !important;
font-size: 11px;
 line-height: 1.5em;
font-style: normal !important;
padding: 0px !important;
color: #f2f2e9 !important;
}


#sidebar-wrapper {
	float: right;
	width: 340px;
	}

#sidebar-wrapper-b {
	float: right;
	width: 334px;
	max-height:525px;
	display:block;
	}	

	
#sidebar-small-wrapper {
	float: right;
	width: 281px;
	}

li.sidebar-widget {
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	 line-height: 1.5em;
	overflow: hidden;
	padding: 20px;
	width: 300px;
	z-index: 99 !important;
	}
	
li.sidebar-widget-home{
	display: block;
	float: left;
	font-size: 14px;
font-weight: normal;
 line-height: 1.5em;
	overflow: hidden;
	padding: 10px 20px;
	width: 300px;
	color: #444;
	}
	

li.sidebar-widget-home li{
border-bottom: 1px dotted #cbbeb4;
display: block;
float: left;
margin-top: 0px; 
margin-left: -20px;
width: 100%;
padding: 9px 14px 9px 20px;
background: #f8f8f5;
color: #444;
z-index: 99 !important;
	}	
	
	

li.sidebar-small-widget {
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
	overflow: hidden;
	padding: 20px;
	width: 241px;
	}

	
	
span.home-widget-header {
	float: left;
	margin: -20px 0 7px -20px;
	width: 532px;
	height: 25px;
	}

h3.home-widget-header,
h3.home-widget-header a {
	color:#fff ;
	float: left;
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;	
    font-weight: 700;
    text-transform: uppercase;
	margin-left: 20px;
	padding: 5px 7px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #444;
	background: #ab202e !important;
	z-index: 10;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.4);
box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.4);
	}
	
h3.home-widget-header-two,
h3.home-widget-header-two a {
float: left;
	font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
font-weight: 800;
    color: #1c4670;
    text-transform: uppercase;
	margin-left: 10px;
	padding: 0px 10px;
	position: relative;
	z-index: 10;
	}	

span.home-widget-header-two {
	float: left;
	margin: -20px 0 20px -20px;
	width: 572px;
	height: 25px;
	}
	

span.home-widget-header-two::after {
    content: " ";
    background: none repeat-x scroll 0px 50% transparent;
    display: block !important;
    overflow: hidden;
    height: 1.25em;
	margin-right: 20px;
}

span.home-widget-header-two::after {
    background-image: url(images/c-blockhead.png);
    background-size: 6px 7px;
}


li.home-widget h3.widget-buzz-header{
font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
font-weight: 800;
color: #1c4670;
text-transform: uppercase;
margin-left: -10px;
margin-top: 0px !important;
padding: 0px 10px !important;
position: relative;
z-index: 30;
float: left;
position: relative;
text-align: left;
border: none;

}



	
h3.widget-buzz-header{
margin-top: -30px !important;

}


h3.widget-buzz-header{
float: left;
display: block;
border-bottom: 4px solid #d66875;
margin: 0 0 20px -20px;
padding: 10px 20px 5px 20px;
width: 100%;
z-index: 10;
	}
	
h3.widget-buzz-header{
	font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
 line-height: 1.5em;
    font-weight: 600;
color: #ab202e;
text-align: center;
z-index: 10;
	}
	

span.small-widget-header {
	float: left;
	margin: -20px 0 20px -20px;
	width: 280px;
	height: 25px;
	}

	
span.small-widget-header::after {
    content: " ";
    background: none repeat-x scroll 0px 50% transparent;
    display: block !important;
    overflow: hidden;
    height: 1.25em;
    margin-right: 20px;
}


span.small-widget-header::after {
    background-image: url(images/c-blockhead.png);
    background-size: 6px 7px;
}

	
h3.home-widget-header-one,
h3.home-widget-header-one a {
float: left;
	font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
font-weight: 800;
    color: #1c4670;
    text-transform: uppercase;
	margin-left: 10px;
	padding: 0px 10px 20px 10px ;
	position: relative;
	z-index: 10;
	}	

span.home-widget-header-one {
	float: left;
	margin: -20px 0 20px -20px;
	width: 572px;
	height: 25px;
	}
	

span.home-widget-header-one::after {
    content: " ";
    background: none repeat-x scroll 0px 50% transparent;
    display: block !important;
    overflow: hidden;
    height: 1.25em;
	margin-right: 20px;
}

span.home-widget-header-one::after {
    background-image: url(images/c-blockhead.png);
    background-size: 6px 7px;
}

	
span.sidebar-widget-header {
	float: left;
	margin: 20px 0 20px -20px;
	width: 340px;
	}
	
.ht_tags_widget	{
margin-top: -40px !important;
	}
	
	
h3.small-widget-header,
h3.small-widget-header a {
	float: left;
	font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 800;
    color: #1c4670;
    text-transform: uppercase;
	margin-left: 10px;
	padding: 0px 10px;
	position: relative;
	z-index: 10;
	}


h3.sidebar-widget-header,
h3.sidebar-widget-header a {
	float: left;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    color: #1c4670;
    text-transform: uppercase;
	margin-left: 10px;
	padding: 0px 10px;
	position: relative;
	z-index: 10;
	}
	
span.sidebar-widget-header::after {
    content: " ";
    background: none repeat-x scroll 0px 50% transparent;
    display: block !important;
    overflow: hidden;
    height: 1.25em;
	margin-right: 20px;
}


span.sidebar-widget-header::after {
    background-image: url(images/c-blockhead.png);
    background-size: 6px 7px;
}


	


span.sidebar-widget-header-img{
	float: left;
	width: 290px;
	 height: 1.25em;
	margin: 0px 10px 15px 0px;
	padding: 0px;
	}
	
span.sidebar-widget-header-img::after {
    content: " ";
    background: none repeat-x scroll 0px 50% transparent;
    display: block !important;
    overflow: hidden;
    height: 1.25em;
}


span.sidebar-widget-header-img::after {
    background-image: url(images/r-blockhead.png);
    background-size: 6px 7px;
}



h3.sidebar-widget-header-img,
h3.sidebar-widget-header-img a {
	float: left;
	font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
font-weight: 700;
    color: #ab202e;
    text-transform: uppercase;
	float: left;
	margin-right: .5em;
	}
	
ul.widget-buzz {
	display: block;
	float: left;
	width: 100%;
	}

ul.widget-buzz li {
	display: block;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	}

.widget-buzz li:last-child {
margin-bottom: 10px;
}
	
	
ul.widget-buzz li h2 a {
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: normal;
 line-height: 1.5em;
	width: 100%;
	}
	
ul.widget-buzz li h2 a:hover{
	color: #55a7d9;
	}


	

span.buzz-byline {
	float: left;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	}
	

span.buzz-byline a{
color: #999;
text-decoration: underline;	
	}

span.buzz-byline a:hover{
color: #55a7d9;	
text-decoration: none;	
	}
	
	
.sidebar-widget .category-dark {
	background: #000;
	float: left;
	margin: -32px 0 -20px -20px;
	position: relative;
	width: 340px;
	}

.sidebar-widget .cat-dark-top {
	float: left;
	position: relative;
	width: 100%;
	}

.sidebar-widget .category-dark img {
	float: left;
	opacity: 0.8;
		-moz-transition: opacity .4s;
		-ms-transition: opacity .4s;
		-0-transition: opacity .4s;
		-webkit-transition: opacity .4s;
	transition: opacity .4s;
	}

.sidebar-widget .cat-dark-top:hover img {
	opacity: 0.5;
	}

.sidebar-widget .cat-dark-text {
	float: left;
	overflow: hidden;
	padding: 20px 20px 10px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 300px;
	}

.sidebar-widget .cat-dark-byline {
	color: #ddd;
	float: left;
	font: 400 14px/14px 'Alegreya', serif;
	font-style: italic;
	margin-bottom: 5px;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
	}

.sidebar-widget .cat-dark-text h2 {
	color: #fff;
	float: left;
	font-size: 22px;
	font-weight: 400;
 line-height: 1.5em;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
	}
	
.cat-dark-text {
position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.46) 58%, rgba(0,0,0,0.79) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(58%,rgba(0,0,0,0.46)), color-stop(100%,rgba(0,0,0,0.79))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 58%,rgba(0,0,0,0.79) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 58%,rgba(0,0,0,0.79) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 58%,rgba(0,0,0,0.79) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 58%,rgba(0,0,0,0.79) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c9000000',GradientType=0 ); /* IE6-9 */

}
	
	
	

.sidebar-widget .cat-dark-text p {
	color: #fff;
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	margin-top: 10px;
	max-height: 0;
	overflow: hidden;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		-webkit-transition: max-height .4s;
	transition: max-height .4s;
	}

.sidebar-widget .cat-dark-top:hover .cat-dark-text p {
	max-height: 70px;
	}

.sidebar-widget .cat-dark-bottom {
	background: #1c4570;
	float: left;
	padding: 20px;
	width: 300px;
	}

.sidebar-widget .cat-dark-bottom img {
	opacity: 1.0;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	transition: opacity .2s;
	}

.sidebar-widget .cat-dark-bottom img:hover {
	opacity: 0.8;
	}

.sidebar-widget .cat-dark-bottom .list-byline {
	display: none;
	}

.sidebar-widget .cat-dark-bottom ul li {
	border-top: 1px dotted #3d6fa1;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;

	}
	
.video_widzhet{
position: absolute;
background: url(images/pley-on.svg?1428170820) no-repeat top center;
height: 500px;
width: 500px;
left: 8px;
top: 10px;
	}
	
	

	

.sidebar-widget .cat-dark-bottom ul li img {
	float: left;
	margin: 0 20px 0 0;
	opacity: 1.0;
	width: 85px;
	
	}

.sidebar-widget .cat-dark-bottom ul li p a {
	color: #f7f7ef;
	float: left;
	font-size: 14px;
font-weight: normal;
 line-height: 1.5em;
	margin-bottom: 0;
	width: 195px;
	
	}

.sidebar-widget .cat-dark-bottom ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	}

.home-widget .category-light,
.sidebar-small-widget .category-light,
.sidebar-widget .category-light,
.footer-widget .category-light {
	float: left;
	position: relative;
	width: 100%;
	}

.sidebar-widget .category-light h2 a {
	color: #111;
	float: left;
	font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 600;
line-height: 1.5em;	
	margin-bottom: 10px;
	width: 100%;
	}
	
.sidebar-widget .category-light h2 a:hover {
	color: #1c4670;
	}	
	

.footer-widget .category-light h2 a {
	color: #ddd;
	float: left;
	font-size: 18px;
	font-weight: 400;
 line-height: 1.5em;
	margin-bottom: 10px;
	width: 100%;
	}
	

	
.arrow-or  {
	background: url(images/arrow-or.png) no-repeat right bottom;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 102px;
    height: 103px;
	z-index: 50;
	}
	
.home-widget .category-light img{	
padding:4px;
}


.home-widget .category-light img,
.sidebar-small-widget .category-light img,
.sidebar-widget .category-light img,
.footer-widget .category-light img {
	float: left;
	margin-bottom: 10px;
	opacity: 1.0;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	transition: opacity .2s;
	}
	
.home-widget .category-light img{
		box-shadow: 0 0 0 1px #ab202e;
		margin-top: -31px;
	}

	
.home-widget .cat-light-bottom ul li img{
		box-shadow: none;
		display: inline-block;
	}
	
	
	
.home-widget .category-light img:hover,
.sidebar-small-widget .category-light img:hover,
.sidebar-widget .category-light img:hover,
.footer-widget .category-light img:hover {
opacity:0.8;   
-moz-opacity:0.8;   
filter: alpha(opacity=80) white;   
-khtml-opacity: 0.8;   
background-color:#ffffff;   
	}

.sidebar-widget .category-light p,
.footer-widget .category-light p {
	float: left;
	font-size: 14px;
font-weight: normal;
 line-height: 1.5em;
	margin-bottom: 10px;
	}

.sidebar-widget .cat-light-top {
	float: left;
	margin-top: 20px;
	position: relative;
	width: 300px;
	}

.footer-widget .cat-light-top {
	float: left;
	margin-top: 20px;
	position: relative;
	width: 300px;
	}

.home-widget .cat-light-top:first-child,
.sidebar-small-widget .cat-light-top:first-child,
.sidebar-widget .cat-light-top:first-child,
.footer-widget .cat-light-top:first-child {
	margin-top: 0;
	}

.sidebar-widget .cat-light-bottom {
	background: #e7f8fa;
	float: left;
	margin: 10px 0 -20px -20px;
	padding: 20px;
	width: 300px;
	}

.footer-widget .cat-light-bottom {
	background: none;
	float: left;
	margin: 20px 0 -20px -20px;
	padding: 20px;
	width: 300px;
	}

	
.cat-light-links {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	}

.home-widget .cat-light-bottom ul li,
.sidebar-small-widget .cat-light-bottom ul li,
.sidebar-widget .cat-light-bottom ul li {
	border-top: 1px dotted #cbbeb4;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	}

.footer-widget .cat-light-bottom ul li {
	border-top: 1px dotted #ebe2d9;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	}

.home-widget .cat-light-bottom ul li img{
	float: left;
	display: inline-block;
	margin: 0 20px 0px 0;
	opacity: 1.0;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	transition: opacity .2s;
	width: 120px;
	height: 90px;
	}

	

.sidebar-widget .cat-light-bottom ul li img,
.footer-widget .cat-light-bottom ul li img {
	float: left;
	width: 80px;
	margin: 0 20px 0 0;
	opacity: 1.0;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	transition: opacity .2s;
	}
	
	
.home-widget .cat-light-bottom ul li img:hover,
.sidebar-widget .cat-light-bottom ul li img:hover,
.footer-widget .cat-light-bottom ul li img:hover {
	opacity: 0.8;
	}

.home-widget .cat-light-bottom ul li p,
.sidebar-small-widget .cat-light-bottom ul li p,
.sidebar-widget .cat-light-bottom ul li p,
.footer-widget .cat-light-bottom ul li p {
	margin-bottom: 0;
	}

.sidebar-widget .cat-light-bottom ul li p a {
	color: #333;
	float: left;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
 line-height: 1.5em;
	width: 190px;
	}

.sidebar-widget .cat-light-bottom ul li p a:hover {
	color: #55a7d9;
	}
	
	
	
.footer-widget .cat-light-bottom ul li p a {
	color: #ddd;
	float: left;
	font-family: 'Open Sans', sans-serif;
 line-height: 1.5em;
    font-weight: normal;
	width: 205px;
	}

.home-widget .cat-light-bottom ul li:first-child,
.sidebar-small-widget .cat-light-bottom ul li:first-child,
.sidebar-widget .cat-light-bottom ul li:first-child,
.footer-widget .cat-light-bottom ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	}

.sidebar-small-widget .cat-light-bottom .list-byline,
.sidebar-widget .cat-light-bottom .list-byline {
	display: none;
	}

.widget-ad {
	float: left;
	overflow: hidden;
	text-align: center;
	width: 100%;
	}

.widget-ad h3 {
	clear: both;
	color: #ccc;
	float: left;
	font: 400 8px/8px 'Open Sans', sans-serif;
	margin-bottom: 1px;
	text-transform: uppercase;
	width: 100%;
	}

ul.tabber-widget {
	float: left;
	margin: -20px 0 0 -20px;
	padding: 0 20px 20px;
	width: 300px;
	}

ul.tabber-widget li {
	background: #777;
	display: inline;
	float: left;
	margin-right: 2px;
	}

ul.tabber-widget li a {
	color: #fff;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	padding: 5px 7px;
	text-transform: uppercase;
	}

ul.tabber-widget li a:hover {
	text-decoration: none;
	}

ul.latest-comments {
	float: left;
	width: 300px;;
	}

ul.latest-comments li {
	border-bottom: 1px dotted #ccc;
	display: block;
	float: left;
	font: 12px/14px helvetica, arial, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	}

ul.latest-comments li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

ul.latest-comments li p {
	margin-bottom: 0;
	}

.comment-image {
	float: left;
	margin-right: 10px;
	width: 50px;
	}

.comment-text {
	float: left;
	width: 240px;
	}

.comment-text span {
	float: left;
	font: bold 13px/17px helvetica, sans-serif;
	width: 100%;
	}

.comment-text p {
	color: #555;
	float: left;
	font: 13px/17px helvetica, sans-serif;
	}

.comment-text p a {
	color: #888;
	}

li.home-widget table,
li.sidebar-widget table,
li.sidebar-small-widget table,
li.footer-widget table {
	border-collapse: separate;
	text-align: center;
	width: 100%;
	}

li.home-widget thead,
li.sidebar-widget thead,
li.sidebar-small-widget thead,
li.footer-widget thead {
	vertical-align: middle;
	}

li.home-widget p.gd-widgets,
li.sidebar-widget p.gd-widgets,
li.sidebar-small-widget p.gd-widgets,
li.footer-widget p.gd-widgets {
	margin-bottom: 0;
	}

li.home-widget select,
li.sidebar-widget select,
li.sidebar-small-widget select,
li.footer-widget select {
	width: 100%;
	}

li.home-widget #searchform,
li.sidebar-widget #searchform,
li.sidebar-small-widget #searchform,
li.footer-widget #searchform {
	background: #fff;
	float: left;
	padding: 0;
	width: 100%;
	}

li.home-widget #searchform input,
li.sidebar-widget #searchform input,
li.sidebar-small-widget #searchform input,
li.footer-widget #searchform input {
	background: #fff url(images/search2.png) no-repeat right center!important;
	border: 1px solid #666;
	box-shadow: none;
	color: #666;
	margin: 0;
	padding: 10px 3%;
	width: 94%;
	height: 16px;
	}

li.recentcomments,
li cite {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	}

li cite.fn {
	margin-bottom: 0;
	}

.rss-date {
	float: left;
	width: 100%;
	}

table {
	float: left;
	}
	
td:focus::after,
th:focus::after { 
  content: '';  
  background-color: lightblue;
  position: absolute;  
  left: 0;
  height: 10000px;
  top: -5000px;
  width: 100%;
  z-index: -1;
}

td:focus::before {
  background-color: lightblue;
  content: '';  
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;  
  width: 10000px;
  z-index: -1;
}

#text-15 {
    padding-top: 0;
}

/************************************************
	Donations
************************************************/

div.donations-project {
    display: inline-block;
    float: right;
    font-size: 14px;
}

div.donations-type {
    display: inline-block;
    float: left;
    text-align: left;
    margin-left: 70px;
    font-size: 14px;
}

h2.donations-sum {
    display: inline-block;
    float: left;
    text-align: right;
    min-width: 160px;
}

sup.donations-tooltip {
    color: #ab202e;
    cursor: help;
}

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

/************************************************
	Expense
************************************************/

div.expense-purpose {
    display: inline-block;
    float: left;
    text-align: left;
    margin-left: 70px;
    font-size: 14px;
}

div.expense-purpose p:first-child {
    margin-top: 0 !important;
}

h2.expense-sum {
    display: inline-block;
    float: left;
    text-align: right;
    min-width: 160px;
}

/************************************************
	Tooltip
************************************************/

sup:hover{
    position: relative;
}

sup[data-tooltip]:hover:after{
    font-weight: normal;
    content: attr(data-tooltip);
    padding: 8px 12px;
    color: #ab202e;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    z-index: 20;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 2px #c0c1c2;
    -webkit-box-shadow: 0px 0px 2px #c0c1c2;
    box-shadow: 0px 0px 2px #c0c1c2;
    background-image: -moz-linear-gradient(top, #ffffff, #f7f7ef);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #f7f7ef));
    background-image: -webkit-linear-gradient(top, #ffffff, #f7f7ef);
    background-image: -moz-linear-gradient(top, #ffffff, #f7f7ef);
    background-image: -ms-linear-gradient(top, #ffffff, #f7f7ef);
    background-image: -o-linear-gradient(top, #ffffff, #f7f7ef);
}

/************************************************
	Exclusive bars
************************************************/
img.exclusive-bar-14 {
    position: absolute;
    top: 0;
    height: 14px !important;
    width: 75px !important;
}
img.exclusive-bar-32 {
    z-index: 99;
    position: absolute;
    top: 0;
    height: 32px !important;
    width: 172px !important;
}
img.exclusive-bar-64 {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 25px;
    height: 64px !important;
    width: 706px !important;
}
/************************************************
	Twitter Widget
************************************************/

.tweet,
.query {
	display: block;
	float: left;
	font: 12px/16px helvetica, arial, sans-serif;
	padding: 10px 10px 0;
	position: relative;
	}

.tweet_list {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.tweet_list li {
	border-bottom: 1px dotted #ccc;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

li.footer-widget .tweet_list li {
	border-bottom: 1px dotted #444;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

.tweet_list li a {
	font-weight: normal;
	}

.tweet_list li:last-child,
li.footer-widget .tweet_list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.tweet_list .tweet_avatar {
	float: left;
	}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
	}

.tweet_time a {
	font: 11px/11px helvetica, arial, sans-serif;
	}

.tweet_text {
	margin-bottom: 3px;
	}

.tweet_text,
.tweet_time {
	display: block;
	margin-left: 45px;
	}
	
	
/************************************************
	Video
************************************************/
	
#video-home {
float: left;
padding-top:54px;
width: 100%;
background: #1c4670;
margin: -20px 0 -20px 0;
}


#video-home-bottom{
background: url(images/footer-bg-b.png)no-repeat;
width: 1195px;
margin-left: 0px;
z-index:99;
overflow: hidden;
padding-top:0px;
padding-bottom:59px;
}


#video-home {
background: url(images/footer-bg.png)no-repeat;
width: 1195px;
overflow: hidden;
margin-left: 0px;
z-index: 10;
}


	
li.video-widget {
	color: #f9f9f1;
	float: left;
	font-size: 14px;
    font-weight: normal;
 line-height: 1.5em;
	margin: 0 0 20px 0px;
	overflow: hidden;
	padding-left: 0px;
	width: 1195px;
	}
	
h3.video-widget-header,
h3.video-widget-header a {
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
font-weight: 800;
color: #ab202e;
text-transform: uppercase;

left:0px;
display: block;
position: absolute;



margin-top: -40px;
margin-left: 10px;
padding: 0px 10px;
overflow: hidden;
z-index: 30;


	}	

/************************************************
	Footer
************************************************/

#footer-wrapper {
	background: #1c4670;
	float: left;
	width: 100%;
	}

#footer-wrapper {
background: url(images/footer-bottom.png)no-repeat;
width: 1195px;
margin-left: 0px;
z-index: 10;
}


	
#footer-top {
	float: left;
	padding-top:54px;
	width: 100%;
	}

li.footer-widget {
	border:0;
	color: #aaa;
	float: left;
	font-size: 14px;
font-weight: normal;
 line-height: 1.5em;
	margin: 0 0 20px 14px;
	overflow: hidden;
	padding-left: 10px;
	width: 1195px;
	}

li.home-widget p,
li.sidebar-small-widget p,
li.sidebar-widget p,
li.footer-widget p {
	margin-bottom: 10px;
	font-size: 14px;
font-weight: normal;
 line-height: 1.5em;
	}

li.footer-widget:first-child {
	border-left: none;
	margin-left: 25px;
	padding-left: 0;
	}

h3.footer-widget-header,
h3.footer-widget-header a {
	color: #ddd;
	float: left;
	font: 400 14px/18px 'Oswald', sans-serif;
	margin-bottom: 20px;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
	width: 100%;
	}

#footer-bottom {
	background: #1c4670;
	color: #bfd6d9;
	float: left;
	font-family: 'helvetica', sans-serif;
	font-size: 11px;
	padding: 10px 25px 5px;
	width: 100%;
	max-width:1145px;
	}

#footer-bottom p {
	float: left;
	margin: 0 20px 5px 0;
	max-width: 500px;
	}

#footer-bottom ul {
	display: block;
	float: right;
	max-width: 650px;
margin-top: -20px;
	overflow: hidden;
	position: relative;
	}

#footer-bottom ul li {
	display: inline;
	float: left;
	margin: 0 10px 5px 0;
	}
	
#footer-bottom ul li a{
color: #bfd6d9;
text-decoration: underline;	
	}	
	
#footer-bottom ul li a:hover{
color: #55a7d9;	
text-decoration: none;	
	}
	
	

#footer-bottom ul li ul {
	display: none;
	}

.tag-cloud {
	float: left;
	width: 100%;
	display: inline-block;

	}

.tag-cloud a {
background-color: #fff;
border: 1px solid #d8e6f4;

color: #2281bb;

cursor: pointer;
float: left;
margin: 0 5px 5px 0;
height: 22px; 
padding: 0 7px 0 7px;
	}

.tag-cloud a:hover {
color: #fff;
background-color: #55a7d9 !important;
border: 1px solid #4da2d6;
text-decoration: none;
	}

.tag-cloud a:visited {
color: #999;
background-color: #f8f8f5 !important;
border: 1px solid #f7f7ef;
cursor: help !important;

	}

/************************************************
	Pagination
************************************************/

.nav-links {
	float: left;
	padding: 20px 19px 20px 20px;
	position: relative;
	width: 620px;
	}

.pagination {
clear: both;
position: relative;
font-family: 'helvetica', sans-serif;
font-size: 12px;
 line-height: 1.5em;
	}
 
.pagination span {
	color: #a88464;
	display:block;
	float:left;
	margin: 2px 5px 2px 0;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	width: auto;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
 
 .pagination a {
background: #e8e4d7;
border: 1px solid #dbd0c6;
color: #b6a08b !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	display:block;
	float:left;
	margin: 2px 5px 2px 0;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	width: auto;
	}
 
 
.pagination .current, .pagination a:hover {
	background: #dbd0c6;
	border: 1px solid #cfc1b4;
	color: #a88464;
	}

.pagination a,
.pagination a:visited {
	color: #fff
	}

/************************************************
	Media Queries
************************************************/

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.fb-but,
	.fb-but:hover,
	.twitter-but,
	.twitter-but:hover,
	.pinterest-but,
	.pinterest-but:hover,
	.google-but,
	.google-but:hover,
	.tumblr-but,
	.tumblr-but:hover,
	.youtube-but,
	.youtube-but:hover,
	.linkedin-but,
	.linkedin-but:hover,
	.rss-but,
	.rss-but:hover,
	.instagram-but,
	.instagram-but:hover {
		background-image: url(images/social-buttons@2x.png);
		background-size: 294px 60px;
  		}

	span.twitter-byline {
		background-image: url(images/twitter@2x.png);
		background-size: 12px 10px;
		}

	}

.icon-w{
display:none;
}
	
.icon-w:hover {
color: rgba(219,208,198,0.4);
float: left;
font-size: 3em;
text-align: left;
margin-bottom:-25px;
right:-55px;
display: block;
position: absolute;
z-index: 15;
}



/************************************************
	Favorite post
************************************************/
.widget_wysija{
background-image: url(images/mail-sand-m.png);
background-size: 240px 16px;
background-repeat: no-repeat;
background-position: top 10px left 0px;
background-color: #fff; 

}

.panel-grid-cell .so-panel {
margin-bottom: 10px !important;
}


ul#menu-stranicy li a{
color: #555;
border-bottom: 1px dotted #cbbeb4;

display: block;
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5em;
overflow: hidden;
padding: 8px;
width: 280px;
z-index: 99 !important;
}

ul#menu-stranicy li a:hover{
color: #55a7d9;
text-decoration: underline;
}

.sow-headline h1{
font-size: 1.3em !important;
font-weight: 600 !important;
line-height: 1.3em !important;
}


.sow-features-list .sow-features-feature p {
margin-bottom: 5px !important;
margin-top: -10px !important;
font-size: 0.8em;
}

.sow-icon-container {
border-bottom: 4px solid #ab202e;
position: relative;
z-index: 999;
overflow: hidden;
padding-bottom: 5px;
background: #fff; 
}


input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
font-family: 'Open Sans', sans-serif;
color: #555;
background: none repeat scroll 0% 0% #F7F7EF;
border: 1px solid #D6D6D2;

margin: 0px 15px 10px 0px;
padding: 10px;
width: 90%;
display: inline-block;
}

.wpcf7-form-control-wrap input, .pirate-forms-fields-container .form_field_wrap input, .pirate-forms-fields-container .pirate-forms-file-upload-wrapper input {
font-family: 'Open Sans', sans-serif;
color: #555;
background: none repeat scroll 0% 0% #F7F7EF;
border: 1px solid #D6D6D2;
box-shadow: 2px 2px 5px 0px #E9E9E1 inset;
margin: 10px 15px 10px 0px;
padding: 10px;
width: 90%;
display: inline-block;
}

.pirate-forms-fields-container .pirate-forms-file-upload-wrapper input {
    padding: 10px 0;
    margin: 5px 15px 5px 0px;
    width: 100%;
}
.pirate-forms-fields-container .contact_message_wrap {
    margin-bottom: 10px !important;
}
.pirate-forms-fields-container .contact_attachment_wrap {
    margin-bottom: 0 !important;
}

.wpcf7-form-control-wrap textarea, .pirate-forms-fields-container .form_field_wrap textarea {
background: #f7f7ef;
margin-top: 15px;
border: 1px solid #d6d6d2;
-ms-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
-moz-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
-webkit-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
-o-box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
box-shadow: 2px 2px 5px 0px #e9e9e1 inset;
width: 95%;
margin-bottom: 5px;
margin-top: 20px;
}
.pirate-forms-fields-container .form_field_wrap textarea {
padding-left: 0px;
padding-right: 0px;
}

.wpcf7-submit, #pirate-forms-contact-submit {
display: block;
background: #d66875;
border: 0;
box-shadow: none;
color: #fff;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
padding: 8px 14px;
margin-bottom: 5px;
margin-top: 20px;
}

input[type="file"]::-webkit-file-upload-button, button {
text-align: center;
display: block;
background: #fff;
border: 0;
box-shadow: none;
color: #999;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
padding: 5px 12px;
margin-right: 20px;
}

#pl-4915{
font-size: 0.9em;
line-height: 1.5em;
margin-left: 10px;
}

div.wpcf7-validation-errors {
border: 4px solid #fcf9ad;
}

div.wpcf7-response-output {
margin: 0px 30px 20px -20px;
padding:20px 20px 20px 20px;
}

span.wpcf7-not-valid-tip {
color: #f00;
font-size: 0.8em;
display: block;
font-style: italic;
}

.wysija-submit {
    display: block;
background: #d66875;
border: 0;
box-shadow: none;
color: #fff;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
padding: 8px 14px;
margin-bottom: 5px;

}


.post-favorite{
float: right;
margin-right:30px;
margin-bottom:20px;

position: relative;
z-index: 16;
}


.simplefavorite-button{
font-family: 'Open Sans', sans-serif;
font-size: 11px;
font-weight: 500;
background: none!important;
border: none!important;
cursor: pointer;
margin-right:20px;
}

.simplefavorite-link{
float: right;
font-family: 'Open Sans', sans-serif;
font-size: 11px;
font-weight: 500;
}


#content-area ul {
list-style-type: disc;
font-size: 0.9em;
}


#content-area ul li, #content-area ol li {

padding: 2px 0px;
margin: 2px 10px 2px 20px;
}

#content-area ul li a, #content-area ol li a{
color: #222;
}

#content-area ul li a:hover, #content-area ol li a:hover{
color: #55a7d9;
}

/************************************************
	Contact Form
************************************************/
.button-send-top {
float: right;
margin-right:30px;
margin-bottom:0px;
margin-top:-50px;
display: inline-block;
position: relative;
z-index: 16;
}


.button-send{
padding: 10px 20px;
line-height: normal;
font-size: 14px;
vertical-align: middle;
height: auto;
margin-bottom: 4px;
}

.button-send{
background: #ab202e;
border-color: #a41826;
-webkit-box-shadow: inset 0 1px 0 rgba(252,197,30,.5),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(252,197,30,.5),0 1px 0 rgba(0,0,0,.15);
color: #fff;
text-decoration: none;
vertical-align: top;
}

.button-send:hover{
background: #1c4670;
border-color: #073460;
-webkit-box-shadow: inset 0 1px 0 rgba(252,197,30,.3),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(252,197,30,.3),0 1px 0 rgba(0,0,0,.15);
color: #fff;
text-decoration: none;
}

.button-send:visited {
color: #fff;
	}

.button-send{
display: inline-block;
text-decoration: none;
line-height: 16px;
height: 40px;
margin: 0;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
-webkit-border-radius: 1px;
border-radius: 1px;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.avtor_dis {
margin-right: 10px;
padding-top: 5px;
padding-bottom: 10px;
display: block;
float: right;
max-width: 450px;
overflow: hidden;
position: relative;
}

.avtor_dis a{
color: #fff;
}

/* Easy CAPTCHA */

#respond #easy_captcha_captcha_simple {
    margin-top: 15px;
    margin-bottom: 15px;
}

