body, .search button:hover
{ background-color: rgb(5,10,20); }

body, input::placeholder, textarea::placeholder, .search button, .thumb .bottom-meta, .list-1 span, .list-1 span i, .media-rating a, .comments .sub-title, .footer a
{ color: rgb(153, 130, 83); }

.menu, .search button, .thumb a, .gallery-thumbs a, .bar-item-mobile, .bar-item-728, .bar-item-900, .bar-item
{ background-color: rgb(25,30,40); }

.filter-button, .filters a, .filters span, .header, .header .content, .menu-button, .search-button, .menu, .menu li, .search, .search-input, .input, .textarea, .pages a, .pages span, .text, .list-1 a, .list-2, .list-2 a, .more a, .media-bg, .media-info a, .media-info span, .comments-block, button.submit, .more-comments a, .add-comment-button, .footer, .footer a
{ border-color: rgb(65,70,80); }

.filter-button:hover, .filter-button.active, .filters a:hover, .filters a.active, .menu-button:hover, .search-button:hover, .menu-button.active, .search-button.active, .menu li.active a, .menu a.active, .menu a:hover, .search-input, .pages a:hover, .pages a.active, .textarea, .input, button.submit, .list-1 a:hover, .dim-button:hover, .media-info a:hover, .more-comments a:hover, .add-comment-button:hover, .add-comment-button.active
{ background-color: rgb(0,5,15); }

.filter-button i, a:hover, a.logo span, .menu-button:hover, .search-button:hover, .menu-button.active, .search-button.active, .menu li.active a, .menu a.active, .menu i, .text span, .list-1 i, .list-2 i, .pages a i, .more a i, .media-links-items a i, .dim-button i, .media-rating a:hover i, .spinner, p.comment-info i, span.color-1, .sub-title i, button.submit:hover, button.submit i, .more-comments a:hover, .more-comments a i, .add-comment-button i, #scroll-top
{ color: rgb(153, 130, 83); }

.filter-button:hover, .filter-button.active, .filters a:hover, .filters a.active, .list-1 a:hover, .list-2 a:hover, .more a:hover, .media-info a:hover, .media-info a.active, .dim-button:hover, .small-image::after, .pages a:hover, .pages a.active, button.submit:hover, .more-comments a:hover, .add-comment-button:hover, .add-comment-button.active
{ border-color: rgb(153, 130, 83); }

.filter-button, a, h1, h2, input, textarea, a.logo, .menu-button, .search-button, .search button:hover, .thumb a:hover .bottom-meta, .list-1 a:hover span, .list-1 a:hover span i, .media-rating a i, .dim-button, span.color-2, button.submit, .sub-title, .comments-block .sub-title:hover, .comments-block .sub-title.active, .add-comment-button, .footer span, .footer a:hover
{ color: rgb(225,230,240); }

.thumb p, .thumb .meta li, .overlay
{ background-color: rgba(0,2,5,0.5); color: rgb(255,255,255); text-shadow: 1px 1px 0 rgb(0,0,0); }

.thumb-image::after
{ background-color: rgba(0,2,5, 0.3); }

/* START CUSTOMIZATIONS */

/* Size Ratio (Uses for Thumbnails | Player | Slider) */

    .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) */

/* END CUSTOMIZATIONS */

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: 'PT Sans', sans-serif; font-size: 14px; }

li { list-style-type: none; }

a { text-decoration: none; transition: 0.2s ease; }

i { text-rendering: optimizeLegibility !important; }

h1, h2 { display: block; font-weight: normal; text-transform: uppercase; }
h1 { font-size: 24px; line-height: 28px; margin: 20px 10px 0 10px; overflow: hidden; }
h2 { font-size: 24px; line-height: 28px; margin: 60px 10px 0 10px; overflow: hidden; }

.header { min-height: 50px; border-bottom-width: 1px; border-bottom-style: solid; }
.header .content { overflow: visible; position: relative; }

