@charset "utf-8";
/******************************************************************************
 * /style/website-style.css
 *
 *
 * Site CSS definitions
 *****************************************************************************/
/****************
import the basics
****************/
@import url(style.css);
/****************
import the component styles
****************/
@import url(components.css);
/*

/*
 * General Styles
 */
body {
    font-family: 'News Cycle', sans-serif;
    font-size: 15px;
	line-height: 20px;
    color: #252525;
}
a,
a:link,
a:visited,
a:active {
	color: #6a6c6e;
	text-decoration: underline;
}
a:hover {
	color: #6a6c6e;
}
p {
    font-family: 'News Cycle', sans-serif;
    font-size: 15px;
	line-height: 20px;
    color: #252525;
	overflow: visible;
	margin-bottom: 10px;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #252525;
	color: #252525;
	width: 100%;
}
img { border: 0; }
h1 {
	font-family: 'News Cycle', sans-serif;
    font-weight: normal;
	color: #57b4b0;
	margin-bottom: 8px;
	margin-top: 10px;
    display: block;
    line-height: normal;
}
h2 {
	font-family: 'News Cycle', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #252525;
	margin-bottom: 5px;
    line-height: normal;
	background-image: url(/images/KeynoteEntertainment_Heading2_GreenBox.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0% 54%;
}
h3 {
	font-family: 'News Cycle', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #6b6c6f;
	margin-bottom: 15px;
    line-height: 22px;
}
h4 {
	font-family: 'News Cycle', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #252525;
    line-height: normal;
	font-style: italic;
	margin-bottom: 4px;
}
h5 {
	font-family: 'News Cycle', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #4bb2a8;
    line-height: normal;
	margin-bottom: 15px;
}
fieldset {
    padding: 5px 15px;
    margin-bottom: 20px;
    border: 1px solid #252525;
}
legend {
    padding: 0 3px 5px;
}
.clear {
    clear: both;
}
li {
	line-height: 24px;
    font-family: "News Cycle",sans-serif;
    font-size: 15px;
    color: #252525;
}

ul, ol {
    margin-left: 25px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}



/*
 * General Layout
 */
#container {
    width: 100%;
}
.wrapper {
    width: 963px;
    margin: 0 auto;
}


header, nav, #body, #footer {
    width: 100%;
}

header {

}
nav {
}
#body {
    margin-bottom: 40px;
	 margin-top: 20px;
}


/*
 * Header Component
 */
#logo {
	display: inline-block;
}

#btn-burger {
    width: 39px;
    height: 32px;
    background: url('images/icon-menu.png');
}

#search_area input#search_a_speaker {
	padding: 0 5px 4px 5px;
	background-color: #81d8d0;
	font-family: 'News Cycle', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	border: none;
	vertical-align: top;
    display: inline-block;
    border-radius: 0;
    box-sizing: initial;
}
#search_area input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
#search_area input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
#search_area input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
#search_area input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ffffff;
}
#search_area input.placeholder {
	color:    #ffffff;
}


#social_area {

}
#contact_phone {
	font-family: 'News Cycle', sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #252525;
	vertical-align: top;
}
#contact_phone img{
	margin-left: 5px;
}
#contact_email{
	vertical-align: top;
}
#contact_email p{
	font-family: 'News Cycle', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #252525;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 11px;
}
#contact_email p:hover{
	color: #57b4b0;
}
#contact_email .contact_email_icon{
	background-image: url(/images/KeynoteEntertainment_Contact_Icon.jpg);
	background-position: 0% 0%;
	display: inline-block;
	margin-left: 5px;
	width:28px;
	height:18px;
}
#contact_email .contact_email_icon:hover{
	background-position: 0% 100%;
}



#social_icon_bar{
	vertical-align: top;
}
#social_icon_bar div{
	background-position: 0% 0%;
	display: inline-block;
	width:32px;
	height:32px;
	margin-left:6px;
	margin-top:1px;
	vertical-align: top;
}
#social_icon_bar a{
	display: block;
	width: 100%;
	height: 100%;	
}
#social_icon_bar div:hover{
	background-position: 0% 100%;
}
#social_icon_bar .linkedin{
	background-image: url(/images/KeynoteEntertainment_SocialMedia_LinkedIn.jpg);
}
#social_icon_bar .facebook{
	background-image: url(/images/KeynoteEntertainment_SocialMedia_Facebook.jpg);
}
#social_icon_bar .googleplus{
	background-image: url(/images/KeynoteEntertainment_SocialMedia_GooglePlus.jpg);
}
#social_icon_bar .twitter{
	background-image: url(/images/KeynoteEntertainment_SocialMedia_Twitter.jpg);
}


/*
 * Navigation
 */
