﻿/* GLOBAL
======================================================= */
.round {
    border-radius: 50%
}

.icon-sm {
    padding: 10px !important;
    font-size: 16px !important
}

.icon-md {
    padding: 15px;
    font-size: 24px
}

.icon-lg {
    padding: 22px;
    font-size: 36px
}

.icon-black {
    background-color: #555;
    color: #fff;
}

.bg-pink {
    background-color: #e83771 !important;
    color: #fff !important
}

a.bg-pink:hover,
a.bg-pink:focus {
    color: #bf2e5e; /*(-16%)*/
}

.bg-blue {
    background-color: #2575ba !important;
    color: #333 !important
}

a.bg-blue:hover,
a.bg-blue:focus {
    color: #1d5b91; /*(-16%)*/
}

.bg-yellow,
.header-icon:hover {
    background-color: #ffbb2a !important;
    color: #fff !important
}

a.bg-yellow:hover,
a.bg-yellow:focus {
    color: #d69d22; /*(-16%)*/
}

.bg-orange {
    background-color: #eb7000 !important;
    color: #fff !important
}

a.bg-orange:hover,
a.bg-orange:focus {
    color: #c25e00; /*(-16%)*/
}

.text-pink {
    color: #e83771 !important
}

a.text-pink:hover,
a.text-pink:focus {
    color: #bf2e5e; /*(-16%)*/
}

.text-blue {
    color: #2575ba !important
}

a.text-blue:hover,
a.text-blue:focus {
    color: #1d5b91; /*(-16%)*/
}

.text-yellow {
    color: #ffbb2a !important
}

a.text-yellow:hover,
a.text-yellow:focus {
    color: #d69d22; /*(-16%)*/
}

.text-orange {
    color: #eb7000 !important
}

a.text-orange:hover,
a.text-orange:focus {
    color: #c25e00; /*(-16%)*/
}

.text16 {
    font-size: 16px !important
}

.text25 {
    font-size: 25px !important
}

.hf-sprite {
    background: url('../img/hf-sprite.png') 0 0 no-repeat;
}

.icon-text {
    vertical-align: middle
}

[class^="dpicon-"] + span {
    vertical-align: middle
}

.text-pink {
    color: #e83670 !important
}

.text-blue {
    color: #3483c9 !important
}

.clear {
    clear: both !important
}

.row-PdngRL15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.row-col-noPdng > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.full {
    width: 100%;
}



/* css collapse */
.read-more-state {
    display: none;
}

.read-more-wrap,
.read-more-trigger {
    display: inline
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Read More...';
	color:#d7d7d7;
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Read Less...';
	color:#ffbb2a;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block
}


/* HEADER
======================================================= */
/* .header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 15px 0;
} */

.header-right {
    float: right;
    line-height: 38px;
}

.dropdown.home .dropdown-menu {
    min-width: 230px;
}

.dropdown.home .dropdown-menu li a {
    padding: 10px 15px
}

.dropdown.home .dropdown-menu [class^="dpicon-"]:first-child {
    font-size: 24px;
    margin-right: 15px
}

.dropdown.home .dropdown-menu [class^="dpicon-"]:last-child {
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px
}

.dropdown.home .dropdown-menu::before {
    top: -15px;
    left: 90px;
    border-right: 20px solid transparent;
    border-bottom: 14px solid #ccc;
    border-left: 20px solid transparent;
}

.dropdown.home .dropdown-menu::after {
    top: -13px;
    left: 91px;
    border-right: 19px solid transparent;
    border-bottom: 13px solid #fff;
    border-left: 19px solid transparent;
}

.nav-main > li {
    border-right: 1px solid #c6c6c6;
    margin-right: 16px;
    padding-right: 20px;
}

.nav-main > li:last-child {
    border-right: none
}

.nav-main > li > a {
    color: #666
}

.nav-main > li > a:focus,
.nav-main > li > a:hover,
.nav-main > li.dropdown.open > a {
    color: #2575ba
}

.nav-main > .dropdown.home > .dropdown-menu {
    border-top: 1px solid #ccc;
    top: 53px;
    left: -60px;
}

.nav-extra {
    margin-left: 10px;
    line-height: 40px;
}

.nav-extra > li {
    border: none
}

.nav-extra > li {
    margin-right: 5px;
    padding-right: 5px
}

.dropdown-menu.globalSearch {
    width: 380px;
    border-top: 1px solid #ccc;
    top: 53px;
    right: -6px;
}

