@font-face {
    font-family: OpodoPictos-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/opodo.woff) format("woff")
}

@font-face {
    font-family: Opodo-smartphone-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/opodo-smartphone.woff) format("woff")
}

/* General styles */
body {
    font-family: Ubuntu;
    font-size: 16px;
}
h1, h2, h3 {
    font-family: Courgette;
}
ul > li {
  padding-bottom: 10px;
}
footer.content-info {
    width: 100%;
    margin-bottom: 50px;
}

.main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .main {
        float: left;
        width: 100%
    }
}

/* Buttons */
.btn-side {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.btn-side:hover {
  color: #ccc;
  text-decoration: none;
}
a.primary {
  background-color: #FF6600;
  border: 1px solid #FF6600;
  border-radius: 40px;
  color: #ffffff !important;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
}
a.primary:hover {
  background-color: #E64E00;
  border: 1px solid #E64E00;
  text-decoration: none;
  color: #ffffff !important;
}

/* Other styles */
body#tinymce {
    margin: 12px!important
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    display: block;
    margin: 10px auto;
    height: auto
}

.alignleft,
.alignright {
    margin-bottom: 10px;
    height: auto
}

@media (min-width:768px) {
    .alignleft {
        float: left;
        margin-right: 10px
    }
    .alignright {
        float: right;
        margin-left: 10px
    }
}

.wp-caption-text {
    padding: 9px
}

/* Side main menu */

a.nav-expander {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 45px;
    width: 80px;
    z-index: 12;
    transition: right .3s ease-in-out 0s;
    -webkit-transition: right .3s ease-in-out 0s;
    -moz-transition: right .3s ease-in-out 0s;
    -o-transition: right .3s ease-in-out 0s
}
a.nav-expander:hover, a.nav-expander:focus {
    color: #fff;
}

@media (min-width:768px) {
    a.nav-expander {
        display: none
    }
}

a.nav-expander:hover {
    cursor: pointer
}

.icon-menu {
    position: absolute;
    top: -8px
}

.icon-menu:after {
    content: "%";
    font-family: Opodo-smartphone-Regular;
    font-size: 40px;
    color: #FFF;
    line-height: 40px
}

#nav-side {
    background: #000;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;
    transition: right .3s ease-in-out 0s;
    -webkit-transition: right .3s ease-in-out 0s;
    -moz-transition: right .3s ease-in-out 0s;
    -o-transition: right .3s ease-in-out 0s
}

.nav-expanded #nav-side {
    right: 0
}

body.nav-expanded {
    margin-left: 0;
    transition: right .4s ease-in-out 0s;
    -webkit-transition: right .4s ease-in-out 0s;
    -moz-transition: right .4s ease-in-out 0s;
    -o-transition: right .4s ease-in-out 0s
}

#nav-close {
    font-size: 14px;
    color: #FFF;
    padding-right: 45px;
    position: relative
}

#nav-close:hover {
    text-decoration: none
}

#nav-close .icon-close {
    position: absolute;
    right: 15px;
    top: -5px
}

#nav-close .icon-close:after {
    content: "r";
    font-family: Opodo-smartphone-Regular;
    font-size: 30px;
    color: #FFF;
    line-height: 31px
}

#nav-side {
    padding-top: 12px
}

#nav-side>.text-right {
    padding: 5px 0 20px
}

#nav-side ul {
    padding-left: 0
}

#nav-side li {
    border-bottom: 1px solid #333;
    list-style: none;
    font-size: 16px
}

#nav-side li a {
    color: #CCC;
    text-decoration: none;
    display: block
}

#nav-side li a:hover {
    color: #FFF;
    text-decoration: none
}

#nav-side .side-menu>li>a {
    padding: 15px
}

#nav-side .side-menu>li.active>a,
#nav-side .side-menu>li>a:hover {
    background-color: #F60;
    color: #fff
}

#nav-side .side-menu>li>a:hover .icon-arrow:before {
    color: #fff
}

#nav-side li .sub-menu {
    background-color: #333
}