a.logo { text-transform: uppercase; display: block; font-weight: bold; font-size: 20px; height: 40px; line-height: 40px; float: left; margin: 5px 10px 0 10px; overflow: hidden; }
a.logo img { display: block; width: auto; height: inherit; }

.menu-button, .search-button { transition: 0.1s ease; border-left-width: 1px; border-left-style: solid; width: 50px; height: 50px; line-height: 50px; font-size: 20px; text-align: center; float: right; cursor: pointer; }
.search-button { font-size: 16px; }

.menu { display: none; box-shadow: 0 3px 15px -7px rgb(0,0,0); border-width: 1px; border-style: solid; min-width: 180px; overflow: hidden; position: absolute; top: 50px; right: 0; z-index: 95000; }
.menu li { border-top-width: 1px; border-top-style: solid; }
.menu li:first-child { border-top: 0 none; }
.menu a { height: 50px; line-height: 50px; display: block; padding: 0 20px; font-size: 14px; text-transform: uppercase; overflow: hidden; }
.menu i { background-color: transparent !important; transition: 0.1s ease; margin-right: 5px; display: block; float: left; height: inherit; line-height: inherit; }
.menu i.fa-square { font-size: 12px; }

.search { display: none; border-top-width: 1px; border-top-style: solid; clear: both; overflow: hidden; margin: 20px 0; }
.search form { position: relative; margin: 0 auto; width: 96%; max-width: 1000px; }
.search-input { height: 48px; line-height: 48px; border-width: 1px; border-style: double; padding: 0 47px 0 15px; }
.search input { background: none; border: 0 none; width: 100%; outline: 0 none; font-size: 16px; height: inherit; line-height: normal; }
.search button { transition: 0.2s ease; position: absolute; top: 5px; right: 5px; border: 0 none; cursor: pointer; outline: 0 none; width: 40px; font-size: 16px; height: 40px; line-height: 40px; }
.search button i { display: block; height: inherit; line-height: inherit; }

.wrapper { overflow: hidden; min-height: 700px; }

.content { margin: 0 auto; min-width: 320px; max-width: 1720px; overflow: hidden; }


.filter-button { border-width: 1px; border-style: solid; cursor: pointer; display: inline-block; vertical-align: top; float: right; line-height: 40px; height: 40px; margin: 60px 10px 0 10px; padding: 0 13px; text-transform: uppercase; text-align: center; font-size: 14px; }
.filter-button i { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; margin-left: 10px; font-size: 24px; }
.filter-button:first-child { margin-top: 20px; }

.filters { display: none; overflow: hidden; padding: 10px 0 0 10px; clear: both; }
.group { float: left; margin: 6px 20px 0 0; }
.group:last-child { margin-right: 10px; }
.filters a, .filters span { border-width: 1px; border-style: solid; height: 38px; line-height: 38px; margin: 4px 4px 0 0; text-align: center; display: block; float: left; padding: 0 13px; font-size: 14px; }
.filters span { width: 38px; font-size: 18px; padding: 0; }
.filters i { display: block; height: inherit; line-height: inherit; }
.filters a i { float: left; margin-right: 3px; }

.clear { clear: both; }

.less-margin { margin-top: 20px !important; }

.thumbs-wrap { padding: 16px 8px 0 8px; overflow: hidden; clear: both; }

