@import url('navigation.css');
@import url('footer.css');

html, body, div, span, h2, a, p, img, strong, ol, ul, li, form, input, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #333;
}
html {
	background: #fff url(../../images/html-bg.gif) repeat;
}
body {
	line-height: 1;
	background: url(../../images/body-bg-new.gif) repeat-x;
	min-height:379px;
	min-width:1024px;
}
/*#home #wrapper h1 {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
	font-family: 'Soho W02 Regular', Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 23px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 10px;
    z-index: 10;
}
#home h2 {
	clear: both;
	margin: 5px 0;
	padding: 3px 15px 0 15px;
	font-family: 'Soho W01 light',helvetica,arial,sans-serif
	color: #0E5279;
}*/
#home img {
	display: block;
}
ul {
	list-style: none;
}
p, li, td, form, input, th, caption {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Content */
#wrapper {
	width: 1000px;
	margin: auto;
	padding-bottom: 15px;
}
#content ul li em {
	color: #666;
}
#content a, ul li a, #content a strong {
	color: #2a779f;
	font-size: 100%;
}
#content ul li a:hover, #content a:hover strong {
	color: #000;
}
#container {
	overflow: hidden;
	width: 960px;
	margin: auto;
	background-color: #eee;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
/* slider font fix */


/* Announcement Box */

#announcement { width: 961px; height: 120px; background-repeat: no-repeat; margin: -4px 0 8px 0; }
#announcement a { text-decoration: none; }
#announcement a .text { padding: 24px 20px 20px 670px}
#announcement a .text h4 { margin: 0; padding: 0 0 8px 0; font-size: 14px; font-weight: normal;  }
#announcement a:hover .text h4 { color: #1897d4;  }
#announcement a .text p { margin: 0; padding: 0 0 8px 0; font-size: 11px; font-weight: normal;  }
#announcement a .text p span { font-weight: bold; color: #1897d4;  }
#announcement a .text h4 {  
  -webkit-transition: all 0.25s ease-out; 
     -moz-transition: all 0.25s ease-out; 
       -o-transition: all 0.25s ease-out; 
          transition: all 0.25s ease-out;  }


.right-align { text-align:right !important;}

/* --- HOSPITALITY CLOUD --- */
#home #hospitality-cloud {
	background: url(../../images/homepage-hospitality-cloud-bg.jpg) no-repeat;
	background-position-y: -50px;
	border:none; 
	float:left;
	width: 960px;
	height: 320px;
	margin-bottom: 10px;
	margin-top: -5px;
	border-radius: 4px; position:relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transform: translate3d(0,0,0);
	text-align: center;
}
#home #hospitality-cloud h2 {
	font-family: 'Soho W02 Regular',helvetica,arial,sans-serif;
	font-size:30px;
	text-align: center;
	padding-top:100px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
	text-rendering: optimizeLegibility;
}
#home #hospitality-cloud p{
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}
#home #hospitality-cloud a.button.green {
	text-decoration: none;
	text-shadow: none;
	margin: 0 auto;
	border: none;
	padding: 8px 30px;
}
/* --- SOCIALWALL + ONARRIVAL CALL OUT - Container --- */
#home #sw-oa-container {
	background: #FFFFFF;
	border:none; float:left;
	width: 960px;
	height: 320px;
	margin-bottom: 10px;
	margin-top: -5px;
	border-radius: 4px; position:relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transform: translate3d(0,0,0); /* chrome (webkit) anti-aliasing for text */
}
#home #sw-oa-container .title{
	background: rgb(35, 31, 32);
	background: rgba(35, 31, 32, 0.6);
	box-sizing: border-box;
	width: 480px;
	height: 70px;
	position: absolute;
	top: 100; *left:0px;
	/*height: 62px*/
}
#home #sw-oa-container .title h2 {
	font-family: 'Soho W02 Regular',helvetica,arial,sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	line-height: 70px;
}
#home #sw-oa-container .text {
	padding: 100px 50px 40px 50px;
	text-align: center;
	box-sizing: border-box;
	height: 270px;
}
#home #sw-oa-container .text h2 {color: #FFFFFF; font-size: 26px;}
#home #sw-oa-container .text p {color: #ffffff; text-align: center; padding-top: 5px;font-size: 14px;}