#nav-side li .sub-menu>li {
    border-bottom: 0
}

#nav-side li .sub-menu>li:first-child {
    padding-top: 10px
}

#nav-side li .sub-menu>li:last-child {
    padding-bottom: 10px
}

#nav-side li .sub-menu>li>a {
    padding: 7px 15px;
    font-size: 14px
}

#nav-side li .sub-menu>li.active>a {
    color: #fff
}

#nav-side .icon-arrow {
    font-family: Opodo-smartphone-Regular;
    font-size: 16px;
    float: right
}

#nav-side .icon-arrow:before {
    content: ",";
    color: #F60
}

#nav-side .active>a>.icon-arrow:before {
    content: ".";
    color: #fff
}
#nav-side .back-menu .icon-arrow:before {
    content: "f";
    color: #F60
}

.comment-list {
    padding-left: 0;
    list-style: none
}

.comment-list ol {
    list-style: none
}

.search-form label {
    font-weight: 400
}





/* Header */

header.banner {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 2%, rgba(0, 0, 0, .02) 98%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .4) 2%, rgba(0, 0, 0, .02) 98%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 2%, rgba(0, 0, 0, .02) 98%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#05000000', GradientType=0)
}

.main-header {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 20px 0 10px;
    border-radius: 0;
    margin: 0
}
.main-header > .navbar-nav {
  margin-top: 25px;
}

@media all and (max-width: 767px) {
  .main-header > .navbar-nav {
    display: none;
  }

}
.brand img {
    margin: 25px 0 10px;
}
.brand-blog {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    padding: 0;
    border-radius: 0 0 3px 3px;
    width: 160px;
    height: 38px;
    text-align: right
}
.brand-blog > a {
  float: right;
  padding: 12px 15px 13px 5px;
  width: 100%;
}
.brand-blog a, .brand-blog a:hover, .brand-blog a:focus {
    font-size: 12px;
    color: #FFF;
    line-height: 13px
}
.brand-blog:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.brand-blog a>.glyphicon {
    color: #F60;
    font-size: 10px
}

.main-navbar {
    border: 0;
    padding: 0
}

.main-header .navbar-nav>li {
    padding: 0 15px
}

.main-header .navbar-nav>li:last-child {
    padding-right: 0
}

.main-header .navbar-nav>li>a {
    opacity: .8;
    font-size: 18px;
    color: #FFF;
    line-height: 21px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    padding: 10px 0
}
.main-header .nav .open > a, 
.main-header .nav .open > a:focus, 
.main-header .nav .open > a:hover ,
.main-header .nav>li.active>a,
.main-header .nav>li>a:focus,
.main-header .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
    border-bottom: 3px solid #fc6600 !important;
    opacity: 1
}

.main-header .navbar-nav>li>a .caret {
    display: none
}

/* Footer */

.content-info {
    background-color: #f2f2f2;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding: 55px 0 40px
}

.content-info .back-footer {
    padding-left: 15px;
    text-align: center;
    height: 19px;
}
.content-info .back-footer .love-trend {
    margin-bottom: 0;
    margin-top: -25px;
}
.content-info .back-footer a {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    position: relative;
}
.content-info .back-footer .love-trend {
display: inline-block;
margin-top: -16px;
font-size: 15px;
}

.content-info .back-footer a>.glyphicon {
    font-size: 12px;
    left: -20px;
    line-height: 12px;
    position: absolute;
    top: 3px;
    color: #F60
}

.content-info .back-footer a:focus,
.content-info .back-footer a:hover {
    color: #333
}

.content-info ul {
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
}

.content-info li {
    display: inline-block;
    margin-left: 15px
}

.content-info li a {
    color: #666
}

.content-info li a:hover {
    color: #333
}

.content-info li a:focus {
    color: #000
}
@media (min-width:768px) {
    .content-info ul {
        text-align: right;
        margin: 0;
    }
    .content-info .back-footer {
        text-align: left;
    }
}


/* Sticky Footer */

#above-footer h3, #above-footer h4 {
    font-size: 46px;
    color: #FFF;
    line-height: 58px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    text-align: center;
    font-family: Courgette;
}

