@charset  "UTF-8";

/* =============================================================================
--------------------------------  SHORTCUTS  -----------------------------------
--- 1. GENERAL CONTENT ---------------------------------------------------------
---- 1.1 Containers etc. -------------------------------------------------------
---- 1.2 Ads -------------------------------------------------------------------
---- 1.3 Color versions --------------------------------------------------------
--- 2. HEADER  -----------------------------------------------------------------
---- 2.1 Logo ------------------------------------------------------------------
---- 2.2 Navigation ------------------------------------------------------------
---- 2.3 Social icons ----------------------------------------------------------
---- 2.4 Search box ------------------------------------------------------------
---- 2.5 Header active & stuck clases ------------------------------------------
--- 3. FEATURED SECTION --------------------------------------------------------
---- 3.1 Slider ----------------------------------------------------------------
---- 3.2 Trending now ----------------------------------------------------------
---- 3.3 You may also like -----------------------------------------------------
--- 4. NEWS SECTION ------------------------------------------------------------
---- 4.1 Filter header ---------------------------------------------------------
---- 4.2 Content grid ----------------------------------------------------------
---- 4.3 Load more -------------------------------------------------------------
--- 5. SIDEBAR -----------------------------------------------------------------
---- 5.1 Featured videos -------------------------------------------------------
--- 6. FOOTER ------------------------------------------------------------------
---- 6.1 Links -----------------------------------------------------------------
---- 6.2 Scroll to top ---------------------------------------------------------
---- 6.3 Content ---------------------------------------------------------------
---- 6.4 Index page footer -----------------------------------------------------
---- 6.5 Floated footer --------------------------------------------------------
---- 6.6 Footer theme picker ---------------------------------------------------
--- 7. SEARCH PAGE -------------------------------------------------------------
---- 7.1 Search menu -----------------------------------------------------------
---- 7.2 Results container -----------------------------------------------------
---- 7.3 News block ------------------------------------------------------------
---- 7.4 Images block ----------------------------------------------------------
---- 7.5 Videos block ----------------------------------------------------------
---- 7.6 Also block ------------------------------------------------------------
---- 7.7 Navigation ------------------------------------------------------------
--- 8. LIGHTBOX GALLERY --------------------------------------------------------
---- 8.1 Search menu -----------------------------------------------------------
---- 8.2 Results container -----------------------------------------------------
---- 8.3 Search menu -----------------------------------------------------------
---- 8.4 Results container -----------------------------------------------------
---- 8.5 Search menu -----------------------------------------------------------
---- 8.6 Results container -----------------------------------------------------
--- 9. TEXT PAGE ---------------------------------------------------------------
--------------------------------------------------------------------------------
============================================================================= */
/* =============================================================================
--- 1. GENERAL CONTENT ---------------------------------------------------------
============================================================================= */
body,html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    font-family: 'Open Sans';
    font-size: 14px;
    position: relative;
    height: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
  background: #e1949b;
  color: #fff;
}
::-moz-selection {
  background: #e1949b;
  color: #fff;
}

a {
    cursor: pointer;
}

.border {
    border-bottom: 1px solid #dedede;
}

/* 1.1 Containers etc.
============================================================================= */
.container {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 320px;
    height: 100%;
}

.fix {
    height: 72px;
    max-height: 72px;
}

/* 1.2 Ads
============================================================================= */
.ad {
    overflow: hidden;
}

.ad.mobile {
    margin-top: 10px;
}

.ad.mobile.bottom {
    margin-top: 20px;
}

.ad img,.ad iframe,.ad obejct {
    display: block;
    margin: 0 auto;
}

.ad.desktop {
    display: none;
}

/* 1.3 Color versions
============================================================================= */
body.red ::selection {
    background: #d0555f;
}
body.red ::-moz-selection {
    background: #d0555f;
}
body.blue ::selection {
    background: #5992d1;
}
body.blue ::-moz-selection {
    background: #5992d1;
}
body#main-page.red #back-to-top,
body#main-page.blue #back-to-top{
    background-image: url(../img/back-to-top-white.png);
}

body#main-page.red #back-to-top{
    box-shadow: 0 0 0 2px #d3797d inset;
}
body#main-page.blue #back-to-top{
    box-shadow: 0 0 0 2px #6a9fd9 inset;
}

body#main-page.red #back-to-top:hover,
body#main-page.blue #back-to-top:hover{
    box-shadow: 0 0 0 2px #fff inset;
}

body#main-page.red,body#main-page.red .main-footer,body#main-page.red .search-box {
    background: #C62733;
}

body#main-page.blue,body#main-page.blue .main-footer,body#main-page.blue .search-box {
    background: #2a75c8;
}

body#main-page.red #logo-desktop,body#main-page.blue #logo-desktop {
    display: none;
}

body#main-page.red #logo-desktop-white,body#main-page.blue #logo-desktop-white {
    display: block;
}

body#main-page.blue .search-box .search-submit,body#main-page.red .search-box .search-submit {
    background: #f1c40f url(../img/search-icon-white.png) no-repeat center;
    background-size: 24px 24px;
    box-shadow: none;
}

body#main-page.blue #home-section .home-trigger .st0,body#main-page.red #home-section .home-trigger .st0 {
    fill: #fff;
}

body#main-page.red .carousel-next,body#main-page.blue .carousel-next {
    background-image: url(../img/next-home-white.png);
}

body#main-page.red .carousel-prev,body#main-page.blue .carousel-prev {
    background-image: url(../img/prev-home-white.png);
}

body#main-page.blue #footer li a,body#main-page.blue #footer .copyright,body#main-page.blue #home-section .home-menu ul li a,body#main-page.blue #home-section .home-menu ul li.theme-picker {
    color: #6a9fd9;
}

body#main-page.red #footer li a,body#main-page.red #footer .copyright,body#main-page.red #home-section .home-menu ul li a,body#main-page.red #home-section .home-menu ul li.theme-picker {
    color: #d3797d;
}

body#main-page.red #home-section .home-menu ul li a:hover,body#main-page.blue #home-section .home-menu ul li a:hover,body#main-page.red #home-section .home-menu ul li.active a,body#main-page.blue #home-section .home-menu ul li.active a {
    color: #fff;
}

body#main-page.red .xdsoft_autocomplete .xdsoft_autocomplete_dropdown{
    border: 0;
}
body#main-page.blue .xdsoft_autocomplete .xdsoft_autocomplete_dropdown{
    border: 0;
}


body#main-page.red #footer ul li:after {
    background: #d3797d;
}

body#main-page.blue #footer ul li:after {
    background: #6a9fd9;
}

body#main-page.red #home-section .home-menu ul {
    border-top: 1px solid #d3797d;
}

body#main-page.blue #home-section .home-menu ul {
    border-top: 1px solid #6a9fd9;
}

