body, .social a
{ background-color: rgb(20,24,32); }

.header, .menu ul, .thumb-image, .small-image, span.thumb-likes, .bar-item, .bar-item-mobile, .bar-item-728, .bar-item-900, .media-rating a, .media-right, .media-titles li.active span, button.submit, .footer
{ background-color: rgb(40,44,52); }

.search-input, .input, .textarea, .media-titles li span, .more-button a, .more a, .list-2 a, .pages a, .pages span
{ border-color: rgb(60,64,72); }

.search-input, .input, .textarea, .more-button a, .more a, .list-2 a, .pages a
{ background-color: rgb(10,14,22); }

h2
{ border-color: rgb(40,44,52); box-shadow: 0 -1px 0 0 rgb(0,4,12); }

body, input::placeholder, textarea::placeholder, .search-form button, a.more-sort-button, .list-1 span, .list-1.list-1-alt a
{ color: rgb(160,164,172); }

a:hover, a.logo span, .spinner, .menu-open.active, .search-open.active, .search-form button:hover, .menu a:hover, .menu li.active a, .sort a.active, a.more-sort-button:hover, a.more-sort-button.active, .media-info li a, .media-titles li.active i, .color-2, .more-button a i, .more a i, .pages a i, .list-1 a, .list-1-alt i, .list-1.list-1-alt a:hover, .list-2 a i
{ color: rgb(173, 101, 128); }

@media all and (min-width:1020px) {
    .search-open:hover
    { color: rgb(173, 101, 128); }
}

.overlay.color, #scroll-top, button.submit:hover, .more-button a:hover, .more-button a:hover i, .more a:hover, .more a:hover i, .pages a:hover, .pages a.active, .pages a:hover i, .list-2 a:hover, .list-2 a:hover i, .social a:hover
{ background-color: rgb(140, 66, 94); color: rgb(255,255,255); }

.more-button a:hover, .more a:hover, .list-2 a:hover, .pages a:hover, .pages a.active
{ border-color: rgb(140, 66, 94); }

a, a.logo, .search-open, input, textarea, button, h1, h2, .thumb-below span, .color-1, .list-1 a:hover, .media-info li.val, .media-info a:hover, .media-titles li.active, .media-titles li:hover, p.comment-info span, .footer-logo span
{ color: rgb(220,224,228); }


a.logo
{ color: rgb(240,244,248); }

.overlay, .thumb-image::after
{ background-color: rgba(0,2,8,0.6); }
 
span.thumb-likes, a.like i
{ color: rgb(85,185,165); }

a.like:hover, a.like:hover i
{ background-color: rgb(65,145,125); color: rgb(255,255,255); }

a.dislike i
{ color: rgb(223,110,112); }

a.dislike:hover, a.dislike:hover i
{ background-color: rgb(213,100,102); color: rgb(255,255,255); }



.wide-ratio { padding-bottom: 56.25%; }
/* Wide 16:9 Ratio, Where 56.25% - value calculating by formula (height x 100 / width) */

.rectangle-ratio { padding-bottom: 75%; }
/* Rectangle 4:3 Ratio, Where 75% - value calculating by formula (height x 100 / width) */

.square-ratio { padding-bottom: 100%; }
/* Square 1:1 Ratio */

.vertical-ratio { padding-bottom: 150%; }
/* Vertical 2:3 Ratio, Where 150% - value calculating by formula (height x 100 / width) */

.custom-ratio { padding-bottom: 60%; }
/* Custom Ratio, Where 60% - sample value. You should change it on your value calculating by formula (height x 100 / width) */


@font-face{font-family:'Exo 2'; font-weight: normal; font-style: normal; src:url(../font/Exo2-Regular.ttf) format("truetype")}
@font-face{font-family:'Exo 2';  font-weight: bold; font-style: normal; src:url(../font/Exo2-Bold.ttf) format("truetype")}

