
*:focus {
    border: 0;
    outline: none;
}

a, a:link, a:visited {
    color: #eb544a;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

body, html {
    height: 100%;
    width: 100%;
}

body{
    font-family: 'Glegoo', serif;
    background: #fff !important;
    font-size: 15px;
}

.h1, .h2, .h3, h1, h2, h3 {
    line-height: 1.3;
    letter-spacing: -2px;
}

.h4, .h5, .h6, h4, h5, h6 {
    line-height: 1.3;
    letter-spacing: 0px;
}

h4 {
    font-size: 20px;
}

#wrapper {
    height: 100%;
    overflow: inherit;
}

.more-btn span{
    vertical-align: middle;
}

a.more-btn{
    color: #fff;
}

.more-btn:focus,
.more-btn:hover{
    text-decoration: none;
    background-color: #fff;
    color: #eb544a;
    border:1px solid #fff;
}

.more-btn.b-line:focus,
.more-btn.b-line:hover{
    text-decoration: none;
    background-color: #fff;
    color: #eb544a;
    border:1px solid #eb544a;
}

.more-btn {
    background-color: #eb544a;
    border:1px solid #eb544a;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
}

.b-top{
    border-top: 2px solid #ea5449;
}

.b-top-lg{
    border-top: 4px solid #ea5449;
}

#main {
    width: auto;
    overflow: auto;
    position: relative;
    z-index: inherit;
    background: transparent;
    color: inherit;
    margin: 0;
}

/***************************************

BOOTSTRAP 3 ADDONS

***************************************/

