/* Сторонние шрифты и стили */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:100,300,400,700&subset=cyrillic';
@import url('../css/bootstrap.css');
@import url('../css/font-awesome.min.css');
@import url('../css/owl.carousel.css');
@import url('../css/shortcodes.css');
@import url('../css/animate.css');
@import url('http://ionicons.com/css/ionicons.min.css?v=2.0.1');
@import url('../css/font-awesome.min.css');

/* Основное */
body{font-family: 'Open Sans', sans-serif !important;background: #F5F5F5;}
a{color: black;}
a:hover{text-decoration: none;}
ul{padding:0px;margin:0px;}


/* Шапка */
header {
 background: #fff;
 border-bottom: 1px solid rgba(0,0,0,0.07);
}
.h-logo {
 font-family: 'Roboto', sans-serif;
 font-size: 33px;
 font-weight: 300;
 display: inline-block;
 padding: 5px 0px;
 position: relative;
}
.h-logo span {
 position: absolute;
 font-size: 14px;
 top: 10px;
 right: -30px;
}

.hs-form {
 position: relative;
 margin: 0px;
}
.hs-text {
 height: 57px;
 border: none;
 width: 100%;
 outline-width: 0px;
}
.hs-submit {
 position: absolute;
 right: 0px;
 top: 0px;
 height: 57px;
 background: none;
 border: none;
 width: 57px;
 color: #989898;
 margin: 0px !important;
 padding: 0px !important;
}

.dropdown{
 float: right;
}
.h-profileb {
 background: white;
 border: none;
 outline-width: 0px;
}
.h-profile {
 padding: 12px 0px;
 margin: 0;
}
.h-profile li {
 display: inline-block;
 list-style: none;
 vertical-align: middle;
}
.hp-ava img {
 width: 31px;
 border-radius: 50%;
 border: 1px solid #a9a8a8;
}
.hp-name a {
 display: block;
 margin-right: 10px;
 font-family: 'Roboto', sans-serif;
 color: #a2a2a2;
}
header .dropdown-menu {
 left: -40px;
}

.h-buttons {
 padding: 0;
 margin: 0;
 display: block;
 padding-top: 5px;
 text-align: right;
}
.h-buttons li{
 display: inline-block;
 list-style: none;
}
.h-buttons li a {
 display: block;
 color: #4F4F4F;
 font-size: 20px;
 margin: 14px 0px;
 border-right: 1px solid #e6e6e6;
 padding: 0px 15px;
}

.wrapper {
 padding-left: 70px;
}
.menu {
 width: 280px;
 position: fixed;
 left: -210px;
 background: #2B303B;
 height: 100%;
 transition: 0.2s;
 z-index: 999999999999;
}
.menu:hover{
 left:0px;
 transition: 0.2s;
}
.m-header {
 background: #272B35;
 padding: 0px 10px;
}
.m-header .h-logo {
 color: #c5c5c5;
}
.m-header i {
 float: right;
 font-size: 33px;
 color: #c5c5c5;
 padding: 6px 15px;
 cursor: pointer;
}

.m-menu {
 padding: 0px;
 margin: 0px;
}
.m-menu li {
 display: block;
}
.m-menu li a {
 color: #788195;
 display: block;
 padding: 15px 0px 15px 20px;
 border-left: 3px solid #2b303b;
}
.m-menu li a:before {
 font-family: "Ionicons";
 speak: none;
 float: right;
 font-size: 28px;
 background: #21252D;
 width: 40px;
 text-align: center;
 height: 40px;
 margin-top: -10px;
 margin-right: 15px;
 padding-top: 6px;
}

.content{
 padding: 15px;
}
.post {
 position: relative;
 display: block;
 margin-bottom: 30px;
 height: 315px;
 overflow: hidden;
 background-size: cover;
 background-repeat: no-repeat;
}
.post:hover .post-info{
 padding: 15px;
 transition: 0.3s;
}
.post:hover .cat{
 background: #D2527F;
 transition: 0.3s;
}
.dateauthor {
 position: absolute;
 right: -30px;
 top: -21px;
 font-family: 'Roboto', sans-serif;
 font-weight: 300;
 color: #fff;
 background: rgba(109, 153, 51, 0.82);
 font-size: 11px;
 padding: 3px 9px;
 margin-bottom: 10px;
 display: inline-block;
 transition: 0.3s;
 border-radius: 3px;
}
.post:hover .dateauthor{
 right: 10px;
 top: 10px;
 transition: 0.3s;
}

.post-img{
 height: 360px;
 overflow: hidden;
}
.post:after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: transparent;
 background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.59)));
 background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
 background-image: linear-gradient(transparent 0%,transparent 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.6) 100%,rgba(0,0,0,0.59) 100%);
}
.post img {
 max-width: 100%;
 height: auto;
}
.post-info {
 position: absolute;
 bottom: 0px;
 padding: 10px;
 z-index: 999;
 color: white;
 transition: 0.3s;
}
.postTitle {
 font-family: 'Roboto', sans-serif;
 font-weight: 300;
 font-size: 24px;
 margin: 0px 0px 10px 0px;
}
span.cat {
 color: #fff;
 background: rgba(255,255,255,0.3);
 font-size: 11px;
 padding: 3px 9px;
 margin-bottom: 10px;
 display: inline-block;
 transition: 0.3s;
 border-radius: 3px;
}
.uadm-collapse.uadm--animate.uadm-collapse--empty, {
 left: 90px !important;
}