.dropdown-menu.globalSearch::before,
.dropdown-menu.globalSearch::after {
    left: auto !important;
}

.nav-extra > li:last-child {
    margin-right: 0;
    padding-right: 0
}

.dropdown-menu.globalSearch .dpicon-map-marker {
    color: #b2b2b2;
    display: inline-block;
    margin: 0;
}

.dropdown-menu.globalSearch .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    color: #b2b2b2; 
    display: inline-block; 
    padding: 0;
    width: 80%
}

.dropdown.home .dropdown-menu.globalSearch .dpicon-arrow-rightward {
     top: 0;
     right: 0;
     cursor: pointer
}

.dropdown-menu.drpdnCall {
    right: -12px
}

/* SEARCHFORM
=======================================================*/
.searchform {
    position: relative;
    top: 250px
}

.search-tabs {
    line-height: 60px;
    position: relative;
    overflow: hidden
}

.search-tabs ul {
    position: absolute;
    left: 202px;
    width: 900px;
}

.search-tabs ul li a {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0px 25px;
    text-transform: uppercase
}

.search-tabs ul li a:focus,
.search-tabs ul li a:hover {
    color: #ffbb2a;
}

.mh_itemMain {
    z-index: 10;
    background-color: rgba(0,0,0,0.7);
    width: 200px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffbb2a;
    line-height: 57px;
}

.mh_itemMain i {
    font-size: 26px;
    margin-right: 10px
}

.mh_right {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}

.searchform .tab-content {
    background-color: rgba(0,0,0,0.7);
    padding: 20px
}

.searchform .form-control {
    color: #999;
    height: 50px;
    line-height: 35px;
    border: none;
    border-right: 1px solid #c6c6c6;
}

.searchform .form-control a {
    color: #999;
}

.form-control.datepicker {
    cursor: pointer !important
}

.leftRound {
    border-radius: 4px 0 0 4px !important
}

.rightRound {
    border-radius: 0 4px 4px 0 !important
}

.form-group {
    position: relative
}

.form-control ~ [class^="dpicon-"], 
.form-control ~ [class*=" dpicon-"],
.form-control [class^="dpicon-"], 
.form-control [class*=" dpicon-"] {
    color: #999;
    position: absolute;
    top: 18px;
    right: 15px;
}

.form-group-label [class^="dpicon-"],
.form-group-label [class*=" dpicon-"] {
    top: 36px
}


.parallax-window.main-bg {
    color: #fff;
    min-height:700px
}

.main-carousel {
    top: 100px
}

.main-offer {
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    margin: 0 5px
}

.offer-text {
    border-right: 1px solid grey;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.offer-price {
    padding: 10px;
    font-weight: 600
}

.offer-price ins {
    text-decoration: none;
    font-size: 35px;
    font-weight: bold
}

.offer-btn .btn {
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
    border-radius: 0 5px 5px 0;
    box-shadow: -1px 0 5px rgba(0,0,0,0.5)
}

.main-carousel .owl-controls {
    top: -124px;
    position: relative;
}

.main-carousel .owl-controls .owl-buttons .owl-prev,
.main-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    left: -90px;
    background-color: transparent;
    opacity: 1;
    font-size: 80px;
}

.main-carousel .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -90px
}



.top-area {
    height: 700px;
    position: relative;
    overflow: hidden;
}

.full, .full-page {
    width: 100%;
    height: 100%;
}

.bg-holder {
    position: relative;
    overflow: hidden;
}

.bg-holder > .bg-mask, .bg-holder > .bg-blur, .bg-holder > .bg-mask-darken, .bg-holder > .bg-mask-lighten, .bg-holder > .bg-parallax, .bg-holder > .bg-img, .bg-holder > .bg-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.bg-holder > .bg-mask, .bg-holder > .bg-parallax, .bg-holder > .bg-img {
    width: 100%;
    height: 100%;
}

.bg-holder > .bg-mask, .bg-holder > .bg-mask-darken, .bg-holder > .bg-mask-lighten, .bg-holder > .bg-mask-white, .bg-holder > .bg-mask-color, .bg-holder > .bg-mask-color-invert {
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background: #000;
}

.bg-holder > .bg-front {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 6;
}




.bg-holder .bg-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.bg-holder .bg-mask {
    width: 100%;
    height: 100%;
}

.bg-holder .bg-mask {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background: #000;
}