#home #sw-oa-container .btn-new { 
	background: #199cd6;
	padding: 12px 35px; 
	border-radius: 4px; 
	display: inline-block; 
	margin: 0 auto; 
	color:#ffffff; 
	text-decoration: none; 
	font-weight: bold;
	margin-left: 120px;
    margin-top: -25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
}
#home #sw-oa-container .btn-new:hover {background: #1589bd;}

#home #sw-oa-container #cventconnect {
	background: url(../../images/frontpage-callout-connect-bg.jpg) no-repeat center center;
	box-sizing: border-box;
	background-size: cover;
	float:left;
	width: 480px;
	height: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px; 
	text-decoration:none; 
	border:none;
}
#home #sw-oa-container #cventconnect .title.cventconnect {
	background: rgb(255,255,255);
	background: rgba(255,255,255,1);
	padding: 0px;
}

#home #sw-oa-container #cventconnect .logo-sw {padding-left: 15px;}


#home #sw-oa-container #hospcloud {
	background: url(../../images/bg-hospitality-cloud.jpg) no-repeat;
	box-sizing: border-box;
	background-size: cover;
	float:left;
	width: 480px;
	height: 100%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px; 
	text-decoration:none; 
	border:none;
}

/*  #home #sw-oa-container #socialwall {
	background: url(../../images/bg-socialwall.jpg) no-repeat;
	box-sizing: border-box;
	background-size: cover;
	float:left;
	width: 480px;
	height: 100%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px; 
	text-decoration:none; 
	border:none;
}
#home #sw-oa-container #socialwall .logo-sw {padding-left: 15px;}
#home #sw-oa-container #socialwall .text {
	padding: 140px 20px 40px 20px;
}*/

/* CT Call Out - Container */
#ct-container {
	background-color: #fff;
	border: none;
	height: 130px;
	width: 960px;
	margin-bottom:10px;
	margin-top: -5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transform: translate3d(0,0,0); /* chrome (webkit) anti-aliasing for text */
}
#ct-container .left-col {
	float:left;
	width: 500px;
	background: url(../../images/homepage-slider-bg-2.jpg);
	background-position: center bottom;
	background-size:contain;
	height: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#ct-container .left-col h3 {
	line-height: 1.2em;
	color:#FFFFFF;
	margin-left: 30px;
	margin-top: 20px;
	font-size: 17px;
}
#ct-container .ct-graphic {
	position: relative;
	float:left;
	width: 200px;
	margin-left: -150px;
}
#ct-container .right-col {
	float:right;
	width: 280px;
	padding-right: 10px;
}
#ct-container .right-col h4 {
	margin-bottom: 5px;
}
#ct-container .right-col a{
	color:#1897D4;
}

/* Homepage CSS */
#container {
	border: none;
	background: none;
}
#home-content {
	/*background-color: #fff;*/
	float:left;
	border: none;
	height: 300px;
	width: 960px;
	margin-bottom:15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transform: translate3d(0,0,0); /* chrome (webkit) anti-aliasing for text */
}
#home-content #promo-1 {
	float:left;
	width:320px;
	height:300px;
	background:url(../../images/home-promo-venue2.png);
}

