@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

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

	TABLE OF CONTENTS
	---------------------------
		01. ESSENTIALS
		02. FRAMEWORK
		03. DEFAULTS

        -- PAGE STYLES --
		04.
		05.
		06.
		07.
		08.
		09.
		10.
		11.
		12.

	---------------------------

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


/* --------------------------------
 01. ESSENTIALS
-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
    height: 100%;
}
body {
    color: #212121;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}
a {
	color: inherit;
	text-decoration:none;
}
a:link {color: #90181B;text-decoration:none;}
a:visited {color: #90181B;text-decoration:none;}
a:focus {color: #90181B;text-decoration:none;}
a:hover {color:#2a2a2a ;text-decoration:none;}
a:active {color:#2a2a2a;text-decoration:none;}

.no-padding,
.no-padding-desktop{
    padding: 0;
}
@media screen and (max-width: 992px){
    .no-padding-resp{
        padding: 0;
    }
    .no-padding-desktop{
    	padding: 0 15px;
    }
}
button:focus{
	outline:0 !important;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
    max-width: 1100px;
}

/* --------------------------------
 02. FRAMEWORK
-------------------------------- */
h1{
    margin: 0;
    padding: 0;
    font-family: 'Alegreya Sans', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
}
h2{
    margin: 0 0 38px;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
h3{
    margin: 0;
    padding: 15px 0 15px;
    font-size: 24px;
    font-weight: 700;
}
h4{
    margin: 0;
    padding: 10px 0 10px;
    font-size: 17px;
    font-weight: 600;
}
h4.sub-title{
    margin: 0 0 20px;
    padding: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
h5{
    margin: 0;
    padding: 10px 0 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}
p{
    margin: 0 0 25px;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}
p strong{
	font-weight: 700;
}
strong{
    font-weight: 700;
}
p em{
	font-style: italic;
}
em{
	font-style: italic;
}
@media screen and (max-width: 992px){
    h2{
        margin: 0 0 20px;
        font-size: 22px;
    }
    h3{
        padding: 15px 0 15px;
        font-size: 18px;
    }
    h4{
        font-size: 15px;
        font-weight: 600;
    }
    p{
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 1.5;
    }
}


img{
    max-width: 100%;
    height: auto;
}
.btn {
    display: inline-block;
    margin: 8px 0;
    padding: 12px 0;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    border-radius: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn:focus{
	outline: 0;
}
.btn:hover{
    color: #fff;
    opacity: 0.85;
}
.btn-1{
    color: #fff;
}
.btn-2{
    color: #fff;
    background: #90181B;
}
.btn-3{
    color: #fff;
    background: #212121;
}
.btn-4{
    background: transparent;
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
}
.btn-4:hover{
    opacity: 0.5;
}
.btn-5{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.btn-5:hover{
    color: #fff;
    border: 2px solid #fff;
}
.btn-6{
    color: #fff;
}
.btn-7{
    color: #90181B;
    background: #fff;
}
.btn-7:hover{
	color: #90181B;
}

/* CD MAIN CONTENT */
.cd-main-content {
    position: relative;
    display: inline-block;
    margin: 75px 0 0;
    padding: 0;
    width: 100%;
    background: #fff;
    min-height: 100vh;
    z-index: 2;
}
@media screen and (min-width: 1170px){
	.cd-main-content{
		margin: 0;
	}
}

.cd-main-content ul{
    list-style: disc outside none;
    padding: 10px 10px 30px 25px;
}
.cd-main-content ul li{
    margin: 0;
    padding: 0 0 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}
.cd-main-content ul li strong{
    color: #2a2a2a;
}


/* BREADCRUMBS */
#breadcrumbs{
    display: block;
    margin: 0;
    padding: 7px 0 10px;
    width: 100%;
	font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
    background: #292929;
    background: #90181B;
    border-bottom: 0px solid #ededed;
    text-transform: uppercase;
}
#breadcrumbs span.breadcrumb{
	margin: 0 4px;
	padding: 0;
	background: transparent;
	border-radius: 0;
}
#breadcrumbs a{
    margin: 0 4px;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
}
#breadcrumbs a:hover{
	text-decoration: underline;
}
#breadcrumbs span.breadcrumb:first-child a{
	margin: 0 4px 0 0;
}
#breadcrumbs span.breadcrumb:first-child a:before {
    font-family: FontAwesome;
    content: "\f015";
    float: left;
    display: inline-block;
    margin: 0 2px 0 0;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
}
#breadcrumbs span{
    margin: 0 4px;
}
#breadcrumbs .breadcrumb.current{
    display: inline-block;
    margin-left: 4px;
}
@media screen and (max-width: 1170px) {
	#breadcrumbs{
		padding: 12px 0;
	}
}
@media screen and (max-width: 992px) {
    #breadcrumbs{
        margin: 0;
        font-size: 10px;
        padding: 10px 0;
        line-height: 1.2;
    }
}

/* QUICK FACTS */
#quick-facts{
    position: relative;
    display: inline-block;
    margin: 0 0 50px;
    padding: 0;
    height: 66px;
    width: 100%;
    text-align: left;
    background: #292929;
    overflow: hidden;
    z-index: 0;
}
#quick-facts .owl-carousel{
	position: absolute;
	display: block;
	left: 166px;
	left: 70px;
	right: 0;
	width: auto;
	height: 66px;
}
#quick-facts .owl-carousel .owl-dots{
    display: none !important;
}
#quick-facts .owl-carousel:before{
	content: "\f059";
    font-family: FontAwesome;
    position:absolute;
    display: none;
    left:-35px;
    top:-15px;
    font-size: 98px;
    color: rgba(255,255,255,0.16);

    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
}
#quick-facts .owl-carousel:after{
	position: absolute;
	display: inline-block;
    top: 19px;
    left: -148px;
    left: -55px;
    content: "Did You Know?";
    content: "POD";
    padding: 4px 0;
    border-top: 2px solid rgba(255,255,255,0.90);
    border-bottom: 2px solid rgba(255,255,255,0.90);
    line-height: 1;
    text-indent: 1px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.90);
    text-align: center;
    z-index: -1;

    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
}
#quick-facts .owl-item{
    width: 100% !important;
}
#quick-facts p{
    position: relative;
    display: block;
    margin: 0;
    padding: 12px 0 0;
    color:  rgba(255,255,255,0.90);
    display: block;
    font-size: 14px;
    line-height: 1.5;
    z-index: 2;
}
#quick-facts p strong{
    margin: 0 0 1px;
    padding: 0;
    color:  rgba(255,255,255,1);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    z-index: 2;
}
#quick-facts p a{
    position: absolute;
    margin: 0;
    padding: 8px 0;
    top: 13px;
    right: 15px;
    height: auto;
    width: 120px;
    color: #ffffff;
}
@media screen and (max-width: 992px) {
    #quick-facts{
    	position: relative;
    	display: inline-block;
		margin: 0 0 30px;
		height: auto;
		width: 100%;
	}
	#quick-facts .owl-carousel{
		position: relative;
		display: block;
		left: auto;
		right: 0;
		width: auto;
		height: auto;
	}
	#quick-facts .owl-carousel:after{
		display: none;
	}
	#quick-facts p{
		padding: 16px 0 18px;
		font-size: 12px;
		line-height: 1.5;
		z-index: 2;
	}
    #quick-facts p strong{
        margin: 0 0 5px;
    }
    #quick-facts p a{
        position: relative;
        display: block;
        margin: 15px 0 0;
        padding: 6px 0;
        top: auto;
        right: auto;
        left: 0;
        height: auto;
        width: 110px;
        color: #ffffff;
        font-size: 12px;
    }
}

/* QUICK FACTS HOME */
#quick-facts.home{
    position: relative;
    display: inline-block;
    margin: 0 0 42px;
    padding: 0;
    width: 100%;
    text-align: left;
    background: #fff;
    z-index: 0;
}
#quick-facts.home p{
    margin: 0;
    padding: 18px 0;
    color: #4a4a4a;
    border-bottom: 1px solid #d4d4d4;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.75;
    z-index: 2;
}

/* --------------------------------
 03. MAIN
-------------------------------- */
#main{
    position: relative;
    margin: 50px 0 0;
    padding: 0;
    height: 100%;
    z-index: 1;
}
@media screen and (max-width: 992px){
    #main{
        margin: 0;
    }
}