body,html,div,p,a,ul,li,input,button,form,textarea,span,img,h1,h2,h3 { margin: 0; padding: 0; }

body, input, textarea, button { font-family: 'Exo 2', sans-serif; font-size: 14px; }

li { list-style-type: none; }

a { text-decoration: none; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; }

h1, h2 { display: block; font-weight: bold; }
h1 { font-size: 24px; line-height: 28px; margin: 20px 10px 0 10px; overflow: hidden; }
h2 { border-top-style: solid; border-top-width: 1px; font-size: 22px; line-height: 26px; margin: 40px 10px 0 10px; overflow: hidden; padding-top: 15px; }

.header { min-height: 50px; }
.header .content { overflow: visible; position: relative; }

a.logo { display: block; float: left; font-weight: bold; text-transform: uppercase; font-size: 20px; height: 40px; line-height: 40px; margin: 5px 10px 0 10px; overflow: hidden; }
a.logo img { display: block; width: auto; height: inherit; }

.menu-open, .search-open { overflow: hidden; text-transform: uppercase; font-weight: bold; font-size: 0; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; float: left; width: 22px; height: 40px; line-height: 40px; text-align: center; cursor: pointer; margin: 5px 0 0 10px; }
.search-open { float: right; margin-right: 10px; }
.menu-open i, .search-open i { font-size: 20px; display: block; height: inherit; line-height: inherit; margin-top: 1px; }
.search-open i { font-size: 18px; }
.search-open i.fa-times { font-size: 20px; }

.menu ul { opacity: 0; border-radius: 0 4px 4px 0; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; box-shadow: 5px 5px 15px -7px rgba(0,0,0,0.5); padding: 15px 30px 25px 30px; margin-left: -100%; overflow: hidden; position: absolute; top: 51px; left: 0; z-index: 95000; }
.menu li { margin-top: 10px; }
.menu a { text-transform: uppercase; font-weight: bold; height: 40px; line-height: 40px; display: block; font-size: 16px; overflow: hidden; padding: 0 10px; }
.menu ul.active { opacity: 1; margin-left: 0; }

.search-form { position: absolute; top: 4px; right: -100%; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; width: 0; z-index: 90000; overflow: hidden; }
.search-form.active { right: 40px; width: 260px; }
.search-form form { position: relative; }
.search-input { border-radius: 20px; height: 20px; line-height: 20px; border-width: 1px; border-style: double; padding: 9px 45px 11px 20px; }
.search-form input { font-weight: bold; background: none; border: 0 none; text-align: left; width: 100%; outline: 0 none; font-size: 16px; height: inherit; line-height: normal; }
.search-form button { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; background: none; position: absolute; top: 0; right: 4px; border: 0 none; cursor: pointer; outline: 0 none; width: 40px; font-size: 18px; height: 40px; line-height: 40px; }
.search-form button:hover { opacity: 1; }
.search-form button i { display: block; height: inherit; line-height: inherit; }

.wrapper { overflow: hidden; min-height: 800px; }

.content { margin: 0 auto; min-width: 320px; max-width: 1550px; overflow: hidden; }

.sort { overflow: hidden; padding-left: 10px; margin: -5px 0; }
.sort a, .sort span { height: 22px; line-height: 22px; cursor: pointer; font-size: 16px; font-weight: bold; display: block; float: left; margin: 5px 20px 0 0; }
a.more-sort-button { cursor: pointer; }
a.more-sort-button i { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; margin: 1px 0 0 5px; font-size: 16px; }

.group { padding: 10px 0 0 0; overflow: hidden; clear: both; }
.more-sort { display: none; }

.less-margin { margin-top: 20px !important; border: 0 none; box-shadow: none; padding: 0 !important; }

p.short-desc { margin: 20px 10px 0 10px; font-size: 14px;line-height: 22px; text-align: center; overflow: hidden; }

.thumbs-wrap { overflow: hidden; clear: both; }