.m-footer {
 position: absolute;
 bottom: 0px;
 left: 0px;
 padding: 10px;
 background: #272b35;
 width: 100%;
 font-family: 'Roboto', sans-serif;
 color: #c5c5c5;
}
.m-footer a{
 color: #c5c5c5;
}
.cnrnopl .col-md-9:first-child{
 padding: 0px !important; 
}
.content-w {
 border: 1px solid rgba(0,0,0,0.07);
 background: white;
 padding: 20px;
}
.pagename {
 font-family: 'Roboto', sans-serif;
 font-size: 22px;
 background-image: url(/img/pagetitle.png);
 color: white;
 font-weight: 300;
 padding: 20px;
 background-size: cover;
 margin: -20px -20px 20px -20px;
 background-position-y: -84px;
}

.aside-banner{
 display: block; 
}
.aside-banner img{
 width: 100%; 
}
.block {
 padding: 20px;
 border: 1px solid rgba(0,0,0,0.07);
 background: white;
 margin-bottom: 30px;
}
.block-title {
 font-size: 14px;
 color: #39342e;
 text-transform: uppercase;
 border-bottom: 1px solid #e8e6e2;
 margin-top: 0;
 margin-bottom: 10px;
 padding-bottom: 20px;
 font-weight: 700;
}
.block-cnt {
 padding: 10px;
 color: #5d5d5d;
}
.aside .col-md-6{
 padding: 0px 10px !important; 
}

.block-inf1 li{
 list-style: none; 
}
.binf-li {
 display: block;
 color: #5d5d5d;
 padding: 6px 10px;
 border-bottom: 1px solid #eeeeee;
}
.aside-counter{
 text-align: center; 
}
.block-rekl img {
 max-width: 100%;
}
.block-rekl {
 text-align: center;
}
.uMenuItemA {
 border-left: 3px solid #98a2d8 !important;
}
.m-menu li a:hover {
 border-left: 3px solid #4b506d;
}

.bp-mainimg img{
 width: 100%; 
 height: auto;
 box-shadow: 10px 10px 5px #888888;
}
.bp-shares {
 background: whitesmoke;
 border: 1px solid rgba(0,0,0,0.07);
 text-align: left;
 overflow: hidden;
 margin: 0px 15px;
 position: relative; 
}

.row-eq-height {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}

.cat-share {
 width: 100px;
 height:110px;
 position: absolute;
 right: -9px;
 top: -1px;

}
.bp-share {
 margin-top: 70px;
}

.post-cat {
 display: block;
 float: right;
 font-size: 13px;
 background: rgba(255, 255, 255, 0.81);
 padding: 3px;
 border-radius: 3px;
 margin-top: 3px;
 transition: 0.3s;
}
.post-cat:hover{
 background: white;
 transition: 0.3s;
}

.blogmes{
 padding: 15px 0px; 
}

.bp-share span {
 margin-bottom: 10px;
 display: block;
}
.op-info {
 background: #2b303b;
 color: white;
 margin-top: 20px;
 padding: 10px;
}
.op-info span {
 margin-right: 20px;
}
.op-info span i {
 margin-right: 5px;
}
span.op-comb {
 float: right;
}
.op-comments{
 padding-top: 10px;
}