/* WELCOME */
#welcome{
    position: relative;
    display: inline-block
    margin: 0;
    padding: 0;
    height: 450px;
    width: 100%;
    text-align: center;
    overflow: hidden;

    background: #000;
}
#welcome .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.65);
    z-index: 2;
}
#welcome #wrap{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center;
    z-index: 3;
}
#welcome h1{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 0 4px rgba(0,0,0,0.25);
}
#welcome h1 span{
	display: block;
	font-size: 72px;
}
#welcome h2{
    margin: 10px 0 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: none;
    color: rgba(255,255,255,0.90);
}
#welcome input{
	margin: 10px 0;
	padding: 0 16px;
	height: 48px;
	line-height: 48px;
	width: 100%;
	color: #212121;
	border: 0;
	outline: 0;
	font-size: 15px;
	font-weight: 400;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#welcome input:focus{
	outline: 0;
}
/*
#welcome .btn{
	position: absolute;
	top: 17px;
	right: 14px;
	display: inline-block;
    margin: 0;
    padding: 0;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: transparent;
    width: 52px;
    border-left: 1px solid #E3E3E3;
    font-weight: 700;
}
#welcome .btn .fa{
	font-size: 20px;
	color: #525252;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
#welcome .btn:hover .fa{
	color: #0F0F0F;
}
*/
@media screen and (max-width: 1170px){
	#welcome h1{
		font-size: 64px;
	}
	#welcome h1 span{
		font-size: 66px;
	}
}
@media screen and (max-width: 992px){
	#welcome h1{
		font-size: 52px;
	}
	#welcome h1 span{
		font-size: 56px;
	}
	#welcome h2{
		margin: 10px 0 25px;
		font-size: 14px;
	}
	#welcome input{
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	/*
	#welcome .btn{
		top: 16px;
		height: 30px;
		line-height: 30px;
		width: 50px;
	}
	*/
}
@media screen and (max-width: 768px){
	#welcome{
    	height: 354px;
    }
	#welcome h1{
		font-size: 42px;
	}
	#welcome h1 span{
		font-size: 46px;
	}
	#welcome input{
		margin: 0;
	}
	/*
	#welcome .btn{
		top: 6px;
	}
	*/
}
@media screen and (max-width: 586px){
	#welcome{
    	height: 270px;
    }
	#welcome h1{
		font-size: 34px;
	}
	#welcome h1 span{
		font-size: 36px;
	}
	#welcome h2{
		margin: 5px 0 10px;
	}
}
@media screen and (max-width: 480px){
	#welcome h1{
		font-size: 27px;
	}
	#welcome h1 span{
		font-size: 28px;
	}
	#welcome h2{
		font-size: 12px;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 390px){
	#welcome h1{
		font-size: 22px;
	}
	#welcome h1 span{
		display: inline;
		font-size: 24px;
	}
}

/* HOME OPTIONS */
#home-options{
	margin: 0;
	padding: 0;

	display: none;
}
#home-options a{}
#home-options a .fa{
	margin: 0 6px 0 0;
}
@media screen and (max-width: 768px){
	#home-options .btn{
		display: inline-block;
		margin: 8px 0 0;
		padding: 10px 0;
		font-size: 12px;
	}
}

/* HOME VIDEO */
#home-video{
	display: block;
}
#home-video .fa{
    position: relative;
    margin: 0 auto;
    width: 75px;
    height: 75px;
    line-height: 69px;
    background: #fff;
    color: #90181B;
    text-align: center;
    font-size: 30px;
    border: 4px solid #ededed;
    text-indent: 4px;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.15);

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#home-video .fa:hover{
    box-shadow: 0 0 0 6px rgba(255,255,255,0.0);
    border: 4px solid transparent;
    background: #90181B;
    color: #fff;
}
#home-video .popup-link:focus,
#home-video .popup-link:active{
    outline: none;
}
@media screen and (max-width: 768px){
    #home-video .fa{
    	margin-top: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        text-indent: 4px;
        border: 0px solid #ededed;
        box-shadow: 0 0 0 6px rgba(255,255,255,0.15);
    }
    #home-video .fa:hover{
        box-shadow: 0 0 0 6px rgba(255,255,255,0.30);
        border: 0px solid transparent;
        background: #90181B;
        color: #fff;
    }
}

/* WELCOME NEWSLETTER SIGNUP */
#welcome-newsletter-signup{
    margin: 0;
    padding: 15px 0;
    background: #90181B;
    color: #fff;
}
#welcome-newsletter-signup h2{
    margin: 8px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#welcome-newsletter-signup p{
    display: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}
#welcome-newsletter-signup input{
    margin: 0;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    border-radius: 3px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    color: #4d4d4d;
}
#welcome-newsletter-signup .btn{
    margin: 0;
    padding: 0;
    height: 38px;
    line-height: 38px;
}
@media screen and (max-width: 992px){
	#welcome-newsletter-signup h2{
		margin: 6px 0 7px;
		font-size: 18px;
	}
	#welcome-newsletter-signup input{
		margin: 10px 0;
		padding: 0 15px;
		height: 38px;
		line-height: 38px;
		font-size: 12px;
	}
	#welcome-newsletter-signup .btn{
		margin: 10px 0 0;
		padding: 0;
		height: 38px;
		line-height: 38px;
	}
	#welcome-newsletter-signup .no-padding-left-responsive{
		padding-left: 0px;
	}
}
@media screen and (max-width: 480px){
	#welcome-newsletter-signup .btn{
		font-size: 12px;
	}
}
@media screen and (max-width: 355px){
	#welcome-newsletter-signup h2{
		font-size: 16px;
	}
}

/* FEATURING */
#featuring{
    margin: 0 0 35px;
    padding: 0;
}
#featuring h4{

}
#featuring #featured-speakers-slider{
    margin: 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #d4d4d4;
}
#featuring #featured-speakers-slider .item{
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
#featuring #featured-speakers-slider .promo-image{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#featuring #featured-speakers-slider .promo-image .play{
    position: absolute;
    bottom: 25px;
    right: 25px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    background: rgba(0,0,0,0.45);
    box-shadow: 0 0 0 4px #fff;
    text-indent: 3px;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#featuring #featured-speakers-slider .promo-image .play:hover{
    opacity: 0.75;
}
#featuring #featured-speakers-slider .promo-image .exclusive{
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    padding: 10px 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #90181B;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#featuring #featured-speakers-slider .content{
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
    background: #fff;
}
#featuring #featured-speakers-slider .content h2{
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: none;
    color: #4d4d4d;
}
#featuring #featured-speakers-slider .content h2 span{
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: #90181B;
}
#featuring #featured-speakers-slider .content p{
    margin: 0;
    padding: 0;
}
#featuring #featured-speakers-slider .content .visit{
    margin: 45px 0 0;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4d4d4d;
}
#featuring #featured-speakers-slider .content .visit .fa{
    margin: 0 0 0 5px;
    color: #90181B;
}

/* FEATURING LIST */
#featuring-list{
    margin:  0;
}
#featuring-list .col-sm-6:nth-child(2n+1){
    clear: left;
}

/* UPCOMING EVENTS */
#upcoming-events{
    margin: 55px 0 0;
    padding: 0;
}
#upcoming-events h4.title{
    margin: 0;
    padding: 15px;
    line-height: 1;
    text-transform: uppercase;
    background: #90181B;
    color: #fff;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#upcoming-events h4.title:after{
	position: absolute;
	display: block;
	content: "\f005";
	font-family: 'FontAwesome';
	top: 16px;
	right: 30px;
	font-size: 16px;
	color: #fff;
	z-index: 4;

    display: none;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width: 992px){
	#upcoming-events h4.title{
		margin: 0;
		padding: 15px;
		line-height: 1;
		text-transform: uppercase;
		background: #90181B;
		color: #fff;
    }
	#upcoming-events h4.title:after{
		top: 15px;
		right: 29px;
		font-size: 15px;
	}
}

#owl-upcoming-events{
    margin: 20px 0 0;
}
#owl-upcoming-events .item{
    margin: 0;
}

#owl-upcoming-events .promo-image{
	position: relative;
	display: block;
    height: 175px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#owl-upcoming-events .promo-image .play {
    position: absolute;
    bottom: 18px;
    right: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: rgba(0,0,0,0.45);
    box-shadow: 0 0 0 3px #fff;
    outline: 0;
    overflow: hidden;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
#owl-upcoming-events .promo-image .play:focus,
#owl-upcoming-events .promo-image .play:active{
	outline: 0;
}
#owl-upcoming-events .promo-image .play span,
#owl-upcoming-events .promo-image .play .icon {
    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
}
#owl-upcoming-events .promo-image .play span {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    left: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
#owl-upcoming-events .promo-image .play .icon {
    width: 0%;
    right: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
#owl-upcoming-events .promo-image .play .icon .fa {
    margin: -4px 0 0 5px;
    padding: 0;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}
#owl-upcoming-events .promo-image .play:hover span {
    left: -100%;
    opacity: 0;
}
#owl-upcoming-events .promo-image .play:hover .icon {
    width: 100%;
}
#owl-upcoming-events .promo-image .play:hover {
    background: #212121;
}
#owl-upcoming-events .promo-image .exclusive{
	display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #90181B;
	z-index: 99;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#owl-upcoming-events h3{
    display: block;
    margin: 0;
    padding: 18px 0 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    color: #90181B;
}
#owl-upcoming-events h3 span{
	display: none;
	font-weight: 400;
}
#owl-upcoming-events p{
    margin: 8px 0 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.5;
}
#owl-upcoming-events p:nth-of-type(2){
	display: none;
}
#owl-upcoming-events .read-more{
    display: inline-block;
    margin: 24px 0 40px;
    padding: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
#owl-upcoming-events .read-more .fa{
    margin: 0 4px;
    font-size: 11px;
}
@media screen and (max-width: 992px){
	#owl-upcoming-events h3{
		font-size: 15px;
	}
	#owl-upcoming-events h3 span{
		display: block;
	}
	#owl-upcoming-events p{
		font-size: 12px;
	}
}

/******************************
 RIGHT SIDEBAR
*******************************/
#right-sidebar{
    margin: 0;
    padding: 0;
}
#right-sidebar .nav-links{
	margin: -12px 0 25px;
	padding: 0;
}
#right-sidebar .nav-links a{
	position: relative;
	display: block;
	margin: 0 0 ;
	padding: 12px 0 12px;
	border-bottom: 2px solid #eee;
	word-wrap: break-word;
	color: #212121;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#right-sidebar .nav-links a .fa{
	position: absolute;
	right: -25px;
	top: 13px;

	-webkit-transition: right 0.3s;
	-moz-transition: right 0.3s;
	transition: right 0.3s;
}
#right-sidebar .nav-links a:hover{
	padding-left: 4px;
	color: #90181B;
}
#right-sidebar .nav-links a:hover .fa{
	right: 0;
}

