﻿body {
	background: #f1f0e2;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}
#container {
	max-width: 1920px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
}

#container .navbar {
	position: absolute;
	top: 45px;
	width: 100%;
	background-color: rgba(5,5,5,0.5);
}

.header-top {
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: rgb(68,174,196,0.6)!important;
}

@media only screen and (min-width: 992px) {
	.navbar>div {
		max-height: 38px;
	}
}

.nav-link {
	text-transform: uppercase;
	text-decoration: none;
	font: 18px "Barlow", sans-serif;
	color: #fff !important;
}
.nav-link:hover {
	/*background: #8b8d09;*/
	color: #212529 !important;
}

#top {
	background: url(../images/top1.jpg) no-repeat;
	max-width: 100%;
        height: 868px;
        width: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
	
	
}
#abouttop{
	background: url(../images/bg/about20.jpg) no-repeat;
	max-width: 100%;
        height: 868px;
        width: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
	
	
}

.top-banner {
	background: url(../images/keyspeaker_arrow.jpg) no-repeat;
	background-size: no-repeat;
	padding: 50px 0 40px 0;
	margin-top: -54px;
	
}

#top * {
	font-family: "Barlow Condensed", sans-serif;
	
}

@media only screen and (max-width: 992px) {
	#top {
		/*Background fix*/
		margin-top: 0px;
		
		/* Giving Space for the navbar */
		padding-top: 140px;
	}
	
	.top-banner {
		/* Giving Space for the navbar */
		padding-top: 140px;
	}
}

@media only screen and (min-width: 992px) {
	#top {
		/* Parallax */
		background-position: center;
		min-height: 580px;

		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		
		/* Giving Space for the navbar */
		padding-top: 145px;
	}
	
	.top-banner {
		/* Giving Space for the navbar */
		padding-top: 130px;
		height: 390px;
	}
}

@media only screen and (max-width: 576px) {
	.top-banner {
		/* Giving Space for the navbar */
		padding-top: 180px!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	#top>.container {
		max-width: 100%!important;
	}	
}

@media only screen and (max-width: 650px) {
	#logo>a>img {
		width: 90%;
	}
}

.title-and-slogan-container {
	font-family: 'Barlow Condensed', sans-serif; 
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 250px;
	margin-bottom: 50px;
       
}
.title-and-slogan-container h1{
	color: #fff;
	font-size: 7.5em;
}
.title-and-slogan-container small{
	color: #fff;
	font-size: 2.4em;
}

.title-and-slogan-container>a:hover {
	text-decoration: none;
	opacity: 0.8;
}

#flashContent .linkContainer {
	width: 33.33%;
	float: left;
	background-color: #fff;
	border: solid 1px #999;
}

#flashContent img{
	width: 100%;
}
#flashContent a {
	color: #fb3f5e;
	font-size: small;
}

#flashContent a:hover{
	text-decoration: none!important;
	font-weight: 600!important;
}


#featuredCategories h3 {
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#featuredCategories h3 a:link, #featuredCategories h3 a:visited, #featuredCategories h3 a:active {
	font: bold 16px "Barlow", sans-serif;
	color: #fa5858;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
}

#featuredCategories h3 a:hover {
	color: #8b8d09;
}

#featuredCategories ul {
	padding: 0;
	margin: 0;
	margin-left: -.6em;
}

#featuredCategories ul li {
	list-style: none;
	background: url(../images/arrow_bullet.gif) no-repeat;
	background-position: 1em center;
	padding-left: 2em;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.05;
}

#featuredCategories ul li a:link, #featuredCategories ul li a:visited, #featuredCategories ul li a:active {
	font: bold 13px "Barlow", sans-serif;
	color: #000;
	text-decoration: none;
}

#featuredCategories ul li a:hover {
	color:#fa5858;
}

@media only screen and (max-width: 768px) {
	#featuredCategories {
		text-align: center;
	}
	#featuredCategories ul li {
		list-style: none;
		background-image: none;
		padding-left:0;
	}
}

#main {
	clear: both;
	background: #fff;
	padding: 0;
}

#main h3 {
	font: bold 13px "Barlow", sans-serif;
	color: #ee3a55;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0;
}

#main>.row {
	margin: 15px!important;
}

#speakersCatalogs .row>div{
	padding-top: 20px;
	padding-left: 35px;
}

#featuredSpeakers .row>div {
	margin-top: 15px;
}
#featuredSpeakers .row>div>h4 {
	margin-top: 10px;
}
#featuredSpeakers .row>div>p {
	width: 80%;
}

