/* Carousel base class */
.carousel {
    height: 239px;
    width: 710px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    float: right;
    right: 0;
    left: 210px;
    max-width: 500px;
    min-width: 500px;
    height: 239px;
    padding-bottom: 0px;
    padding-top: 0px;
    top: 0;
    text-shadow: none;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 239px;
    width: 710px;
}

.carousel-inner {
    width: 710px;
    }

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 710px;
    height: 239px;
}

.carousel-indicators {
    bottom: 0;
}

.arrow-right {
    float: right;
    top: 10px;
    right: 10px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/arr-right.png);
}

.arrow-right:hover {
    background-position: 0 -23px;
}

.arrow-left {
    margin-right: 1px;
    float: right;
    top: 10px;
    right: 10px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/arr-left.png);
}

.arrow-left:hover {
    background-position: 0 -23px;
}

.read-more {
    position: relative;
    float:right;
    width: 80px;
    height: 29px;
    background-image: url(../img/read-more.png);
    margin-top: -35px;
    margin-right: 35px;
}

.widget-title {
    float: right;
    width: 500px;
    text-align: left;
    margin-top: 150px;
}

.read-more:hover {
    background-position: 0 -29px;
}

.carousel-caption h2 {
    color: #14366a;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    margin-left: 40px;
}

.carousel-caption h3 {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 5px -20px;
}

.content {
    display: inline-block;
    width: 700px;
    float: left;
    margin-left: 15px;
    margin-right: 25px;
}
.tour-content {   
    min-height: 400px;
    width: 480px;
    float: right;
    margin-right: 10px;
}

.tour-sub-menu {
    width: 710px;
    height: 80px;
    background-image: url(../img/sub-menu-bg.png);
}

.tour-menu {
    width: 660px;
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
}

.tour-menu-active {
    background: url(../img/sub-menu-active.png) bottom center no-repeat;
    height: 100%;
    width: 100%;
}

.tour-menu a {
    float: left;
    color: #2b5088;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding-right: 9px;
    padding-left: 5px;
    height: 69px;
    padding-top: 20px;
    text-decoration: none;
    margin-top: 1px;
    text-shadow: 0 1px #fff;
}

.tour-menu-line {
    background: url(../img/sub-menu-line.png) right center no-repeat;
}

.tour-menu a:hover {
    box-shadow: inset 0px 0px 40px #9fd8db;
    background-image: none;
}

.tour-menu a span {
    color: #658790;
    font-size: 11px;
    font-weight: normal;
}

.tour-menu a.fixpadding {
    padding-top: 27px;
}

/*.tour-menu .active {
    background: url(../img/sub-menu-line.png) right center no-repeat,
           url(../img/sub-menu-active.png) bottom center no-repeat;
}*/

.tour-menu-noline {
    background: none;
}


/*Tabs start*/

.nav > li > a {
    position: relative;
    display: block;
    padding: 14px 10px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.428571429;
  border: none;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #2b5088;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
}

.tabs-sub-menu {
    width: 480px;
    height: 60px;
    background-image: url(../img/tabs-menu-bg.png);
}

.tabs-menu {
    width: 440px;
    height: 45px;
    margin-left: 20px;
    margin-right: 20px;
}

.tabs-menu-active {
    background-image: url(../img/sub-menu-active.png) bottom center no-repeat;
    height: 100%;
    width: 100%;
}

.tabs-menu a {
    float: left;
    color: #2b5088;
    font-size: 12px;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    padding-right: 9px;
    padding-left: 5px;
    height: 45px;
    padding-top: 17px;
    text-decoration: none;
    margin-top: 1px;
    text-shadow: 1px 1px #fff;
}

.tabs-menu li {
    list-style: none;
}

.tabs-menu li.active {
    background: url(../img/sub-menu-active.png) bottom center no-repeat;
}

.tabs-menu-line {
    background: url(../img/tab-menu-line.png) right center no-repeat;
}

.tabs-menu a:hover {
    box-shadow: inset 0px 0px 40px #9fd8db;
    background: none;
}