body#main-page.red #home-section .home-menu ul li {
    border-bottom: 1px solid #d3797d;
}

body#main-page.blue #home-section .home-menu ul li {
    border-bottom: 1px solid #6a9fd9;
}

body#main-page.red #home-section .home-menu ul li.theme-picker,body#main-page.blue #home-section .home-menu ul li.theme-picker {
    border-bottom: none;
}

body#main-page.red #home-section .home-menu.active {
    background: #C62733 url(../img/logo-white.png) no-repeat right 26px;
    background-size: 177px;
}

body#main-page.blue #home-section .home-menu.active {
    background: #2a75c8 url(../img/logo-white.png) no-repeat right 26px;
    background-size: 177px;
}

body#main-page.blue .home-menu .home-menu-close .close-icon,body#main-page.red .home-menu .home-menu-close .close-icon {
    background: url(../img/close-white.png) no-repeat center;
    background-size: 23px 23px;
}

body#main-page.blue #home-section .home-trigger .st0,body#main-page.blue #home-section .home-trigger .st0 {
    fill: #fff;
}

body#main-page.red .search-box .search-field,body#main-page.blue .search-box .search-field {
    border: none;
}
body#main-page.white .xdsoft_autocomplete .xdsoft_autocomplete_dropdown{
    max-width: 81.3%;
}

body#main-page.blue .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active{
	background:  #2a75c8;
	color: #FFFFFF;
}

/* =============================================================================
--- 2. HEADER ------------------------------------------------------------------
============================================================================= */
#header {
    background: #fff;
    transition: .25s background ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
}

#header.is_stuck {
    border-bottom: 2px solid #e6e6e6;
}

#header .container {
    padding: 0;
}

/* 2.1 Logo
============================================================================= */
#header #logo {
    float: left;
    margin: 21px 0 12px 20px;
    position: relative;
    z-index: 50;
    max-width: 55px;
    overflow: hidden;
}

#logo-white,#logo-desktop-white {
    display: none;
    max-width: 254px;
    max-height: 40px;
}

/* 2.2 Navigation
============================================================================= */
#navigation {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #c62733;
    clear: both;
    top: 60px;
}

#navigation > ul > li {
    border-top: 1px solid #a92933;
}

#navigation > ul > li > a {
    padding-left: 16px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(255,255,255,.3);
    line-height: 40px;
    text-align: left;
    display: block;
}

#navigation > ul > li.active > a,#navigation > ul > li > a:hover,#navigation > ul > li > a:focus,#navigation > ul > li > a:active {
    color: rgba(255,255,255,1);
}

/* Desktop More */
#more-content {
    display: none;
    background: #a7252f;
    position: absolute;
    top: 40px;
    min-width: 100px;
    right: 0;
    z-index: 30;
    width: 140px;
    text-align: center;
}

#more-content > li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #991d27;
}

/* Mobile Toggle */
#navigation-toggle {
    viewbox: 0 0 24 20;
    width: 24px;
    height: 20px;
    cursor: pointer;
    float: right;
    margin: 19px 20px 0 0;
    position: relative;
    z-index: 50;
}

#navigation-toggle .st0 {
    fill: #c62733;
}

#navigation-toggle .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #c62733;
}

/* Mobile Close */
#navigation-close {
    display: none;
}

#navigation-close .st0 {
    fill: #fff;
}

/* Mobile more */
#more-content-mobile {
    display: none;
}

#more-content-mobile li {
    border-top: 1px solid #a92933;
}

#more-content-mobile li a {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255,255,255,.3);
    line-height: 40px;
    text-align: left;
    display: block;
    padding-left: 30px;
}

#more-content-mobile li a:hover {
    color: #fff;
}

/* 2.3 Social icons
============================================================================= */
#social-icons {
    border-top: 1px solid #d6d6d6 !important;
    padding-left: 0 !important;
    background: #fff;
    height: 69px;
    box-shadow: 0 2px 1px 0 rgba(34,34,34,.2);
    text-align: center;
    padding-top: 18px;
}

#social-icons > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
}

#social-icons > ul > li:last-child {
    margin-right: 0;
}

#social-icons svg {
    viewbox: 0 0 30 30;
    width: 100%;
    height: 30px;
}

/* Facebook */
#social-icons #facebook .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #3b5998;
}

#social-icons #facebook .st1 {
    fill: #fff;
}

/* Twitter */
#social-icons #twitter .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #55acee;
}

#social-icons #twitter .st1 {
    fill: #fff;
}

/* Instagram */
#social-icons #instagram .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #3f729b;
}

#social-icons #instagram .st1 {
    fill: #fff;
    -webkit-transform: translate(1px,0px);
    -moz-transform: translate(1px,0px);
    -ms-transform: translate(1px,0px);
    transform: translate(1px,0px);
}

/* Youtube */
#social-icons #youtube .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #cd201f;
}

#social-icons #youtube .st1 {
    fill: #fff;
    -webkit-transform: translate(1px,0px);
    -moz-transform: translate(1px,0px);
    -ms-transform: translate(1px,0px);
    transform: translate(1px,0px);
}

/* Linkedin */
#social-icons #linkedin .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #0077b5;
}

#social-icons #linkedin .st1 {
    fill: #fff;
    -webkit-transform: translate(1px,0px);
    -moz-transform: translate(1px,0px);
    -ms-transform: translate(1px,0px);
    transform: translate(1px,0px);
}

/* 2.4 Search box
============================================================================= */
.search-box {
    height: 61px;
    box-shadow: none;
    float: left;
    border-top: 0;
    clear: none;
    background: none;
    position: absolute;
    padding: 0 20px 0 80px;
    top: 20px;
    width: 100%;
}

.search-box form {
    position: relative;
    padding: 0 0 0 9px;
}

.search-box .search-field {
    border-radius: 6px;
    border: 1px solid #444;
    width: 100%;
    height: 42px;
    font-size: 16px;
    padding: 0 53px 2px 15px;
    box-sizing: border-box;
    background: #fff;
    font-weight: 600;
}

.search-box .search-field.opened {
    border-bottom-left-radius: 0;
}

.search-box .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
    color: transparent;
    padding: 0 10px 0 0;
    background: #C62733 url(../img/search-icon-white.png) no-repeat center 7px;
    background-size: 24px 24px;
    border-radius: 0 5px 5px 0;
    z-index: 100;
}

.search-box input.local_where[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
	border-left: 1px solid #444;
    float: left;
    font-size: 18px;
    height: 40px;
	padding: 0 15px 2px 15px;
    width: 35%;
    position: absolute;
    top: 1px;
    right: 119px;
	border-radius: 0;
}

/* 2.5 Header active & stuck clases
============================================================================= */
#header.active {
    background: #c62733;
}

#header.is_stuck > .container {
}

