/*
 * Globals
 */

@font-face {
    font-family: 'signpaintermedium';
    src: url('fonts/signpainter-housescript-webfont.woff2') format('woff2'),
         url('fonts/signpainter-housescript-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    
}

a {
    color: #e8b300;
}

a:hover {
    color: #e8b300;
    text-decoration: underline;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'signpaintermedium';
    color: #232323;
}

/*.navbar-inverse::after {
    content: "";
    background: url(images/tree.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    background-size: cover;
    height: 68px;
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: -35px;
}*/

.navbar-inverse { 
    padding-bottom: 0;
    background: url(images/header-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    min-height: 120px;
    position: relative;
    z-index: 99;
    border-radius: 0;
    border-top: 5px solid #d70010;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.index-2 {
    background: #fff;
}
    
.navbar-brand {
    height: auto;
    position: relative;
    z-index: 999;
}

.navbar > .container > .row > .col-md-9 {
    text-align: center;
    color: #fff;
}

.header-top {
    line-height: 32px;
    margin-bottom: 15px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    float: none;
    margin-top: 0;
}

.navbar-nav > li {
    float: none;
    display: block;
    text-align: left;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding-right: 0;
    padding-left: 20px;
    text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #d5a400;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
    background: none;
    box-shadow: none;
    color: #d5a400;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .open > a:hover {
    background: none;
    box-shadow: none;
    color: #d5a400;
}

.navbar-collapse.in,
.navbar-collapse {
    overflow: hidden;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

ul.header-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

ul.header-social-icons li {
    display: inline-block;
}

ul.header-social-icons li .fa {
    font-size: 16px;
    text-align: center;
    padding: 7px 4px;
    height: 32px;
    width: 32px;
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}

ul.header-social-icons li a {
    text-decoration: none;
}

ul.header-social-icons li .fa-facebook {
    background: #3a589a;
}

ul.header-social-icons li .fa-twitter {
    background: #00abf0;  
}

ul.header-social-icons li .fa-linkedin {
    background: #007ab8;
}

ul.header-social-icons li .fa-instagram {
    background: #dc4263;  
}

ul.header-social-icons li .fa-tripadvisor {
    background: #579441;
}

ul.header-social-icons li .fa:hover {
    opacity: 0.7;
    text-decoration: none;
}

.booknowbtn {
    background: #e71020;
    border: none;
    border-radius: 0;
    text-shadow: none;
    float: none;
}

.booknowbtn-gallery {
    background: #e71020;
    color: #fff !important;
    border: none;
    border-radius: 0;
    text-shadow: none;
    float: none;
}

.phone,
ul.header-social-icons,
.booknowbtn {
    display: inline-block;
    margin-left: 15px;
}

.tree-bar {
    position: relative;
    top: -9px;
    z-index: 99;
}

.tree-bar img {
    width: 100%;
}

.carousel {
    position: relative;
    z-index: 9;
    top: -20px;
}

.carousel-caption {
    background: rgba(232,179,0,0.8);
    padding: 15px 20px 5px;
    bottom: 20px;
    max-width: 360px;
    text-align: left;
    text-shadow: none;
    line-height: 1;
}

.carousel-caption h1 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    color: #fff;
}

.carousel-inner {
    top: auto;
    margin-bottom: 20px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    width: 100%;
}


/* content area */
.major-tour {
    background: #064056;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    margin-top: -132px;
}

.major-tour-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.major-tour .row > .col-md-4,
.major-tour-inner .row > .col-md-4 {
    margin-bottom: 30px;
}

.major-tour img {
    
}

.major-tour .short-description,
.major-tour-inner .short-description {
    margin-bottom: 20px;
}

.package-price {
    font-size: 24px;
    font-weight: 600;
}

.major-tour strike,
.major-tour-inner strike {
    font-size: 12px;
    color: #fa370c;
}

figure{
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

figcaption{
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: table;
}

figcaption div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
}

figcaption div h3 {
    font-size: 40px;
    max-width: 176px;
    margin: 0 auto;
    line-height: 1;
    color: #fff;
}

figcaption div:after{
    /*position: absolute;
    content: "";
    left: 0; right: 0;
    bottom: 40%;
    text-align: center;
    margin: auto;
    width: 0%;
    height: 2px;
    background: #2c3e50;*/
}

figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

figure:hover figcaption{
    background: rgba(255,255,255,0.3);
}

figcaption:hover div{
    opacity: 1;
    top: 0;
}

figcaption:hover div:after{
    width: 50%;
}

figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.inner-bg {
    background: url(images/bg-inner.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: -20px;
}

.welcome {
    background: url(images/home-bg-1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
}

.welcome > .container {
    background: rgba(232,179,0,0.7);
    padding: 60px 30px;
    color: #fff;
}

.welcome h1.title {
    font-size: 48px;
    text-align: center;
    margin: 0;
    color: #fff;
}

.news-social {
    padding-top: 80px;
    padding-bottom: 80px;
}

ul.news-home {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.news-home li {
    border-bottom: 1px solid #5a7884;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

ul.news-home li h3 {
    margin-top: 0;
}

ul.news-home li:last-child {
    border: none;
}

.content-area {
    /*clear: both;
    margin-top: 100px;
    background: #333;*/
    padding: 70px 0;
}

.content-area > .container {
    background: #fff;
    color: #333;
    padding: 30px;
    border-radius: 12px;
}

.content-area h1.page-title span {
    padding-bottom: 8px;
    border-bottom: 5px solid #064056;
    display: block;
}

.content-area h1.page-title {
    font-size: 46px;
    margin-bottom: 30px;
    border-bottom: 1px solid #064056;
}

.content-area h3.sub-title span {
    padding-bottom: 9px;
    border-bottom: 5px solid #064056;
}

.content-area h3.sub-title {
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #064056;
}

ul.col-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.pricing-box {
    background: #f6f6f6;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
}

.package-price-inner {
    font-size: 16px;
    font-weight: normal;
}

.package-price-inner strike {
    color: #fa370c;
}

.package-price-inner strong {
    font-size: 20px;
    color: #507BD7;
}

.btn-container {
    text-align: center;
    margin: 30px 0 0;
}

.booknowbtn-02 {
    background: #e8b300;
    border: none;
    border-radius: 0;
    text-shadow: none;
    float: none;
    font-size: 30px;
    padding-left: 25px;
    padding-right: 25px;
    color: #064056;
}

h1 > .booknowbtn {
    font-family: 'Open Sans', sans-serif;
    background: #e8b300;
    border: none;
    border-radius: 0;
    text-shadow: none;
    float: none;
    margin: 0;
}

.photo-gallery > div {
    margin-bottom: 30px;
}

.bottom-row-top-margin {
    margin-top: 30px;
}

.content-area .carousel-inner > .item > a > img,
.content-area .carousel-inner > .item > img,
.content-area .img-responsive, .thumbnail a > img,
.content-area .thumbnail > img {
    width: 100%;
}

#CDSWIDWRM.widWRMWrapper {
    width: 100% !important;
}

.TickerNews{
	width: 100%;
	height: 32px;
	line-height: 32px;
    background: #d70010;
    padding-top: 3px;
}
.ti_wrapper{
	/*width: 100%;*/
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
	font-family: geneva;
}

img.img-border {
    border: 1px solid #e0e0e0;
}

.each-form-box {
    background: #fbfbfb;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}

.payment-amount {
    background: #d5a400;
    margin: 15px 0;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    line-height: 32px;
}

.payment-amount h2 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #fff;
}

.book-now-btn {
    background: #d70010;
    border: none;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 25px;
}

.submit-contact-btn {
    background: #d70010;
    border: none;
    text-transform: uppercase;
    padding: 10px 25px;
}

.cardimg {
    margin-bottom: 15px;
}

.radiobtn {
    margin-right: 12px;
}

.panel .panel-title a {
    text-decoration: none !important;
}

.panel .panel-title a:hover, .panel .panel-title a:active, .panel .panel-title a:visited, .panel .panel-title a:link {
    text-decoration: none !important;
}

.panel .panel-title a:hover {
    color: #000;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
background: #000;
}


/* footer */
footer {
    background: url(images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    line-height: 1.6;
    color: #fff;
}

footer hr {
    border-color: rgba(255,255,255,0.5);
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}


/*
 * Override Bootstrap's default container.
 */
@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) {
    /*.navbar-inverse::after {
        position: relative;
        top: -97px;
    }*/
    
    .navbar-inverse {
        background: #fff;
        margin: 0;
        height:  120px;
        position: relative;
        z-index: 99;
        border-top: 5px solid #d70010;
        border-bottom: none;
        border-left: none;
        border-right: none;
        z-index: 999;
    }
    
    /*.navbar-inverse::before {
        content: '';
        background: url(images/banner-left.png) no-repeat left;
        background-size: contain;
        position: absolute;
        left: 0;
        height: 115px;
        width: 105px;
        top: 0;
    }
    
    .navbar-inverse::after {
        content: '';
        background: url(images/banner-right.png) no-repeat right;
        background-size: contain;
        position: absolute;
        right: 0;
        height: 115px;
        width: 105px;
        top: 0;
    }*/
    
    .navbar > .container > .row > .col-md-9 {
        text-align: right;
        color: #333;
    }
    
    .navbar-inverse .navbar-nav > li > a {
        color: #d5a400;
        padding-right: 0;
        padding-left: 9px;
        text-shadow: none;
        font-size: 80%;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #333;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .open > a {
        background: none;
        box-shadow: none;
        color: #333;
    }

    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: none;
        box-shadow: none;
        color: #333;
    }
    
    .header-top {
        margin-top: 0;
        line-height: 32px;
    }
    
    .carousel {
        position: relative;
        z-index: 9;
        top: -112px;
    }
    
    .carousel-inner {
        top: auto;
        margin-bottom: 20px;
    }
    
    .carousel-caption h1 {
        font-size: 36px;
    }
    
    .carousel-caption {
        bottom: 60px;
        max-width: 360px;
        text-shadow: none;
        line-height: 1.5;
    }
    
    .tree-bar {
        position: relative;
        top: -90px;
        z-index: 99;
    }
    
    .inner-bg {
        /*margin-top: -112px;*/
        margin-top: 0;
    }
    
    .content-area h1.page-title span {
        padding-bottom: 8px;
        border-bottom: 5px solid #064056;
        display: inline-block;
    }
    
    .booknowbtn {
        background: #d70010;
        border: none;
        border-radius: 0;
        text-shadow: none;
        float: right;
        border: 1px solid #d70010;
        box-shadow: none;
    }
    
    .booknowbtn-02 {
        font-size: 38px;
    }
    
    ul.col-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    
    h1 > .booknowbtn {
        font-family: 'Open Sans', sans-serif;
        background: #e8b300;
        border: none;
        border-radius: 0;
        text-shadow: none;
        margin-top: 5px;
        float: right;
    }
    
    .navbar-nav > li {
        float: none;
        display: inline-block;
        
    }
    
    .navbar-nav {
        float: none;
        margin-top: 15px;
    }

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .navbar-inverse .navbar-nav > li > a {
        color: #d5a400;
        padding-right: 0;
        padding-left: 16px;
        text-shadow: none;
        font-size: 100%;
    }
    
}