/*
 * TripBuzz Style
 */

/* Header */
@charset "UTF-8";
@import url('font-awesome.css');
@import url('font-awesome-ie7.css');
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

html { background: url(../images/mainBg.png) repeat; width: 100%; height: 100%;}
body { background-color: transparent; }

input::-webkit-input-placeholder { line-height: 20px !important; padding: 0 !important; }

.container { width: 100%; min-width: 650px; }
.container p { margin: 1em 0; }

/** DropKick styles **/
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.dk-select, .dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    width: 200px;
    cursor: pointer; }

.dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white;
    border-radius: 0.4em;
    padding: 0 1.5em 0 0.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
.dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
.dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0; }
.dk-selected:after {
    top: 0;
    height: 100%;
    margin: 0 1.5em 0 0; }

.dk-selected-disabled {
    color: #BBBBBB; }

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0; }

.dk-select-open-up .dk-select-options {
    border-radius: 0.4em 0.4em 0 0;
    margin-bottom: -1px;
    bottom: 100%; }

.dk-select-open-down .dk-select-options {
    border-radius: 0 0 0.4em 0.4em;
    margin-top: -1px;
    top: 100%; }

.dk-select-multi .dk-select-options {
    max-height: 10em; }

.dk-select-options {
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 0.4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.25em 0;
    width: auto;
    z-index: 100; }

.dk-option-selected {
    background-color: #3297fd;
    color: #fff; }

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit; }

.dk-option {
    padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
    background-color: #3297fd;
    color: #fff; }

.dk-select-options .dk-option-disabled {
    color: #BBBBBB;
    background-color: transparent; }

.dk-optgroup {
    border: solid #CCCCCC;
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 0.25em; }
.dk-optgroup + .dk-option {
    margin-top: 0.25em; }
.dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
.dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
.dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
    padding: 0 0.5em 0.25em;
    font-weight: bold;
    width: 100%; }

.dk-optgroup-options {
    list-style: none;
    padding-left: 0; }
.dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #3297fd; }

.dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #3297fd; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
    border-width: 0 0.25em 0.25em;
    border-bottom-color: #3297fd; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
    border-left-color: #3297fd; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
    display: block;
    border-color: #3297fd; }

.dk-select-multi:hover, .dk-select-multi:focus {
    outline: none; }

.dk-selected:hover, .dk-selected:focus {
    outline: none;
    border-color: #3297fd; }
.dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #3297fd; }
.dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: #3297fd; }

.dk-select-disabled {
    opacity: 0.6;
    color: #BBBBBB;
    cursor: not-allowed; }
.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
    border-top-color: inherit; }
.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
    border-left-color: inherit; }

select[data-dkcacheid] {
    display: none; }
/** DropKick styles END **/

#header { background-color: #228295; width: 100%; height: 58px; border-bottom: #8DC63F 4px solid; }
#header #headerNav { height: 58px; line-height: 58px; text-transform: uppercase;font-family: Arial; }
#header #headerNav a { line-height: 1.5em; display: inline-block; padding-left: 25px; color: #fff; font-size: 12px; text-decoration: none; text-shadow: 1px 1px 1px #000000; filter: dropshadow(color=#000000, offx=, offy=1); margin-right: 23px; }
#header #headerNav a#mainLogo {padding-left: 0 !important;}

#header #headerNav a.dk_toggle {padding-left: 12px; margin-right: 0; line-height: 2.5em;}
.home #header { background: #228295; height: 58px; border-bottom: 5px solid #8DC63F; }
.home #header #headerNav { float: right; }
.home #header #headerNav a:hover, .home #header #headerNav a:focus, .home #header #headerNav a:active { color: #8DC63F; }
.home #header .content, .home #footer .content { max-width: 1100px; min-width: 550px; width: auto; }

#header #headerNav a.hom { background: url(../images/icons/home.png) no-repeat 0 1px; }
#header #headerNav a.tto { background: url(../images/icons/top.png) no-repeat 0 0; }
#header #headerNav a.hot { background: url(../images/icons/hotel.png) no-repeat 0 1px; }
#header #headerNav a.res { background: url(../images/icons/resources.png) no-repeat 0 0; }

#header .logo { display: inline-block;}
#header .logo #mainLogo { padding-top: 15px; display: block; }
#header .mainForm { width: 54%; display: inline-block; float: left; height: 115px; }

.home #header .logo { height: 58px; width: 143px; }
#header .logo #mainLogo { padding-top: 8px; }

#header .placeForm { display: inline-block; width: 240px; height: 64px; float: left; padding-top: 21px; margin-right: 20px; }
#header .placeForm label:after { content: " "; display: block; clear: both;}

#header .todoForm { display: inline-block; width: 240px; height: 64px; float: left; padding-top: 21px; margin-right: 20px; }

#header .placeForm label, #header .todoForm label { display: inline; margin-bottom: 12px; font-family: 'Lato', sans-serif; font-size: 12px; color: #fff; text-transform: uppercase; }

#header input[type=text] { width: 216px; border: none; height: 22px; padding: 5px 12px; border-radius: 4px;font-family: Lato, sans-serif; font-size: 13px;}
#header .loading input[type=text] { background: #fff url("../images/ajax-loader.gif") no-repeat scroll 95% center; }
#header #dk_container_whatFormInput {}

#breadcrumbs .breadcrumbs { height: 32px; margin-top: -2px; line-height: 32px; }
#breadcrumbs .breadcrumbs a { font-family: "Lato" sans-serif; font-size: 12px; color: #139ebe; text-decoration: none; }
#breadcrumbs .breadcrumbs a:after, #breadcrumbs .breadcrumbs span:not(:last-child):after { content: " "; font-family: Arial; margin: 0 8px; color: #89989b; padding: 0 3px; height: 32px; background: url(../images/bspace.png) no-repeat center center; }

#breadcrumbs .breadcrumbs span { font-family: "Lato" sans-serif; font-size: 12px; color: #89949b;  }

