/* 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;text-align: left;}
blockquote, q {quotes:none;}
hr{background-color: rgba(230,142,68);height: 1px;}
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: 15px 'PT Sans', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
color: #222; background:#f2f2f2 url(../images/bg.jpg); height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #dd4141; text-decoration: none;}
a:hover, a:focus {color:#9f441a; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}
button, input {font-family: 'PT Sans' !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:rgba(247,222,190); color:rgba(57,23,4); text-align:center; font-weight:700; font-size:17px;}
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:#98d31f; 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-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: rgba(57,23,4);}
.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;}

button, .th-img {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-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;}




/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden;}
.center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.block {background-color:#FFF; box-shadow:0px 0px 60px 0px rgba(179,202,211,1); border-radius:0 0 20px 20px; }
.header {height:105px; position:relative; padding:20px 30px 15px 30px;}
.topline {height:60px; background-color:#4e81b6; padding:10px 30px;}
.cols {padding:30px 30px;}
.side {width:240px; float:left;}
.main {width:calc(100% - 300px); width:-webkit-calc(100% - 300px); float:right; min-height:600px;}
.footer {padding:30px 30px 15px 30px; font-size:13px; color:#919da6;}

#gotop{position:fixed; width:40px; height:40px; line-height:36px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:0.7; background-color:#000; color:#FFF; border-radius:50%; text-align:center;}

.th-cat a:hover {color:#e04d89;}


/* HEADER
----------------------------------------------- */
.headline {height:5px; background-color:rgba(247,222,190); position:absolute; left:30px; right:30px; top:0;}
.headline:before {content:""; height:100%; width:240px; background-color:rgba(175,114,71); position:absolute; left:0; top:0;}
.logo {float:left; display:block; width:240px; height:70px;}
.logo-desc {padding-left:30px; border-left:1px solid #dfe8ee; margin:10px 0 0 30px; font-size:13px; color:#919da6; 
height:50px; line-height:20px; padding-top:5px; float:left;}