.search-tabs-abs-bottom {
    position: relative;
    top: 320px;
}


select.form-control {
    border: 1px solid #ccc;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
select.form-control:focus {
    outline: none;
}

select.form-control option {
    background-color: #fff;
    color: #555;
}

.nav-tabs {
    border-bottom: none;
    position: relative
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    border: none;
    background-color: #2b3545;
    color: #fff;
    font-size: 16px;
    padding: 13px 15px;
    top: 3px
}

.nav-tabs > li > a [class^="dpicon-"] {
    color: #cc9c33
}

.nav > li > a:hover, 
.nav > li > a:focus {
    background-color: #425f67;
	color:#fff;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #354052;
    border: none;
    border-top: 3px solid #ffbb2a;
    top: 0
}

.searchform .btn-search {
    font-size: 25px;
    font-weight: 300
}

#traveller-dropdown {
    width: 560px
}

#traveller-dropdown label {
    font-weight: 400
}




/* MAIN CONTENT
=======================================================*/
.explrDest {
    background-color: #eee;
    padding: 137px 0 145px;
}

.main-title {
    color: #354052;
    font-size: 36px;
    font-weight: 300;
}

.main-title.home-title {
    margin-bottom: 35px;
    text-align: center
}

.main-title-dropdown {
    text-align: center
}

.main-title-dropdown > .main-title {
    display: inline-block;
}

.main-title-dropdown > .dropdown.home  {
    display: inline-block;
    left: 10px;
    top: -11px;
}

.main-title-dropdown > .dropdown.home > .dropdown-menu  {
    left: -92px;
    top: 59px;
}

.infoDivider {
    margin-bottom: 30px;
    position: relative;
}

.infoDivider-icon {
    border: 1px solid #cecece;
    border-radius: 50%;
    color: #cecece;
    font-size: 55px;
    height: 80px;
    line-height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 80px
}

/* .infoDivider-icon:before,
.infoDivider-icon:after  {
    content:" ";
    height:60px;
    position: absolute;
    left: -11px;
    top: 10px;
    width: 10px;
}

.infoDivider-icon:after  {
    left: auto;
    right: -11px;
}

.infoDivider hr {
    background-color: #cecece;
    height: 1px;
    margin: 0;
    position: relative;
    top: -40px;
}

.infoDivider.home .infoDivider-icon,
.infoDivider.home .infoDivider-icon:before,
.infoDivider.home .infoDivider-icon:after  {
    background-color: #eee;
    z-index: 1
}

.infoDivider.home.bgWhite .infoDivider-icon,
.infoDivider.home.bgWhite .infoDivider-icon:before,
.infoDivider.home.bgWhite .infoDivider-icon:after  {
    background-color: #fff;
} */

.photoGrid {
    padding: 0 15px;
    margin-top: 38px;
}

.hovereffect {
    overflow: hidden;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
}

