.main h2{
    font-size: 22px !important;
}

.why-ull-love-us{
    padding-top: 20px !important;
}

.ui-tooltip{
    box-shadow: 0 4px 4px -2px #000 !important;
    -webkit-box-shadow: 0 4px 4px -2px #000 !important;
    -moz-box-shadow: 0 4px 4px -2px #000 !important;
}

/* Main Panel Start */
.main{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.share{
    top: 640px;
    position: absolute;
}

.bg-image-container{
    position: absolute;
    top: 45px;
    width: 100%;
    height: 500px;
}

.bg-image-overlay{
    position: relative;
    background: rgba(0,0,0,0.1);
    padding-top: 0px;
    padding-bottom: 0px;
    height: 500px;
    -webkit-box-shadow: 0 4px 4px -2px #888;
   -moz-box-shadow: 0 4px 4px -2px #888;
    box-shadow: 0 4px 4px -2px #888;
}
/* Main Panel End */

/* Header Text Start */
.header-container{
    width: 470px;
}

.h1-big{
    color: #FFF;
    font-size: 60px;
    font-family: helvetica;
    text-rendering:optimizelegibility;
    text-shadow: 0px 2px 7px black, 2px -2px 40px black;
    line-height: 1.1;
}

.h1-small{
    color: #FFF;
    font-size: 30px;
    font-family: helvetica;
    text-rendering:optimizelegibility;
    text-shadow: 0px 2px 7px black, 2px -2px 40px black;
    line-height: 1.1;
}

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

.h2-big{
    color: #FFF;
    font-size: 26px;
    line-height: 1.2;
    text-shadow: 0px 2px 40px black, 2px -2px 30px black;
}
/* Header Text End */

/* Form Box Start */
.form-box-inner{
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 0px;
}

.form-line{
    color: #FF7403;
    font-size: 24px;
    line-height: 24px;
    font-family: helvetica;
    height: auto !important;
}

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

.holiday-form-table{
    padding-left: 30px;
}

.label-cell{
    padding-top: 20px;
    padding-bottom: 5px;
    width: 190px;
}

.label-cell label{
    color: white;
    font-size: 13px;
    line-height: 13px;
}

.input-cell{

}

.tc-input{
    border: 1px solid #CCC;
    padding: 4px;
    width: 150px;
    font-size: 13px;
    line-height: 13px;
    height: 16px;
    margin: 0;
}

.tc-select{
    border: 1px solid #CCC;
    width: 160px;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
    vertical-align: middle;
    padding: 4px;
}

.tc-orange-button{
    font-size: 20px;
    line-height: 40px;
    padding: 0px 18px;
    height: 40px;
}
/* Form Box End */

/* HIW Bar Start */
.hiw-bar{
    background-color: #444
}

.home-step{
    width: 33%;
}

.home-step-num{
    color: #F2F2F2;
    font-size: 43px;
    padding-right: 10px;
}

.home-step-title{
    color: #DDD;
    padding-top: 5px;
    font-size: 16px;
    padding-bottom: 3px;
}

.home-step-desc{
    color: #DDD;
    font-size: 12px;
}
/* HIW Bar End */

/* More Content Start*/
ul{
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.content-slider li{
    background-color: #fff;
    text-align: left;
    color: #444;
}

.article-pin a{
    text-decoration: none;
    color: #444;
}

.article-pin a:hover{
    color: #ff7403;
}

.more-article-pin-content{
    padding: 10px;
    width: 190px;
    overflow: auto;
}

.more-article-title{
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 3px;
    margin-bottom: 2px;
}

.more-article-title a{
    display: block;
    text-align: center;
}

.more-article-desc{
    color: #888;
    font-size: 12px;
}

.other-articles{
    padding-bottom: 8px;
    padding-left: 10px;
}
/* More Content End*/

/* Pins Start */
.dark-band{
    background: url("/images/texture.min.png") repeat scroll 0 0 #eee;
    border-bottom: 1px solid #DDD;
}

.pin{
    width: 210px;
    margin-bottom: 40px;
    background-color: white;
    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);
}

.pin a{
    text-decoration: none;
}

.gutter-40{
    margin-right: 40px;
}

.pin-content{
    padding: 0 10px;
    width: 190px;
}

.show-more-destination{
    width: 958px;
    float: left;
    border: 1px solid #DDD;
    background-color: #EEE;
    text-align: center;
}

.show-more-destination a{
    text-decoration: none;
    color: #2074BE;
    font-size: 16px;
    display: block;
    width: 958px;
    padding: 20px 0;
}
/* Pins End */

.share-unit{
    width: 100px;
}

#error-list p{
    font-size: 16px;
    text-align: left;
}

#error-list p a{
    color: #2074be;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}