body#destinations {
	background-color: #e3e8eb;
}
body#destinations p{
	font-family:'Proxima N W15 Reg';
	text-rendering: auto;
}
body#destinations .container-fluid {
	max-width: 1700px;
	padding-left:0px;
	padding-right: 0px;
}
/* FONTS
font-family:'Soho W01 Light';
font-family:'Soho W01 Light Italic';
font-family:'Soho W01 Regular';
font-family:'Soho W01 Italic';
font-family:'Soho W01 Medium Italic';
font-family:'Soho W01 Bold';
font-family:'Soho W01 Bold Italic';
font-family:'Soho W01 Medium';
font-family:'Proxima N W15 Reg';
font-family:'Proxima N W15 Bold';
font-family:'Proxima N W15 Reg It';

Trade Gothic W01 Bold
Avenir LT W01_85 Heavy1475544
Avenir LT W01_55 Obliqu1475526
Avenir LT W01_55 Roman1475520
Avenir LT W01_95 Black1475556
*/



/*---------- HEADER NAV ----------*/
#destinations #header {
	background: #173c66 no-repeat;
}
#destinations .navbar {
	background: #0ea0db no-repeat;
	margin-bottom: 0px;
	border: none;
	padding:10px 0;
	max-width: 1700px; 
	margin-left: auto; 
	margin-right: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { #destinations .navbar {margin-left: 8px;} }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { #destinations.twenty-seventeen .navbar {margin-left: 0px;} }


#destinations .navbar a {color: #FFFFFF; font-family:'Proxima N W15 Reg'; }
#destinations .nav-pills a{font-size: 1.2em;}
#destinations .navbar a:hover {color: #000;}
#header .container-fluid.top-header {
	padding-left:30px;
	padding-right:30px;
}
.top-header li.social {}
.top-header li.social a {}
.top-header li.social a:hover {}
#destinations .navbar-brand { padding-top:10px;}
#destinations .navbar-toggle {
	border: 2px solid #FFFFFF;
}
#destinations button#mfi0 {background: none;}
#destinations .navbar-default .navbar-toggle .icon-bar {background-color: #FFFFFF;}


.nav-justified>li {width:9%; display: block;    float: left;}

/*---------- SECONDARY NAV ----------*/
#ranking-nav {
	width:100% !important;
	background: #FFFFFF;
	padding:2px 0px;
	max-width: 1700px;
	margin:0 auto;
	z-index: 9999;
}
#secondary-nav {
	padding: 10px 20%;
	background: #FFFFFF;
	z-index: 20000;
	position: relative;
	max-width: 1700px;
	margin:0 auto;
	top: 2px;
}
#secondary-nav-sticky-wrapper {width: 100% !important;}
#ranking-nav-sticky-wrapper {max-width: 1700px; width: 100% !important;}

#footer {padding: 30px 0;}
#footer p {color: #373b42;}

