body {
    background: url("../images/backgrounds/bg.png");
	margin: 0;
	
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.popup {
  margin: 20px auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/*.wrapper > div > .container {
	background: url("../images/backgrounds/bg.png");
}*/

body a {
    color: #f75e32;
	outline: none;
}

body a:hover {
    color: #c86235;
}

img {
	border: none;
	/*vertical-align: middle;*/
}

form, p, h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

div.cleaner {
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
}

input.default_field,
textarea.default_textarea {
	margin: 0;
	padding: 0;
	border: none;
	border: 0;
	background: none;
}

input, textarea {
	outline: none;
}



.row {
    margin: 0 !important;
}

.col-sm-12 {
    padding: 0 !important;
}

.container {
    width: 1027px !important;
}

.col_left,
.col_right,
.col_center {
    padding: 0 10px !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

.col_left.col-md-3,
.col_center.col-md-3 {
    width: 260px !important;
}

.col_right.col-md-3 {
    width: 240px !important;
}

.col-md-6 {
    width: 437px !important;
}

.col-md-9.col_center {
    width: 700px !important;
}

div.banner img {
    width: 100%;
    display: block;
}

div.top_banner {
    padding: 17px 126px 0px;
}

div.top_header_wrapper {
    background: url("../images/backgrounds/top_header_bg.png") repeat-x left bottom #f75e32;
}

div.top_header_wrapper > .container {
	
}

div.top_header {
    font-size: 12px;
    padding: 0 9px;
}

div.top_header_top {
    padding: 17px 0 0 29px;
}

div.top_header a {
    color: #fff;
    text-decoration: none;
}

div.top_header .text_menu a {
    text-decoration: underline;
}

div.top_header a:hover {
    color: #fddc26;
    text-decoration: none;
}

div.top_header li {
    background: url("../images/backgrounds/top_menu_sep.png") no-repeat right 3px;
    display: inline;
    margin: 0 4px 0 0;
    padding: 0 4px 0 0;
}

div.top_header li.last {
    background: none;
    margin-right: 0;
    padding-right: 0;
}

div.top_menu_login {
    padding: 7px 0 0 0;
    float: left;
}

div.top_menu_addition {
    padding: 7px 0 0 0;
    float: right;
}

div.top_menu_rss {
    float: right;
    padding: 6px 0 0 22px;
}

div.top_menu_appstore {
    padding: 0 0 0 20px;
    float: right;
}

div.top_header_bottom {
    padding: 0 0 0 21px;
}

div.logo {
    width: 540px;
    padding: 16px 10px 0 0;
    float: left;
    box-sizing: content-box;
}

div.logo a img {
    width: 100%;
    display: block;
}

div.top_search {
    margin: -1px 0 0 0;
    padding: 16px 0 0 0;
    float: left;
}

div.top_search label {
    display: none;
}

div.top_search input[type="text"] {
    width: 175px;
    height: 38px;
    border: solid 1px #af7346;
    background: #fff;
    font-size: 14px;
    color: #a6774a;
    margin: 0;
    padding: 0 39px 0 13px;
    box-sizing: content-box;
    float: left;
}

div.top_search input[type="button"] {
    width: 39px;
    height: 38px;
    background: url("../images/backgrounds/search_button.png") no-repeat center transparent;
    border: none;
    margin: 1px 0 0 -40px;
    cursor: pointer;
    text-indent: -9999px;
    float: left;
}

div.top_logos {
    float: right;
    margin-bottom: -1px;
    padding: 3px 3px 0 3px;
}

div.top_header div.top_logos li {
    background: none;
    margin: 0 0 0 4px;
    padding-right: 0;
}

div.top_menu_wrapper {
    background: url("../images/backgrounds/top_menu_bg.png") repeat-x left bottom #fdfdfd;
    border-bottom: solid 1px #d1c5ba;
}

div.top_menu_wrapper > .container {
	
}

div.top_menu {
    font: normal 16px "PTSansBold", "Arial";
    text-transform: uppercase;
    padding: 15px 10px 10px 10px;
}

div.top_menu ul {
    margin: 0;
}

div.top_menu li {
    display: inline;
    margin: 0 10px;
}

div.top_menu a {
    text-decoration: none;
    text-shadow: 1px 1px #fff;
}

div.top_menu a:hover {
    text-decoration: underline;
}

div.content_wrapper {
    padding: 24px 0 0;
}
div.content_wrapper > .container {
	/*padding-top: 24px;*/
	
}

.home div.content_wrapper > .container{
	/*padding: 24px 15px 0;*/
}


div.news_feed {
    background: #f1e3dc;
    font: normal 20px/20px "PTSansNarrowBold", "Arial";
    /*margin: 0 -15px;*/
    padding: 0 10px 23px;
    overflow: hidden;
}
div.news_feed_left{
    padding: 0 20px 23px !important;
}
div.news_feed h3 {
    font: normal 16px "PTSansCaptionBold", "Arial";
    color: #c86235;
    text-transform: uppercase;
    margin: 12px 0 7px;
}

div.news_feed a {
    color: #a6774a;
    text-decoration: none;
}

div.news_feed a:hover {
    text-decoration: underline;
}

div.news_feed ul {
    margin-bottom: 0;
}

div.news_feed li {
    margin-bottom: 18px;
}

div.news_feed_image {
    position: relative;
    margin-bottom: 8px;
}

div.news_feed_image > img {
    width: 100%;
    display: block;
}

div.nfi_popup {
    width: 100%;
    height: 100%;
    display: none;
    background: url("../images/backgrounds/nfi_popup.png") repeat-x left bottom;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

div.news_feed li:hover div.nfi_popup,
div.hotest_news li:hover div.nfi_popup,
div.video_box li:hover div.nfi_popup,
div.news_reviews li:hover div.nfi_popup {
    display: block;
}

.nfi_popup_content {
    width: 100%;
    font: normal 12px "Arial";
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.nfi_popup_content span {
    margin: 0 9px;
}

.nfi_popup_content span img {
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

div.news_feed .nfi_popup_content a,
div.hotest_news .nfi_popup_content a,
div.video_box .nfi_popup_content a,
div.news_reviews .nfi_popup_content a {
    color: #fff;
}

div.news_all {
    text-align: right;
    margin-top: -2px;
}

div.news_all a {
    font: normal 14px "Arial";
    color: #f00;
    text-decoration: underline;
}

div.news_all a:hover {
    text-decoration: none;
}

div.hotest_news li {
    margin-bottom: 20px;
}

div.hotest_news li > a {
    background: url("../images/backgrounds/hot_new_link_bg.jpg") repeat-x left top #ca6235;
    display: block;
    font: normal 22px/26px "PTSansBold", "Arial";
    color: #fff;
    padding: 18px 20px 21px;
}

div.hotest_news div.news_feed_image {
    margin-bottom: 0;
}

div.hotest_news .nfi_popup_content {
    text-align: left;
    padding: 0 9px;
}

div.sidebar_block {
    margin-bottom: 30px;
    /*padding: 0 5px;*/
}

div.sidebar_service_menu {
    font-size: 18px;
    padding-top: 2px;
}

div.sidebar_service_menu li {
    margin-bottom: 8px;
    background: left top no-repeat;
    padding: 0 0 7px 40px;
}

div.sidebar_service_menu li.icon_servise_ad {
    background-image: url("../images/source/icon_servise_ad.png");
}

div.sidebar_service_menu li.icon_servise_feedback {
    background-image: url("../images/source/icon_servise_feedback.png");
}

div.sidebar_service_menu li.icon_servise_subscribe {
    background-image: url("../images/source/icon_servise_subscribe.png");
}

div.sidebar_service_menu li.icon_servise_rss {
    background-image: url("../images/source/icon_servise_rss.png");
}

div.sidebar_service_menu img {
    margin: 2px 10px 0 0;
}

div.actual_news {
    font: normal 20px/20px "PTSansNarrowBold", "Arial";
    color: #c86235;
}

div.actual_news h3 {
    background: url("../images/backgrounds/sidebar_header_bg.png") repeat-x left bottom #f75e32;
    font: normal 16px "PTSansCaptionBold", "Arial";
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 11px 12px 8px;
}

div.actual_news li {
    padding-bottom: 10px;
}

div.actual_news li div.actual_new_image > img {
    width: 100%;
    display: block;
}

div.actual_news li > a {
    color: #c86235;
}

div.actual_new_image {
    position: relative;
    margin-bottom: 12px;
cursor:pointer;
}

div.actual_news div.actual_new_cloud {
    width: 81px;
    height: 81px;
    background: url("../images/backgrounds/actual_new_cloud.png");
    font: normal 12px/normal "Arial";
    color: #fff;
    text-align: right;
    padding: 28px 18px 0 0;
    position: absolute;
    bottom: 0;
    right: 0
}

div.actual_news div.actual_new_cloud img {
    margin-bottom: 4px;
}

div.sidebar_block > h3 {
    font: normal 16px/normal "PTSansCaptionBold", "Arial";
    color: #c86235;
    margin-bottom: 6px;
    text-transform: uppercase;
}

div.vote_block {
    background: #eae3dc;
    padding: 21px 24px;
}

div.vote_block h4 {
    font: normal 20px/24px "PTSansNarrowBold", "Arial";
    color: #c86235;
    margin: 0 0 22px 0;
}

div.vote_block li {
    padding-bottom: 10px;
}

div.vote_block input[type=radio] {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
}

div.vote_block label, div.vote_block td {
    display: block;
    font: normal 13px "Arial";
    color: #34393d;
    padding-left: 22px !important;
    position: relative;
}
div.vote_rez td{
  display:inline-table;
}
div.vote_rez td.image{
  text-align:left;
  margin-left:5px;
}
.sidebar div.vote_block div.btn_set {
    text-align: center;
}

.sidebar form input[type="submit"],
.comments_form input[type="submit"],
.comments_form input[type="button"] {
    height: 42px;
    background: url("../images/backgrounds/form_buutton.png") repeat-x left top;
    border: solid 1px #ac937b;
    font: normal 20px "PTSansNarrowRegular", "Arial";
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 0 32px;
    box-sizing: content-box;
}

.sidebar form input[type="submit"]:hover,
.comments_form input[type="submit"]:hover {
    background-position: left bottom;
}

div.vote_all {
    font: normal 14px "Arial";
    text-align: center;
}

div.vote_all a {
    color: #f00;
    text-decoration: underline;
}

div.vote_all a:hover {
    text-decoration: none;
}

div.vote_all {
    margin-bottom: 2px;
}

.sidebar form .btn_set {
    margin: -5px 0 17px;
}

div.sidebar_posts_list {
    margin-bottom: 17px;
}

div.sidebar_post {
    margin-bottom: 12px;
}

div.sidebar_post div.blog_img {
    position: relative;
    margin-bottom: 18px;
}
div.blog_img {
cursor:pointer;
}
div.sidebar_post div.blog_img img {
    width: 100%;
    display: block;
}

div.sidebar_post div.post_author {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 10px;
    bottom: -40px;
}

div.sidebar_post div.post_author img {
    border: solid 5px #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

div.sidebar_post_link {
    font: normal 20px/20px "PTSansNarrowBold", "Arial";
    margin-bottom: 12px;
}

div.sidebar_post_link a {
    color: #a6774a;
}

div.sidebar_post_short {
    font: normal 13px/16px "Arial";
    color: #34393d;
}

div.sidebar_post_author {
    font: bold 14px "Arial";
    color: #34393d;
    margin-bottom: 5px;
cursor:pointer;
}

div.sidebar_post_date {
    font: normal 12px "Arial";
    color: #929292;
    margin-bottom: 9px;
}

div.sidebar_block_all {
    font: normal 14px "Arial";
    text-align: right;
    margin-bottom: 10px;
}

div.sidebar_block_all a {
    color: #f00;
    text-decoration: underline;
}

div.sidebar_block_all a:hover {
    text-decoration: none;
}

div.video_box_wrappepr {
    background: #f1e3dc;
    padding: 11px 0 24px 0;
}

div.video_box_wrappepr > .container {
	
}

div.video_box {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
}

div.video_box ul {
    width: 958px;
}

div.video_box > h3 {
    font: normal 16px/normal "PTSansCaptionBold", "Arial";
    color: #c86235;
    margin: 0 0 8px;
    text-transform: uppercase;
}

div.video_box li {
    /*width: 18.8%;*/
    width: 220px;
    display: inline-block;
    /*margin: 0 0.9% 8px 0;*/
    margin: 0 16px 8px 0;
    vertical-align: top;
}

div.video_box_img {
    margin-bottom: 9px;
    position: relative;
}

div.video_box_img > img {
    width: 100%;
    display: block;
}

div.video_box_rate {
    height: 13px;
    margin-bottom: 11px;
}

div.video_box_stars {
    width: 75px;
    height: 13px;
    overflow: hidden;
    background: url("../images/backgrounds/video_box_star.png") repeat-x left top;

}

div.video_box_stars div {
    height: 100%;
    background: url("../images/backgrounds/video_box_star.png") repeat-x left bottom;
    float: left;
}

div.video_box_link {
    height: 80px;
    font: normal 20px/20px "PTSansNarrowBold", "Arial";
    overflow: hidden;
}

div.video_box_link a {
    color: #a6774a;
}

.video_play {
    width: 32px;
    height: 32px;
    display: block;
    background: url("../images/backgrounds/video_play.png") no-repeat center;
    margin: -16px 0 0 -16px;
    position: absolute;
    left: 50%;
    top: 50%
}

div.video_box div.nfi_popup {
    background-image: url("../images/backgrounds/video_box_popup.png");
}

.all_videos {
    text-align: right;
    margin-top: -16px;
    padding-right: 0.9%;
}

.all_videos a {
    font-size: 14px;
    color: #f00;
    text-decoration: underline;
}

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

div.bottom_main_menu_wrapper {
    background: #34393d;
    border-top: solid 1px #4a4e52;
    border-bottom: solid 1px #4a4e52;
    margin-bottom: 10px;
}

div.bottom_main_menu_wrapper > .container {
	
}

div.bottom_main_menu {
    font: normal 20px "PTSansNarrowBold", "Arial";
    text-align: center;
    padding: 13px 0;
}

div.bottom_main_menu ul {
    margin: 0;
}

div.bottom_main_menu li {
    display: inline;
    margin: 0 12px;
}

div.bottom_main_menu a {
    color: #fff;
}

div.chanels {
    text-align: center;
    padding: 0 18%;
}

div.chanels li {
    line-height: 80px;
    display: inline;
    /*margin: 0 16px;*/
    margin: 0 10px;
}

div.footer_add_menu {
    font-size: 12px;
    font-family: 'Arial';
    text-align: center;
    color: #b49f8c;
    padding: 16px 0 37px;
}

div.footer_add_menu a {
    color: #b49f8c;
    text-decoration: underline;
}

div.footer_add_menu a:hover {
    text-decoration: none;
}

div.footer_wrapper {
    background: #34393d;
    color: #fff;
}

div.footer_wrapper > .container {
	
}

div.footer {
    font-size: 12px;
    padding: 25px 0 37px;
}

div.footer_left {
    width: 220px;
    line-height: 16px;
    float: left;
}

div.footer_right {
    line-height: 14px;
    margin-left: 260px;
}

div.footer_right div.sidebar_service_menu {
    font-size: 12px;
    margin-bottom: 19px;
}

div.footer_right div.sidebar_service_menu li {
    display: inline;
    margin-right: 23px;
    padding-top: 7px;
}

div.footer_socials_wrapper {
    background: #2b3034;
}

div.footer_socials_wrapper > .container {
	
}

div.footer_socials {
    text-align: center;
    padding: 10px;
}

div.footer_socials ul {
    margin: 0;
}

div.footer_socials li {
    display: inline;
    margin: 0 3px;
}



/* archivenews */

div.page_title {
    margin-bottom: 18px;
    padding: 0 10px;
}

div.page_title h1 {
    font: normal 32px "PTSansCaptionBold", "Arial";
    color: #c86235;
    text-transform: uppercase;
}

div.page_title h1 span {
    color: #f75e32;
}

div.news_stripe li {
    font: normal 12px "Arial";
    color: #afafaf;
    margin-bottom: 22px;
}

div.news_stripe li a {
    color: #34393d;
    text-decoration: none;
}

div.news_stripe li a:hover {
    text-decoration: underline;
}

div.news_stripe li .news_stripe_date {
    color: #929292;
}

div.news_stripe li h3 {
    font: normal 18px/20px "PTSansCaptionBold", "Arial";
    margin: 0 0 3px;
}

div.news_stripe li h3 a {
    color: #a6774a;
}

div.news_stripe li span {
    margin-right: 6px;
}

div.news_stripe li span img {
    margin: -4px 6px 0 0;
}

div.pager {
    text-align: center;
    /*padding: 20px 30px;*/
    padding: 20px 0;
}

div.pager ul {

}

div.pager ul li {
    font: normal 18px/48px "PTSansCaptionBold", "Arial";
    color: #fff;
    text-align: center;
    margin: 0 3px;
}

div.pager ul li a,
div.pager ul li span {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border: none;
    border-radius: 0;
}

div.pager ul li a {
    background: url("../images/backgrounds/pager_items.png") no-repeat center top;
    color: #fff;
    text-decoration: none;
}

div.pager ul li a:hover,
div.pager ul li span {
    background: url("../images/backgrounds/pager_items.png") no-repeat center bottom;
    text-decoration: none;
}

div.pager ul li img {
    margin: 0 10px;
}

div.inform_block {
    font-size: 12px;
    line-height: 13px;
    padding-bottom: 15px;
}

div.inform_block h3 {
    font: normal 16px "PTSansCaptionBold", "Arial";
    color: #c86235;
    margin: 0 0 11px;
    text-transform: uppercase;
}

div.inform_block li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

div.inform_block li img {
    width: 90px;
    float: left;
    margin: 1px 5px 0 0;
}

div.inform_block li a {
    color: #000;
}

div.news_calendar {
    margin-bottom: 24px;
}

div.news_calendar .ui-datepicker-inline {
    width: 100%;
}



/* stripenews */

.news_reviews {
    /*width: 104%;*/
    width: 100%;
    overflow: hidden;
}

.news_reviews {
    width: 720px;
}

.news_reviews li {
    display: inline-block;
    /*width: 30%;*/
    width: 220px;
    vertical-align: top;
    /*margin: 0 2% 42px 0;*/
    margin: 0 16px 42px 0;
}

.news_reviews li > h3 {
    font: normal 16px/18px "PTSansCaptionBold", "Arial";
    min-height: 72px;
    margin: 0;
}

.news_reviews li > h3 a {
    color: #a6774a;
}



/* post */

div.post {
    /*order-bottom: dashed 1px #b5a18e;*/
    border-bottom: solid 3px #b49f8c;
    font: normal 13px/17px "Arial";
    margin-bottom: 14px;
    padding: 0 0 18px 81px;
    position: relative;
}

.post_body {
    border-bottom: dashed 1px #b5a18e;
    margin-bottom: 25px;
}

div.post_body > em {
    font: normal 18px/22px "PTSansBoldItalic", "Arial";
    color: #ac937b;
    display: block;
    margin-bottom: 23px;
}

div.post h1 {
    font: normal 32px/36px "PTSansCaptionBold", "Arial";
    color: #ac937b;
    margin: 0 0 31px;
}

div.post h2 {
    font: bold 24px "Arial";
    color: #ac937b;
    margin: 0 0 8px;
}

div.post h3 {
    font: bold 20px "Arial";
    color: #34393d;
    margin: 0 0 13px;
}

div.post h4 {
    font: bold 16px "Arial";
    color: #34393d;
    margin: 0 0 16px;
}

div.post h5 {
    font: bold 13px "Arial";
    color: #34393d;
    margin: 0 0 17px;
}

div.post iframe {
    margin-bottom: 17px;
}

div.post_socials {
    width: 61px;
    background: #b49f8c;
    text-align: center;
    padding: 10px 0 2px;
    position: absolute;
    top: 0;
    left: 0;
}

div.post_socials.fixed_soc {
    position: fixed;
    top: 16px;
    z-index: 2;
}

div.post_socials a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    text-decoration: none;
}

div.post_socials a:hover {
    opacity: 0.7;
}

div.post_image_wrapper {
    background: url("../images/backgrounds/post_image_shadow.png") no-repeat center bottom;
    margin-bottom: 4px;
    padding-bottom: 10px;
}

div.post_image_wrapper.second_image {
    margin: 0 20px 19px;
}

div.post_image {
    background: #fff;
}

div.post_image img {
    width: 100%;
    display: block;
}

div.post_image_info {
    font: normal 13px "PTSansItalic", "Arial";
    color: #ac937b;
    padding: 15px 20px 18px;
}

div.col_right div.news_feed {
    margin: 0;
}

div.post p {
    margin: 0 0 17px;
}

div.post a {
    color: #c86235;
    text-decoration: underline;
}

div.post a:hover {
    color: #f75e32;
}

div.post ul,
div.post ol {
    margin: 0 0 17px 57px;
    padding: 0;
}

div.post ul li,
div.post ol li {
    margin: 0;
}

div.post ul li {
    list-style-type: disc;
}

div.post ol li {
    list-style-type: decimal;
}

div.post table {
    width: 100%;
}

div.post table th,
div.post table td {

padding: 10px;
    
}

div.post table th {
    padding: 5px;
}

div.post_table_wrapper {
   
    margin-bottom: 17px;
    padding-bottom: 10px;
}

div.post_image_info p {
    margin: 0;
}

div.post_counts {
    margin-bottom: 31px;
}

div.post_counts .news_stripe_date {
    font-size: 12px;
    color: #929292;
}

div.post_counts span {
    margin-right: 6px;
}

div.post_counts span img {
    margin: -4px 6px 0 0;
}

div.post_counts a {
    color: #000;
    text-decoration: none;
}

div.post_counts a:hover {
    text-decoration: underline;
}

div.post_ad {
    width: 48.3%;
    border-top: dashed 1px #b49f8c;
    border-bottom: dashed 1px #b49f8c;
    padding: 16px 0 10px;
}

div.post_ad h6 {
    font: normal 15px "PTSansCaptionBold", "Arial";
    color: #c86235;
    margin: 0 0 8px;
}

div.post_ad.f_left {
    margin-right: 20px;
    float: left;
}

div.post_ad.f_right {
    margin-left: 20px;
    float: right;
}

div.post_ad_item a {
    font: normal 13px/16px "PTSansBold", "Arial";
    color: #a6774a;
    text-decoration: none;
}

div.post_ad_item a:hover {
    text-decoration: underline;
}

div.post_ad_item img {
    float: left;
    margin: 3px 10px 10px 0;
    width:auto !important;
}

div.post_summary > em {
    display: block;
    font: italic 13px "Arial";
    color: #906841;
    margin-bottom: 10px;
}

.if_error {
    width: 210px;
    font: bold 12px "Arial";
    color: #c86235;
    text-align: right;
    padding-top: 17px;
    float: right;
}

div.post_author2 {
    font: bold 13px "Arial";
    color: #34393d;
    margin: 0 250px 30px 0;
    padding-top: 17px;
}

div.post_author p {
    margin: 0;
}

div.post_author a {
    color: #f75e32;
    font-weight: normal;
}

div.post_author a:hover {
    color: #c86235;
}

div.post_tags {
    font: bold 13px "Arial";
    color: #34393d;
}

div.post_tags a,
div.post_tags span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 10px 0;
}

div.post_tags a {
    background: #d27d57;
    height: 24px;
    font: normal 13px/24px "PTSansCaptionBold", "Arial";
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

div.post_tags a:hover {
    background: #c86235;
    color: #fff;
}

div.post_news_block {
    border-bottom: dashed 1px #b5a18e;
    margin-bottom: 20px;
    padding-bottom: 39px;
}

div.post_news_block div.news_reviews {
    width: 100%;
    overflow: hidden;
}

div.post_news_block div.news_reviews ul {
    width: 100%;
    overflow: hidden;
}

div.post_news_block div.news_reviews li {
    /*display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 0 2% 42px 0;*/

    width: 32%;
    margin: 0 2% 16px 0;
    float: left;
}

div.post_news_block div.news_reviews li.last {
    margin-right: 0;
}

div.post_news_block h3,
div.comments_block h3 {
    font: normal 16px "PTSansCaptionBold", "Arial";
    color: #c86235;
    text-transform: uppercase;
    margin: 0 0 16px;
}

div.post_news_block .all_videos {
    padding-right: 0;
}

div.post_ad_news {
    border-bottom: dashed 1px #b5a18e;
    margin-bottom: 14px;
}

div.post_ad_news ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

div.post_ad_news li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

div.post_ad_news li img {
    display: block;
    float: none;
    margin: 0 auto 7px;
}

div.post_ad_news div.inform_block {
    padding-bottom: 0;
}

div.comments_form {
    background: #eae3dc;
    border-top: solid 1px #eeeae5;
    border-bottom: solid 1px #eeeae5;
    margin-bottom: 25px;
    padding: 24px 20px 6px;
}

div.comments_form div.form_row {
    position: relative;
    padding: 0 0 13px 9%;
}

div.comments_form label {
    width: 9%;
    display: block;
    font: bold 13px "Arial";
    color: #303030;
    top: 7px;
    left: 0;
    position: absolute;
}

div.comments_form div.form_row input[type=text],
div.comments_form div.form_row input[type=password],
div.comments_form div.form_row textarea {
    height: 30px;
    border: solid 1px #d0c4b8;
    font: normal 18px "Arial";
    color: #34393d;
    padding: 0 1.5%;
    box-sizing: content-box;
    vertical-align: middle;
}

div.comments_form div.form_row input.com_name {
    width: 43.33%;
}

div.comments_form div.form_row.com_captcha input {
    width: 13.33%;
}

div.comments_form div.form_row textarea {
    width: 96.33%;
    height: 45px;
    font-size: 12px;
    color: #34393d;
    padding:  10px 1.5%;
    resize: vertical;
}

div.comments_form div.form_row .error {
    border: solid 1px #f00;
}

div.comments_form div.form_row .field_error {
    font-size: 11px;
    color: #f00;
    padding: 10px 0 2px;
}

.com_captcha img {
    border: solid 1px #d0c4b8;
    vertical-align: middle;
    margin-right: 4px;
}

.com_captcha a img {
    border: none;
    margin-right: 0;
}

.com_captcha a {
    margin-right: 6px;
}

.com_captcha input[type=submit] {
    float: right;
}

div.no_comments {
    border-bottom: dashed 1px #b5a18e;
    font: italic 13px "Arial";
    color: #b49f8c;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 27px;
}

div.comments_list_sort {
    border-bottom: dashed 1px #b5a18e;
    font: normal 14px "Arial";
    color: #34393d;
    margin-bottom: 16px;
    padding-bottom: 27px;
}

div.comments_list_sort a {
    border-bottom: dotted 1px #f75e32;
    color: #f75e32;
}

div.comments_list ul {
    font-size: 12px;
    line-height: 14px;
}

div.comments_list ul li {
    border-bottom: dashed 1px #b5a18e;
    margin-bottom: 16px;
    padding-bottom: 20px;
}

div.comments_list ul p {
    padding-bottom: 7px;
}

div.comments_list ul img {
    margin-right: 5px;
}

div.comments_list ul .com_date,
div.comments_list ul .com_reply {
    font-size: 11px;
}

div.comments_list ul .com_date {
    color: #afafaf;
    margin-right: 15px;
}

div.comments_list ul .com_reply a {
    color: #a6774a;
    text-decoration: underline;
}

div.comments_list ul .com_reply a:hover {
    text-decoration: none;
}

div.comments_list ul .com_author {
    margin-right: 12px;
}

div.comments_list ul li.has_parent {
    border-bottom: none;
}

div.comments_list ul li.has_parent ul {
    background: url("../images/backgrounds/comment_sub.png") no-repeat 4px 19px;
    margin-top: 20px;
    padding: 0 0 0 19px;
}

div.comments_list ul li.has_parent ul > li:first-child {
    border-top: dashed 1px #b5a18e;
    padding-top: 16px;
}

div.comments_list ul > li:last-child,
div.comments_list ul li.has_parent {
    margin-bottom: 0;
}

div.comments_list ul li.has_parent {
    padding-bottom: 0;
    margin-bottom: 16px;
}

div.com_reply_form {
    padding-top: 16px;
}

div.com_reply_form div.comments_form {
    margin-bottom: 0;
}

div.com_reply_form div.comments_form div.form_row {
    padding-left: 0;
}

div.com_reply_form .form_row label {
    display: none;
}
.comment_image{
  /*float:left;*/
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

#toTop {
    background: url("../images/backgrounds/bg-main-static.png") center center no-repeat;
    display: none;
    height: 44px;
    width: 44px;
    position: absolute;
    top: 200px;
    left: 10px;
/*
    position: fixed;
    right: 15px;
    z-index: 50;
    top: 45%;
*/
}

.header_flash {
	position: relative;
}
.header_flash img {
	width: 100%;
	height: 130px;
	display: block;
}
.header_flash embed {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.header_brand {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 0;
	background: url("../images/brand_full.png") center top no-repeat;
	
	background-attachment: fixed;
}

body > .wrapper {
	/*background: url("../images/backgrounds/bg.png");*/
	position: relative;
	/*padding-top: 130px;*/
	padding: 0;
}

body > .wrapper .container {
	/*
	width: auto;
	
	padding-right: 0;
	padding-left: 0;
	*/
}

body > .wrapper .container .container {
	padding-right: 0;
	padding-left: 0;
}

.row_flash {
	/*margin: 0 -15px;*/
	
}

.row_flash a {
	
}

.row_flash embed {
	height: 130px;
}