#header.is_stuck .fix {
    height: 60px;
}

#header.active #navigation > ul {
    margin-top: -1px;
}

/* Logo */
#header.is_stuck #logo {
    width: 55px;
    overflow: hidden;
}

#header #logo.active #logo-red {
    display: none;
}

#header #logo.active #logo-white {
    display: inline-block;
}

/* Naviagtion */
#header.active #navigation-toggle {
    display: none;
}

#header.active #navigation-close {
    display: block;
    float: right;
    viewbox: 0 0 20 20;
    width: 20px;
    height: 20px;
    margin: 18px 22px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 50;
}

/* Search box */
#header.is_stuck .search-box {
    box-shadow: none;
    float: left;
    border-top: 0;
    clear: none;

    background: none;
    position: absolute;
}

#header.is_stuck .search-box .search-submit {
    margin-right: 0;
}

#header.active .search-box .search-field {
    border: 1px solid #fff;
    color: #fff;
}

#header.active .search-box .search-field::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
}

#header.active .search-box .search-field::-moz-placeholder {
    color: #fff;
    font-weight: 400;
}


#header.active .search-box .search-field:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
}

#header.active .search-box .search-submit {
    background: url(../img/svg/search-icon-white.svg) no-repeat right;
}

/* =============================================================================
--- 3. FEATURED BOX ------------------------------------------------------------
============================================================================= */
#featured-section .container {
    padding: 0;
}

/* 3.1 Slider
============================================================================= */
.slider {
    margin-top: 13px;
}

.slider .item img {
    width: 100%;
    min-height: 180px;
    display: block;
    visibility: hidden;
}

.slider .item h1 {
    font-size: 18px;
}

.slider .item figcaption {
    padding-top: 5px;
    margin-top: -1px;
}

.slider .item figure {
    cursor: pointer;
}

.slider .item figure div {
    background-position: center top;
    background-size: cover;
}

/* 3.2 Trending now
============================================================================= */
.trending-now {
    margin-top: 13px;
    padding-left: 10px;
    position: relative;
}

.trending:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 100%;
    background: url(../img/bg-right.png) repeat-y;
    content: '';
    z-index: 11;
}

.trending-now:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 100%;
    background: url(../img/bg-left.png) repeat-y;
    content: '';
    z-index: 11;
}

.trending-now h2 {
    font-size: 12px;
    font-weight: 600;
    color: #C62733;
    display: inline-block;
    background: #fff;
    z-index: 10;
    position: relative;
    padding: 2px 2px 2px 0;
}

.trending-now h2 .icon {
    display: none;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.trending-now .trending {
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    margin-top: -16px;
}

.trending-now ul {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
}

.trending-now li {
    display: inline-block;
    margin: 0 5px;
}

.trending-now li a {
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

.trending-now li a:hover {
    color: #C62733;
}

/* 3.3 You may also like
============================================================================= */
.desktop-taboola {
    display: none;
}

/* =============================================================================
--- 4. CONTENT SECTION ---------------------------------------------------------
============================================================================= */
#section-content {
    margin-top: 10px;
}

.small-post-list {
    font-size: 0;
}

.small-post-list .item.small-article:nth-child(2n+2) {
    margin-left: 3.3%;
}

.small-post-list .item.small-article:nth-last-child(2) {
    clear: both;
}

.item .art-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 15;
}

.item.small-article {
    width: 48.3%;
    float: left;
    margin-bottom: 11px;
    vertical-align: top;
}

.item.small-article img {
    max-width: 100%;
}

.item.small-article figcaption {
    padding: 0;
    font-size: 12px;
    color: #333;
    line-height: 16px;
    text-align: left;
    padding-top: 4px;
}

.item.small-article .tags {
    right: 4px;
    top: 6px;
}

.item.small-article .tags .video,.item.small-article .tags .photo {
    width: 17px;
    height: 13px;
    background-size: 17px 13px;
}

.tags {
    position: absolute;
    right: 24px;
    right: 7px;
    top: 9px;
    z-index: 5;
}

.tags .photo {
    background: url(../img/photo.png) no-repeat;
    width: 22px;
    height: 18px;
    background-size: 22px 18px;
    display: inline-block;
    margin-right: 0;
}

.tags .video {
    background: url(../img/video.png) no-repeat;
    width: 22px;
    background-size: 22px 16px;
    display: inline-block;
    height: 16px;
}

.small-article.item .play {
    position: relative;
    float: left;
    zoom: 1;
    width: 100%;
}

/* 4.1 Filter header
============================================================================= */
.filters {
    display: none;
}

/* 4.2 Content grid
============================================================================= */
.item {
    position: relative;
}

.item img {
    width: 100%;
}

.item figcaption {
    font-weight: 600;
    text-align: center;
    padding: 0 32px;
    margin-top: 4px;
    line-height: 20px;
    font-size: 14px;
    clear: both;
}

.item figcaption p {
    font-weight: 600;
    color: #333;
    display: inline;
}

.item figcaption .category {
    color: #C62733;
    font-weight: 600;
    position: relative;
    z-index: 15;
}

.item.photo .play:hover:before,.item.video .play:hover:before,.item.photo .play.active:before,.item.video .play.active:before {
    cursor: pointer;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/play.png) no-repeat center;
    background-size: 40px 40px;
    position: absolute;
    top: 6px;
    left: 0;
}

.article.item figcaption {
    padding: 6px 12px 0;
    margin-top: 6px;
}

/* 4.3 Load more
============================================================================= */
.posts-list .more-posts span.icon {
    background: url(../img/svg/loader.svg) no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 9px 0 0;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}

.posts-list .more-posts {
    width: 100%;
    display: block;
    border: 2px solid rgba(198,39,51,0.5);
    text-align: center;
    clear: both;
}

.posts-list .more-posts:hover {
    border: 2px solid rgba(198,39,51,1);
}

.posts-list .more-posts span:not(.icon) {
    margin: 9px 0 11px;
    display: inline-block;
    font-weight: 700;
    color: #c62733;
    font-size: 16px;
    width: auto;
    min-width: 155px;
}

.article.item {
    margin-bottom: 15px;
}

.article.item .content {
    display: none;
}

.article.item .tags {
    position: absolute;
    right: 8px;
    top: 10px;
}

.posts-list .article.item:nth-child(1n+7) {
    display: none;
}

.posts-list .article.item:last-of-type {
    margin-bottom: 25px;
}

.article.item .play {
    position: relative;
    float: left;
    zoom: 1;
    width: 100%;
}

.play:after {
    clear: both;
    content: '';
    display: table;
}

/* =============================================================================
--- 5. SIDEBAR -----------------------------------------------------------------
============================================================================= */
/* 5.1 Featured Videos
============================================================================= */
#mobile-taboola {
    margin-top: 5px;
}