/*.tour-menu .active {
    background: url(../img/sub-menu-line.png) right center no-repeat,
           url(../img/sub-menu-active.png) bottom center no-repeat;
}*/

.tabs-menu-noline {
    background: none;
}

/*Tabs finish*/

.tour-cat-layer {
    margin-left: -22px;
    margin-right: -20px;
}

.tour-cat {  
    display: inline-block;
    width: 220px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    margin-bottom: 22px;
    margin-left: 22px;
    height: 205px;
}
.tour-cat a { 
    position: relative; 
    display: block; 
    text-decoration: none; 
}
.tour-cat a img { 
    width: 210px; 
    height: 150px;
    display: block; 
}
.tour-cat a .image > h2 { 
    width: 210px; 
    //background: #2e62b0; 
    color: #2c88fa; 
    display: inline-block; 
    left: 0; 
    font-size: 14px; 
    font-weight: bold; 
    padding: 4px; 
    position: absolute; 
    text-decoration: none; 
    bottom: -60px; 
    height: 45px;
}
.tour-cat a .image > h4 { 
    width: 210px; 
    color: #666666; 
    display: inline-block; 
    left: 0; 
    font-size: 11px; 
    font-weight: normal; 
    padding: 4px; 
    position: absolute; 
    text-decoration: none; 
    bottom: -80px; 
    height: 45px;
}
.tour-cat a .hoverCover { 
    background-image: url(../img/tour-cat-bg.png);
    height: 100%; 
    left: 0; 
    position: absolute; 
    top: 0; 
    width: 100%; 
    transition: 0.5s; 
    -webkit-transition: 0.5s; 
    display: none\9; 
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    zoom: 1;
}
.tour-cat a .hoverCover i { 
    border: 2px solid white; 
    border-radius: 51% 51% 51% 51%; 
    display: inline-block; 
    margin-bottom: 5px; 
    padding: 0 4px 0 6px; 
    font-size: 1.6em; 
    width: 30px; 
    height: 40px; 
    line-height: 36px; 
}
.tour-cat a:hover .hoverCover { 
    zoom: 1; 
    opacity: 1; 
    display: block; 
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.tour-cat a:hover h2 { 
    background-color: transparent; 
}
.tour-cat a .viewMoreContent { 
    color: #fff; 
    display: block; 
    position: absolute; 
    //text-shadow: 1px 1px #666666; 
    top: 5px; 
    width: 100%;
}
.tour-cat a .viewMoreContent p { 
    padding: 10px; 
    color: #666; 
    font-size: 11px; 
}
.tour-cat a .viewMoreContent span { 
    position: absolute;
    padding: 10px; 
    top: 110px; 
    color: #2c88fa; 
    font-size: 11px;
    text-decoration: underline;
}
.tour-cat a .viewMoreContent img { 
    display: inline-block; 
}

.bottom-line {
    margin-top: 20px;
    background-image: url(../img/bottom-line.png);
    height: 30px;
    width: 480px;
}

.right-sidebar {
    float: right;
    width: 212px;
}

.left-sidebar {
    float: left;
    width: 212px;
    margin-left: 20px;
    
}

.gallery-layer {
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    height: 338px;
}

.tdates-art {
    font-weight: bold;
    margin-right: 15px;
}

.simtour {
    position: relative;
    display: inline-block;
}

.block-simtour-icon {
    width: 77px;
    height: 56px;
    float: left;
}

.block-simtour-icon img {
    margin-right: 5px;
}

.block-simtour-icon img {
    width: 77px;
    height: 56px;
    float: left;
}

.block-simtour-title {
    font-weight: bold;
    height: 56px;
    width: 100px;
    float: right;
    margin-left: 5px;
}

.block-simtour-title a {
    display:inline-block;
    vertical-align:middle;
}

.align-helper {
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
}

.block-simtour-title a:hover {
    text-decoration: none;
}

.block-simtour-more {
    height: 20px;
    font-weight: bold;
}

.block-simtour-more a:hover {
    text-decoration: none;
}