body {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.top-header {
    height: 105px;
}

.r-header {
    float: right;
    text-align: right;
    margin-top: 25px;
}

.logo {
    display: block;
    background: url("../img/top-header.png") no-repeat 0 0;
    width: 241px;
    height: 84px;
    float: left;
    margin-top: 10px;
}

.r-header a {
    margin-left: 15px;
}

.r-header .facebook {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../img/top-header.png) no-repeat -283px -43px;
    float: right;
}

.r-header .skype {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../img/top-header.png) no-repeat -240px -43px;
    float: right;
}

.r-header .phone {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../img/top-header.png) no-repeat -240px 0;
    float: left;
}

.r-header .fax {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../img/top-header.png) no-repeat -283px 0;
    float: left;
}

.phone-wrap, .fax-wrap {
    display: block;
    height: 42px;
    width: 230px;
    float: right;
}

.phones, .faxes {
    float: left;
    width: 143px;
    margin-left: 0px;
    font-size: 17px;
    line-height: 23px;
}

.slavion-menu {
    background: url("../img/menu-bg.png") repeat-x 0 0;
    margin: 0;
}

.header .navbar-nav > li {
    /*border-top: 7px solid transparent;*/
    position: relative;
}

.header .navbar-nav > li > a {
    font-family: Tahoma, serif;
    font-size: 16px;
    color: #3e3e40;
    text-transform: uppercase;
    padding: 10px 35px 10px;
    margin-top: 20px;
}

.header .navbar-nav > li.active {
    /*border-top: 7px solid #00a7a3;*/
}

.header .navbar-nav > li.active:after {
    content: "";
    background: #00a7a3;
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    margin: 0 auto;
    width: 50%;
    height: 7px;
}

.header .navbar-nav > li > a:after {
    content: "";
    border-left: 1px dashed black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 1px;
    height: 16px;
}

.header .navbar-nav > li:last-child > a:after {
    border-left: none;
}

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

.events .title-wrap {
    background-color: #00A7A6;
}

.accommodations .title-wrap {
    background-color: #a5a700;
}

.tours .title-wrap {
    background-color: #14b9d5;
}

.activities .title-wrap {
    background-color: #7b4a91;
}

.transfer .title-wrap {
    background-color: #01a7a7;
}

.about .title-wrap {
    background-color: #0071a7;
}

.payment .title-wrap {
    background-color: #05a75b;
}

.slide-block .p-block-title {
    font-family: Tahoma, serif;
    color: #FFF;
    font-size: 36px;
    line-height: 56px;
    padding-left: 25px;
}

.slide-block h2 {
    font-family: Tahoma, serif;
    color: #FFF;
    font-size: 36px;
    line-height: 56px;
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

/* carousel */
.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}

.media-carousel .carousel-control {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 40px;
    width: 21px;
    margin-top: 105px;
    color: #959ca4;
    line-height: 33px;
}

/* Previous button  */
.media-carousel .carousel-control.left {
    left: 0;
}

/* Next button  */
.media-carousel .carousel-control.right {
    right: 0 !important;
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

/* End carousel */

.p-block {
    border: 1px dotted black;
    position: relative;
    margin-bottom: 30px;
}

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

.p-block span.stars {
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    width: 100%;
    color: yellow;
    text-align: right;
    padding: 10px;
    z-index: 100;
    left: 0px;
}

.p-block h3 {
    color: #5e6d81;
    font-size: 28px;
    padding: 0 50px 10px 25px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 359px;
    transition: 1s;
}

.p-block h3:hover {
    max-height: inherit;
    text-overflow: initial;
    white-space: normal;
    transition: 1s ;
}

.p-block .event-price {
    color: #38b25b;
    font-size: 28px;
    padding: 0 25px 10px 25px;
}

.p-block .event-price > span {
    color: #434a54;
    font-size: 14px;
}

.p-block .event-time {
    color: #363636;
    font-size: 18px;
    padding: 0 25px 10px 25px;
}

.p-block .event-place {
    color: #363636;
    font-size: 14px;
    padding: 0 25px 10px 25px;
    margin-bottom: 10px;
}

.p-block .description {
    text-align: justify;
    color: #434a54;
    font-size: 14px;
    padding: 0 25px 10px 25px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.item-image {
    position: relative;
    padding-bottom: 50px;
    display: block;
}

.actions {
    padding: 0 25px 10px 25px;
}

.btn {
    border-radius: 0;
    border: 1px solid #a7a7a7;
    /*width: 125px;*/
    text-transform: uppercase;
}

.btn-gray {
    background-color: #e3e1da;
}

#booking-form .form-group {
    margin-bottom: 15px;
}

#booking-form .help-block {
    position: absolute;
    bottom: -10px;
    font-size: 12px;
    left: 20px;
}
.footer {
    background: url("../img/footer-bg.png") top left repeat-x #434a54;
}