.thumb { overflow: hidden; }
.thumb-item { margin: 20px 10px 0 10px; overflow: hidden; }
.thumb a { display: block; }
.thumb-image { position: relative; overflow: hidden; border-radius: 3px; }
.thumb-image img { width: 100%; height: auto; }
.thumb-image::after { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; opacity: 0; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.thumb a:hover .thumb-image::after { opacity: 1; }
.thumb p { font-weight: bold; overflow: hidden; font-size: 14px; line-height: 20px; height: 20px; display: block; margin-top: 7px; text-overflow: ellipsis; white-space: nowrap; }
.thumb-below { overflow: hidden; height: 24px; line-height: 24px; margin-top: 5px; }
.thumb-below span { display: block; float: left; margin-right: 12px; font-size: 12px; overflow: hidden; }
.thumb-below span:last-child { margin-right: 0; }
.thumb-below i { display: block; height: inherit; line-height: inherit; margin: 1px 4px 0 1px; float: left; font-size: 14px; }
span.thumb-likes { padding: 0 8px; border-radius: 3px; font-weight: bold; }
span.thumb-likes i { font-size: 12px; }

.thumb-image.wide-ratio img, .thumb-image.rectangle-ratio img, .thumb-image.square-ratio img, .thumb-image.vertical-ratio img, .thumb-image.custom-ratio img { position: absolute; top: 0; left: 0; width: 100%; height: auto; }

.overlay { color: rgb(255,255,255); font-weight: bold; border-radius: 3px; height: 20px; line-height: 18px; font-size: 12px; padding: 0 5px; position: absolute; z-index: 10; }
.overlay i { width: 14px; font-size: 11px; margin: 1px 2px 0 0; display: block; float: left; height: inherit; line-height: inherit; }

.top-right { top: 4px; right: 4px; }
.top-left { top: 4px; left: 4px; }
.bottom-right { bottom: 4px; right: 4px; }
.bottom-left { bottom: 4px; left: 4px; }

.hover-icon { moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; opacity: 0; background-color: rgb(250,250,250); color: rgb(5,5,5); text-align: center; border-radius: 50%; padding: 0; width: 40px; height: 40px; line-height: 40px; top: 50%; left: 50%; margin: -20px 0 0 -20px; }
.hover-icon i { float: none; font-size: 16px; margin: 0; width: auto; }
.hover-icon i.fa-play { margin-left: 2px; }
.thumb a:hover .hover-icon { opacity: 1; }

.thumb-item-alt p { font-size: 20px; height: 26px; line-height: 26px; }
.thumb-item-alt .thumb-below { margin-top: 3px; }
.thumb-below i.fa-play { font-size: 10px; }

.more { padding: 40px 10px 0 10px; text-align: center; overflow: hidden; }
.more a { border-style: solid; border-width: 1px; cursor: pointer; display: inline-block; vertical-align: top; overflow: hidden; line-height: 20px; padding: 15px 20px; border-radius: 4px; font-weight: bold; text-align: center; font-size: 16px; }
.more a i { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; background: none !important; display: inline-block; vertical-align: top; height: inherit; line-height: inherit; font-size: 18px; margin: 1px 0 0 8px; }

.pages-block { overflow: hidden; padding-top: 20px; }  

.pages { padding: 16px 8px 0 8px; text-align: center; overflow: hidden; }
.pages a, .pages span { border-style: solid; border-width: 1px; cursor: pointer; display: inline-block; vertical-align: top; margin: 4px 2px 0 2px; overflow: hidden; height: 38px; line-height: 38px; padding: 0 5px; min-width: 28px; border-radius: 4px; font-weight: bold; text-align: center; font-size: 14px; }
.pages a i, .pages span i { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; background: none !important; display: inline-block; vertical-align: top; height: inherit; line-height: inherit; font-size: 18px; margin: 1px 8px 0 8px; }

.next-prev a, .next-prev span { padding: 0 20px; }

.text { padding: 5px 10px 0 10px; text-align: justify; overflow: hidden; font-size: 16px; line-height: 26px; }
.text p, .text .forms { overflow: hidden; margin-top: 10px; }
.text a { text-decoration: underline; }
.text a:hover { text-decoration: none; }

.form { margin-top: 10px; }

.bar-item-mobile { border-radius: 4px; margin: 60px auto 0 auto; width: 300px; height: 100px; }
.bar-item-728 { border-radius: 4px; display: none; margin: 60px auto 0 auto; width: 728px; height: 90px; }
.bar-item-900 { border-radius: 4px; display: none; margin: 60px auto 0 auto; width: 900px; height: 300px; }

.bar-items-block { padding-top: 30px; text-align: center; overflow: hidden; font-size: 0; clear: both; }
.bar-item { border-radius: 4px; display: inline-block; vertical-align: top; margin: 10px 2px 0 2px; width: 300px; height: 250px; }
.bar-item-2, .bar-item-3, .bar-item-4, .bar-item-5 { display: none; }

.list-1 { overflow: hidden; margin-top: -10px; }
.list-1 a { margin: 30px 10px 0 10px; display: block; overflow: hidden; line-height: 28px; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; }
.list-1 span { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; display: block; font-size: 12px; height: 18px; line-height: 18px; margin-top: 3px; overflow: hidden; }
.list-1 i { font-size: 18px; margin: 0 5px 0 1px; height: inherit; line-height: inherit; }
.list-1 span i { font-size: 12px; margin: 0 2px 0 1px; width: 14px; }
.list-1 span i.fa-play { font-size: 11px; margin-right: 0; }  

.list-2 { overflow: hidden; padding: 20px 0 0 10px; }
.list-2 a { border-radius: 4px; border-style: solid; border-width: 1px; margin: 10px 10px 0 0; font-weight: bold; display: block; float: left; overflow: hidden; height: 34px; line-height: 34px; font-size: 14px; padding: 0 10px; }
.list-2 i { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; background: none !important; display: block; float: left; height: inherit; line-height: inherit; font-size: 12px; margin: 1px 3px 0 1px; }

.forms { margin-top: 10px; }


.media-wrap { overflow: hidden; }

.media-tab { overflow: hidden; }

.media-col { overflow: hidden; }

.media-col h1 { margin: 10px 10px 0 10px; text-align: left; }

.media-bg { background-color: rgb(0,0,0); border-radius: 4px; overflow: hidden; margin: 20px 10px 0 10px; }

.limited { max-width: 1000px; margin: 0 auto; }

.player { position: relative; z-index: 80000; overflow: hidden; }

.wide-ratio iframe, .rectangle-ratio iframe, .square-ratio iframe, .vertical-ratio iframe, .custom-ratio iframe,
.wide-ratio video, .rectangle-ratio video, .square-ratio video, .vertical-ratio video, .custom-ratio video,
.wide-ratio source, .rectangle-ratio source, .square-ratio source, .vertical-ratio source, .custom-ratio source,
.wide-ratio object, .rectangle-ratio object, .square-ratio object, .vertical-ratio object, .custom-ratio object,
.wide-ratio embed, .rectangle-ratio embed, .square-ratio embed, .vertical-ratio embed, .custom-ratio embed
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.slider-mode .image-gallery-item { overflow: hidden; border-radius: 4px; margin: 20px 10px 0 10px; }

.image-gallery { background-color: rgb(0,0,0); transition: 0.4s ease; overflow: hidden; position: fixed; width: 0; height: 0; top: -100%; left: 50%; z-index: 90000; text-align: center; }

.slider-mode .image-gallery { display: block !important; }
.image-gallery-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 800; }