button{
    background: transparent;
    border: none;
    padding: 0;
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-height.no-gutters > [class^="col-"],
.row-height.no-gutters > [class*=" col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.row-eq-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .row.row-eq-height {
        display: flex;
        flex-wrap: wrap;
    }
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

@media (min-width: 768px) {
    .col-md-pull-right{
        float: right;
    }

}




/***************************************

HEADER STYLES

***************************************/


/*** NAVBAR STYLES ***/
header .navbar{
    background-color: #030100;
    border-radius: 0;
}

header .navbar-brand.logo{
    margin: 0;
    width: 172px;
    height: 86px;
    overflow: hidden;
    float: left;
    background: url(/extension/stepvalue/design/stepvalue/images/logo_new.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

header .navbar-main{
    margin-bottom: 5px;
}

header .navbar-nav>li>a,
header .navbar-main .dropdown-menu>li>a
{
    font: 12px/1.2 'Glegoo', serif;
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px 8px;
}

header .navbar-main>li.active>a{
    color: #eb544a;
}

header .navbar-main .dropdown-menu>li.active a,
header .navbar-main .dropdown-menu>li.active a:focus,
header .navbar-main .dropdown-menu>li.active a:hover{
    color: #eb544a !important;
    background-color: transparent;
}

header .nav>li>a:focus,
header .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

header .navbar-main>li:not(.dropdown).active a:after,
header .navbar-main>li:not(.dropdown):hover a:after,
header .navbar-main .dropdown-menu>li.active a:after,
header .navbar-main .dropdown-menu>li:hover a:after{
    content: '';
    background: #eb544a;
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
}


/*** NAVBAR DROPDOWN STYLES ***/

header .navbar-main .dropdown-menu{
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

header .navbar-main .dropdown-menu > li{
    display: inline-block;
}

header .navbar-main .dropdown-menu>li>a:focus,
header .navbar-main .dropdown-menu>li>a:hover {
    background-color: transparent;
    border: 0;
}

header .navbar-main .dropdown.open .dropdown-toggle,
header .navbar-main .dropdown.open .dropdown-toggle:focus,
header .navbar-main .dropdown.open .dropdown-toggle:hover {
    background-color: transparent;
    border: 0;
}

header .navbar-main .dropdown.open .dropdown-toggle:after{
    content: '';
    background: #eb544a;
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
}

/*** NAVBAR TOP DROPDOWN STYLES ***/
header .navbar-top{
    margin-bottom: 14px;
    margin-top: 5px;
}

header .navbar-top .dropdown-menu{
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

header .navbar-top .dropdown-menu>li{
    position: relative;
    display: inline-block;
}

header .navbar-top .dropdown-menu>li>a,
header .navbar-top .dropdown-toggle
{
    font-size: 12px;
    line-height: 5px;
    text-transform: none;
    padding: 15px 0px 16px;
    margin: 0 8px;
    color: #fff;
}

header .navbar-top .dropdown-toggle>a{
    color: #ea5449;
}

header .navbar-top .open>a{
    color: #ea5449;
    text-decoration: none;
    background-color: transparent;
}

header .navbar-top .dropdown-menu>li>a:focus,
header .navbar-top .dropdown-menu>li>a:hover,
header .navbar-top .dropdown-menu>li.active>a,
header .navbar-top .open>a:focus,
header .navbar-top .open>a:hover
{
    color: #ea5449;
    text-decoration: none;
    background-color: transparent !important;
    border: 0;
}

header .navbar-top .dropdown-menu>li.active a:after,
header .navbar-top .dropdown-menu>li:hover a:after,
header .navbar-top .dropdown-toggle:after
{
    content: '';
    height: 1px;
    width: 100%;
    background: #eb544a;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0;
}

header .navbar-top .dropdown-toggle{
    color: #eb544a;
}

/*** NAVBAR SOCIAL DROPDOWN STYLES ***/

header .navbar-social{
    margin-bottom: 14px;
    margin-top: 5px;
}

header .navbar-social .dropdown-menu>li>a,
header .navbar-social .dropdown-toggle
{
    font-size: 12px;
    line-height: 5px;
    text-transform: none;
    padding: 12px 0px 12px;
    margin: 0 8px;
    color: #fff;
}

header .navbar-social .dropdown-menu{
    background-color: #030100;
    z-index: 9990;
    min-width: 80px;
}

header .navbar-social .open>a,
header .navbar-social .open>a:focus,
header .navbar-social.open>a:hover {
    background-color: transparent;
    border: 0;
}

header .navbar-social>li{
    padding: 0 10px;
}

header .navbar-social>li:last-child{
    padding-right: 0;
}

header .navbar-social>li>a{
    padding: 11px 0px;
}

header .navbar-social img.avatar{
    display: none;
}

header .navbar-social a.fb-login {
	/*display:none;*/
	background: #39579a;
	color: #fff;
	width:32px;
	height:32px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	text-decoration: none;
    padding-top: 9px;
    padding-left: 6px;
}

header .navbar-social a.fb-login:hover,
header .navbar-social a.fb-login:focus{
    background: #39579a;
    color: #fff;
}

header .navbar-social a.fb-login .tooltip {
	position: relative;
	display: inline-block;
    opacity: 1;
    z-index: 999999;
}

header .navbar-social a.fb-login .tooltip .tooltiptext {
	visibility: hidden;
	width: 214px;
	background: #39579a;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	position: absolute;
	z-index: 10;
    top: 22px;
    right: 0;
    margin-right: -10px;
}

header .navbar-social a.fb-login .tooltip .tooltiptext:after {
	bottom: 100%;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #39579a;
	border-width: 10px;
	margin-right: 7px;
}

header .navbar-social a.fb-login:hover .tooltip .tooltiptext {
	visibility: visible;
}

header .navbar-social .drop-lang .dropdown-menu>li>a:focus,
header .navbar-social .drop-lang .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}


/*** NAVBAR SEARCH STYLES ***/

.search-holder .icon-search {
    background: #eb544a;
    color: #fff;
    height: 32px;
    width: 32px;
}

.search-holder #search-form{
    height: 32px;
}

.search-holder #search-box.toggled {
    width: 114px;
}

/*** NAVBAR SUBMENU STYLES ***/

header .navbar-main .drop{
    display: none;
}

header .navbar-main .drop .visual,
header .navbar-main .drop .text span,
header .navbar-main .drop .close-btn
{
    display: none;
}

header .navbar-main .drop ul li a {
    color: #fff;
    padding: 10px 0 10px 15px;
    font-size: 13px;
    line-height: 15px;
    background: url(/extension/stepvalue/design/stepvalue/images/sprite.png) no-repeat -494px -102px;
    transition: none;
}

header .navbar-main .drop ul li a:hover {
    color: #ea5449 !important;
    text-decoration: none;
    background: url(/extension/stepvalue/design/stepvalue/images/sprite.png) no-repeat -494px -176px;
}

header .navbar-main li.submenu a.open:before{
    top: -10px;
    right: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #333;
    border-width: 10px;
    margin-right: -10px;
    z-index: 1;
}

header .nav-submenu{
    position:relative;
    min-width: 714px;
    max-height: 0px;
    float: right;
    background: #333;
    color: #fff;
    overflow: hidden;

    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

header .nav-submenu.open{
    margin-bottom: 10px;
    height:auto;
    max-height:500px;
}


header .nav-submenu .visual{
    display:inline-block;
    width: 168px;
    height: 168px;
    overflow: hidden;
    border-radius: 90px;
    margin: 20px 20px 10px 20px;
    position: relative;
}

header .nav-submenu .text {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

header .nav-submenu .text span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

header .nav-submenu ul {
    margin: 0;
    padding: 3px 20px 0 0;
    list-style: none;
    float: left;
    width: 160px;
    text-transform: none;
}

header .nav-submenu ul li {
    float: none;
    margin: 0;
    padding: 0 0 12px;
    overflow: hidden;
}

header .nav-submenu ul li a {
    color: #fff;
    padding: 0 0 0 15px;
    float: left;
    font-size: 13px;
    line-height: 15px;
    background: url(/extension/stepvalue/design/stepvalue/images/sprite.png) no-repeat -494px -112px;
}

header .nav-submenu ul li a:hover,
header .nav-submenu ul li a:focus
{
    color: #ea5449;
    text-decoration: none;
    background: url(/extension/stepvalue/design/stepvalue/images/sprite.png) no-repeat -494px -186px;
}

header .nav-submenu .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
}

.navbar-toggle{
    background: #eb544a;
}

.navbar-toggle .icon-bar {
    background: #fff;
}


@media (max-width: 991px) {

    header .navbar-main .dropdown-menu{
        position: absolute;
        top: 100%;
        right: 0;
        left: inherit;
        display: none;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: #030100;
        margin: 0;
        padding: 0;
    }

    header .navbar-main .dropdown.open>.dropdown-menu {
        display: block;
    }

    header .navbar-main .dropdown-menu > li{
        display: block;
        text-align: center;
    }


    header .navbar-top>li:hover a:after,
    header .navbar-top>li.active a:after{
        display: none;
    }

    header .navbar-top .dropdown > .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: inherit;
        display: none;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: #030100;
        margin: 0;
        padding: 0;
    }

    header .navbar-top .dropdown.open>.dropdown-menu {
        display: block;
    }

    header .navbar-top .dropdown>.dropdown-menu > li {
        display: block;
        text-align: center;
    }


    header .navbar-top .dropdown-menu > li.active {
        display: none !important;
    }

    header .nav-submenu {
        min-width: 430px;
    }

    header .nav-submenu .visual{
        display: none;
    }

    header .nav-submenu .text{
        margin-left: 20px;
    }

    header .nav-submenu ul {
        width: 140px;
    }


}

@media (max-width: 767px) {
    header .navbar-brand.logo {
        margin: 0;
        margin-left: 15px;
        height: 54px;
        background: url(/extension/stepvalue/design/stepvalue/images/logo_new_small.png) no-repeat;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 15px;
    }

    header .navbar-nav {
        margin: 7.5px 0px;
    }

    header .navbar-main,
    header .navbar-top,
    header .navbar-social{
       float: none !important;
    }


    header .navbar-main .dropdown-menu>li.active a:after,
    header .navbar-main>li:hover a:after,
    header .navbar-main>li.active a:after,
    header .navbar-top .dropdown-toggle:after
    {
        display: none;
    }

    header .navbar-main>li:not(.dropdown).active a,
    header .navbar-main>li:not(.dropdown):hover a,
    header .navbar-main ul.dropdown-menu>li.active a,
    header .navbar-main ul.dropdown-menu>li:hover a
    {
        color: #eb544a;
    }

    header .navbar-main li.submenu a.open{
        color: #eb544a !important;
    }

    header .navbar-main li.submenu:hover a:not(.submenu){
        color: #fff;
    }

    header .navbar-main .dropdown > .dropdown-menu,
    header .navbar-top .dropdown > .dropdown-menu{
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    header .navbar-main .dropdown-menu > li,
    header .navbar-top .dropdown-menu > li{
        text-align: left !important;
    }

    header .navbar-top .dropdown-menu > li > a{
        padding: 5px 0px !important;
    }

    header .navbar-top .dropdown > .dropdown-menu {
        display: none;
    }

    header .navbar-top .dropdown.open>.dropdown-menu {
        display: block;
    }

    header .navbar-social > li{
        display: inline-block;
    }

    header .navbar-social > li.search {
        display: block;
        padding-top: 10px;
    }

    header .navbar-social #search-box {
        float:left;
        width: inherit;
    }

    header .navbar-social #search-form{
        width: 100%;
    }

    header .navbar-social .drop-lang.open{
        display:block;
    }

    header .navbar-social .drop-lang.open .dropdown-menu>li>a{
        padding: 5px 15px 5px 0px;
    }

    header .navbar-social .drop-lang .dropdown-menu>li>a:focus,
    header .navbar-social .drop-lang .dropdown-menu>li>a:hover {
        background: transparent;
    }

    header .navbar-social a.fb-login .tooltip .tooltiptext{
        top: 23px;
    }

    header .nav-submenu{
        display: none !important;
    }

    header .navbar-main li.submenu a.open:before{
        display: none;
    }

    header .navbar-main .drop.open{
        display: block;
    }

    header .navbar-main .drop.open .text{
        max-height: 140px;
        overflow-y: auto;
    }

    header .navbar-fixed-top .navbar-collapse {
        max-height: 500px;
    }

    header .navbar{
        /*position: fixed;*/
        right: 0;
        left: 0;
        z-index: 1030;
        top: 0;
        border-width: 0 0 1px;
    }
}

/***************************************

BANNER SECTION

***************************************/

.banner {
    position: relative;
    min-height: auto;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.banner .banner-content {
    padding: 60px 15px 100px;
}

.banner .banner-content h1{
    letter-spacing: -2px;
    text-transform: uppercase;
    font: 40px/50px 'Glegoo', serif;
    text-shadow: none;
}

.banner .banner-content p {
    font: 20px/30px 'Glegoo', serif;
}

.banner .banner-content h1 span {
    display: block;
    font-size: 28px;
    letter-spacing: -2px;
    line-height: 33px;
    text-shadow: none;
}

.banner .banner-content a.more-btn{
    margin-top: 20px;
}

.banner .best-destinantion img{
    padding-top: 70px;
    padding-right: 0px;
    max-width: 160px;
}

.banner .down-btn{
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 27px;
    height: 30px;
    background: url(/extension/stepvalue/design/stepvalue/images/sprite.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: -14px;
}

@media (min-width: 768px) {
    .banner {
        min-height: 600px;
        height: 85%;
    }

    .banner .banner-content {
        position: absolute;
        top: 240px;
        padding: 0;
        width: 100%;
        padding: 20px 15px 100px;
    }

    .banner .banner-content h1{
        font: 45px/55px 'Glegoo', serif;
    }

    .banner .banner-content h1 span {
        font-size: 50px;
        line-height: 56px;
    }

    .banner .banner-content p {
        font: 24px/34px 'Glegoo', serif;
    }

    .banner .best-destinantion img{
        padding-top: 0px;
        padding-right: 0px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .banner .banner-content {
        top: 25%;

    }
}

/***************************************

WHAT TO DO SECTION

***************************************/

.what-to-do-copy{
    text-transform: uppercase;
    font-family: 'Glegoo', serif;
    margin: 55px 0 65px;
}

.what-to-do-copy h1{
    font: 32px/42px 'Glegoo', serif;
}

@media (min-width: 768px) {
    .what-to-do-copy h1{
        font: 40px/50px 'Glegoo', serif;
    }
}

/***************************************

TITLE LEAD SECTION

***************************************/

.title-lead-copy{
    text-transform: uppercase;
    font-family: 'Glegoo', serif;
    margin: 55px 0 65px;
}

.title-lead-copy h1{
    font: 32px/42px 'Glegoo', serif;
}

@media (min-width: 768px) {
    .title-lead-copy h1{
        font: 40px/50px 'Glegoo', serif;
    }
}


/***************************************

SLIDER SECTION

***************************************/

.slider-top {
    border: none;
}

.slider .item-copy{
    position: absolute;
    bottom: 0px;
    padding: 0 20px 20px;
}

.iosSlider .slider .item h2{
    position: relative;
    bottom: 0px;
    left: 0px;
    font: 30px 'Glegoo', serif;
}

.slider .item-copy h2{

}

.iosSlider .slider .item a {
    display: inline-block;
}

.iosSlider .slider .item p.no-more-btn{
    content: "";
    height: 32px;
}

.slider-container .btns .prev,
.slider-container .btns .next {
    font-size: 24px;
    padding-top: 6px;
}

/***************************************

OUR BLOG SECTION

***************************************/

.our-blog-copy{
    text-transform: uppercase;
    margin: 55px 0 65px;
}

.our-blog-copy h1{
    font: 32px/42px 'Glegoo', serif;
}

@media (min-width: 768px) {
    .our-blog-copy h1{
        font: 40px/50px 'Glegoo', serif;
    }
}

/***************************************

BLOG POSTS SECTION

***************************************/
.our-blog-posts{
    padding-bottom: 65px;
}

.our-blog-posts .thumbnail{
    border: none;
    padding: 0;
    background: transparent;
}

.our-blog-posts .read-more{
    color: #ea5449;
    text-decoration: underline;
}

.our-blog-posts .thumbnail>img{
    width: 100%;
}


#posts.grid-line .row.equal-height > [class^="col-"],
#posts.grid-line .row.equal-height > [class*="col-"]{
    display: block;
    float: none;
    height: auto !important;
    width: 100% !important;
}

#posts.grid-line .row.equal-height .thumbnail a>img,
#posts.grid-line .row.equal-height .thumbnail>img{
    margin: 0;
}

#posts.grid-line .our-blog-posts-content-inner.row{
    margin-left: 0;
    margin-right: 0;
}

/***************************************

MIDDLE BANNER SECTION

***************************************/

.middle-banner{
    position: relative;
    min-height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.middle-banner .middle-banner-content {
    padding: 90px 0px 100px;
    text-align: center;
}

.middle-banner .middle-banner-content h1 {
    letter-spacing: -2px;
    text-transform: uppercase;
    font: 32px/42px 'Glegoo', serif;
    text-shadow: none;
}

.middle-banner .middle-banner-content p {
    font: 20px/30px 'Glegoo', serif;
}

.middle-banner .middle-banner-content .more-btn {
    margin-top: 20px;
}

@media (min-width: 768px) {

    .middle-banner {
        min-height: 420px;
    }

    .middle-banner .middle-banner-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        width: 100%;
    }

    .middle-banner .middle-banner-content h1 {
        width: 100%;
        margin: 0 auto;
        font: 40px/50px 'Glegoo', serif;
    }

    .middle-banner .middle-banner-content p {
        font: 24px/34px 'Glegoo', serif;
    }
}

@media (min-width: 1200px) {

    .middle-banner .middle-banner-content p,
    .middle-banner .middle-banner-content h1 {
        width: 70%;
        margin: 0 auto;
    }
}

/***************************************

REGIONS SECTION

***************************************/

.regions .row-height{
    min-height: 460px;
}

.regions .container-fluid{
    padding: 0;
}

.regions .region-image {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;

    min-height: 460px;
}

.regions .region-copy {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 10px;
}

.regions .region-map{
    display: none;
}

.regions .region-copy .more-btn{
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px){

    .regions .region-copy {
        padding: 0;
        padding-bottom: 10px;
        vertical-align: middle;
    }

    .regions .region-copy .region-copy-inner{
        padding-top:20px;
        padding-bottom:20px;
        max-width: 283px;
        float: right;
        margin-right: 62px;
    }

    .regions .region-copy.odd .region-copy-inner{
        float: left;
        margin-left: 61px;
        margin-right: 0;
    }

    .regions .region-map{
        display: inline-block;
        text-align: center;
    }

}

@media (min-width: 992px){
    .regions .region-copy .region-copy-inner{
        max-width: 429px;
        margin-right: 24px;
    }

    .regions .region-copy.odd .region-copy-inner{
        float: left;
        margin-left: 26px;
        margin-right: 0;
    }
}

@media (min-width: 1200px){
    .regions .region-copy .region-copy-inner{
        max-width: 435px;
        margin-right: 119px;
    }

    .regions .region-copy.odd .region-copy-inner{
        float: left;
        margin-left: 79px;
        margin-right: 0;
    }
}

/***************************************

OUR VIDEOS SECTION

***************************************/
.our-videos{
    position: relative;
}

.our-videos-copy{
    text-transform: uppercase;
    margin: 55px 0 65px;
}

.our-videos-copy h1{
    font: 32px/42px 'Glegoo', serif;
}

@media (min-width: 768px) {
    .our-videos-copy h1{
        font: 40px/50px 'Glegoo', serif;
    }
}

.our-videos .iosSlider{
    height: 420px;
}

.our-videos .iosSlider .slider .slide {
    float: left;
    width: 33.333%;
}

.our-videos .iosSlider .slider .slide figure{
    position: relative;
    padding: 0px 20px 0px;
}

.our-videos .iosSlider .slider .slide figure span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.our-videos .iosSlider .slider .slide figure span.play-btn{
    background: url(/extension/stepvalue/design/stepvalue/images/play.png) no-repeat;
    background-position: 0px -1px;
    width: 50px;
    height: 50px;
}

.our-videos .iosSlider .slider .slide figure:hover span.play-btn{
    background-position: 0px -60px;
}

.our-videos .iosSlider .slider .slide .slide-copy{
    padding: 0 20px 20px;
}

@media (max-width: 992px){
    .our-videos .iosSlider .slider .slide {
        width: 68%;
    }
}

/***************************************

TEXT-IMAGE SECTION

***************************************/

.text-image{
    padding-top:40px;
    padding-bottom:40px;
}


/***************************************

FILTERS SECTION

***************************************/

.collapse.filter{
    padding-bottom: 20px;
}

.filters{
    height: auto;
    float: none;
    width: 100%;
    margin-bottom: 0;
    min-height: 64px;
}

.filters .weather{
    position: relative;
    float: right;
    border: none;
    margin: 0;
    width: auto;
    padding: 22px 0 0;
    height: auto;
}

.filters .weather .wtemp .desc{
    padding: 2px 0 0 0;
    margin-right: 20px;
    font-size: 14px;
}

.filters .weather .wtemp .temp {
    text-shadow: none;
    padding: 2px 0 0 0;
    margin-right: 5px;
    font-size: 14px;
}

.filters .weather .wimg {
    height: auto;
    width: auto;
}

.filters ul{
    margin-bottom: 0;
}

.filters .list-type li a:focus{
    border: 0;
    outline: none;
}

.filters .list-type li a {
    padding: 6px 8px 2px;
    text-decoration: none;
}

.filters .show-filter{
    font-family: 'Glegoo', serif;
    color: #ea5449;
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 18px;
    float:left;
}

.filters .show-filter button {
    padding: 7px 0;
}

.filters .show-filter span{
    font-size: 16px;
    margin-left: 10px;
    padding: 13px;
    background-color: #ea5449;
    color: #fff;
}

ul.filters-list{
    list-style: none;
}

ul.filters-list li{
    float: left;
}

@media (min-width: 768px){
    .filters .show-filter{
        float:right;
    }

    .filters .weather {
        margin: 0 0 0 80px;
    }
}

.icheck label{
    display:none;
}

.filter input[type=checkbox] { display:none; } /* to hide the checkbox itself */

.filter input[type=checkbox] + label:after {
    font-family: 'Glyphicons Halflings';
    display: inline-block;
}

.filter input[type=checkbox] + label:after { content: "\e014"; } /* unchecked icon */
.filter input[type=checkbox] + label:after { vertical-align: bottom; margin-left:6px } /* space between checkbox and label */

.filter input[type=checkbox] + label {
    background: #eee;
    padding: 5px 8px;
    font-weight: 400;
}

.filter input[type=checkbox]:checked + label:after { content: "\e013"; } /* checked icon */
.filter input[type=checkbox]:checked + label:after { vertical-align: bottom; margin-left:6px } /* allow space for check mark */

.filter input[type=checkbox]:checked + label {
    background: #fff;
    border: 1px solid #ea5449;
    color: #ea5449;
}

.filter input[type=submit]{
    border: 0 none;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 8px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    margin-top: 20px;
}

.filter .form-error{
    color: #ea5449;
    display: none;
}


/***************************************

FOOTER SECTION

***************************************/
footer,
.footer{
    background-color: #030100;
    padding-top:40px;
    padding-bottom:40px;
    color: #ccc;
}

.footer .logo-turismo {
    background: url(/extension/stepvalue/design/stepvalue/images/logo-turismo.png) no-repeat;
    float: none;
    margin: 0;
    width: 219px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
}

.footer .footer-nav{
    margin-top:20px;
    margin-bottom: 20px;
}

.footer-credits-nav,
.footer-social-nav,
.footer-conditions-nav,
.footer .footer-main-nav,
.footer .footer-sub-nav{
    list-style: none;
}

.footer-credits-nav li>a,
.footer-social-nav li>a,
.footer-conditions-nav li>a,
.footer .footer-main-nav li>a,
.footer .footer-sub-nav li>a{
    font: 12px/1.2 'Glegoo', serif;
    color: #ccc;
    font-size: 14px;
    line-height: 10px;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px 0px;
}

.footer-credits-nav li>a,
.footer-social-nav li>a,
.footer .footer-sub-nav li>a{
    font-size: 12px;
    line-height: 5px;
    text-transform: none;
}

.footer-conditions-nav li>a{
    font-size: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.footer-social-nav li>a{
    padding: 0px 8px 10px;
    font-size: 22px;
}

.footer .footer-sub-nav li:first-child>a{
    padding-right: 0;
}

.footer .footer-conditions-nav li:first-child>a,
.footer .footer-main-nav li:first-child>a{
    padding-left: 0;
}

.footer-social-nav li,
.footer .footer-sub-nav{
    float: left;
}

.footer hr,
footer hr{
    border-top: 1px solid #eee;
}

.footer .subscribe-form {
    width: 100%;
}

.footer .subscribe-form input{
    color: #818a95;
    font: 12px/16px Arial, Helvetica, sans-serif;
    background: #444;
    border: 1px solid #444;
    padding: 6px 9px;
    width: 100%;
    height: 30px;
}

.footer .subscribe-form input[type="submit"]{
    width: 96px;
    text-align: center;
    height: 30px;
    color: #fff;
    font: 10px/31px 'Glegoo', serif;
    text-transform: uppercase;
    padding: 0 14px 1px 0;
    border: 0;
    position: relative;
    z-index: 20;
    background: url(/extension/stepvalue/design/stepvalue/images/sprite.png) no-repeat -198px -54px;
}

.footer .footer-social-nav,
.footer .footer-credits-nav{
    margin-top: 20px;
}

.footer .footer-credits-nav li>a {
    padding: 10px 0 10px 15px;
    background: url(/extension/stepvalue/design/stepvalue/images/sprite.png) no-repeat -494px -107px;
    transition: none;
}

.footer .footer-copyright{
    margin-top: 20px;
    font-size:10px;
    text-align: center;
}


@media (min-width: 768px) {

    .footer .footer-conditions-nav li,
    .footer .footer-sub-nav li,
    .footer .footer-main-nav li {
        float: left;
    }

    .footer .footer-main-nav li>a,
    .footer .footer-sub-nav li>a{
        padding: 10px 8px;
    }

    .footer .footer-conditions-nav li>a{
        padding: 10px 8px;
    }

    .footer .footer-copyright .copy{
        float:left;
    }

}

@media (min-width: 992px){
    .footer .footer-sub-nav{
        float: right;
    }

    .footer .footer-main-nav li>a,
    .footer .footer-sub-nav li>a{
        padding: 10px 4px;
    }
}

@media (min-width: 1200px){

    .footer .footer-main-nav li>a,
    .footer .footer-sub-nav li>a{
        padding: 10px 8px;
    }
}

.pagination>li>a{
    background-color: transparent;
    color: #eb544a;
    padding: .6em 1em;
    border: 1px solid #ccc;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #eb544a;
    background-color: #ccc;
    border-color: #ccc;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #eb544a;
    border-color: #eb544a;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: transparent;
    color: #eb544a;
    padding: .6em 1em;
    border: 1px solid #ccc;
}

.pagination>li>a.previous .text,
.pagination>li>a.next .text{
    margin-top: 2px;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
    background-color: #eb544a;
    width: 13px;
    height: 15px;
    background: url(/extension/stepvalue/design/stepvalue/images/sprite.png) no-repeat 0 0;
}

.pagination>li>a.previous,
.pagination>li>a.next{
    border: none;
}

.pagination>li>a.previous:hover,
.pagination>li>a.previous:focus,
.pagination>li>a.next:hover,
.pagination>li>a.next:focus{
    background-color: transparent !important;
    border: none !important;
}

.pagination>li>a.previous .text{
    background-position: -370px -1px;
}

.pagination>li>a.next .text{
    background-position: -350px -1px;
}

/***************************************

ARTICLE SECTION

***************************************/
.article-header{
    margin-top: 35px;
    padding-bottom: 35px;
}


.article-header .article-header-title {
    padding-top: 35px;
    padding-bottom: 10px;
}

.article-header .article-header-title h1{
    font: 32px/42px 'Glegoo', serif;
}

.article-header .article-header-summary{
    margin-bottom: 40px;
}

.article-body {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #f3f3f3;
}

.article-body h4{
    color: #eb544a;
}

.article-body .article-body-content{
    padding-top: 20px;
}

.article-body .article-body-content img{
    width: 100%;
    height: auto;
}

.article-body .article-body-content img,
.article-body .article-body-content-video{
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-body .article-body-content .article-body-content-middle{
    border-top: 2px solid #eb544a;
    border-bottom: 2px solid #eb544a;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.article-body .article-body-content .article-body-content-middle h3{
    color: #eb544a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.article-body ul.share-list{
    list-style: none;
    float: right;
}

.article-body ul.share-list>li {
    float: left;
    margin-left: 20px;
}

.article-get-there{
    padding-bottom: 40px;
}

.article-get-there .article-get-there-map{
    margin-top: 40px;
}

.article-tools{
    padding-top: 40px;
    padding-bottom: 40px;
}

.article-tools ul.tools{
    padding-top:23px;
    padding-bottom:10px;
}

.article-tools ul.tools strong{
    padding-top: 1em;
}

.article-tools ul.tags{
    padding-top:10px;
    padding-bottom:10px;
}

.article-tools ul.tags li {
    list-style: none;
    float: left;
    padding-right: .5em;
    padding-bottom: .5em;
}

.article-tools ul.tags li a {
    border: 1px solid #eb544a;
    display: inline-block;
    color: #eb544a;
    padding: .5em;
    font-size: .8em;
}

.article-tools ul.tags li a:hover,
.article-tools ul.tags li a:focus {
    background-color: #eb544a;
    color: #fff;
    text-decoration: none;
}

.article-header-gallery .iosSlider{
    width: 100%;
    opacity: 0;
}

.article-header-gallery  .iosSlider .slider .item{
    max-width: 100%;
    width: 100%;
}

.article-header-gallery  .iosSlider .slider .caption {
    position: relative;
    background: #fff;
    color: #000;
    left: 0;
    bottom: 0;
    width: 100%;
}

.article-header-gallery  .iosSlider .slider .caption p{
    margin-bottom: 0;
}

.article-header-gallery .iosSliderButtons{
    left: 50%;
    width: auto;
    bottom: 40px;
}

.article-header-gallery .iosSliderButtons .button{
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    background: #eee;
    opacity: 0.25;
    border: 1px solid #000;
}

.article-header-gallery .iosSliderButtons .button:last-child{
    margin-right: 0;
}

.article-header-gallery .iosSliderButtons .button.selected{
    background-color: #fff;
    border: 1px solid #eb544a;
    opacity: 0.75;
}


@media (min-width: 768px){

    .article-header-gallery .iosSliderButtons{
        bottom: 20px;
    }

    .article-header-gallery  .iosSlider .slider .caption {
        position: absolute;
        width: 30%;
    }

    .article-body .article-xs-content,
    .article-header .article-xs-content{
        padding-left: 64px;
        padding-right: 64px;
    }

    .article-body .article-body-content .article-body-content-middle,
    .article-body .article-body-content-video{
        margin-left: -64px;
        margin-right: -64px;
    }

    .article-header{
        margin-top: 91px;
        padding-bottom: 60px;
    }

    .article-header .article-header-title h1{
        font: 40px/50px 'Glegoo', serif;
    }
}


@media (min-width: 1200px){
    .article .article-header{

    }
}

/***************************************

BE INSPIRE - INSPIRATION SECTION

***************************************/
.inspiration-header{
    margin-top: 73px;
}

.inspiration-header .inspiration-header-choice{
    margin-top: 20px;
    margin-bottom: 0px;
    height: 228px;
}

.inspiration-header img{
    display: inline-block;
}


@media (min-width: 768px) {

    .inspiration-header {
        margin-top: 100px;
        padding-bottom: 0;
    }

    .inspiration-header .inspiration-header-choice {
        margin-top: 80px;
        margin-bottom: 80px;

    }
}

@media (min-width: 992px) {
    .inspiration-header h3 {
        margin-top: 125px;
    }
}

/***************************************

MIDDLE INFO SECTION

***************************************/

.middle-section{
    border-top: 2px solid #ea5449;
}

.middle-section h3{
    font-family: 'Glegoo', serif;
    color: #ea5449;
    font-size: 19px;
    letter-spacing: -2px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 19px;
}

.middle-section h4{
    margin-top: 18px;
}

.middle-section span {
    font-size: 14px;
    margin-left: 10px;
    padding: 7px 13px;
    background-color: #ea5449;
    color: #fff;
}

.middle-section a:hover{
    text-decoration: none;
}

/***************************************

MIDDLE HEADER LARGE SECTION

***************************************/

.middle-header-large-copy {
    margin: 55px 0 65px;
}

.middle-header-large-copy h1{
    font: 32px/42px 'Glegoo', serif;
    text-transform: uppercase;
}


@media (min-width: 768px) {
    .middle-header-large-copy h1{
        font: 40px/50px 'Glegoo', serif;
    }
}


/***************************************

BE-INSPIRE FILTERS SECTION

***************************************/

.facebook-login h3{
    color: #fff;
}

.beinspire-filters{
    padding-top: 40px;
}

.be-inspired-map .filters-list,
.beinspire-filters .filters-list{
    float: right;
}

.be-inspired-map .filters-list li,
.beinspire-filters .filters-list li {
    margin:0 5px;
}

.be-inspired-map .filters-list li:first-child,
.beinspire-filters .filters-list li:first-child {
    margin-left: 0;
}

.be-inspired-map .filters-list li:last-child,
.beinspire-filters .filters-list li:last-child {
    margin-right: 0;
}

.be-inspired-list.loading {
    background: url(/extension/stepvalue/design/stepvalue/images/loading_novo.gif) no-repeat top center #f3f3f3;
    min-height: 200px;
}

.be-inspired-list-accomodation .read-more,
.be-inspired-list-blog .read-more{
    margin-top: 20px;
    margin-bottom: 20px;
}

.be-inspired-list-accomodation .read-more,
.be-inspired-list-blog .read-more,
.be-inspired-list-articles .read-more {
    color: #ea5449;
    text-decoration: underline;
}

.be-inspired-list-blog .thumbnail,
.be-inspired-list-articles .thumbnail {
    border: none;
    padding: 0;
    background: transparent;
}

.be-inspired-list-blog .thumbnail a>img,
.be-inspired-list-blog .thumbnail >img,
.be-inspired-list-articles .thumbnail a>img,
.be-inspired-list-articles .thumbnail >img{
    width: 100%;
}

.our-articles-content-inner .thumbnail .prod_category{
    width:80px;
    height:80px;
    position: absolute;
    left: 50%;
    margin-left:-40px;
    top:0px;
    z-index:10;
    display: block;
}

.cat_golf{
    background: url(/extension/stepvalue/design/stepvalue/images/cat_golf.jpg) no-repeat center center;
}

.cat_business{
    background: url(/extension/stepvalue/design/stepvalue/images/cat_business.jpg) no-repeat center center;
}

.cat_nautic{
    background: url(/extension/stepvalue/design/stepvalue/images/cat_nautic.jpg) no-repeat center center;
}

.cat_health{
    background: url(/extension/stepvalue/design/stepvalue/images/cat_health.jpg) no-repeat center center;
}

.cat_nature{
    background: url(/extension/stepvalue/design/stepvalue/images/cat_nature.jpg) no-repeat center center;
}

.cat_touring{
    background: url(/extension/stepvalue/design/stepvalue/images/cat_touring.jpg) no-repeat center center;
}

.cat_city{
    background: url(/extension/stepvalue/design/stepvalue/images/cat_city.jpg) no-repeat center center;
}

.be-inspired-list-accomodation .our-articles-content-inner-colored-bk .custom{
    height: 100%;
    background: #fff;
}

.be-inspired-list-blog .thumbnail,
.be-inspired-list-accomodation .thumbnail{
    border: none;
    padding: 0;
}

.be-inspired-list-special img.img-responsive{
    width: 100%;
}

.be-inspired-list-special .be-inspired-list-special-element{
    margin-bottom: 40px;
}

.be-inspired-list-special

.be-inspired-list-special-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 272px;
}

.be-inspired-list-special-copy{
    background: #ea5449;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 40px !important;
    padding-left: 40px !important;
    min-height: 272px;
}

.be-inspired-list-special-copy h4{
    font-weight: bold;
}

.be-inspired-list-articles h4,
.be-inspired-list-blog h4,
.be-inspired-list-accomodation h4{
    letter-spacing: -2px;
}

.be-inspired-list-special-copy .book-now{
    background-color: #fff;
    color: #ea5449;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.be-inspired-list-articles,
.be-inspired-list-blog,
.be-inspired-list-special{
    padding-bottom: 40px;
}

.be-inspired-list-accomodation{
    padding-bottom: 80px;
}

.be-inspired-list-articles h3,
.be-inspired-list-blog h3,
.be-inspired-list-accomodation h3,
.be-inspired-list-special h3{
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #ea5449;
}

.be-inspired-map .be-inspired-map-copy{
    text-transform: uppercase;
    margin: 55px 0 65px;
}

.be-inspired-map .be-inspired-map-copy h1{
    font: 32px/42px 'Glegoo', serif;
}

@media (min-width: 768px) {
    .be-inspired-map .be-inspired-map-copy h1{
        font: 40px/50px 'Glegoo', serif;
    }
}

.be-inspired-map .be-inspired-get-there-map{
    margin-top: 20px;
}

.middle-video{
    padding-top: 60px;
    padding-bottom: 60px;
}

.print-link{
    font-size:1.2em;
    margin:0 0 20px;
    display: none;
}

.print-link img{
    margin : 10px 0;
}

/***************************************

BE-INSPIRE

***************************************/

.be-inspired-filters {
    background: #151515;
}

.be-inspired-filters form{
    min-height: 420px;
}

.be-inspired-filters fieldset legend{
    left: 0;
    border: none;
}

.be-inspired-filters fieldset.blocks label .text {
    color: #fff;
}

.be-inspired-filters fieldset label{
    font-size: 14px;
}

.be-inspired-filters {
    margin-top: 55px;
}

.login-block a.fb-login span{
    color: #fff;
    padding: 0px 20px 0 10px;
}

.login-block a.fb-login i {
    display: inline-block;
    float: left;
    color: #fff;
    margin-top: 7px;
    margin-left: 10px;
}

.see-all {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: underline;
}

@media (min-width: 620px){
    .be-inspired-filters fieldset label{
        font-size: 24px;
    }
}


@media (min-width: 768px){
    .be-inspired-filters {
        margin-top: 80px;
    }

}

@media (min-width: 992px){
    .be-inspired-filters fieldset label{
        font-size: 25px;
    }
}

/***************************************

COOKIES

***************************************/

.cookie-msg {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    bottom: inherit;
    background: #ea5449;
    z-index: 1;
    padding-top: 5px;
    padding-bottom: 0px;
    width: 100%;
    height: auto;
    color: #fff;
}

.cookie-msg a{
    color: #000000;
}


.cookie-msg a.close-cookies.close-button {
    right: 15px;
    color: #ffffff;
}

/***************************************

MOTIVAÇÕES

***************************************/

div.motivacoes {
    margin-top: 35px;
}

@media (min-width: 768px) {
    div.motivacoes {
        margin-top: 91px;
    }
}

/***************************************

THUMBNAIL

***************************************/

.thumbnail .thumbnail-image{
    background-size: 0;
    height: auto;
}

[class^="col-"] .thumbnail .thumbnail-image img,
[class*=" col-"] .thumbnail .thumbnail-image img{
    display: block;
    width: 100%;
}


@media (min-width: 768px) {

    .thumbnail .thumbnail-image{
        height: 134px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;

    }

    [class^="col-"] .thumbnail .thumbnail-image img,
    [class*=" col-"] .thumbnail .thumbnail-image img{
        display: none;
    }

}

@media (min-width: 992px) {
    .thumbnail .thumbnail-image {
        height: 178px;
    }
}

@media (min-width: 1200px) {
    .thumbnail .thumbnail-image {
        height: 218px;
    }
}

/***************************************

AGENDA

***************************************/
.agenda .agenda-header{
    margin-top: 35px;
    padding-bottom: 35px;
}

.agenda .agenda-header-title {
    padding-top: 35px;
    padding-bottom: 10px;
}

.agenda .agenda-header-title h1{
    font: 32px/42px 'Glegoo', serif;
    color: #ea5449;
}

.agenda .our-blog-posts{
    padding-top: 55px;
}

.agenda .filters {
    width: 100%;
}

.agenda .timeline_arrows {
    width: auto;
    float: none;
    display: inline-block;;
}

.agenda .timeline_date {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 26px;
    height: auto;
    width: 100px;
    padding: 10px 5px;
}

.agenda .timeline_top {
    margin-top: 5px;
}

.agenda .timeline_lastmonth, .agenda .timeline_nextmonth {
    height: auto;
    width: auto;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 6px 0px 6px;
}

.agenda .timeline_lastyear,
.agenda .timeline_nextyear,
.agenda .timeline_lastmonth:before,
.agenda .timeline_nextmonth:before{
    display: none;
}

.agenda .timeline:after {
    display: none;
}

.agenda .timeline_top li div {
    font-size: 10px;
    padding: 2px;
}

.agenda .timeline_bottom li div {
    padding: 2px;
}

.agenda .timeline_top,
.agenda .timeline_bottom {
    width: 176px;
}

.agenda .timeline_top li:nth-child(n+8) {
    display: none;
}

.agenda .chzn-container-single .chzn-default {
    color: #eb544a;
    outline: none;
}

.agenda .chzn-container-active .chzn-single {
    box-shadow: none;
    background: transparent;
}

.agenda .chzn-container .chzn-results .highlighted {
    background-color: #eee;
    filter: none;
    background-image: none;
    color: #000;
}

.agenda .local{
    margin-bottom: 8px;
}

.agenda .caption .category{
    background: #ccc;
    color: #000;
}

.agenda .caption a{
    text-decoration: underline;
}

@media (min-width: 768px) {

    .agenda .agenda-header{
        margin-top: 91px;
        padding-bottom: 60px;
    }

    .agenda .timeline_arrows {
        width: auto;
        float: left;
    }

    .agenda .timeline_top li:nth-child(n+8) {
        display: block;
    }

    .agenda .timeline_top li:nth-child(n+15) {
        display: none;
    }

    .agenda .timeline_top,
    .agenda .timeline_bottom {
        width: 360px;
    }

}

@media (min-width: 992px) {

    .agenda .agenda-header{
        margin-top: 91px;
        padding-bottom: 60px;
    }

    .agenda .timeline_arrows {
        width: auto;
        float: left;
        margin-bottom: 10px;
    }

    .agenda .timeline_top li:nth-child(n+8) {
        display: block;
    }

    .agenda .timeline_top li:nth-child(n+15) {
        display: block;
    }

    .agenda .timeline_top,
    .agenda .timeline_bottom {
        width: 780px;
    }

}

/***************************************

AGENDA MODAL

***************************************/
#eventInfo .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ea5449;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#eventInfo .modal-body .category:after{
    position: absolute;
    content: "";
    bottom: -13px;
    left: 5px;
    border-left: 10px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eee;
}

#eventInfo .modal-body .category{
    background: #eee;
    color: #000;
}

#eventInfo .modal-body .article-body{
    background: transparent;
}

