html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    width:100%;
    height:100%;
    background: #f3f1f2;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:400; font-stretch:normal;
    color: #212121;
    font-size: 0.85rem;
    line-height: 1.2rem;
    -webkit-font-smoothing: antialiased;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c4c4c4;
    margin: 1rem 0 0.75rem 0;
    padding: 0;
    clear: both;
}


audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* colours 

red: cb2027
black: 1a1a1a

*/

/* buttons */

.btn-red {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    background: #cb2027;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 10px 3px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold !important;
    border: 0;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.btn-red:hover {
    background: #bd1a20;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.icon-mail {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(../img/icon_mail.png) center 3px no-repeat;
}

.btn-share {
    display: inline-block;
    background: url(../img/icon_share.png) left top no-repeat;
    text-decoration: none;
    margin: auto;
    padding: 5px 0 3px 36px;
    font-size: 0.9rem;
    border: 0;
    outline: 0;
    color: #a1a1a1 !important;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.btn-facebook {
    display: inline-block;
    background: url(../img/icon_facebook.png) left top no-repeat;
    width: 18px;
    height: 16px;
    border: 0;
    margin-bottom: -2px;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.btn-twitter {
    display: inline-block;
    background: url(../img/icon_twitter.png) left top no-repeat;
    width: 18px;
    height: 16px;
    border: 0;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.btn-browse {
    display: inline-block;
    line-height: 20px;
    background: #858585;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 4px 8px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold !important;
    border: 0;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
    margin: 0;
}

.btn-browse:hover {
    background: #6f6f6f;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}



/* grid */

.container {
  position: relative; 
  width: 100%; 
  max-width: 960px; 
  margin: 0 auto; 
  padding: 0 10px;
  box-sizing: border-box; 
}
.column,        
.columns { 
  width: 100%; 
  float: left; 
  box-sizing: border-box; 
}


@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 2%; }
  .column:first-child,        
  .columns:first-child { 
    margin-left: 0; }
  
  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 31.9666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.7333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }
  .one-half.column                { width: 48%; }
}

.full-width {
  width: 100%;
  box-sizing: border-box;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* header */

header {
    width: 100%;
    background: #787878 url(../img/bg.jpg) center bottom no-repeat;
    background-size:cover;   
    padding-bottom: 5px;
}

header .back-to {
    padding: 8px 5px;
    text-align: right;   
}

header .back-to a {
    background: transparent url(../img/btn_back_to_cnn.png) left top no-repeat;
    padding: 1px 0 1px 54px;
    color: #fff;
    font-size: 0.75rem;    
    font-weight: bold;
    text-decoration: none;
    opacity: 0.5;
     -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

header .back-to a:hover, header .back-to a:focus {
    opacity: 1;
    outline: 0;
     -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.menu {
    width: 100%;
    height: 60px;
    background: #1e1e1e;   
}

.logo {
    display: inline-block;
    width: 150px;
    height: 60px;
    background: transparent url(../img/logo.png) center bottom no-repeat;
    background-size:cover;
    text-indent: -9999px;
}

.menu ul {
    float: right;
    margin: 0;
    padding: 0;
}

.menu ul li{
    list-style: none;
    margin: 0 0 0 10px;
    padding: 18px 5px;
    float: left;
}

.menu ul li a{
    padding: 5px;
    color: #868686;
    text-decoration: none;
    font-weight: bold;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.menu ul li a:hover{
    color: #fff;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.menu ul li.current a{
    color: #fff;
}

.menu ul li .btn-search{
    display: inline-block;
    width: 26px;
    height: 22px;
    background: #1e1e1e url(../img/btn_menu_search.png) center top no-repeat;
    text-indent: -9999px;
    opacity: 0.5;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.menu ul li .btn-search:hover{
    opacity: 1;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.menu ul li.tops{
    display: none;
}

.menu ul li .input{
    background: #434343;
    border: 0;
    width: 160px;
    max-width: 300px;
    height: 14px;
    font-size: 0.8rem;
    padding: 6px;
    margin: -5px -10px 0 0;
    color: #fff;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.btn-mobile-menu {display: none; position: absolute; right: 50px; top: 30px; }
.btn-mobile-menu span, 
.btn-mobile-menu span:before,
.btn-mobile-menu span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 28px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
.btn-mobile-menu span:before {
  top: -8px;
}
.btn-mobile-menu span:after {
  bottom: -8px; 
}

nav {
    opacity: 0;
    right: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
    width: 70%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #3e3c3d;
    background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
    background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);
}

nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

nav li {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #444444;
    
}

nav li a {
    display: inline-block;
    background: #3e3c3d;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}

nav li a:hover, nav li a:focus {
    background: #cb2027;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

#content {
    background: #f3f1f2;
    position: relative;
    width: auto;
    height: 100%;
    -webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    z-index: 5;
}

header h1{
    background: #1a1a1a; 
    border-left: #cb2027 solid 6px;
    color: #fff;  
    font-size: 0.9rem;
    padding: 8px 12px;
    margin: 0;
    text-transform: uppercase;
}

.head {
    margin: 20px auto;
}

.head hr{
    border-color: #9a9a9a;
}

header .head ul {
    margin: 0;
    padding: 6px 0 0 0;
}

header .head ul li{
    list-style: none;
    margin: 0;
    padding: 0 0 6px 0;
    float: left;
    width: 49%;
    margin-right: 1%;

}

header .head ul li:nth-child(2n){
    margin-left: 1%;
    margin-right: 0;
}

header .head ul li:last-child{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

header .head ul li .input{
    background: #1a1a1a;
    border: 0;
    width: 100%;
    max-width: 127px;
    height: 14px;
    font-size: 0.8rem;
    padding: 10px;
    color: #fff;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

header .head ul li .head-select select{
    background: transparent;
    width: 100%;
    height: 34px;
    font-size: 0.8rem;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    
    color: #fff;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

header .head ul li .head-select select option {color:#000;background: #fff}

header .head ul li .head-select select:hover, header .head ul li .head-select select:focus{
    color: #fff;
    cursor: pointer;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;    
}

header .head ul li .head-select{
   width: 100%;
   height: 34px;
   overflow: hidden;
   background: #1a1a1a url(../img/icon_arrow_select.png) right 12px no-repeat;
   border: 0;
}

header .head ul li .btn-red{
    margin-bottom: 10px;
}

header .head h2{
    font-size: 1rem;
    margin: 14px 0 0 0;
    color: #fff;
}

header .head p{
    color: #fff;
    margin: 5px 0 0 0;
}

header .head a{
    color: #fff;
    text-decoration: none;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

header .head a:hover, header .head a:focus{
    opacity: 0.75;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}


/* content */

section {
    padding: 20px 0;
}

section.bg-white {
    background: #fff;
}

section h1{
    background: #1a1a1a; 
    border-left: #cb2027 solid 6px;
    color: #fff;  
    font-size: 0.9rem;
    padding: 8px 12px;
    margin: 0;
    text-transform: uppercase;
}

section .latest-news{
    background: #fff;
    padding: 10px;
}

section .latest-news ul{

    margin: 0;
    padding: 0;
}

section .latest-news ul li{
    display: block;
    overflow: auto;
    padding: 16px 0 16px 0;
    border-top: #c4c4c4 solid 1px;
    clear: both;
}

.special {

border-left:10px solid #cb2027;
margin-left:-10px
}

section .latest-news ul li:last-child{
    margin: 0;
}

section .latest-news ul li div.img{
    float: left;
    margin-right: 10px;
}

section .latest-news ul li div.img-holder{
    width: 200px;
    height: 100px;
    float: left;
}

section .latest-news ul li h2{
    font-size: 1rem;
    margin: 5px 0;
}

section .latest-news ul li p{
    margin: 0
}

section .latest-news ul li a{
    /*display: inline-block;*/
    color: initial;
    text-decoration: none;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .latest-news ul li a:hover, section .latest-news ul li a:focus{
    opacity: 0.75;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .videos-box h2{
    background: #fff;
    font-size: 1rem;
    margin: 0 0 12px 0;
    padding: 10px;
}


/* subpges */

header.sub{
    padding-bottom: 0px;
}

header.sub .head .btn-red{
    height: 80px;
    margin-top: 5px
}

header.sub .head ul li{
      padding: 0 0 10px 0;
}

header.sub .head ul li .input{
    max-width: 179px;
}

section .city-bio-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

section .city-bio-box h2{
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

section .box-red{
    width: 100%;
    display: inline-block;
    color: #fff;
    background: #cb2027;
    margin-bottom: 15px;
}

section .box-red label{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0 0 12px;
}

section .box-red .red-select select{
    background: transparent;
    width: 100%;
    max-width: 200px;
    height: 30px;
    font-size: 0.8rem;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    color: #e7d7d8;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .box-red .red-select select:hover, section .box-red .red-select select:focus{
    color: #fff;
    cursor: pointer;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;    
}

section .box-red .red-select{
    float: right;
   width: 100%;
   max-width: 200px;
   height: 30px;
   overflow: hidden;
   background: #9d1920 url(../img/icon_arrow_select.png) right 10px no-repeat;
   border: 0;
   margin: 6px;
}

section .special-deal .hotel-logo{
   margin-top: 10px;
}

section .gallery{
    margin-top: -20px;
    margin-bottom: 20px;
}

section .hotel-gallery span{
    background: #e6e6e6;
    list-style: none;
    width: 140px;
    height: 96px;
    float: left;
    cursor: pointer;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .hotel-gallery span:hover{
    opacity: 0.75;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .hotel-gallery span.empty{
    cursor: default;
}

section .hotel-gallery span:nth-child(2n){
    margin: 0 0 20px 20px;
}

section .hotel-info .info a{
   color: initial;
   text-decoration: none;
   font-weight: bold;
   -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

a.hotellink {
   color: initial;
   text-decoration: none;
   font-weight: bold;
   -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .hotel-info .info a:hover{
   opacity: 0.75;
   -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .hotel-info .desc p,section .hotel-info .desc h2{
   margin: 3px 0;
}

section .special-offer{
   padding-left: 8px;
   border-left: solid 8px #cb2027;
}

section .special-offer h2{
   color: #cb2027;
   text-transform: uppercase;
   font-size: 16px;
   margin: 3px 0;
}

section .special-offer p{
   margin: 0
}


section  .special-offer ul{list-style-type:disc !important;list-style-position: inside !important; }

section .special-offer ul li {border:0;padding:5px 20px; display: list-item !important;}


section .hoteliers{
    background: #fff;
    padding: 10px 20px;
}

.btn-find-out-more {
    max-width: 220px;
}

section .form{
    background: #fff;
    padding: 10px 20px;
}

section .form label{
    display: inline-block;
    cursor: pointer;
    width: 100%;
    margin-bottom: 3px;
}

section .form .input{
    width: 100%;
    max-width: 256px;
    margin: 0 0 15px 0;
    padding: 6px;
    font-size: 0.8rem;
    border: solid #c4c4c4 1px;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .form .input_long{
    width: 100%;
    max-width: 545px;
    margin: 0 0 15px 0;
    padding: 6px;
    font-size: 0.8rem;
    border: solid #c4c4c4 1px;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}



section .form .select{
    width: 100%;
    font-size: 0.8rem;
    max-width: 256px;
    padding: 6px;
    margin: 0 0 15px 0;
    border: solid #c4c4c4 1px;
    border-radius: 0;
    -webkit-appearance: none;
    /*color: #b5b5b5;*/
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;

    box-sizing:content-box;
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 

}

.has-error {border:1px solid #cb2027 !important;}
.success {background:#5cb85c !important;color:#fff;padding:10px;margin-bottom:10px;font-weight: bold;text-transform: uppercase;}

section .form .textarea{
    width: 100%;
    max-width: 546px;
    min-height: 80px;
    margin: 3px 0 10px 0;
    padding: 6px;
    font-size: 0.8rem;
    border: solid #c4c4c4 1px;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .form .input:hover, section .form .input:focus, section .form .textarea:hover, section .form .textarea:focus{
    outline: 0 !important;
    border: solid #7e7e7e 1px;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .form .input-file{
    position: absolute;
    width: 100%;
    max-width: 182px;
    margin: 0 0 15px 0;
    padding: 6px 6px 6px 80px;
    font-size: 0.8rem;
    border: solid #c4c4c4 1px;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .form .btn-submit {
    max-width: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
}



.fileUpload {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* ads */

section .advs {
    padding-bottom: 20px;
}

section .advs a{
    display: inline-block;
    color: initial;
    text-decoration: none;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .advs a:hover, section .advs a:focus{
    opacity: 0.75;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}


/* bottom */

section .bottom{
    padding: 0 !important;
    text-align: center;
}

section .bottom h3{
    text-align: center;
    margin: 0;
}

section .bottom p{
    text-align: center;
    margin: 0;
}

section .bottom a{
    display: inline-block;
    color: initial;
    text-decoration: none;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .bottom a:hover, section .bottom a:focus{
    opacity: 0.75;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

section .bottom .columns{
    padding: 40px 14px 40px 0;
    background: url(../img/bg_bottom_shadow.jpg) right top no-repeat;
}

section .bottom .columns:last-child{
    background: none;
}




ul.pagination {text-align: center;border-top:#c4c4c4 solid 1px;}
ul.pagination li {display: inline-block !important;border:0 !important;margin: 10px !important;font-weight: bold}
ul.pagination li.active {color:red;}

/* responsive */

@media (max-width: 767px) {

.menu ul{
    display: none;
}

.btn-mobile-menu{
    display: inline-block;
}

header .columns {
    margin-bottom: 20px;   
}

header .head ul li .input, header.sub .head ul li .input{
    max-width: 147px;
}

section .columns {
    margin-bottom: 20px;   
}

section .advs .columns {
    text-align: center;
    margin-bottom: 10px;   
}

section .bottom .columns {
    text-align: center;
    padding: 10px 0 0 00;   
}

}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear-padding {
    padding: 0;
}

.container:after,
.row:after,
.u-cf { 
  content: "";
  display: table;
  clear: both; }

.center {
    text-align: center;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





#footer {
border-top: 1px dotted #CCC;
border-bottom: 10px solid;
z-index: 2;
position: relative;
background: #FFF;
clear: both;
padding: 1em 11px 1em 11px;
margin: 0 auto;
color: #333;
}

.footer-content {

}

.footer-menu {
float: left;
width: 140px;
}

.footer-header {
font-family: "CNN","Helvetica Neue",Helvetica,Arial,Utkal,sans-serif;
font-weight: 700;
margin-bottom: 5px;
text-transform: uppercase;
font-size: 0.80rem;
}

.footer-menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.footer-menu li, .copyright li {
list-style-type: none;
margin: 0;
padding: 0;
line-height: 0.9rem;
}

.footer-menu a {
font-family: "CNN","Helvetica Neue",Helvetica,Arial,Utkal,sans-serif;
font-size: 11px;
color: #999999;
text-decoration: none;
}
.footer-menu a:hover {
    text-decoration: underline;
}

.footer-right {
float: right;
font-family: "CNN","Helvetica Neue",Helvetica,Arial,Utkal,sans-serif;
font-size: 11px;
color: #888888;
width: 185px;
text-align: right;
line-height: 0.9rem;
}


.footer-right-logo {
padding-bottom: 10px;
}

.footer-right-logo {
background: url(http://i.cdn.travel.cnn.com/sites/all/themes/cnngoV2/images/cnn-logo-footer.png) no-repeat center right transparent;
display: block;
height: 20px;
}

.footer-right-top, .footer-right-bottom {
padding-left: 5px;
}

.footer-right a {
color: #888888;
text-decoration: none;
}
.footer-right-bottom {
padding-top: 16px;
}
.footer-right-top, .footer-right-bottom {
padding-left: 5px;
}

