/* 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: 25px;
}

.widget-title {
    float: right;
    width: 500px;
    text-align: left;
    margin-top: 150px;
}

.read-more:hover {
    background-position: 0 -29px;
}

.carousel-caption h2 {
    color: #071a37;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    margin-left: 20px;
}

.carousel-caption h3 {
    color: #24467f;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 5px -30px;
}

.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;
}

.content {
    display: block;
    width: 710px;
    float: left;
    margin-left: 15px;
    margin-right: 20px;
}

.right-sidebar {
    float: right;
    width: 212px;
}

.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_page a {
    color: #2b5088;
}

.team_services_page {
    display: inline-block;
    width: 315px;
    color: #2b5088;
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
    height: 30px;
}

.team_services_page img {
    margin-top: -5px;
    margin-right: 10px;
}

.team_services_page a {
    color: #2b5088;
}

.tour-cat-layer {
    margin-top: 30px;
    margin-left: -21px;
}

.tour-cat {  
    display: inline-block;
    width: 220px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    margin-bottom: 22px;
    margin-left: 23px;
    height: 160px;
}
.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; 
    opacity: 0.9;
    filter: alpha(Opacity=90);
    color: #fff; 
    display: inline-block; 
    left: 0; 
    font-size: 14px; 
    font-weight: bold; 
    padding: 7px 0 0 7px; 
    position: absolute; 
    text-decoration: none; 
    bottom: -10px; 
    height: 30px;
}

.tour-cat a img.arraow {
    width: 6px;
    height: 11px;
    display: inline;
    margin-top: -2px;
}

.see-also {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #73777d;
    
}

.see-also a {
    color: #2b5088;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;  
}

.see-also a:hover {
    text-decoration: none;
}

.see-also-act {
    margin-left: 10px;
}

.cat-layer {
    width: 710px;
    background-color: #f1f1f1;
}

.cat-layer-top {
    margin-top: 10px;
    width: 710px;
    height: 10px;
    background-color: #f1f1f1;  
    background: url(../img/cat-layer-top.png);
}

.cat-layer-bottom {
    width: 710px;
    height: 10px;
    background-color: #f1f1f1;  
    background: url(../img/cat-layer-bottom.png);
    margin-bottom: 30px;
}

.cat {
    display: inline-block;
    width: 223px;
    margin-left: 10px;
    height: 30px;
}

.cat a {
    font-size: 18px;
    color: #2b5088;
    font-weight: bold;
}

.cat img {
    margin-top: -5px;
    margin-right: 10px;
}

.cat-page {
    display: inline-block;
    width: 333px;
    margin-left: 10px;
    height: 30px;
}

.cat-page a {
    font-size: 18px;
    color: #2b5088;
    font-weight: bold;
}

.cat-page img {
    margin-top: -5px;
    margin-right: 10px;
}

.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;
}

.gallery-layer {
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    height: 338px;
}