.footer a {
    color: #e8ebee;
}

div.required label:after {
    content: " *";
    color: red;
}

#footer-navbar, .footer .navbar {
    margin-bottom: 0;
    overflow: hidden;
}

.footer .nav.navbar-nav {
    float: left;
}

.footer .nav.navbar-nav {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

.footer .nav.navbar-nav > li {
    position: relative;
    right: 50%;
}

.footer .nav.navbar-nav li {
    text-align: left
}

.footer .nav > li > a:focus, .footer .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #00a7a3;;
}

.footer .navbar-nav > li > a {
    text-transform: uppercase;
    padding: 25px 35px;
}

.footer .navbar-nav > li > a:after {
    content: "";
    border-left: 1px solid #e8ebee;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 1px;
    height: 16px;
}

.footer .navbar-nav > li:last-child > a:after {
    border-left: none;
}

@media (min-width: 768px) {
    /* centered navigation */
}

.copyright {
    color: #cecfd0;
    text-align: center;
    font-size: 14px;
    padding: 25px 0;
    background-color: #4a535e;
}

.developers, .developers a {
    text-align: center;
    color: #6e737a;
    text-decoration: none;
    font-size: 14px;
    margin-top: 2px;
}



/* 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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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";
}

.sort-wrap {
    text-align: right;
}
ul.sorter {
    display: inline-table;
    margin: 0 0 20px;
    list-style: none;
}
ul.sorter > li{
    display: inline-block;
}
ul.sorter li a{
    display: block;
    padding: 4px 32px;
    margin: 10px 0 10px 10px;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    border: 1px solid #222;
    border-bottom-color: #666;
    border-left-color: #666;
    -webkit-transition: text-shadow .7s ease-out, background .7s ease-out;
}

/*BREADCRUMBS*/
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb > li > a{
    color: #464646;
    text-decoration: none;
    font: inherit
}
.breadcrumb > .active {
    color: #acabab;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #acabab;
    content: "\00bb ";
    font-size: 9px;
    vertical-align: middle;
}

 /*VIEW*/

.item-view h3, .transfer h3{
    color: #14b9d5;
    font: 32px Tahoma, Verdana, Arial, sans-serif;
}
.item-view h4 {
    color: #434a54;
    font: 24px Tahoma, Verdana, Arial, sans-serif;
}
.item-view .event-place, .item-view .event-time {
    padding-bottom: 20px;
}



/*
 * Main navigation
 *
 * Turn the `.navbar` at the top of the docs purple.
 */


.bs-home-nav .bs-nav-b {
    display: none;
}
.navbar-header .navbar-brand,
.navbar-header .navbar-nav > li > a {
    font-weight: 500;
    color: #00a7a3;
}
.navbar-header .navbar-nav > li > a:hover,
.navbar-header .navbar-nav > .active > a,
.navbar-header .navbar-nav > .active > a:hover {
    color: #007571;
    background-color: #f9f9f9;
}
.navbar-header .navbar-toggle .icon-bar {
    background-color: #00a7a3;
}
.navbar-header .navbar-header .navbar-toggle {
    border-color: #fff;
}
.navbar-header .navbar-header .navbar-toggle:hover,
.navbar-header .navbar-header .navbar-toggle:focus {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
}


.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    margin-right: 10px;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
    background-color: #01a7a7;
    color: #fff;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #838282;
}

.item-view img, .transfer img {
    border: 1px solid #959595;
}

.transfer h2, .transfer h3{
    color: #14b9d5;
}


#map {
    height: 450px;
    width: 100%;
    float: left;
}

.contact-info div
{
    margin-bottom: 15px;
}


h1 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 12px;
    color: #ccc;
}
/*==================================================
=            Bootstrap 3 Media Queries s            =
==================================================*/




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .header .navbar-nav > li > a {
        font-size: 13px;
        padding: 10px 30px 10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .header .navbar-nav > li > a {
        font-size: 13px;
        padding: 5px 18px 10px;
    }
    .phone-wrap, .fax-wrap {
        width: 167px;
    }
    .phones, .faxes {
        width: 115px;
        font-size: 14px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .header .navbar-nav > li.active:after {
        margin: 0;
        width: 10px;
        height: 100%;
    }
    .header .navbar-nav > li > a:after {
        content: none;
    }
    .top-header {
        height: 165px;
        text-align: center;
    }
    .r-header {
        float: none;
        margin-top: 12px;
        display: inline-block;
    }
    .logo {
        float: none;
        display: inline-block;
        width: 240px;
    }
    .footer .navbar-nav > li > a {
        text-transform: uppercase;
        padding: 10px 35px;
    }
    .footer .navbar-nav > li > a:after {
        content: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}