#home-content #promo-3 {
	float:left;
	width:320px;
	height:300px;
	background:url(../../images/homepage-promo-buildyourcrowd.png);
}
#home-content #promo-4 {
	float:left;
	width:320px;
	height:300px;
	background:url(../../images/home-promo-dg3.png);
}
#home-content #promo-5 {
	float:left;
	width:320px;
	height:300px;
	background:url(../../images/eoy-2013-promo-homepage.png) no-repeat top center;
}
#home-content #promo-6 {
    background:   url("../../images/home-promo-dg6.jpg") repeat scroll 0 0;
    float: left;
    height: 300px;
    width: 320px;
}
#promo-6 .button-link {
    background:  url("../../images/homepage-learn-more-cta.png") no-repeat scroll center top;
    height: 54px;
}
#promo-6 .subtitle {
    padding: 0 30px;
	margin:10px 12px !important;
    text-align: center;
}
#home-content #promo-6 .subtitle span { color:#fff;}
#promo-6 > img {
    margin: 30px auto 0;
    width: 100px;
}
.random { display:none; /* hide the items at first only */ }
#promo-2 .button-link {
	float:right;
	background:url(../../images/home-demo-btn.png) no-repeat top center;
	display:block;
	width:230px;
	height:50px;
	margin:108px 18px 20px 0;
}
#promo-3 .button-link {
	float:right;
	background:url(../../images/homepage-promo-buildyourcrowd-btn.png) no-repeat top center;
	display:block;
	width:156px;
	height:51px;
	margin:107px 18px 20px 0;
}
#promo-4 .button-link {
    background: url("../../images/explore-destinations.png") no-repeat scroll center top  ;
    display: block;
    float: right;
    height: 42px;
    margin: 115px 18px 20px 0;
    width: 275px;
}
#home-content .title {
	margin:14px 12px;
}
#home-content .title span{
	font-family: 'Soho W01 Light Italic', Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	color: #FFF;
}
#home-content #promo-5 .title {
	text-align: right;
	line-height: 29px;
}
#home-content .subtitle {
	margin:26px 12px;
}
#home-content #promo-5 .subtitle {
    margin: 34px 12px;
    text-align: right;
}
#home-content #promo-5 a {
	display: block;
	height: 49px;
    margin-left: 140px;
    margin-top: 93px;
    width: 163px;
}
#home-content .subtitle span {
	font-size:0.9em;
	line-height:1.25em;
	font-weight:bold;
}
#home h2 {
	padding: 0;
	margin: 0;
	font-size: 120%;
	color: #2A779F;
}
#home h2 a {
	padding: 0;
	margin: 0;
	color: #2A779F;
}
p {
	margin: 0 0 10px 0;
	line-height: 150%;
}
#top {
	width: 960px;
	height: 450px;
	background:transparent;
	margin: 15px 0 15px;
}
.sSelect {

	float: left;
    height: 22px;
    margin: 10px 10px;
    padding: 1px 0 0 1px;
    width: 185px;
}

.advanced-venue-search{
	clear:both;
	float:right;
	margin-top:8px;
	margin-right:15px;
}
.advanced-venue-search a{
	color:#FFF;
}
#home-news {
	background-color: #fff; float:left;
	border: none;
	min-height: 200px;
	padding: 15px 0 15px 0;
	width: 960px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}
#home-news #title{
	margin:10px 10px 20px;
	text-align: center;
	width: 940px;
	box-sizing: border-box;
}
#home-news .bold {font-weight: bold; font-size: 14px;}
#home-news .italics {font-style: italic; line-height: 2.5em;}
#home-news .btn-new { background: #199cd6;padding: 12px 35px; border-radius: 4px; float:right;}
#home-news a.btn-new {
	text-decoration: none; 
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}
#home-news .btn-new:hover {background: #1589bd;}
#home-news #title h3 {
	color: rgb(24, 151, 212); 
	font-family: 'Soho W01 Light Italic'; 
	font-size: 24px; 
	text-align:center;
	font-weight: normal;margin-bottom: 0;margin-top: 0;
}
#home-news #divider {
	width: 2px;
	height: 250px;
	background: #eff3f4;
	float: left;
	position: relative;
	top: 20px;
}
#home-news #n1{
	float:left;
	width:320px;
	box-sizing: border-box;
	padding: 0px 20px 20px 20px;
}
#home-news #n2{
	float:left;
	width:316px;
	box-sizing: border-box;
	padding: 0px 20px 20px 20px;
	/*border-right: 2px solid #eff3f4;
	border-left: 2px solid #eff3f4;*/
	height:300px;
}
#home-news #n3{
	float:left;
	width:320px;
	box-sizing: border-box;
	padding: 0px 20px 20px 20px;
}
#home-news .link{
	margin:15px 10px 10px 16px;
}
#home-news h3 a {color: #1897d4; font-family: "Soho W02 Regular",helvetica,arial,sans-serif; font-style: normal; margin: 0 0 10px;}
#home-news h3 a:hover {text-decoration: underline; }
#home-news .link a img{margin-left: 0px;}
#home-news .link a, #home-news .link a:visited{
	font-size:0.8em;
	line-height:1.5em;
	text-decoration:none;
}
#home-news .link a:hover, #home-news .link a:active{
	font-size:0.8em;
	line-height:1.5em;
	text-decoration:underline;
}
#home-news #more {
	float:right;
}
#home-news #more a, #home-news #more a:visited{
	text-decoration:underline;
	font-size:0.8em;
	color:#1897d4;
}
#home-news #more a:hover, #home-news #more a:active{
	text-decoration:underline;
	font-size:0.8em;
	color:#000;
}
#home-news span.source{font-style: italic; color: #666}
#home-news span.new-page {width: 20px; height: 20px; background: url("/en/images/home-new-page-icon.png") 0 0 no-repeat; display: block; float: left; }
/* !Form box*/