div.modalLook { font-family: "Lato" sans-serif; border: 1px solid #c6e4eb; border-radius: 3px; background: #fff;
    padding: 15px 25px 17px;
    margin: 17px 0 18px;
}
div.modalLook .leftBox { display: block; float: left; width: 730px;}
div.modalLook h1 { line-height: 1; margin: 0; color: #228295; font-size: 36px; font-family: "Lato", sans-serif; font-weight: normal; }
div.modalLook h1 span, .color-green { color: #b1c850; }
div.modalLook p { font-family: "Lato", sans-serif; font-size: 15px; color: #7e7989; margin: 15px 0 0; }
div.modalLook p a, #rightSidebar a, a.recommendation-title, .attraction-highlights li a, #attraction-teleaddress-data a, .bold-link { text-decoration: none; color: #228295; font-weight: bold; }
div.modalLook p a:hover, div.modalLook p a:focus, div.modalLook p a:active, .attraction-highlights li a:hover, #attraction-teleaddress-data a:hover,
#rightSidebar a:hover, #rightSidebar a:active, #rightSidebar a:focus { text-decoration: underline; }
div.modalLook p span { font-family: "Lato", sans-serif; width: 695px; float: right; display: inline-block; color: #7E7989; }
div.modalLookWithAd {min-height: 277px; padding-bottom: 0px;}

div.modalLook p.tSearch, 
div.modalLook p.tAttr, 
div.modalLook p.tHearth, 
div.modalLook p.tHotels { color: #16525E; margin-right: 13px; display: inline-block; width: 720px; }

div.modalLook.full-width .leftBox,
div.modalLook.full-width p.tSearch, 
div.modalLook.full-width p.tAttr, 
div.modalLook.full-width p.tHearth, 
div.modalLook.full-width p.tHotels { width: 1048px; }
div.modalLook.full-width p span { width: 1023px; }

div.modalLook p.tSearch:before { font-family: FontAwesome; content: "\f002"; }
div.modalLook p.tAttr:before { font-family: FontAwesome; content: "\f005"; }
div.modalLook p.tHearth:before { font-family: FontAwesome; content: "\f004"; }
div.modalLook p.tHotels:before { font-family: FontAwesome; content: "\f0f7"; }

div.modalLook .rightBox { width: 300px; float: right; border: 1px solid #dce0e2; background: #f4f6f8;}
div.modalLook .rightBoxNoBackground { width: 300px; position: absolute; right: 15px; border: none; background: none;}
div.modalLook .rightBox .titleBox { width: 300px; min-height: 21px; background: #19A0BF url(../images/high_bg.png) no-repeat center left; padding: 10px 0 8px; }
div.modalLook .rightBox .titleBox div, div.modalLook .rightBox .titleBox h2, div.modalLook .rightBox .titleBox h2 a { text-decoration: none; line-height: 1.2; margin: 0; text-align: center; font-family: "Lato", sans-serif; color: #fff;  font-size: 15px; text-transform: uppercase; font-weight: 400; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); filter: dropshadow(color=rgba(0,0,0,0.3), offx=1, offy=1); }
div.modalLook .rightBox .titleBox h2 a { display: inline-block; width: 210px; }
div.modalLook .rightBox .titleBox h2 a:hover, div.modalLook .rightBox .titleBox h2 a:focus, div.modalLook .rightBox .titleBox h2 a:active { text-decoration: underline; }
div.modalLook .rightBox .titleBox div { font-weight: normal; font-size: 12px; }
div.modalLook .rightBox > p { clear: both; margin: 0; padding: 5px 10px 10px; font-size: 14px; }
div.modalLook .rightBox > p img { float: left; margin: 5px 10px 5px 0; width: 100px; height: auto; }
div.modalLook .rightBox > #attraction-teleaddress-data { padding: 0 10px; margin-top: 7px; }
div.modalLook .rightBox > #attraction-teleaddress-data > i { color: #19A0BF; padding-right: 0; }
div.modalLook .rightBox > #attraction-teleaddress-data > span { display: block; width: 275px; float: right; margin-top: 3px; }

div.modalLook .rightBox ul { counter-reset: section; padding: 10px; list-style: none; margin: 0; font-family: "Lato", sans-serif; font-size: 13px; padding-top: 0;  margin-top: 15px;}
div.modalLook .rightBox ul li { margin: 5px 0; padding-left: 30px; }
div.modalLook .rightBox ul li:before { 
    font-family: "Lato", sans-serif;
    content: "#" counter(section); 
    counter-increment: section; 
    margin-left: -30px;
    border-radius: 2px; 
    color: #fff; 
    line-height: 20px; 
    text-align: center; 
    font-family: Arial, sans-serif; 
    font-size: 15px; 
    font-weight: bold; 
    color: #b1c850;
    margin-right: 14px;  
}
div.modalLook .rightBox ul li a { text-decoration: none; color: #139ebe;  }

div.modalLook .rightBox ul.show-description li {
    padding-left: 5px;
}
div.modalLook .rightBox ul.show-description li.description-item {
    font-size: 13px;
    color: #5c5c5c;
    font-family: "Lato",sans-serif;
    font-weight: normal;
}
div.modalLook .rightBox ul.show-description li:before {
    content: none;
}
div.modalLook.extra-padding {
    padding: 2em 4em;
}

#attraction-form h3 {
    margin-bottom: 0;
}
#attraction-form .row {
    margin: 0 0 15px;
}
#attraction-form label {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #7e7989;
    margin: 15px 0 3px;
    font-weight: bold;
}
#attraction-form input[type=text],
#attraction-form select,
#attraction-form textarea {
    width: 500px;
    border: 1px solid #222;
    color: #7e7989;
    background: #fff;
    padding: 2px 5px;
    box-sizing: border-box;
}
#attraction-form .errorMessage {
    font-size: 13px;
    color: red;
    margin-top: 2px;
    display: inline-block;
}
#attraction-form .error input[type=text],
#attraction-form .error select,
#attraction-form .error textarea {
    border: 1px solid red;
}
#attraction-form .success input[type=text],
#attraction-form .success select,
#attraction-form .success textarea {
    border: 1px solid green;
}
#attraction-form input[type=submit] {
    color: #fff;
    background: #228295;
    border: 1px solid #1b6a79;
    font-weight: bold;
    padding: 5px 10px;
}
#attraction-form textarea {
    height: 150px;
}
#attraction-form input[type=submit]:hover,
#attraction-form input[type=submit]:focus,
#attraction-form input[type=submit]:active {
    border: 1px solid #42a2b5;
}
#attraction-form .description-counter {
    width: 500px;
    text-align: right;
    font-size: 13px;
    color: #222;
}
#attraction-form .categories {
    width: 247px;
}
#attraction-form .errorSummary,
#attraction-form .errorSummary p {
    color: red;
}
#attraction-form .errorSummary p {
    font-weight: bold;
}
#attraction-form .errorSummary li {
    list-style-type: circle;
}
#attraction-form > .success {
    color: #1b6a79;
    margin: 10px 0;
    font-weight: bold;
}
#attraction-form .hours-set {
    width: 600px;
    padding: 12px;
}
#attraction-form .hours-set select {
    width: 150px;
}
#attraction-form .hours-set select.set-weekday {
    margin-right: 15px;
}
#attraction-form .hours-btn {
    background: #b1c850;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 0.9em;
    cursor: pointer;
}
#attraction-form .hours-added .hours-btn {
    background: #7e7989;
}
#attraction-form .hours-added {
    background: #d3d8db;
    width: 600px;
}
#attraction-form .hours-added.empty {
    display: none;
}
.clear {
    clear: both;
}

.images-list .image-preview {
    background-color: #eee;
    background-image: none;
    background-size: cover;
    background-position: center center;
    float: left;
    margin: 0 10px 35px 0;
    width: 180px;
    height: 180px;
    position: relative;
    cursor: pointer;
}
.images-list .image-preview .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    opacity: 0.8;
    height: 35px;
    width: 100px;
    margin: auto;
    line-height: 35px;
    background-color: #bdc3c7;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.images-list .image-preview input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 180px;
    cursor: pointer;
}
#attraction-form .images-list .image-preview .delete-image {
    position: absolute;
    bottom: -20px;
    width: 180px;
    text-align: center;
    color: red;
    font-size: 0.9em;
    font-weight: normal;
}

#attraction-form .typeahead.dropdown-menu,
#attraction-form .typeahead.dropdown-menu li {
    margin: 0;
}

#loading-overlay { display: none; z-index: 999999; position: absolute; top: 0; bottom: 0; left: 350px; right: 0; opacity: 0.8; background: #fff url(../images/spinner.gif) no-repeat center 300px; }

#leftSidebar { width: 320px; margin-right: 30px; }
#leftSidebar .box .title,  #rightSidebar .box .title { min-height: 34px; padding: 5px 20px; margin-bottom: 10px; }
#rightSidebar .box .title {height: 29px; min-height: initial}
#leftSidebar .box .title h3, #rightSidebar .box .title h3 { margin: 0; padding-top: 6px; min-height: 25px; font-family: "Lato", sans-serif; font-size: 15px; color: #fff; line-height: 21px; text-transform: uppercase; font-weight: 700; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); filter: dropshadow(color=rgba(0,0,0,0.3), offx=1, offy=1); }
#rightSidebar .box .title h3 {padding-top: 5px;}
#leftSidebar .box .title.tnd { margin-bottom: 0; }
#leftSidebar .box .title.tnd h3 { background: url(../images/flag.png) no-repeat 0 5px; padding-left: 35px; }
#leftSidebar .title.bg_titles.refSea h4 { font-weight: normal; margin: 0 0 5px 0; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-transform: uppercase; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); filter: dropshadow(color=rgba(0,0,0,0.3), offx=1, offy=1); }
#leftSidebar .title.bg_titles.refSea h4 a { color: #b1c850; text-decoration: none; font-family: "Lato", sans-serif; text-shadow: 1px 1px 1px rgba(254,254,254,0.3); filter: dropshadow(color=rgba(254,254,254,0.3), offx=1, offy=1); }
#leftSidebar .title.bg_titles.refSea h4 span.refSearch { font-weight: bold !important; }