#mobile-taboola:first-child {
	margin-top: 0 !important;
}

#mobile-taboola h2 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    background: #2a75c8;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#mobile-taboola .temp-taboola li {
    margin-bottom: 10px;
    float: left;
    position: relative;
    min-height: 67px;
}

#mobile-taboola .temp-taboola figure {
    clear: both;
}

#mobile-taboola .temp-taboola figure figcaption {
    padding-left: 78px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
}

#mobile-taboola .temp-taboola figure a {
    font-size: 12px;
    color: #999;
    display: block;
}

#mobile-taboola .temp-taboola figure img {
    width: 67px;
    height: 67px;
    float: left;
}

#mobile-taboola .mobile-taboola-link {
    float: right;
    color: #333;
    font-size: 13px;
    margin-top: 2px;
}

#mobile-taboola .mobile-taboola-link strong {
    font-weight: 400;
    color: #2790c6;
}

#mobile-taboola .temp-taboola .taboola-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* =============================================================================
--- 6. FOOTER ------------------------------------------------------------------
============================================================================= */
#footer {
    text-align: center;
    margin-top: 13px;
    padding-top: 15px;
}

#footer > .container {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    margin-bottom: 20px;
}

.more-posts-desktop {
    display: none;
}

/* 6.1 Links
============================================================================= */
#footer ul {
    position: relative;
    left: 4px;
}

#footer ul li {
    display: inline-block;
    position: relative;
    line-height: 26px;
}

#footer ul li.active {
    text-decoration: underline;
}

#footer ul li:after {
    content: '';
	display: inline-block;
	position: relative;
	top: 3px;
    margin: 0 5px;
    width: 1px;
    height: 13px;
    background: #dadada;
}

#footer ul li:last-child:after {
    display: none;
}

#footer li a {
    color: #2a75c8;
    font-size: 12px;
}

#footer li a:hover {
    text-decoration: underline;
}

/* 6.2 Scroll to top
============================================================================= */
#back-to-top {
    background: url(../img/back-to-top.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    margin: 0 auto 61px;
    box-shadow: 0 0 0 2px #e0e0e0 inset;
    border-radius: 50%;
}

#back-to-top:hover {
    box-shadow: 0 0 0 2px #C72733 inset;
}

/* 6.3 Content
============================================================================= */
#footer .copyright {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 28px;
    float: right;
    color: #000;
}

/* 6.4 Index page footer
============================================================================= */
#footer.main-footer {
    width: 100%;
    clear: none;
    float: none;
    position: static;
    bottom: 0;
    margin-top: 0;
    padding-top: 0;
    height: 45px;
    border-top: 0;
    text-align: center;
}

#footer.main-footer .container {
    border-top: none;
    padding-top: 9px;
    padding: 10px 5px;
}

#footer.main-footer ul {
    display: none;
    left: 0;
    margin: 5px 0 15px;
}

#footer.main-footer ul li:before {
    top: 6px;
}

#footer #themes li:before {
    display: none;
}

#footer.main-footer .copyright {
    color: #000;
    margin-top: 7px;
    float: none;
    font-size: 14px;
}

/* 6.5 Floated footer
============================================================================= */
#footer.center {
    margin-top: 10px;
}

#footer.center > .container {
    padding: 15px 0 0;
}

#footer.center ul {
    float: none;
}

#footer.center .copyright {
    float: none;
    margin-top: 11px;
    margin-bottom: 8px;
}

#footer {
    font-size: 12px;
    color: #cacaca;
}

/* 6.6 Footer theme picker
============================================================================= */
.theme-white,.theme-red,.theme-blue {
    width: 10px;
    height: 10px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
    display: inline-block;
    margin-right: 5px;
}

.theme-white {
    margin-left: 5px;
}

.theme-red {
    background: #C92734;
}

.theme-blue {
    margin-right: 0;
    background: #2A76CA;
}

/* =============================================================================
--- 7. SEARCH PAGE -------------------------------------------------------------
============================================================================= */
#search-page .container {
    padding: 0 20px;
}

#search-page .trending-now {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

#search-page .trending-now:before,.trending-now:after {
    display: none;
}

#search-page .trending-now .trending {
    padding: 0;
    margin-top: 0;
    overflow: visible;
    box-shadow: 0 0 0 1px #ddd inset;
}

#search-page .trending-now ul {
    padding: 0;
    margin: 20px 0;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    list-style-type: decimal;
    list-style: outside;
    white-space: normal;
}

#search-page .trending-now li {
    display: block;
    margin: 0 10px 15px 22px;
    counter-increment: custom;
}

#search-page .trending-now li:last-child {
    margin-bottom: 0;
}

#search-page .trending-now ul li:before {
    content: counter(custom) "   ";
    color: #C62733;
    font-weight: 900;
    margin-right: 10px;
}

#search-page .trending-now li a {
    font-size: 14px;
    font-weight: 600;
}

#search-page .trending-now ul li:first-child {
    counter-reset: custom;
}

#search-page .trending-now h2 {
    display: block;
    height: 40px;
    background: #C62733;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

#search-page .trending-now h2 .icon {
    float: left;
    background: url(../img/svg/trending.svg) no-repeat;
    width: 20px;
    height: 14px;
    margin-top: 11px;
    margin-left: 11px;
    margin-right: 12px;
    display: inline;
}

/* 7.1 Search menu
============================================================================= */
.search-menu {
    padding: 11px 0 12px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    font-size: 0;
}

.search-menu li {
    position: relative;
    display: inline-block;
    margin-right: 21px;
    line-height: 16px;
    zoom: 1;
    *display: inline;
}

.search-menu li:last-child {
    margin-right: 0;
}

.search-menu li a {
    color: #777;
    font-size: 14px;
    vertical-align: middle;
    display: block;
    width: 100%;
}

.search-menu li.active:before,.search-menu li:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #2a75c8;
    bottom: -12px;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.search-menu li.active a,.search-menu li:hover a {
    color: #2a75c8;
}

/* 7.2 Results container
============================================================================= */
.results-container{
	padding-top: 20px;
}

.results-container .top-header {
    font-weight: 600;
    color: #444;
    margin-top: 22px;
    margin-bottom: 15px;
}

.results-container .top-header .amount {
    font-weight: 400;
    color: #b2b2b2;
    float: right;
}

#left-sidebar {
	width: 100%;
}

#left-sidebar .trending-now h2 {
    background: #C62733;
    margin-bottom: 0;
    line-height: 34px;
    padding-left: 11px;
}

#left-sidebar .trending-now h2 .icon {
    margin-left: 0;
}

/* results */
.results strong {
    font-weight: 600;
}


.results a {
    color: #2a75c8;
}

.results a:hover {
	text-decoration: underline;
}

.results h3 {
    margin-bottom: 2px;
}