/* INFUSIONSOSFT ADVERTISEMENTS */
#right-sidebar .infusion-ads{
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
#right-sidebar .infusion-ads img{
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;

    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
#right-sidebar .infusion-ads img:hover{
    opacity: 0.75;
}
@media screen and (max-width: 992px){
    #right-sidebar .infusion-ads img{
        margin-right: 2%;
        width: 49%;
    }
    #right-sidebar .infusion-ads img.winter-solstice{
        margin-right: 0;
    }
}
@media screen and (max-width: 480px){
    #right-sidebar .infusion-ads img{
        margin: 0 0 15px;
        width: 100%;
    }
}

/* LATEST NEWS */
#right-sidebar .latest-news{
    margin: 0 0 25px;
    padding: 20px;
    background: #f6f6f6;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#right-sidebar .latest-news .no-padding{
    padding-right: 15px;
}
#right-sidebar .latest-news h4.sub-title{
    padding: 0;
    font-size: 19px;
    border-bottom: 0px solid #d4d4d4;
    text-transform: none;
}
#right-sidebar .latest-news .wrap{
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #d4d4d4;
}
#right-sidebar .latest-news .col-md-12:last-child .wrap{
    margin: 0;
    padding: 0;
    border: none;
}
#right-sidebar .latest-news .wrap .promo-image{
    height: 80px;
    width: 100%;

    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#right-sidebar .latest-news .wrap h3{
    margin: 0;
    padding: 0;
    font-size: 9px;
    color: #4d4d4d;
    text-transform: uppercase;
}
#right-sidebar .latest-news .wrap h2{
    margin: 2px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #90181B;
    text-transform: none;
    letter-spacing: 0px;
}
#right-sidebar .latest-news .wrap h2:hover{
	text-decoration: underline;
}
@media screen and (max-width: 992px){
	#right-sidebar .latest-news h4.sub-title{
		padding: 0;
		font-size: 18px;
	}
	#right-sidebar .latest-news .wrap{
		margin: 0;
		border: none;
	}
	#right-sidebar .latest-news .wrap .promo-image{
		margin: 0 0 10px;
	}
	#right-sidebar .latest-news .wrap h3{
		font-size: 9px;
	}
	#right-sidebar .latest-news .wrap h2{
		font-size: 12px;
		line-height: 1.3;
	}
}

/* RIGHT SIDEBAR CONTACT */
#right-sidebar .contact{
	position: relative;
    margin: 0 0 25px;
    padding: 22px 20px 20px;
    background: #90181B;
    color: #fff;
    overflow: hidden;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#right-sidebar .contact:before{
	position: absolute;
	content: "\f128";
	font-family: 'FontAwesome';
	top: -35px;
	right: -68px;
	width: 100%;
	height: 100%;
	font-size: 300px;
	text-align: center;
	opacity: 0.10;
}
#right-sidebar .contact h2{
    margin: 2px 0 0;
    padding: 0 0 14px;
    font-size: 21px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
}
#right-sidebar .contact h2 span{
    display: block;
    margin: 10px 0 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
}
#right-sidebar .contact .fa{
    display: inline-block;
    margin: 0 0 0 4px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#right-sidebar .contact .btn{
    display: inline-block;
    margin: 2px 0 5px;
    padding: 8px 12px;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    border: 2px solid #fff;
}
#right-sidebar .contact .btn:hover .fa{
	margin: 0 0 0 8px;
}
#right-sidebar .contact .border-right{
    border-right: 1px solid rgba(255,255,255,0.15);
}
@media screen and (max-width: 992px){
	#right-sidebar .contact h2{
    	font-size: 18px;
    }
}

/* FEATURED VIDEO */
#featured-video{
    margin: 0 0 25px;
    padding: 0 0 12px;
    border-bottom: 2px solid #d4d4d4;
}
#featured-video .video-item{
    margin: 0;
}
#featured-video .video-item h2{
	margin: 0 0 4px;
	padding: 0 0 6px;
    font-size: 19px;
    border-bottom: 0px solid #d4d4d4;
    text-transform: none;
}
#featured-video .promo-image{
	position: relative;
	display: block;
    height: 175px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#featured-video .promo-image .play {
    position: absolute;
    bottom: 18px;
    right: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: rgba(0,0,0,0.45);
    box-shadow: 0 0 0 3px #fff;
    outline: 0;
    overflow: hidden;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
#featured-video .promo-image .play:focus,
#featured-video .promo-image .play:active{
	outline: 0;
}
#featured-video .promo-image .play span,
#featured-video .promo-image .play .icon {
    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
}
#featured-video .promo-image .play span {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    left: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
#featured-video .promo-image .play .icon {
    width: 0%;
    right: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
#featured-video .promo-image .play .icon .fa {
    margin: -4px 0 0 5px;
    padding: 0;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}
#featured-video .promo-image .play:hover span {
    left: -100%;
    opacity: 0;
}
#featured-video .promo-image .play:hover .icon {
    width: 100%;
}
#featured-video .promo-image .play:hover {
    background: #212121;
}
#featured-video p{
    margin: 8px 0 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #383838;
}
@media screen and (max-width: 992px){
	#featured-video .video-item h2{
    	font-size: 18px;
    }
}


/* HOME PAGE */
#news.home{
    margin: 0;
    padding: 50px 0 20px;
}
@media screen and (max-width: 992px){
    #news.home{
        padding: 35px 0;
    }
}

/* HOME BANNER */
#news .home-banner{
    position: relative;
    margin: 40px 0 0;
    padding: 30px;
    background: #212121;
    color: #fff;
    overflow: hidden;
}
#news .home-banner h2{
    position: relative;
    margin: 0 0 12px;
    padding: 0;
    font-size: 24px;
    line-height: 1.3;
}
#news .home-banner p{
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255,255,255,0.85);
}
@media screen and (max-width: 992px){
    #news .home-banner{
        margin: 0;
        padding: 20px;
    }
    #news .home-banner h2{
        position: relative;
        margin: 0 0 10px;
        padding: 0;
        font-size: 18px;
    }
    #news .home-banner p{
        margin: 0 0 30px;
    }
}

/* RECENT ARTICLE */
#news .recent-article{
    margin: 0 0 25px;
    padding: 0;
}
#news .recent-article .promo-image{
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#news .recent-article h3{
    margin: 2px 0 12px;
    padding: 0;
    line-height: 1.3;
}
#news .recent-article h3 span{
    display: block;
    margin: 2px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #6f6f6e;
}
@media screen and (max-width: 992px){
    #news .recent-article .promo-image{
        margin: 0 0 10px;
    }
    #news .recent-article h3 span{
        font-size: 13px;
    }
}

#home-ads{
    position: relative;
    display: block;
    margin: 5px 0 0;
    padding: 55px 0;
    border-top: 1px solid #dddddd;
}
#home-ads .item{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#home-ads .item img{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 992px){
    #home-ads{
        margin: 5px 0 0;
        padding: 35px 0 10px;
    }
    #home-ads .item{
        margin: 0 0 20px;
    }
}