.login-btns {height:30px; line-height:30px; margin-top:20px; float:right; color: #456390; font-size:13px;}
.login-btns .fa {background-color:#919da6; color:#FFF; text-align:center; width:30px; height:30px; line-height:30px; 
vertical-align:top; border-radius:50%; font-size:18px;}
.show-login {display:inline-block; vertical-align:top; cursor:pointer; margin-left: 10px;}
.show-login:hover {text-decoration: underline;}

.search-wrap {width:340px; float:left; margin:15px 0 0 30px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; border-radius:20px; padding:0 60px 0 15px; background-color:#f2f2f2; box-shadow:none;}
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width:40px; padding:0 !important; 
background-color:transparent !important; color:#333 !important; font-size: 16px !important}

.nav-menu1 {background-color: rgba(175,114,71); font-size: 0; text-align: center; 
	margin: 0 30px; white-space: nowrap;}
.nav-menu1 > li {position:relative; display: inline-block; vertical-align: top;}
.nav-menu1 > li > a {display:block; padding:0 15px; line-height:70px; height:70px; 
color:#FFF; font-size: 17px;}
.nav-menu1 > li > a:hover, .nav-menu1 .menuactive1 > a {background-color:rgba(175,114,71);}
.hidden-menu1 {position:absolute; left:0; top:100%; z-index:998; background-color:rgba(175,114,71); width:240px;
box-shadow:0 2px 2px 0 rgba(0,0,0,0.2); display:none;}
.hidden-menu1 a {display:block; padding:15px 20px; color:#FFF; border-bottom:1px solid #4e81b6; 
font-size: 15px; text-align: left; white-space: normal;}
.hidden-menu1 a:hover {background-color:rgba(230,142,68);}
.submenu1 > a:after {content:"\f107 "; font-family:'FontAwesome'; margin-left:7px;}
.hidden-menu1 li {position: relative;}
.hidden-menu1 .hidden-menu1 {position: absolute; left: 100%; top: 0;}
.hidden-menu1 .submenu1 > a:after {content:"\f105 "; font-family:'FontAwesome'; margin-left:0; 
position: absolute; right: 10px; top: 17px;}


/* SECTION
----------------------------------------------- */
.mtitle {font-weight:700; font-size:28px; margin-bottom:30px;}
.floats {margin:0 -15px;}
.speedbar {font-size: 13px; margin-bottom: 30px; color: #888;}
.speedbar a {text-decoration: underline;}


/* THUMB
----------------------------------------------- */
.thumb {float:left; width:33.33%; padding:0 15px 30px 15px;}
.th-img {display:block; margin-bottom:7px;}
.th-meta {display:inline-block; position:absolute; padding:3px 5px; font-size:12px;}
.th-views {background-color:#4e81b6; color:#FFF; left:0px; bottom:0px;}
.th-comms {background-color:#e04d89; color:#FFF; right:0px; bottom:0px;}
.th-meta .fa {margin-right:5px;}
.th-desc {height:200px; overflow:hidden; position:relative;}
.th-title {display:block; margin-bottom:7px; font-size:17px;}
.th-cat, .th-cat a {color:#919da6; font-size:11px;}
.th-text {margin-top:7px;}
.th-desc:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:60px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}
.th-img:hover {box-shadow:0 15px 25px 0 rgba(0,0,0,0.15);}

.tile {width: 33.33%; float: right; padding: 0 15px 30px 15px;}
.tile-in {display: block; width: 100%; height: 150px;}
.tile-title {position: absolute; left: 0; bottom: 0; right: 0; padding: 15px; z-index: 10; 
color: #fff; font-size: 17px;}
.tile-in:before {content: ''; position:absolute; left:0; bottom:0; width:100%; height: 70%; z-index: 5;
background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.tile-big {width: 66.66%; float: left;}
.tile-big .tile-in {height: 330px;}
.tile-big .tile-title {font-size: 28px; padding: 30px;}
.tile-cat {display: inline-block; font-size: 15px; background-color: rgba(175,114,71); color: #fff; 
padding: 3px 15px; margin-bottom: 15px;}
.tile-in:hover .tile-title {text-decoration: underline;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom:30px;}
.side-bt {margin-bottom:15px; font-size:24px;}

.expert {height: 330px;}
.expert .tile-title .tile-cat + div {font-size: 24px; margin-top: -7px;}
.expert + .button {width: 100%; border-radius: 0;}

.side-item {display:block; padding-left:80px; position:relative; min-height:67px; margin-bottom:7px; 
padding-bottom:7px; border-bottom:1px solid #dfe8ee;}
.side-img {width:60px; height:60px; border-radius:50%; position:absolute; left:0; top:0;}
.side-cat {color:#919da6; font-size:11px;}
.side-title {margin-bottom:7px;}
.side-item:last-child {margin-bottom:0;}


/* FOOTER
----------------------------------------------- */
.ft-desc {width:500px; padding-left:100px; 
background: url(../images/footer.png) left center no-repeat; min-height: 70px;}
.ft-menu a {font-size:1.2em;}
.ft-menu li + li {margin-top:10px;}
.ft-menu a.active {display:inline-block; padding:3px 5px; color:#fff; background-color:#8ab82b;}
.ft-soc {height:40px text-align:center; white-space:nowrap; margin-bottom:15px;}
.ft-soc .fa {width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin-right:5px; cursor:pointer; float:left;}
.ft-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;}
.ft-feed {position:relative;}
.ft-feed input {background-color:#fff; padding:0 60px 0 15px; border-radius:20px; box-shadow:none;}
.ft-feed button {position:absolute; right:0; top:0; padding:0 !important; width:40px;}
.ft-capt {font-weight:700; margin-bottom:10px;}
.ft-btm {width:100%; padding-top:15px; border-top:2px solid #dfe8ee; margin-top:30px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:left; padding:30px 15px 0 15px;}
.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:#f2f2f2; margin:5px 7px 0 0; border-radius:20px;  min-width:40px;}
.navigation span, .pagi-nav a:hover {background-color:#4e81b6; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color:#888;}
.pagi-nav a:hover {background-color:#4e81b6; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.main-item-date {opacity:0.6; font-size:13px;}
.main-item-date .fa {color:#3c6695;}
.full h1 {font-size:28px; font-weight: 700; margin-bottom:15px;}
.full h1 .fa {font-size:16px; margin-left:10px; vertical-align:middle;}
.full-meta {margin-bottom:30px; height:20px; overflow:hidden; line-height:20px;}
.full-meta .main-item-date {float:left; margin-right:15px;}
.full-meta .main-item-date.to-fav {float:right; margin:0;}
.full-meta .main-item-date.frate {margin:0 0 0 10px; position:relative; top:1px;}
.rels {padding-top:25px;}


/* 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%; border:0px solid #f0f0f0;}
.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;}
.full-text a:hover {text-decoration:none;}
.full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:700;}
.full-text h2 {font-size:24px; font-weight:700; text-align: left; line-height: 1.5;}
.full-text h3 {font-size:22px; font-weight:700; text-align: left; line-height: 1.5;}
.full-text p {margin-bottom:10px;}
.full-text > ul {margin: 20px 0px 0px 0px;}
.full-text > ol {margin: 20px 0px 0px 0px;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;margin-top: 10px;}
.full-text > ol li {list-style:decimal; margin-left:40px;margin-top: 10px;}

.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;}
.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:30px 0 0 0;}
.full-taglist span:not(:last-child):not(.fa) a:after {content:","; margin-right:3px;}


/* COMMENTS
----------------------------------------------- */
.comms-title {line-height:40px; margin-bottom:30px;}
.comms-title > span {font-size:14px;}
.add-comm-form {position:relative; display:none; padding:15px; border:1px dashed #CCC; margin:-15px 0 30px 0;}
.ac-soc {position:absolute; right:16px; top:10px;}
.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; 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%;}
.ac-textarea textarea {height:85px;}
.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:#f5f5f5; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#06c;}
.full-comms {border-top: 5px solid #4e81b6;padding-top: 30px;}

.comm-item {padding-left:55px; margin-bottom:15px;}
.comm-left {width:40px; height:40px; margin-left:-55px; float:left; border-radius:50%;}
.comm-right {width:100%; float:right;}

.comm-one {font-size:14px; height:18px; line-height:18px; overflow:hidden; margin-bottom:6px;}
.comm-one > span:last-child {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:15px;}
.comm-author {font-weight:400;}
.comm-two {color:#4c4c4c; line-height:20px; padding-bottom:0; font-size:14px;}
.signature {margin-top:10px; padding-top:5px; font-size:12px; font-style:italic; color:#888; border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:6px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.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:#8ab82b; color:#fff;}
.lb-menu a .fa {color:#8ab82b;}
.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;}

.entry-tags ul{width:100%;}
.entry-tags ul li{float:left; margin:3px 10px;}
.dovidkaall, .main-hed, .phgl, .weight-list, .dog-price-card, .care-rules__item {display:flex; flex-flow: row wrap; justify-content: center; align-content: space-between;  align-items: center; gap:20px;}
.full-prewnext {width:100%; position:relative; margin:30px 0 50px 0;}
.full-prewnext > a {float:left; max-width:50%;}
.full-prewnext > a:last-child {float:right;}
.ugb-container__content-wrapper{padding:20px;}
.my-subjects-item {width:28%; position:relative;}
.my-subjects-item a h6 {position: absolute; bottom: 16px; padding: 0; font-size: 16px; line-height: 32px; background-color: rgba(255, 255, 255, 0.7); display: block; width: 100%; text-align: center;}
.main-hed {gap:40px;}
.bic-name{font-weight:bold;}
.bic-desc{font-style:italic; color:#315114;}
.snglfact {padding: 21px 30px 25px 30px; border: 1px solid #3E6E8F; border-radius: 4px; }
.interesting-fact__title, .dst-title{font-weight:bold; font-size:1.2em; color:#3E6E8F;}
.dog-list__wrap {counter-reset: list-counter;  list-style: none;  padding: 0;}
.dog-list__wrap li {counter-increment: list-counter;  position: relative;  padding-left: 2em;  margin-bottom: 0.5em;}
.dog-list__wrap li::before {content: counter(list-counter) ".";  position: absolute;  left: 0;  top: 0;  color: #4e7eff;  font-weight: bold;}
.dst-item{position:relative; margin:10px 0; border: 1px solid #3E6E8F; border-radius: 4px; padding:10px; }
.dst-icon-wrap {position:absolute; top:40px; left:10px; z-index:22;}
.dst-desc{margin:5px 0 5px 65px;} 
.phgl__col{width:46%;}  
.dovidkaall{margin:20px 0 40px 0;}
.care-rules__item{margin:10px; border-bottom:1px solid gray;}
.crn-wrap{width:50px;}
.care-rules__desc {flex:1;}
.quote-container {max-width: 700px;margin: 20px auto;padding: 20px;background-color: #f9f9f9;border-left: 5px solid #007bff;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);font-family: 'Georgia', serif;position: relative;transition: all 0.3s ease;}.quote-container:hover {background-color: #e9ecef;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);}.quote-text {font-size: 1.2em;color: #333;line-height: 1.6;margin-bottom: 15px;position: relative;padding-left: 20px;}.quote-text::before {content: '“';font-size: 2em;color: #007bff;position: absolute;left: 0;top: -10px;}.quote-author {font-size: 0.9em;color: #666;text-align: right;font-style: italic;}.quote-author::before {content: '— ';}





/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding:15px; z-index:888; position:fixed; left:-320px; 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: #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 .nav-menu1 {display: block; margin: 0 0 15px 0; height: auto; white-space: normal; text-align: left;}
.side-panel .nav-menu1 > li {width: 100%; border-bottom: 1px solid #5a92cc;}
.side-panel .nav-menu1 > li > a {height: 40px; line-height: 40px;}
.side-panel .hidden-menu1 {position:static; display: block; width:100%; border-radius: 0;}
.side-panel .hidden-menu1 a {padding: 7px 15px 7px 30px;}
.hidden-menu1 .submenu1 > a:after {top: 10px;}


@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.logo-desc, .side, .nav-menu1 {display: none;}
.main {width: 100%;}
.block {border-radius: 0;}
body {background-image: none;}
.ft-desc {width: 100%; padding: 0; margin-bottom: 25px; background-image: none;}
#gotop {display: none !important;}
.header {background-color: #f2f6f8; padding-top: 5px; height: 80px;}
.search-box input, .search-box input:focus {background-color:#fff;}
.login-btns {margin-top: 20px;}
.btn-menu {background-color: #4e81b6; color: #fff; font-size: 18px; width: 40px; line-height: 40px; height: 40px; 
text-align: center; border-radius: 50%; float: right; display: block; cursor: pointer; margin: 15px 0 0 15px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.cols, .header, .footer {padding-left: 15px; padding-right: 15px;}
.headline {left: 15px; right: 15px;}
.header {height: 135px;}
.search-wrap {width: auto; margin: 0; left: 15px; right: 15px; bottom: 15px; position: absolute;}
.toc_white {margin-left: -15px; padding: 15px;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.mtitle {font-size: 20px;}
.tile {width: 100%; padding-bottom: 15px;}
.tile-big .tile-title {font-size: 17px; padding: 15px;}
.tile-in {height: 180px !important;}
.thumb {width: 50%;}
.footer, .ft-btm {display: block; text-align: center;}
.ft-soc, .ft-count {display: inline-block;}
.ft-menu, .ft-copyr {margin-bottom: 15px;}

.full h1 {font-size:20px;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size:18px;}

.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) {
.center {max-width:480px;}
.show-login {display: none;}

.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;}
.thumb {width: 100%; padding-bottom: 15px;}
.th-desc {height: auto; min-height: 60px;}
.logo {width: 180px; padding-top: 10px;}
.headline:before {width: 180px;}

.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;}
}