#sticky-footer {
    background-color: #000;
    bottom: 0;
    position: fixed;
    width: 100%
}

#sticky-footer .love-trend,
#sticky-footer .sticky-brand {
    display: table-cell;
    height: 70px;
    vertical-align: middle
}

#sticky-footer .love-trend {
    color: #fff;
    font-size: 15px
}

#sticky-footer .love-trend-inner {
    color: #F60;
    padding-right: 5px
}

.content-info .back-footer a > i.fa,
#sticky-footer .love-trend a>i.fa {
    background-color: #F60;
    border-radius: 4px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    margin-left: 5px;
    text-align: center;
    width: 44px;
    font-size: 21px
}

#sticky-footer .btn-dropup {
    background-color: #333;
    border: 0 none;
    color: #666;
    font-size: 15px;
    height: 70px;
    padding: 10px
}

#sticky-footer .btn-dropup .glyphicon-menu-down {
    color: #F60;
    font-size: 12px
}

.dropdown-menu {
    background-color: #000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    border-radius: 4px !important;
    padding: 0;
    min-width: 220px
}

.main-header .dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  -webkit-transform: translate(-50%, 0);  
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.main-header .dropdown-menu::before {

}

.dropdown-menu>li>a {
    clear: both;
    color: #ccc;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 12px;
    white-space: nowrap
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #F60;
    color: #fff;
    text-decoration: none
}

.dropdown-menu li>a>img.img-circle {
    margin-right: 10px
}

.dropdown-menu>li>a.view-all {
    background-color: #333;
    color: #f60;
    padding: 22px 12px;
    font-size: 14px;
    text-align: center
}

#sticky-footer .dropdown-menu>li>a.view-all {
    border-radius: 4px 4px 0 0
}