/* FIND A SPEAKER POPUP */
.find-a-speaker-popup{
	position:fixed;
	width:250px;
	height:86px;
	background:#90181B;
	bottom: 22px;
	left: -250px;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: 0.5s;
	z-index: 2;

	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.find-a-speaker-popup:hover{
	background: #8A1518;
}
.find-a-speaker-popup a{
	color: #fff;
}
.find-a-speaker-popup a:hover{
	color: #fff;
}
.find-a-speaker-popup .fa{
	position: absolute;
	left: 14px;
	top: 16px;
	height: 55px;
	width: 55px;
	line-height: 55px;
	font-size: 34px;
	color: #212121;
	background: #fff;
	text-align: center;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.find-a-speaker-popup h2{
	position: absolute;
	left: 82px;
	right: 20px;
	top: 17px;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	text-transform: none;
}
.find-a-speaker-popup h2 span{
	display: block;
	margin: 1px 0 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
}
@media screen and (max-width: 1170px){

}

/* FIND A SPEAKER POPUP */
.quick-book-popup{
	position:fixed;
	width:250px;
	height:86px;
	background:#90181B;
	bottom: 22px;
	left: -250px;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: 0.5s;
	z-index: 2;

	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.quick-book-popup:hover{
	background: #8A1518;
}
.quick-book-popup a{
	color: #fff;
}
.quick-book-popup a:hover{
	color: #fff;
}
.quick-book-popup .fa{
	position: absolute;
	left: 14px;
	top: 16px;
	height: 55px;
	width: 55px;
	line-height: 55px;
	font-size: 30px;
	color: #212121;
	background: #fff;
	text-align: center;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.quick-book-popup h2{
	position: absolute;
	left: 82px;
	right: 0;
	top: 17px;
	margin: 0;
	padding: 0 18px 0 0;
	font-size: 17px;
	font-weight: 700;
	text-transform: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.quick-book-popup h3{
	position: absolute;
	left: 82px;
	right: 5px;
	top: 39px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	text-transform: none;
}
@media screen and (max-width: 1170px){

}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  60% {
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  60% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  60% {
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

.close-popup{
	position:absolute;
	top: 2px;
	right: 2px;
	width: 25px;
	height: 25px;
	cursor:pointer;
	z-index:500;
}
.close-popup .fa{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background: transparent;
	text-align: center;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/******************************
 SPEAKER SETUP
*******************************/

/* SPEAKER SUMMARY ITEM */
.two-column-clear .col-md-6:nth-child(2n+1){
	clear: left;
}
.three-column-clear .col-md-4:nth-child(3n+1){
	clear: left;
}
#letter-order2 .three-column-clear .col-md-4:nth-child(4n+1){
	clear: left;
}
@media screen and (max-width: 992px){
	.three-column-clear .col-md-4:nth-child(3n+1){
		clear: none;
	}
	.three-column-clear .col-md-4:nth-child(2n+1){
		clear: left;
	}
}

.speaker-summary-item .col-md-6:nth-child(2n){
	clear: left;
}
.speaker-summary-item{
    display: block;
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 6px solid #90181B;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.speaker-summary-item.saved{
	border-bottom: 6px solid #90181B;
}
.speaker-summary-item:hover{
	box-shadow: 0 0 8px rgba(0,0,0,0);
	border-bottom: 6px solid #90181B;
}
.speaker-summary-item.saved:hover{
	border-bottom: 6px solid #90181B;
}
.speaker-summary-item .promo-image{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom: 0px solid #90181B;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.speaker-summary-item.home-page .promo-image{
    height: 215px;
}
.speaker-summary-item .promo-image .play {
    position: absolute;
    bottom: 25px;
    right: 25px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    background: rgba(0,0,0,0.45);
    box-shadow: 0 0 0 4px #fff;
    outline: 0;
    overflow: hidden;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.speaker-summary-item.home-page .promo-image .play{
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 21px;
    box-shadow: 0 0 0 2px #fff;
}
.speaker-summary-item .promo-image .play:focus,
.speaker-summary-item .promo-image .play:active{
	outline: 0;
}
.speaker-summary-item .promo-image .play span,
.speaker-summary-item .promo-image .play .icon {
    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
}
.speaker-summary-item .promo-image .play span {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    left: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.speaker-summary-item.home-page .promo-image .play{
    font-size: 21px;
}
.speaker-summary-item .promo-image .play .icon {
    width: 0%;
    right: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.speaker-summary-item .promo-image .play .icon .fa {
    margin: -4px 0 0 5px;
    padding: 0;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}
.speaker-summary-item.home-page .promo-image .play .fa{
    font-size: 21px;
}
.speaker-summary-item .promo-image .play:hover span {
    left: -100%;
    opacity: 0;
}
.speaker-summary-item .promo-image .play:hover .icon {
    width: 100%;
}
.speaker-summary-item .promo-image .play:hover {
    background: #212121;
}
.speaker-summary-item .promo-image .exclusive{
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    padding: 10px 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #90181B;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.speaker-summary-item.home-page .promo-image .exclusive{
    display: none;
}
.speaker-summary-item .promo-image .exclusive .fa{
	margin: 0 2px 0 0;
}
.speaker-summary-item .content{
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 0 10px;
    width: 100%;
    background: #fff;
}
#letter-list2 li .content{
	padding: 15px 0 5px;
}
@media screen and (max-width: 992px){
	#letter-list2 li .content{
		padding: 15px 0 0;
	}
}
.speaker-summary-item .content h2{
    margin: 0 0 14px;
    padding: 0 0 14px;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #4d4d4d;
    line-height: 1.3;
    border-bottom: 1px solid #d4d4d4;
}
.speaker-summary-item.home-page .content h2{
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.speaker-summary-item .content h2 span{
    display: block;
    margin: 0 0 1px;
    font-size: 27px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.1;
    color: #4d4d4d;
}
.speaker-summary-item.home-page .content h2 span{
    font-size: 21px;
}
.speaker-summary-item .content h2 span.last-name{
	display: inline-block;
	color: #90181B;
}
.speaker-summary-item .content h2 a:hover,
.speaker-summary-item .content h2 a:hover span.last-name{
	color: #90181B;
	text-decoration: underline;
}
.speaker-summary-item .content p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
.speaker-summary-item .content p:nth-of-type(2){
	display: none;
}
.speaker-summary-item .content p:nth-of-type(3){
	display: none;
}
.speaker-summary-item .content .summary-content{
	display: none;
	margin: 0;
	padding: 0;
	color: #4F4F4F;
}
.speaker-summary-item .content .summary-content h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
}
.speaker-summary-item .content .summary-content h3 .fa{
	position: relative;
	display:inline-block;
	height: 40px;
	width: 40px;
	background: #90181B;
	color: #fff;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.speaker-summary-item .content .summary-content .col-md-6:nth-child(2n){
	clear: none;
}

.speaker-summary-item .content .quick-buttons{
    display: inline-block;
    margin: 65px 0 0;
    text-align: left;
    width: 100%;
}
.speaker-summary-item .content .quick-buttons a{
	display: inline-block;
	float: left;
	width: 55%;
    width: 100%;
	height: auto !important;
	line-height: 1 !important;
	margin: 0 3% 0 0;
	padding: 14px 15px;
	font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #212121;
    text-transform: uppercase;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.speaker-summary-item .content .quick-buttons a.book-speaker{
	text-align: center;
	width: 42%;
    width: 100%;
	margin: 0;
    background: #90181B;
}
.speaker-summary-item .content .quick-buttons .save-speaker{
	float: left;
	width: 42%;
}
.speaker-summary-item .content .quick-buttons form{
	display: inline-block;
	width: 100%;
	height: auto;
}
.speaker-summary-item .content .quick-buttons button.save-speaker{
	display: inline-block;
	margin: 0;
	padding: 14px 0;
	font-size: 11px;
    font-weight: 700;
    width: 100%;
    height: auto !important;
	line-height: 1 !important;
    color: #fff;
    background: #90181B;
    text-transform: uppercase;
    outline: 0;
    border: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.speaker-summary-item .content .quick-buttons a:hover,
.speaker-summary-item .content .quick-buttons button:hover{
	opacity: 0.75;
}
.speaker-summary-item .content .quick-buttons a.learn-more .fa{
	font-size: 11px;
}
.speaker-summary-item .content .quick-buttons .fa{
    margin: 0 2px 0 0;
}
@media screen and (max-width: 992px){

}

/* NO RESULTS FOUND */
#no-results-found{
	margin: 0;
	padding: 0;
	text-align: center;
}
#no-results-found p{
	padding: 100px 0 180px;
	width: 100%;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #919191;
}
@media screen and (max-width: 992px){
	#no-results-found p{
		padding: 50px 0 100px;
		font-size: 14px;
	}
}

/* MORE PAGES - BREADCRUMBS */
#more-pages{
	position: relative;
	display: inline-block;
	margin: 0px 0 0;
	padding: 16px 0;
	width: 100%;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	border-top: 1px solid #D4D4D4;
	border-bottom: 4px solid #212121;
}
.sort-it-last-name{
	display: none;
}
#more-pages .load-more {
	display: inline-block;
	padding: 0 10px;
    color: #90181B;
    cursor:pointer;
}
#more-pages .load-more:hover {
    color: #212121;
}
#more-pages .load-more-options{
	color: #212121;
}
#more-pages .load-more-options-last{
	display: none;
	color: #212121;
}
#more-pages .load-more-options a,
#more-pages .load-more-options-last a{
	color: #90181B;
}
#more-pages .load-more-options a:hover,
#more-pages .load-more-options-last a:hover{
	text-decoration: underline;
	color: #781012;
}
#more-pages .page-count{
	position: absolute;
	right: 0;
	top: 15px;
	width: 100px;
	color: #BDBDBD;
	font-weight: 400;
}
#more-pages .page-count span,
#more-pages .page-count .page-number,
#more-pages .page-count .count{
	display: inline-block;
}
@media screen and (max-width: 768px){
	#more-pages{
		padding: 18px 0;
		font-size: 15px;
	}
	#more-pages .load-more-options a,
	#more-pages .load-more-options-last a{
		display: block;
		margin: 3px 0 2px;
	}
	#more-pages .page-count{
		position: relative;
		display: inline-block;
		top: auto;
		right: auto;
		margin: 10px 0 0;
		width: 100%;
		font-size: 12px;
		text-align: center;
	}
}


/* SPEAKER DETAIL PAGE */
#speaker-detail{
    margin: 0;
    padding: 0;
}
#speaker-detail h2.name{
    margin: 0;
    padding: 0;
    font-size: 38px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #333;
}
#speaker-detail h2.name span{
    color: #90181B;
    display: block;
    margin: 2px 0 0;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    margin-bottom: 16px;
}
#speaker-detail h2.name span.comma{
	display: inline-block;
	margin: 2px 3px 0 0;
}
#speaker-detail h2.name span.comma:after{
	content: ",";
	display: inline-block;
	position: relative;
}
#speaker-detail h2.name span.comma:last-child:after{
	display: none;
}
@media screen and (max-width: 992px){
	#speaker-detail h2.name{
		font-size: 28px;
	}
	#speaker-detail h2.name span{
		margin: 2px 0 10px;
		font-size: 14px;
	}
}

#speaker-detail .speaker-actions{
    position: relative;
    display: block;
    margin: 32px 0 20px;
    padding: 0;
    text-align: right;
}
#speaker-detail .speaker-actions .rrssb-buttons{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    padding: 0;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
}
#speaker-detail .speaker-actions .rrssb-buttons.no-margin{
    margin: 0;
}
@media screen and (max-width: 992px){
    #speaker-detail .speaker-actions{
        margin: 15px 0 10px;
		text-align: left;
    }
    #speaker-detail .speaker-actions .rrssb-buttons{
        display: none;
    }
}

