/* 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: 15px 'ProximaNovaRegular', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #fcfbfb; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #686de0; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 600; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'ProximaNovaRegular' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button, 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 20px; cursor: pointer; color: #fff; background-color: #686de0; font-size: 15px; font-weight: 400;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #4834d4; color: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0);}
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"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 135%;}
.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, #dle-content {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, #dle-content {-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, .hnav li {-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;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 600;}
.icon-left .fa, .icon-left .icon, .icon-left .fas, .icon-left .far, .icon-left .fal {margin-right: 10px;}
.icon-right .fa, .icon-right .icon, .icon-right .fas, .icon-right .far, .icon-right .fal {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 28px; font-weight: 600;}
#dle-content > *:not(.single-item) {width: 100%;}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: 400; font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('/fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600; font-style: normal;
    font-display: swap;
}

/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; overflow: hidden;background: #f5f8fc;}
.wrap-center {max-width:970px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {padding: 0 15px;}
.header {padding: 30px 1000px; margin: 0 -1000px; background-color: #fff;}
.content {padding: 30px 0;}
.sidebar {width: 210px;}
.main {min-height: 80vh; width: calc(100% - 240px); width: -webkit-calc(100% - 240px);}
.footer {background-color: #fff; color: #999;  box-shadow: 0 0 10px rgba(0,0,0,0.05); 
	padding: 15px 1000px; line-height: 1.6; margin: 30px -1000px 0 -1000px;}
.ft-desc a {color: #686de0; text-decoration: underline;}
.ft-count {display: inline-block;}
.ft-count > * {display: block;}

#gotop{width:40px; height:40px; line-height:40px; cursor:pointer; font-size:18px; 
border-radius:20px; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2); 
background-color: #fff; color: #999; display: none; position: fixed; right: 15px; bottom: 15px; z-index: 980;}
.rkl {margin-bottom: 15px;}


/* HEADER, MENU, HERO
----------------------------------------------- */
.logo {display: block; width: 240px; height: 60px;}
.header-menu {position: relative; border-top: 1px solid #e3e3e3; background-color: #fff;
	margin: 0 -1000px; padding: 0 1000px; box-shadow: 0 10px 10px -10px rgba(0,0,0,0.05);}