textarea, input[type="text"], input[type="password"] {
 max-width: 90% !important;
 font-family: 'Open Sans';
 font-size: 12px;
 padding-left: 5%;
 padding-right: 5%;
 padding-top: 8px;
 padding-bottom: 8px;
 border: none;
 background: #f6f6f6;
 box-shadow: inset 0 0 0 1px #dcdcdc;
 color: #121212;
 border-radius: 3px;
 line-height: 20px;
 margin: 10px 0px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
 color: #FFFFFF;
 background-color: #0288D1;
 border-radius: 2px;
 display: inline-block;
 text-decoration: none;
 line-height: 18px;
 position: relative;
 margin: 0 10px 10px 0;
 text-decoration: none;
 border: 1px solid transparent;
 transition: background 1s ease 0s;
 -webkit-transition: background 1s ease 0s;
 -moz-transition: background 1s ease 0s;
 -o-transition: background 1s ease 0s;
 padding: 10px 15px;
 margin-top: 20px;
 transition: 0.3s; 
}

.gTable {
 background: none;
 border-spacing: 0;
}
.gTable td {
 padding: 10px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 10px 20px !important;
 color: #fff;
 text-decoration: none;
 border-radius: 2px 2px 0 0;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 300;
 letter-spacing: 1px;
 background: #2b303b;
 font-family: 'Roboto', sans-serif;
}
.gTableTop a {
 color: #fff;
 text-decoration: none;
 font-size: 14px;
}
.gTableSubTop {
 padding: 5px 10px;
 color: #fff;
}
.gTableSubTop a {
 color: #fff;
}
.catLink {
 color: #fff !important;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
 padding: 5px 10px;
 border-bottom: 1px solid #dcdcdc;
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd
{
 vertical-align: middle;
 padding-left: 20px;
 border-bottom: 1px solid #dcdcdc;
}
.forumNameTd {
 line-height: 24px;
 color: #7a7a7a;
}
.forumNameTd a {
 font-size: 18px;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {
 padding: 0 10px;
}
.forumLastPostTd {} .threadIcoTd,
.threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px;
 border-top: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
}
.postTdInfo {
 text-align: center;
 border-right: 1px solid #dcdcdc;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}
.gTableSubTop, .gTableSubTop a {
 background: #f2f2f2;
 color: #5c5c5c;
}
.threadsDetails,
.postTdTop {
 background: none;
}
.gTable tr {
 background: none;
}
.gDivBottomRight {
 height: 50px;
}
.pagesInfo {
 background: #f2f2f2;
 border-radius: 2px 0 0 2px;
 padding: 5px 10px;
}
.switchActive {
 padding: 5px 10px;
 border-radius: 0 2px 2px 0;
 color: #fff;
}
.postBottom {
 border-top: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: -1px;
 right: 0;
}

.post-search {
 display: block;
 border-left: 3px solid #a0a0a0;
 padding: 5px;
 padding-left: 20px;
}

.post-search h3 {
 margin: 0px 0px 5px;
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 color: #444444;
}
.h-profileu {
 float: right;
}
.logform {
 padding: 13px;
}

.catPages1 {color:#ffffff; border:1px;margin-bottom:10px;margin-top:10px;} 
.catPages1 a:link, .catPages1 a:visited, .catPages1 a:hover, .catPages1 a:active {
 text-decoration: none;
 color: #2b303b;
 background: #f9f9f9;
 padding: 3px 6px;
 font-size: 11px;
 font-weight: bold;
 border: 1px solid #2b303b;
}
.catPages1 a:hover {
 background: #2b303b;
 color: #FFFFFF;
 font-weight: bold;
 border: 1px solid #2b303b;
}
.catPages1 b {
 text-decoration: none;
 background: #2b303b;
 padding: 3px 6px;
 color: #f5f5f5;
 font-size: 11px;
 border: 1px solid #2b303b;
}

.pagesBlockuz1 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;} 
.pagesBlockuz1 a:link, 
.pagesBlockuz1 a:visited, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz1 a:active {text-decoration:none;color: #57caff;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #57caff;} 
.pagesBlockuz1 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;border:1px solid #57caff;} 
.pagesBlockuz1 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;} 

.pagesBlock1 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlock1 a:link, 
.pagesBlock1 a:visited, 
.pagesBlock1 a:hover, 
.pagesBlock1 a:active {text-decoration:none;color: #57caff;background:#ffffff;padding:3px 10px;font-size:11px;font-weight:bold;} 
.pagesBlock1 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;} 
.pagesBlock1 b {text-decoration:none;background:#ffffff;padding:3px 10px;color:#ccc;font-size:11px;} 

.catPages2 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;} 
.catPages2 a:link, 
.catPages2 a:visited, 
.catPages2 a:hover, 
.catPages2 a:active {text-decoration:none;color: #57caff;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #57caff;} 
.catPages2 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;border:1px solid #57caff;} 
.catPages2 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;} 

.pagesBlockuz2 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;} 
.pagesBlockuz2 a:link, 
.pagesBlockuz2 a:visited, 
.pagesBlockuz2 a:hover, 
.pagesBlockuz2 a:active {text-decoration:none;color: #57caff;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #57caff;} 
.pagesBlockuz2 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;border:1px solid #57caff;} 
.pagesBlockuz2 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;} 

.pagesBlock2 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlock2 a:link, 
.pagesBlock2 a:visited, 
.pagesBlock2 a:hover, 
.pagesBlock2 a:active {text-decoration:none;color: #57caff;background:#ffffff;padding:3px 10px;font-size:11px;font-weight:bold;} 
.pagesBlock2 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;} 
.pagesBlock2 b {text-decoration:none;background:#ffffff;padding:3px 10px;color:#ccc;font-size:11px;}

.profile-promo {
 background-image: url(/img/user-promo.png);
 height: 400px;
 background-size: cover;
 background-repeat: no-repeat;
 position: relative;
}
.pp-ava {
 text-align: center;
 padding-top: 85px;
}
.pp-ava img {
 width: 150px;
 overflow: hidden;
}
.pp-login {
 display: block;
 width: 150px;
 margin: 0px auto;
 padding: 10px;
 background: rgba(255, 255, 255, 0.55);
 font-family: 'Roboto', sans-serif;
}
.pp-group {
 display: block;
 width: 150px;
 margin: 0px auto;
 padding: 10px;
 background: rgba(255, 255, 255, 0.55);
 font-family: 'Roboto', sans-serif;
 border-top: 1px solid #e2e2e2;
 border-bottom: 3px solid #F7CA18;
}

.upp-info, .upp-stat{
 margin: 0px;
 padding: 0px;
}
.upp-info li {
 list-style: none;
 padding: 12px 12px;
 display: block;
}
.upp-title {
 background: #2b303b;
 color: #d0d0d0;
 padding: 10px;
}
.upp-info li span {
 float: right;
 font-weight: bold;
 color: #6b6b6b;
}
.upp-stat li {
 font-size: 20px;
 display: inline-block;
 width: 31.333%;
 text-align: center;
 padding: 20px 0px;
 border-left: 1px solid #e4e4e4;
 border-bottom: 1px solid #e4e4e4;
}
.upp-stat li:first-child, .upp-stat li:nth-child(4), .upp-stat li:nth-child(7), .upp-stat li:nth-child(10){
 border-left: 0px; 
}
.upp-stat li span {
 font-size: 14px;
 display: block;
}
.upp-stat {
 text-align: center;
}

.profile-info {
 margin-top: 30px;
}
.pp-block {
 background: #f7f7f7;
 height: 396px;
 overflow: hidden;
}
.upp-button {
 display: block;
 margin-bottom: 10px;
 transition: 0.3s;
}
.upp-button:hover{
 background: #585e6b;
 color: #d0d0d0;
 text-decoration: none;
 transition: 0.3s;
 
}
.bps-body, .bp-share span {
 z-index: 9999999999999;
 position: relative;
}
.respbar{
 display: none; 
}
.barmenu {
 float: right;
 display: block;
 font-size: 30px;
 padding: 12px;
 color: black;
}
.repsomenu {
 display: none;
 background: #2B303B;
 padding: 10px;
}
.lf2{
 display: none; 
}
.lf2-a {
 display: block;
 background: #2b303b;
 color: white;
 padding: 5px 30px;
 margin-top: 0px;
 border-radius: 3px;
}

@media screen and (max-width: 1230px) {
 .resppost{
 width: 50% !important;
 }
 .aside .col-md-6{
 width: 100% !important;
 }
}
@media screen and (max-width: 1175px) {
 header .col-xs-1{
 width: 16.66666667% !important;
 }
 header .col-xs-4{
 width: 25% !important;
 }
}
@media screen and (max-width: 1120px) {
 header .col-xs-2{
 width: 25% !important;
 }
 header .col-xs-4{
 width: 16.66666667% !important;
 }
}
@media screen and (max-width: 991px) {
 .content-w {
 margin-bottom: 30px;
 }
}

@media screen and (max-width: 600px) {
 #table1 tr td{
 display: block;
 width: 100% !important;
 }
 textarea, input[type="text"], input[type="password"] {
 width: 100% !important;
 max-width: 100% !important;
 }
}


@media screen and (max-width: 1190px) {
 .lf2{
 display: block; 
 }
 .lf1{
 display: none; 
 }
}

@media screen and (max-width: 790px) {
 .respbar{
 display: block !important;
 width: 16.66666667% !important;
 }
 header .col-xs-4{
 display: none;
 }
 .menu{
 display: none;
 }
 .wrapper {
 padding-left: 0px !important;
 }
}
@media screen and (max-width: 710px) {
 .resppost{
 width: 100% !important;
 }
 header .col-xs-5{
 display: none;
 }
 .respbar{
 width: 16.66666667% !important;
 }
 header .col-xs-2{
 width: 66.66666667% !important;
 }
 .h-buttons {
 text-align: left;
 margin-left: 30px;
 }
 .bp-shares{
 display: none;
 }
 .bp-share-b .col-md-6{
 width: 100% !important;
 }
 
}
@media screen and (max-width: 426px) {
 .h-buttons {
 text-align: center;
 margin-left: 30px;
 }
}

.video {
width: 7%;
}

.box {
 width: 90%;
 margin: 4%;
 text-align: center;
}

.vpost {
 position: relative;
 display: block;
 margin-bottom: 30px;
 height: 315px;
 overflow: hidden;
 background-size: cover;
 background-repeat: no-repeat;
}

.vpost:hover .post-info{
 padding: 15px;
 transition: 0.3s;
}
.vpost:hover .cat{
 background: #D2527F;
 transition: 0.3s;
}

/*Slayder*/

.owl-carousel .owl-wrapper:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}

