/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 16px Verdana; line-height:normal; padding:0; margin:0;        
color: #000; background:#ffffff; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color:#000; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}
b {font-weight:400;}
.b {
  font-weight: 700;
}

.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:500;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}
.search-page {margin-left: 7px; margin-right: 7px;}


button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; font-size: 16px; 
font-family: Roboto !important;}
/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
padding:0 30px; display:inline-block; height:40px; line-height:40px; border-radius:20px; cursor:pointer; 
background-color:#069bcc; color:#fff; text-align:center; font-weight:400; font-size:14px;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:#0b86af; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f8f8f8; border-radius:4px; -webkit-appearance: none; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.img-box, .img-wide, .img-resp, .img-resp-v, .img-resp-sq {overflow:hidden; position:relative; background-color:#000;}
.img-resp {padding-top:57%;}
.img-resp-v {padding-top:130%;}
.img-resp-sq {padding-top:100%;}
.img-box img, .img-resp img, .img-resp-v img, .img-resp-sq img {width:100%; min-height:100%; display:block;}
.img-resp img, .img-resp-v img, .img-resp-sq img {position:absolute; left:0; top:0;}
.img-wide img {width:100%; display:block;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .th-img, .s-in, .s-br-in, .tc-title {transition: all .3s;}
.button {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}

b, strong {font-weight: 500;}



/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden;}
.center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.block {}
.header {background-color:#FFF; box-shadow:0 0px 0px 0 rgba(0,0,0,0); position:relative; z-index:9999; 
margin:0 -2000px; padding:0 2000px;}
.h-line {height:30px; line-height:30px; background-color:#ffffff; margin:0 -2000px; padding:0 2000px;}
.h-sticky {height:110px; overflow:hidden;}
.h-nav {height:50px; background-color:#069bcc; color:#FFF; position:relative; 
	bottom:-15px; border-radius:4px; z-index: 555;}
.cols {padding:45px 0 60px 0;}
.main {width:100%); width:-webkit-calc(100%); float:center; min-height:600px;}
.footer {background-color:#262f38; color:#b5bcc6; margin:0 -2000px; padding:30px 2000px 8px 2000px;}
.pages {background-color:#FFF; box-shadow:0 5px 11px 0 rgba(0,0,0,0.05); padding: 30px;}

#gotop{position:fixed; width:50px; height:50px; line-height:46px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:1; background-color:#fff; color:#888; 
border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.h-menu li {display:inline-block; margin-right:30px; font-size:14px;}
.h-menu a:hover, .h-call:hover, .h-call:hover {text-decoration:underline;}
.h-call {color:#069bcc; cursor: pointer;}

.logo {display:block; width:340px; height:120px; margin:10px 10px 0 0; float:left;}

.h-btns {float:right; margin-top:17px;}
.h-btns .button {width:200px; text-align:center; display:block; padding:0;}
.h-btns .button + .button {margin-top:10px;}
.btn-cart {background-color:#7fc12a; position: relative;}
.btn-cart i {font-style: normal;}
.search-box {float: left; margin-top: 42px; margin-left: 40px; width: 240px;}
.search-field1 {width:100%; position:relative;}
.search-field1 input, .search-field1 input:focus {width:100%; padding:0 40px 0 15px; border-radius:20px; 
background-color:#fff; color:#2a2a2a; height:40px; line-height:40px; box-shadow: 0 0 0 1px #e3e3e3;}
.search-box button {position:absolute; right:0; top:0;
padding:0 !important; width:40px; height:40px !important; line-height:40px !important; 
font-size:18px; background-color:transparent !important; color:#888 !important;}

.h-nav {text-align: center; font-size: 0;}
.h-nav > li {display: inline-block; font-size: 14px; position: relative;}
.h-nav > li > a {display:block; padding:0 15px; line-height:50px; 
border-right:1px solid #417cce; color:#FFF;}
.h-nav > li:last-child > a {border-right: 0;}
.submenu > a:after {content:"\f107 "; font-family:'FontAwesome'; margin-left:7px;}
.h-nav > li > a:hover, .h-nav .menuactive > a {color:#fff; background-color:#417cce;}
.hidden-menu {position:absolute; left:0; top:100%; z-index:998; background-color:#417cce; width:240px;
box-shadow:0 2px 2px 0 rgba(0,0,0,0.2); display:none; text-align: left;}
.hidden-menu a {display:block; border-bottom:1px solid #069bcc; color: #fff; padding: 10px 15px;}
.hidden-menu a:hover {background-color:#069bcc;}



/* SECTION
----------------------------------------------- */
.mtitle {font-size:24px;  margin-bottom:30px; font-weight: 500;}
.floats {margin:0 -7px;}
.sect-slides {margin-bottom:30px;}
.sect-news {background-color:#f4f8fb; padding:15px 15px 0 15px; border:1px solid #dce6ed; border-top:3px solid #dce6ed;}
.speedbar {color:#888; font-size:13px; margin:0 0 30px 0;}
.speedbar a {color:#069bcc; text-decoration:underline;}
.speedbar a:hover {text-decoration:none;}
.sect-brand {background-color:#FFF; box-shadow:0 5px 11px 0 rgba(0,0,0,0.05); 
	padding:30px; padding-bottom: 15px; margin-top:60px;}
.sect-slides {margin-bottom:30px;}


/* SHORT
----------------------------------------------- */
.short {width:33%; float:left; padding:0 7px 15px 7px;}
.s-in {padding:15px 15px 110px 15px; background-color:#FFF; box-shadow:0 5px 11px 0 rgba(0,0,0,0.05);
position:relative; height:355px; overflow:hidden;}
.s-labels {position: absolute; left: 15px; top: 15px; pointer-events: none;}
.s-discount, .s-hit {padding:0 10px; background-color:#7fc12a; color:#FFF; 
font-size:14px; height:26px; line-height:26px; margin-bottom: 10px;}
.s-discount {background-color:#fabf00; width: 70px;}
.s-img {height:120px;}
.s-img img {display:inline-block; max-width:100%; max-height:100%;}
.s-meta {margin:10px 0; height:22px; overflow:hidden;}
.s-comms {font-size:12px;opacity:0.6;}
.s-title {display:block; line-height:20px; max-height:40px; overflow:hidden;}
.s-cat {font-size:12px; color:#069bcc; margin:10px 0 30px 0;}
.s-cat .fa, .s-comms .fa {color:#000; opacity:0.3; margin-right:5px;}
.s-info {padding-top:15px; border-top:1px solid #e8e8e8; height:80px; 
	overflow:hidden; position:absolute; left:15px; right:15px; bottom:15px;}
.s-price {font-weight:500; font-size:18px; width: 50%;}
.s-price span {font-weight:400; font-size:12px;}
.s-nal {font-size:12px; opacity:0.6; width: 50%; text-align: right;}
.s-nal .fa {color:#8bb82a; margin-right:5px;}
.no-nal .fa {color:#df0d27;}
.s-in:hover {box-shadow: 0px 0px 60px 0px rgba(179,202,211,1); z-index:10;}
.s-to-full {font-size:12px; color:#069bcc; display: inline-block; width: 50%; 
	text-decoration: underline; text-align: right; margin-top: 10px;}
.s-to-cart {padding: 0; height: 30px; line-height: 30px; border-radius: 15px; 
font-size: 12px; width: 50%; margin-top: 10px;}
.s-price2, .s-nal, .s-to-full, .s-to-cart {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.s-old-price {position: absolute; left: 0; top: 3px; font-size: 12px; 
	color: #df0d27; text-decoration: line-through;}

.fx-1 {min-width: 0;}
.short2 {padding: 15px; background-color:#FFF; box-shadow:0 5px 11px 0 rgba(0,0,0,0.05);
margin: 0 7px 15px 7px;}
.s2-title {display: inline-block; margin-bottom: 10px; color: #069bcc;
text-decoration: underline; font-size: 18px;}
.s2-loc {color: #888;}
.s2-loc .fa {color: #7fc12a; font-size: 18px;}
.s2-right {margin-left: 30px; color: #888;}
.s2-price span {font-size: 18px; color: #000;}
@media screen and (max-width: 590px) {
.s2-right {width: 40%; margin-left: 15px;}
}

.s3-item {padding: 15px; background-color:#FFF; box-shadow:0 5px 11px 0 rgba(0,0,0,0.05);
margin: 0 7px 15px 7px;}
.s3-fixed {border: 2px solid #7fc12a;}
.s3-img {display: block; width: 210px; height: 160px; margin-right: 15px;}
.s3-img img {height: 100%; object-fit: cover;}
.s3-img .s-labels {top: 0; left: 0;}
.s3-img .s-hit {width: 74px;}
.s3-img .s-discount {width: auto;}
.s3-col.fx-1 {margin-right: 30px;}
.s3-title {display: inline-block; margin-bottom: 5px; color: #069bcc;
text-decoration: underline; font-size: 18px; max-width: 100%;}
.s3-text {margin-bottom: 10px; color: #888; line-height: 1.5; font-size: 12px;}
.s3-info, .s3-col li {color: #5c5c5c;}
.s3-info span, .s3-col li span {color: #444; font-weight: 500;}
.s3-info + .s3-info {margin-top: 5px;}
.s3-col li + li {margin-top: 5px;}
.s3-col li {font-size: 12px;}
.s3-other {text-align: right;}
.s3-price {text-align: center; padding: 10px; border: 1px solid #e3e3e3; margin-bottom: 15px;}
.s3-price span {font-weight:500; font-size:18px;}
.s3-meta {color: #888; font-size: 12px;}
.s3-dop {margin-top: 15px;}
.s3-dop .fa {color: #069bcc; margin-right: 10px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; padding:30px 0 0 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 10px; 
background-color:#fff; margin:0px 5px 12px 5px; border-radius:4px; box-shadow:0 5px 11px 0 rgba(0,0,0,0.05); min-width:40px;}
.navigation span, .pagi-nav a:hover {background-color:#069bcc; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color:#888;}
.pagi-nav a:hover {background-color:#069bcc; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FOOTER
----------------------------------------------- */
.footer-cols {padding:0 0 30px 0; border-bottom:1px solid #374049; margin-bottom:15px;}
.ft-col {width:18%; font-size:14px; line-height:20px;}
.ft-title {margin-bottom:15px; font-size:16px; color:#FFF; 
white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ft-title:after {content:"\f078"; margin-left:10px; font-family:'FontAwesome';}
.ft-col li {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ft-col a {color:#b5bcc6;}
.ft-col a:hover, .ft-help-menu a:hover {text-decoration:underline;}
.footer-btm {font-size:14px; padding-top:8px; border-top:1px solid #374049; margin-top:15px;}
.footer-help {padding-left:0px; min-height:80px; color:#FFF;}
	.ft-help-menu {font-size: 0;}
	.ft-help-menu li {display: inline-block; font-size: 14px; margin-left: 0px;}
.ft-help-menu a {display:block; color:#FFF; line-height:30px;}
.ft-paym-title {margin-bottom:15px; text-align: right;}
.ft-paym-img {background-color: #fff; padding: 10px;}
.ft-paym-img img {max-width:80px; display: inline-block; vertical-align: middle;}





/* FULL
----------------------------------------------- */
.full-story, .static { position:relative; color: #000000;}
.static, .static h2 {font-weight: normal;line-height: 20px;font-size: 13.4px;}
.static img {vertical-align: middle;border:0 !important; margin:0 !important; }
.full-title h1 {font-size:20px; margin-bottom: 20px;}
.tab-pane iframe {max-width: 100%;}
.fullpreview {float:left; width:55%;}.fulldescr {float:right; width:45%;}
.fullpreview img {margin: auto; display: block; width: 510px;}
.fullpreview{margin-bottom:20px;background:#fff;padding:10px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.1);-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.1);box-shadow:2px 2px 3px rgba(0,0,0,0.1);border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.fullpreimg {max-height: 387px; overflow: auto;}
.full-text{text-align:justify;line-height:1.5;font-size:14px;margin-bottom:15px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.1);-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.1);box-shadow:2px 2px 3px rgba(0,0,0,0.1);border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#fff;padding:20px}
.full-text img, .tab-pane img {margin:0 10px 10px 0; max-width:100%; border:5px solid #f6f6f6;}
.full-text a:hover {text-decoration:underline; color:#C9070A;}
.full-text ul li {list-style:disc; margin-left:40px;}
.descr ul li {list-style: none; margin-left: 30px; line-height: 24px; display: block; position: relative;}
.descr ul li:before { content: "\f00c"; font-family: 'FontAwesome'; position: absolute; top: 0px; left: -25px; width: 8px; height: 8px; color: #8cb929; border-radius: 0;}
h2.related-title { color: #525252;font-size: 16px;margin: 15px 0 5px;}
.clr {clear: both;}
iframe .ytp-player-content .annotation {display:none !important;}

/* Details
----------------------------------------------- */
.nav-tabs{border-bottom:1px solid #dddddd;list-style:none;margin-bottom:0;padding-left:0;}
.nav-tabs:before, .nav-tabs:after{clear:both;content:" ";display:table;}
.nav-tabs > li{border:1px solid transparent;border-radius:4px 4px 0 0;color:#666;cursor:pointer;display:block;float:left;line-height:1.42857143;margin-bottom:-1px;margin-right:2px;padding:10px 15px;position:relative;}
.nav-tabs > li:hover{background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;color:#555555;}
.tabbable >.nav-tabs li.active{background:#3982c2;color:#fff;cursor:default;}
.tabbable >.nav-tabs li.active:hover{border:1px solid transparent;}
.tabbable >.nav-tabs li.active .fa{background:#1b3f75;}
.tabbable >.nav-tabs li .fa{background:#4d4d4d;border-radius:50%;color:#fff;font-size:13px;height:25px;line-height:25px;margin-right:5px;text-align:center;webkit-border-radius:50%;width:25px;}
.tabbable .tab-content{background:#fff;border:1px solid #d9d9d9;border-radius:0 0 5px 5px;border-top:none;padding:20px;webkit-border-radius:0 0 5px 5px;}
.tab-content > .tab-pane.active{display:block;}
.tab-content > .tab-pane{display:none;font-size:14px;line-height:1.5;text-align:justify;}
.details { background: #f7f7f9; border: 1px solid #e5e5e5; box-shadow: 0px 0px 1px #E6E6E6; margin-top: 15px;}
.details .short_list { text-align: left;}
.fulldescr ul {margin: 0;}
.details .short_list li {border-bottom: 1px solid #e5e5e5; list-style: none;padding: 10px;margin-left:0;}
.details .itemTags ul.unstyled { text-align: left;padding-top: 2px;}
.details .itemTags ul.unstyled li {padding: 0px 0px 5px;line-height: 30px;}
.details .short_list li li {border-bottom: 0px solid #e5e5e5;}
.details li { padding: 5px 14px;}

/* By
----------------------------------------------- */
.pay{background:#fff;border:1px solid #e1e8ed;border-radius:4px;margin-bottom:20px;margin-left:20px;padding:15px 25px;}
.paynow{display:inline-block;width:100%;}
.fullprice{font-size:25px;margin-bottom:10px;text-align:right;}
.howpay{float:left;font-size:20px;line-height:30px;text-align:left;}
.paylist{border-top:1px solid #e1e8ed;padding:15px 0 10px 0;}
.paylist li{background:url(../images/chek.png) 0 9px no-repeat;font-size:15px;line-height:25px;padding-left:20px;text-align:left;}
.full{float:left;font-size:16px;line-height:35px;margin-top:15px;text-align:center;text-transform:uppercase;width:100%;
    background-color: #5f8a1d;
    background-image: -moz-linear-gradient(top, #6b9b20, #4e7117);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b9b20), to(#4e7117));
    background-image: -webkit-linear-gradient(top, #6b9b20, #4e7117);
    background-image: -o-linear-gradient(top, #6b9b20, #4e7117);
    background-image: linear-gradient(to bottom, #6b9b20, #4e7117);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.full:hover {
    background-color: #4e7117;
	background: linear-gradient(to bottom, #4e7117 0%,#6b9b20 100%);
}

.red{background-color:#e74949;background-image:linear-gradient(to bottom, #e74949, #DE1818);background-image:-moz-linear-gradient(top, #e74949, #DE1818);background-image:-o-linear-gradient(top, #e74949, #DE1818);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e74949), to(#DE1818));background-image:-webkit-linear-gradient(top, #e74949, #DE1818);border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);color:#ffffff;cursor:pointer;	}
.red{color:#fff;background-color:#e74949;background-image:-moz-linear-gradient(top,#e74949,#de1818);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e74949),to(#de1818));background-image:-webkit-linear-gradient(top,#e74949,#de1818);background-image:-o-linear-gradient(top,#e74949,#de1818);background-image:linear-gradient(to bottom,#e74949,#de1818);border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);cursor:pointer}
.red:hover { background-color: #DE1818; background: linear-gradient(to bottom, #DE1818 0%,#DE1818 100%);}
.contacts { padding: 15px 0 1px 0;clear: both;}
.contacts li {text-align:left; line-height:25px;}
.contacts li a {color: #525459;}
.skype {background: url(../images/skype.png) 0 5px no-repeat; padding-left: 22px;}
.icq {background: url(../images/icq.png) 0 5px no-repeat; padding-left: 22px;}
.email {background: url(../images/e-mail.png) 0 6px no-repeat; padding-left: 22px;}
.feedback a{ border-bottom: 1px dashed #FF0303; color: #FF0303 !important;}
.feedback a:hover, .feedback a:focus{text-decoration:none; border-bottom: 1px dashed #525459; color: #525459 !important;}
.feedback a:focus {color:#FF0303 !important;}
.skype i {font-style:normal; color: #33CCFF;} .icq  i{font-style:normal; color: #04B111;} .email i{font-style:normal; color: #FF0000;}

.curs-area {float:right; height: 60px; line-height: 60px; position:relative; cursor:pointer;  color: #fff; text-transform: uppercase;}
.curs-current {padding: 0 25px 0 15px;}
.curs-current:after{position: absolute; display: block; content: ""; border: 4px solid transparent; border-top-color: #e74949; top: 48%; right: 8px;}
.curs-sel{display: none; padding: 1px; width: 200px; z-index: 99; position: absolute; top: 100%; right: -1px; background: #fff; border: 1px solid #ccc; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.curs-sel>li{padding: 0 10px; height: 30px; line-height: 30px; border-bottom: 1px solid #f7f4f3; cursor: pointer; color:#000;}
.curs-sel>li:hover{background: #e74949; color:#fff;}
.curs-sel>li.current{background: #e74949; color: #fff; cursor: default;}
.curs-sel>li:last-child{border-bottom: none;}
.curs-char  {padding-left:2px;}
.curs-char .val {display:none;}
.fullchar { color: #e74949;}
.fullchar .rouble {font-family:arial;font-size:25px;}
.clickimage-shad{background:#000;display:none;height:100%;left:0px;opacity:0.8;position:fixed;top:0px;width:100%;z-index:9999998;}
.loading{color:#fff;font-weight:bold;height:20px;left:50%;line-height:20px;margin:-10px 0 0 -50px;position:fixed;text-align:center;top:50%;width:100px;}
.clickimage-block{height:90%;left:0px;overflow:auto;position:fixed;text-align:center;top:0px;width:100%;z-index:9999999;}
.clickimage-block-title{background:#000;left:10px;padding:5px;position:absolute;top:-20px;}
.clickimage-block-title span{color:#fff;}
.clickimage-block-image{background:#fff;border:0;border-radius:5px;display:block;left:50%;max-width:none;moz-border-radius:5px;padding:5px;position:absolute;top:50%;webkit-border-radius:5px;}
.navigation-bottom-panel{background:#000;bottom:0;height:10%;left:0;position:fixed;width:100%;z-index:9999999;}
.navigation-bottom-panel-item{border:3px #ccc solid;border-radius:3px;cursor:pointer;float:left;height:50px;margin:10px 0 15px 10px;moz-border-radius:3px;opacity:0.5;position:relative;webkit-border-radius:3px;width:50px;}
.navigation-bottom-panel-item2{height:100%;overflow:hidden;width:100%;}
.navigation-bottom-panel-item2 img{border:0;display:block;height:50px;margin:auto;max-width:none;}
.navigation-hidden{border:10px #000 solid;height:auto;left:0px;opacity:0;position:absolute;top:-125px;}
.navigation-hidden img{border:0;height:100px;max-width:none;}
.pager{list-style:none;margin:20px 0;padding-left:0;text-align:center;}
.pager li{display:inline;}
.pager li > a, .pager li > span{background-color:#ffffff;border:1px solid #dddddd;border-radius:15px;display:inline-block;padding:5px 14px;}
.pager li > a:hover, .pager li > a:focus{background-color:#eeeeee;text-decoration:none;}
.pager .next > a, .pager .next > span{float:right;}
.pager .previous > a, .pager .previous > span{float:left;}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span{background-color:#ffffff;color:#777777;cursor:not-allowed;}
.fix-hover{opacity:1 !important;}
.owl-carousel:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden;}
.owl-carousel{display:none;position:relative;width:100%;}
.owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.owl-carousel .owl-wrapper{display:inline-block;margin-bottom:20px;position:relative;webkit-perspective:1000;webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-item{float:left;}
.grabbing{cursor:url() 8 8, move;}
.owl-controlls .owl-page, .owl-controlls .owl-buttons{cursor:pointer;}
.owl-controlls{khtml-user-select:none;moz-user-select:none;ms-user-select:none;user-select:none;webkit-tap-highlight-color:rgba(0, 0, 0, 0);webkit-user-select:none;}
.owl-theme .owl-controlls{position:absolute;right:9px;top:-35px;}
.owl-prev {position:relative; background: url(../images/4.png) 0 0 no-repeat; width:25px; height:25px;float: left; margin-right: 5px;}
.owl-prev:hover {background: url(../images/4.png) 0 -25px no-repeat;}
.owl-next {position:relative; background: url(../images/4.png) -25px 0 no-repeat; width:25px; height:25px;float: left;}
.owl-next:hover {background: url(../images/4.png) -25px -25px no-repeat;}
.owl-theme .owl-controlls .owl-page{display:inline;display:inline-block;zoom:1;}
.owl-theme .owl-controlls .owl-page span{background:#869791;border-radius:20px;display:block;height:12px;margin:5px 7px;moz-border-radius:20px;opacity:0.5;webkit-border-radius:20px;width:12px;}
.owl-theme .owl-controlls .owl-page.active span,.owl-theme .owl-controlls.clickable .owl-page:hover span{opacity: 1;}
@media screen and (max-width: 1100px) {
.mejs-container, .mejs-inner, .mejs-video, .me-plugin, .mejs-shim, .mejs-layers, .mejs-overlay, .mejs-poster, .mejs-mediaelement video {width:100% !important;}
}
@media screen and (max-width: 700px) {
.mejs-video, .mejs-shim, .mejs-layer, .mejs-mediaelement video {height:350px !important;}
}
@media screen and (max-width: 470px) {
.mejs-video, .mejs-shim, .mejs-layer, .mejs-mediaelement video {height:250px !important;}
}





/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:450px; display:block;}
.mejs-container {max-width:100% !important;}
.full-text {font-size:14px; line-height:1.75;}
.full-text img:not(.emoji) {max-width:100%; border:5px solid #e3e3e3; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#069bcc;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:500;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text ol {margin:10px 0;}
.full-text > ul > li {list-style:none; margin-left:40px; display:block; position:relative;}
.full-text > ul > li:before {content: "\f00c"; font-family: 'FontAwesome';
position:absolute; top:0px; left:-25px; width:8px; height:8px;
color:#9cce43; border-radius:0;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f5f5f5;} 
.full-text table tr:nth-child(1) {background-color:#598597 !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:10px 15px; margin:0 -15px 15px -15px; font-size:18px; line-height:normal; 
color:#FFF; font-weight:700;}
.full-taglist a {color:#598597;}
.full-taglist {margin-bottom:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.full-comms {max-width: 780px;}
.add-comm-form {position:relative; margin-bottom: 30px;}
.ac-soc {position:absolute; right:-2px; top:-6px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px; height:30px; border-radius:15px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:50%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {margin-bottom:15px;}
.ac-inputs input {width:49%; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-textarea textarea {height:120px;}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f2f6f8; margin:20px 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#598597;}
.full-comms {}
.comments_subscribe input {margin-right: 10px;}

.comm-item {padding-left:60px; margin-bottom:20px;}
.comm-left {width:40px; height:40px; margin-left:-60px; float:left; border-radius:50%;}
.comm-right {width:100%; float:right; background-color:#f2f6f8; padding:10px; position:relative;}
.comm-right:after {right: 100%; top:10px; border: solid transparent; content: " "; height: 0; width: 0;
position: absolute; border-color: rgba(255, 255, 255, 0); border-right-color: #f2f6f8; border-width: 10px;}

.comm-one {padding:0 0 10px 0; position:relative;}
.comm-one > span:nth-child(3) {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:10px;}
.comm-author {}
.comm-author a {}
.rate3-comm {position:absolute; right:0; top:-5px; white-space:nowrap; font-size:16px; height:30px; line-height:30px; 
padding:0 10px; border-radius:15px; background-color:#fff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);}
.rate3-comm a {cursor:pointer; height:30px; line-height:30px; display:inline-block; font-size:14px;
color:#497b41; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#a03939; margin:0 0 0 5px;}
.rate2-comm a {color:#598597;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:30px; line-height:30px; font-size: 12px; display:inline-block; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {color:#4c4c4c; font-size: 14px; line-height: 1.5; padding-bottom:0;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three a {}
.comm-three li:first-child {margin-left:0px; float:left;}




/* LOGIN
----------------------------------------------- */
.login-box {background-color:#FFF; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#f6f6f6;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#f6f6f6;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#069bcc; color:#fff;}
.lb-menu a .fa {color:#7fc12a;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#f6f6f6; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px; height: 30px; border-radius: 15px;}




/* Owl Carousel v2.1.0 */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 100; }
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {position: relative; min-height: 1px; float: left;
/* -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; */}
.owl-carousel .owl-item > img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {opacity: 0; display: block; }
.owl-carousel.owl-hidden {opacity: 0; }
.owl-carousel.owl-refresh .owl-item {display: none; }
.owl-carousel.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab {cursor: move; cursor: grab; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; 
-webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
@keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
.owl-height {transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%;
margin-left: -40px; margin-top: -40px; cursor: pointer; z-index: 1; background-color:#FFF;
-webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none; }
.owl-carousel .owl-video-tn {opacity: 0; height: 100%;
background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%; }


.owl-nav {position:absolute; left:0; right:0; top:50%; z-index:500; margin-top:-20px; height:1px;}
.owl-prev, .owl-next {width:40px; height:40px; position:absolute; top:0px; z-index:200;
text-align:center; line-height:40px; color:#000; font-size:18px; background-color:#fff; border-radius:50%;}
.owl-prev {left:30px;}
.owl-next {right:30px;}
.owl-prev:hover, .owl-next:hover {background-color:#fabf00; color:#fff;}
.owl-dots {text-align:center; padding:10px 0; position:absolute; left:0; right:0; bottom:0;}
.owl-dot {display:inline-block; vertical-align:top; width:14px; height:14px; margin:0 7px; 
border-radius:50%; background-color:#f2f6f8;}
.owl-dot.active {background-color:#fabf00;}
.side-bc .owl-nav {position:static;}
.side-bc .owl-dots {padding:0; position:static; padding-top:20px;}
.side-bc .owl-dot {width:12px; height:12px; margin:0 5px;}





/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .btn-menu2 {display:none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f2f6f8;
padding:0 0px; z-index:888; position:fixed; left:-280px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 888;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #069bcc; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
.side-panel .h-nav {display: block; text-align: left; height: auto; 
	margin: 0; bottom: 0; border-radius: 0;}
.side-panel .h-nav > li {width: 100%;}
.side-panel .h-nav > li > a {border-bottom:1px solid #417cce; border-right: 0; 
height: 40px; line-height: 40px;}
.side-panel .hidden-menu, .side-panel .side-nav li ul {position:static; width:100%;}
.side-panel .to-mob {margin-bottom: 0;}


@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.h-nav, .h-menu, .h-sticky-in:after, .side {display: none;}
.h-line {padding: 0 2015px;}
.h-call {width: 100%; text-align: center;}
.h-sticky-in {padding: 15px 15px; 
display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between; 
-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.search-box {width: 100%; margin: 10px 0 0 0; -ms-flex-order: 10;-webkit-order: 10;order: 10;}
.h-contacts, .logo, .h-btns {margin: 0;}
.h-sticky {height: 170px; height: auto;}
.h-btns .fa, .h-contacts .fa {display: none;}
.h-btns .button {width: 160px;}
.h-contacts {padding: 0;}
.cols {padding: 30px 15px;}
.main {width: 100%;}
.footer {padding-left: 2015px; padding-right: 2015px;}
.footer-help {padding-left: 0; background-image: none;}
.ft-help-menu li {margin: 0 20px 0 0;}

.btn-menu {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
cursor: pointer; background-color: #069bcc; color: #fff; font-size: 24px; border-radius: 50%;}
.pages {padding-left: 15px; padding-right: 15px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.slide-item {padding:15px 110px;}
.short, .short-br {width: 50%;}
.ft-col {width: 40%; margin-bottom: 20px;}
.footer-help, .footer-btm {display: block; text-align: center;}
.ft-help-menu li {margin: 0 10px 5px 10px;}
.ft-help-menu {margin-bottom: 20px;}
.ft-paym-title {text-align: center;}
.ft-copyr {margin-bottom: 15px;}

.h-sticky-in {padding: 10px 15px;} 
.search-box {margin-top: 10px;}
.h-btns, .h-contacts {display: none; width: 100%; -ms-flex-order: 8;-webkit-order: 8;order: 8;}
.h-btns .fa {display: inline-block;}
.h-btns .button {width: 100%;}
.btn-menu2 {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
cursor: pointer; font-size: 24px; border-radius: 50%; 
background-color: #069bcc; color: #fff;}
.is-active .h-btns {display: block; margin-top: 15px;}
.is-active .h-contacts {display: block; text-align: center;}

.fimgs, .fdesc {width: 100%; margin: 0;}
.fdesc {margin-bottom: 15px; -ms-flex-order: -1;-webkit-order: -1;order: -1; 
flex-basis: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%;}

.s3-item .fx-1 + .fx-1 {display: none;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.sect-slides {display: none !important;}

.s3-item, .s3-desc {display: block;}
.s3-img {margin: 0 auto;}
.s3-item .fx-1 + .fx-1 {display: block;}
.s3-col {margin-top: 15px;}
.s3-other  {text-align: center;}
.s3-meta, .s3-dop {display: none;}
.s3-price {margin: 0;}

.comm-three li:not(:first-child), .comm-one > span:nth-child(2) {display:none;}
.dcont button {font-size:12px; padding:0 15px !important;}
.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.fctrl1, .fctrl2 {width: 100%;}
.fctrl1 {margin-top: 15px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center22 {max-width:320px;}
.short, .short-br {width: 100%;}
.mtitle {font-size: 18px;}
.ft-col {width: 48%;}
.ft-col:nth-child(5) {width: 100%; text-align: center;}
.logo {width: 160px; height: 50px;}

.full h1 {font-size: 18px;}
.finfo li {padding:7px 10px 7px 120px;}
.finfo li > span:first-child {width:100px; margin-left:-110px; white-space: nowrap; 
overflow: hidden; text-overflow: ellipsis;}
.comm-one > span:nth-child(3), .signature {display:none;}
.comms-title {text-align:center; display:block;}
.comms-title .button {width:100%;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


