.header-menu > li > a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; font-weight: 600;}
.header-menu > li > span {display: block; height: 60px; line-height: 60px; text-transform: uppercase; font-weight: 600; color: #686de0; cursor:pointer;}
.submenu > a:after {content:"\f107"; font-weight: 900; font-family:'Font Awesome 5 Pro'; margin-left:10px; 
transition: all .2s; display: inline-block;}
.hidden-menu {background: linear-gradient(135deg, #686de0 0%,#4834d4 100%); color: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.1); z-index: 100; 
position: absolute; left: 1000px; top: 96%; width: 940px; padding: 15px;
pointer-events: none; opacity: 0; transform: translateY(30px); transition: all .3s;}
.hm-col {width: 20%; float: left;}
.hm-col li {height: 36px; line-height: 36px; padding: 0 10px;}
.hm-col a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
margin: 0 -10px; padding: 0 10px; display: block; border-radius: 10px; color: #fff;}
.hm-col a:hover {background-color: #fff; color: #000;}
.header-menu > li:hover .hidden-menu {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.btn-more {text-align: center; padding-top: 15px; width: 100%;}
.btn2 {background-color: #fff; color: #000;}
.search-wrap {margin: 0 30px 0 0;}
.search-box {width: 400px; position: relative;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; box-shadow: inset 0 0 0 1px #e3e3e3;
background-color: #fff; color: #000; border-radius: 20px; border: 0;}
.search-box input:not(:focus)::placeholder {color: #000; opacity: 0.4; font-size: 15px;} 
.search-box button {position:absolute; right:0px; top:0; z-index:10; width: 50px;
background:transparent; color:#999; font-size: 14px; padding: 0; opacity: 0.6;}


/* SECTION
----------------------------------------------- */
.sect-header, .sect {margin-bottom: 30px;}
.sect-title {font-size: 28px; font-weight: 600;}
.sect-title-small {font-size: 20px;}
.sect-title span, .fplay-title span {color: #686de0;}
.sect-title .far, .side-bt .far, .speedbar .far  {color: #686de0; margin-right: 10px;}
.speedbar {font-size: 14px; color: #999; margin-bottom: 15px;}
.sect-items {margin: 0 -15px;}
.mb-remove {margin-bottom: -15px;}
.side-box {margin-bottom: 30px; border-radius: 10px;}
.side-bt {margin-bottom: 30px; font-weight: 600; font-size: 22px;}
.side-box-bg {background: linear-gradient(135deg, #6184ab 0%,#3c6695 100%); color: #fff; padding: 30px;}
.btn-order {margin-top: 30px; background-color: #fff; color: #000;}
.top-item + .top-item {margin-top: 15px;}
.top-img {width: 40px; height: 60px; margin-right: 15px;}
.top-title div {color: #999; font-size: 14px; margin-top: 5px;}


/* THUMB
----------------------------------------------- */
.single-item {width: 25%; padding: 0 15px; margin-bottom: 30px;}
.single-item-link {display: block;}
.single-item-img {border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.2); margin-bottom: 15px;}
.single-item-title {font-size: 16px;}
.single-item-subtitle {margin-top: 5px; color: #999;}
.single-item-subtitle a:not(:hover) {color: #999;}
.single-item-subtitle a:hover {text-decoration: underline;}
.single-item-link:hover .single-item-img {box-shadow: 0 10px 20px rgba(0,0,0,0);}
.single-item-link:hover .single-item-title {text-decoration: underline;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.6; font-size: 15px; color: #5c5c5c; margin-top: 60px;}
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 400; color: #000; margin-bottom: 10px;}
.site-desc a {color: #686de0; text-decoration: underline;}
.site-desc p + p {margin-top: 8px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */ 
.bottom-nav {padding: 0 15px;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
margin:4px 4px 0 0; line-height: 50px; min-width: 50px; text-align: center; 
font-size: 19px; background-color: #fff; color: #999; border-radius: 10px;}
.navigation span:not(.nav_ext), .navigation a:hover {background-color: #686de0; color: #fff;}


/* FULL
----------------------------------------------- */
.fheader {margin-bottom: 15px;}
.fheader h1 {font-size: 28px;}
.fheader .single-item-subtitle {font-size: 17px;}
.fleft {width: 230px; margin-right: 30px;}
.fimg {margin-bottom: 15px;}
.finfo {margin-top: 10px; line-height: 1.6;}
.finfo li > span:first-child {color: #999; margin-right: 5px;}
.finfo a {color: #686de0; text-decoration: underline;}
.finfo li:nth-child(2n+1) {background-color: #ffffff; border-radius: 6px;}
.rel-item {width: 48%; margin-bottom: 15px;}
.rel-img {width: 80px; height: 120px; margin-right: 15px;}
.rel-title {font-size: 17px;}
.rel-text {color: #999; margin-top: 6px;}
.pravo {font-size: 18px;color: #f13535;}

.fdl, .fhelp, .fadd {margin-top: 15px; position: relative;}
.fdl-title {font-weight: 600; font-size: 17px; margin-bottom: 15px; width: 100%;}
.fdl-btn {height: 26px; line-height: 26px; border-radius: 13px; padding: 0 10px; background-color: #6ab04c; 
	font-size: 13px; text-transform: uppercase; box-shadow: 0 3px 10px rgba(0,0,0,0.1);}
.fdl-item + .fdl-item {margin-top: 10px;}
.fctrl {width: 200px; margin-left: 30px;}
.fcompl a {display: inline-block; margin-top: 15px; color: #eb4d4b; text-decoration: underline;}
.fhelp a {color: #686de0; text-decoration: underline;}
.btn-add {padding: 0 10px;}
.dropdown-add {position: absolute; left: 0; top: 100%; z-index: 99; background-color: #fff; display: none;
box-shadow: 0 0 25px rgba(0,0,0,0.1); padding: 15px 25px; border-radius: 10px; line-height: 2;}
.dropdown-add span:hover {cursor: pointer; text-decoration: underline;}
.frate-title {margin-bottom: 15px;}
.frate-box {margin-bottom: 10px; padding: 3px 15px 5px 15px; border-radius: 10px; background-color: #fff; 
box-shadow: 0 3px 10px rgba(0,0,0,0.05);}
.frate [class*=myicon] {font-size: 18px; width: 30px; height: 30px; line-height: 30px; 
display: inline-block; vertical-align: top; border-radius: 50%; text-align: center; 
background-color: #6ab04c; color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.2); margin-right: 10px;}
.frate [class*=myicon-thumb_down] {background-color: #eb4d4b;}
.fr-count {position: relative; width:60px; height:60px; border-radius: 50%; 
background-color:#f7f7f7; box-shadow:inset 0 0 0 5px #ccc; top: 5px;}
.fr-count > div {position: absolute; left:0; top:0; z-index: 1; width: 100%; height: 100%; 
display: block; text-align: center; font-size:18px; padding-top:10px; font-weight:700;}
.fr-count > div div {font:11px Arial, Helvetica, sans-serif; color:#888; margin-top:0px; font-weight:400;}
.rate-plus, .rate-minus {cursor:pointer; height:30px; line-height:30px; font-size: 17px; margin-bottom: 10px;}
.rate-plus:hover [class*=myicon], .rate-minus:hover [class*=myicon] {opacity: 0.6;}

.col-menu {width: 30%;}
.cats li {margin-bottom: 10px;}
.cats a:not(:hover) {text-decoration: underline; color: #686de0;}
.cats-title {font-size: 19px; font-weight: 600;}
li + .cats-title {margin-top: 20px;}
.svert {overflow: hidden; padding: 3px 0;}
.svert-link {color: #686de0; text-decoration: none;}
.svert-link :hover{color: #686de0; text-decoration: none;}
/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.6; font-size: 15px;}
.full-text img:not(.emoji) {max-width:100%; 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:#686de0;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:300;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.add-comms {padding: 20px; margin-bottom: 20px; display: none; 
background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-radius: 2px;}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {padding:10px; background-color:#ebebeb; margin:20px 0 0 0; text-align: right;}
.last-comm-link {margin-bottom:10px; text-decoration: underline;}

.comm-letter {position: absolute; left: 0; top: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; text-transform: uppercase; border-radius: 50%;}
.comm-item {margin-bottom: 20px; font-size: 14px;}
.comm-left {width: 40px; margin-right: 20px;}
.comm-right {position: relative;}
.comm-img {height: 40px; border-radius: 50%; background-color: transparent;}
.comm-two {margin: 5px 0 5px 0; font-size: 15px; color: #5c5c5c;}
.comm-one > span {margin-right: 15px; color: #999;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {color: #686de0;}
.comm-three-left > a, .comm-three-right li a {color: #999;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; color: #909090; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; color: #909090; 
position: relative; top: -2px;}
.comm-rate3 a:hover {color: #000;}
.comm-rate3 a:last-child {margin-bottom: -6px;}
.comm-rate3 > span {margin: 0 5px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {text-decoration: underline;}


/* LOGIN
----------------------------------------------- */
.login-overlay, .mmenu-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.6; display: none; background-color: #000;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #fff; padding: 30px 60px 40px 60px; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5); display: none;}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; font-weight: 600; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #f2f6f8; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #686de0; color: #686de0; font-size: 14px;}
.login-menu {border-top: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3;}
.login-menu li {text-align: center; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3ee; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 14px;}
.login-menu li .fa {display: none;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {text-align: center; margin: 30px 0 15px 0;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login-soc-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login-soc-title:after, .login-btm a:after {content: attr(data-text);}




/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f2f6f8;
padding: 5px 15px; z-index:9999; position:fixed; left:-320px; top:0; 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:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
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;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .header-menu {display: block; margin: 0px; padding: 0; background: none;}
.side-panel .header-menu > li > a {line-height: 40px; height: 40px; margin: 0; padding: 0;}
.side-panel .hm-col {width: 100%;}
.side-panel .hidden-menu {pointer-events: auto; opacity: 1; transform: translateY(0px); 
	width: calc(100% + 60px); margin-left: -30px; position: static; margin-top: 5px; margin-bottom: 5px;}

@media screen and (max-width: 1220px) {
.wrap {padding: 0;}
.wrap-center {max-width:1000px; border-radius: 0;}
.header-menu, .hdesc {display: none;}
#gotop {display: none !important;}
.btn-menu {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 20px; 
cursor: pointer; background-color: #686de0; color: #fff; font-size: 18px; display: block;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin-top: 5px;}
.search-box {width: 100%;}
.btn-login {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.header {padding-top: 5px; padding-bottom: 15px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.main {width: 100%;}
.sidebar {width: 100%; margin: 0; margin-top: 30px; -ms-flex-order: 10;-webkit-order: 10;order: 10;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}

.fleft {margin: auto; margin-bottom: 15px;}
.fright {min-width: 100%;}
.rel-item {width: 100%;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap {overflow: hidden;}
.wrap-center {max-width:480px;}
.footer {display: block; text-align: center;}
.ft-desc {margin: 15px 0;}
.btn-login {font-size: 0; width: 40px; padding: 0;}
.btn-login .far {font-size: 18px; line-height: 40px; margin: 0;}
.single-item {width: 50%;}

.fheader h1 {font-size: 20px;}
.col-menu {width: 48%;}
.cats-title {font-size: 17px;}
.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.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) {
.wrap-center22 {max-width:360px;}
.logo {-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; margin: 0 15px; position: relative; 
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.logo img {position: absolute; left: 10px; top: 50%; transform: translateY(-50%);}
.sect-items {margin-left: -8px; margin-right: -8px;}
.single-item {padding: 0 8px;}
.fctrl {width: 100%; margin: 0; margin-top: 15px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}