.hovereffect .overlay {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.photothumb {
    display: block;
    position: relative
}

.vertical-center,
.photothumb .thumbCaption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.photothumb .thumbCaption {
    color: #fff;
    opacity: 1;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.photothumb.hovereffect:hover .thumbCaption {
    opacity: 0;
    filter: alpha(opacity=0);
}

.photothumb .thumbTitle,
.photothumb .thumbPrice {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
}

.photothumb .thumbTitle {
    margin-bottom: 10px
}

.photothumb .stFrom {
    font-size: 11px;
    margin-bottom: -4px;
}

.photothumb .overlay {
    background-color: rgba(255,187,42,0.9);
    color: #121212;
    opacity: 0;
    top: 0;
    transform: translateY(0)
}

.photothumb.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.photothumb .overlay .thumbTitle,
.photothumb .overlay .thumbPrice {
    font-size: 17px;
    text-shadow: none;
}

.photothumb .overlay .thumbTitle {
    font-weight: 300;
}

.photothumb .overlay .thumbBtn {
    background-color: transparent;
    border: 1px solid #222;
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin: 15px auto 0;
    padding: 6px 20px;
}

.blgRvwSec {
    background-color: #d7d7d7;
    padding: 50px 0
}

.blgRvwSec .main-title {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 3px;
    text-align: center
}

.rvwFilter {
    float: right    
}

.rvwFilter > ul > li {
    border-left: 1px solid #b7b7b7;
    float: left;
}

.rvwFilter > ul > li:focus,
.rvwFilter > ul > li:hover {
    color: #2575ba;
}

.rvwFilter > ul > li.active > a,
.rvwFilter > ul > li > a {
    border-bottom: 3px solid transparent;
    color: #575f6e;
    display: block;
    font-size: 18px;
    padding: 3px 12px 7px;
    -webkit-transition: border-bottom 0.15s linear;
    -o-transition: border-bottom 0.15s linear;
    transition: border-bottom 0.15s linear;
}

/*.rvwFilter .dropdown.comment .dropdown-menu::before {
    top: -15px;
    left: 90px;
    border-right: 20px solid transparent;
    border-bottom: 14px solid #ccc;
    border-left: 20px solid transparent;
}

.rvwFilter .dropdown.comment .dropdown-menu::after {
    top: -13px;
    left: 91px;
    border-right: 19px solid transparent;
    border-bottom: 13px solid #fff;
    border-left: 19px solid transparent;
}

.rvwFilter .dropdown.comment .dropdown-menu {
    width: 380px;
    border-top: 1px solid #ccc;
    top: 36px;
    right: 0;
}*/

.dropdown.home .dropdown-menu.filter {
    top: 36px;
    right: -9px;
}

.dropdown.home .dropdown-menu.filter::before,
.dropdown.home .dropdown-menu.filter::after {
    left:  auto    
}

.rvwContent {
    background-color:#fff; 
    float: right;
    height: 290px;
    padding: 20px 20px 20px 56px;
}

.rvwHeading {
    float: left;
}

.rvwHeading h3 {
    border-left: 3px solid #ff0254;
    color: #354052;
    font-size: 18px;
    margin: 0 0 5px -20px;
    padding-left: 20px;
}

.rvwHeading small {
    color: #354052;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

.rvwStarRating {
    color: #e83771;
    float: right;
}

.rvwStarRating ul li {
    float: left;
    padding: 0 1px;
    font-size: 16px
}

.rvwText {
    color: #666;
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin-top: 14px
}

.rvwLinks li {
    color: #d8d8d8;
    float: left;
    margin: 10px 15px 0 0; 
}

.rvwLinks li a {
    color: #2575ba;
    font-size: 13px;
    font-style: italic
}

.rvwImg {
    color: #354052;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0; 
}

.blgRvwSec .owl-controls {
    margin-top: 20px;
    text-align: right;
}

.blgRvwPagination .owl-controls .owl-page span {
    background: #282828;
    width: 15px;
    height: 16px;
    margin: 0 0 0 5px;
    opacity: 1
}

.blgRvwPagination .owl-controls .owl-page.active span, 
.blgRvwPagination .owl-controls.clickable .owl-page:hover span {
    background-color: #e83771
}

#blog-carousel .rvwContent {
    padding-right: 0
}

#blog-carousel .rvwImg {
    margin: -20px 0;
}






.trndngNowSec {
    margin-top: 81px
}

.trndngNowSec .infoDivider {
    margin-bottom: 39px    
}

.trndngNowSec .main-title {
    margin-bottom: 87px    
}

.trndngNowContent {
    background-color: #ced0d4;
    padding: 30px 0 54px
}

.trndngCarouselNav .owl-controls {
    position: absolute;
    top: -101px;
    right: 0;
}

.trndngCarouselNav .owl-controls .owl-buttons div {
    background-color: #ced0d4;
    border-radius: 0;
    color: #666;
    font-size: 30px;
    filter: Alpha(Opacity=100);
    line-height: 18px;
    margin: 1px;
    opacity: 1;
    padding: 15px;
    top: -108px;
     -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
}

.trndngCarouselNav .owl-controls .owl-buttons div:focus,
.trndngCarouselNav .owl-controls .owl-buttons div:hover {
    background-color: #282828;
    color: #fff;
}

.trndngPhotothumb .thumbTitle {
    font-size: 30px;
    font-weight: 300
}

.trndngPhotothumb .thumbTitle span {
    font-size: 50px
}

.trndngPhotothumb .thumbPrice {
    font-size: 35px;
    font-weight: 300;
    letter-spacing: -1px
}

.trndngPhotothumb  .overlay {
    background-color: rgba(0,0,0,0.5);
    color: #fff
}

.trndngPhotothumb .overlay .thumbTitle {
    font-size: 30px;
}

.trndngPhotothumb .overlay .thumbPrice {
    font-size: 35px;
}

.photothumb .overlay .thumbBtn {
    border: 1px solid #ffbb2a;
    color: #ffbb2a;
    font-weight: 300
}

/* FOOTER
=======================================================*/
.footer-top {
    background-color: #425f67;
    padding-top:0px
}

.abtlookURtrip {
    background-color: #2c3e48;
    border-bottom: 1px solid #1d2533;
    color: #8f8f8f;
    font-size: 13px;
    padding: 4px 0 11px
}

.abtlookURtrip .read-more-trigger {
    color: #c6c6c6
}
.abtTxt {
    color: #c6c6c6;
    font-size: 20px;
	padding-bottom:10px;
    padding-top: 10px;
}

.footer-links-wrap {
    color: #fefefe;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
}

.footer-links h5 {
    font-size: 20px;
	font-family:'LatoRegular';
	
}

.footer-links ul {
    margin-top:20px;
	list-style-type: none;
}

.footer-links li a {
    border-bottom: 1px solid #3e545e;
    color: #d7d7d7;
    display: block;
    font-size: 12px;
    padding: 5px 10px 5px;

}

.footer-links li a:focus,
.footer-links li a:hover {
    color: #ffbb2a;
	padding-left:20px;
}

.footer-links li:last-child a {
    border-bottom: none
}


.footer-bottom {
    background-color: #ced0d4;
    border-bottom: 1px solid #818181;
    border-top: 1px solid #666;
    padding: 32px 0;
    text-align: center
}

.footer-app {
    color: #808183;
    font-weight: 300;
    margin-bottom: 50px
}

.appDownload {
    color: #2c3543;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: -4px
}

.reward-points {
    color: #2c3543;
    font-size: 23px;
    margin: 19px 0 3px;
}

.app-imglist li {
    color: #2c3543;
    display: inline-block;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    padding-right: 3px;
    vertical-align: middle
}

.app-imglist li a {
    width: 100px;
    height: 36px;
    display: block
}

.gpl-icon {
    background-position: 0 0;
    margin-left: 4px
}

.apl-icon {
    background-position: -109px 0
}

.footer-payOpt,
.footer-newsLetter {
    padding: 16px 15px;
}

.footer-payOpt p,
.footer-newsLetter p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: -2px;
}