#menu {
    margin: 0;
}
#menu ul, #menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu li {
	font-family: 'News Cycle', sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #6f7174;
	text-transform: uppercase;
}
#menu li a:hover {
	color: #252525;
}
#menu li:hover {
	background: #c6f5f3;
}
#menu li.active {
	background: #c6f5f3;
}
#menu li.active a{
	color: #252525;
}
#menu > ul {
    width: 100%;
    height: 100%;
}
#menu > ul > li {
    display: inline-block;
}
#menu > ul > li > a {
    color: #6f7174;
	text-decoration: none;
    display: inline-block;
}
#menu > ul > li > ul {
    display: none;
    background: #252525;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
#menu ul ul > li > a {
    display: block;
    padding: 4px 24px;
    color: #6f7174;
	text-decoration: none;
}

/*
 * Body Component
 */

/* home page */
#tiles {
	margin-bottom: 18px;
}
#tiles div{
	float:left;
	background-position: 0% 0%;
    transition: all 0.7s ease;
}
#tiles div:hover{
	background-position: 0% 100%;
}
.KeynoteEntertainment_Tile_MotivationalSpeakers {
	background-image: url(/images/KeynoteEntertainment_Tile_MotivationalSpeakers.jpg);
}
.KeynoteEntertainment_Tile_BusinessSpeakers {
	background-image: url(/images/KeynoteEntertainment_Tile_BusinessSpeakers.jpg);
}
.KeynoteEntertainment_Tile_KeynoteSpeakers {
	background-image: url(/images/KeynoteEntertainment_Tile_KeynoteSpeakers.jpg);
}

.KeynoteEntertainment_Tile_Entertainers {
	margin-top:18px;
	background-image: url(/images/KeynoteEntertainment_Tile_Entertainers.jpg);
}

.KeynoteEntertainment_Tile_Comedians {
	margin-top:18px;
	background-image: url(/images/KeynoteEntertainment_Tile_Comedians.jpg);
}

.KeynoteEntertainment_Tile_MasterOfCeremonies {
	margin-top:18px;
	background-image: url(/images/KeynoteEntertainment_Tile_MasterOfCeremonies.jpg);
}

.KeynoteEntertainment_Tile_SearchByState {
	margin-top:18px;
	background-image: url(/images/KeynoteEntertainment_Tile_SearchByState.jpg);
}

.KeynoteEntertainment_Home_Illustration {
	margin-top:18px;
	background-image: url(/images/KeynoteEntertainment_Home_Illustration.jpg);
}
#tiles div.KeynoteEntertainment_Home_Illustration:hover {
	background-position: 0% 0%;
}

/* general inner page */
.general_content div.paragraph {
	display: inline-block;
	width: 740px;
	margin-right: 9px;
}
.general_content img {
	vertical-align: top;
	margin-top: 46px;
}

/* speakers categories inner page */
#category_tiles .group div{
	float:left;
	background-position: 0% 0%;
	vertical-align: top;
}
#category_tiles .group div:hover{
	background-position: 0% 100%;
}

#category_tiles .g1{
	float:left;
}

#category_tiles .g2{
	float:left;
}

#category_tiles .g3{
	float:left;
}

#category_tiles .motivational-speakers {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_MotivationalSpeakers.jpg);
}
#category_tiles .women-in-business {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_WomenInBusiness.jpg);
}
#category_tiles .business-coaching {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_BusinessCoaching.jpg);
}
#category_tiles .sales {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_Sales.jpg);
}
#category_tiles .sports-heroes {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_SportsHeroes.jpg);
}
#category_tiles .ceo {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_CEOS.jpg);
}
#category_tiles .change-management {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_ChangeManagement.jpg);
}
#category_tiles .customer-service {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_CustomerService.jpg);
}

#category_tiles .rosie-batty {
	background-image: url("/images/RosieBatty.jpg");
    background-position: -19px center;
    float: left;
    height: 251px;
    margin-left: 6px;
    margin-top: 13px;
    vertical-align: top;
    width: 177px;
}

#category_tiles .team-building {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_TeamBuilding.jpg);
}
#category_tiles .adventure-and-challenge {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_AdventureAndChallenge.jpg);
}

#category_tiles .lisa-mcinnes-smith {
	background-image: url(/images/LisaMcInnesSmith.jpg);
	width: 190px;
	height: 251px;
	float:left;
	vertical-align: top;
	margin-top:13px;
}

#category_tiles .economists, #category_tiles .finance-and-investment {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_Economists.jpg);
}
#category_tiles .facilitators {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_Facilitators.jpg);
}
#category_tiles .social-media {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_SocialMedia.jpg);
}
#category_tiles .business-speakers {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_BusinessSpeakers.jpg);
}
#category_tiles .leadership {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_Leadership.jpg);
}
#category_tiles .branding-and-marketing {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_BrandingAndMarketing.jpg);
}

