/*
Theme Name: Tourism
Description: WordPress Tourism Theme
Author: Gorilla Themes.
Author URI: http://gorillathemes.com
Version: 1.0
 
/** CSS Reset http://meyerweb.com/eric/tools/css/reset/ **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'AllerRegular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerBold';
    src: url('fonts/aller_bd-webfont.eot');
    src: url('fonts/aller_bd-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_bd-webfont.woff') format('woff'),
         url('fonts/aller_bd-webfont.ttf') format('truetype'),
         url('fonts/aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Base Body Styles **/
body {
    background: #f1eee7 url(images/common/pixel.jpg) repeat-x top center;
    color: #000;
    background-position-y: 0px!important;
    font: 13px "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    top: 0px;
}

.awesome-weather-wrap {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 12px!important;
}

.pixel {
    background: url(images/common/background.jpg) no-repeat top center;
    position: absolute;
    top: 0px;
    width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

a {
    text-decoration: none;
}

a:active, a:visited {
    color: #ddd;
}

a:hover {
    color: #5f5531;
}

.widget a.galleryimg img {
    margin: 6px;
    float: left;
}

ul.gallery-thumbs.box {
    padding: 20px 5px 20px 28px!important;
    margin-top: 10px;
}

.widget a.galleryimg img:hover {
    margin: 6px;
    border: 0px solid black;
    opacity: 0.7;
}

.post-details .gallery-icon a img {
    border: 5px solid white!important;
    margin: 0;
}

.post-details .gallery {
    margin: 0 auto;
    width: 530px;
}

.post-details dl.gallery-item {
    margin: 0!important;
    width: 130px!important;
    height: 130px!important;
    padding: 0!important;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
/** #header **/
#header {
    margin: 0 auto;
    margin-top: 68px;
/* overflow: hidden;*/
    ;
}

#logo-and-search {
    overflow: hidden;
    position: relative;
}

#logo-and-search .logo {
    float: left;
    margin: 0 0 10px 0;
}

#logo-and-search .top-search {
    float: right;
    margin: 0 0 30px 0;
}

.search-results {
    color: #054b56 !important;
    margin: 0 0 10px 0;
}

.apology-text {
    margin: 0 0 30px 0;
    color: #3e3e3e;
}

#navigation {
    margin: 0 0 18px 0;
    text-shadow: -1px -1px #eaeaea;
}

.sec-nav li {
    float: left;
    margin: 0 30px 0 0;
    text-transform: uppercase;
}

.sec-nav li a {
    position: relative;
    color: #FFF;
    padding: 3px 12px 3px 12px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 24px;
}
/** .main-nav  **/
#site-wrapper {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.3);
}

#navigation .main-nav {
/*overflow: hidden;*/
    background-color: #fcfbf7;
    height: 31px;
    padding-top: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%!important;
}

.main-nav li {
    float: left;
    margin: 0 10px 0 13px;
    text-transform: uppercase;
    position: relative;
}

.main-nav li a {
    position: relative;
    color: #333;
    padding: 4px 11px 4px 11px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 26px;
    behavior: url(js/PIE.html);
    text-shadow: none;
}

.main-nav li:hover a,.main-nav li:focus a {
    background: #5f5531;
    color: #FFF;
    text-shadow: -1px -1px #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.main-nav .current_page_item a {
    background: #5f5531;
    color: #FFF;
    text-shadow: -1px -1px #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


/* second level code */
#navigation .main-nav li ul {
    z-index: 200;
    display: none;
    position: absolute;
    top: 19px;
    background: #FFF;
    margin-top: 7px;
 /*border:1px solid #b1b5b8;*/
    ;
}

#navigation .main-nav li:hover ul {
    display: block;
}

#navigation .main-nav li ul li {
    width: 130px;
    border-bottom: 1px solid #ddd;
    background: none;
    line-height: 18px;
    float: none;
    margin: 0px;
    position: relative;
    padding: 1px;
    height: auto;
    behavior: url(js/PIE.html);
}

#navigation .main-nav li ul li a {
    behavior: url(js/PIE.html);
    background: none;
    color: #000;
    text-shadow: none!important;
}

#navigation .main-nav li ul li:hover {
    background: #890000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#navigation .main-nav li ul li:hover a {
    color: #FFF;
}