.results h3 a {
    line-height: 20px;
    font-size: 16px;
    color: #2a75c8;
    font-weight: 600;
}

.results h3 a:hover {
    text-decoration: underline;
}

.info-tag {
    border-radius: 4px;
    font-size: 10px;
    color: #999;
    width: 21px;
    height: 16px;
    line-height: 14px;
    display: inline-block;
    zoom: 1;
    background: #e6e6e6;
    position: relative;
    top: -2px;
    text-align: center;
    margin-right: 5px;
}

.results .result-link {
    color: #259807;
    line-height: 20px;
    margin-bottom: 2px;
    word-break: break-all;
}

.results .result-snippet {
    line-height: 20px;
    color: #444;
    margin-top: 2px;
}

.results .result-link strong,
.results .result-snippet strong {
	font-weight: 400;
}

.results > ul > li {
    margin-bottom: 12px;
    padding-right: 0;
}

.result-videos ul > li,.result-images ul > li {
    float: left;
}

.results .result-videos,.results .result-images,.results .result-news {
    padding-right: 0;
}

.results .result-news .block {
    padding: 13px 0 43px;
}

/* Search blocks */
.results .block {
    position: relative;
    padding: 11px 0 17px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 18px;
}

.results .block .header {
    color: #444;
    font-weight: 600;
}

.results .block .header .first-line {
    font-size: 16px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.results .block .header .first-line span {
    color: #444;
}

.results .block .header .second-line {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 17px;
}

/* 7.3 News block
============================================================================= */
.results .result-news {
    margin-bottom: 18px;
}

.result-news .header {
    margin-bottom: 15px;
}

.result-news ul > li {
    margin-bottom: 11px;
}

.result-news ul > li > a {
    line-height: 20px;
}

.result-news ul > li > a strong {
	font-weight: 400;
}

.result-news ul > li:last-child {
    margin-bottom: 2px;
}

.result-news .news-author {
    color: #27b91c;
    margin-top: 3px;
}

.result-news .news-author span {
    color: #b2b2b2;
}

/* 7.4 Images block
============================================================================= */
.results .result-images {
    font-size: 0;
    margin-bottom: 18px;
}

.results .result-images ul {
    position: relative;
    margin: 13px 0 4px;
    max-height: 200px;
    overflow: hidden;
}

.results .result-images .block {
    padding: 12px 0 45px;
    margin-bottom: 17px;
}

.results .result-images ul > li {
    z-index: 2;
    position: relative;
    margin-right: 8px;
    width: 31.4%;
}

.results .result-images ul > li:last-child {
    margin-right: 0;
}

.results .result-images ul > li img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    min-width: 152px;
    min-height: 152px;
}

.results .result-images ul > li a {
    height: 88px;
    width: 88px;
    overflow: hidden;
    display: inline-block;
}

.results .result-images ul > li:nth-child(3) {
    margin-right: 0;
}

.results .result-images ul > li:last-child {
    display: none;
}

/* 7.5 Videos Block
============================================================================= */
.results .result-videos {
    position: relative;
    padding-right: 0;
    margin-bottom: 18px;
}

.results .result-videos .block {
    padding: 13px 0 43px;
}

.result-videos ul {
    position: relative;
    margin: 13px 0 4px;
/* height: 200px; */
    max-height: 200px;
    overflow: hidden;
}

.result-videos ul > li:last-child {
    margin-right: 0;
    display: none;
}

.result-videos ul > li:nth-child(3) {
    margin-right: 0;
}

.result-videos ul > li {
    z-index: 2;
    position: relative;
    margin-right: 8px;
}

.result-videos ul > li img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    min-width: 152px;
    min-height: 152px;
}

.result-videos ul > li a {
    height: 88px;
    width: 88px;
    overflow: hidden;
    display: inline-block;
    position: realtive;
}

.result-videos ul > li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/player.png) no-repeat center;
    background-size: 26px 34px;
    z-index: 10;
}

/* 7.6 Also block
============================================================================= */
.result-also .header {
    font-weight: 600;
    color: #444;
    font-size: 16px;
    margin-top: 21px;
    margin-bottom: 11px;
}

.result-also ul > li {
    float: left;
    width: 251px;
    padding-right: 10px;
    line-height: 20px;
    margin-bottom: 2px;
}

.navigation {
    clear: both;
    text-align: center;
    padding-right: 14px;
    margin-top: 52px;
    margin-bottom: 100px;
}

/* 7.7 Search Sidebar
============================================================================= */
.sidebar-block {
    margin-bottom: 20px;
}

.sidebar-block.map {
    margin-top: 18px;
}

.sidebar-block.map iframe {
    width: 100%;
}

.sidebar-block.map #map-container {
    width: 100%;
    height: 200px;
}


.sidebar-block.wikipedia {
    margin-bottom: 0;
    display: none;
    margin-right: 0;
}

.sidebar-block h2 {
    font-size: 16px;
    padding: 10px 11px 9px 14px;
    font-weight: 600;
    color: #fff;
}

.sidebar-block h2.red {
    background: #C62733;
}

.sidebar-block h2.rounded {
    border-radius: 5px 5px 0 0;
}

.sidebar-block h2 .more {
    color: rgba(255,255,255,0.5);
    float: right;
    font-size: 15px;
    position: relative;
    top: -1px;
    right: -1px;
    font-weight: 600;
}

.sidebar-block h2 .more:hover .icon-right,.sidebar-block h2 .more:hover {
    background-position: bottom;
    color: #fff;
}

.icon-right {
    width: 11px;
    height: 8px;
    background: url(../img/more-right.png) no-repeat top;
    background-size: 5px 16px;
    display: inline-block;
    position: relative;
    left: -1px;
    top: 0;
}

.sidebar-block .block-content {
    box-shadow: 0 0 0 1px #e1e1e1 inset;
    border-radius: 0 0 5px 5px;
}

.sidebar-block .block-content .bottom-block {
    padding: 16px 21px 15px;
}

.sidebar-block .block-content ul li {
    margin-bottom: 17px;
}

.sidebar-block .block-content ul li:last-child {
    margin-bottom: 0;
}

.sidebar-block .block-content .counter {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #c62733;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    text-indent: 1px;
    margin-right: 7px;
}

.sidebar-block .block-content .title {
    font-weight: 600;
    font-size: 14px;
}

.sidebar-block .block-content .title a {
    color: #444;
    font-weight: 600;
}
.sidebar-block .block-content .title a:hover {
	text-decoration: underline;
}

.sidebar-block .block-content .link {
    font-size: 13px;
    color: #27b91c;
    margin: 6px 0;
    display: inline-block;
}

.sidebar-block .block-content .link:hover {
	text-decoration: underline;
}

.sidebar-block .block-content .link a {
    font-size: 13px;
    color: #27b91c;
    word-break: break-all;
}