#featuredSpeakers .row img {
	min-height: 150px;
	margin: 0 auto;
}



#speakersCatalogs img {
	border: 1px solid #999;
}

#speakersCatalogs a:link, #speakersCatalogs a:visited, #speakersCatalogs a:active {
	font: normal 11px "Barlow", sans-serif;
	color: #f56464;
	text-transform: uppercase;
	text-decoration: none;
}

#speakersCatalogs a:hover {
	color: #ee3a55;
}

@media only screen and (min-width: 768px) {
	#clientTestimonials {
	  min-height: 870px;
	}

	#speakersCatalogs{
		min-height:160px;
	}
}

#featuredSpeakers h4 {
	padding: 0;
	margin: 0;
}

#featuredSpeakers h4 a:link, #featuredSpeakers h4 a:visited, #featuredSpeakers h4 a:active {
	font: bold 12px "Barlow", sans-serif;
	color: #f56464;
	text-decoration: none;
}

#featuredSpeakers h4 a:hover {
	color: #ee3a55;
}

#featuredSpeakers p {
	font: normal 11px "Barlow", sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.sm-center {
		text-align: center;
	}
}

.bio-page-container a.nav-link {
	color: #999!important;
}

.bio-page-container a.nav-link.active {
	color: #000!important;
}

.bio-page-container .tab-pane {
	min-height: 200px;
}
.bio-page-background{
	background-image: url(../images/crowd.jpg) no-repeat;
}
.biodesc {
	margin: 5px 0;
	font: "Barlow", sans-serif;
	font-size: 2.0em;
}
.biodescshort {
	margin: 5px 0;
	font:"Barlow", sans-serif;
}
.tab-active{
    
    background-color: #fff !important;
    border-color: #fa5858 !important;
    
    
    
}

.tab-active span{
  color: #fff !important; 
}
  
.btn-keyspeak {
   	color: #fff;
    background-color: #44aec4;
    border-color: #44aec4
}
.btn-keyspeak:hover {
    color: #44aec4;
    background-color: #fff;
    border-color: #44aec4;
}
.btn-keyspeak.focus, .btn-keyspeak:focus {
    box-shadow: 0 0 0 .2rem rgba(15,150,110,.5);
}

.btn-state {
	margin-right: 3px!important;
}
.btn-state-selected {
	color: #fff;
    background-color: #44aec4;
    border-color: #fff;
}

.maincat a {
	text-decoration: none;
}

.maincat a  img:hover{
	opacity: 0.85;
}
.subcatholder {
	margin: 5px 15px 25px 15px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#F3F3F3;
	background-image:-moz-linear-gradient(center top,#F3F3F3,#FFF);
	width: 100%;
}

#clientTestimonials .quote-container {
	margin: 15px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#F3F3F3;
	background-image:-moz-linear-gradient(center top,#F3F3F3,#FFF);
}

#clientTestimonials .attribution,
#clientTestimonials .attribution>h5,
#clientTestimonials .attribution>h6,
#clientTestimonials .attribution>small {
	font-weight:bold;
	text-align: right!important;
	padding-top: 1px;
	line-height: 1.8;
	margin-bottom: 0!important;
}

#clientTestimonials blockquote {
	font: italic 12px "Barlow", sans-serif;
	color: #333;
	line-height: 28px;
	padding: 15px 15px 0 15px;
	margin: 0;
}

#clientTestimonials blockquote:after,
#clientTestimonials blockquote:before {
	font-size: 28px;
	line-height: 28px;
    font-family: "PT Serif", serif;
    color: #cdcdcd;
	position:relative!important;
	display: inline!important;
}
#clientTestimonials blockquote:before {
    content: "â€œ";
}
#clientTestimonials blockquote:after {
    content: "â€";
}

@media only screen and (max-width: 1024px) {
	.tp-caption .medium_white {
		font-size:16px;
	}
	
	.tp-caption .small_white,
	.tp-caption .separator {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.tp-caption .medium_white {
		font-size:11px;
	}
}

.slideshow .darkest-translucent-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.tp-arr-titleholder {
	display: none;
}






#search-results-container .short-description {
font-size: 0.75em;
line-height:1px:
}
#search-results-container .team-member {
	color: #000;
	background-color: #fff;
	margin-bottom: 20px;
}

#search-results-container .team-member img {
	max-height: 350px!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
#search-results-container .team-member .body{
	min-height: 250px;
}