#leftSidebar, #mainContentInside { float: left; }

#rightSidebar { font-family: "Lato", sans-serif; width: 320px; margin-left: 30px;}
#rightSidebar, #mainContentInside { float: right; }
#rightSidebar .box:nth-child(1) {
    margin-top: 19px;
}
/*#rightSidebar .box { padding-left: 8px; padding-top: 10px; margin-top: 19px; }*/
/*#rightSidebar .box  > div { margin-top: 10px; }*/
#rightSidebar .box .box-details { padding-left: 24px; padding-top:5px; padding-bottom: 5px; color: #16525e; }
#rightSidebar .box .fa { color: #4b4a4a; width: 21px; display: inline-block; }

#mainContentInside:after {  }

ul.sortMain { list-style: none; padding: 0; margin: 0; height: 36px; }
ul.sortMain li {
    cursor: pointer;
    border: 1px solid #d3d8db;
    border-left: 0;
    font-family: "Lato", sans-serif; font-size: 11px; line-height: 32px; text-align: center; text-transform: uppercase;
    width: 110px; height: 32px; margin: 0; padding: 0; float: left;
    display: inline-block;  background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */ 
}

/*ul.sortMain li:after, ul.sortMain li.desc:after { content:"\f063"; }*/
/*ul.sortMain li.asc:after { content:"\f062"; }*/
ul.sortMain li:after { font-family: FontAwesome; color: #bdc4cc; font-weight: 100; margin-left: 5px; font-size: 13px; }
ul.sortMain li.selected:after { font-family: FontAwesome; color: #fff; font-weight: 100; margin-left: 5px; font-size: 13px; }
ul.sortMain li:first-of-type { border-left: 1px solid #d3d8db; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
ul.sortMain li:last-of-type { border-top-right-radius: 5px; border-bottom-right-radius: 5px;  }
ul.sortMain li a { color: #89949B; text-decoration: none; display: inline-block;  }
ul.sortMain li:hover { 
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
ul.sortMain li.selected { text-shadow: 1px 1px 1px rgba(0,0,0,0.3); filter: dropshadow(color=rgba(0,0,0,0.3), offx=1, offy=1); color: #fff; background: #FF356A; border: none; margin: 0; border: none; height: 36px; margin-top: -1px; line-height: 36px; border-radius: 3px; }
ul.sortMain li.selected a { color: #fff; }

div.spacer { height: 1px; background: #d3d8db; margin: 20px 0; width: 100%; }

ul.filterMap { 
    list-style: none; margin: 15px auto; width: 300px; padding: 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}

ul.filterMap li a:hover, ul.filterMap li a:focus, ul.filterMap li a:active { text-decoration: none; }
ul.filterMap li a { display: block; }
ul.filterMap li { cursor: pointer; font-family: "Lato", sans-serif; font-size: 12px; color: #89949b; display: inline-block; float: left; border: 1px solid #d3d8db; width: 58px; height: 32px; line-height: 32px; text-align: center; border-left: none; -webkit-box-shadow:  0px 1px 0px 0px rgba(239, 239, 239, 1); box-shadow:  0px 1px 0px 0px rgba(239, 239, 239,  1); }
ul.filterMap li.selected { text-shadow: 1px 1px 1px rgba(0,0,0,0.3); filter: dropshadow(color=rgba(0,0,0,0.3), offx=1, offy=1); background: #139ebe; border: none; margin: 0; border: none; height: 36px; margin-top: -1px; line-height: 36px; border-radius: 3px; }
ul.filterMap li.selected a { color: #fff; }

ul.filterMap li:first-of-type { border-left: 1px solid #d3d8db; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
ul.filterMap li:last-of-type { border-top-right-radius: 3px; border-bottom-right-radius: 3px;  }
ul.filterMap li:hover { 
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
ul.filterMap li.selected:hover { background: #139ebe; }
div.categories h4 { font-family: "Lato", sans-serif; font-size: 12px; padding-left: 24px; font-weight: 700; color: #139EBE; text-transform: uppercase; margin: 20px 0 0; }

#categoriesSearch ul { list-style: none; padding-left: 20px; margin: 0; }
#categoriesSearch ul li { width: 277px; height: 23px; line-height: 23px; padding-left: 5px; border-radius: 3px; font-family: "Lato", sans-serif; font-size: 13px; color: #40505a; }
#categoriesSearch ul li:hover { background: rgba(19, 158, 190, 0.2); text-shadow: 1px 1px 1px #fff !important; filter: dropshadow(color=#fff, offx=1, offy=1) !important; }

ul.nearDests { list-style: none; padding: 0; margin: 0; width: 100%; counter-reset: section;}
ul.nearDests li { padding-left: 20px; min-height: 48px; line-height: 50px;  position: relative;  }
ul.nearDests.template-dests li { height: 68px; line-height: 70px; }
ul.nearDests li a { color: #6e7989; }
ul.nearDests li:before { content: counter(section); counter-increment: section; width: 20px; height: 20px; background: #40505a; display: inline-block; border-radius: 2px; color: #fff; line-height: 20px; text-align: center; font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; float: left; margin-top: 15px; margin-right: 12px;}
ul.nearDests.template-dests li:before { margin-top: 25px; }
ul.nearDests li:after { clear: both; }
ul.nearDests li:nth-child(odd) { background: #fff; }
ul.nearDests li:nth-child(even) { background: #f0f2f5; }
ul.nearDests li span a { font-family: "Lato", sans-serif; font-size: 15px; color: #6E7989; font-weight: 700; text-decoration: none; }
ul.nearDests li span a:hover, ul.nearDests li span a:focus, ul.nearDests li span a:active { text-decoration: underline; }
ul.nearDests.other-templates li span a { font-size: 13px; }
ul.nearDests.other-templates li span { padding: 12px 0 10px; display: inline-block; width: 255px; }
ul.nearDests.other-templates li { line-height: 25px; }

span.rightDest span.counter a { text-shadow: 1px 1px 1px #ffffff; filter: dropshadow(color=#ffffff, offx=, offy=1); font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #B1C850; display: block; position: absolute; right: 20px; top: 10px; line-height: 15px; width: 75px; text-align: center; }
span.rightDest span.ttd, a.ttd { text-align: center; width: 85px; font-weight: normal !important; text-shadow: 1px 1px 1px #ffffff; filter: dropshadow(color=#ffffff, offx=, offy=1);font-family: "Lato", sans-serif; font-size: 9px !important; color: #bbc2cb !important; text-transform: uppercase; display: block; position: absolute; right: 15px; bottom: 8px; line-height: 15px; }

div.showingPan { position: absolute; right: 0; top: 0; }
div.showingPan p { margin: 0; font-family: Arial; font-size: 11px; color: #89949b; text-transform: uppercase; line-height: 36px; }

.CityBox { -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.12); box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.12); position: relative; overflow:hidden; margin-top: 19px; width: 738px; border: 1px solid #C6E4EB; background: #FFF; padding: 10px 0 10px 10px; }
.CityBox.addv { height: 90px; padding: 10px; width: 728px; }
div.imageBox .fa {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 15px;
    padding-right: 5px;
}
.CityBox.promoted-listing { border: 1px solid #ff356a; }
div.imageBox { position: relative; width: 180px; float:left; }
div.imageBox div.counter { position: absolute; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); filter: dropshadow(color=rgba(0,0,0,0.3), offx=, offy=1);  top: 0; left: 0; width: 32px; height: 32px; color: #fff; background: #ff356a; font-family: "Lato", sans-serif; font-size: 16px; text-align: center; line-height: 32px;}
div.imageBox div.bottomImage { font-family: "Lato", sans-serif; font-size: 11px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); text-transform: uppercase; padding-left: 10px; line-height: 36px; color: #fff; position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,0.3); width: 170px; height: 36px; }
span.pinImage { margin-right: 5px; margin-bottom: -4px; display: inline-block; background: url(../images/photoPin.png) no-repeat 0 0; width: 16px; height: 17px; }
div.imageBox .image-box-inside { display: block; width: 180px; height: 180px; background-size: cover; background-position: center center; }

div.innerBoxPlace { float: left; width: 385px; margin-left: 22px; }
div.innerBoxPlace h3, div.innerBoxPlace h3 a { text-decoration: none; margin: 0; color: #228295; font-family: "Lato", sans-serif; font-size: 20px; font-weight: 700; }
div.innerBoxPlace h3 a:hover, div.innerBoxPlace h3 a:focus, div.innerBoxPlace h3 a:active { text-decoration: underline; }
/*div.innerBoxPlace div.address:before { margin-bottom: -4px; margin-right: 8px; content: " "; display: inline-block; width: 12px; height: 18px; }*/
div.innerBoxPlace div.address { background: url(../images/place.png) no-repeat 2px 2px; padding-left: 21px; min-height: 18px; line-height: 18px; margin: 10px 0; color: #5c5c5c; font-size: 12px; font-family: "Lato", sans-serif; }
div.innerBoxPlace div.address a { color: #5c5c5c; text-decoration: none; }
div.innerBoxPlace div.address a:hover { text-decoration: underline; }
div.innerBoxPlace div.tags, div.innerBoxPlace div.tags a { color: #139ebe; font-size: 11px; font-family: "Lato", sans-serif; text-transform: uppercase; text-decoration: none; }
div.innerBoxPlace div.tags { padding-left: 15px;  height: 14px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; width: 374px;}

div.innerBoxPlace .promoted { position: absolute; top: 10px; right: 130px; color: #5C5C5C; font-size: 12px }
/*div.innerBoxPlace span.quoteContent:before { content: " "; width: 9px; height: 50px; background: url(../images/quote.png) no-repeat 0 2px; display: inline-block; float: left; margin-right: 12px; }*/
div.innerBoxPlace span.quoteContent { background: url(../images/quote.png) no-repeat 0 2px; padding-left: 15px; display: block; color: #5C5C5C; font-size: 13px; margin-top: 20px; font-family: "Lato", sans-serif; line-height: 20px; }
div.innerBoxPlace span.quoteContent a { text-decoration: none; color: #a3a3a3; font-weight: bold; }
div.innerBoxPlace span.quoteContent a:hover, div.innerBoxPlace span.quoteContent a:active, div.innerBoxPlace span.quoteContent a:focus { text-decoration: underline; }

.modalLook .quoteContent { text-align: justify; font-size: 13px; width: 100%; color: black; }

.CityBox.groupon-box div.innerBoxPlace span.quoteContent { background: none; padding-left: 0; }
.CityBox.groupon-box div.innerBoxPlace span.quoteContent a { font-weight: normal; color: #5C5C5C }
.CityBox.groupon-box div.innerBoxPlace div.tags { padding-left: 0; }

div.innerBoxPlace div.groupon-deal { background: url(../images/groupon-deal.png) no-repeat 0 1px; padding-left: 21px; min-height: 18px; line-height: 18px; margin: 10px 0; }
div.innerBoxPlace div.groupon-deal a { font-weight: bold; color: #b1c850; font-size: 13px; text-decoration: none; }

div.rightInner { border-left: 1px solid #C6E4EB; position: absolute; right: 0; top: 0; width: 120px; height: 100%; background: #f7fcfc; }
div.rightInner h4 { margin: 0; color: #fff; text-align: center; font-family: "Lato", sans-serif; font-size: 11px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); height: 26px; line-height: 26px; text-transform: uppercase;}
div.rightInner span.perVotes, .votes-section .votesSummary span.perVotes, div.rightInner span.perVotes > a { padding: 0 5px 0 0; text-shadow: 1px 1px 1px #fff; display: block; height: auto; line-height: 35px; color: #b1c850; font-size: 36px; font-family: "Lato", sans-serif; font-weight: 700; text-align: center; text-decoration: none; }
div.rightInner span.perVotes > span { position: absolute; display: inline-block; font-size: 20px; margin-top: -5px; }

div.rightInner .votesContainer { display: table; width: 100%; height: 100%; padding-bottom: 26px; }
div.rightInner .votesContainer .votesBox { display: table-cell; vertical-align: middle; }

div.rightInner div.votesButton { width:81px; margin: 0 auto; }

div.rightInner div.votesButton a.button.positiveVote, 
div.rightInner div.votesButton a.button.negativeVote { width: 40px; height: 32px; padding: 0; text-indent: -9999px;  display: inline-block; border-radius: 0;  }

div.rightInner div.votesButton a.button.positiveVote:before { margin-top: 8px; margin-left: 12px; display: block; text-indent: -9999px;  content: " "; background: url(../images/vote.png) no-repeat 0 0; width: 15px; height: 15px; }
div.rightInner div.votesButton a.button.positiveVote { margin-right: 1px; background-color: #B1C850; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }

div.rightInner div.votesButton a.button.negativeVote:before { margin-top: 8px; margin-left: 12px; display: block; text-indent: -9999px;  content: " "; background: url(../images/vote.png) no-repeat -15px 0; width: 15px; height: 15px; }
div.rightInner div.votesButton a.button.negativeVote { background-color: #c4ccd8; border-bottom: 2px solid #b0b0b0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
div.rightInner div.votesButton a.button.negativeVote:hover { border-bottom: 2px solid #c4ccd8; }

div.rightInner span.voteCounter,
.votes-section .votesSummary span.voteCounter,
div.rightInner span.reviewsCounter { text-shadow: 1px 1px 1px #fff; display: block; font-family: Arial; font-size: 11px; color: #BBC2CB; text-align: center; text-transform: uppercase; }
div.rightInner .messageVote { display: none; font-family: "Lato", sans-serif; color: #FF356A; text-align: center; font-size: 15px; }
div.rightInner span.reviewsCounter a { color: #139ebe; }

div.paginate ul.yiiPager { list-style: none; margin: 30px 0 0 0 ; padding: 0; }
div.paginate ul.yiiPager li { -webkit-box-shadow: 0px 1px 0px 0px rgba(239, 239, 239, 1); box-shadow: 0px 1px 0px 0px rgba(239, 239, 239, 1); color: #89949B; border: 1px solid #C6E4EB; text-align: center; display: inline-block; float: left; width: 32px; height: 32px; background: #fff; line-height: 32px; font-family: "Lato", sans-serif; font-size: 13px;  }
div.paginate ul.yiiPager li a { text-decoration: none; color: #89949B; display: block; }

div.paginate ul.yiiPager li.previous a:before { width: 100%; height: 32px; content: "\f104"; font-family: FontAwesome; color: #89949B; display: inline-block;}
div.paginate ul.yiiPager li.previous a { content: " "; display: block; ; width: 100%; height: 32px;}
div.paginate ul.yiiPager li.previous { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }

div.paginate ul.yiiPager li.next a:before { width: 100%; height: 32px; content: "\f105"; font-family: FontAwesome; color: #89949B; display: inline-block;}
div.paginate ul.yiiPager li.next a { content: " "; display: block; ; width: 100%; height: 32px;}
div.paginate ul.yiiPager li.next { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }

div.paginate ul.yiiPager li.selected { height: 38px; width: 36px; background: #139ebe; margin-top: -2px; border: 0; border-radius: 4px; line-height: 38px; }
div.paginate ul.yiiPager li.selected a { color: #fff; font-size: 12px; font-weight: 700; font-family: "Lato", sans-serif; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); }

div.paginate ul.yiiPager li a:hover { background: #ededed; /* Old browsers */
                                      background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
                                      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
                                      background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
                                      background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
                                      background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
                                      background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
                                      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

div.paginate ul.yiiPager li.selected:hover { background: #139ebe; }

div.summary { float: right; height: 34px; }
div.summary p { margin: 0; line-height: 34px; font-family: Arial; font-size: 11px ;color: #89949b; text-transform: uppercase; text-shadow: #fff; }
div.summary p span.showSummary, div.summary p span.totalSummary, div.summary p span.citySummary { font-weight: bold; }

div.summary-bottom p { text-align: center; margin: 20px 0 0; line-height: 21px; font-family: Arial; font-size: 11px ;color: #89949b; text-transform: uppercase; text-shadow: #fff; }
div.summary-bottom p a { color: #89949b; }

/*** HOTEL PAGES ***/
.hotel-page div.rightInner {
    text-align: center;
    width: 95px;
}
.hotel-page div.rightInner h4 {
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    height: 28px;
    line-height: 28px;
}
.hotel-page div.rightInner .low-rate-box {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    color: #2A6880;
    font-weight: bold;
    margin: 60px 0 5px;
}
.hotel-page div.rightInner .low-rate-box .low-rate-value {
    font-size: 15px;
}
.hotel-page div.rightInner a {
    color: #fff;
    background: #B2C938;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
    display: inline-block;
    padding: 0 5px;
}
.hotel-page div.rightInner a:hover,
.hotel-page div.rightInner a:focus,
.hotel-page div.rightInner a:active {
    text-decoration: underline;
}
.hotel-page div.innerBoxPlace {
    width: 415px;
}
.hotel-page div.modalLook .rightBox ul li:before {
    content: none;
}
.hotel-page div.modalLook .rightBox ul li {
    padding-left: 15px;
    margin: 7px 0;
}
.hotel-page div.modalLook .rightBox ul li span {
    color: #788717;
    font-weight: bold;
}
.hotel-page div.innerBoxPlace h3, div.innerBoxPlace h3 a {
    font-size: 19px;
}
.hotel-page div.innerBoxPlace div.tags:empty {
    display: none;
}
.hotel-page .starRatingsList .hotel-stars-box {
    display: inline-block;
}
.hotel-page .hotel-stars-box > * {
    margin: 0 2px;
}
.hotel-page div.innerBoxPlace span.quoteContent {
    margin-top: 10px;
}
.hotel-page #price-range-filter #price-container {
    font-size: 12px;
    color: #616161;
    width: 200px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}
.hotel-page #price-range-filter #min-price {
    display: inline-block;
    margin: 0 0 10px 4px;
    float: left;
}
.hotel-page #price-range-filter #to-price {
    display: inline-block;
    width: 24px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}
.hotel-page #price-range-filter #max-price {
    display: inline-block;
    margin: 0 -15px 10px 0;
    float: right;
}
.hotel-page #price-range-filter #price-range {
    clear: both;
}
.hotel-page #price-range .ui-widget-header {
    background: #b5cb5a;
}
.hotel-page #price-range {
    width: 183px;
    height: 10px;
    /*border-top: none;*/
    border: solid 1px #c4c8c0;
    background: #ababab;
    border-radius: 0;
    margin-left: 14px;
}
.hotel-page #price-range .ui-slider-handle {
    width: 14px;
    height: 14px;
    margin-top: -1px;
    
    border: solid 4px #434345;
    border-radius: 22px;
    
    background: #fff;
}
.hotel-page #price-range-filter {
    padding-left: 20px;
}


#footer { height: 50px; background: url(../images/footerBg.png) repeat-x; margin-top: 50px; }
#footer .leftFooter { float: left; font-family: Arial; font-size: 12px; font-weight: bold; margin-right: 5px; }
#footer .rightFooter { float: right; margin-left: 30px; }
#footer p { margin: 0; line-height: 50px; color: #fff; }
#footer ul { float: right; list-style: none; margin: 0; padding: 0; }
#footer ul li { display: inline-block; margin: 0 15px; line-height: 50px; }
#footer ul li a { font-family: "Lato", sans-serif; font-size: 11px; color: #fff; text-decoration: none; text-transform: uppercase; }

.home #footer { background: #121212; margin-top: 0; }
.home #footer ul li { margin-right: 0; color: #fff; }
.home #footer ul li a { margin-right: 10px; }
.home #footer ul li, .home #footer ul li a, .home #footer p { color: #EFEFEF; font-size: 13px; font-family: 'ProximaNova', Arial, sans-serif; font-weight: normal; text-transform: none; }
.home #footer ul li a:hover, .home #footer ul li a:active, .home #footer ul li a:focus { color: #FF356A; }
.home #footer ul li:after { content: "|"; }
.home #footer ul li:last-child:after { content: ""; }

.home #footer-top { background: #16525E; border-top: 2px solid #707070; padding: 60px 0 35px; }
.home #footer-top .content { width: auto; max-width: 928px; text-align: center; overflow: hidden; }
.home #footer-top .content > div { width: 110%; margin-left: -5%; }
.home #footer-top .footer-widget { display: inline-block; width: 180px; margin: 0 28px 30px; text-align: left; }
.home #footer-top .footer-widget h3 { color: #FF356A; margin-top: 0; font-size: 16px; font-family: 'ProximaNova-bold', Arial, sans-serif; font-weight: normal; }
.home #footer-top .footer-widget ul { padding: 0 0 0 10px; margin: 0; list-style-type: none; }
.home #footer-top .footer-widget ul li:before { content: "›"; }
.home #footer-top .footer-widget ul li { color: #fff; line-height: 1.7; font-size: 14px; font-family: 'ProximaNova', Arial, sans-serif; font-weight: normal; }
.home #footer-top .footer-widget a { color: #fff; text-decoration: none; padding: 0 0 0 10px; }
.home #footer-top .footer-widget a:hover, .home #footer-top .footer-widget a:focus, .home #footer-top .footer-widget a:active { color: #FF356A; }

.home .featured-area { width: auto; max-width: 690px; margin: 0 auto; text-align: center; overflow: hidden; }
.home .featured-area h2 { color: #228295; text-align: center; line-height: 0.95; font-size: 33px; font-family: 'ProximaNova-bold', Arial, sans-serif; font-weight: normal; }
.home .featured-area > div { width: 110%; margin-left: -5%; }
.home .featured-area .featured-box { display: inline-block; width: 180px; margin: 0 35px 30px; text-align: center; vertical-align: top; }
.home .featured-area .featured-box h3 { margin: 20px 0 15px; color: #228295; text-transform: uppercase; font-size: 14px; font-family: 'ProximaNova-bold', Arial, sans-serif; font-weight: normal; }
.home .featured-area .featured-box p { color: #000; font-size: 14px; font-family: 'ProximaNova', Arial, sans-serif; font-weight: normal; }

.home .search-form { position: absolute; top: 115px; left: 50%; margin-left: -336px; width: 615px; padding: 21px 25px 40px; border: 2px solid #228295; background: rgba(0,0,0,0.8) }
.home .search-form { border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.home .search-form h1 { color: #fff; margin: 0 0 21px; line-height: 39px; font-size: 39px; font-family: 'ProximaNova-semibold', Arial, sans-serif; font-weight: normal; }
.home .search-form .allcities-link { width: 116px; height: 27px; line-height: 27px; display: block; position: absolute; bottom: -2px; left: 50%; margin-left: -58px; color: #fff; background: #228295; text-align: center; font-size: 14px; font-family: 'ProximaNova-light', Arial, sans-serif; font-weight: normal; text-decoration: none; }
.home .search-form .allcities-link { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.home .search-form .allcities-link:hover, .home .search-form .allcities-link:focus, .home .search-form .allcities-link:active { text-decoration: underline; }
.home .search-form label { color: #fff; font-size: 16px; font-family: 'ProximaNova-semibold', Arial, sans-serif; font-weight: normal; }
.home .search-form label.left { float: left; }
.home .search-form label.right { float: right; }
.home .search-form label.center { display: inline-block; margin: 0 auto; }
.home .search-form .placeForm { width: 300px; float: left; }
.home .search-form .placeForm div { text-align: center; }

input#cityFormInput {font-weight: normal; border: 1px solid #A7A6A6; padding: 12px 14px; width: 270px; margin-bottom: 5px; position: inherit; left: 0px; top: 4px; }
input#cityFormInput::-webkit-input-placeholder { color:#7C818B; font-size: 17px; font-family: 'ProximaNova-semibold', Arial, sans-serif; font-weight: normal; position: inherit; left: 0; top: 4px;  }
input#cityFormInput::-moz-placeholder { color:#7C818B; font-size: 17px; font-family: 'ProximaNova-semibold', Arial, sans-serif; font-weight: normal;  position: inherit; left: 0; top: 4px;  } /* firefox 19+ */
input#cityFormInput:-ms-input-placeholder { color:#7C818B; font-size: 17px; font-family: 'ProximaNova-semibold', Arial, sans-serif; font-weight: normal;  position: inherit; left: 0; top: 4px; } /* ie */
input#cityFormInput:-moz-placeholder { color:#7C818B; font-size: 17px; font-family: 'ProximaNova-semibold', Arial, sans-serif; font-weight: normal; position: inherit; left: 0px; top: 4px; }
input#cityFormInput:focus, .home .search-form input#cityFormInput:active, .home .search-form select:focus, .home .search-form select:active { border-color: #FF356A; }

.dk-select { box-shadow: none; color:#7C818B; width: 165px; height: 44px; top: auto; left: auto; float: left; margin-left: 20px; border: 1px solid #A7A6A6; border-radius: 0; margin-bottom: 0; }
.dk-select + select { display: none; }
.dk-select .dk-selected { box-shadow: none; height: 42px; line-height: 44px; background-color: white !important; background-position: 145px center; border-radius: 0; }
.dk-select .dk-selected { color:#7C818B !important; font-size: 17px !important; font-family: 'ProximaNova-semibold', Arial, sans-serif; font-weight: normal; }
.dk-select .dk-select-options { padding: 5px 0; background: #fff; margin-top: 3px; border-radius: 0; border: 1px solid #FF356A; border-top: none; }
.dk-select .dk-select-options li { font-size: 16px; font-family: sans-serif; border: none; }
.dk-select .dk-select-options .dk-option-selected { background: none; color: #333333 !important; }
.dk-select .dk-select-options li:hover { background: #FF356A; color: #fff !important; }
.dk-select .dk-select-options li:first-child { display: none; }

.dk-select .dk-selected { background-image: url('images/arrows.png'); background-repeat: no-repeat; background-position: 220px center; color:#6e7989; font-size: 13px; font-family: 'ProximaNova-semibold', Arial, sans-serif; font-weight: normal; padding: 0 12px; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.dk-select:hover { border-color: #8c8c8c; }

#header #headerNav #search-box { width: 480px; }
#header #headerNav #search-box input[type=text] { position: relative; float: left; }
#header #headerNav #search-box .dk-select { margin: 4px 0 0 10px; width: 230px; height: 32px; border: 0 none; }
#header #headerNav #search-box .dk-select .dk-selected { height: 32px; line-height: 32px; text-transform: none; border-radius: 3px; font-size: 14px !important; }
#header #headerNav #search-box .dk-select .dk-select-options { margin-top: 1px; text-transform: none; }
#header #headerNav #search-box .dk-select .dk-select-options li { font-size: 14px; }

.home .search-form input[type=submit] { font-family: 'Lato'; font-weight: bold; font-size: 23px; float: right; width: 110px; height: 47px; }
.home .search-form input[type=submit]:hover, .home .search-form input[type=submit]:active, .home .search-form input[type=submit]:focus { background: #A3B749; border-bottom: 2px solid #B0C44E; }
.search-form .dk_container.dk_open .dk_options_inner li:first-child { display: none; }

.home .dropdown-menu { width: 298px; margin-top: -2px; border-left: 1px solid #FF356A; border-bottom: 1px solid #FF356A; border-right: 1px solid #FF356A; }
.home .dropdown-menu { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.home .dropdown-menu a { color: #666; }
.home .dropdown-menu > .active > a, .home .dropdown-menu > .active > a:hover, .home .dropdown-menu > .active > a:focus { background: #FF356A; color: #fff; }

.home #mainContent { display: inline-block; width: 100%; }
.home #slider { position: relative; display: inline-block; width: 100%; }
.home #slider .slide-text { background: rgba(255,53,106,0.8); color: #fff; position: absolute; bottom: 10%; right: 10%; padding: 5px 10px; font-size: 14px; font-family: 'ProximaNova-light', Arial, sans-serif; font-weight: normal; }
.home #slider .slide-text a { color: #fff; }
.home #slideshow { height: 556px; border-bottom: 2px solid #707070; }

div.box { background: #fff; border: 1px solid #c6e4eb; padding-bottom: 10px; margin-bottom: 18px; -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.12); box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.12); }
div.box .infobox { width: 300px; margin: 0 auto; text-align: center; }
div.box .infobox p { color: #7E7989; font-family: "Lato",sans-serif; font-size: 14px; }
div.box .infobox p a { color: #228295; text-decoration: none; }
div.box .infobox p a:hover, div.box .infobox p a:active, div.box .infobox p a:focus { text-decoration: underline; }

#mainContentInside { width: 750px; position: relative; }
#mainContentInside .modalLook h2 { margin-bottom: 10px; }
.bg_titles { background: #1aa1c0; /* Old browsers */ background: -moz-linear-gradient(top,  #1aa1c0 0%, #139ab9 100%); /* FF3.6+ */
             background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1aa1c0), color-stop(100%,#139ab9)); /* Chrome,Safari4+ */
             background: -webkit-linear-gradient(top,  #1aa1c0 0%,#139ab9 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #1aa1c0 0%,#139ab9 100%); /* Opera 11.10+ */
             background: -ms-linear-gradient(top,  #1aa1c0 0%,#139ab9 100%); /* IE10+ */ background: linear-gradient(to bottom,  #1aa1c0 0%,#139ab9 100%); /* W3C */
             filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa1c0', endColorstr='#139ab9',GradientType=0 ); /* IE6-9 */
}

::-webkit-input-placeholder { color:#6e7989; font-size: 13px; font-family: 'Lato', sans-serif; padding-top: 15px; }
::-moz-placeholder { color:#6e7989; font-size: 13px; font-family: 'Lato', sans-serif; } /* firefox 19+ */
:-ms-input-placeholder { color:#6e7989; font-size: 13px; font-family: 'Lato', sans-serif; } /* ie */
input:-moz-placeholder { color:#6e7989; font-size: 13px; font-family: 'Lato', sans-serif; }

#header .button.header {background: url(../images/go.png) no-repeat 48px 10px; background-color: #b1c850; padding-right: 30px; padding-left: 18px; top: 4px;
    position: inherit;
    left: 488px; }
#header .header:after {  width: 7px; height: 12px; }
.content { width: 1100px; margin: 0 auto; position: relative; padding: 1px 0; }
.button { border: 0; color: #fff; border-bottom: 2px solid #97af37; background: #b1c850; height: 32px; padding: 7px 10px; border-radius: 3px; }
.button:hover { border-bottom: 2px solid #b1c850; background: #b1c850; }
div.c { clear: both; width: 0px; height: 0px; }

/* ########################################################################### */

.dk_options .disabled a { color: #aaa; }
.dk_options .disabled:hover a { cursor: default; background-color: #fff; border-bottom-color: #999; text-shadow: none; }

/***** Begin Theme, feel free to edit in here! ******/

/* One container to bind them... */
.dk_container { background-color: #fff; font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; line-height: 14px; margin-bottom: 18px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.dk_container:focus { outline: 0; }
.dk_container a { cursor: pointer; text-decoration: none; }

/* Opens the dropdown and holds the menu label */
.dk_toggle { background-image: url('../images/arrows.png'); background-repeat: no-repeat; background-position: 220px center; height: 32px; width: 216px !important; color:#6e7989 !important; text-shadow: none !important; text-transform: initial !important; font-size: 13px !important; font-family: 'Lato', sans-serif; font-weight: normal; line-height: 32px; padding: 0 12px; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.dk_toggle:hover { border-color: #8c8c8c; }
/* Applied when the dropdown is focused */
.dk_focus .dk_toggle { border-color: #40b5e2; }
.dk_focus .dk_toggle { box-shadow: 0 0 5px #40b5e2; -moz-box-shadow: 0 0 5px #40b5e2; -webkit-box-shadow: 0 0 5px #40b5e2; }

/* Applied whenever the dropdown is open */
.dk_open { box-shadow: 0 0 5px #40b5e2; -moz-box-shadow: 0 0 5px #40b5e2; -webkit-box-shadow: 0 0 5px #40b5e2; z-index: 10; }
.dk_open .dk_toggle { background-color: #ececec; border-color: #8c8c8c; color: #ccc; box-shadow: inset 0 -2px 5px #ccc; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
.dk_options a {color:rgb(51, 51, 51) !important; ; text-shadow: none !important; background-color: #fff; border-bottom: 1px solid #999; font-weight: bold; padding: 8px 10px; font-family: "Lato" sans-serif; }
.dk_options li:last-child a { border-bottom: none; }
.dk_options a:hover, .dk_option_current a { background-color: #228295; border-bottom-color: #16525e; color: #fff !important; text-decoration: none; text-shadow: rgba(0, 0, 0, .5) 0 1px 0; }
.dk_options .disabled { cursor: default; }
.dk_options .disabled:hover { cursor: default; background-color: #fff; border-bottom-color: #999; text-shadow: none; }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner { border: 1px solid #8c8c8e; border-bottom-width: 2px; border-bottom-color: #999; color: #333; max-height: 250px; text-shadow: #fff 0 1px 0; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; list-style: none; padding-left: 0; }

/* Set a max-height on the options inner */
.dk_options_inner, .dk_touch .dk_options { max-height: 250px; }

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container { position: relative; left: 244px; top: 4px; }
.dk_container a { outline: 0; }
.dk_toggle { display: -moz-inline-stack; display: inline-block; *display: inline; position: relative; zoom: 1; }
.dk_open { position: relative; }
.dk_open .dk_options { display: block; }
.dk_open .dk_label { color: inherit; }
.dk_options { display: none; margin-top: -1px; position: absolute; right: 0; width: 100% }
.dk_options a, .dk_options a:link, .dk_options a:visited { display: block; }
.dk_options_inner { overflow: auto; -webkit-overflow-scrolling:touch; position: relative; overflow-x: hidden; }
.dk_options_inner li a { width: 100% !important; margin-right: 0px !important; text-transform: none !important;}
.dk_fouc select { position: relative; top: -99999em; visibility: hidden; }

/***** End Critical to the continued enjoyment of working dropdowns ******/

/* Nice looking checkboxes */
input[type=checkbox].css-checkbox { position: absolute;  overflow: hidden;  clip: rect(0 0 0 0);  height:1px;  width:1px;  margin:-1px;  padding:0; border:0; }  
input[type=checkbox].css-checkbox + label.css-label {  width: 252px; padding-left:25px; height:18px;  display:inline-block; line-height:15px; background-repeat:no-repeat; background-position: 0 0; font-size:13px; vertical-align:middle; cursor:pointer; }  
input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -18px; font-weight: bold; }  
.css-label{ background-image:url(../images/checkbox.png); margin: 0; }

/*** TYPEAHEAD ***/
.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a, #dk_container_themeFormInput .dk_options_inner a {
    text-transform: none !important;
    display: block !important;
    margin-right: 0px !important;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333 !important;
    white-space: nowrap;
    text-decoration: none;
    text-shadow: none !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
    *z-index: 1000;
}

.open > .dropdown-menu {
    display: block;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}

.typeahead {
    width: 240px;
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.third-column {
    width:32%;
    float: left;
    margin-right: 2%;
}
.third-column:last-child {
    margin-right: 0;
}
.third-column h2 {
    margin-top: 0;
}
.third-column h2 a {
    color: #B1C850;
    font-family: "Lato",sans-serif;
}

.all-cities ul {
    margin: 25px 25px;
    padding: 0;
}

.all-cities h2 + ul {
    margin: 0px 25px;

}
.all-cities ul li {
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
}
.all-cities ul li p {
    margin: 3px 0;
}

.all-cities a span {
    float: none !important;
    display: inline !important;
    color: inherit !important;
}

.all-cities .modalLook h2 {
    margin: 30px 25px 20px 25px;
}

.all-cities .third-column .modalLook {
    padding: 0px;
}

.all-cities .third-column .modalLook a.view-all-cities-in-state {
    background-color: #f0f2f5;
    display: block;
    text-align: center;
    color: #228295;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
    margin-top: 20px;
    text-decoration: none;
}

.all-cities .third-column .modalLook a.view-all-landmarks-in-state {
    background-color: #f0f2f5;
    display: block;
    text-align: center;
    color: #228295;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
    text-decoration: none;
}

.imageBox > img {
    height: 180px;
    width: 180px;
}

#search-box .error-message {
    clear: both;
    color: #FF356A;
    font-weight: bold;
}

.ad-center {
    margin: 19px auto 0;
}
.adSidebar {
    margin: 0 auto 18px;
}

div.tags a:hover {text-decoration: underline !important}

.modalLook .fa {
    color: #16525e;
}

.title-section {
    float: left;
    width: 380px;
    margin-bottom: 15px;
}
.votes-section {
    float: left;
    width: 250px;
    height: 120px;
    border: 1px solid lightgray;
    margin: 0 0 15px 20px;
}
.votes-section > * {
    width: 125px;
    float: left;
}
.votes-section .votesSummary span {
    display: block;
    text-align: center;
}
.votes-section .votesSummary span.perVotes {
    line-height: 30px;
    height: 30px;
    padding: 15px 0;
}
.votes-section .votesSummary span.voteCounter {
    padding: 10px 0;
}
.votes-section .votesButton {
    width: 124px;
    border-left: 1px solid lightgray;
}
.votes-button.button {
    font-size: 15px;
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    padding: 7px 10px 7px 35px;
    border: 0 none;
    margin: 1px 0 0;
    color: #000;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
    text-decoration: none;
}
.button.positiveVote {
    background: url(../images/reviews/review-positive.png) no-repeat 6px 0;
}
.button.neutralVote {
    background: url(../images/reviews/review-neutral.png) no-repeat 6px 0;
}
.button.negativeVote {
    background: url(../images/reviews/review-negative.png) no-repeat 6px 0;
    border-bottom: 0 none;
}
.votes-button.button:hover,
.votes-button.button:active,
.votes-button.button:focus,
.votes-button.button.active {
    background-position: 6px -38px;
}
.votes-section .errors { font-family: "Lato", sans-serif; color: #FF356A; text-align: center; font-size: 15px; float: none; width: auto; padding-top: 5px; clear: both; }

.info-section, .hours-section {
    float: left;
}
.info-section {
    width: 62%;
    margin-right: 3%;
}
.hours-section {
    width: 35%;
}
.hours-set option:disabled {
    color: #bbb;
}
table.hours {
    width: 100%;
    font-size: 13px;
}
table.hours th {
    width: 45%;
    text-align: left;
    vertical-align: top;
}

.review-button {
    height: auto;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 10px;
}
.review-entry {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    clear: both;
}
.review-left {
    float: left;
    width: 40px;
    margin-right: 20px;
    text-align: center;
}
.review-right {
    float: left;
    width: 598px;
}
.review-photo {
    width: 40px;
    height: 40px;
}
.review-entry .votes-button {
    padding: 0;
    border-bottom: 0 none;
    height: 38px;
    width: 24px;
}
.review-entry .review-content {
    margin-top: 10px;
    color: #000;
    font-size: 13px;
}
.review-entry .review-header {
    font-size: 13px;
    color: #7e7989;
}
.review-entry .review-header .review-author {
    font-weight: bold;
}
.review-entry .review-header .review-date {
    font-style: italic;
}
.review-entry .votes-button.button.active {
    background-position: 0 -38px;
}
.review-form {
    margin: 15px 0 0;
}
.review-form .review-group {
    clear: both;
    margin-bottom: 10px;
}
.review-form label {
    float: left;
    width: 150px;
    text-transform: uppercase;
    color: #b1c850;
    font-weight: bold;
}
.review-form .review-value {
    float: left;
    width: 548px;
}
.review-form .votes-button.button {
    border-bottom: 0 none;
}
.review-form textarea {
    resize: none;
    width: 548px;
    height: 100px;
}
.review-form .review-counter {
    color: #7e7989;
    font-size: 13px;
}
.review-form .review-counter.pink {
    color: #FF356A;
}
.review-form .review-counter.good {
    color: #97af37;
}
.review-form .review-submit {
    height: auto;
    text-decoration: none;
}
.review-form p.error {
    color: #FF356A;
    margin: 0 20px 0 0;
    line-height: 38px;
}

#attraction-gallery {
    margin-top: 15px;
    border: 1px solid lightgray;
    width: 650px;
    clear: both;
}

#attraction-gallery #main-frame img.current {
    display: inline-block;
    margin: 0px auto;
    opacity: 1;
}

#attraction-gallery #main-frame img {
    display: none;
    opacity: 0;
    width: 500px;
    height: 375px;
    background-repeat: no-repeat;
    background-position: center;
}

#attraction-gallery #main-frame {
    display: block;
    height: 375px;
    width: 500px;
    padding: 10px;
    float: left;
    text-align: center;
    overflow: hidden;
}

#attraction-gallery #thumbnails {
    float: right;
    width: 109px;
    height: 375px;
    padding: 10px 9px;
    margin-top: 0;
    padding-right: 10px;
    border-left: 1px solid #d3d3d3;
}

#attraction-gallery #thumbnails div {
    -webkit-transition: border 1s;
    -moz-transition: border 1s;
    -ms-transition: border 1s;
    -o-transition: border 1s;
    transition: border 1s;
    will-change: border;
    cursor: pointer;
    width: 110px;
    height: 86px;
    margin: 0 0 10px;
    overflow: hidden;
}

#attraction-gallery #thumbnails span {
    height: 86px;
    margin: 0 auto;
    width: 110px;
    display: table;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#attraction-gallery #thumbnails div:hover,
#attraction-gallery #thumbnails div.active {
    outline: 1px solid #1aa1c0;
}

.recommendation-box .recommendation-item:nth-child(1n+2) {
    margin-left: 5px;
}

h4.recommendation-label {
    text-transform: uppercase !important;
    font-size: 15px;
    color: #5f90a4;
    margin: 20px 0 20px;
}

.recommendation-box .imageBox img {
    width: 170px;
    height: 170px;
}

.recommendation-box .recommendation-item b {
    font-size: 15px;
}
.recommendation-box .recommendation-item {
    float: left;
    text-align: left;
}

.recommendation-box {
    display: table;
}

.recommendation-box .imageBox {
     width: 170px !important;
     overflow: hidden;
 }
.recommendation-box .imageBox .bottomImage span.distance {
    padding-right: 5px;
    font-size: 10px;
    text-transform: none !important;
}
.recommendation-box .imageBox .bottomImage {
    top: 0px !important;
    width: 42px !important;
    text-align: right;
    float: right;
    margin-left: 126px;
    padding-left: 2px;
    height: 23px;
    line-height: 23px;
 }

.attraction-highlights {
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.attraction-highlights li:nth-child(1n+2) {
    margin-top: 3px;
}
.attraction-highlights li {
    background: url("../images/pink-star.png") left no-repeat;
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 3px 0px 3px 23px;
}

hr.blue-line {
    border: 0;
    height: 1px;
    background: #4dafcd;
    margin: 10px 0;
}

.blue-color {
    color: #12718c;
}

.title-label-color {
    color: #16525E;
}

.lighter {
    color: grey !important;
}

.twenty-percent-smaller {
    font-size: 19px;
}

.recommendation-item a.recommendation-title {
    bottom: 0;
    display: inline-block;
    font-size: 16px;
    left: 0;
    position: absolute;
    width: 170px;
}

.recommendation-item div.recommendation-info i.fa {
    color: #fb5690;
}
.recommendation-item div.recommendation-info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #f8fbfc;
    font-size: 13px;
    bottom: -20px;
    padding-top: 5px;
    position: absolute;
    width: 157px;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    will-change: bottom;
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -ms-transition: bottom 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
}

.imageBox:hover > .click-track > .recommendation-info div {
    margin-top: 6px;
}
.imageBox:hover > .click-track > .recommendation-info {
    bottom: 0px;
}

p.attraction-tags {
    width: 652px !important;
}
p.attraction-tags, p.attraction-tags a {
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 12px !important;
    /*color: #228295 !important;*/
}

#attraction-teleaddress-data {
    margin-top: 5px;
}

#attraction-teleaddress-data i:nth-child(1n+2) {
    margin-left: 5px;
}

#attraction-teleaddress-data .fa-phone {
    vertical-align: middle;
    line-height: 3px;
}

#attraction-teleaddress-data i {
    color: #cbe169;
    padding-right: 3px;
}
#attraction-teleaddress-data span {
    font-size: 13px;
    font-weight: bold;
    color: #777f85;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.nearby-attraction {
    margin-left: 10px;
}

.nearby-attraction .details .fa {
    width: 10px !important;
}
.nearby-attraction .details a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
    height: 100% !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}
.nearby-attraction .details {
    float: right;
    margin-right: 0;
    width: 228px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    color: #4b4a4a;
}
.nearby-attraction .details .fa-star {
    color: #f9125f !important;
}
.nearby-attraction .details .title {
    font-size: 12px;
    white-space: nowrap;
    padding-left: 0 !important;
}

.nearby-attraction:nth-child(1n+2) {
    margin-top: 10px;
}

.gallery-center-helper {
    display: inline-block;
    height: 100%;
    margin-left: -4px;
    vertical-align: middle;
}

ul.nearDests.nearLandmarks li > span > a {
    text-overflow: ellipsis;
    width: 185px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.container.hotel-page.browse-hotels-page .all-cities .third-column .modalLook a.view-all-cities-in-state, 
.container.hotel-page.browse-hotels-page .all-cities .third-column .modalLook a.view-all-landmarks-in-state {
    font-size: 15px;
}

.container.hotel-page.browse-hotels-page .all-cities .third-column .modalLook a.view-all-cities-in-state:hover, 
.container.hotel-page.browse-hotels-page .all-cities .third-column .modalLook a.view-all-landmarks-in-state:hover {
    text-decoration: underline;
}

#leftSidebar .box .title.browse-hotels {
    margin-bottom: 0;
}
#leftSidebar .box .title.browse-hotels h3 {
    background: rgba(0, 0, 0, 0) url("../images/hotels.png") no-repeat scroll 0 5px;
    padding-left: 35px;
}

/** CSS DIALOG **/
.btn-close {
    color: #aaaaaa;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.btn-close:hover {
    color: #919191;
}
.modal:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.modal.active:before {
    display: block;
}
.modal.active .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%;
}
.modal-dialog {
    background: #fefefe;
    border: #333333 solid 1px;
    border-radius: 5px;
    margin-left: -300px;
    position: fixed;
    left: 50%;
    top: -100%;
    z-index: 11;
    width: 660px;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-body {
    padding: 20px;
}
.modal-header,
.modal-footer {
    padding: 10px 20px;
}
.modal-header {
    border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
    font-size: 20px;
}
.modal-footer {
    border-top: #eeeeee solid 1px;
    background: #eeeeee;
    text-align: center;
}
#close {
    display: none;
}
.modal-dialog > *.hidden {
    display: none;
}
.modal-body > * {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.modal-body .form {
    width: 305px;
    text-align: center;
}
.modal-body .form p {
    margin: 0 0 10px;
}
.modal-body .form .button {
    width: 300px;
    margin: 10px 0;
}
.modal-body input[type=text],
.modal-body input[type=password] {
    padding: 8px;
    margin: 0 0 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 2px;
    width: 280px;
    font-size: 16px;
    height: 30px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
.modal-body .or-block {
    font-size: 22px;
    width: 22px;
}
.modal-body .login-social {
    width: 220px;
    vertical-align: top;
    text-align: center;
}

#modal-userlogin .errorSummary {
    color: #f9125f;
}
#modal-userlogin .errorSummary ul {
    margin-top: 0;
    padding: 0;
    list-style-type: none;
}

.review-box .success {
    color: #b1c850;
    font-weight: bold;
}
div.login-social p a {
    color: #fff;
    font-weight: normal;
}