.sidebar-block .block-content .link.inline {
    margin: 0;
}

.sidebar-block .block-content .text {
    margin: 1px 0 7px;
	line-height: 1.25;
    font-size: 13px;
}

.sidebar-block .block-content .text.content {
    line-height: 20px;
}

.sidebar-block .block-content .text.subtitle {
    color: #999;
    margin: 1px 0 3px;
}

.sidebar-block .block-content .text.title {
    font-size: 14px;
    margin: 3px 0 9px;
}

.sidebar-block .top-block img {
    width: 100%;
    max-width: 100%;
}

.sidebar-block .top-block {
    position: relative;
}

.sidebar-block .top-block .more {
    z-index: 10;
    position: absolute;
    font-size: 12px;
    right: 0;
    font-weight: 600;
    bottom: 2px;
    right: 0;
    background: rgba(0,0,0,.6);
    padding: 5px 5px 8px 9px;
    color: rgba(255,255,255,0.5);
}

.sidebar-block .top-block .more:hover {
    color: #fff;
}

.sidebar-block .top-block .more .icon-right {
    top: 1px;
    left: -2px;
}

.sidebar-block .top-block .more:hover .icon-right {
    background-position: 0 -8px;
    top: 1px;
    left: 1px;
}

/* 7.8 Related block
============================================================================= */
.related-block {
    background: #F5F5F5;
    margin-top: 23px;
    padding: 21px 25px 23px;
    border-radius: 5px;
}

.related-block h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 21px;
}

.related-block ul {
}

.related-block li {
    margin-bottom: 11px;
}

.related-block li:last-child {
    margin-bottom: 0;
}

.related-block li a {
    font-weight: 600;
    font-size: 14px;
    color: #2a75c8;
}

.related-block li a:hover {
	text-decoration: underline;
}

/* 7.7 Navigation
============================================================================= */
.navigation a.prev {
    margin-right: 10px;
    margin-left: 0;
}

.navigation a {
    font-size: 16px;
    color: #2a75c8;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}

.navigation a.next {
    margin-left: 5px;
    margin-right: 0;
}

.navigation a.active,.navigation a:hover {
    color: #444;
}

#search-page #mobile-taboola h2 {
    margin-bottom: 10px;
    padding-left: 13px;
}

#search-page #mobile-taboola .temp-taboola li {
    margin-bottom: 10px;
}

#search-page #left-sidebar .ad.desktop.bottom {
    margin: 29px 0 5px;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}

/* =============================================================================
--- 8. LIGHTBOX GALLERY --------------------------------------------------------
============================================================================= */
.gallery {
    position: fixed;
    top: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.gallery.loader-back {
    background-image: url(../img/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;    
}

.gallery.active {
    visibility: visible;
}

.gallery-container {
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}

.top-block .gallery-container {
    max-width: 310px;
    position: relative;
}

/* Close */
.close-gallery {
    height: 100%;
    width: 56px;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 77px;
}

.close-gallery img {
    width: 23px;
    height: 23px;
    margin: 25px auto 0;
    display: block;
}

/* Gallery Header */
.gallery .top-block {
    padding: 0;
    background: #1f1f1f;
    position: relative;
}

/* Related Keywords */
.gallery .related-keywords {
    float: none;
    clear: both;
    padding-bottom: 20px;
    display: table;
    margin: 0 auto;
    min-height: 60px;
    text-align: center;
}

.gallery .related-keywords li {
    display: inline-block;
    word-break: break-word;
    padding-right: 0;
    text-align: center;
    display: inline;
    zoom:1;
    padding-top: 20px;
    min-width: 100px;
    height: 40px;
}

.gallery .top-block:before {
    content: '';
    position: absolute;
    height: 135px;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #111;
}

.gallery .related-keywords li:last-child {
/* padding: 0; */
    margin: 0;
    border: none;
}

.gallery .related-keywords li:nth-child(n+5) {
    margin-bottom: 0;
}

.gallery .related-keywords li a {
    color: #636363;
    line-height: 20px;
    display: inline-block;
    font-size: 13px;
    max-width: 88px;
    max-height: 40px;
    overflow: hidden;
    max-height: 40px;
    vertical-align: middle;
}

.gallery .related-keywords li:nth-child(n+4) {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 4px;
}

.gallery .related-keywords li:nth-child(n+7) {
    display: none;
}

.gallery .related-keywords li.active a,.gallery .related-keywords li:hover a {
    color: #414141;
}

/* Gallery Input */
.gallery .search-box form {
    padding-right: 0;
}

.gallery .search-box {
    background: none;
    border-top: none;
    max-width: 185px;
    float: left;
    clear: none;
    padding: 0;
    box-shadow: none;
    height: auto;
    position: static;
    margin-top: 17px;
}

.gallery .search-box .search-field {
    height: 39px;
    border: 1px solid #000;
}

.gallery .search-box .search-submit {
    position: absolute;
    top: 1px;
    right: 0;
    width: 38px;
    height: 37px;
    cursor: pointer;
    color: transparent;
    padding: 8px 10px 10px 0;
    background: #C62733 url(../img/search-icon-white.png) no-repeat center 7px;
    background-size: 21px 21px;
}

/* Logo */
.gallery .logo {
    float: left;
    width: 48px;
    overflow: hidden;
    position: relative;
    z-index: 1000;
    height: 40px;
    margin-right: 5px;
    margin-top: 19px;
    margin-left: 18px;
    margin-bottom: 13px;
}

.gallery .logo img {
    width: 225px;
    max-width: 245px;
}

/* Carousel */
.expand {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 12px 0;
    padding: 0 70px;
    line-height: 18px;
    position: relative;
}

.expand .expand-link {
    display: inline-block;zoom:1;
    margin-left: 7px;
    font-weight: bold;
    color: #282828;
    border-radius: 15px;
    padding: 7px 15px;
    font-size: 14px;
    background: #535353;
    margin-top: 8px;
}

.expand .expand-link span {
    color: #000;
    font-weight: bold;
}

.expand .expand-link span.expand-icon {
    background: #535353 url(../img/expand.png) no-repeat right top;
    background-size: 17px 30px;
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-left: 7px;
    position: relative;
    top: 2px;
}
.expand .expand-link:hover .expand-icon {
    background-position: right bottom;
}

.expand .expand-link:hover{
        color: #000;
        text-decoration: underline;
}

/* Controls */
.gallery .owl-prev,.gallery .owl-next {
    width: 40px;
    height: 40px;
}

.gallery .owl-next {
    float: right;
    background: url(../img/next-home-white.png) no-repeat top center;
    background-size: 40px 40px;
    right: 25px;
}

.gallery .owl-prev {
    float: left;
    background: url(../img/prev-home-white.png) no-repeat top center;
    background-size: 40px 40px;
    left: 25px;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-next,.gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 51.4%;
}

/* Top Image */
#sync1 {
    margin-bottom: 10px;
}

#sync1 img {
    margin: 0 auto;
    display: block;
    max-height: none;
    max-width: 856px;
}