.thumb { overflow: hidden; }
.thumb a { display: block; margin: 4px 2px 0 2px; overflow: hidden; }
.thumb-image { position: relative; overflow: hidden; }
.thumb-image img { width: 100%; height: auto; }
.thumb-image::after { content: ''; transition: 0.2s ease; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.thumb a:hover .thumb-image::after { opacity: 1; }

.thumb i { display: block; float: left; height: inherit; line-height: inherit; margin: 0 5px 0 1px; }

.thumb .meta { transition: 0.2s ease; position: absolute; top: 4px; right: 2px; overflow: hidden; line-height: 16px; font-size: 12px; text-align: center; }
.thumb .meta li { display: block; float: left; margin: 0 2px 0 0; padding: 0 5px; min-width: 32px; height: 42px; overflow: hidden; }
.thumb .meta i { font-size: 16px; float: none; height: 20px; line-height: 20px; margin: 3px 0 0 0; }
.thumb a:hover .meta { top: -42px; }

.thumb p { transition: 0.2s ease; line-height: 30px; height: 30px; padding: 0 10px; font-size: 14px; position: absolute; bottom: 0; left: 0; right: 0; white-space: nowrap;  text-overflow: ellipsis; overflow: hidden; display: block; }
.thumb a:hover p { bottom: -30px; }

.thumb .bottom-meta { transition: 0.2s ease; line-height: 30px; height: 30px; font-size: 12px; overflow: hidden; padding: 0 6px; }
.thumb .bottom-meta li { margin: 0 4px; }
.thumb .bottom-meta li.left { float: left; }
.thumb .bottom-meta li.right { float: right; }
.thumb .bottom-meta i { font-size: 12px; }

.overlay { transition: 0.2s ease; margin: 0; display: block; overflow: hidden; position: absolute; height: 22px; line-height: 22px; font-size: 13px; padding: 0 6px; text-transform: uppercase; z-index: 10; }

.top-right { top: 4px; right: 4px; }
.top-left { top: 4px; left: 4px; }
.bottom-right { bottom: 34px; right: 4px; }
.bottom-left { bottom: 34px; left: 4px; }
.icon { opacity: 0; transition: 0.2s ease; background: none; height: 30px; line-height: 30px; width: 30px; font-size: 26px; top: 50%; left: 50%; margin: -15px 0 0 -15px; padding: 0; }
.thumb a:hover .icon { opacity: 1; }
.thumb a:hover .top-right, .thumb a:hover .top-left { top: -22px; }
.thumb a:hover .bottom-right, .thumb a:hover .bottom-left { bottom: -22px; }

.thumb p.cat-title { text-transform: uppercase; font-size: 16px; }

.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; }

.more { padding: 20px 10px 0 10px; text-align: center; overflow: hidden; }
.more a { border-width: 1px; border-style: solid; cursor: pointer; display: inline-block; vertical-align: top; float: right; line-height: 20px; padding: 15px 20px; text-transform: uppercase; text-align: center; font-size: 14px; }
.more i { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; margin-left: 10px; font-size: 24px; }

.pages-block { overflow: hidden; }  

.pages { padding: 16px 8px 0 8px; text-align: center; overflow: hidden; font-size: 0; }
.pages a, .pages span { border-width: 1px; border-style: solid; display: inline-block; vertical-align: top; margin: 4px 2px 0 2px; line-height: 40px; height: 40px; min-width: 30px; padding: 0 5px; text-transform: uppercase; text-align: center; font-size: 14px; }

.pages.next-prev a, .pages.next-prev span { padding: 0 15px; height: 50px; line-height: 50px; }
.pages i { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; font-size: 24px; margin: 0 10px; }

.text { margin: 20px 10px 0 10px; border-width: 1px; border-style: solid; overflow: hidden; padding: 0 20px 20px 20px; font-size: 14px; line-height: 22px; text-align: justify; }
.text p, .text .forms { overflow: hidden; margin-top: 20px; }
.text a { text-decoration: underline; }
.text a:hover { text-decoration: none; }

.bar-item-mobile { margin: 60px auto 0 auto; width: 300px; height: 100px; }
.bar-item-728 { display: none; margin: 60px auto 0 auto; width: 728px; height: 90px; }
.bar-item-900 { display: none; margin: 60px auto 0 auto; width: 900px; height: 300px; }

.bar-items-block { padding-top: 50px; text-align: center; overflow: hidden; font-size: 0; clear: both; }
.bar-item { display: inline-block; vertical-align: top; margin: 10px 5px 0 5px; width: 300px; height: 250px; }
.bar-item-2, .bar-item-3, .bar-item-4, .bar-item-5 { display: none; }