#navigation .main-nav li ul li:hover li a {
    color: #000;
}
/* third level code */
#navigation .main-nav li:hover ul li ul {
    z-index: 300;
    display: none;
    position: absolute;
    top: 0px;
    left: 130px;
    background: #fff;
    margin-top: 0px;
/* border:1px solid #b1b5b8;*/
    ;
}

#navigation .main-nav li:hover ul li:hover ul {
    display: block;
}

#navigation .main-nav li:hover ul li:hover ul li:hover a {
    color: #FFF;
}

#navigation .main-nav li:hover ul li:hover ul li:hover li a {
    color: #000;
}

/* four level code */
#navigation .main-nav li:hover ul li:hover ul li ul {
    z-index: 400;
    display: none;
    position: absolute;
    top: 0px;
    left: 130px;
}

#navigation .main-nav li:hover ul li:hover ul li:hover ul {
    display: block;
}

#navigation .main-nav li:hover ul li:hover ul li:hover ul li:hover a {
    color: #FFF;
}

#navigation .main-nav li:hover ul li:hover ul li:hover ul li:hover li a {
    color: #000;
}

/* fifth level code */
#navigation .main-nav li:hover ul li:hover ul li:hover ul li ul {
    z-index: 500;
    display: none;
}

#navigation .main-nav li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block;
}

#navigation .main-nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover a {
    color: #FFF;
}

#navigation .main-nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover li a {
    color: #000;
}

/* 6th level code */
#navigation .main-nav li:hover ul li:hover ul li:hover ul li:hover ul li ul {
    z-index: 500;
    display: none;
}

#navigation .main-nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block;
}

#navigation .main-nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover a {
    color: #FFF;
}

#navigation .main-nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover li a {
    color: #000;
}



/* second level code */
#navigation .sec-nav  li ul {
    z-index: 200;
    display: none;
    position: absolute;
    background: #FFF;
    margin-top: -6px;
 /*border:1px solid #b1b5b8;*/
    ;
}

#navigation .sec-nav  li:hover ul {
    display: block;
}

#navigation .sec-nav  li ul li {
    width: 130px;
    border-bottom: 1px solid #ddd;
    background: none;
    line-height: 18px;
    float: none;
    margin: 0px;
    position: relative;
    padding: 0px;
    height: auto;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    behavior: url(js/PIE.html);
}

#navigation .sec-nav  li ul li a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    behavior: url(js/PIE.html);
    background: none;
    color: #000;
}

#navigation .sec-nav  li ul li:hover {
    border-top: 1px solid #4382a5;
    height: 36px;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
    box-shadow: 0px 0px 4px #777;
    border-left: 1px solid #0071b7;
    border-right: 1px solid #0071b7;
    border-bottom: 1px solid #0071b7;
    background: rgb(0,151,193);
    background: -moz-linear-gradient(top,  rgba(0,151,193,1) 0%, rgba(0,113,183,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,151,193,1)), color-stop(100%,rgba(0,113,183,1)));
    background: -webkit-linear-gradient(top,  rgba(0,151,193,1) 0%,rgba(0,113,183,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,151,193,1) 0%,rgba(0,113,183,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,151,193,1) 0%,rgba(0,113,183,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,151,193,1) 0%,rgba(0,113,183,1) 100%);
}

#navigation .sec-nav  li ul li:hover a {
    color: #FFF;
}

#navigation .sec-nav  li ul li:hover li a {
    color: #000;
}
/* third level code */
#navigation .sec-nav  li:hover ul li ul {
    z-index: 300;
    display: none;
    position: absolute;
    top: 0px;
    left: 130px;
    background: #fff;
    margin-top: 0px;
/* border:1px solid #b1b5b8;*/
    ;
}

#navigation .sec-nav  li:hover ul li:hover ul {
    display: block;
}

#navigation .sec-nav  li:hover ul li:hover ul li:hover a {
    color: #FFF;
}

#navigation .sec-nav  li:hover ul li:hover ul li:hover li a {
    color: #000;
}

/* four level code */
#navigation .sec-nav  li:hover ul li:hover ul li ul {
    z-index: 400;
    display: none;
    position: absolute;
    top: 0px;
    left: 130px;
}