#category_tiles .michael-nagle {
	background-image: url(/images/MichaelNagel.jpg);
	width: 196px;
	height: 251px;
	float:left;
	vertical-align: top;
	margin-top:13px;
}

#category_tiles .celebrity-chefs {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_CelebrityChefs.jpg);
}
#category_tiles .futurists-and-future-trends {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_FuturistsAndFutureTrends.jpg);
}
#category_tiles .communication {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_Communication.jpg);
}
#category_tiles .health-and-lifestyle {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_HealthAndLifestyle.jpg);
}
#category_tiles .inspirational {
	margin-left:0px;
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_InspirationalSpeakers.jpg);
}
#category_tiles .group .entrepreneur {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_Entrepreneurs.jpg);
}
#category_tiles .innovation {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_Innovation.jpg);
}
#category_tiles .education-speakers {
	background-image: url(/images/KeynoteEntertainment_SpeakersCategory_Education.jpg);
}

/*inner speaker category list */

#catlist_wrapper .speaker_holder{
    float: left;
    width: 18%;
    margin: 0 2% 10px;
    padding: 5px 1%;
    height: 300px;
    border: thin solid #808285;
}

#results_holder #catlist_wrapper .speaker_holder{
    float: left;
    border: thin solid #808285;
	position:relative;
}

#results_holder #catlist_wrapper .speaker_holder p.travels_from{
	bottom: 0;
    color: #81d8d0;
    font-weight: bold;
    position: absolute;
}

#catlist_wrapper .speaker_holder:hover{
    background-color:#DEDEDE;
}

#catlist_wrapper .speaker_holder h3{
  color: #81D8D0;
  font-weight: bold;
    margin-bottom: 0;
}

#catlist_wrapper .speaker_holder span{
    display:inline-block;
    width: 100%;
	text-align: center;
	overflow: hidden;
}

#category_select{
	width:100%;
}

#category_select ul, #category_select li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#category_select li {
	font-family: "News Cycle",sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
    color: #57b4b0;
}

span#selector{
	background-image: url("images/select_arrow.jpg");
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
}

#category_select > ul {
    width: 100%;
    height: 100%;
}
#category_select > ul > li {
    display: inline-block;
    position: relative;
    color: #57b4b0;
    /*width: 320px;*/
    z-index: 5;
}

#category_select > ul > li > ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
}
#category_select ul ul > li  {
    display: block;
    padding: 4px 24px;
	cursor:pointer ;
}

#category_select ul ul > li:hover{
	color:#fff;
	background-color:#57b4b0;
}

/* inner Speaker detail page */
.speaker_detail_left{
	display: inline-block;
}
.speaker_detail_left ul{
	margin-left: 20px;
}
.speaker_detail_right{
	display: inline-block;
	vertical-align: top;
}

.profile_image{
	width: 270px;
	height:218px;
	overflow: hidden;
	text-align: center;
}

.youube_video{
	width: 270px;
	height:182px;
	margin-top: 13px;
	margin-bottom: 13px;
	vertical-align: top;
}

.speaker_detail_right input {
	background-color: #ffffff;
	border: 1px solid #81d8d0;
	float: right;
}
.speaker_detail_right .submit_button{
	background: url(/images/KeynoteEntertainment_Button_BG.jpg) no-repeat center;
	background-color: #81d8d0;
	font-size: 15px;
	font-family: 'News Cycle', sans-serif;
	color: #ffffff;
	padding-left: 10px;
	width:140px;
	height:32px;
	float: right;
	margin-top: 14px;
	cursor: pointer;
}

a.button{
    background-color: #81d8d0;
    color: #ffffff;
    float: right;
    font-family: "News Cycle",sans-serif;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-top: 14px;
    padding: 0 5px;
    text-decoration: none;
    width: 140px;
}

div#enquiry_holder{
	margin-top:10px;
}

div#enquiry_holder p{
	padding:0;
}

div#enquiry_holder p span{
	
}

img.delete{
	cursor: pointer;
    height: auto;
    margin-left: 5px;
    vertical-align: middle;
    width: 15px;	
}

img.enquiry_list_image{
    float: left;
    height: auto;
    margin-right: 10px;
    width: 80px;
}

.speaker_detail_right label{
	display: inline-block;
	/*width: 80px;*/
	margin-bottom: 14px;
}
.speaker_detail_right .state_label{
	margin-bottom: 17px;
}
.speaker_detail_right select{
	background-color: #ffffff;
	border: 1px solid #81d8d0;
	float: right;
}
.speaker_detail_right textarea{
	float: right;
	background-color: #ffffff;
	border: 1px solid #81d8d0;
}