.owl-carousel {
 display: none;
 position: relative;
 width: 100%;
 -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
 display: none;
 position: relative;
 -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
 overflow: hidden;
 position: relative;
 width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
 -webkit-transition: height 500ms ease-in-out;
 -moz-transition: height 500ms ease-in-out;
 -ms-transition: height 500ms ease-in-out;
 -o-transition: height 500ms ease-in-out;
 transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
 float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
 cursor: pointer;
}

.owl-controls {
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
 cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
 margin-top: 10px;
 text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
 color: #FFF;
 display: inline-block;
 zoom: 1;
 *display: inline;
 margin: 5px;
 padding: 3px 10px;
 font-size: 12px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 background: #869791;
 filter: Alpha(Opacity=50);
 opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
 filter: Alpha(Opacity=100);
 opacity: 1;
 text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
 display: inline-block;
 zoom: 1;
 *display: inline;
}

.owl-theme .owl-controls .owl-page span {
 display: block;
 width: 12px;
 height: 12px;
 margin: 5px 7px;
 filter: Alpha(Opacity=50);
 opacity: 0.5;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
 background: #869791;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
 filter: Alpha(Opacity=100);
 opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
 height: auto;
 width: auto;
 color: #FFF;
 padding: 2px 10px;
 font-size: 12px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
}

.customNavigation {
 text-align: right;
}

.customNavigation a {
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation {
 display: none
}

.owl-cont {
 background: #f6f6f6 !important;
 margin: 5px;
 padding: 5px;
 text-align;
 left;
}

.owl-cont img {
 width: 100%
}

#related {
 width: 100%
}

.table_entries {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0px;
 border: 0px
}

.table_entries td {
 padding: 5px;
 border: 0;
}

.table_entries td img, .table_entries td.entries_td img {
 width: 100px;
 padding: 0px 10px 10px 0px;
 float: left
}

.table_entries td.entries_td {
 width: 50% !important;
 padding: 5px;
 border: 0;
}

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

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

.video {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
}

.video iframe, 
.video object, 
.video embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}