#navigation .sec-nav  li:hover ul li:hover ul li:hover ul {
    display: block;
}

#navigation .sec-nav  li:hover ul li:hover ul li:hover ul li:hover a {
    color: #FFF;
}

#navigation .sec-nav  li:hover ul li:hover ul li:hover ul li:hover li a {
    color: #000;
}

/* fifth level code */
#navigation .sec-nav  li:hover ul li:hover ul li:hover ul li ul {
    z-index: 500;
    display: none;
}

#navigation .sec-nav  li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block;
}

#navigation .sec-nav  li:hover ul li:hover ul li:hover ul li:hover ul li:hover a {
    color: #FFF;
}

#navigation .sec-nav  li:hover ul li:hover ul li:hover ul li:hover ul li:hover li a {
    color: #000;
}

/* 6th level code */
#navigation .sec-nav  li:hover ul li:hover ul li:hover ul li:hover ul li ul {
    z-index: 500;
    display: none;
}

#navigation .sec-nav  li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block;
}

#navigation .sec-nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover a {
    color: #FFF;
}

#navigation .sec-nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover li a {
    color: #000;
}

/** .sec-nav  **/
.sec-nav {
    border-top: 1px solid #5f5531;
    height: 36px;
    text-shadow: -1px -1px #000;
    border-bottom: 1px solid #5f5531;
    background: #5f5531;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%!important;
}

.sec-nav li {
    float: left;
    margin: 0 30px 0 14px;
    text-transform: uppercase;
}

.sec-nav li a {
    position: relative;
    color: #FFF;
    padding: 3px 8px 3px 8px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 37px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    behavior: url(js/PIE.html);
}

.sec-nav li:hover a,.sec-nav li:focus a {
    background: #fff;
    color: #333;
    text-shadow: none;
}

/**  #slider-wrapper **/
#slider-wrapper {
    overflow: hidden;
    position: relative;
    height: 266px;
}

#slider {
    position: relative;
}

.slides {
    position: relative;
    margin: 0px;
    height: 308px;
}

.slides {
    height: 275px;
    display: block;
    float: left;
}

.slides img {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

img {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.slides-info {
    float: left;
    width: 650px;
    position: absolute;
    bottom: 9px;
    left: 0px;
    background: none;
}

.slides-info .slides-back {
    background: black;
    opacity: 0.5;
    padding: 24px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.slides-info .slide-title a {
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 20px;
    z-index: 995;
    top: 34px;
    position: relative;
}


/**  #pager-box  **/
#pager-box {
    position: absolute;
    bottom: 14px;
    z-index: 999;
    overflow: hidden;
    height: 16px;
    padding: 5px;
    right: 0px;
}

#slider-pager {
    padding: 1px 0 0 0;
    position: relative;
    text-align: right;
    font-size: 0px;
    right: 20px;
}

#slider-pager  li {
    display: inline-block;
    padding: 1px;
    width: 10px;
    height: 10px;
}

#slider-pager li a {
    color: #fff;
    padding: 1px 3px 7px 5px;
    background: #e5e1d8;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

#slider-pager a.activeSlide {
    background: #5f5531;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

a#prev {
    display: none;
}

a#prev:hover {
    display: none;
}

a#next {
    display: none;
}

a#next:hover {
    display: none;
}

.readmore {
    color: #5f5531;
}

.thumb_results {
    float: left;
    margin-right: 20px;
}

.thumb_results a img {
    margin-bottom: 0px!important;
}

.result-detail-wrapper h2 {
    font-size: 16px;
    background-color: #fcfbf7;
    border: 1px solid #dfd9c5;
    padding: 5px 10px;
    margin-left: 125px!important;
}

.result-detail-wrapper {
    border-bottom: 1px solid #cfc8b9;
    padding: 0px 0px 12px 0px;
}

.result-detail-wrapper a {
    color: #000;
}

.result-detail-wrapper a:hover {
    color: #333;
    text-decoration: underline;
}

.title-home a {
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 20px;
    color: #2d2d2e;
    font-weight: bold;
}
/**  #main-wrapper   **/
#main-wrapper {
    clear: both;
    margin: 0 auto;
}