/* SPEAKER BUTTONS */
#speaker-detail .speaker-buttons{
    display: inline-block;
    vertical-align: middle;
}
#speaker-detail .speaker-buttons a{
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 12px 15px;
    background: #90181B;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#speaker-detail .save-speaker{
	position: relative;
	display: inline-block;
}
#speaker-detail .save-speaker form{
	display: inline-block;
}
#speaker-detail button.save-speaker{
	display: inline-block;
    margin: 0 0 0 8px;
    padding: 12px 15px;
    background: #90181B;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#speaker-detail button.save-speaker .fa{
	font-size: 12px;
}
#speaker-detail a:hover{
	opacity: 1;
}
#speaker-detail button:hover,
#speaker-detail .contact-speaker:hover{
	opacity: 0.75;
}
#speaker-detail .speaker-buttons a.contact-speaker{
    background: #2a2a2a;
}
#speaker-detail .speaker-buttons .fa{
    margin: 0 8px 0 0;
}
@media screen and (max-width: 992px){
	#speaker-detail .speaker-buttons{}
	#speaker-detail .speaker-buttons a{
		margin: 0 6px 0 0;
		padding: 10px 12px;
		font-size: 10px;
		font-weight: 700;
	}
	#speaker-detail button.save-speaker{
		display: inline-block;
		margin: 0 0 0;
		padding: 10px 12px;
		font-size: 10px;
	}
	#speaker-detail button.save-speaker .fa{
		font-size: 10px;
	}
	#speaker-detail .speaker-buttons .fa{
		margin: 0 6px 0 0;
	}
}

/* PRESENTATIONS ON DEMAND PROMO */
#speaker-detail .presentations-on-demand-promo{
    position: relative;
    display: block;
    margin: 30px auto 40px;
    padding: 0;
    background: #90181B;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#speaker-detail .presentations-on-demand-promo .text-wrap{
    display: block;
    margin: 0;
    padding: 25px;
    text-align: left;
}
#speaker-detail .presentations-on-demand-promo .text-wrap h4{
    display: block;
    margin: 0 0 8px;
    padding: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
}
#speaker-detail .presentations-on-demand-promo .text-wrap p{
    display: block;
    margin: 0 0 30px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
}
#speaker-detail .presentations-on-demand-promo .text-wrap a{
    margin: 0;
    width: 150px;
    color: #000000;
}
@media screen and (max-width: 992px) {
    #speaker-detail .presentations-on-demand-promo{
        margin: 20px auto 30px;
    }
    #speaker-detail .presentations-on-demand-promo .text-wrap{
        padding: 18px;
    }
    #speaker-detail .presentations-on-demand-promo .text-wrap h4{
        margin: 0 0 5px;
        font-size: 16px;
    }
    #speaker-detail .presentations-on-demand-promo .text-wrap p{
        margin: 0 0 25px;
        font-size: 14px;
        line-height: 1.5;
    }
    #speaker-detail .presentations-on-demand-promo .text-wrap a{
        width: 120px;
        font-size: 12px;
        padding: 8px 0;
    }
}

/* SPEAKER VIDEOS */
#speaker-detail .speaker-videos{
    margin: 8px 0 0;
    padding: 0;
}
#speaker-detail .speaker-videos #amazingslider-wrapper-1{
    display:block;
    position:relative;
    max-width:100% !important;
    padding-left:0px;
    padding-right:244px;
    margin:0 auto;
    background: #212121;
}
#speaker-detail .speaker-videos #amazingslider-wrapper-1 .exclusive{
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    padding: 10px 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #90181B;
	z-index: 99;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#speaker-detail .speaker-videos #amazingslider-wrapper-1 .exclusive .fa{
	margin: 0 2px 0 0;
}
#speaker-detail .speaker-videos .amazingslider-wrapper-1{
	border-right: 2px solid #fff;
}
#speaker-detail .speaker-videos #amazingslider-1{
    display:block;
    position:relative;
    margin:0 auto;
}
#speaker-detail .speaker-videos .amazingslider-nav-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 243px !important;
    margin-left: 2px !important;
}
#speaker-detail .speaker-videos .amazingslider-bullet-wrapper-1 {
    display: block;
    position: relative;
}
#speaker-detail .speaker-videos .amazingslider-bullet-1{
    position: relative;
    margin-bottom: 0px !important;
    width: 100% !important;
    height: 100px !important;
    cursor: pointer;
    padding: 10px !important;
    opacity: 1;
    background-color: rgb(21, 21, 21);
    border-bottom: 1px solid #4d4d4d;
}
#speaker-detail .speaker-videos .amazingslider-bullet-image-1{
    height: 82px !important;
    width: 80px !important;
    border: 2px solid #fff;
}
#speaker-detail .speaker-videos .amazingslider-bullet-image-1:after{
    font-family: FontAwesome;
    content: "\f04b";
    float: left;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 8px;
    right: 8px;
    height: 25px;
    width: 25px;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: rgba(0,0,0,0.45);
    box-shadow: 0 0 0 1px #fff;
    text-indent: 2px;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#speaker-detail .speaker-videos .amazingslider-bullet-text-1{
    display: block;
    position: absolute;
    overflow: hidden;
    margin-left: 85px !important;
    margin-top: 0px;
    width: 130px !important;
    height: 80px !important;
}
#speaker-detail .speaker-videos .amazingslider-nav-thumbnail-tite-1{
    display: block;
    position: relative;
    padding: 2px 4px;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #fff;
}
#speaker-detail .speaker-videos .amazingslider-nav-thumbnail-description-1{
    display: block;
    position: relative;
    padding: 2px 4px;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 11px !important;
    color: #fff;
}

@media screen and (max-width: 992px){
    #speaker-detail .speaker-videos #amazingslider-wrapper-1{
		padding-right:90px;
	}
	#speaker-detail .speaker-videos #amazingslider-wrapper-1 .exclusive{
		top: 10px;
		left: 10px;
		padding: 8px 15px;
    	font-size: 10px;
    }
	#speaker-detail .speaker-videos .amazingslider-wrapper-1{
		border-right: 2px solid #fff;
	}
	#speaker-detail .speaker-videos .amazingslider-nav-1 {
		width: 90px !important;
	}
	#speaker-detail .speaker-videos .amazingslider-bullet-image-1{
		height: 82px !important;
		width: 70px !important;
		border: 2px solid #fff;
	}
	#speaker-detail .speaker-videos .amazingslider-bullet-text-1{
		display: none !important;
	}
	#speaker-detail .speaker-videos .amazingslider-nav-thumbnail-tite-1{
		display: none !important;
	}
	#speaker-detail .speaker-videos .amazingslider-nav-thumbnail-description-1{
		display: none !important;
	}
	.amazingslider-car-left-arrow-1,
	.amazingslider-car-right-arrow-1{
		margin-left: 30px !important;
	}
}

/* SPEAKER VIDEO FALLBACK */
#speaker-detail .speaker-video-fallback-image{
	position: relative;
	margin: 8px 0 0;
    width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#speaker-detail .speaker-video-fallback-image .exclusive{
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    padding: 10px 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #90181B;
	z-index: 99;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media screen and (max-width: 1200px){
	#speaker-detail .speaker-video-fallback-image{
		height: 385px;
	}
}
@media screen and (max-width: 992px){
	#speaker-detail .speaker-video-fallback-image{
		height: 350px;
	}
}
@media screen and (max-width: 480px){
	#speaker-detail .speaker-video-fallback-image{
		height: 300px;
	}
}

/* PROMO PARAGRAPH */
#speaker-detail h2.speaker-title{
	margin: 30px 0 15px;
	padding: 0;
	font-size: 26px;
	font-weight: 700;
	text-transform: none;
}
#speaker-detail .promo-paragraph{
	margin: 0 0 10px;
    padding: 0 0 35px;
    border-bottom: 0px solid #d4d4d4;
}
#speaker-detail .promo-paragraph p{
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6;
    color: #3B3B3B;
}
#speaker-detail .promo-paragraph p:nth-of-type(2){
	margin: 18px 0 0;
}
#speaker-detail .promo-paragraph a.read-more-show,
#speaker-detail .promo-paragraph a.read-more-hide{
	display: inline-block;
	margin: 32px 0 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #90181B;
}
#speaker-detail .promo-paragraph .read-more-content .fa{
	margin: 0 0 0 4px;
}
#speaker-detail .promo-paragraph .read-more-content{
	margin: 25px 0 0;
	padding: 0;

	-webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s;
}
#speaker-detail .promo-paragraph .read-more-content p{
	margin: 0 0 15px;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
}
@media screen and (max-width: 992px){
	#speaker-detail h2.speaker-title{
		margin: 20px 0 10px;
		font-size: 19px;
	}
	#speaker-detail .promo-paragraph{
		margin: 15px 0 25px;
		padding: 0 0 25px;
	}
	#speaker-detail .promo-paragraph p{
		font-size: 15px;
		line-height: 1.5;
	}
	#speaker-detail .promo-paragraph a.read-more-show,
	#speaker-detail .promo-paragraph a.read-more-hide{
		font-size: 12px;
	}
}

/* SPEAKER CONTENT */
#speaker-detail .speaker-content{
    margin: 0;
    padding: 0;

    display: none;
}
#speaker-detail .speaker-content p{
	margin: 0 0 15px;
	padding: 0;
	font-weight: 400;
}

/* SPEAKER SUMMARY */
#speaker-detail .speaker-summary{
	display: inline-block;
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
    background: #90181B;
    color:#fff;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#speaker-detail .speaker-summary h3{
    margin: 5px 0 8px;
    padding: 15px;
    font-size: 21px;
}
#speaker-detail .speaker-summary .wrap{
	display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#speaker-detail .speaker-summary .wrap h4{
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
#speaker-detail .speaker-summary .wrap .col-md-12:last-child h4{
	border: none;
}
#speaker-detail .speaker-summary .wrap h4 .fa{
	margin: 0 4px 0 0;
	width: 20px;
	text-align: center;
}
#speaker-detail .speaker-summary .wrap h4 span{
    margin: 0 0 0 1px;
    font-weight: 300;
}