.image-gallery i { display: block; height: inherit; line-height: inherit; }

.slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.slide img { max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; z-index: 900; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.slider-mode .image-gallery-item { display: block; }
.slider-mode .image-gallery { width: 100%; top: 0; left: 0; position: relative; display: block; height: auto; padding-bottom: 56.25%; }
.image-gallery-fullscreen, .slider-mode .image-gallery-fullscreen { display: block; position: fixed; height: 100%; width: 100%; padding: 0; top: 0; left: 0; }

.spinner { text-shadow: 0 0 10px rgba(0,0,0,0.5); cursor: pointer; z-index: 600; position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; line-height: 40px; font-size: 40px; margin: -20px 0 0 -20px;  }

.slider-next, .slider-prev { background-color: rgba(0,0,0,0.3); color: rgb(255,255,255); text-shadow: 0 0 10px rgba(0,0,0,0.5); border-radius: 50%; transition: 0.2s ease; cursor: pointer; z-index: 1000; position: absolute; top: 50%; width: 40px; height: 40px; line-height: 40px; font-size: 20px; margin-top: -20px;  }
.slider-next:hover, .slider-prev:hover { background-color: rgba(0,0,0,0.5); }
.slider-next { right: 10px; }
.slider-prev { left: 10px; }

.slider-fullscreen { background-color: rgba(0,0,0,0.3); color: rgb(255,255,255); text-shadow: 0 0 10px rgba(0,0,0,0.5); border-radius: 50%; transition: 0.2s ease; cursor: pointer; z-index: 1000; position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; line-height: 40px; font-size: 18px; }
.slider-fullscreen:hover { background-color: rgba(0,0,0,0.5); transform: scale(1.1); }
.slider-fullscreen i { display: none; }
.slider-fullscreen i:last-child { display: block; }
.slider-mode .slider-fullscreen i { display: block; }
.slider-mode .slider-fullscreen i:last-child { display: none; }

.slide-desc { transition: 0.2s ease; z-index: 1000; position: absolute; bottom: 10px; left: 60px; right: 60px; min-width: 0; text-align: center; overflow: hidden; max-height: 60px; }
.slide-desc p { background-color: rgba(0,0,0,0.5); color: rgb(255,255,255); text-shadow: 1px 1px 0 rgba(0,0,0,0.5); border-radius: 15px; display: inline-block; vertical-align: top; padding: 4px 15px 6px 15px; line-height: 20px; font-size: 14px; }

.gallery-thumbs { overflow: hidden; font-size: 0; text-align: center; }
.gallery-thumbs li { position: relative; z-index: 80000; float: left; width: 50%; }
.gallery-thumbs a { display: block; margin: 20px 10px 0 10px; overflow: hidden; cursor: pointer; }
.small-image { position: relative; overflow: hidden; border-radius: 4px; }
.small-image img { position: absolute; top: 0; left: 0; width: 100%; height: auto; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  }
.small-image::after { background-color: rgba(0,0,0,0.6); -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; content: ''; opacity: 0; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.gallery-thumbs a:hover .small-image::after { opacity: 1; }
.gallery-thumbs i { color: rgb(255,255,255); text-shadow: 0 0 5px rgb(0,0,0); z-index: 1000; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; opacity: 0.5; width: 30px; height: 30px; line-height: 30px; font-size: 20px; position: absolute; top: 50%; left: 50%; margin: -15px 0 0 -15px; }
.slider-mode .gallery-thumbs li.active .small-image::after, .gallery-thumbs a:hover i { opacity: 1; }
.slider-mode .gallery-thumbs li.active i { opacity: 1; }
.slider-mode .gallery-thumbs li.active a:hover i { opacity: 1; }
.gallery-thumbs.disabled { display: none; }

.slider-mode .gallery-thumbs { margin: 0 5px; }
.slider-mode .gallery-thumbs li { width: 20%; height: auto; }
.slider-mode .gallery-thumbs a { margin: 10px 5px 0 5px; }
.slider-mode .gallery-thumbs i { font-size: 18px; }

.media-below { padding: 0 10px; }

.media-info { overflow: hidden; padding-top: 10px; }

.media-rating { overflow: hidden; padding-top: 20px; max-width: 400px; margin: 0 auto; }
.media-rating li { float: left; width: 50%; }
.media-rating a { font-weight: bold; text-align: center; padding: 0 10px; height: 50px; line-height: 50px; border-radius: 4px; font-size: 14px; cursor: pointer; display: block; }
.media-rating a i { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; background: none !important; display: inline-block; vertical-align: top; height: inherit; line-height: inherit; margin: 0 5px 0 0; font-size: 18px; }
.media-rating a.like { margin-right: 2px; }
.media-rating a.dislike { margin-left: 2px; }

a.dim-button { float: right; }
.dim { display: none; background-color: rgb(0,0,0); opacity: 0.95; position: fixed; top: 0; left: 0; z-index: 70000; width: 100%; height: 100%; }

.media-info ul { overflow: hidden; display: table; width: 100%; }
.media-info li { display: table-cell; vertical-align: top; padding-top: 10px; line-height: 22px; font-size: 14px; }
.media-info li.val { font-weight: bold; width: 130px; }
.media-info li span, .media-info li a { font-weight: normal; display: inline-block; vertical-align: top; }
.media-info li a { font-weight: bold; }
.media-info li a:hover { text-decoration: underline; }
.media-info li i { display: block; float: left; margin: 1px 4px 0 1px; height: inherit; line-height: inherit; font-size: 12px; }

.media-titles { overflow: hidden; margin: 30px auto 0 auto; max-width: 400px; }
.media-titles li { float: left; width: 50%; text-align: center; }
.media-titles li span { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; display: block; cursor: pointer; border-width: 1px; border-style: solid; margin: 10px 4px 0 0; font-weight: bold; font-size: 14px; height: 48px; line-height: 48px; border-radius: 4px;  }
.media-titles li:first-child span { margin-right: 2px; }
.media-titles li:last-child span { margin-left: 2px; }
.media-titles li i { display: inline-block; vertical-align: top; margin: 0 8px 0 0; height: inherit; line-height: inherit; font-size: 18px; }
.media-titles li.active span { border-color: transparent; }

.media-text { clear: both; padding: 5px 10px 0 10px; font-size: 14px; line-height: 24px; overflow: hidden; text-align: justify; }
.media-text p { padding-top: 15px; }
.media-text span { font-weight: bold; }
.media-text a { text-decoration: underline; font-weight: bold; }
.media-text a:hover { text-decoration: none; }

.comments-block { display: none; overflow: hidden; padding: 0 10px; }

.comment { margin-top: 40px;overflow: hidden; }
.comment p { clear: both; font-size: 14px; line-height: 22px; text-align: left; }

p.comment-info { padding: 0 0 8px 0; float: none; background: none; font-weight: bold; font-size: 14px; }
p.comment-info span { margin-right: 20px; }
p.comment-info i { margin-right: 3px; }

.add-comment { overflow: hidden; padding-top: 20px; }

.textarea { border-style: solid; border-width: 1px; border-radius: 4px; padding: 15px; margin-top: 10px; overflow: hidden; }
.textarea textarea { background: none; text-align: left; max-width: 100% !important; width: 100% !important; min-height: 60px !important; height: 60px; max-height: 180px !important; border: 0 none; outline: 0 none; line-height: 22px; font-size: 14px; }

.input { width: 150px; border-style: solid; border-width: 1px; border-radius: 4px; overflow: hidden; padding: 0 15px; height: 40px; line-height: 40px; }
.input input { background: none; border: 0 none; width: 100%; outline: 0 none; font-size: 14px; height: inherit; line-height: normal; text-align: left; }

button.submit { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; border: 0 none; font-weight: bold; cursor: pointer; border-radius: 4px; width: 180px; margin-top: 10px; font-size: 16px; padding: 0 20px; outline: 0 none; height: 40px; line-height: 40px; }

.more-button { padding-top: 40px; overflow: hidden; text-align: center; }
.more-button a { border-width: 1px; border-style: solid; border-radius: 4px; display: inline-block; vertical-align: top; cursor: pointer; height: 28px; line-height: 28px; font-size: 14px; font-weight: bold; padding: 5px 15px; }
.more-button i { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; background: none !important; margin: 2px 0 0 8px; display: inline-block; vertical-align: top; height: inherit; line-height: inherit; }

.media-right { margin: 10px 10px 0 10px; overflow: hidden; border-radius: 4px; }
.media-right .bar-item-mobile { margin: 10px auto; }
.media-right .bar-items-block { display: none; padding: 0 0 10px 0; }

.footer { margin-top: 60px; padding: 10px 0 20px 0; line-height: 24px; font-size: 14px; text-align: center; overflow: hidden; }
.footer p { padding: 10px 10px 0 10px; }
.footer-logo { display: inline-block; vertical-align: top; }
.footer-logo span { font-weight: bold; }
.footer-links { display: inline-block; vertical-align: top; padding: 5px 20px 0 20px; }
.footer a { display: inline-block; vertical-align: top; font-weight: bold; text-decoration: underline; height: 24px; line-height: 24px; margin: 5px 10px 0 10px; }
.footer a:hover { text-decoration: none; }
.social a { text-decoration: none; width: 24px; height: 24px; line-height: 24px; font-size: 12px; border-radius: 50%; margin: 5px 2px 0 2px; }
.social i { display: block; height: inherit; line-height: inherit; }

#scroll-top { -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; opacity: 0.9; position: fixed; z-index: 20000; right: 20px; bottom: 20px; border-radius: 50%; cursor: pointer; display: none; width: 50px; height: 50px; line-height: 50px; font-size: 22px; text-align: center; }
#scroll-top:hover { opacity: 1; }
#scroll-top i { display: block; height: inherit; line-height: inherit; }

@media all and (min-width:380px) {
    .thumb { float: left; width: 50%; }
    .thumb ul { font-size: 10px; }
    .list-1 li { float: left; width: 50%; }
    .media-titles li span { font-size: 16px; }
}

@media all and (min-width:420px) {
    .add-comment-button { font-size: 14px; }
    .add-comment-button i { margin-left: 7px; }
    .thumb ul { font-size: 11px; }
}

@media all and (min-width:480px) {
    .media-rating span.val { display: block; }
    .thumb ul { font-size: 12px; }
    .slider-next, .slider-prev { width: 50px; height: 50px; line-height: 50px; font-size: 24px; margin-top: -25px; }
}

@media all and (min-width:600px) {  
    a.logo { font-size: 24px; }
    .media-meta, .media-links { overflow: hidden; float: left; width: 50%; }
    .thumb, .gallery-thumbs li, .list-1 li { width: 33.3333%; }
}

@media all and (min-width:690px) {
    .sort a { margin-right: 30px; }
    .thumb ul { font-size: 11px; }
    .bar-item-2 { display: inline-block; }
}

@media all and (min-width:760px) {
    .search-form.active { width: 320px; }
    .bar-item-mobile { display: none; }
    .bar-item-728 { display: block; }
    .slider-mode .gallery-thumbs li { width: 10%; }
    .thumb ul { font-size: 12px; }
    .list-2 li { width: 25%; }
    .media-right .bar-items-block { display: block; }
    .limited { width: 70%; }
    .list-1 li { width: 25%; }
    
}

@media all and (min-width:1020px) {
    h1 { font-size: 26px; line-height: 30px; margin: 30px 15px 0 15px; }
    h2 { font-size: 24px; line-height: 28px; margin: 40px 15px 0 15px; padding-top: 25px; }
    .less-margin { margin-top: 30px !important; }
    .header { min-height: 40px; padding: 5px 0 10px 0; overflow: hidden; }
    a.logo { margin: 5px 30px 0 15px; }
    .menu-open { display: none; }
    .menu { overflow: hidden; float: left; padding-top: 5px; }
    .menu ul { display: block; float: left; opacity: 1 !important; margin-left: 0 !important; border-radius: 0; box-shadow: none; background: none; position: static; padding: 0; }
    .menu li { float: left; margin: 0 30px 0 0; }
    .menu a { padding: 0; }
    .search-open { width: auto; position: static; font-size: 16px; height: 40px; line-height: 40px; margin: 5px 15px 0 15px; }
    .search-open i { display: inline-block; vertical-align: top; margin-right: 5px; font-size: inherit; }
    .search-form.active { right: 130px; } 
    .sort { overflow: hidden; padding: 5px 0 0 15px; }
    .sort a { margin-right: 30px; }
    .group { padding-top: 15px; }
    .thumbs-wrap { padding: 0; }
    .thumb, .gallery-thumbs li, .list-1 li { width: 25%; }
    .thumb-item { margin: 30px 15px 0 15px; }
    .bar-item-3 { display: inline-block; }
    .text { padding: 10px 15px 0 15px; }
    .list-1 { margin-top: -5px; }
    .list-1 a { margin: 30px 15px 0 15px; font-size: 20px; }
    .list-2 { padding: 20px 5px 0 15px; }
    .list-2 a { height: 38px; line-height: 38px; padding: 0 12px; }
    .pages { float: left; padding: 16px 13px 0 13px; }
    .next-prev { float: right; }
    .media-wrap { padding: 30px 15px 0 15px; }
    .media-tab { display: table; width: 100%; }
    .media-col, .media-right, .media-middle { display: table-cell; vertical-align: top; }
    .media-bg { margin: 0; }
    .media-middle { width: 30px; }
    .slider-mode .image-gallery-item { margin: 0; }
    .media-col .thumb { width: 33.3333%; }
    .gallery-thumbs { margin: -30px -15px 0 -15px; }
    .gallery-thumbs a { margin: 30px 15px 0 15px;  }
    .slider-mode .gallery-thumbs { margin: 10px -5px 0 -5px; }
    .slider-mode .gallery-thumbs li { width: 20%; }
    .comments-block { padding: 0 15px; }
    .media-right { width: 340px; max-width: 340px; margin: 0; vertical-align: middle; }
    .media-right .bar-item-2 { display: none; }
    .bar-item-900 { display: block; }
    .media-below { display: table-cell; vertical-align: top; width: 260px; max-width: 260px; padding: 10px 15px 0 15px; } 
    .media-meta, .media-links { float: none; width: auto; }
    .media-titles { margin: 20px 15px 0 15px; }
    .media-text { padding: 10px 15px 0 15px; }
    .add-comment { padding-top: 30px; }
}

@media all and (min-width:1280px) {
    a.logo { margin-right: 60px; }
    .menu li { margin-right: 40px; }
    .list-1 li { width: 16.6666%; }
}

@media all and (min-width:1360px) {
    h1 { font-size: 28px; line-height: 32px; }
    h2 { font-size: 26px; line-height: 30px; }
    a.logo { font-size: 26px; }
    .menu li { margin-right: 60px; }
    .thumb, .gallery-thumbs li { width: 20%; }
    .thumb ul { font-size: 11px; }
    .bar-item-4 { display: inline-block; }
    .slider-mode .gallery-thumbs li { width: 10%; }
    .media-col .thumb { width: 25%; }
    .media-right .bar-item-2 { display: inline-block; }
}

@media all and (min-width:1420px) {
    .thumb ul { font-size: 12px; }
    .media-right .bar-item { margin-top: 20px; }
    .media-right .bar-items-block { padding: 0 0 20px 0; }
    .media-below { width: 280px; max-width: 280px; }
}

@media all and (min-width:1600px) {
    a.logo { font-size: 28px; }
    .list-2 li { width: 10%; }
}

@media all and (min-width:1670px) {
    .bar-item-5 { display: inline-block; }
}