#main-wrapper .row-fluid .span4 {
    margin: 0px;
}

.columns-pad {
    padding-top: 0px;
}

#two-columns {
    clear: both;
    float: left;
    width: 651px;
}

.column-no-first {
    padding-top: 15px;
}

#column-no-second {
    width: 336px;
    float: left;
    margin-left: 12px;
}

#right-column {
    float: right;
    width: 300px;
}

ul.fb {
    margin: 10px 0!important;
    background: #fcfbf7!important;
    border: 1px solid #dfd9c5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/** widget  **/
.widget {
    /*margin: 0 0 12px 0;*/;
}

.widget iframe {
    margin-bottom: -4px;
    margin-top: 9px;
    width: 100%;
}

.widget h3 {
    position: relative;
    height: 26px;
    padding: 2px 10px 0 10px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    border-top: 1px solid #5f5531;
    text-shadow: -1px -1px #000;
    border-left: 1px solid #5f5531;
    border-right: 1px solid #5f5531;
    border-bottom: 1px solid #5f5531;
    background: #5f5531;
    color: white;
    text-shadow: -1px -1px #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/*.widget h3 {
    position: relative;
    height: 26px;
    padding: 7px 10px 0 10px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    
    
    
    
    border-top:1px solid #890000;   -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
    box-shadow: 0px 0px 4px #777;text-shadow: -1px -1px #000;border-left: 1px solid #890000;border-right: 1px solid #890000;border-bottom: 1px solid #890000;background: #cc0000;  Old browsers 
background: -moz-linear-gradient(top, #cc0000 0%, #890000 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#890000));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top, #cc0000 0%,#890000 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, #cc0000 0%,#890000 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top, #cc0000 0%,#890000 100%);  IE10+ 
background: linear-gradient(to bottom, #cc0000 0%,#890000 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#890000',GradientType=0 );  IE6-9     color: white;
}*/

#column-no-second  .widget h3 {
    position: relative;
    border-top: 1px solid #4382a5;
    text-shadow: -1px -1px #000;
    border-left: 1px solid #0071b7;
    border-right: 1px solid #0071b7;
    border-bottom: 1px solid #0071b7;
    background: rgb(0,151,193);
    background: -moz-linear-gradient(top,  rgba(0,151,193,1) 0%, rgba(0,113,183,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,151,193,1)), color-stop(100%,rgba(0,113,183,1)));
    background: -webkit-linear-gradient(top,  rgba(0,151,193,1) 0%,rgba(0,113,183,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,151,193,1) 0%,rgba(0,113,183,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,151,193,1) 0%,rgba(0,113,183,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,151,193,1) 0%,rgba(0,113,183,1) 100%);
    height: 26px;
    margin: 0 0 10px 0;
    padding: 7px 10px 0 10px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.tagcloud {
    overflow: hidden;
    background-color: #fcfbf7;
    border: 1px solid #dfd9c5;
    padding: 15px 10px 15px 20px;
    margin-top: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.tagcloud a {
    color: #333;
}

.widget ul {
    overflow: hidden;
    padding: 15px 10px 15px 20px;
    background-color: #fcfbf7;
    border: 1px solid #dfd9c5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.widget ul li {
    overflow: hidden;
    margin: 0 0 15px 0px;
}

.widget ul li a {
    color: #000;
}

#column-no-first .box {
    width: 300px;
    padding: 5px 0px 0px 0px;
    margin: 0 0 10px 0;
}

#column-no-second .box {
    padding: 15px 0px 0px 0px;
    margin: 0 0 0px 0;
}

#right-column  .box {
    width: 273px;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 15px 10px 15px 15px;
}

#right-column .textwidget {
    width: 278px;
    background: #fff;
    padding: 15px 10px 15px 10px;
    margin-top: 8px;
}

.travel-news-list .box h2 {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #fcfbf7;
    border: 1px solid #dfd9c5;
}

ul.hot-spots-list li.box {
    margin: 13px 0 0 0!important;
    padding-right: 12px;
    width: 49%!important;
    float: left;
}

ul.hot-spots-list li.box:last-child {
    margin: 13px 0 0 0px!important;
    padding-right: 0px;
    width: 49%!important;

}

