@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('fonts/TitilliumText22L005-webfont.eot');
    src: url('fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/TitilliumText22L005-webfont.woff') format('woff'),
    url('fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
    url('fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: 'Roboto';
    color: #686868;
    background-image: url(/img/background.png);
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

span.line {
    background: #ee7e2a;
    display: block;
    width: 50px;
    height: 4px;
    margin: 7px 0 -11px 0;
}

h1.page-title, h2.page-title {
    padding: 5px 0 10px 0;
    border-bottom: 2px solid #ececec;
    margin: 12px 0 18px 0;
}

h2 {
    font-size: 20px;
    line-height: 30px;
}

h2.title {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
}

h3 {
    font-size: 17px;
    line-height: 34px;
}

h3.title {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #747474;
    margin-bottom: 15px;
}

hr-bottom {
    border: solid #747474;
    border-width: 1px 0 0;
    clear: both;
    margin: 15px 0 !important;
    height: 0;
}

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

.wrap > .container {
    padding: 0px 15px 420px;
}

.footer {
    height: 420px;
    background-color: #474747;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    color: #e8e8e8;
}

li span.icon {
    float: left;
    margin: 0 5px 0 0;
}

.icon.white {
    background: url(/img/icons-white.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}

.icon.google_maps {
    background-position: -75px -832px;
    width: 11px;
    height: 19px;
}

.icon.phone {
    background-position: -316px -450px;
    width: 12px;
    height: 20px;
}

.icon.e-mail {
    background-position: -313px -1352px;
    width: 19px;
    height: 18px;
}

.icon.globe {
    background-position: -2px -1179px;
    width: 18px;
    height: 19px;
}

footer ul.top-3 li {
    padding-bottom: 10px;
}

footer ul.white li a {
    color: white;
}

footer ul.white li a:hover {
    text-decoration: none;
}

footer a, footer a:hover {
    color: #ee7e2a;
}

/*
.footer {
    height: 60px;
    background-color: #474747;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #e8e8e8;
}
*/

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

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

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

/* 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: 900px) {
    .logo-tavrida {
        display: none !important;
    }

    .logo-wo-tui {
        display: block !important;
    }
}

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

    .flex-caption, .carousel-indicators {
        display: none;
    }

    .our-services li.nav-item a, .about li.nav-item a {
        min-width: 206px;
    }

    .img-logo {
        padding-left: 10px;
    }
}

@media (max-width: 992px) {
    .wrap {
        margin: 0 auto -100px;
    }

    .wrap > .container {
        padding: 0px 15px 100px;
    }

    .footer {
        height: 100px;
    }

    .pull-right {
        display: block !important;
    }

    .footer-top {
        display: none;
    }
}

.logo-wo-tui {
    display: none;
}

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

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

.navbar-brand {
    /*height: 100px;*/
    padding: 0px 15px;
}

.navbar-nav {
    margin: 0 -15px;
    /*background-color: white;*/
}

.navbar-toggle {
    border: 1px solid;
}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*.icon-bar {*/
/*background-color: black;*/
/*}*/

.tour-module {
    padding-top: 20px;
    padding-bottom: 20px;
}

.flex-caption {
    width: 30%;
    padding: 15px 20px;
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgba(51, 51, 51, .8);
    color: #fff;
    line-height: 25px;
    font-size: 16px;
}

.flex-caption span {
    font-size: 22px;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #ee7e2a;
    border-color: #ee7e2a;
}

.carousel-control {
    font-size: 50px;
}

.carousel-container {
    padding-top: 10px;
}

/*
FAQ -->
*/

ul.top-3 {
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
}

#toggle-view li {
    position: relative;
    cursor: pointer;
    /*margin-bottom: 15px;*/
}

h3.normal {
    background-color: #fafafa;
}

#toggle-view span.link {
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 3px;
    color: #868686;
}

#toggle-view li h3 {
    padding: 2px 10px;
}

#toggle-view .panel {
    padding: 10px;
    display: none;
}

#toggle-view li h3.normal {
    color: #868686;
}

.faq {
    padding: 10px 30px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

/*
FAQ <--
*/

.our-services div.tab-content div, .about div.tab-content div {
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
}

.our-services .nav-tabs, .about .nav-tabs {
    border-bottom: 1px solid #ee7e2a;
}

.our-services li.nav-item a, .about li.nav-item a {
    background-color: #fafafa;
    border-bottom: 1px solid #ee7e2a;
    border-right: none;
    border-left: none;
    margin-right: 5px;
    margin-top: 5px;
    color: #686868;
    font-size: 16px;
}

.our-services li.nav-item.active a, .about li.nav-item.active a {
    background-color: #ee7e2a;
    border: 1px solid #ee7e2a;
    color: white;
}

.our-services .nav-tabs > li > a, .about .nav-tabs > li > a {
    border-radius: 0;
}

.contacts div div {
    padding: 10px 30px;
    background-color: white;
    border: 1px solid #ececec;
}

.services-element {
    min-height: 230px;
    width: 257px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 4px solid #fbfbfb;
    text-shadow: 1px 1px 1px #fff;
    transition-property: transform, opacity;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background: #fbfbfb;
    z-index: 2;
}

.services-element img {
    width: 100%;
    height: auto;
}

.services-element h4 a {
    font-family: 'TitilliumText22LBold', Arial, sans-serif;
    text-decoration: none;
    color: #585858;
}

.services-content {
    background-color: white;
    /*border: 1px solid #ddd;*/
    border-top: none;
    padding: 15px;
    display: flex;
}

.services-tabs ul, .services-tabs li.active a:hover {
    border: none;
}

.services-tabs li {
    border: none;
}

.services-tabs li a {
    border: none;
    border-radius: 0;
    color: #686868;
}

.services-tabs li.active a, .services-tabs li.active a:focus {
    background-color: #ee7e2a;
    border: none;
    color: white;
}

.services-tabs {
    padding: 15px;
    background-color: white;
}

.div-y-map {
    width: 100%;
}

.blog-panel {
    background-color: white;
    /*border: 1px solid #ddd;*/
    border-top: none;
    padding: 15px;
    padding-bottom: 30px;
}

.blog-button {
    background-color: #ee7e2a;
    padding: 10px 10px;
    display: inline-block;
    margin: 8px 10px 8px 0;
    border: none;
    cursor: pointer;
    text-shadow: none !important;
    color: white;
}

.blog-created-at {
    font-size: 12px;
    color: gainsboro;
}
