/* 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;
    }

/* Fade Slider CSS */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.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;
}

.read-more-blue {
    position: relative;
    float:right;
    width: 80px;
    height: 29px;
    background-image: url(../img/read-more-blue.png);
    margin-top: -35px;
    margin-right: 35px;
}

.read-more-blue:hover {
    background-position: 0 -29px;
}

.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: 13px;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
    height: 69px;
    padding-top: 24px;
    text-decoration: none;
    margin-top: 1px;
    text-shadow: 1px 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: 29px;
}

/*.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;
}

.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-cat-layer {
    margin-left: -22px;
    margin-right: -20px;
}

.activities-layer {
    margin-left: -13px;
    margin-right: -20px;
}

.tour-cat {  
    display: inline-block;
    width: 170px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    margin-bottom: 20px;
    margin-left: 11px;
    height: 165px;
}
.tour-cat a { 
    position: relative; 
    display: block; 
    text-decoration: none; 
}
.tour-cat a img { 
    width: 160px; 
    height: 115px;
    display: block; 
}
.tour-cat a .image > h2 { 
    width: 160px; 
    //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: 160px; 
    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-bottom {  
    display: inline-block;
    width: 170px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    margin-bottom: 20px;
    margin-left: 10px;
    height: 165px;
}
.tour-cat-bottom a { 
    position: relative; 
    display: block; 
    text-decoration: none; 
}
.tour-cat-bottom a img { 
    width: 160px; 
    height: 115px;
    display: block; 
}
.tour-cat-bottom a .image > h2 { 
    width: 160px; 
    //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-bottom a .image > h4 { 
    width: 160px; 
    color: #666666; 
    display: inline-block; 
    left: 0; 
    font-size: 11px; 
    font-weight: normal; 
    padding: 4px; 
    position: absolute; 
    text-decoration: none; 
    bottom: -80px; 
    height: 45px;
}

h2.cat-bottom {
    margin-left: 25px;
    margin-bottom: 20px;
}

.right-sidebar {
    float: right;
    width: 212px;
}
/*.act_cat {
    display: inline-block;
    width: 710px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    margin-top: 22px;
    margin-left: 22px;
    height: 170px;
}

.act-cat-content {
    float: right;
    height: 160px;
    width: 480px;
}

.act-cat-content .title {
    font-size: 18px;
    font-weight: bold;
    color: #2c88fa;
    margin-top: 7px;
}

.act-cat-content td {
    padding-top: 5px;
    padding-bottom: 5px;
}

a.flist {
    font-weight: bold;
}

a.flist:hover {
    text-decoration: none;
}

.see-also {
    margin-left: 20px;
    font-size: 14px;
    color: #73777d;
    
}

.see-also a {
    font-size: 13px;
    font-weight: bold;;
    
}

.see-also-act {
    margin-left: 10px;
}*/

.see-also {
    margin-left: 20px;
    font-size: 14px;
    color: #73777d;
    
}

.see-also a {
    font-size: 13px;
    font-weight: bold;;
    
}

.see-also-act {
    margin-left: 10px;
}
.gallery-layer {
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    height: 338px;
    margin-right: -10px;
}

.offers_text-layer {
    width: 180px;
    border-top: solid 2px #dadcdf;
    margin: 5px 0 10px 30px;
    background-color: #f5f5f5;
    float: right;
}

.offers-text {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #4c4f53;
}

.offers_title {
    font-size: 18px;
    font-weight: bold;
    color: #83d111;
}

.offers_title img {
    margin-top: -27px;
}

.offers-bottom {
    width: 180px;
    height: 13px;
    background-image: url(../img/offers-bottom.png);
}

.act_price {
    font-size: 16px;
    color: #4c4f53;
    padding: 3px;
    text-align: center;
    font-weight: bold;
}

.includes_title {
    font-size: 18px;
    color: #2b5088;
    font-weight: bold;
    margin-bottom: 10px;
}

.includes_text {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #4c4f53;
    margin-right: 20px;
}

.includes_text img {
    margin-right: 5px;
}

.act_video {
    width: 100%;
    background-color: #f3f3f3;
    padding: 20px;
    text-align: center;
}

.bottom-line {
    margin-top: 20px;
    background-image: url(../img/bottom-line-act.png);
    height: 30px;
    width: 700px;
}

.reviews-block {
    display: inline-block;
    color: #73777d;
    margin-bottom: 20px;
}

.reviews-block span {
    font-weight: bold;
    text-transform: uppercase;
}

.reviews-block .img {
    margin-top: -5px;
}

.a-fin {
    margin-top: -30px;
}

/*Stag top Price*/

.title-price {
    width: 711px;
    display: inline-block;
}

h3.title-inline {
    float: left;
    margin: 0;
    margin-top: 15px;
}

.stag-price-block {
    float: right;
    display: inline;
    height: 46px;
}

.price_bg_left {
    height: 46px;
    width: 20px;
    background-image: url(../img/price_bg_left.png);
    float: right;
}

.price_bg_right {
    height: 46px;
    width: 10px;
    background-image: url(../img/price_bg_right.png);
    float: right;
}

.price_bg_center {
    height: 46px;
    width: 23px;
    background-image: url(../img/price_bg_center.png);
    float: right;
}

.stag-price-notext {
    height: 46px;
    width: 23px;
    background-image: url(../img/stag-price-notext.png);
    float: right;
}

.price_bg_noright {
    height: 46px;
    width: 10px;
    background-image: url(../img/price_bg_noright.png);
    float: right;
}

.stag-price-text {
    float:right;
    text-align: right;
    height: 46px;
    color: #a3a7ad;
    font-size: 11px;
    background-image: url(../img/price_bg_text.png);
    padding-top: 8px;
}

.stag-price {
    float: right;
    text-align: right;
    height: 46px;
    color: #fff;
    font-size: 12px;
    background-image: url(../img/price_bg_price.png);
    padding-top: 6px;
    padding-right: 7px;
    text-shadow: 1px 1px #666;
}

.stag-price-value {
    float: right;
    background-image: url(../img/price_bg_price.png);
    height: 46px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.37;
    text-shadow: 1px 1px #666;
}


.team-cat {  
    display: inline-block;
    width: 220px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    margin-bottom: 22px;
    margin-left: 22px;
    height: 205px;
}
.team-cat a { 
    position: relative; 
    display: block; 
    text-decoration: none; 
}
.team-cat a img { 
    width: 210px; 
    height: 195px;
    display: block; 
}
.mod-link {
    color: #2b5088;
    line-height: 1.9;
}
a.flist {
    display: inline-block;
    font-weight: bold;
}

a.flist:hover {
    text-decoration: none;
}
.team-cat .popover-full-img {
    display: inline-block;
    width: 4px;
    height: 7px;
}
.team-cat a .image > h2 { 
    width: 210px; 
    background: #2e62b0; 
    opacity: 0.9;
    filter: alpha(Opacity=90);
    color: #fff; 
    display: inline-block; 
    left: 0; 
    font-size: 13px; 
    font-weight: bold; 
    padding: 7px 0 0 7px; 
    position: absolute; 
    text-decoration: none; 
    bottom: -10px; 
    height: 42px;
}

.team-cat h3 { 
    color: #2b5088; 
    font-size: 17px; 
    font-weight: bold;
}

.team_services {
    display: inline-block;
    width: 210px;
    color: #2b5088;
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
    height: 30px;
}

.team_services img {
    margin-top: -5px;
    margin-right: 10px;
}

.team_services a {
    color: #2b5088;
}

.image-layer {
    margin-right: -10px;
}