.list-1 { overflow: hidden; padding: 16px 8px 0 8px; }
.list-1 a { margin: 4px 2px 0 2px; border-width: 1px; border-style: solid; text-transform: uppercase; display: block; overflow: hidden; height: 50px; line-height: 50px; font-size: 14px; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; }
.list-1 span { transition: 0.1s ease; float: right; margin-left: 10px; display: block; font-size: 12px; height: 50px; line-height: 20px; overflow: hidden; text-align: center; }
.list-1 i { transition: 0.1s ease; float: left; font-size: 12px; display: block; height: inherit; line-height: inherit; margin-right: 5px; }
.list-1 span i { float: none; height: 20px; line-height: 20px; margin: 5px 0 0 0; font-size: 14px; }

.list-2 { border-width: 1px; border-style: solid; overflow: hidden; padding: 5px 0 15px 20px; margin: 20px 10px 0 10px; }
.list-2 a { border-bottom-width: 1px; border-bottom-style: solid; margin: 5px 30px 0 0; display: block; float: left; overflow: hidden; height: 35px; line-height: 35px; font-size: 14px; }
.list-2 i { font-size: 12px; display: block; float: left; height: inherit; line-height: inherit; margin-right: 5px; }

.media-tab { overflow: hidden; display: table; width: 100%; }

.media-col { overflow: hidden; }

.media-bg { background-color: rgb(0,0,0); border-bottom-width: 1px; border-bottom-style: solid; overflow: hidden; }

.media { overflow: hidden; }

.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%; }


.media-info { overflow: hidden; padding: 6px 0 0 10px; }
.media-info a, .media-info span { border-width: 1px; border-style: solid; display: block; float: left; height: 38px; line-height: 38px; margin: 4px 4px 0 0; font-size: 14px; overflow: hidden; padding: 0 15px; }
.media-info i { display: block !important; float: left; height: inherit !important; line-height: inherit !important; margin-right: 5px; font-size: 16px; }

.media-rating { float: left; overflow: hidden; margin: 10px 36px 0 0; }
.media-rating a { cursor: pointer; float: left; display: block; }
.media-rating a i { font-size: 22px; transition: 0.1s ease; }

span.dim-button { padding: 0 15px; transition: 0.1s ease; float: right; cursor: pointer; margin: 14px 10px 0 10px; }
span.dim-button:hover i { transition: 0.1s ease; }
span.dim-button i { font-size: 12px; }

.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-meta { overflow: hidden; float: left; margin: 10px 36px 0 0; }
.media-meta span { border-color: transparent; }
.media-meta span:first-child { padding-left: 0; }

.media-links { overflow: hidden; clear: both; padding-top: 10px; }

.media-links-items { overflow: hidden; float: left; margin: 10px 36px 0 0; }
.media-links-items a i { font-size: 14px; }
.media-links-items a i.fa-square { font-size: 12px; }
.media-links-items span { padding: 0 5px; text-align: center; min-width: 28px; }
.media-links-items span i { float: none; margin: 0; }

.media-text { padding: 25px 10px 0 10px; font-size: 16px; line-height: 24px; overflow: hidden; text-align: justify; }
.media-text p { padding-top: 15px; }
.media-text a { text-decoration: underline; }
.media-text a:hover { text-decoration: none; }

.media-right { overflow: hidden; }
.media-bg .media-right { padding-bottom: 20px; }
.media-bg .media-right .bar-items-block { display: none; padding-top: 10px; }
.media-bg .media-col .bar-item-mobile { margin-top: 20px; }  

.sub-title { transition: 0.1s ease; font-size: 20px; margin: 40px 10px 0 10px; line-height: 30px; text-transform: uppercase; }
.sub-title i { display: block !important; float: left !important; height: inherit !important; line-height: inherit !important; margin-right: 5px; }
.sub-title span i { float: none !important; margin-left: 5px; display: inline !important; }

.comments-block { border-top-width: 1px; border-top-style: solid; margin-top: 40px; padding: 0 10px; overflow: hidden;  }

