body, p, span, div, form, ul, li {
    margin:0;
    padding:0;
    font-family:arial;
    font-size:13px;
    color:#444444;
}

.full-div{
    float: left;
    width: 100%;
    overflow: auto;
}

.full-div-center{
    float: left;
    width: 100%;
    overflow: auto;
    text-align: center;
}

.float-div-left{
    float: left;
    width: auto;
}

.float-div-right{
    float: right;
    width: auto;
}

.space-div-5{
    float: left;
    width: 100%;
    height: 5px;
}

.space-div-10{
    float: left;
    width: 100%;
    height: 10px;
}

.space-div-20{
    float: left;
    width: 100%;
    height: 20px;
}

.space-div-40{
    float: left;
    width: 100%;
    height: 40px;
}

.space-div-80{
    float: left;
    width: 100%;
    height: 80px;
}

h1{
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-family: arial;
    font-weight: normal;
}

h2{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    color: #2074BE;
}

h3{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: arial;
    font-weight: normal;
    color: #2074BE;
}

.tc-orange-button{
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0px;
    width: 100%;
    background-color: #FF7403;
    background-image: -moz-linear-gradient(#FF7403, #FF7403);
    background-image: -webkit-linear-gradient(#FF7403, #FF7403);
    background-image: linear-gradient(#FF7403, #FF7403);
}

.tc-blue-button{
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    text-decoration:none;
    text-align: center;
    display:inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 7px 10px;
    background-color: #2074BE;
}

.tc-grey-button{
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    text-decoration:none;
    text-align: center;
    display:inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 7px 10px;
    background-color: #888;
}

.tc-link{
    color: #2074BE;
    text-decoration: none;
}

.tc-link:hover{
    color: #FF7403;
}

.tc-box{
    margin: 0 auto;
    width: 90%;
    overflow: auto;
    background: #FFF;
    padding: 5% 5%;
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
}

.tc-input{
    margin: 0;
    font-size: 14px;
    width: 95%;
    padding: 0px 2%;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    height: 48px;
    background: #FFF;
    border: 1px solid #CCC;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tc-select{
    border: none;
    margin: 0;
    font-size: 14px;
    width: 99%;
    text-indent: 2%;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tc-textarea{
    margin: 0;
    font-size: 14px;
    width: 95%;
    padding: 2% 2%;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #FFF;
    border: 1px solid #CCC;
    height: 80px;
}

label.error{
    color: #BE0000;
    font-size: 12px;
    line-height: 16px;
}

input.error,
select.error,
textarea.error{
    border: 1px solid #BE0000;
}

label.success{
    color: #00BE00;
    font-size: 16px;
}

.border-bottom{
    border-bottom: 1px solid #CCC;
}

.ui-autocomplete .ui-menu-item a{
    line-height: 3 !important;
    font-size: 14px;
}

.ui-datepicker{
    font-size: 18px;
}

.ui-datepicker th span{
    color: #FFF;
}

.ui-datepicker td{
    line-height: 2;
}

.ui-datepicker-month,
.ui-datepicker-year{
    font-size: 16px !important;
}

/* Header Start */
.header{
    background: url("/images/texture.min.png") repeat scroll 0 0 #444;
    padding: 10px 0px;
}

.header-logo{
    padding-left: 10px;
    float: left;
    width: auto;
}

.header-logo a{
    text-decoration: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 13px;
}

.header-logo a img{
    display: block;
}

.menu-button{
    text-decoration: none;
    display: inline-block;
    padding: 2px;
    margin: 0;
    line-height: 1;
    font-size: 13px;
}

.menu-button img{
    border: 0;
    width: 20px;
    display: block;
}

.tc-fb-like-count{
    float: right;
    width: auto;
    padding-right: 10px;
    overflow: hidden;
    max-height: 25px;
    max-width: 100px;
}
/* Header End */

/* Menu Start */
.overlay{
    background-color: #000;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.7;
    z-index: 100;
}

.mobile-menu-open{
    display: block;
    position: absolute;
    right: 0;
    z-index: 101;
    width: 70%;
    background-color: #eee;
}

#my-menu{
    list-style: none;
}

#my-menu li{
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

#my-menu li a{
    padding-left: 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    color: #444;
}

.agents-enter-here{
    text-decoration: none;
    padding: 20px 0px;
    padding-left: 25px;
    font-size: 18px;
    color: white;
    background-color: #2074be;
    display: block;
}

#close-mobile-menu{
    text-decoration: none;
    display: inline-block;
    padding-left: 5px;
    font-size: 22px;
    line-height: 22px;
    color: #888;
}

#close-mobile-menu img{
    width: 18px;
    vertical-align: top;
}

