/* Datalife Engine template 
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ), 
creation date: 18 may 2018, 
version dle: 12.1-13
*/

/* 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;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 14px 'Open Sans', Tahoma, Geneva, sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background-color: #fff; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #0064af; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; font-size: 16px; 
font-family: 'Open Sans' !important;}

.button, .btn, .pagi-load1 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 {
display: inline-block; text-align: center; padding: 0 30px; height: 40px; line-height: 38px; 
border-radius: 4px; cursor: pointer;  
background-color: #ffcc00; color: #000; font-size: 14px; font-weight: 400;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load1 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: #ffae00; color: #000;}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {display: block; width: 100%; height: 40px; line-height: 40px; padding: 0 15px;
background-color: #f0f0f0; color: #000;  border-radius: 4px; box-shadow: none; border: 0;}
input[type="text"]:focus, input[type="password"]:focus {}

select {height: 40px; border: 1px solid #e3e3e3; background-color: #f0f0f0; color: #000;}
textarea {display: block; width: 100%; padding: 15px; overflow: auto; vertical-align: top; resize: vertical; height: 90px; 
background-color: #f0f0f0; color: #000;  border-radius: 4px; box-shadow: none; border: 0;}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 57%;}
.img-resp-vert {padding-top: 124%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.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-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.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%; min-width: 50px;}

b, strong, h1, h2, h3, h4, h5, .fw700 {font-weight: 700;}
.fw300 {font-weight: 300;}
.ttu {text-transform: uppercase;}
.icon-left .fa {margin-right: 10px;}
.icon-right .fa {margin-left: 10px;}
.hover-mask, .album-item, .ps-item {transition: color .2s, background-color .2s, opacity .2s;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden; position: relative;}
.karkas {max-width:1100px; margin:0 auto; position:relative; z-index:20; 
width: calc(100% - 30px);}
.shap {height: 120px; margin: 0 -2000px; padding: 0 2000px; background-color: #fff; 
box-shadow: 0 0 40px 0 rgba(0,0,0,0.1); position: relative;}
.glav {min-height: 100vh; padding: 60px 0 60px 0;}
.podv {margin: 0 -2000px; padding: 30px 2000px 10px 2000px; 
	background-color: #222; color: #ccc; font-size: 14px;}

#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:#222; 
border-radius:4px; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.logo {display: block; height: 70px; width: 240px; overflow: hidden;}
.show-login {color: #0088cf; border-bottom: 2px dotted #0088cf; display: inline-block; cursor: pointer;}
.show-login:hover {border-bottom: 2px dotted transparent;}

.hmenu {font-size: 0; width: 100%;}
.hmenu > li {display: inline-block; vertical-align: top; position: relative;}
.hmenu > li > a {font-weight: 700; font-size: 16px; 
display: block; line-height: 50px; padding: 0 30px 0 0;}
.hmenu .fa {opacity: 0.6; margin-left: 10px; font-size: 24px; position: relative; top: 3px;}
.hidden-menu {position: absolute; left: 0px; top: 100%; z-index: 889; 
background-color: #fff; width: 200px; font-size: 16px; display: none;}
.hidden-menu a {display: block; height: 40px; line-height: 40px;
padding: 0 0 0 15px; font-weight: 700; border-bottom: 1px solid #f0f0f0;}
.hidden-menu a:hover {background-color: #f9f9f9;}
.hmenu > li > a:hover, .menuactive > a {color: #0064af;}


/* SEARCH
----------------------------------------------- */
.search-wrap {margin: 0 30px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; height:40px; line-height:40px; 
	padding:0 60px 0 30px; border-radius:4px;
background-color:#fff; color:#000; border:0; box-shadow:inset 0 0 0 2px #ffcc00;}
.search-box button {position:absolute; right:0; top:0;
box-shadow: none !important; border-radius: 0 4px 4px 0 !important;}


/* 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:#ffcc00; color:#000;}
.lb-menu a .fa {color:#0088cf;}
.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: 4px;}


/* SECTION
----------------------------------------------- */
.mtitle {font-weight: 700; font-size: 24px; text-align: center; margin-bottom: 30px;}
.thumbs {margin: 0 -15px;}
.dopoln {margin-top: 30px;}
.pages {min-height: 50vh;}


/* THUMB
----------------------------------------------- */
.short-item {width: 33.33%; padding: 0 15px 30px 15px; float: left; position: relative;}
.short-in {display: block; height: 285px;}
.short-img {height: 200px; border-radius: 4px;}
.short-cat {position: absolute; left: 0; bottom: 0; display: inline-block; padding: 3px 10px; 
background-color: #0088cf; color: #fff;}
.short-title {font-size: 18px; font-weight: 700; line-height: 26px; max-height: 52px; 
	overflow: hidden; margin: 7px 0 7px 0;}
.short-meta {font-size: 12px; opacity: 0.3;}
.short-meta > span {margin-right: 15px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.pagi-load {text-align:center;}
.pagi-load > span {display:none;}
.pagi-load > a {display: inline-block; color: #0088cf; border-bottom: 2px dotted #0088cf;
font-size: 18px;}
.pagi-load > a:hover {border-bottom: 2px dotted transparent;}
.pagi-load a .fa {margin-right: 10px;}
.bottom-nav {line-height:40px; text-align:center; font-size:16px;}
.pagi-nav {padding: 0 15px;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {padding: 0 15px; background-color: #fff; border-radius: 3px;}
.navigation {text-align:center;}
.navigation a, .navigation span {display:inline-block; margin: 0 5px; background-color: #fff; 
min-width: 40px; padding: 0 5px; border-radius: 3px;}
.navigation span:not(.nav_ext) {background-color:#ffcc00; color:#000;}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}


/* FOOTER
----------------------------------------------- */
.podv-desc {line-height: 1.7; margin-top: 15px;}
.podv-menu a {color: #fff; font-weight: 700;}
.podv-menu li {margin-right:27px; display: inline-block; vertical-align: middle;}
.podv-menu a:hover {text-decoration:underline;}
.podv-menu a.active {}
.podv-soc {height:40px; text-align:center; white-space:nowrap; margin-bottom:0px;}
.podv-soc .fa {width:30px; height:30px; border-radius:4px; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin-right:5px; cursor:pointer; vertical-align: top;}
.podv-soc .fa:hover {opacity:0.8;}
.fa.fa-vk {background-color:#5075a5;}
.fa.fa-facebook {background-color:#4b6baf;}
.fa.fa-twitter {background-color:#2daae1;}
.fa.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}
.podv-btm {padding-top:15px; border-top:1px solid #444; margin-top:15px; font-size: 12px;}


/* FULL
----------------------------------------------- */
.pages-in {max-width: 800px; margin: 0 auto;}
.full h1 {font-weight: 700; font-size: 28px; margin-bottom: 15px;}
.full h1 a {margin-left: 5px; font-size: 18px;}
.poln-meta {margin-bottom: 5px;}
.poln-date {opacity: 0.4;}
.dopoln2 {margin: 30px 0 0 0; padding: 15px 0 0 0; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
.dopoln2-title {font-weight: 700; font-size: 18px; margin-bottom: 15px;}
.poh-item {display: block; width: 32%; margin-bottom: 15px;}
.poh-title {color: #0088cf;}
.poh-cat {opacity: 0.4; font-style: italic; font-size: 12px; margin-top: 7px;}
.poh-item:hover .poh-title {text-decoration: underline;}
.poln-btm {margin-top: 30px;}
.poln-tags {line-height: 1.5; padding-right: 30px;}
.poln-tags + .poln-tags {margin-top: 7px;}
.poln-tags-capt {opacity: 0.4; margin-right: 10px;}
.poln-tags a {color: #0088cf; text-decoration: underline;}
.poln-tags a:hover {text-decoration: none;} 


/* 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:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {line-height:1.7; font-size: 16px;}
.full-text img:not(.emoji) {max-width:100%;}
.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:#0088cf;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin: 0 0 10px 0; font-size:24px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0 0 10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;}
.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:#0297dc !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; background:#3c6695;}
.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:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#3c6695;}
.full-taglist {margin:0 0 30px 0;}
.full-taglist span:not(:last-child):not(.fa) a:after {content:","; margin-right:3px;}


/* COMMENTS
----------------------------------------------- */
.full-comms {border-top: 1px solid #e3e3e3; margin: 30px -30px; padding: 15px 230px; display: none;}
.comms-title {line-height:40px;}
.comms-title > span {font-size:14px; opacity: 0.5;}
.add-comm-form {position:relative; padding: 15px; margin-top: 30px; 
border: 0px solid #e3e3e3; background-color: #f2f6f8;}
.ac-soc {position:absolute; right:0px; top:-8px;}
.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;}
.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 {font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color:#FFF; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-textarea textarea {height:85px; background-color: #fff;}
.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 {background-color:#FFF;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f0f0f0; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#6c9bd3;}
.full-comms {}
#dle-comments-list {margin-top: 15px;}

.comm-item {padding-left:60px; margin-bottom:25px; font-size: 14px;}
.comm-left {width:40px; height:40px; margin-left:-60px; float:left; border-radius:50%;}
.comm-right {width:100%; float:right; position:relative;}
.comm-right2: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: #f9fafc; border-width: 10px;}

.comm-one {padding:0 80px 5px 0; position:relative; font-size:12px; color: #888;}
.comm-one > span:nth-child(4) {float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {font-weight:500; color: #6c9bd3;}
.comm-author a {color: #6c9bd3;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap; font-size:16px;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:14px;
color:#0aa80a; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#d00e0e; margin:0 0 0 5px;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; font-size:11px; font-weight:700; 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 {font-size: 14px; margin: -5px 0;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #000;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px; line-height: 20px;}
.comm-three a {display: inline-block; vertical-align: middle; 
	border: 1px solid transparent; line-height: 18px; height: 20px;}
.comm-three li:first-child {margin-left:0px; float:left;}
.comm-three li:first-child a {border: 1px solid #e3e3e3; padding: 0 5px; border-radius: 3px; text-decoration: none;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none;}
.side-panel {width:240px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding:0 0px; z-index:888; position:fixed; left:-240px; 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: 240px; top: -40px; position: fixed; z-index: 888;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
.side-panel, .side-panel a {color: #000;}
.side-panel a {display: block; padding: 10px 15px; font-weight: 700; text-transform: uppercase; 
border-bottom: 1px solid #e3e3e3;}
.side-panel .hidden-menu {position: static; width: 100%; background-color: #f5f5f5; display: block;}
.side-panel a .fa {opacity: 0.6; margin-left: 10px;}
.side-panel .hidden-menu a {height: auto; line-height: normal; text-transform: none; font-size: 14px;}


@media screen and (max-width: 1220px) {
.karkas {max-width:1000px;}
.hmenu {display: none;}
.shap {padding-top: 0; padding-bottom: 10px;}
.search-wrap {flex-basis: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; 
margin: 0 0 0 0; -ms-flex-order: 10;-webkit-order: 10;order: 10;}

.btn-menu {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 4px; float: left; cursor: pointer; 
background-color: #ffcc00; color: #000; font-size: 18px;}
#gotop {display: none !important;}

.full-comms {padding-left: 30px; padding-right: 30px;}
}

@media screen and (max-width: 950px) {
.karkas {max-width:768px;}
.short-item {width: 50%;}
.short-link {height: 200px !important;}
.th66 .short-title {font-size: 18px;}
.th100 .short-title {font-size: 18px; max-width: 100%;}
.podv {text-align: center;}
.podv-info, .podv-btm {display: block;}
.podv-menu li {margin: 0 7px 15px 7px;}
.podv-counts {margin-top: 15px;}
.navigation {width: 100%; margin-bottom: 15px;}
.pprev {-ms-flex-order: 10;-webkit-order: 10;order: 10; }
.pnext {-ms-flex-order: 11;-webkit-order: 11;order: 11; }
.navigation a, .navigation span {margin-top: 10px;}
}

@media screen and (max-width: 760px) {
.karkas {max-width:640px;}

.full h1 {font-size: 18px;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size:18px;}
.poh-item {width: 100%;}
.full-text {font-size: 16px;}
.poln-btm {display: block;}
.poln-tags {padding-right: 0;}
.poln-btm-right {margin-top: 15px; text-align: center;}
.poln-date {max-width: 98px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis;
text-overflow: ellipsis;}

.comm-three li:not(:first-child) {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) {
.karkas {max-width:480px;}
.short-item {width: 100%; padding-bottom: 15px;}
.short-in {height: auto;}
.glav {padding-top: 30px;}
.short-title {max-height: none;}
.podv, .podv-btm {display: block; text-align: center;}
.podv-menu, .podv-copyr {margin-bottom: 15px;}
.show-login  {display: none;}

.comm-one {overflow: hidden; height: 20px; line-height: 20px;}
.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) {
.karkas {max-width:320px;}

.comms-title {display: block; text-align: center;}
.comms-title .button {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