.hot-spots-list li h2 {
    margin: 0 0 10px 0;
    background-color: #fcfbf7;
    border: 1px solid #dfd9c5;
    padding: 5px 10px;
}

.hot-spots-list li:last-child h2 {
    margin: 0 0 10px 0;
    background-color: #fcfbf7;
    padding: 5px 10px;
    width: 93%;
    border: 1px solid #dfd9c5;
}

.box h2 {
    margin: 0 0 10px 0;
}

.box a {
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
}

.box h2 a {
    font-family: "Trebuchet MS", Arial,Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #111;
}

.box h2 a:hover {
    font-family: "Trebuchet MS", Arial,Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #5f5531;
    text-decoration: underline;
}

.box p {
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #3e3e3e;
}

.box img {
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.destination-options {
    margin: 0 0 20px 0;
}

.dividers {
    color: #5f5531;
    margin: 0 2px 0 2px;
    float: left;
}

.column-ad {
    margin-bottom: 10px;
}

.column-ad img {
    margin-top: 0px;
    width: 100%;
    height: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
/** .hot-spots-list **/
.hot-spots-list {
    overflow: hidden;
    background: none!important;
}

.widget ul.hot-spots-list {
    border: none;
}

.widget ul.hot-spots-list {
    border: none;
    padding: 0px;
}
/** .hot-spots-list **/
.widget ul.travel-news-list {
    border: none;
    padding: 0px;
    background: #fcfbf7;
}

.travel-news-list {
    overflow: hidden;
    background: none!important;
}

.travel-news-list li {
    overflow: hidden;
}

.travel-news-list li img {
    margin: 10px auto;
    display: block;
}

.columns2 .widget {
    margin-bottom: 0px;
}

/** #tags-clouds **/
#tags-clouds {
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    line-height: 30px;
}

#tags-clouds.box {
    overflow: hidden;
    background: #fcfbf7;
    padding: 15px 10px 15px 20px;
    border: 1px solid #f1f1f1;
    margin-top: 10px;
}

.widget ul li {
    overflow: hidden;
    margin: 0 0 15px 0;
}

#tags-clouds a {
    color: black;
}

#tags-clouds a:hover {
    color: #5f5531;
}
/**   #destination-selection    **/
.selectBox-dropdown:hover {
		color: #fff;
	cursor: pointer;
	background: #5f5531;
	}
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
	background: url(arrow.html) 50% center no-repeat;
	border-left: solid 1px #40381b!important;
}
.selectBox.selectBox-disabled {
	color:#000!important;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #5f5531;
	cursor: pointer;
	text-decoration: none;
	color:white;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #5f5531;
	color: #fff;
}



#advSearch {
    padding-left: 6px!important;
}

.destination-selection {
    position: relative;
    margin-top: 10px!important;
    margin-bottom: 15px!important;
    background: #fcfbf7!important;
    border: 1px solid #dfd9c5!important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.destination-selection p {
}

.destination-selection.box {
    margin: 10px 0!important;
    padding: 10px!important;
}