/*---------- HERO ----------*/
#destinations #hero-container .video-container {     background-size: cover;
    background-image: url(/en/supplier-network//top-100/assets/images/hotels/hotel-hero-banner.jpg);
	position: absolute;
	width: 100%;
	height: 675px;
	overflow: hidden;
	top:0;
	z-index: 0;
	max-width: 1700px;
}
#destinations #hero-container {
	background-size: cover;
	padding: 30px 0 60px 0;
	min-height: 500px;
	margin-top: 70px;
	max-width: 1700px; 
	margin-left: auto;
	margin-right: auto;
}
.hero-text a{color:#fff!important;}
.hero .hero-text {position: relative; z-index: 20;}
.hero .hero-text {margin-top: 40px;}
.hero .hero-text h1,p {color: #FFFFFF;}
.hero .hero-text p { font-size: 17px;}
.hero .hero-text img {margin-bottom: 20px;}
.hero h1 {font-family:'Soho W01 Medium';}

#hero-container .overlay {
	background: rgba(10, 10, 10, .4);
	width:100%;
	height:675px;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top:0;
	z-index: 0;
}



/*---------- CITY ----------*/
#cities {
	max-width: 1700px;
	margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
}
#cities .city-box {
	min-height: 450px; min-height:350px\9;
	padding: 50px 0px 0px 0px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*background:#d8dee2;*/
    cursor: pointer;
    text-decoration: none;
}
#cities .city-box .overlay {
	position: absolute;
	content: "";
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 0;
	display: none;
}
#cities .city-box h3 {
	text-align: center;
	font-family:'Proxima N W15 Bold';
	font-size: 40px;
	color: #FFFFFF;
	margin: 15px 0;
}
.city-box .city-btn {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

/*-- Number Rank --*/
.city-box .number-rank {
	background-color: #f16323;
	border-radius: 50%;
	width:65px;
	height: 65px;
	font-size: 30px;
	text-align: center;
	line-height: 65px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 10;
}

/*-- Title Box --*/
.city-box .title-box {
	background: rgba(10,10,10, .65);
	padding: 5px 15px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	    min-height: 128px;
}

/*-- Click Here to Learn More --*/
.city-box .learn-more {
	background: rgba(10,10,10, .65); display:none\9!important;
	padding: 5px 15px;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.city-box .learn-more p {
	font-family:'Proxima N W15 Reg It';
	color: #FFFFFF; 
	margin: 5px 0;
}

/*-- Statistics --*/
.city-box .stats .row {
	border: 2px solid #FFFFFF;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.city-box .stats .row.bottom { border-top: 0px; }
.city-box .stats h4 {
	font-family:'Proxima N W15 Bold';
	font-size: 16px;
	color: #ffffff;
}
.city-box .stats .ranking {
	border-right: 2px solid #FFFFFF; 
	min-height: 55px;
	    padding-top: 5px;
}
.city-box .stats .ranking h4, .city-box .stats .com-sleeping-rooms h4 {line-height: 20px;}
.city-box .stats .meeting-hotels { 
	border-right: 2px solid #FFFFFF; 
	min-height: 65px;
	padding-top:16px;
}
.city-box .stats .sleeping-rooms { 
	border-right: 2px solid #FFFFFF; 
	min-height: 65px;
	padding-top: 16px;
}	
.city-box .stats .com-sleeping-rooms { 
	border: none; 
	min-height: 60px;
	padding-top: 5px;
}
.city-box .stats .number {
	border-right: 2px solid #FFFFFF; 
	min-height: 85px;
}
.city-box .stats .number.right { border:none; }
.city-box .stats .number h2 {
	font-family:'Proxima N W15 Bold';
	color: #FFFFFF;
	font-size: 20px;
	line-height: 21px; }
.city-box .stats .number h4 { font-size: 18px; line-height: 61px; }
.city-box .stats .fa.fa-arrow-down {font-size: 14px; color: #FF0000; position: relative; top:0px;}
.city-box .stats .fa.fa-chevron-right {font-size: 17px; color: #FFF; position: relative; top:0px;}
.city-box .stats .fa.fa-arrow-up {font-size: 14px; color: #00FF00; position: relative; top:0px;}
.city-box .stats .number h2 sup { font-family:'Proxima N W15 Reg'; font-size: 18px; }
.city-box .stats .number h2 sup.down {color: #FF0000;}
.city-box .stats .number h2 sup.up {color: #00FF00;}


/*-- Close Button --*/
.city-box .close {
	position: relative;
	top:20px;
	right: 20%;
}

/*-- Destination Guide CTA --*/
.city-box .row.dg-cta {
	border: none;
	position: relative;
	z-index: 2;
	padding: 25px 0; padding: 20px 0\9;
}
.city-box a.learn-more-cta {
	text-decoration: none;
	display: inline-block;
	background: #8dc640;
	text-align: center;
	padding: 8px 25px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 17px;
	font-family:'Proxima N W15 Reg';
	transition: background-color .2s ease-in-out;
	-webkit-transition:background-color .2s ease-in-out;
	-moz-transition:background-color .2s ease-in-out;
	-o-transition:background-color .2s ease-in-out;
}
.city-box a.learn-more-cta:hover {
	background: #5f9c0d;
}

/*--- Cities --*/
#cities .city-box.omni-nashville {
	background: url('../images/hotels/omni-nashville.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.gaylord-opryland{
	background: url('../images/hotels/gaylord-opryland.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.aria{
	background: url('../images/hotels/aria.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.the-venetian {
	background: url('../images/hotels/the-venetian.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.gaylord-texan {
	background: url('../images/hotels/gaylord-texan.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.sheraton-denver{
	background: url('../images/hotels/sheraton-denver.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.dc .title-box { max-width: 500px; }

#cities .city-box.hyatt-chicago {
	background: url('../images/hotels/hyatt-chicago.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.hyatt-orlando{
	background: url('../images/hotels/hyatt-orlando.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.westin-kierland{
	background: url('../images/hotels/westin-kierland.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.fontainebleau-miami{
	background: url('../images/hotels/fontainebleau-miami.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.hilton-san-diego{
	background: url('../images/hotels/hilton-san-diego.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.cosmopolitan-vegas {
	background: url('../images/hotels/cosmopolitan-vegas.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.new-orleans .title-box { max-width: 500px; }

#cities .city-box.caesars-Palace {
	background: url('../images/hotels/caesars-Palace.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.jw-marriott-austin{
	background: url('../images/hotels/jw-marriott-austin.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.san-fran .title-box { max-width: 550px; }

#cities .city-box.bellagio-hotel {
	background: url('../images/hotels/bellagio-hotel.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.san-antonio .title-box { max-width: 500px; }

#cities .city-box.hyatt-atlanta {
	background: url('../images/hotels/hyatt-atlanta.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.gaylord-palms {
	background: url('../images/hotels/gaylord-palms.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.rosen-shingle {
	background: url('../images/hotels/rosen-shingle.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.scottsdale .title-box { max-width: 500px; }

#cities .city-box.hilton-new-orleans  {
	background: url('../images/hotels/hilton-new-orleans.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.mandalay-bay {
	background: url('../images/hotels/mandalay-bay.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.la .title-box { max-width: 500px; }

#cities .city-box.renaissance-nashville {
	background: url('../images/hotels/renaissance-nashville.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.philly .title-box { max-width: 500px; }

#cities .city-box.hilton-anatole{
	background: url('../images/hotels/hilton-anatole.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.orlando-world  {
	background: url('../images/hotels/orlando-world.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.manchester-grand {
	background: url('../images/hotels/manchester-grand.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.jw-marriott-orlando{
	background: url('../images/hotels/jw-marriott-orlando.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.gaylord-national-resort {
	background: url('../images/hotels/gaylord-national-resort.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.fairmont-scottsdale {
	background: url('../images/hotels/fairmont-scottsdale.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.hilton-austin {
	background: url('../images/hotels/hilton-austin.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.minneapolis .title-box { max-width: 500px; }

#cities .city-box.mgm-grand{
	background: url('../images/hotels/mgm-grand.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.omni-dallas{
	background: url('../images/hotels/omni-dallas.jpg') no-repeat;
	background-size: cover;
}


#cities .city-box.jw-marriott-phoenix {
	background: url('../images/hotels/jw-marriott-phoenix.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.atlanta-marriott {
	background: url('../images/hotels/atlanta-marriott.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.atlanta-marriott-marquis {
	background: url('../images/hotels/atlanta-marriott-marquis.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.fort-lauderdale .title-box { max-width: 600px; }

#cities .city-box.hilton-orlando {
	background: url('../images/hotels/hilton-orlando.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.fort-worth .title-box { max-width: 480px; }

#cities .city-box.hyatt-regency-new-orleans {
	background: url('../images/hotels/hyatt-regency-new-orleans.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.loews-miami-beach {
	background: url('../images/hotels/loews-miami-beach.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.national-harbor .title-box { max-width: 620px; padding: 5px 10px; }

#cities .city-box.hilton-orlando-bonnet {
	background: url('../images/hotels/hilton-orlando-bonnet.jpg') no-repeat;
	background-size: cover;
}


#cities .city-box.sheraton-dallas {
	background: url('../images/hotels/sheraton-dallas.jpg') no-repeat;
	background-size: cover;
}


#cities .city-box.new-orleans-marriott {
	background: url('../images/hotels/new-orleans-marriott.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.diplomat-resort {
	background: url('../images/hotels/diplomat-resort.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.marriott-marquis-sandiego {
	background: url('../images/hotels/marriott-marquis-sandiego.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.marriott-marquis-washington {
	background: url('../images/hotels/marriott-marquis-washington.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.hyatt-regency-dallas {
	background: url('../images/hotels/hyatt-regency-dallas.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.sheraton-phoenix-downtown{
	background: url('../images/hotels/sheraton-phoenix-downtown.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.hyatt-regency-ohare{
	background: url('../images/hotels/hyatt-regency-ohare.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.hilton-atlanta {
	background: url('../images/hotels/hilton-atlanta.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.sheraton-sandiego{
	background: url('../images/hotels/sheraton-sandiego.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.arizona-biltmore {
	background: url('../images/hotels/arizona-biltmore.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.chicago-marriott-downtown {
	background: url('../images/hotels/chicago-marriott-downtown.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.grand-hyatt-sanantonio {
	background: url('../images/hotels/grand-hyatt-sanantonio.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.san-antonio-marriott{
	background: url('../images/hotels/san-antonio-marriott.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.hyatt-regency-denver {
	background: url('../images/hotels/hyatt-regency-denver.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.westin-boston{
	background: url('../images/hotels/westin-boston.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.philadelphia-marriott{
	background: url('../images/hotels/philadelphia-marriott.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.omni-atlanta {
	background: url('../images/hotels/omni-atlanta.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.westin-peachtree {
	background: url('../images/hotels/westin-peachtree.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.sheraton-chicago{
	background: url('../images/hotels/sheraton-chicago.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.intercontinental-miami {
	background: url('../images/hotels/intercontinental-miami.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.palmer-house{
	background: url('../images/hotels/palmer-house.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.sheraton-new-orleans{
	background: url('../images/hotels/sheraton-new-orleans.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.renaissance-washington{
	background: url('../images/hotels/renaissance-washington.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.westin-francis{
	background: url('../images/hotels/westin-francis.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.mirage {
	background: url('../images/hotels/mirage.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.tampa-marriott-waterside {
	background: url('../images/hotels/tampa-marriott-waterside.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.rosen-centre{
	background: url('../images/hotels/rosen-centre.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.hilton-chicago {
	background: url('../images/hotels/hilton-chicago.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.hyatt-grand-cypress {
	background: url('../images/hotels/hyatt-grand-cypress.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.wynn-lasvegas {
	background: url('../images/hotels/wynn-lasvegas.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.eden-roc {
	background: url('../images/hotels/eden-roc.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.omni-shoreham{
	background: url('../images/hotels/omni-shoreham.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.boston-marriott-copley{
	background: url('../images/hotels/boston-marriott-copley.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.walt-disney-world {
	background: url('../images/hotels/walt-disney-world.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.hyatt-san-francisco{
	background: url('../images/hotels/hyatt-san-francisco.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.fairmont-chicago  {
	background: url('../images/hotels/fairmont-chicago.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.loews-chicago{
	background: url('../images/hotels/loews-chicago.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.grand-hyatt-newyork{
	background: url('../images/hotels/grand-hyatt-newyork.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.san-francisco-marriott{
	background: url('../images/hotels/san-francisco-marriott.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.hyatt-scottsdale {
	background: url('../images/hotels/hyatt-scottsdale.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.swissotel-chicago{
	background: url('../images/hotels/swissotel-chicago.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.phoenician-Scottsdale{
	background: url('../images/hotels/phoenician-Scottsdale.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.washington-hilton{
	background: url('../images/hotels/washington-hilton.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.hyatt-minneapolis {
	background: url('../images/hotels/hyatt-minneapolis.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.baltimore-marriott {
	background: url('../images/hotels/baltimore-marriott.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.loews-royal-pacific{
	background: url('../images/hotels/loews-royal-pacific.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.hyatt-st-louis {
	background: url('../images/hotels/hyatt-st-louis.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.jw-marriott-san-antonio{
	background: url('../images/hotels/jw-marriott-san-antonio.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.hilton-orlando-buenavista {
	background: url('../images/hotels/hilton-orlando-buenavista.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.westin-copley{
	background: url('../images/hotels/westin-copley.jpg') no-repeat;
	background-size: cover;
}


#cities .city-box.westin-ohare {
	background: url('../images/hotels/westin-ohare.jpg') no-repeat;
	background-size: cover;
}


#cities .city-box.renaissance-orlando-seaworld {
	background: url('../images/hotels/renaissance-orlando-seaworld.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.jw-marriott-indianapolis {
	background: url('../images/hotels/jw-marriott-indianapolis.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.sheraton-boston{
	background: url('../images/hotels/sheraton-boston.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.westin-seattle {
	background: url('../images/hotels/westin-seattle.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.grand-hyatt-denver{
	background: url('../images/hotels/grand-hyatt-denver.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.arizona-grand{
	background: url('../images/hotels/arizona-grand.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.omni-fort{
	background: url('../images/hotels/omni-fort.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.omni-orlando-champions {
	background: url('../images/hotels/omni-orlando-champions.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.jw-marriott-losangeles{
	background: url('../images/hotels/jw-marriott-losangeles.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.hilton-minneapolis{
	background: url('../images/hotels/hilton-minneapolis.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.sheraton-seattle{
	background: url('../images/hotels/sheraton-seattle.jpg') no-repeat;
	background-size: cover;
}
#cities .city-box.red-rock{
	background: url('../images/hotels/red-rock.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.grand-hyatt-washington {
	background: url('../images/hotels/grand-hyatt-washington.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.westin-charlotte {
	background: url('../images/hotels/westin-charlotte.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.denver-marriott-city-center {
	background: url('../images/hotels/denver-marriott-city-center.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.sheraton-nashville-downtown {
	background: url('../images/hotels/sheraton-nashville-downtown.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.intercontinental-chicago {
	background: url('../images/hotels/intercontinental-chicago.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.loews-philadelphia {
	background: url('../images/hotels/loews-philadelphia.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.hyatt-regency-washington {
	background: url('../images/hotels/hyatt-regency-washington.jpg') no-repeat;
	background-size: cover;
}

#cities .city-box.westin-michigan-avenue {
	background: url('../images/hotels/westin-michigan-avenue.jpg') no-repeat;
	background-size: cover;
}

/*--- ADVERTISEMENTS ---*/
#cities .city-box.ad { cursor: auto;}
#cities .city-box.ad h3 {
	font-family:'Proxima N W15 Bold';
	font-size: 35px;
	color: #FFFFFF;
}
#cities .city-box.ad p {
	font-size: 16px;
	color: #FFFFFF;
}

#cities .city-box.ad.one {
	background: url("/en/supplier-network/top-100/assets/images/hotels/cvent-connect-ad.jpg") no-repeat; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/cvent-connect-ad.jpg', sizingMethod='scale');
	background-size: cover;
	min-height: 450px;
	padding: 0 50px;
}

#cities .city-box.ad.one .dg-cta{    padding-top: 325px;  padding-top: 305px\9;}
#cities .city-box.ad.one a.learn-more-cta{background:#f5783f;}
#cities .city-box.ad.one a.learn-more-cta:hover {background: #f16323;}
    /* background: #5f9c0d; */
}
#cities .city-box.ad.one h3 {margin-top: 30px;}
#cities .city-box.ad.one img {margin-top: 80px; margin-left: auto; margin-right: auto;}
#cities .city-box.ad.two {
	background: url("../images/promo2.jpg") no-repeat;
	background-size: cover;
	min-height: 450px;
	padding:0 50px;
}
#cities .city-box.ad.two h3 {margin-top: 100px;}
#cities .city-box.ad.two img { margin:0 auto;}

#cities .city-box.ad.four {	width:50%; display:block; background: url("../images/hotels/promo4.jpg") no-repeat;	background-size: cover;	height: 591px; height: 541px\9;	padding: 50px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/promo4.jpg', sizingMethod='scale')}
#cities .city-box.ad.four h3 {margin-top: 120px;}

#cities .city-box.ad.three {
	background: url("../images/promo3.jpg") no-repeat;
	background-size: cover;
	min-height: 576px;
	padding: 50px;
}
#cities .city-box.ad.three h3 {
	margin-top: 260px; 
	text-align: right; 
	color: #173d66;
}
#cities .city-box.ad.three p { color: #173d66; font-size: 18px;}
#cities .city-box.ad.three a.learn-more-cta {margin-right: 15px;}

/*--- ON CLICK ANIMATION ---*/
.active-city-box { 
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.active-city-box .city-box.chicago {
	background: 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
    url('../images/orlando.jpg') !important;
}
.active-city-box .number-rank {
	-webkit-transform: translate3d(0,-67%,0);
	-moz-transform: translate3d(0,-67%,0);
	-ms-transform: translate3d(0,-67%,0);
	-o-transition: translate3d(0,-67%,0);
	transition: translate3d(0,-67%,0);
}
.active-city-box .title-box {
	-webkit-transform: translate3d(0,-60%,0);
	-moz-transform: translate3d(0,-60%,0);
	-ms-transform: translate3d(0,-60%,0);
	-o-transition: translate3d(0,-60%,0);
	transition: translate3d(0,-60%,0);
	background:none;
}
.active-city-box .learn-more {
	-webkit-transform: translate3d(0,-46px,0);
	-moz-transform: translate3d(0,-46px,0);
	-ms-transform: translate3d(0,-46px,0);
	-o-transition: translate3d(0,-46px,0);
	transition: translate3d(0,-46px,0);
	opacity: 0;
}
.active-city-box .stats .row {
	
	-webkit-transform: translate3d(0,-80px,0);
	-moz-transform: translate3d(0,-80px,0);
	-ms-transform: translate3d(0,-80px,0);
	-o-transition: translate3d(0,-80px,0);
	transition: translate3d(0,-80px,0);
	opacity: 1;
}
.active-city-box .stats .cta {
	-webkit-transform: translate3d(0,-65px,0);
	-moz-transform: translate3d(0,-65px,0);
	-ms-transform: translate3d(0,-65px,0);
	-o-transition: translate3d(0,-65px,0);
	transition: translate3d(0,-65px,0);
	opacity: 1;
}
.active-city-box .stats .dg-button {
	-webkit-transform: translate3d(0,-65px,0);
	-moz-transform: translate3d(0,-65px,0);
	-ms-transform: translate3d(0,-65px,0);
	-o-transition: translate3d(0,-65px,0);
	transition: translate3d(0,-65px,0);
	opacity: 1;
}

.wrap-sticky {
	color: #FFF;
	/*padding-top: 15px*/
}
#naggers {
	/*height: 50px;*/
	position: relative;
	text-align: center
}
#naggers .floater {
	background: rgba(255,255,255,.5);
	bottom: -1px;
	left: 0;
	overflow: hidden;
	position: fixed;
	padding: 20px 0 10px;
	white-space: nowrap;
	width: 100%;
	z-index: 2000;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
}
.button {
	background: #28aae2 none repeat scroll 0 0;
	font-family:arial;
	color: #fff;
	font-size: 17px;
	padding: 12px 30px;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
	border: 2px solid #80ceef;
	margin:0 10px ;

}
a.button:hover, a.button:focus { text-decoration:none; color:#fff !important;}
.button.chat {
    background: #04a551 none repeat scroll 0 0;
    border: 2px solid #00d365;
	color:#fff;
	}
	
	
	#cities .city-box.ad.one{
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/cvent-connect-ad.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/cvent-connect-ad.jpg', sizingMethod='scale');
	min-height:auto\0; padding-bottom:122px\0;
    
}




#cities .city-box.ad.two{
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-50/assets/images/promo2.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-50/assets/images/promo2.jpg', sizingMethod='scale');
	min-height:auto\0; padding-bottom:100px\0;
    
}

#cities .city-box.ad.three{
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-50/assets/images/promo3.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-50/assets/images/promo3.jpg', sizingMethod='scale');
	min-height:auto\0; padding-bottom:50px\0;
    }	

	#back-to-top.show {
    opacity: 1;
}

#back-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #0a7ade;
    box-shadow: 6px 5px 9px -9px #333;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
}
.show {
    display: block!important;
}



	#cities .city-box.omni-nashville {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/omni-nashville.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/omni-nashville.jpg', sizingMethod='scale');
    
}

#cities .city-box.gaylord-opryland {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/gaylord-opryland.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/gaylord-opryland.jpg', sizingMethod='scale');
    
}

#cities .city-box.aria {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/aria.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/aria.jpg', sizingMethod='scale');
    
}
#cities .city-box.the-venetian {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/the-venetian.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/the-venetian.jpg', sizingMethod='scale');
    
}
#cities .city-box.gaylord-texan {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/gaylord-texan.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/gaylord-texan.jpg', sizingMethod='scale');
    
}

#cities .city-box.sheraton-denver {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/sheraton-denver.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/sheraton-denver.jpg', sizingMethod='scale');
    
}
#cities .city-box.hyatt-chicago {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/hyatt-chicago.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/hyatt-chicago.jpg', sizingMethod='scale');
    
}
#cities .city-box.hyatt-orlando {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/hyatt-orlando.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/hyatt-orlando.jpg', sizingMethod='scale');
    
}
#cities .city-box.westin-kierland {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/westin-kierland.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/westin-kierland.jpg', sizingMethod='scale');
    
}

#cities .city-box.fontainebleau-miami {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/fontainebleau-miami.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/fontainebleau-miami.jpg', sizingMethod='scale');
    
}

#cities .city-box.hilton-san-diego {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/hilton-san-diego.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/hilton-san-diego.jpg', sizingMethod='scale');
    
}

#cities .city-box.cosmopolitan-vegas {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/cosmopolitan-vegas.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/cosmopolitan-vegas.jpg', sizingMethod='scale');
    
}

#cities .city-box.caesars-Palace {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/caesars-Palace.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/caesars-Palace.jpg', sizingMethod='scale');
    
}
#cities .city-box.jw-marriott-austin {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/jw-marriott-austin.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/jw-marriott-austin.jpg', sizingMethod='scale');
    
}
#cities .city-box.bellagio-hotel {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/bellagio-hotel.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/bellagio-hotel.jpg', sizingMethod='scale');
    
}

#cities .city-box.hyatt-atlanta {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/hyatt-atlanta.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/hyatt-atlanta.jpg', sizingMethod='scale');
    
}
#cities .city-box.gaylord-palms {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/gaylord-palms.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/gaylord-palms.jpg', sizingMethod='scale');
    
}
#cities .city-box.rosen-shingle {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/rosen-shingle.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/rosen-shingle.jpg', sizingMethod='scale');
    
}
#cities .city-box.hilton-new-orleans {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/hilton-new-orleans.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/hilton-new-orleans.jpg', sizingMethod='scale');
    
}

#cities .city-box.mandalay-bay {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/mandalay-bay.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/mandalay-bay.jpg', sizingMethod='scale');
    
}

#cities .city-box.renaissance-nashville {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/renaissance-nashville.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/renaissance-nashville.jpg', sizingMethod='scale');
    
}

#cities .city-box.hilton-anatole {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/hilton-anatole.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/hilton-anatole.jpg', sizingMethod='scale');
    
}

#cities .city-box.orlando-world {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/orlando-world.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/orlando-world.jpg', sizingMethod='scale');
    
}
#cities .city-box.manchester-grand {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/manchester-grand.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/manchester-grand.jpg', sizingMethod='scale');
    
}
#cities .city-box.jw-marriott-orlando{
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/jw-marriott-orlando.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/jw-marriott-orlando.jpg', sizingMethod='scale');
    
}

#cities .city-box.gaylord-national-resort {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/gaylord-national-resort.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/gaylord-national-resort.jpg', sizingMethod='scale');
    
}
#cities .city-box.fairmont-scottsdale {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/fairmont-scottsdale.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/fairmont-scottsdale.jpg', sizingMethod='scale');
    
}
#cities .city-box.hilton-austin {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/hilton-austin.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/hilton-austin.jpg', sizingMethod='scale');
    
}
#cities .city-box.mgm-grand{
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/mgm-grand.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/mgm-grand.jpg', sizingMethod='scale');
    
}

#cities .city-box.omni-dallas {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/omni-dallas.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/omni-dallas.jpg', sizingMethod='scale');
    
}

#cities .city-box.jw-marriott-phoenix {
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/jw-marriott-phoenix.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/jw-marriott-phoenix.jpg', sizingMethod='scale');
    
}

#cities .city-box.hilton-minneapolis{
    display: block;
    background-size: cover;
    background-image: url(/en/supplier-network/top-100/assets/images/hotels/hilton-minneapolis.jpg);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/en/supplier-network/top-100/assets/images/hotels/hilton-minneapolis.jpg', sizingMethod='scale');
    
}

.city-box .title-box{ background: rgba(10, 10, 10, 0.65); /* browsers */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#232121', endColorstr='#232121'); /* IE */}

#four-columns .col-md-3.city-box{height: 420px!important;}
.city-box .stats .number{min-height: 62px; min-height: 62px\9;}
.city-box .stats .number-new{    margin-top: 10px;}
#four-columns .col-md-3.city-box h3 {    font-size: 20px;}
#four-columns .city-box .number-rank{    margin-top: 0px;}
#four-columns .col-md-3.city-box .title-box {    min-height: 83px;}
#four-columns .col-md-3.city-box .stats .row {    max-width: 350px;    border-right: none;}

#four-columns .col-md-3.city-box .title-box {background: rgba(10,10,10, .65);    padding: 5px 15px;    max-width: 350px;    margin-left: auto;    margin-right: auto;    margin-top: 30px;  margin-top: 10px\9;  -webkit-transition: all 0.5s ease-in-out;    -moz-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;}









/* Top Hotels 2017 */

#destinations.twenty-seventeen .navbar {
    background: #ffffff no-repeat;
    max-width: 100%;
    width: 100%;
}
#destinations.twenty-seventeen .navbar a {
	color: #494848;
	font-family: Avenir LT W01_85 Heavy1475544;
	text-transform: uppercase;
}
#destinations.twenty-seventeen .navbar li a:hover {
    color: #0ea0db;
}
#destinations.twenty-seventeen p {
    text-rendering: auto;
    font-family: Avenir LT W01_85 Heavy1475544;
}

#destinations.twenty-seventeen .top-header li.social {
    background: #8e8e8e;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 3px;
	-webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
#destinations.twenty-seventeen .top-header li.social.facebook:hover {
	background: #39569d;
}
#destinations.twenty-seventeen .top-header li.social.twitter:hover {
	background: #5aa8df;
}
#destinations.twenty-seventeen .top-header li.social.linkedin:hover {
	background: #0073b5;
}
#destinations.twenty-seventeen .top-header li.social.google:hover {
	background: #df4931;
}
#destinations.twenty-seventeen .top-header li.social a {
    padding: 10px 0 0 14px;
    color: #fff;
}
#destinations.twenty-seventeen .top-header li.social a.last {
    padding: 10px 0 0 11px;
}
#destinations.twenty-seventeen #hero-container {
    padding: 30px 0 22px 0;
    min-height: 464px;
}
#destinations.twenty-seventeen #hero-container {
    max-width: 100%;
}
#hero-container.twenty-seventeen .overlay {
    width: 100%;
    max-width: 100%;
}
#destinations.twenty-seventeen #hero-container .overlay {
    height: 500px;
}
#destinations.twenty-seventeen #hero-container .video-container {
    width: 100%;
    height: 474px;
	margin-top:60px;
    max-width: 100%;
    background: url(../../assets/images/2018/cala-hero-banner.jpg) center/cover;
}
#destinations.twenty-seventeen .hero .hero-text img {
    width: 248px;
}
#destinations.twenty-seventeen .container-fluid.top-header {
    padding: 0;
    width: 90%;
}
#destinations.twenty-seventeen .hero h1 {
    font-family: Trade Gothic W01 Bold;
	text-transform: uppercase;
}
#destinations.twenty-seventeen .filter-container {    
	width: 100%;
    max-width: 1700px;
    margin: auto;
    background: #e6e8ea;
    position: relative;
    top: 22px;
    padding: 15px;
}
#destinations.twenty-seventeen .filter-container p{
    font-family: Avenir LT W01_85 Heavy1475544;
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin: 4px 0 0px 0;
}
#destinations.twenty-seventeen .filter-container select{
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
	color: #333;
}

#destinations.twenty-seventeen #cities {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    background: #fff;
}
#destinations.twenty-seventeen #cities .city-box {
	border-radius: 4px;
}

#destinations.twenty-seventeen .navbar-toggle {
    border: 2px solid #2c6fa9;
    background-color: #2c6fa9;
}
#destinations.twenty-seventeen .navbar-toggle:hover {
    border: 2px solid #ddd;
    background-color: #ddd;
}
#destinations.twenty-seventeen .cities-container .row {margin: 25px -15px 25px;}
    
	
#destinations.twenty-seventeen #cities .city-box h3 {
    font-family: Trade Gothic W01 Bold;
    text-transform: uppercase;
    font-style: normal;
}


#destinations.twenty-seventeen .top-rank-banner .rank-one-banner {
	    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    border-radius: 4px;
    overflow: hidden;
    min-height: 450px;
}
#destinations.twenty-seventeen .top-rank-banner .rank-one-banner img {
	width:100%;
	min-height: 450px;
}

#destinations.twenty-seventeen .top-rank-banner .overlay {
	    background-color: rgba(25,42,61,0.6);
    background-color: #253d56\0;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    height: 200px;
    left: 0;
    overflow: hidden;
    padding: 8px 25px 14px 25px;
    position: absolute;
    right: 0;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
#destinations.twenty-seventeen .top-rank-banner.active-overlay-div .overlay {
	height: 100%;
	background-color: rgba(25,42,61,0.6);
    background-color: #253d56\0;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    left: 0;
    overflow: hidden;
    padding: 6% 25px 14px 25px;
    position: absolute;
    right: 0;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats .row {
	border: 2px solid #FFFFFF;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
#destinations.twenty-seventeen .top-rank-banner.active-overlay-div .overlay .stats .row {
	opacity: 1;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats .ranking {
    border-right: 2px solid #FFFFFF;
    min-height: 55px;
    padding-top: 5px;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats .meeting-hotels {
    border-right: 2px solid #FFFFFF;
    min-height: 65px;
    padding-top: 16px;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats .sleeping-rooms {
    border-right: 2px solid #FFFFFF;
    min-height: 65px;
    padding-top: 16px;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats .com-sleeping-rooms {
    border: none;
    min-height: 60px;
    padding-top: 5px;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats .row.bottom {
    border-top: 0px;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats a.learn-more-cta {
    text-decoration: none;
    display: inline-block;
    background: #8dc640;
    text-align: center;
    padding: 8px 25px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 17px;
    font-family: Trade Gothic W01 Bold;
	text-transform: uppercase;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
}

#destinations.twenty-seventeen .top-rank-banner .overlay .stats h4 {
	font-weight: normal;
    font-style: normal;
    font-family: Trade Gothic W01 Bold;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats h2 {
	font-weight: normal;
    font-style: normal;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 20px;
}
 
#destinations.twenty-seventeen .top-rank-banner .overlay .stats span.up {
	color: #40e100;
}

#destinations.twenty-seventeen .top-rank-banner .overlay .stats .number{
	border-right: 2px solid #FFFFFF;
}

#destinations.twenty-seventeen .top-rank-banner .overlay .stats .row.bottom-box-ctas {
	border:none;
	padding: 15px 15px 10px 15px;
}

#destinations.twenty-seventeen .top-rank-banner .overlay .stats .row.bottom-box-ctas .box-share-links{
	float:left;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats .row.bottom-box-ctas .box-share-links a {
	color: #fff;
    display: inline-block;
    width: 33px;
    text-align: center;
    padding: 2px 2px 0px 2px;
    border-radius: 4px;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
#destinations.twenty-seventeen .top-rank-banner .overlay .stats .row.bottom-box-ctas .box-share-links a:hover {
	background: #fff;
	color: #333;
}

#destinations.twenty-seventeen .top-rank-banner .overlay .stats .row.bottom-box-ctas .learn-more-cta {
	float: right;
}

#destinations.twenty-seventeen .top-rank-banner .overlay .stats .row.bottom-box-ctas .learn-more-cta a {
	color:#40e100;
}

#destinations.twenty-seventeen .top-ranked-banner {	
    margin:auto 0px;			
}
#destinations.twenty-seventeen .top-ranked-banner img {
	width: 100%;
}

#destinations.twenty-seventeen .top-ranked-banner .number-rank{
	background-color: #f16323;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    font-size: 38px;
    text-align: center;
    line-height: 67px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 10;
}

#destinations.twenty-seventeen .top-ranked-banner h3 {
	color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-family: Trade Gothic W01 Bold;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
    height: auto;
    min-height: 50px;
    margin-bottom: 25px;
}
#destinations.twenty-seventeen .top-ranked-banner .stats{
	width: 100%;
    max-width: 1000px;
	margin: auto;
}
#destinations.twenty-seventeen .top-ranked-banner .stats .row {
	margin:0
}

#destinations.twenty-seventeen .top-ranked-banner .stats .row.bottom-box-ctas {
    margin-top: 15px;
}

#destinations.twenty-seventeen .top-ranked-banner .stats .row .col-xs-3 {
	border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#destinations.twenty-seventeen .top-ranked-banner .stats .row.bottom .col-xs-3 {
	border-top:none;
}
#destinations.twenty-seventeen .top-ranked-banner .stats .row .col-xs-3.number.right {
	border-right:2px solid #fff;
}
#destinations.twenty-seventeen .top-ranked-banner .stats .row .col-xs-3.com-sleeping-rooms {
	border-right:2px solid #fff;
   
}

#destinations.twenty-seventeen .top-ranked-banner .stats h4, #destinations.twenty-seventeen .top-ranked-banner .stats h2{
	font-family: Avenir LT W01_85 Heavy1475544;
	font-weight:normal;
    min-height: 38px;
	
}
#destinations.twenty-seventeen #footer {
    padding: 30px 0 70px 0;
}

#destinations.twenty-seventeen #hero-container .overlay {
    background: rgba(10, 10, 10, .4);
    width: 100%;
    height: 675px;
    max-width: 100%;
}

#destinations.twenty-seventeen .cities-container .hover-click .resources-thumbnail-1.custom span {
    color: #00FF00;
    font-size: 14px;
}
/*#destinations.twenty-seventeen #hero-container .video-container {
	background-image: url(/en/supplier-network//top-100/assets/images/top-banner.jpg);
}*/



#destinations.twenty-seventeen #sticky.stick {
    margin-top: 0 !important;
    position: fixed !important;
    top:70px !important;
    z-index: 10000;
            width: 100%;
    max-width: 100% !important;
    margin: auto;
background: rgba(10, 122, 222, 0.91) !important;
    padding: 15px;
            
  
}

#destinations.twenty-seventeen #sticky.stick p{color:#fff !important;}












.cities-container .hover-click {padding-bottom:25px;}

.cities-container .resources-thumbnail-1, .resources-thumbnail-2, .resources-thumbnail-3 {
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}

.cities-container .resources-thumbnail-1 .overlay, .resources-thumbnail-2 .overlay, .resources-thumbnail-3 .overlay {
    background-color: rgba(25,42,61,0.6);
    background-color: none\0/;
	background: url('/en/supplier-network/top-100/assets/images/hotels/2017/overlay-bg.png') repeat\0;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    height: 123px;
    left: 0;
    overflow: hidden;
    padding: 8px 25px 14px 25px;
    position: absolute;
    right: 0;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.cities-container .resources-thumbnail-1.custom .overlay {
	height: 185px;
}

.cities-container .hover-click span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 8px;
	font-family: Trade Gothic W01 Bold;
    text-transform: uppercase;
    font-style: normal;
}

.cities-container .hover-click h3 {
    color: #fff;
    font-size: 21px;
    line-height: 1.1;
	font-family: Trade Gothic W01 Bold;
    text-transform: uppercase;
    font-style: normal;
	text-align:center;
    height: auto;
    min-height: 25px;
}
.cities-container .hover-click .overlay p {
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
	line-height:1.3;
	text-align:center;
}
.cities-container .hover-click .overlay p span.up {
    color: #00FF00;
	font-size:14px;
}
#destinations.twenty-seventeen .cities-container .resources-thumbnail-1.ads a{display:block !important;}
.cities-container .hover-click .overlay p span.down {
    color: #FF0000;
	font-size:14px;
}
.cities-container .hover-click a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.cities-container .hover-click .fa-angle-right {
    padding-left: 10px;
}

.cities-container .hover-click .number-rank {
	background-color: #f16323;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 55px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 10;
}

.cities-container .hover-click .number-rank.last {
    width: 54px;
    height: 52px;
    font-size: 22px;
    line-height: 53px;
}



.cities-container .resources-thumbnail-1:hover .overlay, .resources-thumbnail-2:hover .overlay, .resources-thumbnail-3:hover .overlay {
    height: 187px;
}
.cities-container .resources-thumbnail-1.custom:hover .overlay, .resources-thumbnail-2.custom:hover .overlay, .resources-thumbnail-3.custom:hover .overlay {
    height: 100%;
	padding: 6% 25px 14px 25px;
}
.cities-container .hover-click .bottom-box-ctas {
	margin-top: 25px;
}
.cities-container .hover-click .bottom-box-ctas .box-share-links {
	float:left;
}
.cities-container .hover-click .bottom-box-ctas .box-share-links a {
    display: inline-block;
    padding: 5px 0px 2px 0px;
	width:25px;
}
.cities-container .hover-click .bottom-box-ctas .box-share-links a:hover {
	background: #fff;
    color: #333;
    border-radius: 3px;
}
.cities-container .hover-click .bottom-box-ctas .learn-more-cta {
	float:right;
}
.cities-container .hover-click .bottom-box-ctas .learn-more-cta a {
    font-weight: normal;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 5px 15px 5px 15px;
    font-size: 12px;
}
.cities-container .hover-click .bottom-box-ctas .learn-more-cta a:hover {
	background: #fff;
    color: #333;
}

.cities-container .hover-click .stats .bottom-box-ctas .learn-more-cta a{
	text-transform: none;
    color: #42da08;
    border: none;
    font-family: Avenir LT W01_85 Heavy1475544;
    font-size: 18px;
}

.cities-container .hover-click .stats .bottom-box-ctas .learn-more-cta a:hover {
	background: none;
    color: #6cf139;
}

























/* ---- Media Queries --- */
@media (max-width: 1400px) {
	.city-box .stats .number h2 {font-size: 20px;}
	#cities .city-box h3{    font-size: 36px;}
	.city-box .stats .ranking { min-height: 60px;}
	.city-box .stats .ranking h4 {
		font-family:'Proxima N W15 Reg'; 
		font-size: 14px;
		line-height: normal;
		margin-top:15px;
	}
	.city-box .stats h4 {font-family:'Proxima N W15 Reg'; font-size: 15px;}
	.cities-container .resources-thumbnail-1.custom:hover .overlay, .resources-thumbnail-2.custom:hover .overlay, .resources-thumbnail-3.custom:hover .overlay {
		height: 100%;
		padding: 2% 25px 14px 25px;
	}
	#destinations.twenty-seventeen .cities-container .hover-click h3 {
     font-size: 19px;
    }
	#destinations.twenty-seventeen .top-ranked-banner h3 {
		font-size: 30px !important;
    }
}

@media (max-width: 1240px) {
	.city-box .stats .ranking, .city-box .stats .meeting-hotels, .city-box .stats .sleeping-rooms, .city-box .stats .com-sleeping-rooms { height: 70px; padding-top: 0px;}
}

@media (max-width: 1199px) {
#destinations.twenty-seventeen .top-ranked-banner .resources-thumbnail-1.custom {
    height: 392px;
}
#destinations.twenty-seventeen .top-ranked-banner .resources-thumbnail-1.custom img {
    width: 100%;
    height: 100%;
}
}


@media (max-width: 992px) {
	.city-box .stats .ranking, .city-box .stats .meeting-hotels, .city-box .stats .sleeping-rooms, .city-box .stats .com-sleeping-rooms { min-height: 60px; padding-top: 5px;}
	#destinations #hero-container .video-container { height: 700px; }
	#hero-container .overlay {height: 700px;}
}
@media (max-width: 1024px) {
	#destinations.twenty-seventeen .cities-container .hover-click h3 {
		font-size: 20px;
	}
	#destinations.twenty-seventeen .top-ranked-banner h3 {
		font-size: 40px;
    }
	#destinations.twenty-seventeen .cities-container .hover-click .overlay p {
		font-size: 14px;
	}
	#destinations.twenty-seventeen .cities-container .hover-click .bottom-box-ctas {
		margin-top: 15px;
	}
	#destinations.twenty-seventeen .cities-container .hover-click .bottom-box-ctas .learn-more-cta a {
		padding: 4px 7px 3px 7px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 {
		height:auto;
	}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 img {
		/*height:100%;*/
	}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 .overlay {
		padding: 8px 20px 14px 15px !important;
    }
	#destinations.twenty-seventeen .filter-container .container {width: 100%;}

    #destinations.twenty-seventeen #sticky.stick { position: static !important;}
    #destinations.twenty-seventeen #sticky-anchor{display:none !important;}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1.ads {height:auto !important;}

}
@media (max-width: 991px) {
	#destinations.twenty-seventeen .filter-container p {
		margin: 0px 0 10px 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px){#cities .city-box.ad p{    display: none;}}

@media (min-width: 768px) {
	#destinations .nav-pills a {
		-webkit-transition: all 0.2s ease-in;
	    -moz-transition: all 0.2s ease-in;
	    -o-transition: all 0.2s ease-in;
		border-bottom: none; 
		margin-top:2px; margin-bottom:2px;
		font-family:'Proxima N W15 Bold';
		color: #333333;
	}
	#destinations .nav-pills a:hover {
		background: #00a74c;
		color: #FFFFFF;
	}
	#destinations .nav-pills li>a.active { color:#FFFFFF; background-color: #00a74c;}
	
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (-o-min-device-pixel-ratio: 13/10),
	only screen and (min-resolution: 120dpi)
	{
		.nav-justified>li {width:19.5%;  font-size: 0.9em;}
	}
	
	@media (min-width: 768px) and (max-width: 1380px){.nav-justified>li {width:19.5%;}}

@media (max-width: 768px) {
		#destinations.twenty-seventeen .wrap-sticky {display:none;}
		#destinations #hero-container {
			background: url('../images/hotels/hero-banner.jpg') no-repeat;
			background-size: cover;
			min-height: 550px;
		}
		#destinations #hero-container video#top50-video {
			display: none;
		}
		#ranking-nav {display: none;}
		#ranking-nav-sticky-wrapper {display: none;}
		.city-box .stats .col-xs-3 {padding-left: 5px; padding-right: 5px;}
		.city-box .stats .number h2 {font-size: 18px;}
		.city-box .stats h4 {font-size: 14px;}
		.city-box .stats .number h2 sup {font-size: 13px;}
		.city-box .stats .fa.fa-arrow-up { font-size: 12px;}
		#cities .city-box h3 {font-size: 32px;}
		.hero .hero-text img {max-width: 200px; margin: 0 auto;}
		.city-box .title-box { max-width: 300px;}
		#hero-container .overlay {height: 740px;}
		#destinations #hero-container .video-container {   }
		
		#cities .city-box.ad.one img{margin-top: 0px; padding-top: 80px;}
		
		#destinations.twenty-seventeen .top-header li.social {
			background: #8e8e8e;
			width: 35px;
			height: 35px;
			margin-right: 10px;
			margin-top: 5px;
			position: relative;
			float: left;
		}
		#destinations.twenty-seventeen .top-header li:nth-child(4) {
			margin-left:15px;
		}
		
				#destinations.twenty-seventeen select.FilterSelect {	
						margin-bottom:10px;			
				}			
			#destinations.twenty-seventeen select.FilterSelect option {			
						width:100%;			
				}			
				#destinations.twenty-seventeen  .cities-container .resources-thumbnail-1 .overlay, #destinations.twenty-seventeen  .resources-thumbnail-2 .overlay, #destinations.twenty-seventeen  .resources-thumbnail-3 .overlay {			
						height: 100%;			
					padding: 20% 25px 14px 25px;			
				}
		#destinations.twenty-seventeen  .cities-container .resources-thumbnail-1.custom .overlay {
			padding: 0 10px;
		}
		#destinations.twenty-seventeen .top-ranked-banner .number-rank {
			width: 50px;
			height: 50px;
			font-size: 30px;
			line-height: 50px;
		}
		#destinations.twenty-seventeen .top-ranked-banner h3 {
			color: #fff;
			font-size: 24px !important;
			min-height: 30px;
			margin-bottom: 15px;
		}
		#destinations.twenty-seventeen .top-ranked-banner .stats h4, #destinations.twenty-seventeen .top-ranked-banner .stats h2 {
			font-family: Avenir LT W01_85 Heavy1475544;
			font-weight: normal;
			min-height: 34px;
			font-size: 14px;
			margin: 4px 0 0 0;
		}
		#destinations.twenty-seventeen .top-ranked-banner .resources-thumbnail-1.custom {
			height:290px;
		}
		#destinations.twenty-seventeen .top-ranked-banner .resources-thumbnail-1.custom img {
			width: 100%;
			height: 100%;
		}
		#destinations.twenty-seventeen .top-ranked-banner .stats .row .col-xs-3 {
			margin:0;
			padding:0;
		}
		#destinations.twenty-seventeen .cities-container .hover-click h3 {
			font-size: 20px;
		}
		#destinations.twenty-seventeen .cities-container .hover-click .overlay p {
			font-size: 12px;
		}
	}	