#home-content #contactbox {
	float:left;
	width:320px;
	height:300px;
	background:url(../../images/home-box-bg1.png); }

#home-content #contactbox .form-inner { width: 256px; margin: 20px 0 0 32px; display: none; }

#home-content #contactbox.live .phonenumber { display: none !important; }
#home-content #contactbox.live .form-inner { display: block !important; }

#home-content #contactbox .phonenumber { width: 260px; margin: 62px 30px; color: white; display: block; }
#home-content #contactbox .phonenumber p { color: #fff; font-size: 14px; line-height: 1.5em; }
#home-content #contactbox .phonenumber p.bold {  font-weight: bold; }
#home-content #contactbox .phonenumber h4 { font-size: 28px; margin: 0; line-height: 1em; }

#contactbox .first_name input[type="text"] { background-image: url(/en/images/icon-form-firstname.png); }
#contactbox .last_name input[type="text"] { background-image: url(/en/images/icon-form-lastname.png); }
#contactbox .email input[type="text"] { background-image: url(/en/images/icon-form-email.png); }
#contactbox .phone input[type="text"] { background-image: url(/en/images/icon-form-phone.png); background-position: 9px 7px !important; }
#contactbox .company input[type="text"] { background-image: url(/en/images/icon-form-organization.png); background-position: 10px 8px !important; }

#home-content #contactbox input[type="text"] { 
	float: left;
	color: #555; 
	border: 1px solid #cccccc;
	background-color: #fff;
	background-position: 11px 9px;
	background-repeat: no-repeat;
  -webkit-border-radius: 4px;
          border-radius: 4px;
	
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 
	
	display: block; 
	font-size: 14px; 
	margin: 2px 0 5px 0; 
	padding: 6px 6px 6px 32px; 
	width: 214px; 
	
	-webkit-transition: all 0.15s linear; 
	-moz-transition: all 0.15s linear; 
	-o-transition: all 0.15s linear; 
	transition: all 0.15s linear; 
	}
#home-content #contactbox input.name { 
	width: 82px;
}
#home-content #contactbox input.name.last { 
	margin-left: 10px;
	clear: right;
}
#home-content #contactbox input[type="text"]:focus { 
	background-color: #fafafa; 
	outline: none !important; 
	border-color: #b3b3b3; 
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.15); 
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.15); 
	}
#home-content #contactbox #form input[type="text"].error { border-color: #FF0000; }


.button input[type="submit"]{
  text-decoration: none; 
  display: inline-block;
  *display: inline;
  margin: 0;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  *zoom: 1;
  vertical-align: middle;
  cursor: pointer;
    	
	/* size */  
 	font-size: 14px;   
	padding: 6px 13px;
	width: 254px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
      
    /* colors */        
	color: #ffffff;
	background-color: #008ac1;
	border: 1px solid #1796c8;
	text-shadow: 1px 1px 1px rgba(000,000,000,0.1);  
			
	/* gradient overlay */
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1a000000',GradientType=0 );
	
	/* animated overlays */
	   -moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out; 
	    -ms-transition: all .2s ease-in-out; 
	     -o-transition: all .2s ease-in-out; 
	        transition: all .2s ease-in-out; 
	
	/* box shadows + top stroke */        
	-moz-box-shadow:
		0px 0px 3px rgba(000,000,000,0.1),
		inset 0px 2px 0px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 0px 3px rgba(000,000,000,0.1),
		inset 0px 2px 0px rgba(255,255,255,0.1);
	box-shadow:
		0px 0px 3px rgba(000,000,000,0.1),
		inset 0px 2px 0px rgba(255,255,255,0.1);
	}