.destination-selection p label {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.widget ul input.field {
    height: 24px;
    width: 140px;
    background: #fafafa;
    border: 1px solid #bababa;
    padding: 0px 30px 0 10px;
    margin: 6px 4px 6px 2px;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    font: 12px,Arial, Helvetica, "Trebuchet MS", sans-serif;
}

input.search-button {
    display: block;
    float: right;
    margin: 6px 11px 0 0;
    padding: 0px 5px 0 5px;
    border: none!important;
    color: #fff;
    position: relative;
    text-shadow: -1px -1px #000;
    behavior: url(PIE/PIE.html);
    border-top: 1px solid #5f5531;
    height: 36px;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
    box-shadow: 0px 1px 1px #777;
    text-shadow: -1px -1px #000;
    border-left: 1px solid #0071b7;
    border-right: 1px solid #0071b7;
    border-bottom: 1px solid #0071b7;
    background: #5f5531;
    width: 60px;
    height: 25px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 12px;
    line- font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

input.search-btn {
    display: block;
    float: right;
    margin: 10px 5px 0 0;
    padding: 0px 5px 0 5px;
    height: 30px;
    position: relative;
    border-top: 1px solid #5f5531;
    height: 36px;
    text-shadow: -1px -1px #000;
    border-left: 1px solid #5f5531;
    border-right: 1px solid #5f5531;
    border-bottom: 1px solid #5f5531;
    background: #5f5531;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}
.selectBox-dropdown {
	width: 266px!important; /* width = (desired width) - padding-right */
	padding:6px;
	margin:6px 0px;
	position: relative;
	border: solid 1px #5f5531!important;
	text-decoration: none;
	color: #fff;
	outline: none;
	vertical-align: middle;
	background: #5f5531!important;
	display: inline-block;
	cursor: default;
	font: 12px 'PlayRegular',Arial, Helvetica, "Trebuchet MS", sans-serif;
	 text-transform: uppercase;
}
/* Disabled state */
.selectBox.selectBox-disabled {
	color: #ccc!important;
}

input.search-btn:hover {
    display: block;
    float: right;
    margin: 10px 5px 0 0;
    padding: 0px 5px 0 5px;
    position: relative;
    border-top: 1px solid #365141;
    text-shadow: -1px -1px #000;
    border-left: 1px solid #365141;
    border-right: 1px solid #365141;
    border-bottom: 1px solid #365141;
    background: #40381b;
    width: 100px;
    height: 36px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

input.selections-go-btn {
    display: block;
    float: right;
    margin: 10px 10px 0 0;
    padding: 2px 5px 0 10px;
    height: 22px;
    border: none!important;
    color: #fff;
    position: relative;
    background: #5f5531;
    text-shadow: -1px -1px #000;
    behavior: url(PIE/PIE.html);
    width: 100px;
    height: 28px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

input.selections-go-btn:hover {
    display: block;
    float: right;
    margin: 10px 10px 0 0;
    padding: 2px 5px 0 10px;
    height: 22px;
    border: none!important;
    color: #fff;
    position: relative;
    background: #5f5531;
    text-shadow: -1px -1px #000;
    behavior: url(PIE/PIE.html);
    width: 100px;
    height: 28px;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

/**  .popular-list **/
ul.popular-list.box {
    padding: 0px!important;
}

ul.popular-list.box li {
    margin: 10px 0!important;
    height: 205px!important;
}

.widget ul.popular-list.box {
    overflow: hidden;
    background: none;
    padding: 0px!important;
    border: none;
}

.popular-list {
    overflow: hidden;
    position: relative;
}

.popular-list li {
    overflow: hidden;
    padding: 0px!important;
    margin: 0px!important;
}

.popular-list li img {
    margin: 0px;
    padding: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.popular-list a {
    font-size: 12px!important;
}

.popular-list h4 {
    border: none!important;
    background: black;
    background: rgba(0,0,0,0.5);
    /*padding: 10px 10px;*/
    line-height: 37px;
    padding: 0 5px;
    bottom: 40px;
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.popular-list h4 a {
    font-size: 14px!important;
    font-weight: normal;
    color: #fff!important;
    position: relative;
}


/**  footer  **/
#footer {
    overflow: hidden;
    background: #d9d3c5;
    position: relative;
    z-index: 9999;
    border-top: 2px solid #cfc8b9;
    margin-top: 20px;
}

#footer .container-fluid {
    margin-top: 10px!important;
    margin-bottom: 13px!important;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.3);
}

#footer .row-fluid .span4 {
    margin: 15px 10px 0 0!important;
}

#footer .row-fluid .span4.last {
    margin: 15px 0px 0 0!important;
}

#footer-inner-wrapper {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#footer .widget ul {
    margin-top: 10px;
}

.footer-columns  .widget ul {
    border: 1px solid #ccc!important;
}

.footer-columns-last  .widget ul {
    border: 1px solid #ccc!important;
}

.footer-columns-sec  .widget h3 {
    width: 330px;
}

.footer-columns-sec  .widget ul {
    border: 1px solid #ccc!important;
}

.footer-columns {
    overflow: hidden;
    float: left;
    width: 300px;
    margin: 25px 10px 0 0;
}

.footer-columns-sec {
    overflow: hidden;
    float: left;
    width: 339px;
    margin: 25px 10px 0 0;
}

.footer-columns-last {
    overflow: hidden;
    float: right;
    width: 300px;
    margin: 25px 0px 0 0;
}

.archives-list {
    overflow: hidden;
    margin: 0 0 0 0px;
}

#footer li {
    background: url(images/common/footer-li-arrow.png) no-repeat;
    padding: 0 0 0 20px;
    line-height: 14px;
}

#footer li a {
    color: #3e3e3e;
}
/**   powered-by  **/
#powered-by-wrapper {
    overflow: hidden;
    clear: both;
    height: 54px;
}