.comments-title { overflow: hidden; padding: 20px 0; }

.comments-title .sub-title { margin: 20px 0 0 0; float: left; }

.comment { padding: 15px 0 25px 0; overflow: hidden; }
.comment p { clear: both; font-size: 16px; line-height: 22px; }

p.comment-info { font-size: 14px; padding-bottom: 5px; }
p.comment-info span { margin-right: 20px; }
p.comment-info i { margin-right: 3px; }

.add-comment-button { border-width: 1px; border-style: solid; padding: 0 10px 0 15px; transition: 0.1s ease; float: right; cursor: pointer; margin: 15px 10px 0 10px; height: 38px; line-height: 38px; }
.add-comment-button:hover i { transition: 0.1s ease; }
.add-comment-button i { font-size: 16px; display: inline-block; vertical-align: top; height: inherit; line-height: inherit; margin-left: 10px; }

.add-comment { display: none; overflow: hidden; padding: 20px 0 40px 0; }

.textarea { border-style: solid; border-width: 1px; padding: 15px; margin-top: 10px; overflow: hidden; }
.textarea textarea { background: none; max-width: 100% !important; width: 100% !important; min-height: 50px !important; height: 50px; max-height: 140px !important; border: 0 none; outline: 0 none; line-height: 20px; font-size: 16px; }

.input { width: 150px; border-style: solid; border-width: 1px; overflow: hidden; padding: 0 15px; height: 40px; line-height: 40px; }
.input input { background: none; border: 0 none; width: 100%; outline: 0 none; font-size: 16px; height: inherit; line-height: normal; }

button.submit { border-style: solid; border-width: 1px; text-transform: uppercase; cursor: pointer; transition: 0.2s ease; width: 180px; margin-top: 10px; font-size: 16px; padding: 0 10px; outline: 0 none; height: 40px; line-height: 40px; }
button.submit i { font-size: 20px; float: right; display: block; height: inherit; line-height: inherit; margin-left: 10px; }

.more-comments { padding-top: 20px; overflow: hidden; text-align: center; }
.more-comments a { border-style: solid; border-width: 1px; display: inline-block; vertical-align: top; cursor: pointer; height: 30px; line-height: 30px; font-size: 14px; padding: 0 10px; }
.more-comments i { margin: 1px 0 0 5px; display: inline-block; vertical-align: top; height: inherit; line-height: inherit; }

.full-recom-col { overflow: hidden; padding: 0 0 20px 0; }

.full-recom-col .sub-title { font-size: 18px; margin: 40px 5px 0 5px; }

.full-recom-col .bar-item-mobile { margin-top: 20px; display: block !important; }

.footer { border-top-width: 1px; border-top-style: solid; margin-top: 60px; padding: 15px 0 30px 0; line-height: 24px; font-size: 0; text-align: center; overflow: hidden; }
.footer p { padding: 15px 10px 0 10px; font-size: 16px; }
.footer a { border-bottom-width: 1px; border-bottom-style: solid; display: inline-block; vertical-align: top; height: 30px; line-height: 30px; font-size: 16px; margin: 4px 10px 0 10px; }
.footer-links { display: inline-block; vertical-align: top; padding: 6px 0 0 0; }
.social { padding-top: 12px; }
.social a { border-width: 1px; border-style: solid; width: 30px; font-size: 18px; padding: 0; margin: 8px 4px 0 4px; }
.social i { display: block; height: inherit; line-height: inherit; }
.footer a:hover { border-color: inherit; }

#scroll-top { transition: 0.2s ease; opacity: 0.9; position: fixed; z-index: 20000; right: 20px; bottom: 20px; cursor: pointer; display: none; width: 50px; height: 50px; line-height: 50px; font-size: 48px; 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%; }
}

@media all and (min-width:440px) {
    .list-1 li { float: left; width: 50%; }
}