.button:hover input[type="submit"] {
	  color: #ffffff;
	  border-color: #08669c;	
	  background-color: #08669c;
	
	/* box shadow + top stroke - animation */        
	-moz-box-shadow:
		0px 0px 4px rgba(000,000,000,0.15),
		inset 0px 1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow:
		0px 0px 4px rgba(000,000,000,0.15),
		inset 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow:
		0px 0px 4px rgba(000,000,000,0.15),
		inset 0px 1px 0px rgba(255,255,255,0.2);
	}
#home .req-msg { margin: 0 !important; color: #fff; }
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

#slider {
	width: 960px;
	height: 450px;
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transform: translate3d(0,0,0); /* chrome (webkit) anti-aliasing for text */
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 0;
	width: 960px; height: 450px;
}
/* slider window - top & bottom borders, default state 
.anythingSlider-default .anythingWindow {
	border-top: 3px solid #777;
	border-bottom: 3px solid #777;
}*/
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #7C9127;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #7C9127;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top:  200px;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 34px;
	height: 40px;
	text-align: center;
	outline: 0;
	background: url(../../images/slider-arrow.png) no-repeat;
}

/* back arrow */
.anythingSlider-default .back { left: 0px; }
.anythingSlider-default .back a { background-position: left top; margin-left: 20px; }
/* forward arrow */
.anythingSlider-default .forward { right: 0px; }
.anythingSlider-default .forward a { background-position: right top; margin-right:20px; }
/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 450px;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 0;
}

/**** Slider Custom Styles ****/



#slider h1 {font-family: 'Soho W01 Light', Arial,Helvetica,sans-serif; font-size: 35px; color: #fff; margin-bottom: 0px;}
#slider h2 { font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 20px; color: #fff; font-weight: 100; line-height: 28px; margin-top: 12px;}



#slider li { position: relative; }
#slider .box { position: absolute; }

#slider .box.learn img{ position: relative; left: 130px;
	top:15px }



#slider .text { top: 40px; width: 480px; left: 60px }
#slider .learn { top: 310px;  left: 85px; }

#slider li .learn a { padding: 15px 50px 15px 20px;
    background: #00a0de;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    letter-spacing: .5px;}
    
    #slider li .learn a.video { padding: 12px 20px 12px 20px;
    background: transparent; 
    border: 3px solid #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    letter-spacing: .5px;
    margin-left: 10px}
#slider li a { color: white; text-decoration: none; }




#slider .text { font-family: 'Soho W01 Light Italic', Arial,Helvetica,sans-serif; font-size: 34px; padding: 18px 22px;  }




#slider .cvent-connect .badge {position: absolute; top:20px; right: 60px;}
#slider li.cvent-connect .learn {font-size: 19px;}



#slider .csn .search { bottom: 0px; left: 51px; height: 60px; width: 404px; }
#slider .csn .search .text { font-family: 'Soho W01 Light Italic', Arial,Helvetica,sans-serif; color: white; font-size: 22px; padding-top: 18px; }
#slider .csn .search .icon { background: url('/en/images/csn-arrow-down.png') bottom center no-repeat; width: 43px; height: 27px; float: left; margin: 26px 8px 0 11px; }


#slider .surveys .learn a { display: block; padding: 14px 20px; width: 180px; }