.powered-by {
    margin: 0 auto;
    text-align: center;
    line-height: 47px;
    font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 12px;
}

.powered-text {
    font-weight: bold;
}

/**  contents-wrapper    **/
#contents-wrapper {
    margin: 0 0px 0px 0!important;
    padding: 0px 0px 13px 0px;
}

/**  contents **/
.contents {
    overflow: hidden;
}

.contents a {
    color: #5f5531;
    font-weight: bold;
}

.contents h2 {
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #000;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 0px 0;
    font-size: 20px;
}

.contents h2 a {
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #000;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
}

.contents h1 a {
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #000;
    line-height: 24px;
    font-weight: normal;
    font-size: 28px;
}

.contents h1 {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #fcfbf7;
    border: 1px solid #dfd9c5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.contents h5 {
    font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #333;
    line-height: 18px;
    font-weight: normal;
    margin: 10px 0 20px 0;
    padding: 4px 2px;
    border-bottom: 1px solid #d2c9b2;
    width: 100%;
}

.contents h5 a {
    color: #5f5531;
}

.contents h5 a:hover {
    color: black;
}

.contents .contents-tags {
    text-align: right;
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #3e3e3e;
    line-height: 18px;
    font-weight: normal;
    margin: 10px 0 20px 0;
    padding: 4px 2px;
    border-bottom: 1px solid #d2c9b2;
    border-top: 1px solid #d2c9b2;
    width: 99%;
}

.contents .contents-tags a {
    color: #5f5531;
}

.contents .contents-tags a:hover {
    color: black;
}

.by-author {
    color: #5f5531;
}

.author {
    float: left;
    font-family: arial, helvetica, serif;
    font-size: 11px;
    font-size: 11px;
    color: #666;
    font-weight: normal!important;
}

.readmore a {
    float: left;
    font-family: arial, helvetica, serif;
    font-size: 11px;
    color: #5f5531!important;
    font-weight: normal!important;
    margin: 3px 0;
}

.date {
    font-family: arial, helvetica, serif;
    font-size: 11px;
    font-size: 11px;
    color: #666;
    font-weight: normal!important;
}

.author a {
    font-family: arial, helvetica, serif;
    font-size: 11px;
    font-size: 11px;
    color: #666;
    font-weight: normal!important;
}

.contents img {
    margin-bottom: 25px;
}

.dash {
    border-bottom: 1px double #d2c9b2;
    margin: 6px 0 4px 0;
}

.cpsAjaxLoaderCenter {
    display: none;
    position: absolute;
    z-index: 8888;
    width: 635px;
    height: 100%;
    padding-top: 50px;
    font-size: 13px;
    color: #000;
    background: #eae7df;
    opacity: .9;
    font-weight: bold;
    text-align: center;
}

.cpsAjaxLoaderCenter img {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    margin-top: 10px;
}
/**  post-details ( and general styles) **/
.contents .single-image {
    float: left;
    width: 376px;
    height: 269px;
    padding: 0 18px 43px 0;
}

.post-details {
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #3e3e3e;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    margin: 20px 0 20px 0!important;
}

.post-details .alignleft {
    float: left;
    margin-right: 18px;
}

.post-details .alignright {
    float: right;
    margin-left: 18px;
}

.post-details .aligncenter {
    display: block;
    margin: 10px auto 15px;
}

.post-details h1,
.post-details h2,
.post-detailsh3,
.post-details h4,
.post-details h5,
.post-details h6 {
    background: none;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #3e3e3e;
}

.post-details p {
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #3e3e3e;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 4px;
}

.post-details ul {
    margin: 15px 10px 15px 25px;
    list-style: disc outside;
}

.post-details ol {
    margin: 15px 10px 15px 25px;
    list-style: decimal outside;
}