/* OWL TESTIMONIALS */
#speaker-detail #owl-testimonials{
    margin: 0;
    padding: 0;
}
#speaker-detail h3.testimonial-title{
	font-size: 21px;
}
#speaker-detail #owl-testimonials .item{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#speaker-detail #owl-testimonials p{
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
#speaker-detail #owl-testimonials h3{
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px;
}

/* OWL TESTIMONIALS NEW */
#speaker-detail .speaker-testimonials-new{}
#speaker-detail .speaker-testimonials-new p{
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
#speaker-detail .speaker-testimonials-new h3{
    margin: 0 0 38px;
    padding: 0;
    font-size: 18px;
}
@media screen and (max-width: 992px){
	#speaker-detail .speaker-testimonials-new h3{
		font-size: 16px;
		line-height: 1.2;
	}
	#speaker-detail .speaker-testimonials-new p{
		font-size: 14px;
	}
}

/* SPEAKER BOOKING PROMO */
#speaker-detail .book-speaker-promo{
	display: none;
    margin: 6px 0 -12px;
    padding: 0;
    text-align: center;
}

/******************************
 CATEGORY SELECTION
*******************************/
#category-selection{
	display: inline-block;
	margin: 0 0 42px;
	padding: 0;
	width: 100%;
}
#category-selection.speaker-detail{
	margin: 0;
	padding: 8px 0 0;
}
#category-selection a{
	position: relative;
	display: block;
    margin: 0 0 20px;
    padding: 15px 32px 15px 15px;
    background: #f2f2f2;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#category-selection.speaker-detail a{
	position: relative;
	display: inline-block;
    margin: 0 0 2px;
    padding: 0;
    background: #fff;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
    vertical-align: top;
    white-space: normal;
	text-overflow: visible;
	overflow: visible;
}
#category-selection a:before{
	position: absolute;
	display: block;
	content: "\f054";
	font-family: 'FontAwesome';
	top: 16px;
	left: -15px;
	font-size: 14px;
	color: #a3a3a3;
	z-index: 4;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#category-selection a:after{
	position: absolute;
	display: block;
	content: "\f054";
	font-family: 'FontAwesome';
	top: 16px;
	right: 12px;
	font-size: 14px;
	color: #a3a3a3;
	z-index: 4;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#category-selection.speaker-detail a:before,
#category-selection.speaker-detail a:after{
	display: none !important;
	height: 0px;
	width: 0px;
}
#category-selection.speaker-detail a:after{
	position: relative;
	display: inline-block !important;
	margin: 0 3px 0 0;
	content: ",";
	font-family: 'Open Sans', sans-serif;
	top: 0px;
	right: 0px;
	font-size: 13px;
	color: #a3a3a3;
}
#category-selection.speaker-detail a:last-child:after{
	display: none !important;
}
#category-selection a:hover{
	padding: 15px 15px 15px 34px;
	color: #fff;
	background: #90181B;
}
#category-selection.speaker-detail a:hover{
	padding: 0;
	color: #212121;
	background: transparent;
	text-decoration: underline;
}
#category-selection a:hover:before{
	color: #fff;
	left: 15px;
}
#category-selection.speaker-detail a:hover:before{
	dislay: none;
}
#category-selection a:hover:after{
	color: #90181B;
	right: -15px;
}
#category-selection.speaker-detail a:hover:after{
	right: 0px;
	color: #a3a3a3;
}
#category-selection.speaker-detail h3{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
	vertical-align: top;
	line-height: 1.4;
}
@media screen and (max-width: 768px){
	#category-selection a{
		margin: 0 0 11px;
		font-size: 13px;
	}
	#category-selection.speaker-detail a,
	#category-selection.speaker-detail h3{
		font-size: 12px;
		line-height: 1.3;
	}
}

/******************************
 NEWS AND EVENTS
*******************************/
#latest-news-and-events{
	margin: 0;
	padding: 0;
}
#latest-news-and-events .recent-item,
#latest-news-and-events .old-item{
	margin: 0 0 35px;
}
#latest-news-and-events .first-item{
	display: inline-block;
	width: 100%;
}
#latest-news-and-events .search-result-item{
	display: inline-block;
	padding: 0;
	width: 100%;
	cursor: default;
}
#latest-news-and-events .recent-item:last-child{ }
#latest-news-and-events .recent-item .promo-image,
#latest-news-and-events .old-item .promo-image{
	position: relative;
    display: block;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#latest-news-and-events .old-item .promo-image{
	height: 250px;
}
#latest-news-and-events .search-result-item .promo-image{
	height: 400px;
}
@media screen and (max-width: 992px){
	#latest-news-and-events .recent-item .promo-image,
	#latest-news-and-events .old-item .promo-image,
	#latest-news-and-events .search-result-item .promo-image{
		height: 200px;
	}
}
#latest-news-and-events .recent-item .promo-image .date-released,
#latest-news-and-events .old-item .promo-image .date-released{
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0;
	padding: 10px 0 0;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	color: #90181B;
	text-transform: uppercase;

	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#latest-news-and-events .recent-item .promo-image .date-released span,
#latest-news-and-events .old-item .promo-image .date-released span{
	display: block;
	margin: 3px 0 0;
	font-size: 10px;
	color: #787878;
}

#latest-news-and-events .recent-item h3,
#latest-news-and-events .old-item h3{
	margin: 0 0 6px;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
#latest-news-and-events .search-result-item h3{
	color: #212121;
}
#latest-news-and-events .recent-item h3 span,
#latest-news-and-events .old-item h3 span{
	color: #969696;
}
#latest-news-and-events .recent-item h3 span:before,
#latest-news-and-events .old-item h3 span:before{
	display: inline-block;
	content: "|";
	margin: 0 4px;
	color: #969696;
}
@media screen and (max-width: 992px){
	#latest-news-and-events .recent-item h3,
	#latest-news-and-events .old-item h3,
	#latest-news-and-events .search-result-item h3{
		font-size: 11px;
	}
}
#latest-news-and-events .recent-item h2,
#latest-news-and-events .old-item h2{
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
}
#latest-news-and-events .old-item h2{
	min-height: 55px;
	font-size: 23px;
}
#latest-news-and-events .search-result-item h2{
	font-size: 30px;
	color: #90181B;
}
#latest-news-and-events .search-result-item h2:hover{
	text-decoration: underline;
	cursor: pointer;
}
#latest-news-and-events .recent-item h2 a:hover,
#latest-news-and-events .old-item h2 a:hover{
	color: #90181B;
	text-decoration: underline;
}
@media screen and (max-width: 992px){
	#latest-news-and-events .recent-item h2,
	#latest-news-and-events .old-item h2,
	#latest-news-and-events .search-result-item h2{
		display: inline-block;
		font-size: 22px;
		min-height: 25px !important;
		height: auto !important;
		width: 100%;
	}
}
#latest-news-and-events .search-result-item p{
	color: #212121;
}
#latest-news-and-events .recent-item .read-more,
#latest-news-and-events .old-item .read-more{
	margin: 50px 0 0;
	padding: 14px 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4d4d4d;
	border-top: 1px solid #ededed;
	border-bottom: 4px solid #ededed;
	cursor: pointer;
}
#latest-news-and-events .recent-item .read-more a,
#latest-news-and-events .old-item .read-more a{
	color: #4d4d4d;
}
#latest-news-and-events .recent-item .read-more .fa,
#latest-news-and-events .old-item .read-more .fa{
	margin: 0 0 0 8px;
	color: #90181B;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#latest-news-and-events .recent-item a:hover .fa,
#latest-news-and-events .old-item a:hover .fa{
	margin: 0 0 0 4px;
}


/* PAGE COUNT */
#latest-news-and-events .page-count{
	position: relative;
	display: inline-block;
	margin: 0px 0 0;
	padding: 0px 0 12px;
	width: 100%;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	border-top: 0px solid #ededed;
}
#latest-news-and-events .page-count a{
	color: #90181B;
}
#latest-news-and-events .page-count a:hover{
	text-decoration: underline;
	color: #781012;
}
@media screen and (max-width: 768px){
	#latest-news-and-events .page-count{
		padding: 18px 0;
		font-size: 15px;
	}
}

/* DETAIL ITEM */
#latest-news-and-events .detail-item{
	display: inline-block;
	margin: 0 0 35px;
	padding: 0;
	width: 100%;
	border-bottom: 4px solid #ededed;
}
#latest-news-and-events .detail-item:last-child{
	border: none;
}
#latest-news-and-events .detail-item .blog-image{
	margin: 0 0 15px;
}
#latest-news-and-events .detail-item .promo-image{
	position: relative;
    display: block;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    height: 385px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#latest-news-and-events .detail-item h2{
	margin: 0 0 16px;
	padding: 0;
	font-size: 34px;
	color: #90181B;
	text-transform: none;
}
@media screen and (max-width: 992px){
	#latest-news-and-events .detail-item h2{
		font-size: 24px;
	}
}
#latest-news-and-events .detail-item h3{
	margin: 0 0 6px;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
#latest-news-and-events .detail-item h3 span{
	color: #969696;
}
#latest-news-and-events .detail-item h3 span:before{
	display: inline-block;
	content: "|";
	margin: 0 4px;
	color: #969696;
}