#slider .meeting-destination .links{ background:url('/en/images/light-blue81.png'); top:306px; width:100%; height:79px;}
#slider .meeting-destination .links ul{float:left; margin:15px 0px 0px 58px;}
#slider .meeting-destination .links ul li{ margin-bottom:7px; padding:0px; }
#slider .meeting-destination .links ul li a{ color:fff; font-family: 'Soho W01 Light Italic', Arial,Helvetica,sans-serif; font-size: 16px; font-weight:bold; background:url("/en/images/meeting-destination-links-arrow.png") no-repeat scroll right 1px; padding-right:15px;}
#slider .meeting-destination .links ul li a:hover{ text-decoration: underline;}




#slider .express .sub-text { font-size: 20px; padding-top: 9px; display: block; }



/****** Dropdown / CTA Styling ******/

/**** 	CTA Version 	****/

.subtitle #csn-icon {
	float: left;
	display: block;
	background: url('/en/images/homepage-csn-icon.png');
	width: 72px;
	height: 50px;
	margin: 0;
}
	
.subtitle .venue { 
	float: left; 
	color: white;
	width: 195px;
	line-height: 20px;
	margin: 5px 0 0 18px;
}

#find-venue-cta a {
	display: block;
	background: url('/en/images/btn-findavenue.png');
	width: 189px;
	height: 50px;
	margin: 125px 20px	 0 0;
	float: right;
}

/**** 	Dropdown / Autofill Version 	****/
.chzn-select { 
	background: white; 
	padding: 5px 8px; 
	border-radius: 4px; 
}

.search-btn { 
	  background-color: #f0f0f0;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d6d6d6)); /* Safari 4+, Chrome */
	  background-image: -webkit-linear-gradient(top, #f0f0f0, #d6d6d6); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(top, #f0f0f0, #d6d6d6); /* Firefox 3.6-15 */
	  background-image:      -o-linear-gradient(top, #f0f0f0, #d6d6d6); /* Opera 11.10-12.00 */
	  background-image:         linear-gradient(to bottom, #f0f0f0, #d6d6d6); /* Firefox 16+, IE10, Opera 12.50+ */
	border-left: 1px solid #ddd; 
	padding: 10px 22px;
	margin: 11px 0 0 22px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	float: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
}

.search-btn span { color: #444; }

.advanced-venue-search {
	clear: both;
	float: right;
	margin-top: 8px;
	margin-right: 15px;
	text-decoration: none;
}

.advanced-venue-search a {
	text-decoration: none;
	font-size: 13px;
	color: white;
	padding: 5px 8px;
}

.advanced-venue-search a:hover {
	text-decoration: underline;
}

.advanced-venue-search a .icon { display: block;
	background: url('/en/images/icon-search.png');
	width: 18px;
	height: 18px;
	margin: -3px 0 0 0;
	float: left;
	 }

.ui-autocomplete {
  padding: 0;
  list-style: none;
  background-color: #fff;
  width: 218px;
  border: 1px solid #B0BECA;
  max-height: 350px;
  overflow-y: scroll;
}
.ui-autocomplete .ui-menu-item a {
  border-top: 1px solid #eee;
  display: block;
  padding: 5px 8px;
  color: #353D44;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:first-child a {
  border-top: none;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover {
  background-color: #D5E5F4;
  color: #161A1C;
}

/* Docked Chat */
#docked-chat {
	z-index: 5;
	background: url("/en/images/chat/docked-chat.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    position: fixed;
    right: 10%;
}
#docked-chat a {
	text-indent: -9999px;
	display: block;
	width: 189px;
	height: 56px;
}
#smartbutton {
    height: 151px;
    position: fixed;
    right: 0;
    top: 30%;
    width: 69px;
    z-index: 5;
}
/* footer search box */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], textarea {
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 14px;
    margin: 2px 0 12px;
    padding: 6px; 
    width: 250px;
}
.checkbox input {
    float: left;
    margin: 0 !important;
}
.checkbox p {
    color: #ffffff;
    font-size: 11px !important;
    line-height: 12px;
    margin: 0 0 5px 20px !important;
    width: 90%; display:inherit !important;
}

/* Internation Drop Down Menu */
#footer ul#intl-menu { display: none; float: none;}
#footer ul#intl-menu > li { margin-top: 10px; padding-left: 5px; }
#footer ul#intl-menu > li > a { color: #bbecff; }