.post-details blockquote {
    font-size: 16px;
    padding: 15px;
    font-style: italic;
}

.post-details blockquote p {
    font-style: italic;
}

.post-details img {
    margin: 20px 0;
}

.post-details a {
    text-decoration: underline;
    color: #5f5531;
}

.single-author-name a {
    color: #5f5531;
}

.single-comments a {
    color: #3E3E3E;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.attachment-large {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/** Pagination **/
.bottom-pagination {
    height: 20px;
    border-top: 1px dotted #ececec;
    border-bottom: 1px dotted #ececec;
    margin-bottom: 20px;
    padding-top: 8px;
}

.bottom-pagination p {
    float: left;
    font: 12px 'PlayRegular',Arial, Helvetica, "Trebuchet MS", sans-serif;
}

.bottom-pagination  a {
    color: #404040 !important;
    padding: 3px 10px;
    background: #f1f1f1;
}

.bottom-pagination  a.current {
    color: #fff !important;
    padding: 3px 10px;
    background: #5f5531;
}

.bottom-pagination  a:hover {
    color: #fff !important;
    padding: 3px 10px;
    background: #5f5531;
}

.bottom-pagination .paging {
    float: right;
}

.bottom-pagination .paging a {
    margin-left: 4px;
    color: #404040;
}


/** comments styles **/
h3#comments {
    font-family: "AllerRegular",Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #5f5531;
    font-size: 20px;
    line-height: 18px;
    font-weight: normal;
    margin: 50px 0px 20px;
}

.commentlist li.comment {
    border: 1px solid #ddd;
    padding: 10px 15px;
    position: relative;
    margin: 10px 0px 20px;
}

.commentlist li.comment .comment-author {
}

.commentlist li.comment a {
    color: #5f5531;
}

.commentlist li.comment .comment-author img {
    float: left;
    margin: 0px 10px 5px 0px;
}

.commentlist li.comment .commentmetadata {
    position: absolute;
    top: 10px;
    right: 10px;
}

.commentlist li.comment p {
    margin: 10px 0px 15px;
    color: #3E3E3E;
}

.commentlist li.comment .reply {
    text-align: right;
}

#respond {
    clear: both;
    margin: 20px 0 0 0;
}

#respond h3 {
    color: #000000;
    font-weight: normal;
    margin: 10px 0px 20px;
}

#respond label {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 5px;
}

#respond input {
    margin: 0px 0px 10px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 250px;
}

#respond textarea {
    margin: 0px 0px 10px;
    border: 1px solid #ccc;
    width: 95%;
    padding: 5px;
}

#respond #submit-comment {
    margin: 0px 0px 10px;
    padding: 5px 20px;
    cursor: pointer;
    width: 150px;
    border-top: 1px solid #5f5531;
    text-shadow: -1px -1px #000;
    border-left: 1px solid #5f5531;
    border-right: 1px solid #5f5531;
    border-bottom: 1px solid #5f5531;
    background: #5f5531;
    font-family: "AllerBold",Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#respond #submit-comment:hover {
    background: #5f5531;
}

div.twtr-doc {
    margin: 0 auto;
}

img.twtr-profile-img, div.twtr-ft div a img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px #fff;
}

div.twtr-hd h3 {
    font-size: 16px!important;
    font-weight: bold;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

div.twtr-tweet-text p a {
    color: #5f5531;
    font-weight: bold;
}


/* Updated Changes */
.main-nav li a:hover,
.sec-nav li a:hover {
    text-decoration: none;
}

.popular-list h4 {
    margin: 0 !important;
}

.right-column {
    float: right!important;
}

.right-column .box {
    background: #fcfbf7;
    border: 1px solid #eaeaea;
    padding: 15px 20px 15px 20px;
    margin: 0 0 10px 0;
}

.right-column .textwidget {
    background: #fff;
    background: rgba(255,255,255,0.6);
    padding: 15px 20px 15px 20px;
    margin-top: 15px;
}

.column-no-first .box {
    padding: 0px;
    margin: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.column-no-second .box {
    padding: 15px 0px 0px 0px;
    margin: 0px;
}

.popular-list img {
    width: 100%;
    max-width: 100%;
    height: auto;
}