/* Menu End */

/* Main Start */
.main{
    background: url("/images/texture.min.png") repeat scroll 0 0 #F8F8F8;
    overflow: auto;
}

.triprequest-page{
    position: fixed;
    background-color: #FF7403;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    bottom: 0;
}

.triprequest-page a{
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
}
/* Main End */


/* Footer Start */
.footer{
    background: url("/images/texture.min.png") repeat scroll 0 0 #444;
}

.callme-button{
    border:none;
    margin: 0;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    height: 16px;
    padding: 15px 0px;
    width: 100%;
    border-bottom: 1px solid #666;
    background-color: rgba(100,100,100,0.5) !important;
    background: url("/images/right-arrow.png") 98% center no-repeat transparent;
}

.callme-button span{
    color: #FF7403;
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
    font-family: arial !important;
    font-weight: bold;
}

.footer-button{
    border:none;
    margin: 0;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    height: 16px;
    padding: 15px 0px;
    width: 100%;
    border-bottom: 1px solid #666;
    background: url("/images/right-arrow.png") 98% center no-repeat transparent;
}

.footer-button span{
    padding-left: 10px;
    color: #AAA;
    font-size: 16px;
    line-height: 16px;
    font-family: arial !important;
}

.footer-copyright{
    color: #888;
}

.footer-link{
    text-decoration: none;
    color: #888;
    font-size: 13px;
}

.footer-link:hover{
    color: #DDD;
}
/* Footer End */

/* Index Page Start */
.index-container{
    background: url("/images/mobile-bg.jpg") center center no-repeat scroll;
    height: 400px;
}

.sell{
    height: 335px;
    padding: 0px 20px;
}

.index-h1{
    color: #FFF !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.7);
    text-rendering: optimizelegibility;
}

.bullet{
    font-size: 18px;
    color: #FFF;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
    text-rendering: optimizelegibility;
}

.bullet-num{
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
    color: #FF7403;
    font-size: 18px;
    padding-left: 5px;
}

.home-testimonials{
    padding: 8px 0px;
    height: 49px;
}

.testimonial-title{
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    vertical-align: top;
    clear: both;
}

.testimonial-by{
    font-size: 12px;
    color: #888;
    vertical-align: top;
    padding-left: 20px;
    clear: both;
}
/* Index Page End */

/* Triprequest Page Start */
.title{
    padding: 0px 15px;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url("/images/texture.min.png") repeat scroll 0 0 #2074BE;
}

.title h1{
    color: #FFF;
    font-size: 18px;
}