/*
** HOME
*/
.home-trends > div { display: none; }
a.ghost {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  border-radius: 40px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
}
a.ghost:hover {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
}
.sow-slider-base .sow-slider-pagination {
  text-align: center !important;
}
#loadMore > span {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ff6600;
  border-radius: 40px;
  color: #ff6600;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  width: 135px;
}
#loadMore > span:hover, #loadMore > span:focus {
    border:2px solid #FF6600;
    color:#E64E00;
}
#loadMore > span:focus {
    background-color: #f2f2f2;
}
.home-thumb {
  position: relative;
  margin-bottom: 30px;
}
.home-thumb img {
  margin: 0 auto;
  position: relative;
}
.home-thumb .home-caption {
  color: #fff;
  font-size: 16px;
  height: 100%;
  padding-top: 15%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.home-thumb h3 {
    font-size: 36px;
}
.home-thumb > a:hover .home-caption {
  background-color: rgba(255, 102, 0, 0.7);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sow-slider-base > p {
    display: none;
}

/* -----------------------------------------------------------------------------

  TRAVEL TRENDS PAGES
  
----------------------------------------------------------------------------- */
.c-tab__content > h2 {
font-family:Ubuntu;
font-size:28px;
line-height:32px;
margin-bottom: 30px;
}
.c-tab__content > h3 {
  background: transparent url("images/opodo_icon1.png") no-repeat scroll 0 center;
  font-size: 20px;
  padding-left: 15px;
  margin: 30px 0 20px;
  font-family:Ubuntu;
}
.c-tab .su-dropcap-style-simple {
  color: #ff6600;
  margin: 0;
  width: auto;
  padding-right: 5px;
}
.c-tabs .su-note p {
    color: #999;
}
.c-tabs .su-note strong {
    color: #333;
    font-weight: 500;
}
.c-tabs .su-note a {
    color: #ff6600;
}
.su-note.tab-fly-box .su-note-inner {
  padding: 25px;
}
.su-note.tab-fly-box h4 {
  font-family: Courgette;
  font-size: 30px;
  text-align: center;
}
.su-note.tab-fly-box p {
  font-size: 18px;
  text-align: center;
}


.su-accordion .su-spoiler-style-fancy { border-radius: 0; }
.su-accordion .su-spoiler-style-fancy > .su-spoiler-title {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    border-radius: 0;
    color: #ff6600;
    font-size: 17px;
    font-weight: normal;
    padding: 7px 40px 7px 18px;
}
.su-accordion .su-spoiler-title .su-spoiler-icon {
  color: #333333;
  left: auto;
  right: 12px;
}
.wpcf7-submit.btn-subscribe {
  background-color: #ff6600 !important;
  border: 1px solid #ff6600 !important;
  border-radius: 100px;
  margin-left: 10px;
  padding: 5px 15px;
}
.wpcf7-submit.btn-subscribe:hover {
    background-color: #E64E00 !important;
    border: 1px solid #E64E00 !important;
}
.wpcf7-email.input-subscribe {
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #999999;
  margin: 10px 0;
  padding: 5px 15px;
}
.trends3col .content > p {
    font-size: 18px; line-height: 1.2em; margin-top: 10px;color: #191919;    
}

.sow-headline .decoration {
  margin-bottom: 10px;
}

.banner-trend h1 {
color: #ffffff;
line-height: 1.375em;
font-size: 66px;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
margin-bottom: 10px;  
}
.banner-trend .sow-headline p {
  color: #fff;
  font-size: 20px;
  margin: 1em 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}


/* -----------------------------------------------------------------------------

  TABS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Tabs component
 *
 * A responsive tabs component that falls back to a linear conent display when
 * JavaScript is disabled. The following is the default suggested markup to play
 * nicely with the JavaScript. If you change it up, just make sure you pass in
 * the correct parameters to the tabs instance.
 *
 * <div id="tabs" class="c-tabs no-js">
 *   <div class="c-tabs-nav">
 *     <a href="#" class="c-tabs-nav__link is-active"></a>
 *     <a href="#" class="c-tabs-nav__link"></a>
 *     ...
 *   </div>
 *   <div class="c-tab is-active">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   <div class="c-tab">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   ...
 * </div>
 */
.c-tabs {
  /**/
}

/**
 * Tabs navigation
 */
.c-tabs-nav {
  margin: 20px 0;
  padding: 0;
}

.c-tabs-nav__link {
  font-size: 18px;
  line-height: 2em;
  color: #999999;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.c-tabs-nav__link:last-child {

}

.c-tabs-nav__link:hover,
.c-tabs-nav__link:focus {
  color: #333;
  text-decoration: none;
}

.c-tabs-nav__link.is-active {
  color: #333;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-tabs-nav__link i {
  font-size: 18px;
}

.c-tabs-nav__link span {
  display: none;
  font-size: 18px;
}
@media (max-width: 780px) {
  .trend-tabs2 .panel-grid-cell:first-child .su-note{
    display: none;
  }
  .trend-tabs2 .panel-grid-cell > .panel-first-child.widget_sow-editor > div {
      padding-top: 10px !important;
  }
}

@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .c-tabs-nav__link span {
    display: block;
  }
}

/**
 * Tab
 */
.c-tab {
  display: none;
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
}

.c-tab__content .su-custom-gallery-slide {
  display: none;
}
.su-custom-gallery-slide:nth-of-type(1),
.su-custom-gallery-slide:nth-of-type(2),
.su-custom-gallery-slide:nth-of-type(3), 
.su-custom-gallery-slide[data-index="0"], 
.su-custom-gallery-slide[data-index="1"], 
.su-custom-gallery-slide[data-index="2"] {
  display: block !important;
}
/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}


/* Responsive */
@media all and (max-width: 480px) {
  .brand > img {
    height: auto;
    width: 155px;
  }
  .content-info .back-footer a > i.fa, #sticky-footer .love-trend a > i.fa {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
  .home-thumb .home-caption {
      padding-top: 6%;
  }
  .banner-trend h1 {
      line-height: 1.1em !important;
  }
  .banner-trend {
      padding: 90px 0 20px !important;
  }
  .wpcf7-email.input-subscribe {
    width: 100% !important;
  }  
}
