body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    background-color: #424242;
    color: #eaeaea;
    max-width: 1600px;
    margin:0 auto;
}

.clearfix {
    clear: both;
}
div#CDSWIDWRL {
    max-width: 310px !important;
    width:310px !important;
}
#header {
    width: 100%;
    min-width: 1040px;
    background: #212121;
    color: #d4d4d4;
}

.img-responsive {
    width: 100%;
}

.logo {
    padding: 15px 0;
}

.contact_info {
    padding: 15px 0;
}

.contact_info p {
    padding: 1px;
    line-height: 14px;
    font-size: 15px;
}
/*slideshow*/

.slide_caption {
    position: absolute;
    left: 0;
    right: 60%;
    bottom: 0;
    z-index: 10;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    padding: 5px 10px;
}

.slide_caption p {
    margin: 0;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.carousel {
    min-width: 1040px;
    position: relative;
}

.carousel-inner {
    max-height: auto;
}

.carousel-inner .item {
    max-height: auto;
}

.carousel-control {
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .fa-angle-right {
    right: 50%;
    margin-right: -10px;
}

#navigation {
    background: -webkit-linear-gradient(90deg, #212121 0%, #424242 100%);
    background: -moz-linear-gradient(90deg, #212121 0%, #424242 100%);
    background: -o-linear-gradient(90deg, #212121 0%, #424242 100%);
    background: -ms-linear-gradient(90deg, #212121 0%, #424242 100%);
    background: linear-gradient(0deg, #212121 0%, #424242 100%);
    width: 100%;
    min-width: 1040px;
}

#navigation nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#navigation nav ul li {
    float: left;
}

#navigation nav ul li a {
    line-height: 24px;
    display: block;
    padding: 13px 19px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    transition: background 0.2s ease;
}

#navigation nav ul li a:hover {
    background: -webkit-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: -moz-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: -o-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: -ms-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: linear-gradient(0deg, #e65100 0%, #ef6c00 100%);
    text-decoration: none !important;
    color: #ffffff !important;
}

.current {
    background: -webkit-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: -moz-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: -o-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: -ms-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: linear-gradient(0deg, #e65100 0%, #ef6c00 100%);
    text-decoration: none !important;
    color: #ffffff !important;
}
/*main_content*/

#main_content {
    padding-top: 20px;
    background-color:#323232;
}

.blog-aside {
    background-color: #262626;
    padding: 20px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.blog-aside h3 {
    margin: 5px 0 !important;
    color: #ef6000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.weather {
    width: 306px !important;
    border: none !important;
}

.media div {
    color: #fafafa;
    position: relative;
}

.read {
    bottom: 0;
    right: 0;
    position: absolute;
}
.book {
    position: absolute;
    right: 90px;
    bottom: 0;
}
.media h4 {
    color: #fafafa;
}
/*social*/

.social {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.social li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    padding: 4px 0;
}

.g_translate {
    padding: 0 5px;
}

.testimonial {
    display: block;
    position: relative;
    min-width: 280px;
}

.tst-indic {
    right: 0;
    left: initial;
    width: 22%;
    top: -43px;
}

.featured {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ef6000;
    padding-left: 20px;
}

.featured:before {
    content: '';
    width: 10px;
    height: 20px;
    top: 2px;
    left: 0;
    position: absolute;
    background: -webkit-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: -moz-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: -o-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: -ms-linear-gradient(90deg, #e65100 0%, #ef6c00 100%);
    background: linear-gradient(0deg, #e65100 0%, #ef6c00 100%);
}

.blog-tour {
    background-color: #424242 !important;
    border: none !important;
    padding: 0 !important;
    position: relative;
    max-height: 122px !important;
    overflow: hidden !important;
}

.blog-tour h4 a {
    color: #fff !important;
}
/*footer */

#footer {
    padding-top: 20px;
    background-color: #262626;
    font-weight: 400;
    width: 100%;
    min-width: 1040px;
}

#footer .copyright {
    margin-top: 20px;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    background: -webkit-linear-gradient(90deg, #212121 0%, #424242 100%);
    background: -moz-linear-gradient(90deg, #212121 0%, #424242 100%);
    background: -o-linear-gradient(90deg, #212121 0%, #424242 100%);
    background: -ms-linear-gradient(90deg, #212121 0%, #424242 100%);
    background: linear-gradient(0deg, #212121 0%, #424242 100%);
    line-height: 20px;
    padding: 10px;
}

.copyright p {
    margin: 0;
}
/*thumnail*/

.thumbnail {
    color: #fff !important;
    background-color: #424242 !important;
    border: none !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden !important;
}

.thumbnail h4 {
    color: #fff !important;
}

.thumbnail p {
    color: #fff !important;
}

.nav-tabs > li.active {
    color: #FFFFFF;
    background-color: #424242;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #FFFFFF;
    background-color: #424242;
    /* border: 1px solid #dddddd; */
    
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: 500;
}

.nav-tabs li a {
    font-weight: 500;
    color: #eaeaea;
}

.tab-content > .tab-pane {
    padding-top: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #424242;
    color: #03a2d8;
}
/*sum detail*/

.sum-detail ul {
    text-align: center;
}

.sum-detail ul li {
    padding: 10px 15px;
    text-align: center;
    vertical-align: top;
}

.sum-detail ul li span {
    padding-bottom: 10px;
}

.sum-detail ul li p {
    margin: 0px;
    line-height: 18px;
    font-weight: 500;
}

.border-left {
    border-left: 1px solid #eaeaea;
}

.border-bottom {
    border-bottom: 1px solid #424242;
    position: relative;
    padding-bottom: 10px;
}
/*form*/

.form-horizontal .control-label {
    text-align: left;
    padding-left: 20px;
}

.tst-info {
    color: #989898 !important;
}

.img-wrapper-media {
    height: 100px;
    width: 100px;
    overflow: hidden;
    display: block;
}
/*ga-img*/

.ga-img {
    max-height: 140px;
    overflow: hidden;
}
.img-datepost {
    color:#868686 !important;
    font-weight: 400;
}
.wrap-gal {
    border: 1px solid #646464;
    margin-top: 10px;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    background-color:#424242;
    position: relative;
    overflow: visible;
}
.arrow {position: relative;}
.arrow:before {
  content: '';
  width: 52px;
  height: 34px;
  position: absolute;
  background: url('../images/tips.png') no-repeat;
  left: 65px;
  top: 95px;
  z-index: 20;
}
.media-gal {
    margin-bottom: 20px;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #424242;
    border-top: 1px solid #424242;
    background-color:#262626;
    font-weight: 500;
}
.list-group-item a {
    background-color:#262626;
    text-decoration:underline;
}

.list-tours {
    padding: 0;
    margin: 0;
}
.list-tours li {
    display:block;
    border-bottom:1px solid #646464;
}
.list-tours li a {
    display: block;
    padding:10px;
    color:#fff;
    font-weight: 500;
}
.list-tours li a:hover {
    color:#eaeaea;
    text-decoration:none;
    background-color:#424242;
}
.list-tours ul {display: none;}