/*************************************************************************************
IMPORTING EXTERNAL STYLES
*************************************************************************************/

@import url("css/fonts.css");
    
/* === Constant Classes ====*/

.clear, .clr { 
    display: block; 
    clear: both !important; 
}

.clearfix:after { 
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden; 
    line-height: 0; 
    height: 0; 
}

html[xmlns] .clearfix { 
    display: block; 
}



* html .clearfix { 
    height: 1%; 
}

img.alignright {
    float:right; 
    margin:0 0 1em 1em;
}

img.alignleft {
    float:left; 
    margin:0 1em 1em 0;
}

img.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

.margin-top-none{
    margin-top: 0;
}

.margin-bottom-none{
    margin-bottom: 0;
}

.margin-none{
    margin: 0;
}

#infscr-loading{
    text-align: center; 
    margin-bottom: 20px;
}

.flexslider { 
    position: relative; 
}


img,
.prol-content-panel img,
img-responsive { 
    max-width: 100%; 
    width: auto\9; 
    height: auto; 
    vertical-align: middle;
    border: 0; 
    -ms-interpolation-mode: bicubic; 
}

.context{
    overflow: hidden;
    _overflow: visible;
}

hr{
    border-top: 1px solid #D8D5D5;
}

/* === Typography ==== */

body { 
    color: #f5f5f5; 
    font-family: 'gotham_bookregular', Arial, sans-serif; 
    font-size: 16px;
    padding: 0; 
    line-height: 150%;
    background: #fff ;
}

a:link, a:visited { 
    color: #f68026; 
    text-decoration: none;
}

a:hover{
    color: #dadada;
}

.contact-widget a:link,.contact-widget a:visited { 
    color: #f68026; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ 
    font-family: "gotham_medium", Arial, sans-serif; 
    line-height: 120%;
    font-weight: normal;
    color: #fff;
}

h1, .h1{
    font-size: 34px;
}

h2, .h2{
    font-size: 32px;
}

h3, .h3{
    font-size: 28px;
    margin: 10px 0;
}

h4, .h4{
    font-size: 23px;
    margin: 10px 0;
}

h5, .h5{
    font-size: 18px;
    margin: 10px 0;
}

h6, .h6{
    font-size: 16px;
    margin: 10px 0;
}

p, .p{
    display: block;
    margin-bottom: 20px;
}


textarea::-webkit-input-placeholder, /* WebKit browsers */
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #a2a2a2;
    font-family: 'latoitalic';
}

textarea:-moz-placeholder, /* Mozilla Firefox 4 to 18 */
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a2a2a2;
    font-family: 'latoitalic';
}

textarea::-moz-placeholder, /* Mozilla Firefox 19+ */
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a2a2a2;
    font-family: 'latoitalic';
}

textarea:-ms-input-placeholder,/* Internet Explorer 10+ */
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a2a2a2;
    font-family: 'latoitalic';
}

strong{
    font-family: 'gotham_boldregular', Arial, sans-serif;
}