.round {
    border: 3px solid #000;
    width: 150px;
    height: 50px;
    position: relative;
    -moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Chrome & Safari */
	border-radius: 10px; /* Opera 10.50 & IE9 , Also Works for IE-CSS3 the Script */
    -moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
    box-shadow: 5px 5px 10px #000;
    z-index: 2;
    behavior: url(ie-css3.htc);
}

/* Speaker Enquiry page */
div.pres_holder{
  float:left;
  width:23%;
  margin:10px 1%;
}

/* Entertainers category page */
.entertainers_category_tiles {
	min-height: 545px;
}
#category_tiles .group .EntertainersCategory_Comedians {
	margin-left: 0px;
	background-image: url(/images/KeynoteEntertainment_EntertainersCategory_Comedians.jpg);
}
#category_tiles .EntertainersCategory_FeatureActs {
	background-image: url(/images/KeynoteEntertainment_EntertainersCategory_FeatureActs.jpg);
}
#category_tiles .EntertainersCategory_AfterDinner {
	background-image: url(/images/KeynoteEntertainment_EntertainersCategory_AfterDinner.jpg);
}
#category_tiles .EntertainersCategory_MCSHosts {
	background-image: url(/images/KeynoteEntertainment_EntertainersCategory_MCSHosts.jpg);
}
#category_tiles .group .EntertainersCategory_DanceBands {
	margin-left:0px;
	background-image: url(/images/KeynoteEntertainment_EntertainersCategory_DanceBands.jpg);
}
#category_tiles .EntertainersCategory_RecordingArtists {
	background-image: url(/images/KeynoteEntertainment_EntertainersCategory_RecordingArtists.jpg);
}
#category_tiles .EntertainersCategory_Celebrities {
	background-image: url(/images/KeynoteEntertainment_EntertainersCategory_Celebrities.jpg);
}
#category_tiles .EntertainersCategory_InterestingIdeas {
	background-image: url(/images/KeynoteEntertainment_EntertainersCategory_InterestingIdeas.jpg);
}
#category_tiles .KeynoteEntertainment_WebsiteDesign_SpeakersCategory_PhotoDanniiMinogue {
	background-image: url(/images/entertainers_right_img.jpg);
	width: 196px;
	height: 251px;
	float:left;
	vertical-align: top;
	margin-top:13px;
}

#bouncer {
	font-size: 16px;
	opacity: 0.5;
    color: #252525;
}

/*
 * Footer Component
 */
#container > footer {
	background: url(/images/KeynoteEntertainment_FooterBar_BG.jpg) repeat-x center;
	padding-top: 15px;
}
#container > footer .wrapper {
	background: url(/images/KeynoteEntertainment_FooterLogo.png) no-repeat;
}
#container > footer a,
#container > footer a:link,
#container > footer a:visited,
#container > footer a:active,
#container > footer a:hover {
    border-left: 1px solid #5e5f61;
	text-decoration: none;
	font-family: 'News Cycle', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #aaaaab;
	padding: 0 12px;
	display: inline-block;
}
#container > footer a:first-child,
#container > footer a.contact_point {
	border-left: 0;
}

/*
 * Search Results
 */
 div.search-cat-holder{
	 width:30%;
	 margin:3px 1%;
	 float:left;
 }

 div.no-results p{
	font-size:20px;
	line-height:24px;
 }

 div#filter_holder{
	margin-top: 10px;
 }

 div#results_holder{
	margin-top: 10px;
 }

 div.collapse p{
	margin: 0 0 5px;
    padding: 0;
 }

 div.line{
	 height:1px;
	 background-color:#58595b;
	 margin-bottom:16px;
 }

 input[type=checkbox].css-checkbox {
	  position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

 input[type=checkbox].css-checkbox + label.css-label {
	padding-left:22px;
    height:17px;
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
	background-image:url("images/search_check.png");
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -17px;
}

/*inner speaker category list */
#results_wrapper .speaker_holder{
    float: left;
    border: thin solid #808285;
}

#results_wrapper .speaker_holder:hover{
    background-color:#DEDEDE;
}

#results_wrapper .speaker_holder h3{
  color: #81D8D0;
  font-weight: bold;
    margin-bottom: 0;
}

#results_wrapper .speaker_holder span{
    display:inline-block;
    width: 100%;
	text-align: center;
	overflow: hidden;
}

/*
 * Other Component
 */
.error {
    color: red;
}
.result {
    color: green;
}

span.right-arrow{
    border-color: transparent transparent transparent #444444;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    font-size: 0;
    height: 0;
    left: 5px;
    line-height: 0;
    position: relative;
    top: -5px;
    width: 0;
}


#content p a{
	color: #6a6c6e;
}

.blog-content img {
    float: left;
    margin-right: 20px;
}