#search-results-container .team-member .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #fa5858;
	background-color: #fff;
}
#search-results-container .team-member .btn:hover {
	background-color: #ccc;
	text-decoration:none!important;
}
#search-results-container .team-member .btn:focus {
	box-shadow: 0 0 0 .2rem rgba(15,15,15,.5);
}


#footer .nav-link {
	color: #999!important;
}

@media only screen and (max-width: 992px) {
	.footer .footer-content,
	.footer .list-icons {
		text-align: center;
	}
	
	.footer .nav-link {
		display: inline;
		padding: 5px;
		margin: 5px;
	}
	.footer .nav-link::after {
		position: initial!important;
		margin-left: 5px;
	}
}

/*************************************

       page-title

**************************************/

.page-title { display: block; padding-top:150px; padding-bottom: 100px; position: relative; color: #1c212a;}

.page-title.bg-overlay-black-50:before  { z-index: 0; }

.page-title .container { height: 100%; position: relative; }

.page-title span { text-transform: capitalize; color: #fa5858;  }

.page-title h1 { text-transform: capitalize; font-weight: 700; color: #1c212a; }

.page-title p { font-size: 2.0em; text-transform: capitalize; color: #1c212a; }

.page-title .page-title-name { display: inline-block; width: 60%; }

.page-title .page-breadcrumb { float: right; width: 40%; text-align: right; }



ul.page-breadcrumb li span {  color: #fff; font-size: 14px; text-transform: capitalize; }

ul.page-breadcrumb { padding-top: 30px; }

ul.page-breadcrumb li { color: #fff; display: inline-block; list-style: none; }

ul.page-breadcrumb li i { font-size: 14px; padding: 0 7px;} 

ul.page-breadcrumb li a { color: #fff; font-size: 14px; text-transform: capitalize; }

ul.page-breadcrumb li a:hover {  color: #84ba3f; }

.page-title.gray-bg h1, .page-title.gray-bg p { color: #323232; }

.page-title.gray-bg ul.page-breadcrumb li a { color: #323232; }

.page-title.gray-bg ul.page-breadcrumb li a:hover { color: #84ba3f; }

.page-title.gray-bg ul.page-breadcrumb li { color: #323232; }

.page-title.gray-bg ul.page-breadcrumb li span { color: #84ba3f; }



/*center*/

.page-title.center { text-align: center; }

.page-title.center .page-title-name { display: block; width: inherit; }

.page-title.center .page-breadcrumb { float: none; width: inherit; text-align: center; }



/*right*/

.page-title.right { clear: both; }

.page-title.right .page-title-name { display: inline-block; float: right; text-align: right; }

.page-title.right .page-breadcrumb { float: left; text-align: left; }



/*small*/

.page-title.small { padding-top:20px; padding-bottom: 20px; position: relative; }

.page-title.small h1 { font-size: 22px; line-height: 24px; margin-bottom: 0px; margin-top: 8px; }

.page-title.small .page-breadcrumb { padding-top: 10px; }



/*gray-bg */

.page-title.pattern h1, .page-title.pattern p { color: #323232; }

.page-title.pattern ul.page-breadcrumb li a { color: #323232; }

.page-title.pattern ul.page-breadcrumb li a:hover { color: #84ba3f; }

.page-title.pattern ul.page-breadcrumb li { color: #323232; }

.page-title.pattern ul.page-breadcrumb li span { color: #84ba3f; }



/*light-overlay*/

.page-title.light-overlay { position: relative; padding-top: 360px; }

.page-title.light-overlay:before { position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; content: ""; background: url(../../images/white-overlay.png);  background-repeat: repeat-x; background-position: bottom; } 

.page-title.light-overlay h1, .page-title.light-overlay p { color: #323232; }

.page-title.light-overlay ul.page-breadcrumb li a { color: #323232; }

.page-title.light-overlay ul.page-breadcrumb li a:hover { color: #84ba3f; }

.page-title.light-overlay ul.page-breadcrumb li { color: #323232; }

.page-title.light-overlay ul.page-breadcrumb li span { color: #84ba3f; }





/*dark-overlay*/

.page-title.dark-overlay { position: relative; padding-top: 360px; }

.page-title.dark-overlay:before { position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; content: ""; background: url(../../images/dark-overlay.png);  background-repeat: repeat-x; background-position: bottom; } 



.btn-key {
  background-color: #44aec4;
  border-color: #44aec4;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.show > .dropdown-toggle.btn-default {
  background-color: #0c9ec7;
  border-color: #0c9ec7;
}