a{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.top-heading{
    color: #fff;
    padding: 6px 16px;
    background:#e41f29;
    font-size: 20px;
    margin: 0;
    height: 33px;
}

.text-type-heading{
    font-family: Arial, sans-serif;
    font-size: 64px;
    text-align: center;
    font-weight: normal;
    color: #4f8bc9;
    margin: 0;
}

.text-type-heading-2{
    font-family: Arial, sans-serif;
    font-size: 37px;
    font-weight: normal;
    color: #f68026;
    margin: 0;
}

.text-type-subheading{
    color: #f68026;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 15px;
    line-height: 27px;
}

.text-type-subheading-2{
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: normal;
    color: #5a471c;
}

.text-type-subheading-3{
    font-family: Arial, sans-serif;
    font-size: 33px;
    font-weight: normal;
    color: #5a471c;
}

.text-type-subheading-4{
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #f68026;
}

.block{
    display: block;
}

.u-case{
    text-transform: uppercase;
}

.c-case{
    text-transform: capitalize;
}

.l-case{
    text-transform: lowercase;
}

.strong{
    font-weight: normal;
}

.em{
    font-family: 'gotham_bookitalic', Arial, sans-serif;
}

.underline{
    text-decoration: underline;
}

/* ==== Define some color codes ==== */

.c-1369a6{
    color: #1369a6;
}

/* ==== Define some font sizes ==== */

.f-size-16{
    font-size: 16px;
}

/* === Layout Helper Classes === */

.seperator-pad-bottom{
    padding-bottom: 50px;
}

.seperator-pad-top{
    padding-top: 50px;
}

.seperator-marge-bottom{
    margin-bottom: 50px;
}

.seperator-marge-top{
    margin-top: 60px;
}

.pad-top-10{
    padding-top: 10px;
}

.pad-bottom-10{
    padding-bottom: 10px;
}

.pad-top-20{
    padding-top: 20px;
}

.pad-top-30{
    padding-top: 30px;
}

.pad-top-18{
    padding-top: 18px;
}

.pad-bottom-30{
    padding-bottom: 30px;
}

.pad-bottom-20{
    padding-bottom: 20px;
}

.pad-right-10{
    padding-right: 10px;
}

.pad-left-10{
    padding-left: 10px;
}

.pad-right-20{
    padding-right: 20px;
}

.pad-left-20{
    padding-left: 20px;
}

.pretty-flower-holder{
    display: block;
    clear: both;
    padding: 40px 0;
    text-align: center;
}

/* === Site Specific Classes ==== */

.wrapper { 
    max-width: 865px; 
    margin: 0 auto; 
    position: relative; 
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.container{
    width: auto;
    max-width: 1120px;
}

.prol-footer-panel .wrapper{
    min-height: 580px;
}

.block{
    display: block;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.inline-block {
    display: inline-block;
}

.navbar-header{
    display: none;
}

/* ============ Start Prol Header Panel ============ */

.prol-header-panel{
    background: #202937 url(images/banner.jpg) top center no-repeat;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.prol-header-panel .wrapper {
    text-align: center;
    min-height: 1289px;
}

.warning{
    font-size: 20px;
    color: #fff;
    font-family: 'gotham_blackregular',Arial, sans-serif;
}

.warning span{
    background: #ea1717;
    padding: 10px 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.prol-header-panel h1{
    font-size: 60px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'gotham_blackregular',Arial, sans-serif;
}

.prol-header-panel h1 span{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 5px 12px;
    display: inline-block;
}


.prol-header-panel h2{
    font-size: 28px;
    margin-top: 0;
    font-size: 60px;
    margin-top: -2px;
    text-transform: uppercase;
    font-family: 'hand_of_sean_demoregular',Arial, sans-serif;
}

.c_ea1717{
    color: #ea1717;
}

.c_00c6ff{
    color: #00c6ff;
}

.c_f56200{
    color: #f56200;
}

.top-content{
    padding-top: 48%;
}

.top-content h3{
    font-size: 34px;
    margin-bottom: 8px;
    font-family: 'gotham_medium', Arial, sans-serif;
}

.top-content h4{
    margin-top: 8px;
    line-height: 28px;
    margin-bottom: 35px;
} 

.true-performers{
    border-radius: 15px;
    padding: 46px;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 40px;
    background: #fff url(images/performers-bg.jpg) top center repeat-x;
}

.true-performers h3{
    font-size: 24px;
    margin-top: 0;
    line-height: 26px;
}

.transform-area{
    background: transparent;
    padding: 46px;
} 

.subtitle{
    font-size: 28px;
    margin-bottom:35px;
}

.subtitle span{
    display: inline-block;
}

.border-top-bottom{
    padding: 16px 30px; 
    border-top: 1px solid #475160;
    border-bottom: 1px solid #475160;
}

.text-box{
    padding:20px 40px;
}

/*********** About Michael Port ******************/

.about-michael-port{
    background-color: #3e4c59;
    background-image: url(images/author-bg2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.about-michael-port .wrapper{
    padding: 5% 10px;
}

.about-michael-port .wrapper h4{
    font-family: 'gotham_bookregular',Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 35px;
}

 .about-michael-port .text-box{
    padding-top: 14%;
    padding-bottom: 13%;
}

.signature{
    margin-top: 15px;
}

/**************** Teachets Section Style *****************/

.teachets-section{
    background-color: #23110f;
    background-image: url(images/teacher-panel-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.teachets-section .wrapper{
    max-width: 1000px;
}

.teachets-section .text-box{
    padding: 30px 20px;
}

.teachets-section .subtitle{
    color: #dadada;
}

.teachets-section .subtitle span{
    border-color: #fff;
}

.teachets-section h3{
    padding-top: 50px;
    margin:0 0 30px;
}

/**************** About Amy Mead  Section Style *****************/

.about-amy-mead{
    color: #000;
    background-color: #fff;
    background-image: url(images/Amy-Mead2.jpg);
    background-position: center top ;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}


.details-about-amy-mead{
    color: #fff;
    background-color: #161616;
    background-image: url(images/AmyMead.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.about-amy-mead .text-box{
    padding-top: 24%;
    padding-bottom: 23%;
}

.about-amy-mead .text-box h3{
    margin-bottom: 25px;
}


/**************** About Dan Cordle Section Style *****************/

.about-dan-cordle{
    color: #fff;
    background-color: #43464b;
    background-image: url(images/DanCordle.jpg);
    background-position: center top ;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.about-dan-cordle .text-box{
    padding-top: 24%;
    padding-bottom: 23%;
}

.about-dan-cordle .text-box h3{
    margin-bottom: 25px;
}

/**************** About John Jantsch Section Style *****************/

.about-john-jantsch{
    color: #fff;
    background-color: #000;
    background-image: url(images/John-Jantsch.jpg);
    background-position: right bottom ;
    background-repeat: no-repeat;
    background-size: 52% auto;
    -moz-background-size: 52% auto;
    -o-background-size: 52% auto;
    -webkit-background-size: 52% auto;
}

.about-john-jantsch .wrapper{
    max-width: 1000px;
}


.about-john-jantsch .title span{
    font-size: 18px;
}
.about-john-jantsch .text-box{
    padding-top: 11%;
    padding-bottom: 10%;
}

.about-john-jantsch.text-box h3{
    margin-bottom: 25px;
}
.about-john {
    margin-top: 10%;
    padding-right: 40px;
}

.about-john-jantsch .about-john h3{
    margin-bottom: 30px;
    color: #f30000;
}

/**************** About John Jantsch Section Style *****************/

.about-scott-stratten{
    color: #252229;
    background-color: #bdbcbd;
    background-image: url(images/ScottStratten.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% center;
}

.about-scott-stratten .wrapper{
    max-width: 1000px;
}

.about-scott-stratten .text-box{
    padding-top: 7%;
    padding-bottom: 5%;
}

.about-scott-stratten h3{
    margin-bottom: 25px;
    color: #252229;
}

/**************** About Chris Brogan *****************/

.about-chris-brogan{
    color: #252229;
    background-color: #e6be4e;
    background-image: url(images/ChrisBrogan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% center;
}

.about-chris-brogan .wrapper{
    max-width: 1000px;
}

.about-chris-brogan .text-box{
    padding-top: 7%;
    padding-bottom: 18%;
    padding-left: 0;
    padding-right: 0;
}

.about-chris-brogan h3{
    margin-bottom: 25px;
    color: #252229;
}

/**************** About Chris Brogan *****************/

.about-dorie-clark{
    color: #fff;
    background-color: #111923;
    background-image: url(images/Dorie-Clark.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 175px center;
}

.about-dorie-clark .wrapper{
    max-width: 1000px;
}

.about-dorie-clark .text-box{
    padding-top: 7%;
    padding-bottom: 10%;
    padding-left: 0;
    padding-right: 0;
}

.about-dorie-clark h3{
    margin-bottom: 25px;
    color: #f56200;
}

/**************** About Bob Burg *****************/

.about-bob-burg{
    color: #252229;
    background-color: #d4d9ec;
    background-image: url(images/BobBurg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% center;
}

.about-bob-burg .wrapper{
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-bob-burg .text-box{
    padding-top: 7%;
    padding-bottom: 6%;
    padding-left: 0;
}

.about-bob-burg h3{
    margin-bottom: 25px;
}

/**************** About Barry *****************/

.about-barry{
    color: #fff;
    background-color: #000;
    background-image: url(images/barry-moltz.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% center;
}

.about-barry .wrapper{
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-barry .text-box{
    padding-top: 7%;
    padding-bottom: 6%;
    padding-left: 0;
}

.about-barry h3{
    margin-bottom: 25px;
}

/**************** Expect Panel *****************/

.expect-panel{
    color: #fff;
    background-color: #000;
    background-image: url(images/expect-panel-bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50% auto;
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
}

.expect-panel .wrapper{
    max-width: 900px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.expect-panel .text-box{
    padding-top: 7%;
    padding-bottom: 6%;
    padding-left: 10px;
}

.expect-panel h3{
    margin-bottom: 25px;
}

.expect-panel .border-top-bottom{
    border-color: #fff;
    margin-bottom: 20px;
}

/******************* Banner Panel ************************/

.banner-panel{
    background-color: #fff;
    background-image: url(images/on-camera.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.banner-panel .wrapper{
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-panel .text-box{
    padding-top: 7%;
    padding-bottom: 8%;
    padding-left: 10px;
    max-width: 700px;
    margin: 0 auto;
}

.banner-panel .info-box{
    padding: 45px 30px 30px;
    color: #000000;
    background: rgba(250, 250, 253, 0.9);
}


/**************** Expect Panel *****************/

.cntent-creation-panel{
    color: #fff;
    background-color: #000;
    background-image: url(images/master-of-the-art.jpg);
    background-repeat: no-repeat;
    background-position: right 60%;
}

.cntent-creation-panel .wrapper{
    max-width: 900px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cntent-creation-panel .text-box{
    padding-top: 7%;
    padding-bottom: 6%;
    padding-left: 10px;
}

.expect-panel h3{
    margin-bottom: 25px;
}

.expect-panel .border-top-bottom{
    border-color: #fff;
    margin-bottom: 20px;
}

/*================voice-control-panel=================*/

.voice-control-panel {
    background: #fff;
}

.voice-control-panel .wrapper {
    padding-top: 70px;
    padding-bottom: 30px;
    max-width: 885px;
}

.voice-control-panel .text-box {
    color: #202937;
    padding: 20px 0 10px;
    margin-bottom: 20px;
}

.voice-control-panel .info-box {
    padding-bottom: 30px;
}

.fb-comment-panel{
    background-color: #f4f4f4;
}

.fb-comment-panel .wrapper{
    max-width: 1020px;
}

.fb-comment-panel h5{
    text-align: center;
    color: #202937;
    margin-top: 35px;
}

.fb-comment-panel .testimonial-area{
    padding-bottom:80px;
}

.speaking-gigs-panel{
    color: #fff;
    background-color: #1f88bf;
}

.speaking-gigs-panel .wrapper{
    padding: 50px 10px 25px 50px;
}

.participants{
    text-align: center;
	margin-bottom: 20px;
}

.participants p{
    margin-top: 15px;
    margin-bottom: 0;
}

.our-teachers{
    margin-top: 40px;
    margin-left: 20px;
}

.network-opportunities{
    color: #000;
    background:#fff url(images/thumbnail-banner.jpg) top center no-repeat; 
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.network-opportunities .text-box {
    padding-top: 18%;
    padding-bottom: 18%;
    padding-left: 10px;
    margin: 0 auto;
    padding-right: 10px;
}

.network-opportunities .wrapper{
    padding: 50px 10px;
}

.network-opportunities .info-box {
    padding: 25px 30px 10px;
    color: #000000;
    background:#fff;
    border: 2px solid #000;
}

.network-opportunities h5{
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
}

.important-panel{
    background-color: #fff;
    background-image: none;
    color: #202937;
}

.important-panel h5,
.important-panel h4{
    color: #202937;
}

.important-panel .wrapper{
    max-width: 1000px;
}
.important-panel .border-top-bottom{
    border-color: #dadada;
}

.button{
    display: inline-block;
    padding: 28px 60px;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    font-family: 'gotham_medium',Arial, sans-serif;
    margin-bottom: 35px;
    background:#f97800 url(images/button-bg.jpg) top left repeat-x; 
}

.button:hover{
    color: #fff;
    background:#c35400 url(images/button-bg-on-hover.jpg) top left repeat-x;
}

.list-item{
    margin-top: 40px;
}

.list-item ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 26px;
}

.list-item ul li{
    padding-left: 35px;
    margin-bottom: 20px;
    background: url(images/list-style.png) left 2px no-repeat;
}


/*=========== bonus-panel ====================*/

.bonus-options-panel {
    color: #ffffff;
    background: #625d59;
}

.bonus-options-panel .wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bonus-options-panel .text-box{
    padding-top: 6%;
    padding-bottom: 6%;
    padding-left: 0;
    padding-right: 0;
}

.bonus-options-panel .border-top-bottom {
    border-color: #dadada;
    color: #fff;
}

.bonus-info{
    max-width: 740px;
    padding: 10px ;
    margin: 20px auto 2px;
}

.details-info{
    padding-top: 50px;
}

.bonus-info h5{
    margin-bottom: 30px;
}

.details-info h5 span{
    font-size: 14px;
    font-family: 'gotham_bookregular',Arial, sans-serif;
}

.c_fffc00{
    color: #fffc00;
}

.c_fcff9d{
    color: #fcff9d;
}

.bonus-options-panel .wrapper{
    max-width: 1000px;
}

.SmartObject{
    margin-top: 20px;
}

.professional-panel{
    background-color: #000;
    color: #fff;
}

.professional-panel .text-box{
    padding-top: 10%; 
    padding-bottom: 0% 
}

.special-guests-panel{
    color: #202937;
    background: #efe9da;
}

.special-guests-panel h5{
    color: #202937;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.special-guests-panel h4{
    color: #202937;
    margin-bottom: 45px;
}

.special-guests-panel h4 .border-top-bottom{
    color: #202937;
}

.special-guests-panel .g-widget{
    padding: 0 28px;
}

.f-banner{
    margin-bottom: -87px;
    background: #000;
    text-align: center;
}

.venue-panel{
   // margin-bottom: 35px;
    color: #000;
    background:#f3efe0 url(images/venue-panel.jpg) top center no-repeat;
}

.venue-panel .custom-wrapper{
    max-width: 1380px;
}

.text-wrap{
    max-width: 865px;
    margin: 0 auto;
}

.hidden-css{
    visibility: hidden;
}

.venue-panel .wrapper{
    padding-top: 8.5%; 
    padding-bottom: 3%; 
    min-height: 400px;
}

.venue-panel .subtitle{
    margin-top: 60px;
    font-size: 44px;
    color: #202937;
    margin-bottom: 12px;
}

.venue-panel .subtitle span{
    padding: 20px 45px;
}

.venue-info h5{
    font-size: 22px;
    color: #000;
    line-height: 28px;
    text-transform: uppercase;
}

.venue-info .venue-pic{
    margin-top: 30px;
}

.venue-text-info{
    padding:23px 30px 0;
}

.ticket-options-panel{
    background:#202937 url(images/ticket-options-bg.jpg) top center no-repeat;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.more-info a{
    color: #ff9000;
}

.more-info a:hover{
    text-decoration: underline;
}

.ticket-options-panel .wrapper{
    padding: 20px 10px;
    min-height: 400px;
    max-width: 980px;
}

.ticket-options-panel .wrapper .text-box{
    padding-top: 8%;
    padding-bottom:10px;
}

.ticket-options-panel .border-top-bottom{
    border-color:#969aa0;
    color:#f8f8f8;
}

.widget-box h4{
    color: #ff9000;
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 10px;
}

.widget-box h4 span{
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-family: 'gotham_bookregular',arial;
    font-weight: bold;
    letter-spacing: .2px;
}

.widget-box h4 span em{
    text-transform: none;
    font-style: normal;
    display: inline-block;
    text-decoration: line-through;
}

.widget-box p{
    font-size: 20px;
    color: #ff9000;
}

.widget-box p span{
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}

.widget-box p i{
    display: block;
    font-style: normal;
    text-decoration:line-through ;
}

.widget-box p span.vvip-price{
    margin: 14px 0 8px; 
}

.widget-box .exclusive-info{
    color: #f4f4f4;
    line-height: 18px;
    font-size: 13px;
    padding: 0 22px;
}

.buy-btn{
    font-size: 28px;
    display: block;
    max-width: 215px;
    margin: 0 auto;
    padding: 24px 20px;
}

.box{
    min-height: 250px;
}

.widget-box{
    margin-top: 10px;
    margin-bottom: 40px;
}

.offer-guarantee{
    padding: 20px 0 10px;
    font-size: 18px;
}

.registered-people-info{
    max-width: 735px;
    margin: 0 auto 80px;
}

.registered-people-info h5{
    margin-bottom: 60px;
    line-height: 22px;
    font-size: 16px;
}

.registered-people-info ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.registered-people-info ul li{
    margin-top: 1px;
}

.faq-content{
    padding: 40px 40px 20px;
}

.faq-content .subtitle{
    margin-top: 0;
    margin-bottom: 45px;
}

.footer-panel{
    background: #575e68;
}

.footer-panel .wrapper{
    padding: 44px 20px;
}

.footer-menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.footer-menu li{
    display: inline-block;
    padding-right: 6px;
    line-height: 14px;
    font-family: 'gotham_bookregular',Arial, sans-serif;
    border-right: 1px solid #f8f8f8;
}

.footer-menu li:last-child{
    border-right: 0;
}

.footer-menu li a{
    font-size: 14px;
    color: #f8f8f8;
}

.footer-menu li a:hover{
    text-decoration: underline;
}

.on-mobile img{
    width: 100%;
    height: auto;
}

.g-pic{
    width: 106px;
    height: 106px;
    border-radius: 50%;
}

.popupContainer {
    top: 200px! important;
}

.popupContainer {
    position: absolute;
    width: 900px;
    text-align: center;
    height: auto;
    left: 45%;
    top: 80px;
    background: #FFF;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 40px;
}

.popupBody h2 {
    color: #000;
}


.popupContainer .button{
    margin-top: 10px;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.home .header-section{
    padding-top: 50px;
    background: #202937 url("images/bg2.jpg") no-repeat center top;
}

.prol-header-panel.bg_202937{
    background: #202937;
    margin-bottom:-75px;
}

.prol-header-panel.bg_202937 .wrapper{
    padding-top: 50px;
}

.top-content-1{
    padding-top: 8%;
}

.hand_of_sean{
    font-family: 'hand_of_sean_demoregular', arial;
}

.prol-header-panel.title_top{
    padding-top: 80px;
}

.prol-header-panel.title_top .wrapper{
    min-height: 100px;
    padding-bottom: 50px;
}

.prol-header-panel.bg_202937 .wrapper.pad-top-40{
    padding-top: 80px;
}

/*===============================*/
.scrollbar-inner{
    height: 835px;
    overflow: hidden;
}
.testimonial-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: -15px;
}

.testimonial-box .scrollbar-inner .row{
    margin: 0;
}

.testimonial-box{
    padding: 12px 5px 0;
    border-radius: 4px;
    position: relative;
    background: #cccdd3;
    border: 1px solid #908A8A;
    margin-top: 35px;
}

.testimonial-box .scrollbar-inner .client-comments{
  background:#F4F4F4;
  margin: 0 6px;
  padding: 0 3px;
}

.bottom-shadow{
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 100%;
}

.faceboob-comment .col-lg-12 {
    padding: 0 6px;
}
/*
.right-side-widget ul li{
    padding-left: 20px;
    padding-right: 0;
}
*/
.testimonial-area ul li {
    color: #3b3b3b;
    padding: 15px 6px 0 2px;
    margin: 12px 0;
    font-size: 16px;
    display: block;
}

.testimonial-area ul li span {
    margin-top: 10px;
}

.testimonial-area ul li .testimonial-image {
    display: block;
    margin-top: 10px;
}

.testimonial-area ul li .testimonial-image img {
    border-radius: 50%;
    max-width: 60px;
    width: 100%;
    margin-right: 10px;
    height: 60px;
}

.special-guest{
    margin-top: 40px;
    margin-left: -7px !important;
}

.special-guest .participants{
    margin-bottom: 45px;
}

.ticket-options-panel .wrapper{
    max-width: 1060px;
}
.ticket-options-panel .wrapper .text-box{
    padding: 20px 0;
}


.ticket-price-options .widget-box .box{
    max-width: 280px;
}
.ticket-price-options .options-box{
    background: #fff;
    min-height: 410px;
    position: relative;
    color: #7b8492;
}

.widget-box .options-box h4{
    min-height: 70px;
    padding-top: 19px;
    padding-bottom: 14px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: .5px;
}

.widget-box .options-box h4.bg_23b0d3{
    background: #23b0d3;
    padding-top: 25px;
}

.bg_4823d3{
    background: #4823d3;
}

.bg_cd23d3{
    background: #cd23d3;
}

.buy-btn{
    max-width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'gotham_boldregular',arial;
    font-size: 24px;
    padding: 22px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #db7c00 url(images/button-bg2.jpg) top left repeat-x;
}

.widget-box .options-box .buy-btn:hover{
    background: #db7c00 url(images/hover-button-bg2.jpg) top left repeat-x;
}

.super-early-bird-price,
.regular-price{
    font-family: 'gotham_medium', arial;
    text-transform:uppercase;
    padding: 38px 20px 45px;
    border-bottom:1px solid #d8dadd;
}

.super-early-bird-price{
    border-bottom: 0;
}

.super-early-bird-price span,
.regular-price span{
    display: block;
    color: #000;
    font-size: 36px;
    padding-top: 4px;
}

.super-early-bird-price span{
    color: #ff0000;
}

.regular-price.vvip-price .available{
    font-size: 13px;
    color: #7b8492;
    font-family: 'gotham_bookregular';
    text-transform: none;
    font-weight: bold;
}

.regular-price.vvip-price{
    border-bottom: 0;
    padding-top: 96px;
}

.play-btn {
  background: url(images/play.png);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  height: 208px;
  width: 211px;
  display: inline-block;
  text-indent: -9999px;
  margin-top: 0px;
}

#vimeo_player .play{
    display: none !important;
}

.header-section .text-box-area{
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 100;
  margin: 0;
  padding: 0;
  top: 0%;
  height: 100%;
  background: rgba(0,0,0,.8);
}

.header-section .text-box-area .header-text {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 12%;
}




.about-matthew{
    color: #000;
    background-color: #fff;
    background-image: url('http://www.retinawebagency.com/wp-content/uploads/2014/12/img-1.jpg');
    background-position: center top ;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.details-about-matthew{
    background-image: url('http://www.retinawebagency.com/wp-content/uploads/2014/12/img-1.jpg');
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.about-matthew .text-box{
    padding-top: 24%;
    padding-bottom: 23%;
}

.about-matthew .text-box h3{
    margin-bottom: 25px;
}



.about-liz{
    color: #000;
    background-color: #000;
    background-image: url(images/elizabeth2.jpg);
    background-position: center top ;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.about-liz h3 {
    color: #000;
	}

.details-about-liz{
    background-image: url(images/elizabeth2.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.about-liz .text-box{
    padding-top: 4%;
    padding-bottom: 13%;
}

.about-liz .text-box h3{
    margin-bottom: 25px;
}

.ebook-section {
    font-size: 20px;
    background-image: url('http://stealtheshow.com/media/images/section01.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.itunes-store-list ul {
    list-style-type: decimal;
    padding: 0 10px;
    margin: 0;
}
/*.itunes-store-list ul li {
    margin-bottom: 20px;
}*/

.itunes-store-list ul li span.center {
    display: block;
    margin: 0 auto;
}

.itunes-list ol li{
    font-size: 20px;
    line-height: 1.4;
}

.itunes-list ol li img {
    width: 100%;
}

.itunes-store-list2 img{
    width: 100%;
}

.itunes-store-list2 ul{
    list-style-type: none;
}

.itunes-store-list2 li{
    font-size: 20px;
    line-height: 1.4;
}

.numner{
    color: #f68026;
}