@media all and (min-width:640px) {
    a.logo { font-size: 22px; }
    .thumb { width: 33.3333%; }
    .list-1 li { width: 33.3333%; }
}

@media all and (min-width:680px) {
    .bar-item-2 { display: inline-block; }
}

@media all and (min-width:740px) {
    .bar-item-mobile { display: none; }
    .bar-item-728 { display: block; }
    .media-bg .media-right .bar-items-block { display: block; }
}

@media all and (min-width:860px) {
    a.logo { font-size: 24px; }
    .thumb { width: 25%; }
    .list-1 li { width: 25%; }
    .limited { width: 70%; }
}

@media all and (min-width:920px) {
    .bar-item-900 { display: block; }
}

@media all and (min-width:1020px) {
    h1, h2 { font-size: 28px; line-height: 34px; }
    .header { overflow: hidden; min-height: auto; }
    .header .content { overflow: hidden; border-right: 1px; padding-right: 10px; }
    .search-button { border-right-style: solid; border-right-width: 1px; margin: 0 10px 0 -1px; }
    .menu-button { display: none; }
    .menu { display: block !important; border-width: 0; margin-right: 0; border-left-width: 1px; float: right; position: static; min-width: auto; box-shadow: none; background: none; padding: 0; }
    .menu li { border-top-width: 0; border-right-style: solid; border-right-width: 1px; float: left; margin: 0; }
    .menu a { padding: 0 15px; }
    .menu a i { margin-right: 5px; }
    .content { padding: 0 10px; }
    .bar-item-3 { display: inline-block; }
    .media-col, .media-right { display: table-cell; vertical-align: top; }
    .media-item { padding: 0 10px; }
    .media-bg .media-col, .media-bg .media-right { vertical-align: middle; }
    .media-col .gallery-thumbs li { width: 25%; }
    .add-comment-button { margin-right: 0; }
    .comments-block { margin: 40px 10px 0 10px; padding: 0; }
    .media-right { width: 340px; max-width: 340px; padding-left: 30px; }
    .media-right .sub-title { margin: 25px 10px 0 10px; }
    .media-right .thumbs-wrap { padding-left: 8px; }
    .media-right .thumb { width: 50%; }
    .media-right .bar-item-2, .media-right .bar-item-3, .media-right .bar-item-4 { display: none; }
    .player-item { padding: 0 10px; }
    .pages { float: left; }
    .pages.next-prev { float: right; }
}

@media all and (min-width:1136px) {
    .pages a, .pages span { min-width: 40px; height: 50px; line-height: 50px; font-size: 16px; }
    .pages .next-prev-more a, .pages .next-prev-more span { font-size: 18px; }
}

@media all and (min-width:1280px) {
    .menu a { min-width: 80px; text-align: center; }
    .menu a i { float: none; display: inline-block; vertical-align: top; }
    .thumb, .gallery-thumbs li { width: 16.6666%; }
    .text { font-size: 16px; line-height: 26px; }
    .full-text p { font-size: 16px; line-height: 24px; }
    .list-1 li { width: 16.6666%; }
    #scroll-top { width: 60px; height: 60px; line-height: 60px; font-size: 58px; }
    .media-right { width: 360px; max-width: 360px; }
}

@media all and (min-width:1360px) {
    a.logo { height: 50px; line-height: 50px; }
    .menu a { height: 60px; line-height: 60px; min-width: 110px; }
    .search-button { width: 60px; height: 60px; line-height: 60px; }
    .bar-item-4 { display: inline-block; }
    .media-right { width: 380px; max-width: 380px; }
    .media-right .bar-item-2 { display: inline-block; }
}

@media all and (min-width:1500px) {
    .menu a { min-width: 120px; }
    a.logo { font-size: 26px; }
    .list-1 li { width: 12.5%; }
    .media-right { width: 420px; max-width: 420px; }
}

@media all and (min-width:1600px) {
    .list-1 li { width: 12.5%; }
    .bar-item-5 { display: inline-block; }
    .media-right .bar-item-3 { display: inline-block; }
}