.triprequest-container{
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

.triprequest-container label{
    line-height: 28px;
    font-size: 16px;
}

.triprequest-container .bullet{
    font-size: 16px;
    color: #888;
    text-shadow: none !important;
}

.triprequest-container .bullet-num{
    color: #FF7403;
    font-size: 16px;
    padding-left: 5px;
    text-shadow: none !important;
}
/* Triprequest Page End */

/* Thankyou Page Start */
.thankyou-container{
    padding: 15px;
    overflow: auto;
}

.resend-box{
    padding-left: 5%;
    padding-right: 5%;
}
/* Thankyou Page End */

/* What Happens Next Start */
.what-happens-next{
    color: #FF7403;
    font-size: 18px;
}

.popup-list{
    color:#444;
    font-size:14px;
    font-weight:bold;
}

.popup-list-detail{
    float:left;
    width:auto;
    padding-left:15px;
}
/* What Happens Next End */

/* About Page Start*/
.about-container{
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

.about-container p{
    line-height: 1.5;
    font-size: 14px;
}

.why-love{
    color: #FF7403;
    font-size: 16px;
}

.about-container li{
    padding-bottom: 5px;
    margin-left: 15px;
    font-size: 14px;
}
/* About Page End */

/* Contact Page Start */
.contact-container{
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

.contact-container label{
    line-height: 28px;
    font-size: 16px;
}
/* Contact Page End */

/* Call Me Page Start */
.callme-container{
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

.callme-container label{
    line-height: 28px;
    font-size: 16px;
}
/* Call Me Page End */

/* Holiday Page Start */
.holiday-container{
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

.holiday-container label{
    line-height: 28px;
    font-size: 16px;
}

.holiday-container .bullet{
    font-size: 16px;
    color: #888;
    text-shadow: none !important;
}

.holiday-container .bullet-num{
    color: #FF7403;
    font-size: 16px;
    padding-left: 5px;
    text-shadow: none !important;
}
/* Holiday Page End */

/* Article Page Start */
.article-container{
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

.article-container .intro-text{
    font-size: 14px;
    color: #666;
}

.article-container .tc-box{
    max-width: 640px;
}

.article-container .attribution{
    font-size: 11px;
    color: #888;
    float: right;
    padding-bottom: 5px;
    word-break: break-all;
}

.article-container .slide-desc p{
    line-height: 1.7;
}

.article-container .slide-image img{
    width: 640px;
    max-width: 100%;
}

.article-container .grey-box{
    width: 100%;
    background-color: #F2F2F2;
    padding: 10px 0px;
}

.article-container .grey-box .sell-question{
    clear: both;
    color: #2074BE;
    font-size: 18px;
    padding-left: 10px;
}

.article-container .grey-box .sell-answer{
    clear: both;
    padding-left: 10px;
    font-size: 14px;
}

.article-container .grey-box .sell-button{
    clear: both;
}

.article-container .grey-box .sell-button a{
    padding: 7px 10px !important;
}

.article-container .read-more{
    margin: 0 auto;
    width: 90%;
    padding-right: 10%;
    max-width: 640px;
}

.article-container .read-more a{
    font-size: 18px;
}
/* Article Page End */

/* Destination Page Start */
.destination-container{
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

.destination-container .intro-text{
    font-size: 14px;
    color: #666;
}

.destination-container .tc-box{
    max-width: 640px;
}

.destination-container .destination-image img{
    width: 640px;
    max-width: 100%;
}

.destination-container .destination-text p{
    line-height: 1.7;
}

.destination-container .grey-box{
    width: 100%;
    background-color: #F2F2F2;
    padding: 10px 0px;
}

.destination-container .grey-box .sell-question{
    clear: both;
    color: #2074BE;
    font-size: 18px;
    padding-left: 10px;
}

.destination-container .grey-box .sell-answer{
    clear: both;
    padding-left: 10px;
    font-size: 14px;
}

.destination-container .grey-box .sell-button{
    clear: both;
}

.destination-container .grey-box .sell-button a{
    padding: 7px 10px !important;
}

.destination-container .articles-header{
    margin: 0 auto;
    width: 90%;
    padding-right: 10%;
    max-width: 640px;
}

.destination-container .pin-link{
    text-decoration: none;
    display: block;
}

.destination-container .pin-image{
    width: 40%;
    padding-right: 5%;
}

.destination-container .pin-image img{
    max-width: 100%;
}

.destination-container .pin-title{
    font-size: 16px;
    color: #2074BE;
    width: 55%;
}

.destination-container .more-destinations{
    margin: 0 auto;
    width: 90%;
    padding-right: 10%;
    max-width: 640px;
}

.destination-container .explore-header{
    font-size: 16px;
}

.destination-container #explore-destinations-select{
    width: 100%;
    font-size: 15px;
}
/* Destination Page End */

/* UI Dialog Start */
.ui-widget-overlay{
    background-color: rgba(30, 30, 30, 0.9) !important;
    opacity: 0.9 !important;
    background-image: none !important;
}

.ui-widget-content{
    background: white !important;
}

.ui-dialog{
    border: none !important;
    padding: 0 !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
    border-radius: 0px !important;
    box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
    background-color: white !important;
}

.ui-dialog-titlebar{
    display: none !important;
}

.ui-button{
    background: #888 !important;
    border: none !important;
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
}

.ui-button .ui-button-text{
    color: #fff !important;
    font-weight: normal;
    font-size: 13px;
    font-family: arial;
}
/* UI Dialog End */