/* RETURN MORE */
#return-more{
	display: inline-block;
	margin: 5px 0 0;
	padding: 15px 0;
	width: 100%;
	border-top: 1px solid #ededed;
}
#return-more .next-article a,
#return-more .previous-article a{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #212121;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#return-more .next-article a:hover,
#return-more .previous-article a:hover{
	color: #90181B
}
#return-more .next-article{
	text-align: left;
}
#return-more .previous-article{
	text-align: right;
}
#return-more .next-article .fa,
#return-more .previous-article .fa{
	color: #90181B;
}
#return-more .next-article .fa{
	margin: 0 6px 0 0;
}
#return-more .previous-article .fa{
	margin: 0 0 0 6px;
}
#return-more .all-articles{
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #4d4d4d;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#return-more .all-articles .fa{
	font-size: 17px;
}

/* FEATURED SUMMARY */
#latest-news-and-events .featured-summary{
	margin: 0;
	padding: 30px 0 10px;
	border-top: 4px solid #ededed;
}
#latest-news-and-events .featured-summary h4.featured-title{
	margin: 0 0 25px;
	padding: 0;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;

	display: none;
}
#latest-news-and-events .featured-summary .old-item .promo-image{
	height: 200px;
}
#latest-news-and-events .featured-summary .old-item h2{
	min-height: auto;
	font-size: 18px;
}
#latest-news-and-events .featured-summary .old-item h3{
	font-size: 11px;
}
#latest-news-and-events .featured-summary .old-item p{
	font-size: 13px;
}
#latest-news-and-events .featured-summary .old-item .read-more{
	font-size: 14px;
}

/* NEWS SEARCH */
#news-search{
	position: relative;
	margin: 73px 0 25px;
	padding: 0;
}
#news-search.no-margin{
	margin: 0 0 25px;
}
#news-search input{
	position: relative;
	margin: 0;
    padding: 0 16px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    color: #212121;
    border: 1px solid #d4d4d4;;
    outline: 0;
    font-size: 15px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#news-search .btn {
    position: absolute;
    top: 9px;
    right: 0px;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: transparent;
    width: 42px;
    border-left: 1px solid #E3E3E3;
    font-weight: 700;
}
#news-search .btn .fa {
    font-size: 17px;
    color: #525252;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

/******************************
 ABOUT
*******************************/
.staff-list-item{
	margin: 0 0 25px;
	padding: 0;
}
.staff-list-item .promo-image{
	position: relative;
	display: inline-block;
	height: 375px;
	width: 100%;
	background-repeat: no-repeat:
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.staff-list-item .overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+57,000000+100&0+55,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 55%, rgba(0,0,0,0.03) 57%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 55%,rgba(0,0,0,0.03) 57%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 55%,rgba(0,0,0,0.03) 57%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.staff-list-item h2{
	position: absolute;
	bottom: 30px;
	left: 30px;
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-weight: 600;
	text-transform: none;
	color: #fff;
}
.staff-list-item h2 span{
	display: block;
	margin: 2px 0 0;
	font-size: 13px;
	font-weight: 400;
}

/* FEATURED PARTNERS */
#featured-partners{
	display: inline-block;
	margin: 10px 0 0;
	padding: 20px 0;
	width: 100%;
	background: #90181B;
	text-align: center;
}
#featured-partners h2{
	display: inline-block;
	margin: 15px 0;
	padding: 0;
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 30px;
	font-weight: 700;
}
#featured-partners .featured-carousel .item{
	display: inline-block;
    vertical-align: middle;
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
	max-width: 300px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}
@media screen and (max-width: 992px){
	#featured-partners h2{
		margin: 15px 0 20px;
		text-align: center;
		font-size: 22px;
	}
}

/******************************
 CONTACT
*******************************/
#contact-options{
	display: inline-block;
	margin: 0 0 35px;
	padding: 0;
	width: 100%;
	color: #fff;
}
#contact-options .book-a-speaker{
	margin: 0;
	padding: 12px;
	background: #90181B;
}
#contact-options .becomes-a-speaker{
	margin: 0;
	padding: 12px 15px;
	background: #7A1013;
}
#contact-options .fa{
	float: left;
	margin: 15px;
	height: 52px;
	width: 52px;
	line-height: 52px;
	font-size: 24px;
	background: #2a2a2a;
	color: #fff;
	text-align: center;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#contact-options h3{
	margin: 14px 0 0;
	padding: 0;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.45;
}
#contact-options h3 span{
	display: block;
	font-size: 12px;
	font-weight: 300;
}
#contact-options a{
	font-weight: 600;
	color: #fff;
}
#contact-options a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 992px){
	#contact-options .book-a-speaker,
	#contact-options .becomes-a-speaker{
		padding: 15px;
	}
	#contact-options .fa{
		margin: 5px 15px 15px;
	}
	#contact-options h3{
		margin: 6px 0 8px;
		font-size: 18px;
	}
}
@media screen and (max-width: 480px){
	#contact-options .fa{
		float: none;
		display: block;
		margin: 5px auto 15px;
	}
	#contact-options h3{
		margin: 6px 0 8px;
		text-align: center;
		font-size: 16px;
	}
}

/* CONTACT SQUARES */
#contact-squares{
	display: inline-block;
	margin: 0 0 50px;
	padding: 0;
	width: 100%;
	color: #fff;
}
#contact-squares .item-wrap{
	position: relative;
	display: inline-block;
	background: #90181B;
	margin: 0;
	padding: 20px 10px 30px;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#contact-squares .item-wrap:hover{
	opacity: 0.75;
}
#contact-squares .item-wrap:before{
	position: absolute;
	content: "\f00c";
	font-family: 'FontAwesome';
	bottom: -75px;
	right: -70px;
	font-size: 100px;
	text-align: center;
	color: #90181B;

	height: 200px;
	width: 200px;
	line-height: 180px;
	text-align: center;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	background: rgba(255,255,255,0.08);

	-ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
}
#contact-squares .book-a-speaker{
	background: #90181B;
}
#contact-squares .book-a-speaker:before{
	content: "\f00c";

	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
#contact-squares .become-a-speaker{
	background: #851115;
}
#contact-squares .become-a-speaker:before{
	content: "\f130";
	color: #851115;
}
#contact-squares .recommend-a-speaker{
	background: #7A1013;
}
#contact-squares .recommend-a-speaker:before{
	content: "\f0e0";
	color: #7A1013;
}
#contact-squares .fa{
	position: relative;
	display: block;
	margin: 12px auto 12px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 26px;
	background: #2a2a2a;
	color: #fff;
	text-align: center;
	z-index: 1;
	overflow: hidden;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#contact-squares .item-wrap:hover .fa{
	/*
    background: #fff;
	color: #90181B;
    */
}
#contact-squares h3{
	position: relative;
	margin: 10px 0 0;
	padding: 0;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.40;
	z-index: 1;
}
#contact-squares h3 span{
	display: block;
	font-size: 13px;
	font-weight: 300;
}
#contact-squares a{
	font-weight: 600;
	color: #fff;
}
#contact-squares a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 992px){
	#contact-squares .item-wrap{
		margin: 0 0 6px;
		padding: 18px 5px 20px;

		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	#contact-squares .item-wrap:hover{
		opacity: 0.95;
	}
	#contact-squares .fa{
		margin: 10px auto 10px;
	}
	#contact-squares h3{
		margin: 6px 0 8px;
		font-size: 18px;
		font-weight: 700;
	}
}
@media screen and (max-width: 480px){
	#contact-squares .fa{
		float: none;
		display: block;
		margin: 7px auto 12px;
	}
	#contact-squares h3{
		margin: 6px 0 8px;
		text-align: center;
		font-size: 16px;
	}
}

/* CONTACT SECTION */
#contact-section{
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
}
#contact-section h2{
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
#contact-section h2 span{
	display: block;
	margin: 6px 0 0;
	font-size: 16px;
	font-weight: 600;
}
#contact-section .contact-links{
	position: relative;
	display: inline-block;
	margin: 30px 0;
	padding: 50px 0 75px 0;
	width: 100%;
	background: #f2f2f2;
	background: #fff;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	overflow: hidden;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#contact-section .contact-links:before{
	position: absolute;
	content: "\f29c";
	font-family: 'FontAwesome';
	bottom: -80px;
	right: -75px;
	font-size: 300px;
	text-align: center;
	color: #ededed;

	-ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);

    display: none;
}
#contact-section .contact-links a{
	position: relative;
	display: block;
	margin: 18px 0 0;
	padding: 0;
	font-size: 26px;
	font-weight: 700;
	z-index: 1;
}
#contact-section .contact-links a:hover{
	color: #90181B;
	text-decoration: underline;
}
#contact-section .office-hours{
	margin: 0;
	padding: 0;
}
#contact-section .office-hours h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
}
#contact-section .office-hours h4{
	display: inline-block;
	margin: 10px 0 0;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 400;
	background: #f2f2f2;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contact-section .office-hours h4 strong{
	font-weight: 700;
}
@media screen and (max-width: 992px){
	#contact-section h2 span{
		margin: 5px 0 0;
		font-size: 12px;
	}
	#contact-section .contact-links{
		position: relative;
		display: inline-block;
		margin: 20px 0;
		padding: 45px 0 60px 0;
	}
	#contact-section .contact-links a{
		margin: 10px 0 0;
		font-size: 18px;
	}
	#contact-section .office-hours h3{
		font-size: 12px;
	}
	#contact-section .office-hours h4{
		font-size: 12px;
	}
}