#eventInfo .modal-body .article-get-there-title{
    color: #ea5449;
}

#eventInfo .modal-body .article-info span{
    color: #ea5449;
}

#eventInfo hr{
    border-top: 1px solid #ea5449;
    width: 40%;
    text-align: left;
    margin-left: 0;
}

@media (min-width: 768px) {
    #eventInfo .modal-dialog {
        width: 700px;
    }
}

/***************************************

OVERLAY

***************************************/
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/***************************************

AGENDA MODAL

***************************************/
.search-results {
    margin-top: 35px;
    padding-bottom: 35px;
}

.search-results .ais-hits--item{
    clear: both;
}

.search-results .results-list{
    margin-bottom: 20px;
}

.search-results input[type=text]{
    background: #fff;
    border: 1px solid #ea5449;
    color: #ea5449;
    padding: 5px 8px;
    margin-bottom: 20px;
    width: 100%;
}

.search-results #pagination{
    text-align:center;
}

.search-results #pagination .ais-pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.search-results #pagination .ais-pagination>li {
    display: inline;
}

.search-results #pagination .ais-pagination>li>a,
.search-results #pagination .ais-pagination>li>span {
    position: relative;
    float: left;
    padding: .6em 1em;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ccc;
    z-index: 3;
    color: #eb544a;
    cursor: default;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}