@media (min-width: 480px) and (max-width: 767px){
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1.ads {height:auto !important;}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1.ads img{height:auto !important;}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 {
		height: 300px;
	}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 img {
		height: 300px;
		width: 100%;
	}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 .overlay, #destinations.twenty-seventeen .resources-thumbnail-2 .overlay, #destinations.twenty-seventeen .resources-thumbnail-3 .overlay {
		padding: 8% 25px 14px 25px;
	}

    #destinations.twenty-seventeen #sticky.stick { position: static !important;}
    #destinations.twenty-seventeen #sticky-anchor{display:none !important;}

}
@media (max-width: 560px) {
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1.custom .overlay {
		padding: 0 1px;
	}
}	
	@media (max-width: 480px) {			
	#destinations.twenty-seventeen  .cities-container .resources-thumbnail-1 .overlay {			
	            padding: 10% 25px 14px 25px;			
	}			
	.cities-container .hover-click h3 {min-height: auto;}	
	#destinations.twenty-seventeen .top-ranked-banner .resources-thumbnail-1.custom {
			height:350px;
		}
	#destinations.twenty-seventeen .top-ranked-banner .stats h4, #destinations.twenty-seventeen .top-ranked-banner .stats h2 {
		min-height: 53px;
		font-size: 12px;
	}
	.cities-container .hover-click .stats .bottom-box-ctas .learn-more-cta a {
		font-size: 14px;
	}
	#destinations.twenty-seventeen #sticky.stick { position: static !important;}
    #destinations.twenty-seventeen #sticky-anchor{display:none !important;}            
}
@media (max-width: 380px) {
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 .overlay {
		padding: 9% 5px 14px 5px;
	}
}

@media (max-width: 360px) {
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1.ads {height:auto !important;}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1.ads img{height:auto !important;}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 .overlay {
		padding: 5% 5px 14px 5px;
	}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 {
		height: 183px;
	}
	#destinations.twenty-seventeen .cities-container .resources-thumbnail-1 img {
		height: 100%;
	}
	#destinations.twenty-seventeen .cities-container .hover-click h3 {
		font-size: 18px;
	}
	#destinations.twenty-seventeen .top-ranked-banner h3 {
		font-size: 20px !important;
    }
}

.navbar-fixed-top{
  left: 100px\0;
}
.navbar-fixed-top{
  left: 102px\9\0;
}
#destinations.twenty-seventeen .navbar-fixed-top{
  left: 0px\0;
}

@media (max-width: 640px) {.city-box .stats .fa.fa-chevron-right{    font-size: 14px;} #cities .city-box.ad.four{width:100%; padding: 30px;} #cities .city-box.ad.four h3 {margin-top: 77px;}}

	@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)  {
	#cities .city-box.ad.four{width:100%;}
.button { font-size:12px ; }
#cities .city-box.ad.one img{margin-top: 0px; padding-top: 80px;}
#cities .city-box.ad.two h3{margin-top: 0; padding-top: 50px;}

}