/* CONTACT FORM */
.contact-form{
	margin: 0 0 50px;

	display: none;
}
@media screen and (max-width: 992px){
	.contact-form{
		margin: 0 0 50px;
	}
}

/* CONTACT INFORMATION */
.contact-information{
	position: relative;
	display: inline-block;
	margin: 102px 0 16px;
	padding: 25px 25px 20px;
	width: 100%;
	background: #f8f8f8;
	overflow: hidden;

	display: none;
}
.contact-information:before{
	position: absolute;
	content: "\f29c";
	font-family: 'FontAwesome';
	bottom: -80px;
	right: -75px;
	font-size: 300px;
	text-align: center;
	color: #ededed;

	-ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
}
.contact-information h2{
	position: relative;
	margin: 0 0 17px;
	padding: 0;
	font-size: 22px;
	text-transform: uppercase;
	z-index: 1;
}
.contact-information h3{
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	z-index: 1;
}
.contact-information h3 span{
	display: block;
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 400;
}

/* QUICK CONTACT LINK */
a.quick-contact-link{
	position: relative;
	display: inline-block;
	margin: 0 0 16px;
	padding: 0;
	width: 100%;
	height: 52px;
	background: #f8f8f8;
	color: #212121;
	overflow: hidden;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	display: none;
}
a.quick-contact-link:hover{
	background: #ededed;
	color: #212121;
	text-decoration: none;
}
a.quick-contact-link .fa{
	display: inline-block;
	float: left;
	margin: 0 15px 0 0;
	height: 52px;
	width: 52px;
	line-height: 52px;
	font-size: 20px;
	background: #ededed;
	color: #4a4a4a;
	text-align: center;
	border-right: 1px solid transparent;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.quick-contact-link:hover .fa{
	border-right: 1px solid rgba(0,0,0,0.04);
	color: #90181B;
}
a.quick-contact-link h3{
	float: left;
	display: block;
	margin: 19px 0 0;
	padding: 0 15px 0 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	white-space: no-wrap;
	text-overflow: ellipsis;
}
@media screen and (max-width: 992px){
	a.quick-contact-link{
		height: 45px;
	}
	a.quick-contact-link .fa{
		height: 45px;
		width: 45px;
		line-height: 45px;
		font-size: 20px;
	}
	a.quick-contact-link h3{
		margin: 16px 0 0;
		padding: 0 10px 0 0;
		font-size: 14px;
	}
}


/******************************
 FOOTER
*******************************/

/* FOOTER MAIN FOOTER */
footer.main-footer{
    display: block;
    margin: 20px 0 0;
    padding: 0;
    border-top: 4px solid #90181B;
    background: #fff;
    color: #343434;
}
footer.main-footer #footer-top{
    margin: 0;
    padding: 50px 0 65px;
}
footer.main-footer #footer-top h2{
    margin: 0 0 15px;
    padding: 0;
    font-size: 21px;
    font-weight: 700;
    color: #343434;
    text-transform: none;
}
footer.main-footer #footer-top p{
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.6;
    color: #909090;
	font-size: 13px;
}
footer.main-footer #footer-top img{
    max-width: 106px;
}
@media screen and (max-width: 1200px){
    footer.main-footer #footer-top img{
        max-width: 100px;
    }
}
@media screen and (max-width: 992px){
    footer.main-footer{
        padding: 0;
        text-align: center;
    }
    footer.main-footer #footer-top img{
    	display: block;
    	margin: 0 auto;
        max-width: 100px;
    }
    footer.main-footer #footer-top h2{
        margin: 30px 0 15px;
        padding: 0;
        font-size: 19px;
        font-weight: 700;
        color: #343434;
        text-transform: none;
    }
    footer.main-footer #footer-top p{
        margin: 0 0 20px;
        padding: 0;
        line-height: 1.6;
        color: #909090;
        font-size: 13px;
    }
}

/* FOOTER CATEGORIES */
footer.main-footer #footer-categories{
	position: relative;
	margin: 0 0 0 -38px;
	padding: 0;
}
footer.main-footer #footer-categories .category-wrap a.link-select{
	display: block;
	margin: 0 0 7px;
	padding: 0;
	width: auto;
	color: #909090;
	font-size: 13px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;

    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
footer.main-footer #footer-categories .category-wrap a.link-select span{}
footer.main-footer #footer-categories .category-wrap a:hover{
	color: #343434;
	text-decoration: underline;
}
@media screen and (max-width: 1200px){
    footer.main-footer #footer-categories{
        margin: 0 0 0 -28px;
    }
}
@media screen and (max-width: 992px){
	footer.main-footer #footer-categories{
        margin: 0;
		text-align: center;
	}
	footer.main-footer #footer-categories .category-wrap{
		margin: 0;
		text-align: center;
	}
}

/* NEWSLETTER SIGNUP */
footer.main-footer .newsletter-signup{
    display: inline-block;
    margin: 0;
    padding: 0 0 0 30px;
    width: 100%;
    min-height: 300px;
    border-left: 1px solid #ededed;
}
footer.main-footer .newsletter-signup input{
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: 1px solid #ccc;
    color: #212121;
    font-size: 13px;
    font-weight: 700;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
footer.main-footer .newsletter-signup button.sign-up{
    display: inline-block;
    margin: 5px 0 15px;
    padding: 10px 14px;
    width: auto;
    height: auto;
    outline: 0;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #212121;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
footer.main-footer .newsletter-signup button.sign-up .fa{
    margin: 0 0 0 6px;
}
@media screen and (max-width: 992px){
    footer.main-footer .newsletter-signup{
        display: inline-block;
        margin: 30px 0 0;
        padding: 10px 0 0;
        width: 100%;
        min-height: auto;
        border-left: 0px solid #ededed;
        border-top: 1px solid #ededed;
    }
    footer.main-footer .newsletter-signup input{}
    footer.main-footer .newsletter-signup button.sign-up{
        padding: 10px 22px;
    }
}

/* FOOTER BOTTOM */
footer.main-footer #footer-bottom{
    margin: 0;
    padding: 10px 0;
    background: #212121;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
footer.main-footer #footer-bottom a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
footer.main-footer #footer-bottom a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 992px){
    footer.main-footer #footer-bottom{
        padding: 25px 0;
        font-size: 14px;
        text-align: center;
    }
    footer.main-footer #footer-bottom a{
        margin: 0 4px 8px;
    }
}

/* FOOTER SOCIAL NETWORKS */
footer.main-footer #footer-bottom .social-links{
    display: inline-block;
    vertical-align: middle;
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
    height: 28px;
    width: auto;
    border-left: 1px solid rgba(255,255,255,0.10);
}
footer.main-footer #footer-bottom .social-links a{
    display: inline-block;
    vertical-align: middle;
	margin: 0 6px 0 0;
	width: 28px;
	height: 28px;
	line-height: 26px;
    text-align: center;
    color: #fff;
    background: rgba(255,255,255,0.10);

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    overflow: hidden;
}
footer.main-footer #footer-bottom .social-links .fa{
	font-size: 13px;
	color: #fff;
}
footer.main-footer #footer-bottom .social-links a:hover{
    background: #90181B;
}
footer.main-footer #footer-bottom .social-links a:hover .fa{
    color: #fff;
}
footer.main-footer #footer-bottom .social-links .fa:after {
    display: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
footer.main-footer #footer-bottom .social-links .fa:before {
    speak: none;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
footer.main-footer #footer-bottom .social-links a:hover .fa:before {
    -webkit-animation: toTopToBottom 0.3s forwards;
    -moz-animation: toTopToBottom 0.3s forwards;
    animation: toTopToBottom 0.3s forwards;
}
@media screen and (max-width: 992px){
    footer.main-footer #footer-bottom .social-links{
        display: block;
        vertical-align: middle;
        margin: 15px 0 20px;
        padding: 0;
        height: auto;
        width: auto;
        border: none;
    }
}

/* COPYRIGHT */
footer.main-footer #footer-bottom .copyright{
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 0;
    padding: 0;
    width: 100%;
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-weight: 300;
    text-align: right;
}
@media screen and (max-width: 992px){
    footer.main-footer #footer-bottom .copyright{
        margin: 30px 0 0;
        font-size: 11px;
        text-align: center;
    }
}

/* SCROLL UP WE GO */
#scroll-top.up-we-go{
	display: none;
	position: fixed;
	right: 45px;
	bottom: 60px;
	z-index: 4;
}
#scroll-top.up-we-go .fa{
	width: 42px;
	height: 42px;
	line-height: 41px;
	font-size: 16px;
	background: rgba(0,0,0,0.65);
	text-align: center;
	color: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
#scroll-top.up-we-go .fa:hover{
	background: #90181B;
}
@media screen and (max-width: 992px){
    #scroll-top.up-we-go{
        right: 20px;
        bottom: 20px;
    }
}

/*
@media screen and (max-width: 1170px){
	footer #footer-bottom #scroll-top{
		display: block;
	}
	#scroll-top.up-we-go{
		display: none;
		height: 0px;
		width: 0px;
		bottom: 0;
		left: -200px;
	}
}
*/

@media screen and (max-width: 992px){
    footer #footer-bottom{
        padding: 15px 0;
        text-align: center;
        font-size: 10px;
    }
    footer #footer-bottom .copyright,
    footer #footer-bottom .designed-by{
        margin: 0;
        font-size: 10px;
    }
    footer #footer-bottom #scroll-top{
		position: absolute;
		top: -75px;
		right: 0;
		left: 0;
		text-align: center;
	}
	footer #footer-bottom #scroll-top .fa{
		width: auto;
		height: auto;
		font-size: 14px;
	}
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