.image-shadow:after {
    content: '';
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 856px;
    height: 661px;
    box-shadow: 0 25px 30px -20px #000 inset,0 -25px 30px -20px #000 inset;
}

.gallery .owl-carousel .item img {
    min-height: 80px;
    max-width: 80px;
    margin: 0 auto;
    display: block;
}

/* Lightbox Thumbnails */
#sync2 {
    padding-bottom: 10px;
}

#sync2 .owl-wrapper {
    -webkit-transform: translate3d(-50px,0px,0px);
    -moz-transform: translate3d(-50px,0px,0px);
    -ms-transform: translate3d(-50px,0px,0px);
    transform: translate3d(-50px,0px,0px);
}

#sync2 .owl-item:first-child {
    margin-left: 10px;
}

#sync2 .owl-item.synced:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 2px #fff inset;
    right: 0;
    margin: 0 auto;
}

/* =============================================================================
--- 8. TEXT PAGE ---------------------------------------------------------------
============================================================================= */
#text-page #footer {
    float: none;
    width: 100%;
}

#text-page #footer ul {
    position: static;
}

#text-page h1 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 9px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 11px;
    border-top: 1px solid #e1e1e1;
}

#text-page h1 a {
    display: block;
    text-align: center;
    color: rgba(203,61,73,0.8);
    font-size: 16px;
    font-weight: 700;
    margin-top: 6px;
    line-height: normal;
    letter-spacing: -.25px;
}

#text-page h1 a:hover {
    color: rgba(203,61,73,1);
}

#text-page h1 span.icon {
    background: url(../img/back-to-home.png) no-repeat bottom;
    background-size: 6px 24px;
    width: 6px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 0;
    left: -5px;
}


#text-page h1 a:hover * {
    background-position: top;
}

#text-page #back-to-top {
    display: none;
}

#text-page #footer.center .copyright {
    margin-top: 7px;
    font-size: 12px;
}

.content-text {
    margin-bottom: 18px;
}

.content-text h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
}

.content-text .red {
    color: #C62733;
}

.content-text strong {
    font-weight: 600;
}

.content-text p:last-of-type {
    margin-bottom: 7px;
}

.content-text p.first {
    margin-bottom: 9px;
}

.content-text p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 17px;
}

.content-text a {
    color: #1f8dd6;
}

.content-text a:hover {
	text-decoration: underline;
}

.content-text ul {
    margin-left: 29px;
    margin-bottom: 8px;
}

.content-text ul > li,.content-text ul > li a {
    color: #333;
    line-height: 20px;
    font-size: 14px;
}

/* =============================================================================
--- 10. OWL CSS ----------------------------------------------------------------
============================================================================= */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8,move;
}

/* fix */
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Theme */
.owl-theme .owl-controls {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: transparent;
}

.owl-prev {
    float: left;
    background: url(../img/prev.png) no-repeat top center;
    width: 25px;
    height: 50px;
    background-size: 25px 50px;
    left: 0;
}

.owl-next {
    float: right;
    background: url(../img/next.png) no-repeat top center;
    width: 25px;
    height: 50px;
    background-size: 25px 50px;
    right: 0;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
/*IE7 fix*/
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-next,.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 29%;
    overflow: hidden;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}

.no-results {
    margin: 20px 0;
}

/* Images Page */
.results .og-grid {
    list-style: none;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 0;
}

.results .og-grid li {
    display: inline-block;
    height: 85px;
    width: 85px;
    overflow: hidden;
    padding-right: 0 !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.results .og-grid li.image:nth-child(5n+5) {
    margin-right: 0;
}

.results .og-grid .scaleimage {
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    min-width: 200px;
    min-height: 200px;
}

.image-details {
    height: 300px;
    background: rgba(0,0,0,0.9);
    margin: 20px 0;
    display: none;
    position: relative;
}

.image-details figure {
    width: 50%;
    float: left;
    height: 100%;
    top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.placer {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.image-details figure img {
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.image-details .right-buttons {
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}

.image-details .right-buttons a {
    display: inline-block;
    margin-left: 10px;
    background: #2790C6;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}

#videos_results li {
    height: 120px;
    width: 150px;
    padding-right: 5px;
    display: inline-block;
    text-align: center;
}

#videos_results li img {
    vertical-align: middle;
    max-width: 100%;
}

.results-news .result-link>span {
    color: #b2b2b2;
}

#home-section {
    width: 100%;
    height: 598px;
    display: table;
}

#home-section > .home-container > .container {
    height: auto;
    max-width: 295px;
    padding: 0;
}

#home-section > .home-container {
    display: block;
    vertical-align: middle;
    padding-bottom: 0;
    padding-top: 173px;
    text-align: center;
}

/* Index mobile menu */
#home-section .home-menu {
    display: none;
}

#home-section .home-menu ul {
    border-top: 1px solid #d6d6d6;
    margin-top: 46px;
}

#home-section .home-menu ul li {
    text-align: right;
    border-bottom: 1px solid #d6d6d6;
}

#home-section .home-menu ul li a {
    font-size: 18px;
    color: #bebebe;
    padding: 15px 0;
    display: block;
    width: 100%;
}

#home-section .home-menu ul li.active a,#home-section .home-menu ul li a:hover {
    color: #444;
}

#home-section .home-menu ul li.theme-picker {
    font-size: 18px;
    padding-top: 15px;
    border-bottom: none;
    padding-bottom: 70px;
}

#home-section .home-menu ul li.theme-picker a:first-child {
    margin-left: 11px;
}

#home-section .home-menu ul li.theme-picker a:last-child {
    margin-right: 0;
}

#home-section .home-menu ul li.theme-picker a {
    position: relative;
    bottom: -5px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    display: inline-block;
    padding: 0;
}

#home-section .home-menu ul li.theme-picker a span {
}

#home-section .home-menu.active {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 28px;
    z-index: 1000;
    background: #fff url(../img/logo.png) no-repeat right 26px;
    background-size: 177px;
}

.home-menu .home-menu-close {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.home-menu .home-menu-close .close-icon {
    background: url(../img/close-red.png) no-repeat center;
    background-size: 23px 23px;
    display: block;
    width: 23px;
    height: 23px;
}

#home-section .home-trigger {
    width: 27px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 20px;
    cursor: pointer;
}

#home-section .home-trigger .st0 {
    fill: #C62733;
}

#home-section .menu-container {
    height: auto;
    max-width: 295px;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

#home-section .owl-pagination {
    display: none;
}

#home-section .search-box .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
    color: transparent;
    padding: 8px 10px 10px 0;
    margin: 0;
    border-radius: 0 5px 5px 0;
    background-position: center 8px;
}