.search-results #pagination .ais-pagination>.ais-pagination--item__active>a,
.search-results #pagination .ais-pagination>.ais-pagination--item__active>a:focus,
.search-results #pagination .ais-pagination>.ais-pagination--item__active>a:hover,
.search-results #pagination .ais-pagination>.ais-pagination--item__active>span,
.search-results #pagination .ais-pagination>.ais-pagination--item__active>span:focus,
.search-results #pagination .ais-pagination>.ais-pagination--item__active>span:hover {
    background-color: #eb544a;
    color: #fff;
    border: 1px solid #eb544a;
    outline: 0;
}

.search-results #pagination .ais-pagination>.ais-pagination--item__disabled>a,
.search-results #pagination .ais-pagination>.ais-pagination--item__disabled>a:focus,
.search-results #pagination .ais-pagination>.ais-pagination--item__disabled>a:hover,
.search-results #pagination .ais-pagination>.ais-pagination--item__disabled>span,
.search-results #pagination .ais-pagination>.ais-pagination--item__disabled>span:focus,
.search-results #pagination .ais-pagination>.ais-pagination--item__disabled>span:hover {
    background-color: transparent;
    color: #eb544a;
    padding: .6em 1em;
    border: none;
    outline: 0;
}

.search-results #pagination .ais-pagination>li>a:focus,
.search-results #pagination .ais-pagination>li>a:hover,
.search-results #pagination .ais-pagination>li>span:focus,
.search-results #pagination .ais-pagination>li>span:hover {
    z-index: 2;
    color: #eb544a;
    background-color: #ccc;
    border-color: #ccc;
    outline: 0;
}

.search-results #pagination .ais-pagination>li.ais-pagination--item__next>a,
.search-results #pagination .ais-pagination>li.ais-pagination--item__last>a,
.search-results #pagination .ais-pagination>li.ais-pagination--item__first>a,
.search-results #pagination .ais-pagination>li.ais-pagination--item__previous>a{
    border: none;
}

.search-results #pagination .ais-pagination>li.ais-pagination--item__next>a:hover,
.search-results #pagination .ais-pagination>li.ais-pagination--item__last>a:hover,
.search-results #pagination .ais-pagination>li.ais-pagination--item__first>a:hover,
.search-results #pagination .ais-pagination>li.ais-pagination--item__previous>a:hover{
    background: transparent;
}

@media (min-width: 768px) {
    .search-results {
        margin-top: 91px;
        padding-bottom: 60px;
    }
}