.footer-payOpt small,
.footer-newsLetter small {
    color: #818181;
    font-size: 14px;
    font-weight: 300
}

.pay-icon {
    background-position: -219px 0;
    width: 218px;
    height: 66px;
    margin: 33px auto 0
}

.footer-newsLetter {
    border-left: 1px solid #858687
}

.newsLetter-input {
    margin-top: 10px
}

.newsLetter-input .form-control {
    border-radius: 50px 0 0 50px;
    border-color: #aaa;
    border-right: none;
    color: #a6a6a6;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding-left: 20px;
    width: 60%;
    margin: 0 auto
}

.newsLetter-input .btn {
    border-color: #aaa;
    border-left: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-left: -4px;
    vertical-align: top;
    padding: 1px 15px 4px
}

.social-icons {
    margin-top: 26px
}

.social-icons ul {
    margin-top: 7px;
}

.social-icons ul li {
    display: inline-block
}

.social-icons ul li a {
    background-color: #696969;
    color: #fff;
    display: block;
    font-size: 12px;
    width: 26px;
    height: 26px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center
}

.social-icons ul li a:focus,
.social-icons ul li a:hover {
    background-color: #999999;
}

.footer-membersof {
    background-color: #fff;
}

.footer-membersOf {
    color: #666;
    font-size: 12px;
    padding: 7px 0 18px
}

.footer-membersOf p {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
    text-decoration: underline;
}

.iataBanner {
    background-position: 0 -77px;
    width : 1171px;
    height: 37px;
    display: block
}

.footer-address {
    background-color: #354052;
    color: #caccd0;
    padding: 14px 0 8px
}

.footer-logo {
     background-position: -561px 0;
    float: left;
    height: 45px;
    margin-right: 10px;
    margin-top: 1px;
    width: 150px;
}

.footer-address a,
.footer-address a:focus,
.footer-address a:hover {
    color: #caccd0
}

.footer-copyright {
    color: rgba(202,204,208,0.7);
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0;
    text-align: center
}

.thumbnail {
    display: block;
    position: relative
}

.thumbnail .caption {
    color:#ffffff;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9px
}

.thumbnail .caption .thumb-title {
    font-size: 16px;
    margin: 0;
    float:left;
}

.thumbnail .caption ins {
    float: right;
    font-size: 16px;
    text-decoration: none;
}