.home-item {
    text-align: center;
}

.home-item img {
    display: block;
}

.home-item a {
    text-align: left;
    width: 112px;
    height: 112px;
    display: inline-block;
    position: relative;
}

.home-item a img {
    width: 112px;
    height: 112px;
}

.home-item a:hover::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
}

.home-item a:hover::before {
    content: attr(data-text);
    position: absolute;
    z-index: 10;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 17px;
}

#home-section #logo {
    display: inline-block;
    text-align: center;
    zoom: 1;
    *display: inline;
}

#home-section #logo img {
    margin: 0 auto;
}

#home-section .search-box {
    padding: 0;
    margin: 35px 0 50px;
    box-shadow: none;
    height: auto;
    border-top: none;
    position: static;
    float: none;
}

#home-section .search-box form {
    padding: 0;
}

html {
    height: 100%;
    box-sizing: border-box;
}

#home-section #logo-desktop {
    display: block;
}

 #logo-desktop {
    display: block;
    max-width: 254px;
    max-height: 40px;
}

.home-carousel-container {
    position: relative;
    width: 230px;
    margin: 0 auto;
}

.carousel-prev {
    display: block;
    float: left;
    background: url(../img/prev-home.png) no-repeat top center;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    left: -10px;
    position: absolute;
    top: 36px;
    cursor: pointer;
    z-index: 999;
}

.carousel-next {
    display: block;
    float: right;
    background: url(../img/next-home.png) no-repeat top center;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    right: -10px;
    position: absolute;
    top: 36px;
    z-index: 999;
    cursor: pointer;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10;
    position: relative;
}

.lightSlider:before,.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > .active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0;
    transition: all .5s linear 0;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: .8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0 .35s linear 0;
    transition: border-radius .12s linear 0 .35s linear 0;
}

.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/
/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *,.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}


/* LightBox CSS */
#slidery img {
    max-width: 100%;
    max-height: 100%;
    margin: 72px auto 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 248px !important;
}

#jssor_1 {
    min-height: 418px;
}

#jssor_1 > div {
    transform: scale(1) !important;
    width: 100% !important;
}

#jssor_1 > div > div {
    width: 100% !important;
}

#jssor_1 > div > div [data-u="slides"] {
    width: 100% !important;
    top: 28px;
}

#slidery div[data-p="262.625"] {
    width: 100% !important;
    height: 725px !important;
}

/* jssor slider arrow navigator skin 05 css */
/*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        */
.jssora05l {
    display: block;
    position: absolute;
/* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../img/prev-home-white.png) no-repeat;
    overflow: hidden;
    background-size: 40px 40px;
    margin-top: 157px;
}

.jssora05r {
    display: block;
    position: absolute;
/* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../img/next-home-white.png) no-repeat;
    overflow: hidden;
    background-size: 40px 40px;
    margin-top: 157px;
}

.jssora05l {
    top: 16px !important;
}

.jssora05r {
    top: 16px !important;
}

/* jssor slider thumbnail navigator skin 01 css */
/*
        .jssort01 .p            (normal)
        .jssort01 .p:hover      (normal mouseover)
        .jssort01 .p.pav        (active)
        .jssort01 .p.pdn        (mousedown)
        */
.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    cursor: pointer;
}

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
}

.jssort01 .w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
    box-sizing: content-box;
    background: url(img/t01.png) -800px -800px no-repeat;
    _background: none;
}

.jssort01 .pav .c {
    top: 0;
    _top: 0;
    left: 0;
    _left: 0;
    width: 68px;
    height: 68px;
    border: #fff 2px solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p:hover .c {
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
}


/* Taboola  */
#taboola-right .videoCube .thumbBlock_holder {
    width: 67px;
    float: left;
    height: 67px;
}
#taboola-right .videoCube .video-label-box {
    padding-left: 81px;
}

#taboola-right .videoCube .video-label.video-title {
    color: #333;
    font-weight: 600;
    font-family: 'Open Sans';
}

#taboola-right .videoCube .item-label-href .branding {
    font-size: 12px;
    color: #999;
    display: block;
    font-family: "Open Sans";
    font-weight: 400;
}

#taboola-right .trc-widget-footer .logoDiv.link-adc {
    display: none;
}

#taboola-right .trc-widget-footer .logoDiv .trc_desktop_attribution_link.trc_attribution_position_bottom span{
    color: #2a75c8;
    font-size: 14px;
}

#taboola-right .logoDiv.link-disclosure.attribution-disclosure-link-sponsored span {
    font-size: 14px;
    font-family: "Open Sans";
}


#list-loader {
    height: 50px;
    width: 100%;
    background-image: url(../img/loader.gif);
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 42px 10px;
    margin-bottom: 30px;
}

#list-loader.unvisible {
    opacity: 0;
}

/* Autocomplete */
.xdsoft_autocomplete,
.xdsoft_autocomplete div,
.xdsoft_autocomplete span{
/*	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;*/
}

.xdsoft_autocomplete{
display:inline;
position:relative;
word-spacing: normal;
text-transform: none;
text-indent: 0;
text-shadow: none;
text-align: start;
}

.xdsoft_autocomplete .xdsoft_input{
	position:relative;
	z-index:2;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown{
	position:absolute;
	border: 1px solid #444;
	cursor: default;
	display:none;
	z-index: 1001;
	margin-top:-1px;
	background-color:#fff;
    left:0;
    top: 42px;
    margin-left:0;
    margin-right:0;
    width: 632px;
    max-height: 505px;
    max-width: 81.2%;
    min-width: 254px;
    display: none;
	overflow:auto;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint{
	position:absolute;
	z-index:1;
	color:#ccc !important;
	-webkit-text-fill-color:#ccc !important;
	text-fill-color:#ccc  !important;
	overflow:hidden !important;
	white-space: pre  !important;
}

.xdsoft_autocomplete .xdsoft_autocomplete_hint span{
	color:transparent;
	opacity: 0.0;
}



.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright{
	color:#ddd;
	font-size:10px;
	text-decoration:none;
	right:5px;
	position:absolute;
	margin-top:-15px;
	z-index:1002;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
	cursor: pointer;
	line-height: 1.5em;
    font-family: 'Open Sans';
    font-size: 18px;
    margin: 7px 0;
	padding: 2px 0 2px 0;
    font-weight: bold !important;
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div b {
	white-space: nowrap;
	cursor: pointer;
	line-height: 1.5em;
    font-family: 'Open Sans';
    font-size: 18px;
	padding: 2px 0 2px 0;
    margin: 5px 0;
    color: #999;
}

.xdsoft_autocomplete_hint.opened {
    border-bottom-left-radius: 0 !important; 
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active{
	background: #C62733;
	color: #FFFFFF;
}

