@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik/Rubik-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik/Rubik-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}


html,
body {
    height: 100%;
    font-family: Rubik , Helvetica, Arial, sans-serif;
    font-size:15px;
    color: #545454;
    background-color: #f5f5f5;

}

h1,h2,h3,h4{
    font-weight: 400;
}

.h1, .h2, .h3, .h4{
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.no-margin{
    margin: 0;
}

.no-padding{
    margin: 0;
}


.grey-h1{
    margin-top: 5px;
}

a {
    /* color: #0052CC;*/
    color: #0073e0;
    text-decoration: none;
}
a:hover {
    color: #0d8dff;
    text-decoration: underline;
}
a:active {
    color: #0747A6;
}
a:focus {
    outline: 2px solid #4C9AFF;
    outline-offset: 2px;
}

.gray{
    color: #afafaf;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.footer {
    min-height: 50px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    padding-bottom: 25px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* buttons */
.btn-orange {
    width: 100%;
    padding: 10px 15px;
    background: #ff9d00;
    color: #fff!important;
    font-size: 16px;
    margin-top: 10px;
    border: solid 1px #ff9d00;
    border-radius: 4px;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:visited {
    color: #fff;
    background: #f59500;
    border: solid 1px #F59500;

}

.btn-primary{
    background: #007bff;
    color: #ffffff;
    border-color: #007bff;

}

.btn-primary:hover{
    color: #ffffff;
    background: #0062E6;
    border-color: #0062E6;
}

.btn-primary-inverse {
    color: #007bff;
    border-color: #007bff;
    background-color: transparent;
}

.btn-primary-inverse:hover {
    color: #ffffff;
    background-color: #007bff;
}

.btn-font-big{
    font-size: 18px;
}

.btn-contest{
    background: rgb(244,193,86);
    background: linear-gradient(41deg, rgba(244,193,86,1) 0%, rgba(237,71,57,0.8) 67%);
    color: #fff!important;
    border: transparent;
    border: 1px solid #fff;
}

.btn-contest:hover{
    color: #fff;
    background: linear-gradient(140deg, rgba(244,193,86,1) 0%, rgba(237,71,57,0.8) 67%);
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.main-logo{
    margin-left: 10px;
}


.head-out-contacts{
    margin-top: 7px;
    margin-left: 15px;
    display: inline-block;
}


@media(min-width:767px) {
    .head-out-contacts{
        margin-top: 7px;
        margin-left: 50px;
    }
}

.navbar-header{
    /*min-width: 380px;*/
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 15px;
}

.nav li > form > button.logout {
    padding: 12px 15px;
    border: none;
}



.navbar-brand {
    float: left;
    height: 40px;
    padding: 5px 0 0 5px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
}

.navbar-brand img{
    display: inline-block;
}

.navbar-inverse {
    background-color: #262626;
    font-size: 13px;
    padding: 3px 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #333
}

.date{
    margin-bottom: 10px;
}



/* we */
.we-block {
    background: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
}

.we-block-in{
    padding: 10px;
}

.we-contacts{
    font-size: 18px;
}

.we-mes{
    margin-left: 30px;
}

.we-mes-icon{
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
}

.we-mes-vk{
    width: 36px;
    height: 36px;
}


.we-phone{
    display: inline-block;
    margin-top: 5px;
}

.we-quote{
    font-family: "Georgia";
    font-style: Italic;
}




/** loader **/

.loading-block{
    display: inline-block;
    padding-left: 5px;
}

.loading {
    border: 6px solid #dddddd;
    border-radius: 50%;
    border-top: 6px solid #007bff;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;

}

.loading-gif{

    width: 25px;
    height: 25px;
    background: url("../img/loading.gif") center no-repeat;
    background-size: contain;
    display: inline-block;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/** contest **/
#contest-number{
    color: #007bff;
}


.tag-a{
    background: #ffffff;
    border: 1px solid #007bff;
    color: #007bff;
    padding: 2px 5px;
    margin-right: 6px;
    margin-bottom: 3px;
    margin-top: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    text-decoration: none;
}

.tag-a:hover{
    border: 1px solid #007bff;
    color: #fff;
    background: #007bff ;
    text-decoration: none;

}


/**
* social buttons
 */
.social-buttons svg{
    width: 30px;
    margin: 5px;
}

.line__item{
    display: inline-block;
}

.action-link  > a{
    color: #007bff!important;
}

/** backend **/
.my-img-star-icon {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: .5rem .8rem;
    font-size: 1rem;
}

.my-img-delete-icon {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: .5rem .8rem;
    font-size: 1rem;
}

.pr-images-block div {
    margin-bottom: 15px;
}


/** MAIN **/
.wrap > .container {
    padding: 15px 15px 20px;
}

.footer{
    background-color: #333333;
    color: 	#A9A9A9;
}

h1{
    font-size: 24px;
}

h2{
    font-size: 22px;
}

.h2{
    font-size: 22px;
}

h3{
    font-size: 20px;
}

.teaser-text{
    margin-top: 20px;
}
a > svg{
    fill: currentColor;
    vertical-align: middle;
    width: 12px;
    margin-left: 4px;
}


.right{
    float:right;
}

.left{
    float: left;
}

.block-shadow{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border:1px solid #cccccc;
    background: #FFFFFF;
}

.navbar {
    border-radius: 0!important;
    margin-bottom: 0;
}

.col-block{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border: 1px solid #cccccc;
    background: #FFFFFF;
    padding: 15px;
    border-radius: 0;
}

.panel-default{
    border-radius: 0;
}

.col-block img{
    width: 100%;
}


.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
}

.button:hover {
    background-color: #8CF;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #222;
}

.button:active,
.button.is-checked {
    background-color: #28F;
}

.button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
    margin-bottom: 20px;
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

.element-item{
    position: relative !important;
    top: 0 !important;
}

/** TOUR PAGE single */

.tour-left-block{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border:1px solid #cccccc;
    background: #FFFFFF;
}

.tour-right-block{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border:1px solid #cccccc;
    background: #FFFFFF;
    border-radius: 0;
}

.tour-left-block h1{
    margin: 15px;
}

.show-more-photos{
    padding: 15px;
}

.show-more-loading{
    padding:15px;
}

.no-photos-anymore{
    padding: 15px;
    text-align: center;
}


.tour-btn-show{
    /*  position: absolute;
      right: 25px;
      bottom: 5px; */
    float: right;
    top: -5px;
    position: relative;
}
.pip > img{
    width: 50%;
    padding: 10px;
}
.tour-img-block{
    margin-bottom: 10px;
}
.top-img{
    width: 250px;
    margin: 0 auto;
}
.loader{
    width: 30px;
}
.one-answer{
    margin-top: 10px;
}
.is_show_btn{
    cursor: pointer;
}
.auth-clients{
    padding-left: 0;
}

.navbar-brand img{
    height: 100%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #cccccc;
    font-size: 16px;
}

.breadcrumb{
    margin-bottom: 0;
}


.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

@media(max-device-width:767px){
    img.nav-image-label{
        display: none;
    }
}

@media(max-device-width:767px) {
    .hide-mobile {
        display: none;
    }
}

.show-more{
    font-style: italic;
    font-size: 22px;
    font-family: "PT Serif Caption", Georgia, serif;
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #eaeaea;
    cursor: pointer;

}

.tour-pack-main-price{
    margin: 0 0 10px;
    font-size: 26px;
    text-align: center;
}

.tour-pack-price{
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}

.tour-pack-price a{
    text-decoration: underline;
}

.tour-pack-pack-price{
    font-size: 18px;
    color: #337ab7;
}

/* tours front */

.tour-block{
    padding-bottom: 20px;
}

@media(max-device-width:767px){
    .tour-block{
        padding-bottom: 15px;
    }
}

.tour-block-inside{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border:1px solid #cccccc;
    background: #FFFFFF;
    min-height: 370px;
}

.tour-text{
    /*height: 100px;*/
    padding: 0 15px 5px;
}

.tour-short-text{
    height: 143px;
    overflow: hidden;
}

.tour-reviews{
    height: 15px;
}

a.reviews-tour-link{
    color: #0073e0;
    border: 1px #0073e0 solid;
    padding: 4px 6px;
    border-radius: 5px;
}

a.reviews-tour-link:hover{
    text-decoration: none;
    color: #fff;
    background: #0073e0;
    border: 1px #0073e0 solid;
}

.review-social {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    background-size: 20px 20px;
}

.tour-reviews-views{
    display: inline-block;
    background-image: url('/img/icons/view.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    position: relative;
    top: 3px;
}

/* BLOG PAGE */
.blog-read-more{
    padding-bottom: 15px;
}

.blog-content p img, .blog-content > img{
    width: 100%;
}

.blog-link-menu{
    padding: 0 10px 0 10px;
}
.blog-link-menu a{
    display: inline-block;
    padding: 2px 0;
}

/* FRONT - BLOG */

.front-blog{
    padding-bottom: 30px;
}

.front-blog img{
    width: 100%;
}



.front-blog-inside p, .front-blog-inside div{
    padding: 0 15px 15px 15px;
}

.front-blog-inside h4{
    padding: 0 15px;
}

.front-links{
    text-align:center;


    font-size: 18px;
    padding-bottom: 30px;
    line-height: 1.8em;
}

.front-links-inside{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border:1px solid #cccccc;
    background: #FFFFFF;
    height: 250px;
    padding: 15px;
}

.transparent-block{
    padding: 15px;
}

.grey-block{
    padding: 15px;
}

.w-block{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border:1px solid #cccccc;
    background: #FFFFFF;
    padding: 15px;
}

.front-blog-inside {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border: 1px solid #cccccc;
    background: #FFFFFF;
    min-height: 330px;
}

@media(min-device-width:767px){
    .front-blog-inside{
        min-height: 330px;
    }

    .front-links{
        min-height: 250px;
    }
}

/* 15px fro phones */
@media(max-device-width:767px){
    .front-blog{
        padding-bottom: 15px;
    }
}

/** page TOURS **/
.card{
    background: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border-radius: 0;
    border: 1px solid #cccccc;
}

.card-block{
    height: 150px;
}

.card-img-block{

    border: none;
}

.isotope-box .row{
    margin:0;
}

.price{
    color: #5cb85c;
    font-size: 24px;
}

.price:hover{
    color: #5cb85c;
}

.green{
    color: #5cb85c;
}

.tours-text-content{
    padding-bottom: 15px;
}

.tours-text-content-2{
    display:none;
}

.tours-select2-boxes{
    padding: 10px 0 10px 0;
}

.tours-select2-box{
    width: 290px;
    display: inline-block;
    padding: 5px 30px 5px 0;
}

.select2-rm{
    width: 290px;
    height: 38px;
    display: inline-block;
}

@media(max-device-width:767px){
    .tours-select2-box {
        padding: 5px 30px 5px 0;
    }

}

.tour-review-box{
    margin-bottom: 20px;
}

.tour-review-content{
    border-bottom: 1px solid #e7e8ec;
    padding-top: 10px;
    padding-bottom: 15px;
}



.tour-review-ava{
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.tour-review-user{
    margin-bottom: 10px;
}

.tour-review-img img{
    display: inline-block;
    width: 120px;
    padding-bottom: 3px
}



.tour-review-user a{
    display: inline-block;
    margin-right: 15px;
}


.tour-review-content{
    padding-bottom: 15px;
}


.tour-review-img{
    margin-top: 15px;
}

/* min text block height for dekstop */
@media(min-device-width:767px){
    .tour-text{
        min-height: 70px;
    }
}

.tours-tour-block{
    background: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;

}



.tour-text-block{
    padding: 10px;

}

.tour-more{
    padding-top: 5px;
    padding-right: 10px;
}

.tour-full-price{
    color: #337ab7;
}

.tour-cost-label{
    font-size: 20px;
    margin-bottom: 10px;
}

/** BLOG **/
.front-blog img{
    width: 100%;
}

.blog-list-block{
    background: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
}

.blog-text-block{
    padding: 10px;
}

.blog-status-block{
    border-top: solid 1px #ebebeb;
    color: #a1a1a1;
    padding: 5px 0;
    font-size: 14px;
}

.blog-status-block > div {
    display: inline-block;
    padding: 0 5px;
}

/* reviews */



.review-date{
    font-size: 9px;
    color: #a9a9a9;
    padding-left: 5px;
}

.tour-review-user a:hover{
    text-decoration:none;
}

.review-ava{
    width: 50px;
    border-radius: 50%;
}

.review-img img{
    display: inline-block;
    width: 120px;
    padding-bottom: 3px
}



.review-user a{
    display: inline-block;
    margin-right: 15px;
}


.review-content{
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #e7e8ec;

}



/*rotate*/
.rot {
    animation: 90s linear 0s normal none infinite running rot;
    -webkit-animation: 90s linear 0s normal none infinite running rot;

}
@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.categories{
    font-size: 16px;
    line-height: 30px;
}

label{
    font-weight: 400;
}

#tour-type{
    font-size: 16px;
}

#tour-type label{
    line-height: 25px;
}

#tour-type label input{
    padding-right: 50px;
    position: relative;
    top: -1px;
}


/** faq **/

.faq-row{
    cursor:pointer;
    background-color: #FFF;
    padding: 10px;
}

.faq-row h3{
    margin: 10px 0;
}

.faq-row svg{
    position: relative;
    top: 10px;
    right: 15px;
    fill: #0073e0;
}


/* youtube */
.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube-container  .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tours-table table{
  margin: auto;
}

.tours-table table tbody tr td{
  padding: 10px;
}

.tours-table table tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
