@charset "utf-8";
/* CSS Document */

/*----------////GLOBAL\\\\-------------*/
body { background: rgb(227,227,227) }

.wrapper{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    clear: both;
}

.left{float:left;}
.right{float:right;}

.clear {
    clear:both;
}

/*--- h1, h2, h3, h4, h5---*/
h1{
    color: #313438;
    font-size: 38px;
    font-family: 'Helvetica';
    line-height: 46px;
    font-weight: 600;
}
h2{
    color: #313438;
    font-size: 28px;
    font-family: 'Helvetica';
    line-height: 34px;
    font-weight: 600;
}
h3{
    color: #313438;
    font-size: 24px;
    font-family: 'Helvetica';
    line-height: 30px;
    font-weight: 600;
}
h4{
    color: #313438;
    font-size: 20px;
    font-family: 'Helvetica';
    line-height: 26px;
    font-weight: 600;
}
h5{
    color: #313438;
    font-size: 18px;
    font-family: 'Helvetica';
    line-height: 24px;
    font-weight: 600;
}
h6{
    color: #313438;
    font-size: 16px;
    font-family: 'Helvetica';
    line-height: 22px;
    font-weight: 600;
}


/*----------//// HEADER \\\\-------------*/
.border-header { width: 100%; height: 10px; background: url(../style/img/bg-opacity-black.png) repeat top left; }

.header { width: 100%; }



/*--- LOGO ---*/
.logo {padding: 37px 0; }

.logo a {
    float: left;
}

.logo img {
    float: left;
    width: 100%;
}

.logo span {
    float: left;
    width: auto;
    color:#787a7d;
    font-size:11px;
    font-family: 'Georgia';
    font-style: italic;
    margin: 15px 0 0 15px;
}


/*--- NAVIGATION ---*/
.nav {
    width: 100%;
    height: 47px;
    background-color: rgba(0, 0, 0, 0.1);
}

.nav ul { float: left; width: 100%; margin-top: 16px; }
.nav ul li { float:left; width: auto; }

.nav ul li a:link,
.nav ul li a:visited{
    display:block;
    color: #999999;
    font-size: 14px;
    font-family: 'Helvetica';
    padding: 1px 30px 1px 0px;
    text-shadow: 0px 1px 2px #212225;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.sf-menu .sub-menu li a:link {padding-bottom: 10px; line-height: 16px;padding-right: 5px;font-size: 12px;}

.current-menu-item a {color: #ff6825!important}

.nav ul li a:hover,
.nav ul li.active a{ color: #ff6825; }

.nav .sub-menu li a {
    text-shadow: none!important;
}

.nav nav select{
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button-menu { 
    display: none;
    position: relative; 
    text-align: center; 
    width: 45px;
    height: 37px;
    background: #e8e8e8;
    margin: 10px 0 0;
     -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.button-menu a {
    float: left;
    width: 100%;
    height: 100%;
    background:url("../style/img/menu-content-img.png") no-repeat center center;
}

.nav nav {
    position: relative;
    width: 100%;
    float: left;
    display: block;
}

.sub-menu .sub-menu {left: 10.5em!important;}
.sub-menu .sub-menu li:first-child {border-top-left-radius: 6px; border-top-right-radius: 6px;padding-top: 3px;}



.links-header { width: 280px; margin: 35px 0; }
.links-header ul { 
    float: left;
    width: 100%;
    height: 47px;
    background-color: rgba(0, 0, 0, 0.1);
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.links-header ul li { float: left; width: auto; }
.links-header ul li span { 
    float: left;
    width: auto;
    color:#787a7d;
    font-size:11px;
    font-family: 'Georgia';
    font-style: italic;
    margin: 18px 23px 0 18px;
}
.links-header ul li a { float: left; width: 38px; height: 38px; margin: 4px 5px 0 0; }
.links-header ul li a.icon-header-1 { background: url(../style/img/icon-header-1.png) no-repeat; }
.links-header ul li a.icon-header-2 { background: url(../style/img/icon-header-2.png) no-repeat; }
.links-header ul li a.icon-header-3 { background: url(../style/img/icon-header-3.png) no-repeat; }
.links-header ul li a.icon-header-4 { background: url(../style/img/icon-header-4.png) no-repeat; }


/*----------//// CONTENT \\\\-------------*/
.content { width: 100%; }

.border-white{
    width: 100%;
    height: 5px;
    background: url(../style/img/border-white.png) repeat-x top left;
}

.slider-home { width: 100%; background-color: #fff; }


.home-ticket-box{ width: 982px; margin: -2px 0 0 -1px; }

.home-ticket-box-center{
    width: 982px;
    padding: 40px 0 30px;
    background: #2F3236;
    margin-bottom: 40px;
    -moz-box-shadow: 0px 1px 4px 0px #888;
    -webkit-box-shadow: 0px 1px 4px 0px #888;
    box-shadow: 0px 1px 4px 0px #888;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
    
}

.home-ticket-box-left { width: 555px; margin-left: 35px; }

.home-ticket-box-center .call-to-action-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 38px;
    font-family: 'Helvetica';
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    margin-bottom: 5px
}

.home-ticket-box-center a {
    color: #ff6825;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.home-ticket-box-center a:hover {
    color: #fff;
}

.home-ticket-box-center .home-ticket-box-right a {color: #fff!important}

.home-ticket-box-center span{
    float: left;
    width: 100%;
    color: #ff6825;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    margin-bottom: 15px;
}

.home-ticket-box-center p{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
    font-weight: normal;
}


.home-ticket-box-right { 
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    margin: 0 35px 0 0;
    padding: 20px 30px;
}

.home-ticket-box-right a { 
    background: -moz-linear-gradient(top,  rgba(49,52,57,0.84) 0%, rgba(43,46,49,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,52,57,0.84)), color-stop(100%,rgba(43,46,49,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(49,52,57,0.84) 0%,rgba(43,46,49,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(49,52,57,0.84) 0%,rgba(43,46,49,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(49,52,57,0.84) 0%,rgba(43,46,49,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(49,52,57,0.84) 0%,rgba(43,46,49,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6313439', endColorstr='#2b2e31',GradientType=0 ); /* IE6-9 */
    float: left;
    padding: 20px 60px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.4);
    width: 97%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: 'Helvetica';
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    left: 3px;
    position: relative;
}

.home-ticket-box-center .shortcodes {margin-bottom: 0;}

.gallery-text .bottom-margin {margin-bottom:30px;}

.home-ticket-box-right a:hover {
    color: #FF6825;
}

.shortcodes p a {color: #ff6825; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s;}

.shortcodes p a:hover {color: #666666}

.shortcodes a {color: #ff6825; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s;}

.shortcodes a:hover {color: #666666}




/* CALL TO ACTION COUNTER */

.counter-holder{
    display: inline-block;
    float: right;
    width: 274px;
}

.counter-text{
    text-align: center;
    font-family: Georgia;
    color: #76787B;
    font-size: 12px;
    width: 50px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
    font-style: italic;
    font-weight: normal;
}

.counter-text.hours {padding-left: 13px;}

.counter-bg{
    text-align: right;
    background: url(img/counter-bg.png);
    height: 50px;
    width: 100%;
    margin: 10px 0 15px;
}

.jcounter{
    font-family: Helvetica;
    font-size: 28px;
    color:
    white!important;
    font-weight: bold;
    position: relative;
    top: 7px;
    letter-spacing: 15px;
    right: -13px;
    width: 97%;
    height: 37px;
    overflow: hidden;
    text-align: left;
}



.home-box-text { width: 100%; margin: 35px 0; }

.home-box-text span {
    float: left;
    width: 100%;
    color: #313438;
    font-size: 26px;
    font-family: 'Helvetica';
    font-weight: bold;
    margin-bottom: 5px;
}

.home-box-text p{
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
}




.bg-home-post { width: 475px; margin-bottom: 40px;}

.bg-home-post-top{
    width: 475px;
    height: 73px;
    background: url(../style/img/bg-home-post-top.png) no-repeat top left;
}

.bg-home-post-down{
    width: 100%;
    height: 32px;
    /*background: url(../style/img/bg-home-post-down.png) no-repeat top left;*/
    margin-left: 2px;
}

.bg-home-post-down img{
    float: left;
}

.bg-home-post-center{
    width: 472px;
    background: url(../style/img/bg-home-post-center.png) repeat-y top left;
    margin-left: 2px;
    padding-bottom: 25px;
}

.bg-home-post-top span,
.bg-program-top span{
    float: left;
    margin: 16px 0 0 30px;
    color: #fff;
    font-size: 22px;
    font-family: 'Helvetica';
    font-weight: bold;
}

.bg-home-post-top a,
.bg-program-top a { float: right; width: auto; margin: 13px 30px 0 0; }

.post-top-button-left{
    width: 4px;
    height: 30px;
    background: url(../style/img/post-top-button-left.png) no-repeat top left;
}

.post-top-button-center{
    height: 26px;
    background: url(../style/img/post-top-button-center.png) repeat-x top left;
    color: #fff;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    padding: 4px 17px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.post-top-button-right{
    width: 5px;
    height: 30px;
    background: url(../style/img/post-top-button-right.png) no-repeat top left;
}

.bg-home-post-top a:hover .post-top-button-center,
.bg-program-top a:hover .post-top-button-center {
    color: #FF6825;
}

.home-post-center-content { width: 425px; margin: 21px 0 0 22px; }

.home-post-center-content h5 a {
    float: left;
    width: 100%;
    color: #ff6825;
    margin: 2px 0 10px 0;
    line-height: 21px;
    font-size: 16px;
    font-weight: bold;
    cursor: default;
}

.home-single-program h5 a {
    float: left;
    width: 100%;
    color: #ff6825;
    margin: 2px 0 10px 0;
    line-height: 22px;
    font-weight: 600;
}

.home-post-center-content p{
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 22px;
    margin: 14px 0 10px 0;
}

.home-post-one { width: 100%; height: 152px; overflow: hidden; margin-bottom: 48px; }
.home-post-one:last-child {margin-bottom: 17px}

.home-post-one-img { width: 180px; height: 152px; position: relative; }

.home-post-one-img a {
    width: 100%;
    height: 100%;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    opacity:0;
    filter: alpha(opacity= 0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background: url("../style/img/bg-hover-images.png") repeat left top;
    display: inline-block;
    text-align: center;
}

.home-post-one-img a:hover{
    opacity:1;
    filter: alpha(opacity= 100);
}

.home-post-one-img a p {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background: url("../style/img/cross-hover-images.png") no-repeat top left;
    position: relative;
    top: 50%;
    margin-top: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity:1;
    filter: alpha(opacity= 100);
    float: none;
}

.home-post-one-img a:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-post-one-img img { 
    float: left;
    width: 100%;
    height: 100%;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.home-post-one-text { width: 215px; }

.home-post-one-text a {
    float: left;
    width: auto;
    height: 22px;
    overflow: hidden;
    color: #ff6825;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    line-height: 24px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.home-post-one-text.only-speakers .home-post-one-button a {color: rgb(122,122,122)!important}

.home-post-one-text a:hover {
    color: #3a3a3a;
}

.home-post-one-text p {
    float: left;
    width: 100%;
    height: 22px;
    overflow: hidden;
    color: #888888;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.home-post-one-text span {
    float: left;
    width: 100%;
    height: 66px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 22px;
    padding: 2px 0 0 0!important;
    margin: 0!important;
    background: none!important;
    font-weight: normal;
}

.home-post-one-button { width: 100%; height: 30px; margin-top: 10px; }
.home-post-one-button a {
    float: left;
    width: auto;
    height: 28px;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: url(../style/img/bg-button-30.jpg) repeat-x top left;
    color: rgb(122,122,122);
    font-size: 11px;
    font-family: 'Georgia';
    text-shadow: 0px 1px 0 rgba(255,255,255, 0.51);
    line-height: 26px;
    padding: 2px 15px 0;
    font-weight: normal;
    font-style: italic;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.home-post-one-button.color a {color: rgb(122,122,122)!important}

.home-post-one-button a:hover {
    color: #FF6825;
}






.horizontal-slider { width: 100%; margin: 50px 0; }

.horizontal-slider h3{
    float: left;
    width: 140px;
    font-size: 26px;
    margin: 30px 0 0 22px;
    font-weight: bold;
}

.horizontal-slider ul.jcarousel-list-horizontal { height: 130px; }





/*----------//// FOOTER \\\\-------------*/
.footer { width: 100%; background-color: #2F3236; }

.footer_widget_holder ul li:last-child {border-bottom: none}

.footer-copy{
    width: 100%;
    background: url(../style/img/bg-opacity-black.png) repeat top left;
    padding: 45px 0;
    margin-top: 40px;
}

.footer-copy-content { width: 100%; }

.footer-copy-content a,
.footer-copy-content img{
    float: left;
    width: 120px;
    height: 33px;
    display: inline-block;
    margin-top: 5px;
}

.footer-copy-content span {
    float: left;
    width: auto;
    color: #afafaf;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    line-height: 17px;
    margin: 18px 0 0 15px;
}

.footer-copy-content span a {
    float: none;
    width: auto;
    color: #ff6825;
    margin: 0;
    height: auto;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.footer-copy-content span a:hover {color: #afafaf}

.footer-others{ 
    margin: 40px 26px 0 0;
    width: 225px; 
}

.comment-start-text a {
    color: #ff6825;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.comment-start-text a:hover {color: #666666}



/*----------//// FOOTER WIDGET \\\\-------------*/

.footer_box{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.footer_widget_holder{
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.footer_widget_holder h2{
    width: 100%;
    color: #f6f6f6;
    font-size: 16px;
    margin-bottom: 25px;
}

.footer_widget_holder .twitter_ul li:first-child {margin-top: 2px}


/*--- TEXT-WIDGET ---*/
.footer_widget_holder .textwidget{
    float: left;
    width: 100%;
    color: #999999;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
    text-shadow: 0px 1px 2px #212225;
    margin-top: 4px;
}



/*--- CATEGORIES ---*/
.footer_widget_holder .footer_widget_holder ul li{
    float: left;
    width: 100%;
}

.footer_widget_holder li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #242629;
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 8px;
    text-shadow: 0px 1px 2px #212225;
}

.footer_widget_holder li a{
    float: left;
    color: #999999;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
    margin: -6px 0 4px;
    text-shadow: 0px 1px 2px #212225;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    width: 86%;
}

.footer_widget_holder li a:hover {
    color: #F16426;
}



/*--- TWITTER-WIDGET ---*/
.footer_widget_holder .twitter_ul{ float: left; width: 100%; }

.footer_widget_holder .twitter_ul li{ float: left; width: 100%; border-bottom: 1px solid #242629;}

.footer_widget_holder .box-twitter-center{ float: left; width: 100%;}

.box-twitter-center img { float: left; width: 10px; height: 8px; margin-top: 4px; }

.footer_widget_holder .box-twitter-center span{
    float: right;
    width: 100%;
    color: #999999;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px!important;
    text-shadow: 0px 1px 2px #212225;
}

.footer_widget_holder .box-twitter-center a,
.footer_widget_holder .twittime{
    color: #ff6825;
    font-size: 14px!important;
    font-family: 'Helvetica';
    margin-bottom: 10px;
    font-weight: normal !important;
    background: none !important;
    line-height: 20px!important;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    float: none;
    width: auto;
}

.footer_widget_holder .box-twitter-center a:hover {
    color: #999999;
}

.footer_widget_holder .twitter_ul span.twitter-links{
    float: right;
    width: 100%;
    color: #ff6825;
    font-size: 11px;
    font-family:  'Georgia';
    font-style: italic;
    margin: 10px 0 15px 0;
}



/*--- TAG ---*/
.footer_widget_holder .sidebar-tags-button a{
    float: left;
    margin: 0 10px 10px 0;
}

.footer_widget_holder .sidebar-tags-button { width: auto; }

.footer_widget_holder .button-left-tag{
    width: 6px;
    height: 36px;
    background:url(../style/img/button-left-tag.png) no-repeat top left;
}

.footer_widget_holder .button-center-tag{
    float: left;
    height: 26px;
    background:url(../style/img/button-center-tag.png) repeat-x top left;
    color: #fff;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: bold;
    text-align:center;
    padding: 10px 7px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.footer_widget_holder .button-center-tag:hover {
    color: #F16426;
}

.footer_widget_holder .button-right-tag{
    width: 6px;
    height: 36px;
    background:url(../style/img/button-right-tag.png) no-repeat top left;
}


/*-RECENT POSTS-*/
.footer_widget_holder #recentcomments{
    float: left;
    width: 100%;
    color: #f16426;
    font-size: 14px;
    font-family: 'Helvetica';
    margin-bottom: -15px;
    display: inline-block;
    line-height: 20px;
}

.footer_widget_holder #recentcomments li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #242629;
    padding-bottom: 4px;
    margin-top: 4px;
    color: #FF6825;
}

.footer_widget_holder .recentcomments a{
    width: auto;
    float: none;
    color: #999;
    margin: 0 0 0 5px;
    text-shadow: 0px 1px 2px #212225;
    line-height: 21px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.footer_widget_holder .recentcomments a:hover {
    color: #F16426;
}



/*--- CALENDAR ---*/

#next a {float: right; width: 60%;}

.footer_widget_holder #calendar_wrap{
    float: left;
    width: 100%;
}

.footer_widget_holder #wp-calendar{
    float: left;
    width: 100%;
}

.footer_widget_holder #wp-calendar tr td{
    padding:7px 0;
    text-align: left;
}

.footer_widget_holder thead{
    color: #fff;
    font-size: 14px;
    font-family: 'Helvetica';
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.footer_widget_holder #calendar_wrap th, td {}

.footer_widget_holder tbody{
    color: #999999;
    font-size: 13px;
    font-family: 'Helvetica';
    text-shadow: 0px 1px 2px #212225;
}

.footer_widget_holder tbody a{
    color: #F16426;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.footer_widget_holder tbody a:hover{color: #999!important;}

.footer_widget_holder #today{
    color: #fff;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: bold;
}

.footer_widget_holder #wp-calendar caption{
    width: 100%;
    color: #F16426;
    font-size: 14px;
    font-family: 'Helvetica';
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: left;
}

.footer_widget_holder tfoot a{
    float: left;
    color: #F16426;
    font-size: 14px;
    font-family: 'Helvetica';
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.footer_widget_holder tfoot a:hover{color: #999;}



/*--- SEARCH ---*/
.footer_widget_holder #searchform{ float: left; width: 100%; }

.footer_widget_holder #s{
    float: left;
    width: 148px;
    height: 52px;
    background: url(../style/img/searchform-sidebar-center.png) repeat-x top left;
}

.footer_widget_holder .searchform-left{
    width: 9px;
    height: 52px;
    background:url(../style/img/searchform-sidebar-left.png) no-repeat top left;
}

.footer_widget_holder #s input.search-input{
    float: left;
    margin: 10px 0 0 0;
    width: 99%;
    height: 28px;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    background-color: transparent;
    border: none;
    padding: 0;
}

.footer_widget_holder #s input.search-submit-button{
    float: right;
    width: 65px;
    height: 52px;
    background:url(../style/img/searchform-sidebar-right.png) no-repeat top left;
    color: #999;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    padding: 0 0 0 9px;
    border: none;
    text-align: left;
    cursor: pointer;
    margin-right: -65px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.footer_widget_holder #s input.search-submit-button:hover {
	color: #ff6825;
}



/*--- CUSTOM MENY ---*/
.footer_widget_holder .menu{
    float: left;
    width: 100%;
    margin-top: -10px;
}

.footer_widget_holder .menu-menu-container ul li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #242629;
}

.footer_widget_holder .menu-menu-container ul li a{
    float: left;
    color: #999;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 30px;
    margin-top: -4px;
    padding-top: 4px;
    text-shadow: 0px 1px 2px #212225;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.footer_widget_holder .menu-menu-container ul li a:hover {
    color: #F16426;
}

.footer_widget_holder .menu-menu-container ul.drop-down {
    float: left;
    width: 100%;
}

.footer_widget_holder .menu-menu-container ul.drop-down li {
    float: left;
    width: 100%;
    background:url(../style/img/border-custom-meny.jpg) no-repeat left 14px;
    border: none;
}

.footer_widget_holder .menu-menu-container ul.drop-down li a {
    float: left;
    margin-left: 30px;
    width: 86%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.footer_widget_holder .menu-menu-container ul.drop-down li a:hover {
    color: #F16426;
}

/*Menu Widget*/
.footer_widget_holder .sub-menu {margin: 18px 0 0 5%;}

.footer_widget_holder .sub-menu li:last-child {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}

.sidebar_widget_holder .sub-menu {margin: 15px 0 0 5%;}

.sidebar_widget_holder .sub-menu li:last-child {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}

/*Posts widget*/

.sidebar_widget_holder .post-date {margin-bottom: 0;}

/*Recent Comments*/

.sidebar_widget_holder li.recentcomments {
    color: #ff6825;
}

.sidebar_widget_holder li.recentcomments a {float: none}

/*--- NEWSLETTER ---*/

.bg-newsletter-input .searchform-left {display: none}

.footer_widget_holder .newsletter{ 
    width: 82%;
    padding: 20px;
    background: url(../style/img/bg-black-line.jpg) repeat top left;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.footer_widget_holder .newsletter span{
    float: left;
    color: #999;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
    margin-bottom: 15px;
    text-shadow: 0px 1px 2px #212225;
}

.footer_widget_holder .newsletter span#response {margin: 7px}

.footer_widget_holder .newsletter .bg-newsletter-input {
    float: left;
    width: 207px;
    height: 52px;
    background:url(../style/img/bg-newsletter-input.png) no-repeat left top;
    margin-left: -12px;
    position: relative;
}

.footer_widget_holder .newsletter .submit-newsletter{
    float: right;
    width: 39px;
    height: 30px;
    background:url(../style/img/submit-newsletter.png) no-repeat left top;
    margin: 10px 10px 0 0;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.footer_widget_holder .newsletter .submit-newsletter:hover { background-position: bottom; }

.footer_widget_holder .newsletter .input-newsletter{
    float: left;
    width: 140px;
    height: 27px;
    margin: 10px 0 0 10px;
    color: #999;
    font-size: 13px;
    font-family: 'Helvetica';
    border: none;
}











/*----------//// ABOUT \\\\-------------*/
.bg-title-page { width: 983px; }
.bg-title-page-center {
    width: 983px;
    background:url(../style/img/bg-title-page-center.png) repeat-y top left;
}
.bg-title-page-down {
    width: 983px;
    height: 31px;
    /*background:url(../style/img/bg-title-page-down.png) repeat-y top left;*/
}
.bg-title-page-down img {
    float: left;
    width: 100%;
}

.title-page-content {
    width: 923px;
    margin: 26px 30px 0;
}

.title-page-content h1{
    width: auto;
    float: left;
    display: inline-block;
    font-weight: bold;
}

.title-page-content span{
    float: left;
    display: inline-block;
    width: auto;
    color: #ff6825;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    margin: 18px 0 0 15px;
}


/*----------//// About headlines \\\\-------------*/
/* .shortcodes { width: 100%; margin: 30px 0 35px 0; } */

.blog-holder { width: 100%; margin: 30px 0 35px 0;}


/*--- COLUMNS ---*/
.cell_image_front{
    float: left;
    margin-right: 10px;
}

.titles{float: left; width: 100%; margin: 0 0 15px 0;}

.cell_title{float: left; width: 100%;}

.cell_title h2{
    float: left;
    width: 100%;
    color: #313438;
    font-size: 26px;
    line-height: 42px;
    font-family: 'Helvetica';
}

.cell_text{
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    padding: 0 0 25px 0;
    line-height: 21px;
}

.onehalf{
    float: left;
    width: 48%;
    display: block;
    margin: 0 4% 0px 0;
}

.last { margin: 0 0 0px 0!important;}

#one-columns,
#two-columns,
#three-columns,
#four-columns,
#five-columns{ float: left; width: 100%; }

#three-columns .one_cell{
    float: left;
    margin: 0 3% 0 0!important;
    width: 31%;
    padding: 0%;
    height: auto!important;
    border: 0!important;
}

#four-columns .one_cell{
    float: left;
    margin: 0 4% 0 0!important;
    width: 22%;
    padding: 0%;
    height: auto!important;
    border: 0!important;
}

#five-columns .one_cell{
    float: left;
    margin: 0 6% 0 0!important;
    width: 15%;
    padding: 0%;
    height: auto!important;
    border: 0!important;
}


/*--- LIST ---*/
.list-content{
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.list-content h3{
    float: left;
    width: 100%;
    font-size: 26px;
    margin-bottom: 15px;
}

.list-content ul{
    float: left;
    width: 100%;
}

.list-content ul li{
    float: left;
    width: 96%;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
    padding: 2px 0 0 32px;
    margin: 0 0 12px 0;
}

.list-img1 { background: url("../style/img/list-img1.png") no-repeat 0 0px; }
.list-img2 { background: url("../style/img/list-img2.png") no-repeat 0 0px; }
.list-img3 { background: url("../style/img/list-img3.png") no-repeat 0 0px; }
.list-img4 { background: url("../style/img/list-img4.png") no-repeat 0 0px; }
.list-img5 { background: url("../style/img/list-img5.png") no-repeat 0 0px; }
.list-img6 { background: url("../style/img/list-img6.png") no-repeat 0 0px; }


/*--- QUOTE ---*/
.quote{
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.quote h3{
    float: left;
    width: 100%;
    font-size: 26px;
    margin-bottom: 15px;
}

.quote-content{width: 100%;}

.quote-content img{
    float: left;
    width: 21px;
    height: 17px;
    margin: 4px 0 0 0;
}

.quote-content span{
    float: right;
    width: 96%;
    color: #999999;
    font-size: 24px;
    font-family: 'Helvetica';
    line-height: 30px;
    font-weight: bold;
}



/*--- BUTTONS ---*/
.button-color{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.button-color h3{
    float: left;
    width: 100%;
    font-size: 26px;
    margin-bottom: 15px;
}

.button-color span{
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
    margin-bottom: 20px;
}

.color-buttons{
    float: left;
    margin: 0 20px 20px 0;
}

.buttons-content { width: 100%; }


/*--big-black-button--*/
.big-black-left{
    width: 5px;
    height: 56px;
    background:url(../style/img/button-big-black-left.png) no-repeat top left;
}

.big-black-center{
    height: 42px;
    background:url(../style/img/button-big-black-center.png) repeat-x top left;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    padding: 14px 20px 0;
}

.big-black-right{
    width: 5px;
    height: 56px;
    background:url(../style/img/button-big-black-right.png) no-repeat top left;
}

.big-black:hover div{background-position:0 -56px;}


/*--big-white-button--*/
.big-white-left{
    width: 5px;
    height: 56px;
    background:url(../style/img/button-big-white-left.png) no-repeat top left;
}

.big-white-center{
    height: 42px;
    background:url(../style/img/button-big-white-center.png) repeat-x top left;
    color: #8a8a8a;
    font-size: 22px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    padding: 14px 20px 0;
    text-shadow: 0 1px 0 #D2D2D2;
}

.big-white-right{
    width: 5px;
    height: 56px;
    background:url(../style/img/button-big-white-right.png) no-repeat top left;
}

.big-white:hover div{background-position:0 -56px;}


/*--big-red-button--*/
.big-red-left{
    width: 5px;
    height: 56px;
    background:url(../style/img/button-big-red-left.png) no-repeat top left;
}

.big-red-center{
    height: 42px;
    background:url(../style/img/button-big-red-center.png) repeat-x top left;
    color: #893814;
    font-size: 22px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    padding: 14px 20px 0;
    text-shadow: 0 1px 0 #eea280;
}

.big-red-right{
    width: 5px;
    height: 56px;
    background:url(../style/img/button-big-red-right.png) no-repeat top left;
}

.big-red:hover div{background-position:0 -56px;}


/*--big-gray-button--*/
.big-gray-left{
    width: 5px;
    height: 56px;
    background:url(../style/img/button-big-gray-left.png) no-repeat top left;
}

.big-gray-center{
    height: 42px;
    background:url(../style/img/button-big-gray-center.png) repeat-x top left;
    color: #3a3a3a;
    font-size: 22px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    padding: 14px 20px 0;
    text-shadow: 0 1px 0 #939393;
}

.big-gray-right{
    width: 5px;
    height: 56px;
    background:url(../style/img/button-big-gray-right.png) no-repeat top left;
}

.big-gray:hover div{background-position:0 -56px;}


/*--small-black-button--*/
.buttons-content a {
	float: left;
	width: auto;
}

.small-black-left{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-black-left.png) no-repeat top left;
}

.small-black-center{
    height: 27px;
    background:url(../style/img/button-small-black-center.png) repeat-x top left;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    padding: 9px 10px 0;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	transition: color 120ms linear;
}

.pagination .small-black-center:hover,
.speakers-filter .small-black-center:hover {
	color: #ff6825;
}

.small-black-right{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-black-right.png) no-repeat top left;
}

.small-black:hover div{background-position: 0 -36px;}


/*--small-white-button--*/
.small-white-left{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-white-left.png) no-repeat top left;
}

.small-white-center{
    height: 27px;
    background:url(../style/img/button-small-white-center.png) repeat-x top left;
    color: #8a8a8a;
    font-size: 13px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    padding: 9px 10px 0;
    text-shadow: 0 1px 0 #d2d2d2;
}

.small-white-right{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-white-right.png) no-repeat top left;
}

.small-white:hover div{background-position:0 -36px;}


/*--small-red-button--*/
.small-red-left{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-red-left.png) no-repeat top left;
}

.small-red-center{
    height: 27px;
    background:url(../style/img/button-small-red-center.png) repeat-x top left;
    color: #893814;
    font-size: 13px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    padding: 9px 10px 0;
    text-shadow: 0 1px 0 #eea280;
}

.small-red-right{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-red-right.png) no-repeat top left;
}

.small-red:hover div{background-position:0 -36px;}


/*--small-gray-button--*/
.small-gray-left{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-gray-left.png) no-repeat top left;
}

.small-gray-center{
    height: 27px;
    background:url(../style/img/button-small-gray-center.png) repeat-x top left;
    color: #3a3a3a;
    font-size: 13px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    padding: 6px 10px 0;
    text-shadow: 0 1px 0 #939393;
}

.small-gray-right{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-gray-right.png) no-repeat top left;
}

.small-gray:hover div{background-position:0 -36px;}



/*--- HEADLINES ---*/
.content-headlines{float: left;width: 100%;}

.h1-headlines,
.h2-headlines,
.h3-headlines,
.h4-headlines,
.h5-headlines,
.h6-headlines { float:left; width: 100%; margin-bottom: 30px; }

.text-headlines{
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
}

.title-headlines{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}



/*--- PRICING ---*/
.pricing-content { width: 100%; margin-bottom: 35px; }


/*-- PRICIN-ONE --*/
.pricing-one { width: 100%; }

.bg-pricing-top-1{
    width: 981px;
    height: 29px;
    background:url(../style/img/bg-pricin-top-1.png) no-repeat top left;
}

.bg-pricing-center-1{
    width: 981px;
    background:url(../style/img/bg-pricin-center-1.png) repeat-y top left;
}

.bg-pricing-down-1{
    width: 100%;
    height: 41px;
    /*background:url(../style/img/bg-pricin-down-1.png) no-repeat top left;*/
}

.bg-pricing-down-1 img {
    float: left;
}

.pricing-one-content { width: 928px; margin: 0 0 0 26px; }

.bg-pricing-black-line {
    float: left;
    width: 100%;
    padding: 20px 0;
    background:url(../style/img/bg-black-line.jpg) repeat top left;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    margin: 0 auto 20px;
}

.pricing-table-one-top span {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Helvetica';
    line-height: 42px;
    font-weight: bold;
}

.pricing-table-one-top p {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    color: #ff6825;
    font-size: 12px;
    font-family: 'Helvetica';
    line-height: 22px;
    font-weight: bold;
}

.pricing-content-button { width: 100%; }
.pricing-content-button .color-buttons { margin: 0!important; }
.pricing-one-content .small-white-center { width: 895px!important; }

/*-- PRICIN-TWO --*/
.pricing-two { width: 470px; margin-right: 40px; }

.bg-pricing-top-2{
    width: 470px;
    height: 29px;
    background:url(../style/img/bg-pricin-top-2.png) no-repeat top left;
}

.bg-pricing-center-2{
    width: 470px;
    background:url(../style/img/bg-pricin-center-2.png) repeat-y top left;
}

.bg-pricing-down-2{
    width: 470px;
    height: 41px;
    /*background:url(../style/img/bg-pricin-down-2.png) no-repeat top left;*/
}

.bg-pricing-down-2 img {
    float: left;
}

.pricing-two-content { width: 418px; margin: 0 0 0 26px; }
.pricing-two-content .list-content li { width: 91%; }
.pricing-two-content .small-white-center { width: 385px!important; }

/*-- PRICIN-THREE --*/
.pricing-three { width: 299px; margin-right: 41px; }

.bg-pricing-top-3{
    width: 299px;
    height: 31px;
    background:url(../style/img/bg-pricin-top-3.png) no-repeat top left;
}

.bg-pricing-center-3{
    width: 299px;
    background:url(../style/img/bg-pricin-center-3.png) repeat-y top left;
}

.bg-pricing-down-3{
    width: 299px;
    height: 37px;
    /*background:url(../style/img/bg-pricin-down-3.png) no-repeat top left;*/
}

.bg-pricing-down-3 img {
    float: left;
}

.pricing-three-content { width: 257px; margin: 0 0 0 21px; }
.pricing-three-content .list-content li { width: 87%; }
.pricing-three-content .small-white-center { width: 224px!important; }


/*-- PRICIN-FOR --*/
.pricing-four { width: 215px; margin-right: 40px; }

.bg-pricing-top-4{
    width: 215px;
    height: 28px;
    background:url(../style/img/bg-pricin-top-4.png) no-repeat top left;
}

.bg-pricing-center-4{
    width: 215px;
    background:url(../style/img/bg-pricin-center-4.png) repeat-y top left;
}

.bg-pricing-down-4{
    width: 215px;
    height: 38px;
    /*background:url(../style/img/bg-pricin-down-4.png) no-repeat top left;*/
}

.bg-pricing-down-4 img {
    float: left;
}

.pricing-four-content { width: 173px; margin: 0 0 0 21px; }
.pricing-four-content .list-content li { width: 87%; }

.pricing-four-content .small-black-center,
.pricing-four-content .small-white-center,
.pricing-four-content .small-red-center,
.pricing-four-content .small-gray-center { width: 140px!important; }














/*----------//// BLOG \\\\-------------*/
.blog-content { width: 717px; }

.blog-content.no-sidebar {width: 100%}

.blog-one { width: 100%; margin-bottom: 60px; }

.blog-categories {
    width: 128px;
    background:url(../style/img/bg-blog-categories.png) repeat top left;
    padding: 15px 0 10px;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 40px;
}

.blog-categories.no-sidebar {float:left;}

.blog-one-content.no-sidebar {float: right; width: 820px}

.contact-title-text {
    display: none;
    color: #313438;
    float: left;
    font-family: 'Helvetica';
    font-size: 26px;
    line-height: 42px;
    margin: 20px 0 0 15px;
}

.blog-categories ul {
    float: left;
    width: 98px;
    margin: 0 15px;
}

.blog-categories ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 5px;
}

.blog-categories ul li span {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 20px;
    text-shadow: 0 1px 0 #e8e8e8;
    margin-bottom: 3px
}

.blog-categories ul li p {
    float: left;
    width: 100%;
    color: #7a7a7a;
    font-size: 11px;
    font-family: 'Georgia';
    line-height: 16px;
    font-style: italic;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: -3px 0 4px;
}

.blog-categories ul li a {
    float: left;
    width: 100%;
    color: #7a7a7a;
    font-size: 11px;
    font-family: 'Georgia';
    line-height: 16px;
    font-style: italic;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: -3px 0 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.blog-categories ul li a:hover {
    color: #FF6825;
}

.blog-one-content { width: 560px; }

.blog-one-title { 
    width: 100%; 
    margin-bottom: 24px;
    float: right;
    color: #313438;
    font-size: 24px;
    font-family: 'Helvetica';
    font-weight: bold;
}

.blog-one-comments {
    width: 42px;
    height: 42px;
    background:url(../style/img/bg-blog-one-comments.png) no-repeat top left;
    text-align: center;
    display: inline-block;
}

.blog-one-comments span {
    width: 26px;
    text-align: center;
    display: inline-block;
    margin: 14px auto 0;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Helvetica';
    font-weight: bold;
    overflow: hidden;
}

.blog-one-title a {
    float: right;
    width: 90%;
    color: #313438;
    font-size: 24px;
    font-family: 'Helvetica';
    font-weight: bold;
    line-height: 28px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.blog-one-title a:hover {
    color: #FF6825;
}

.blog-single-title {width: 90%; float: right}

.blog-single-title.no-sidebar {width: 93%}

.no-sidebar .blog-one-title a {width: 93%}

.blog-one-video { width: 100%; margin-bottom: 25px;}



.blog-one-text { 
    width: 100%;
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
    margin-bottom: 10px;
}

.blog-one-text h3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.blog-one-text p {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
}

.blog-one-video iframe {width: 100%; height: 311px}

.blog-one-video.no-sidebar iframe {height: 460px}

.blog-one-images { width: 100%; margin-bottom: 25px; position: relative; }

.blog-one-images img{
    float: left;
    width: 100%;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.blog-one-images a {
    width: 100%;
    height: 100%;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    opacity:0;
    filter: alpha(opacity= 0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background: url("../style/img/bg-hover-images.png") repeat left top;
    display: inline-block;
    text-align: center;
}

.blog-one-images a:hover{
    opacity:1;
    filter: alpha(opacity= 100);
}

.blog-one-images a p {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background: url("../style/img/cross-hover-images.png") no-repeat top left;
    position: relative;
    top: 50%;
    margin-top: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity:1;
    filter: alpha(opacity= 100);
    float: none;
}

.blog-one-images a:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}












/*--- SIDEBAR ---*/
#sidebar{width: 225px;}

.sidebar_widget_holder{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.sidebar_widget_holder h3{
    float: left;
    width: auto;
    color: #303337;
    font-size: 16px;
    font-family: 'Helvetica';
    margin-bottom: 20px;
    font-weight: 600;
}







/*----------//// WIDGETS  \\\\-------------*/
/*--- TEXT-WIDGET ---*/
.sidebar_widget_holder .textwidget{
    float: left;
    width: 100%;
    margin: -14px 0 0 0;
    float: left;
    width: 217px;
    color: #666666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
}

.sidebar_widget_holder .textwidget p{
    float: left;
    width: 217px;
    color: #666666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
}




/*--- CATEGORIES ---*/
.sidebar_widget_holder ul { float: left; width: 100%; }

.sidebar_widget_holder ul li{
    float: left;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #666666;
    font-family: 'Helvetica';
    font-size: 14px;
    line-height:21px;
}

.sidebar_widget_holder ul li a{
    float: left;
    color: #666666;
    font-size: 14px;
    font-family: 'Helvetica';
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    width: 86%;
}

.sidebar_widget_holder ul li a:hover {
	color: #ff6825;
}




/*--- SEARCH ---*/
.sidebar_widget_holder #searchform{ float: left; width: 100%; }

.sidebar_widget_holder #s{
    float: left;
    width: 148px;
    height: 52px;
    background: url(../style/img/searchform-sidebar-center.png) repeat-x top left;
}

.sidebar_widget_holder .searchform-left{
    width: 9px;
    height: 52px;
    background:url(../style/img/searchform-sidebar-left.png) no-repeat top left;
}

.sidebar_widget_holder #s input.search-input{
    float: left;
    margin: 10px 0 0 0;
    width: 99%;
    height: 28px;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    background-color: transparent;
    border: none;
    padding: 0;
}

.sidebar_widget_holder #s input.search-submit-button{
    float: right;
    width: 65px;
    height: 52px;
    background:url(../style/img/searchform-sidebar-right.png) no-repeat top left;
    color: #999;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    padding: 0 0 0 9px;
    border: none;
    text-align: left;
    cursor: pointer;
    margin-right: -65px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.sidebar_widget_holder #s input.search-submit-button:hover {
	color: #ff6825;
}



/*--- TWITTER-WIDGET ---*/
.sidebar_widget_holder .twitter_ul li { 
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar_widget_holder .twitter_ul li .box-twitter-center span {
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
}

.sidebar_widget_holder .twitter_ul li:first-child,
.sidebar_widget_holder .twitter_ul li:last-child {border: none}

.sidebar_widget_holder .twitter_ul li { float: left; width: 100%; }

.sidebar_widget_holder .box-twitter-center a {float: none}

.sidebar_widget_holder .box-twitter-center {margin-bottom: 10px}

.sidebar_widget_holder .bg-widget-center{width: 100%;}

.sidebar_widget_holder .twitter_ul span.twitter-links {
    float: left;
    width: 200px;
    color: #ff6825;
    font-size: 11px;
    font-family:  'Georgia';
    font-style: italic;
}

.sidebar_widget_holder .bg-widget-center img{
    float: left;
    width: 10px;
    height: 8px;
    margin-top: 4px;
}

.sidebar_widget_holder .bg-widget-center span{
    float: right;
    text-align: left;
    width: 205px;
    color:#666666;
    font-size:14px;
    font-family: 'Helvetica';
    line-height: 21px;
}

.sidebar_widget_holder .bg-widget-center a,
.sidebar_widget_holder .twittime{
    width: auto;
    display: inline-block;
    color: #666;
    background: none;
    line-height: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.sidebar_widget_holder .bg-widget-center a:hover {
	color: #ff6825;
}

.sidebar_widget_holder .twitter_ul p{
    float: right;
    width: 205px;
    text-align: left;
    color: #ff6825;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    margin: 5px 0 0 37px;
    font-weight: bold;
}



/*--- NEWSLETTER ---*/
.sidebar_widget_holder .newsletter{
    width: 82%;
    padding: 20px;
    background: url(../style/img/bg-blog-categories.png) repeat top left;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.sidebar_widget_holder .newsletter span{
    float: left;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
    margin-bottom: 15px;
}

.sidebar_widget_holder .newsletter .bg-newsletter-input {
    float: left;
    width: 207px;
    height: 52px;
    background:url(../style/img/bg-newsletter-sidebar.png) no-repeat left top;
    margin-left: -12px;
    position: relative;
}

.sidebar_widget_holder .newsletter .submit-newsletter{
    float: right;
    width: 39px;
    height: 30px;
    background:url(../style/img/submit-newsletter.png) no-repeat left top;
    margin: 10px 10px 0 0;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.sidebar_widget_holder .newsletter .submit-newsletter:hover { background-position: bottom; }

.sidebar_widget_holder .newsletter .input-newsletter{
    float: left;
    width: 140px;
    height: 27px;
    margin: 10px 0 0 10px;
    color: #999;
    font-size: 13px;
    font-family: 'Helvetica';
    border: none;
}





/*--- TAG ---*/
.sidebar_widget_holder .tagcloud{float: left}

.sidebar_widget_holder .sidebar-tags-button{margin: 0 10px 10px 0;}

.sidebar_widget_holder  .widget-tags-button{margin: 10px 10px 0 0;}

.sidebar_widget_holder  .tag-left{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-black-left.png) no-repeat top left;
}

.sidebar_widget_holder  .tag-center{
    height: 27px;
    background: url(../style/img/button-small-black-center.png) repeat-x top left;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: bold;
    padding: 9px 7px 0;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	transition: color 120ms linear;
}

.sidebar_widget_holder  .tag-center:hover {
	color: #ff6825;
}

.sidebar_widget_holder  .tag-right{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-black-right.png) no-repeat top left;
}

.sidebar_widget_holder  .widget-tags-button:hover div{background-position: 0 -36px;}




/*--- RECENT POSTS ---*/
.sidebar_widget_holder .app_recent_post{ float: left; width: 100%; margin-bottom: 10px; }

.sidebar_widget_holder .app_recent_box{ float: left; width: 100%; }

.sidebar_widget_holder .app_recent_title{
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.sidebar_widget_holder .app_recent_title a{
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.sidebar_widget_holder .app_recent_title a:hover {
	color: #ff6825;
}




/*--- CUSTOM MENU ---*/
.sidebar_widget_holder .menu-container { float: left; width: 100%; }

.sidebar_widget_holder .menu-container ul { float: left; width: 100%; text-align: left; }

.sidebar_widget_holder .menu-container ul li{
    float: left;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
}

.sidebar_widget_holder .menu-container ul li a{
    float: left;
    color: #666;
    font-family: 'Helvetica';
    font-size: 14px;
    line-height: 30px;
    margin-top: -4px;
    padding-top: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.sidebar_widget_holder .menu-container ul li a:hover {
	color: #ff6825;
}

.sidebar_widget_holder .menu-container .drop-down{
    float: left;
    width: 100%;
}

.sidebar_widget_holder .menu-container .drop-down li{
    float: left;
    width: 100%;
    border: none;
    padding: 0;
    background: url(../style/img/border-custom-meny-sidebar.png) no-repeat left 14px;
}

.sidebar_widget_holder .menu-container .drop-down li a{
    float: left;
    margin-left: 30px;
    width: 86%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.sidebar_widget_holder .menu-container .drop-down li a:hover {
	color: #ff6825;
}






/*--- CALENDAR ---*/
.sidebar_widget_holder #calendar_wrap { float: left; width: 100%; }

.sidebar_widget_holder #wp-calendar { float: left; width: 100%; }

.sidebar_widget_holder #wp-calendar tr td{
    padding:7px;
}

.sidebar_widget_holder thead{
    color: #303337;
    font-size: 14px;
    font-family: 'Helvetica';
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.sidebar_widget_holder #calendar_wrap th, td {}

.sidebar_widget_holder tbody{
    color: #666666;
    font-size: 13px;
    font-family: 'Helvetica';
    text-align: center;
}

.sidebar_widget_holder tbody a { 
	color: #ff6825;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
 }

.sidebar_widget_holder tbody a:hover {
    color: #666666;
}

.sidebar_widget_holder #today { font-weight: bold; }

.sidebar_widget_holder #wp-calendar caption{
    width: 95%;
    color: #303337;
    font-size: 14px;
    font-family: 'Helvetica';
    font-weight: bold;
    margin: 0 0 10px 8px;
    text-align: left;
}

.sidebar_widget_holder tfoot a{
    color: #303337;
    font-size: 14px;
    font-family: 'Helvetica';
    font-weight: bold;
    float: left;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.sidebar_widget_holder tfoot a:hover {
	color: #ff6825;
}







/*----------//// 404  \\\\-------------*/
.bg-page-404 {
    width: 100%;
    background:url(../style/img/bg-blog-categories.png) repeat top left;
    padding: 20px 0;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 200px;
}

.page-404-content { width: 920px; margin: 0 30px; }

.page-404-content h2{
    float: left;
    width: 100%;
    font-size: 26px;
    margin-bottom: 7px;
}

.page-404-content span{
    float: left;
    width: 100%;
    color: #999999;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    text-shadow: 0 1px 0 #FFFFFF;
}

.page-404-content a{
    display: inline-block;
    text-transform: uppercase;
    color: #ff6825;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.page-404-content a:hover { color: #999999; }







/*----------//// BLOG POST  \\\\-------------*/

/*--- POST FORMATS ---*/

/*-- Post Audio --*/
.blog-player-content {
    width: 100%;  
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    background-color: rgb(236, 236, 236);
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.blog-player { 
    width: 92%;
    margin: 25px 25px 20px;
}

.blog-player a.jp-play, 
.blog-player a.jp-pause {
    float: left;
    width: 44px;
    height: 44px;
}

.blog-player-content div.jp-audio div.jp-type-single div.jp-progress {
    border: none;
    height: 7px;
    background: #3f3f3f;
    left: 64px;
    width: 62%;
}

.blog-player-content div.jp-audio div.jp-type-single div.jp-progress.no-sidebar {width: 68%}

.blog-player-content div.jp-audio div.jp-type-single div.jp-progress.fullwidth-progress {width: 70%}

.blog-player-content div.jp-play-bar {
    background: #fff;
    border: none;
}

.blog-player-content div.jp-audio div.jp-progress {
    top: 20px;
}

.blog-player-content div.jp-audio div.jp-volume-bar {
    top: 20px;
    background: #3f3f3f;
    width: 16%;;
    padding: 2px 4px 2px 2px;
    border: none;
}

.blog-player-content a.jp-mute, 
.blog-player-content a.jp-unmute, 
.blog-player-content a.jp-volume-max {
    width: 15px;
}

.blog-player-content div.jp-audio div.jp-type-single a.jp-mute, 
.blog-player-content div.jp-audio div.jp-type-single a.jp-unmute {
    top: 19px;
    right: 18%;
}

.blog-player-content div.jp-volume-bar-value {
    background: #fff;
    border: none;
    height: 3px;
}

.blog-audio-info { 
    width: 100%; 
    padding: 12px 25px; 
    background-color: #fff;
}

.blog-audio-info p {
    float: left;
    width: auto;    
    color: #FF6825;
    font-size: 14px;
    font-family: 'Georgia';
    line-height: 20px;
    font-style: italic;
    text-shadow: 0 1px 0 #f0f0f0;
    -webkit-transition: color 120ms linear; 
    -moz-transition: color 120ms linear; 
    transition: color 120ms linear;  
}

.blog-audio-info a:hover { 
    color: #5D5D5D; 
}

.blog-read-more-link {
    width: auto;
}

.blog-read-more-link.fullwidth-readmore {margin-right: 5.5%}

.post-quote p a.fullwidth-readmore {margin-right: 5.5%}


.services-single-content .holder iframe {
    width:100%;
    height:341px;
}

/*-- Post Quote --*/

.post-quote { 
    width: 100%;  
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: rgb(236, 236, 236);
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.post-quote span {
    float: left;
    width: 89%;
    color: #5a5a5a;
    font-size: 1.375em;
    font-family: 'Helvetica', serif;
    font-weight: 400;
    line-height: 1.5454em;
    padding: 35px 25px;
    background: url("../style/img/post-quote.png") no-repeat -50px 8px;
}

.post-quote .quote-author-holder{
    background: #fff;
    width: 100%;
    display: inline-block;
}

.post-quote p {
    float: left;
    width: 100%; 
    padding: 12px 25px; 
    color: #FF6825;
    font-size: 14px;
    font-family: 'Georgia';
    line-height: 20px;
    font-style: italic;
    text-shadow: 0 1px 0 #f0f0f0;
}

.post-quote p a {
    background: none repeat scroll 0 0 #7BCFBB;
    border-bottom: 2px solid #69B09F;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    float: right;
    font-family: 'Arvo',serif;
    font-size: 0.7em;
    font-weight: 400;
    padding: 8px 14px 8px;
    transition: all 0.5s ease 0s;
    width: auto;
    line-height: 1em;  
    margin-right:7%;
}

.post-quote p a:hover {
    background: #69B09F;
    color: #fff;
}

/*-- Post Link --*/
.blog-link {
    width: 100%;  
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: rgb(236, 236, 236);
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.post-link-top { 
    width: 92%; 
    padding: 25px 25px; 
    background: url("../style/img/post-link.png") no-repeat -32px -9px;
}

.post-link-top a {
    float: left;
    width: 92.5%;
    color: #5a5a5a;
    font-size: 1.375em;
    font-family: 'Helvetica', serif;
    font-weight: 400;
    line-height: 1.5454em;
    -webkit-transition: color 120ms linear; 
    -moz-transition: color 120ms linear; 
    transition: color 120ms linear;
}

.post-link-top a:hover { 
    color: #313438; 
}

.post-link-down { 
    width: 100%; 
    padding: 12px 25px; 
    background-color: #fff;
}

.post-link-down a {
    float: left;
    width: auto;   
    color: #FF6825;
    font-size: 14px;
    font-family: 'Georgia';
    line-height: 20px;
    font-style: italic;
    text-shadow: 0 1px 0 #f0f0f0;
    -webkit-transition: color 120ms linear; 
    -moz-transition: color 120ms linear; 
    transition: color 120ms linear;  
}

.post-link-down a:hover { 
    color: #5a5a5a; 
}

.blog-read-more-link a {
    background: none repeat scroll 0 0 #7BCFBB;
    border-bottom: 2px solid #69B09F;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    float: left;
    font-family: 'Arvo',serif;
    font-size: 0.6875em;
    font-weight: 400;
    padding: 8px 14px 6px;
    transition: all 0.5s ease 0s;
    width: auto;
    line-height: 1em;  
}

.blog-read-more-link a:hover {
    background: #69B09F;
    color: #fff;
}

/*-- Post Gallery --*/
.blog-gallery { 
    width: 100%; 
    margin: 0 0 30px -1px; 
    position: relative;
    overflow: hidden;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border-radius: 2px;
    opacity:1;
}

.blog-gallery a img, .blog-gallery  img {
    width:100%;
}

.blog-gallery .flexslider { 
    border: none; 
}

.blog-gallery .flexslider,
.blog-gallery .flexslider img { 
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.blog-gallery .flex-direction-nav { display: none; }

.blog-gallery .flex-control-nav { 
    bottom: 15px; 
    width: auto;
    right: 18px;
}

.blog-gallery .flex-control-nav li a {
    width: 22px;
    height: 22px;
}

.blog-gallery .flex-control-nav li a:hover {
    background-position: bottom;
}

.blog-gallery .flex-control-nav li a.flex-active {
    background-position: bottom;
}

/*--- COMMENTS ---*/
.bg-comment-comments{
    width: 42px;
    height: 42px;
    background:url(../style/img/bg-blog-one-comments.png) no-repeat top left;
    text-align: center;
    display: inline-block;
    margin: 20px 0 20px 43px;
}

.bg-comment-comments span {
    width: 26px;
    text-align: center;
    display: inline-block;
    margin: 14px auto 0;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Helvetica';
    font-weight: bold;
    overflow: hidden;
}


.comment-start{ width: 560px; margin-bottom: 30px;}

.comment-start-one{ width: 100%; border-bottom: 1px solid #d7d7d7; margin-bottom: 15px; padding-bottom: 10px; }

.comment-images{
    width: 48px;
    height: 48px;
}

.comment-images img{
    float: left;
    width: 40px;
    height: 40px;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.comment-start-title{ width: 80%; }

.comment-start-title span{
    float: left;
    width: 100%;
    color: #303337;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    margin-top: 10px;
}

.comment-start-title p{
    float: left;
    width: 100%;
    color: #999999;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    margin: 8px 0 10px 0;
    text-shadow: 0 1px 0 #efefef;
}

.comment-start-title a { 
	display: inline-block; 
	color: #ff6825; 
	margin-left: 3px; 
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.comment-start-title a:hover {
    color: #999999!important;
}


.comment-start-text{width: 100%;}

.comment-start-text p{
    float: left;
    color: #666666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 21px;
}

.comment-start-dwo { width: 93%; }

.comment-title-images span {
    width: 100%;
    margin-bottom: 24px;
    float: right;
    color: #313438;
    font-size: 24px;
    font-family: 'Helvetica';
}

.comments-single.no-sidebar {width: 100%}
.comments-single.no-sidebar .comment-start {width: 820px; float: right}

/*--- FORM ---*/
.bg-form-coment {
    width: 42px;
    height: 42px;
    background:url(../style/img/bg-form-coment.png) no-repeat top left;
    text-align: center;
    display: inline-block;
    margin: 20px 0 20px 43px;
}

.form{ width: 570px; }

.form.no-sidebar {float: right; width: 820px}

.form.no-sidebar form {}

.children .blog-one-content {width: 93%;}

.form-input {width: 100%; }

.bg-input{
    width: 100%;
    height: 52px;
    background: url(../style/img/bg-input.png) no-repeat top left;
    margin-bottom: 8px;
}

.bg-input span{
    float: left;
    color: #999999;
    font-family: 'Georgia';
    font-size: 11px;
    font-style: italic;
    margin: 19px 0 0 25px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.bg-input input{
    float: left;
    margin: 2px 0 0 0;
    color: #666;
    font-family: 'Helvetica';
    font-size: 14px;
    background-color: transparent;
    border: none;
    width: 44%;
    height: 26px;
    margin: 11px 0 0 16px;
}
.form-textarea{
    float: left;
    width: 100%;;
    height: 192px;
    background: url(../style/img/bg-textarea.png) no-repeat top left;
    margin-bottom: 15px;
}

.form-textarea textarea{
    float: left;
    color: #666;
    font-family: 'Helvetica';
    font-size: 14px;
    background-color: transparent;
    border: none;
    width: 551px;
    height: 168px;
    margin: 16px 0 0 16px;
}

.form .widget-tags-button { width: 100%; margin-top: 15px; }

.form  .tag-left{
    width: 5px;
    height: 36px;
    margin-left: 5px;
    background:url(../style/img/button-small-black-left.png) no-repeat top left;
}

.form input.search-submit-button{
    float: left;
    height: 35px;
    background: url(../style/img/button-center-tag.png) repeat-x top left;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: bold;
    padding: 0 12px 0;
    cursor: pointer;
    border: none;
    margin: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-appearance: none;
}

.form input.search-submit-button:hover {
	color: #ff6825;
}


.form  .tag-right{
    width: 5px;
    height: 36px;
    background:url(../style/img/button-small-black-right.png) no-repeat top left;
}

.form .widget-tags-button:hover div{background-position:  0 -36px;}







/*----------//// CONTACT  \\\\-------------*/
.contact-img,
.map-contact{
    width: 100%;
    height: 348px;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    margin-bottom: 30px;
}

.bg-form-contact {
    width: 42px;
    height: 42px;
    background:url(../style/img/bg-form-contact.png) no-repeat top left;
    text-align: center;
    display: inline-block;
    margin: 20px 0 20px 43px;
}

.contact-captcha img {
    height: 50px; 
    margin: 0 0 15px 7px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.36);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.36);
    border-radius: 2px;
}

#contact-error {
    margin: 10px 0 0 0;
    height: 15px;
    display: inline-block;
    color: #666;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    left: 15px;
}


/*----------//// PROGRAM  \\\\-------------*/
.home-single-program {margin: 10px 30px;}

.home-single-program .program-bg {margin: 20px 0}

.home-single-program .program-bg .program-title {padding: 8px 0 8px 10px}

.home-single-program p {
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 100%;
}

.bg-program-top{
    width: 984px;
    height: 76px;
    background: url(../style/img/bg-program-top.png) no-repeat top left;
    margin-left: -1px;
}

.bg-program-center{
    width: 980px;
    background: url(../style/img/bg-program-center.png) repeat-y top left;
    margin-left: 1px;
}

.bg-program-down{
    width: 980px;
    height: 56px;
    /*background: url(../style/img/bg-program-down.png) no-repeat top left;*/
    margin-left: 1px;
}

.bg-program-down img {
    float: left;
}

.bg-program { width: 100%; margin-bottom: 30px; }

.program-one { width: 920px; margin: 24px 30px 0; }

.program-bg { width: 100% }

.program-bg .small-gray-center { width: 887px; text-align: left; }

.program-one p {
    color: #666;
    float: left;
    font-family: 'Helvetica';
    font-size: 14px;
    line-height: 24px;
    margin: 14px 0 22px;
    width: 100%;
}

.program-cat{
    color: #FFF;
    font-size: 24px;
    font-family: 'Helvetica';
    line-height: 30px;
    font-weight: bold;
    padding: 12px 0 0 35px;
}






/*----------//// SPEAKERS  \\\\-------------*/
.speakers-filter { width: 100%; margin-bottom: 25px; }

.speakers-filter h3 {
    float: left;
    width: auto;
    font-size: 22px;
    margin-right: 10px;
}

speakers-filter .small-black-center {
    color: #FF6825;
}

.speakers-filter .color-buttons { margin: 0 0 0 5px; }

.speakers-row {width: 105%; padding-bottom: 15px; }

.speakers-content-one { width: 215px; margin: 10px 40px 40px 0; }

.speakers-img {
    width: 100%;
    height: 197px;
    position: relative;
}

.speakers-img img{
    float: left;
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.speakers-img a {
    width: 100%;
    height: 100%;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    opacity:0;
    filter: alpha(opacity= 0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background: url("../style/img/bg-hover-images.png") repeat left top;
    display: inline-block;
    text-align: center;
}

.speakers-img a:hover{
    opacity:1;
    filter: alpha(opacity= 100);
}

.speakers-img a p {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background: url("../style/img/cross-hover-images.png") no-repeat top left;
    position: relative;
    top: 50%;
    margin-top: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity:1;
    filter: alpha(opacity= 100);
    float: none;
}

.speakers-img a:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.speakers-text { width: 100%; margin-top: 12px; }

.speakers-text a{
    float: left;
    width: auto;
    height: 22px;
    overflow: hidden;
    color: #ff6825;
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.speakers-text a:hover {
    color: #313438;
}

.speakers-text span{
    float: left;
    width: 100%;
    height: 20px;
    overflow: hidden;
    color: rgb(122, 122, 122);
    font-family: 'Georgia';
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: -2px 0 0 0;
}

.speakers-text p{
    float: left;
    width: 100%;
    height: 40px;
    overflow: hidden;
    color: #666;
    font-family: 'Helvetica';
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
}


/* pagination */
.pagination { width: 100%; }

.pagination a {
    float: left;
    display: inline-block;
    margin-right: 5px;
}


.nav nav ul { display: block; }



/*----------//// SPEAKERS SINGLE  \\\\-------------*/

.speakers-single { width: 100%; }

.single-speaker-left {width: 275px}
.single-speaker-right {width: 670px}


.speakers-single-img,
.speakers-single-img img {
    float: left;
    width: 275px;
    height: 257px;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.speakers-single-text { width: 100%;}


.speakers-single-text h6{
    float: left;
    width: 100%;
    color: #ff6825;
}

.speakers-single-text span{
    float: left;
    width: 100%;
    max-width: 100%;
    color: rgb(122, 122, 122);
    font-family: 'Georgia';
    font-size: 11px;
    font-style: italic;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: -2px 0 15px 0;
}

.speakers-single-text p{
    display: block;
    width: auto;
    max-width: 100%;
    color: #666;
    font-family: 'Helvetica';
    font-size: 14px;
    line-height: 21px;
}

.speakers-single-text h3{
    display: block;
    width: auto;
    max-width: 100%;
    padding: 10px 0;
}

.speakers-folow{
    float: left;
    width: 100%;
    background:url(../style/img/bg-blog-categories.png) repeat top left;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-top: 17px;
    padding: 15px 0 15px;
	position: relative;
	z-index:9;
}

.speaker-title-wrap {
    margin:27px 0 0 0;
}

.speaker-title-wrap span {
    font-family:'Georgia', 'Times New Roman', serif;
    font-size:11px;
    color:#848484;
    font-style: italic;
}

.speaker-title-wrap h6 {
    color:#ff6825;
}

.speakers-folow h6 {
    color:#ff6825;
}


.speakers-folow ul { float: left; width: 377px; margin: 0 20px; }

.speakers-folow ul:first-child {margin-bottom: 4px}

.speakers-folow ul li,
.speakers-folow ul li a{
    float: left;
    width: auto;
    color: rgb(134, 134, 134)!important;
    font-family: 'Georgia';
    font-size: 11px;
    font-style: italic;
    line-height: 20px;
    text-shadow: 0 1px 0 #efefef;
    margin-right: 5px;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	transition: color 120ms linear;
}

.speakers-folow .follow-link {
    margin:5px 10px 0 0;
}

.speakers-folow ul li a {font-size: 12px}

.speakers-folow ul li a:hover {
	color: #ff6825;
}

.speakers-folow ul li .speakers-folow-twitter { width: 25px; height: 25px; margin-top: 2px; }

.speakers-folow ul li .speakers-folow-twitter a{
    float: left;
    width: 25px;
    height: 25px;
    background:url(../style/img/follow-1.png) no-repeat top left;
    opacity: 0.6;
}

.speakers-folow ul li .speakers-folow-facebook { width: 25px; height: 25px; margin-top: 2px; margin-right: 2px;}

.speakers-folow ul li .speakers-folow-facebook a{
    float: left;
    width: 25px;
    height: 25px;
    background:url(../style/img/follow-2.png) no-repeat top left;
    opacity: 0.6;
}

.speakers-folow ul li .speakers-folow-linkedin { width: 25px; height: 25px; margin-top: 2px; }

.speakers-folow ul li .speakers-folow-linkedin a{
    float: left;
    width: 25px;
    height: 25px;
    background:url(../style/img/follow-3.png) no-repeat top left;
    opacity: 0.6;
}

.speakers-folow ul li .speakers-folow-googleplus { width: 25px; height: 25px; margin-top: 2px; }

.speakers-folow ul li .speakers-folow-googleplus a{
    float: left;
    width: 25px;
    height: 25px;
    background:url(../style/img/follow-4.png) no-repeat top left;
    opacity: 0.6;
}

.speakers-folow ul li .speakers-folow-email { width: 25px; height: 25px; margin-top: 2px; }

.speakers-folow ul li .speakers-folow-email a{
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 1px;
    background:url(../style/img/follow-5.png) no-repeat top left;
    opacity: 0.6;
}

.speakers-folow ul li div.speakers-folow-twitter a:hover,
.speakers-folow ul li div.speakers-folow-linkedin a:hover,
.speakers-folow ul li div.speakers-folow-googleplus a:hover,
.speakers-folow ul li div.speakers-folow-email a:hover,
.speakers-folow ul li div.speakers-folow-facebook a:hover { opacity: 1; }






/*----------//// SPEAKERS  \\\\-------------*/
.speakers-row h3{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
}

.sponsors-row { width: 107%; margin: 0 0 16px -13px; }

.sponsors-one {
    width: 175px;
    height: 120px;
    margin: 0 13px 26px;
    position: relative;
}

.sponsors-one img{
    float: left;
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.sponsors-one a {
    width: 100%;
    height: 100%;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    opacity:0;
    filter: alpha(opacity= 0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background: url("../style/img/bg-hover-images.png") repeat left top;
    display: inline-block;
    text-align: center;
}

.sponsors-one a:hover{
    opacity:1;
    filter: alpha(opacity= 100);
}

.sponsors-one a p {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background: url("../style/img/cross-hover-images.png") no-repeat top left;
    position: relative;
    top: 50%;
    margin-top: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity:1;
    filter: alpha(opacity= 100);
    float: none;
}

.sponsors-one a:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jcarousel-skin-tango  .sponsor-title .sponsor-corner, .sponsors-row .sponsor-corner {
    width:auto;
    height:auto;
    position:absolute;
    top:-12px;
    left:0;
    border:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

.sponsors-row .sponsor-corner {
    top:-10px;
}

.sponsor-title {
    float:left;
    position:absolute;
    width:103px;
    background-color:#a6a6a6;
    padding:15px 20px 15px 20px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    left:10px;
    bottom:-30px;
    opacity:0;
    filter: alpha(opacity= 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .sponsors-row .sponsor-title {
      width:115px;
  }

.jcarousel-item:hover .sponsor-title, .sponsors-row .sponsors-one:hover .sponsor-title {
    opacity: 1;
    bottom: -11px;
}

.jcarousel-item .sponsor-title a, .jcarousel-item .sponsor-title p, .sponsors-row .sponsor-title a, .sponsors-row .sponsor-title p  {
    float:left;
    position:static;
    width: 100%;
    color: #3a3a3a;
    font-size: 13px;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight:bold;
    text-align:left;
    background-color:transparent;
    background-image:none;
    opacity:1;
}

/*-- pricing --*/
.pricing-four .bg-pricing-down-1 {
    display: none;
}

.pricing-three .bg-pricing-down-1 {
    display: none;
}


.pricing-table-one {
    width: 23%;
    margin: 0 2.6666% 4% 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
}

body .pricing-table-one.last {margin-bottom: 4%!important}

.pricing-table-one.full-width {
    width: 100%;
}

.pricing-table-one.third-width {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
}

.pricing-table-one.half-width {
    width: 48%;
    margin: 0 4% 4% 0;
}

.footer-copyright {width: 100%}

.blockquote div, blockquote p {width: 95%!important;}

.comment-start.no-sidebar {float: right; width: 820px}

.comments-holder .children {margin-left: 5%}

.scroll-to-top-button {
    width: 50%;
    float: left;
    color: #afafaf;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    line-height: 17px;
    margin: 15px 0 0 15px;
}

.nav-border-bottom {
    background: url(../style/img/menu-border.png) repeat-x bottom left;
    height: 4px;
    width: 100%;
    display: inline-block;
}

.soc-icon-bg {
    width: 25px;
    height: 19px;
    margin: 14px 0 0 7px;
}

.links-header ul li:hover .soc-icon-bg {background: #ff6825}

#back-top  span.soc-icon-bg {
    width: 25px;
    height: 19px;
    background: none;
    position: relative;
    bottom: 33px;
    right: 10px;
    z-index: 0;
}

#back-top:hover span.soc-icon-bg {background: #ff6825; z-index: 0}

.newsletter-icon {
    width: 20px;
    height: 22px;
    position: relative;
    float: right;
    right: 19px;
    bottom: 27px;
    background: #666
}

.mailchimp-icon-hover .newsletter-icon {top: 14px; bottom: 0}

.bg-sidebar-newsletter:hover .newsletter-icon {background: #ff6825}

.sidebar_widget_holder .menu,
.footer_widget_holder .menu {overflow: hidden}

.blog-categories ul li.blog-meta-by {border: none; margin: 0;}

.attachment-image {width: 100%; border-radius: 4px}

.form-single-margin {margin-top:5px}

.gallery-caption {
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
}

.more-info-button.full-program {padding: 3px 17px;}

.pagination a {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 7px 12px;
    border: 1px solid #2F3236;
    border-radius: 4px;
    box-shadow: inset 0px 0px 2px rgba(226,226,226,0.4);
    background: rgb(43,46,50); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(43,46,50,1) 0%, rgba(49,52,57,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,46,50,1)), color-stop(100%,rgba(49,52,57,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2e32', endColorstr='#313439',GradientType=0 ); /* IE6-9 */
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.pagination span {
    color: #ff6825;
    font-size: 13px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 7px 12px;
    border: 1px solid #2F3236;
    border-radius: 4px;
    box-shadow: inset 0px 0px 2px rgba(226,226,226,0.4);
    background: rgb(43,46,50); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(43,46,50,1) 0%, rgba(49,52,57,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,46,50,1)), color-stop(100%,rgba(49,52,57,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2e32', endColorstr='#313439',GradientType=0 ); /* IE6-9 */
}

.pagination a:hover{
    color: #ff6825;
    background: rgb(49,52,57); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(49,52,57,1) 0%, rgba(43,46,50,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,52,57,1)), color-stop(100%,rgba(43,46,50,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(49,52,57,1) 0%,rgba(43,46,50,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(49,52,57,1) 0%,rgba(43,46,50,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(49,52,57,1) 0%,rgba(43,46,50,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(49,52,57,1) 0%,rgba(43,46,50,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313439', endColorstr='#2b2e32',GradientType=0 ); /* IE6-9 */
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.pagination span.dots {
    color: #2F3236;
    background: none;
    box-shadow: none;
    border: none;
    padding: 12px 4px;
}

.footer_widget_holder .facebook-widget {
    background-color: #E7E7E7;
    border-radius: 3px;
    padding: 13px 0px 20px 24px;
}

.sidebar_widget_holder .facebook-widget {background-color: #e0e0e0; border-radius: 3px; padding: 15px 0px 20px 25px}

/*Single Tags*/
.blog-single-tag span {
    color: #666666;
    font-size: 13px;
    font-family: 'Helvetica';
    line-height: 20px;
    text-shadow: 0 1px 0 #e8e8e8;
}
.blog-single-tag a {
    color: #999999;
    font-size: 11px;
    font-family: 'Georgia';
    line-height: 20px;
    font-style: italic;
    text-shadow: 0 1px 0 #f0f0f0;
    margin: -3px 0 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.blog-single-tag a:hover {color: #FF6825}

.blog-single-tag {color: #999999; margin-top: 30px}

/*--- TAG ---*/

.footer_widget_holder .tagcloud .tag-left {
    width: 6px;
    height: 36px;
    background:url(../style/img/button-left-tag.png) no-repeat top left;
}

.footer_widget_holder .tagcloud .tag-center {
    float: left;
    height: 24px;
    background:url(../style/img/button-center-tag.png) repeat-x top left;
    color: #fff;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: bold;
    text-align:center;
    padding: 10px 7px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.footer_widget_holder .tagcloud .tag-center:hover {color: #FF6825}

.footer_widget_holder .tagcloud .tag-right {
    width: 6px;
    height: 36px;
    background:url(../style/img/button-right-tag.png) no-repeat top left;
}

.post-date {
    float: left;
    width: 200px;
    color: #ff6825;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    margin: 3px 0 9px 1px;
}

.rsswidget {
    width: 100%;
    color: #f6f6f6;
    font-size: 16px;
    margin-bottom: 25px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.sidebar_widget_holder h3 .rsswidget {
    color: #303337;
}

.sidebar_widget_holder h3 .rsswidget:hover {
    color: #ff6825
}

.sidebar_widget_holder ul li .rsswidget {
    margin-bottom: 2px;
    line-height: 21px;
}

.sidebar_widget_holder cite {margin: 0}

.rsswidget:hover {color: #ff6825}

.rssSummary {
    line-height: 18px;
    margin: 22px 0;
    float: left;  
}

cite {float:left; margin-bottom: 10px}

.rss-date {
    float: left;
    width: 200px;
    color: #ff6825;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
}

.textwidget a {
    color: #ff6825;
    font-size: 14px!important;
    font-family: 'Helvetica';
    margin-bottom: 10px;
    font-weight: normal !important;
    background: none !important;
    line-height: 20px!important;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    float: none;
    width: auto;
}

.textwidget a:hover {color: #999999}

.speakers-filter a {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Helvetica';
    text-align: center;
    font-weight: bold;
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 7px 12px;
    border: 1px solid #2F3236;
    border-radius: 4px;
    box-shadow: inset 0px 0px 2px rgba(226,226,226,0.4);
    background: rgb(43,46,50); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(43,46,50,1) 0%, rgba(49,52,57,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,46,50,1)), color-stop(100%,rgba(49,52,57,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(43,46,50,1) 0%,rgba(49,52,57,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2e32', endColorstr='#313439',GradientType=0 ); /* IE6-9 */
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;   
    margin-bottom: 5px;
}

.speakers-filter a:hover{
    color: #ff6825;
    background: rgb(49,52,57); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(49,52,57,1) 0%, rgba(43,46,50,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,52,57,1)), color-stop(100%,rgba(43,46,50,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(49,52,57,1) 0%,rgba(43,46,50,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(49,52,57,1) 0%,rgba(43,46,50,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(49,52,57,1) 0%,rgba(43,46,50,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(49,52,57,1) 0%,rgba(43,46,50,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313439', endColorstr='#2b2e32',GradientType=0 ); /* IE6-9 */
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.speakers-filter a.active {color: #ff6825}

.isotope-hidden {z-index: -1} /*Isotope hover fix*/

.bg-program .bg-program-center .program-title {padding: 8px 0 8px 10px}

.program-title {
    color: #3a3a3a;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: bold;
    padding: 5px 10px 4px 10px;
    text-shadow: 0 1px 0 #939393;
    width: 98%;
    border: 1px solid rgba(0, 0, 0, 0.46);
    border-radius: 4px;
    background: -moz-linear-gradient(top,  rgba(147,147,147,0.8) 0%, rgba(131,131,131,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,147,147,0.8)), color-stop(100%,rgba(131,131,131,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(147,147,147,0.8) 0%,rgba(131,131,131,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(147,147,147,0.8) 0%,rgba(131,131,131,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(147,147,147,0.8) 0%,rgba(131,131,131,0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(147,147,147,0.8) 0%,rgba(131,131,131,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc939393', endColorstr='#e6838383',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.45);
    box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.45);
}

.blog-content.full {width: 100%}

.work-slider{
    position: absolute;
    display: block;
    z-index: 99999;
    width:100%;
    height: 200px;
    top: 33%;
}

.slider-content {opacity: 0}

/*----------------------------------------*/
/*-------------RESPONSIVE-----------------*/
/*---------------------------------------*/


/* --------------------------------------------
 950 - 1023
-------------------------------------------- */
@media screen and (min-width: 950px) and (max-width: 1023px) {
    
    html { -webkit-text-size-adjust: none; } 
    .wrapper { width: 880px; }
    
    .home-ticket-box { width: 100%; margin: -5px 0 0 0; }
    .home-ticket-box-center { width: 100%; }
    .home-ticket-box-left { width: 53%; }
    
    .bg-home-post-top span { width: auto; }
    .bg-home-post { width: 48%; }
    .bg-home-post-top { 
        width: 100%; 
        background: url("../style/img/bg-home-post-top.png") no-repeat scroll center top transparent; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-home-post-center { 
        width: 100%; 
        margin: 0; 
        background: url("../style/img/bg-home-post-center.png") repeat-y scroll center top transparent;
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
    }
    .bg-home-post-down { margin: 0; }
    .bg-home-post-down img { width: 100.5%; }
    
    .home-post-center-content { width: 90%; margin-left: 5%; }
    
    .home-post-one-text { width: 44%; }
    .home-post-one-img, 
    .home-post-one-img img { width: 195px; height: 170px; }
    .home-post-one-button { margin-top: 7px; }
    
    .home-post-center-content span { width: 91%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; border: 1px solid #777777; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
    
    .home-post-one { height: auto; }
    .home-post-one-text span { width: 100%; padding: 2px 0 0; border: none; }
    
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-container-horizontal { width: 715px; }
    .horizontal-slider ul.jcarousel-list-horizontal { height: 182px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item-horizontal { margin: 4px 15px 4px 9px; height: 155px; width: 215px; background: none;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; margin: 0; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item img { width: 100%; height: 100%; margin: 0;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  }
    
    .footer-others { margin: 40px 25px 0 0; width: 201px; }
    .footer_widget_holder .box-twitter-center span,
    .footer_widget_holder .twitter_ul span.twitter-links { width: 90%!important; }
    .footer_widget_holder .newsletter .bg-newsletter-input { width: 100%; height: 42px; margin: 0; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
    .footer_widget_holder .newsletter .input-newsletter { width: 63%; margin: 6px 0 0 10px; }
    .footer_widget_holder .newsletter .submit-newsletter { margin: 6px 10px 0 0; }
    .footer_widget_holder #searchform { margin: 0 0 0 -6px; width: 108%; height: 42px; }
    .footer_widget_holder #s { width: 64%; }
    
    .bg-title-page { width: 100%; }
    .bg-title-page-center { background: url("../style/img/bg-title-page-center.png") repeat-y scroll center top transparent; width: 100%;border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); }
    .bg-title-page-down { width: 100%; padding-right: 1px; overflow-x: hidden; }
    .bg-title-page-down img { width: 100.4%; }
    .title-page-content { width: auto; margin-bottom: 11px; }
    
    .blog-content { width: 625px; }
    .blog-one-content { width: 75%; }
    .blog-one-content.no-sidebar {width: 82%;} 
    
    .bg-input { background: none; height: auto; margin-bottom: 10px; }
    .bg-input input { background: #fff; height: 22px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    .form-textarea { background: none; width: 100%; height: auto; }
    .form-textarea textarea { background: #fff; width: 95%; height: 180px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    
    .page-404-content { width: 93%; }
    
    .speakers-content-one { width: 189px; }
    .speakers-img { height: auto; }
    
    
    .sponsors-row { margin: 0 0 0 -10px; }
    .sponsors-one { height: auto; margin: 0 10px 20px; width: 160px; }
    
    .bg-pricing-top-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-1 img { width: 100.2%; }
    .pricing-one-content { width: 94%; }
    .pricing-one-content .small-white-center { width: 96%!important; }
    .pricing-content-button .color-buttons { width: 100%; }
    .pricing-content-button .color-buttons a { float: left; width: 100%; }
    
    .pricing-two { width: 48%; margin-right: 4%; }
    .bg-pricing-top-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-2.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-2.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-2 img { width: 100.3%; }
    .bg-pricing-down-2 { width: 100%; }
    .pricing-two-content { width: 88%; }
    .pricing-two-content .small-white-center { width: 91% !important; }
    
    .pricing-three { margin-right: 3%; width: 31.3%; }
    .bg-pricing-top-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-3.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-3.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-3 img { width: 100.5%; }
    .bg-pricing-down-3 { width: 100%; }
    .pricing-three-content { width: 85%; }
    .pricing-three-content .small-white-center { width: 86% !important; }
    
    .pricing-four { margin-right: 3%; width: 22.6%; }
    .bg-pricing-top-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-4.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-4.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-4 img { width: 100.5%; }
    .bg-pricing-down-4 { width: 100%; }
    .pricing-four-content { width: 79%; }
    .pricing-four-content .small-black-center, 
    .pricing-four-content .small-white-center, 
    .pricing-four-content .small-red-center, 
    .pricing-four-content .small-gray-center { width: 79% !important; }
        
    .bg-program-top { 
        background: url("../style/img/bg-program-top.png") no-repeat scroll center top transparent; width: 100%; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-program-center { background: url("../style/img/bg-program-center.png") repeat-y scroll center top transparent; width: 100%; border-left: 1px solid rgba(0,0,0,0.15); border-right: 1px solid rgba(0,0,0,0.15); margin-left: -1px; }
    .bg-program-down { width: 100%; margin-left: -1px; overflow: hidden; padding-right: 1px; }
    .bg-program-down img { width: 100.3%; }
    .program-one { width: 93%; }
    .program-bg .small-gray-center { width: 96%; }
    
    
    .no-sidebar .blog-one-title a, .blog-one-title a { width: 91%; }
    
    .home-post-center-content span {width: 95%!important}
    
    .slider-home { width: 100%; overflow-x: hidden; }
    
    .fullwidth-banner img {width: 100%}
    
    .footer_widget_holder .facebook-widget {padding-left: 15px!important}

    .blog-one-video.no-sidebar iframe {height: 416px}
    
    .blog-one-video iframe {height: 273px}
    
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress {width: 58%}
   
    .comment-start {width: 75%}
    .no-sidebar .comment-start {width: 82%}
    
    .blog-one .form.no-sidebar {width: 82%; margin-top: 10px!important;}
    .blog-one .form {width: 76%; margin-top: 10px!important}
    
    .contact-captcha img {margin-left: 0}
    .form .tag-left {margin-left: -2px}
    
    .blockquote div, blockquote p {width: 94.5%!important}
    
    .newsletter-icon {bottom: 0; top: 10px}
    
    .single-speaker-right {width: 65%}
    
    .sponsor-title {width:155px;}
        
    .jcarousel-item:hover .sponsor-title {bottom:-11px;}
    
    .jcarousel-skin-tango  .sponsor-title .sponsor-corner {
        width:auto !important;
        height:auto !important;
        position:absolute;
        left:0;
        top:-11px;
    }
    
    .sponsors-row .sponsor-title {
      width:100px;
  }
    
}



/* --------------------------------------------
 850 - 949
-------------------------------------------- */
@media screen and (min-width: 850px) and (max-width: 949px) {
    
    html { -webkit-text-size-adjust: none; } 
    .wrapper { width: 780px; }
    
    .home-ticket-box { width: 100%; margin: -5px 0 0 0; }
    .home-ticket-box-center { width: 100%; }
    .home-ticket-box-left { width: 48%; }
    
    .demo-2 .sl-slider h2 {font-size: 50px!important; line-height: 60px!important}
    
    .bg-home-post-top span { width: auto; }
    .bg-home-post { width: 48%; }
    .bg-home-post-top { 
        width: 100%; 
        background: url("../style/img/bg-home-post-top.png") no-repeat scroll center top transparent; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-home-post-center { 
        width: 100%; 
        margin: 0; 
        background: url("../style/img/bg-home-post-center.png") repeat-y scroll center top transparent;
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
    }
    .bg-home-post-down { margin: 0; }
    .bg-home-post-down img { width: 100.6%; }
    
    .footer_widget_holder .sub-menu {margin-left: 3%}
    
    .home-post-center-content { width: 90%; margin-left: 5%; }
    
    .home-post-one-text { width: 42%; }
    
    .pagination {margin-bottom: 60px}
    
    .home-post-center-content span { width: 91%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; border: 1px solid #777777; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
    
    .home-post-one { height: auto; }
    .home-post-one-text span { width: 100%; padding: 2px 0 0; border: none; }
    
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-container-horizontal { width: 615px; }
    .horizontal-slider ul.jcarousel-list-horizontal { height: 151px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item-horizontal { margin: 4px 15px 4px 9px; height: 124px; width: 184px; background: none;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; margin: 0; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item img { width: 100%; height: 100%; margin: 0;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  }
    
    .footer .wrapper { padding-top: 40px; }
    .footer .footer-copy  .wrapper { padding-top: 0; }
    .footer-others { margin: 0 0 0 0; width: 100%; }
    .footer_widget_holder .box-twitter-center span,
    .footer_widget_holder .twitter_ul span.twitter-links { width: 96%!important; }
    .footer_widget_holder .newsletter { width: 95%; }
    .footer_widget_holder .newsletter .bg-newsletter-input { width: 100%; height: 42px; margin: 0; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
    .footer_widget_holder .newsletter .input-newsletter { width:87%; margin: 6px 0 0 10px; }
    .footer_widget_holder .newsletter .submit-newsletter { margin: 6px 10px 0 0; }
    .footer_widget_holder #searchform { margin: 0 0 0 -6px; width: 101%; height: 42px; }
    .footer_widget_holder #s { width: 90%; }
    
    .bg-title-page { width: 100%; }
    .bg-title-page-center { background: url("../style/img/bg-title-page-center.png") repeat-y scroll center top transparent; width: 100%;border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); }
    .bg-title-page-down { width: 100.3%; }
    .title-page-content { width: auto; margin-bottom: 11px; }
    
    .blog-content { width: 100%; }
    .blog-one-content.no-sidebar, .blog-one-content { width: 79%; }
    
    #sidebar { width: 100%; }
    .sidebar_widget_holder h3 { width: 100%; }
    .sidebar_widget_holder .textwidget p { width: 100%; }
    .sidebar_widget_holder .bg-widget-center span,
    .sidebar_widget_holder .twitter_ul p { margin-left: 0; width: 96%; }
    .sidebar_widget_holder #s { width: 90%; }
    .sidebar_widget_holder .newsletter { width: 95%; }
    .sidebar_widget_holder .newsletter .bg-newsletter-input { background: none repeat scroll 0 0 #FFFFFF; border-radius: 3px 3px 3px 3px; height: 42px; margin: 0; width: 100%;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .sidebar_widget_holder .newsletter .input-newsletter { margin-top: 7px; width: 90%; }
    .sidebar_widget_holder .newsletter .submit-newsletter { margin-top: 6px; }
    
    .bg-input { background: none; height: auto; margin-bottom: 10px; }
    .bg-input input { background: #fff; height: 22px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    .bg-input span { margin: 14px 0 0 25px; }
    .form-textarea { background: none; width: 100%; height: auto; }
    .form-textarea textarea { background: #fff; width: 95%; height: 180px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    
    .page-404-content { width: 93%; }
    
    .speakers-content-one { margin-right: 24px; margin-bottom:35px; width: 176px; }
    .speakers-img { height: auto; }
    
    .sponsors-row { margin: 0 0 0 -5px; }
    .sponsors-one { height: auto; margin: 0 5px 10px; width: 148px; }
    
    .bg-pricing-top-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-1 img { width: 100.2%; }
    .pricing-one-content { width: 94%; }
    .pricing-one-content .small-white-center { width: 95%!important; }
    .pricing-content-button .color-buttons { width: 100%; }
    .pricing-content-button .color-buttons a { float: left; width: 100%; }
    
    .pricing-two { width: 48%; margin-right: 4%; }
    .bg-pricing-top-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-2.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-2.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-2 img { width: 100.6%; }
    .bg-pricing-down-2 { width: 100%; }
    .pricing-two-content { width: 88%; }
    .pricing-two-content .small-white-center { width: 90% !important; }
    
    .pricing-three { margin-right: 3%; width: 31.3%; }
    .bg-pricing-top-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-3.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-3.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-3 img { width: 100.7%; }
    .bg-pricing-down-3 { width: 100%; }
    .pricing-three-content { width: 85%; }
    .pricing-three-content .small-white-center { width: 84% !important; }
    
    .pricing-four { margin-right: 0; margin-bottom: 35px; width: 100%; }
    .bg-pricing-top-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-4 img { width: 100.5%; }
    .bg-pricing-down-4 { width: 100%; }
    .pricing-four-content { width: 94%; }
    .pricing-four-content .small-black-center, 
    .pricing-four-content .small-white-center, 
    .pricing-four-content .small-red-center, 
    .pricing-four-content .small-gray-center { width: 95% !important; }
    .pricing-four .bg-pricing-down-4 { display: none; }
    .pricing-four .bg-pricing-down-1 { display: block; }
        
    .bg-program-top { 
        background: url("../style/img/bg-program-top.png") no-repeat scroll center top transparent; width: 100%; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-program-center { background: url("../style/img/bg-program-center.png") repeat-y scroll center top transparent; width: 100%; border-left: 1px solid rgba(0,0,0,0.15); border-right: 1px solid rgba(0,0,0,0.15); margin-left: -1px; }
    .bg-program-down { width: 100%; margin-left: -1px; }
    .bg-program-down img { width: 100.3%; }
    .program-one { width: 93%; }
    .program-bg .small-gray-center { width: 95%; }
    
    .slider-home { width: 100%; overflow-x: hidden; }
    
    .speakers-single { margin-bottom: 50px; }
    
    .home-post-center-content span {width: 94%!important}

    .sidebar_widget_holder ul li a,
    .footer_widget_holder li a {width: 95%}
    
    .fullwidth-banner img {margin-right: 10px}
    
    .sidebar_widget_holder .facebook-widget iframe,
    .footer_widget_holder .facebook-widget iframe {width: 96%!important; height: 178px!important}
     
    .blog-one-video iframe,
    .blog-one-video.no-sidebar iframe {height: 356px}
    
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress.no-sidebar {width: 63%}
    
    
    .sidebar_widget_holder .textwidget {width: 100%}
    
    .comment-start.no-sidebar,
    .comments-single.no-sidebar .comment-start {width: 80%}
    .comment-start {width: 79%}
    
    .blog-one .form.no-sidebar {width: 80%; margin-top: 10px!important}
    .blog-one .form {width: 79%; margin-top: 10px!important}
    
    .contact-captcha img {margin-left: 0}
    .form .tag-left {margin-left: -2px}
    
    .blockquote div, blockquote p {width: 95%!important}
    
    .single-speaker blockquote p {width: 93%;}
    
    .program-title {width: 97%}
    
    .newsletter-icon {bottom: 0; top: 10px}
    
    .single-speaker-right {width: 60%}
    
    .sponsor-title {width:124px;}
        
    .jcarousel-item:hover .sponsor-title {bottom:-11px;}
    
    .jcarousel-skin-tango  .sponsor-title .sponsor-corner {
        width:auto !important;
        height:auto !important;
        position:absolute;
        top:-11px;
        left:0;
    }
    
    .sponsors-row .sponsor-title {
        width:88px;
    }

}



/* --------------------------------------------
 750 - 849
-------------------------------------------- */
@media screen and (min-width: 750px) and (max-width: 849px) {
    
    html { -webkit-text-size-adjust: none; } 
    .wrapper { width: 680px; }
    
    .home-ticket-box { width: 100%; margin: -5px 0 0 0; }
    .home-ticket-box-center { width: 100%; text-align: center; display: inline-block; }
    .home-ticket-box-left { width: 90%; margin-bottom: 30px; text-align: left; }
    .home-ticket-box-right { float: none; text-align: center; display: inline-block; margin: 0; }
    
    .counter-holder .counter-text:first-child {position: relative; left: -15px;}
    
    .demo-2 .sl-slider h2 {font-size: 50px!important; line-height: 60px!important}
    
    .bg-home-post-top span { width: auto; }
    .bg-home-post { width: 48%; }
    .bg-home-post-top { 
        width: 100%; 
        background: url("../style/img/bg-home-post-top.png") no-repeat scroll center top transparent; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-home-post-center { 
        width: 100%; 
        margin: 0; 
        background: url("../style/img/bg-home-post-center.png") repeat-y scroll center top transparent;
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
    }
    .bg-home-post-down { margin: 0; }
    .bg-home-post-down img { width: 100.7%; }
    .bg-home-post-top span { margin-left: 15px; }
    .bg-home-post-top a { margin-right: 15px; }
    .home-post-one-img,
    .home-post-one-img img { height: auto; width: 130px; }
    
    .home-post-center-content { width: 90%; margin-left: 5%; }
    
    .home-post-one-text { width: 49%; }
    
    .home-post-center-content span { width: 91%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; border: 1px solid #777777; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
    
    .home-post-one { height: auto; }
    .home-post-one-text span { width: 100%; padding: 2px 0 0; border: none; }
    
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-container-horizontal { width: 515px; }
    .horizontal-slider ul.jcarousel-list-horizontal { height: 193px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item-horizontal { margin: 4px 15px 4px 9px; height: 166px; width: 237px; background: none;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; margin: 0; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item img { width: 100%; height: 100%; margin: 0;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  }
    
    .footer .wrapper { padding-top: 40px; }
    .footer .footer-copy  .wrapper { padding-top: 0; }
    .footer-others { margin: 0 0 0 0; width: 100%; }
    .footer_widget_holder .box-twitter-center span,
    .footer_widget_holder .twitter_ul span.twitter-links { width: 96%!important; }
    .footer_widget_holder .newsletter { width: 95%; }
    .footer_widget_holder .newsletter .bg-newsletter-input { width: 100%; height: 42px; margin: 0; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
    .footer_widget_holder .newsletter .input-newsletter { width:87%; margin: 6px 0 0 10px; }
    .footer_widget_holder .newsletter .submit-newsletter { margin: 6px 10px 0 0; }
    .footer_widget_holder #searchform { margin: 0 0 0 -6px; width: 101%; height: 42px; }
    .footer_widget_holder #s { width: 89%; }
    
    .bg-title-page { width: 100%; }
    .bg-title-page-center { background: url("../style/img/bg-title-page-center.png") repeat-y scroll center top transparent; width: 100%;border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); }
    .bg-title-page-down { width: 100.3%; }
    .title-page-content { width: auto; margin-bottom: 11px; }
    
    .quote-content span { width: 95%; }
    
    .blog-content { width: 100%; }
    .blog-one-content.no-sidebar, .blog-one-content { width: 77%; }
    
    #sidebar { width: 100%; }
    .sidebar_widget_holder h3 { width: 100%; }
    .sidebar_widget_holder .textwidget p { width: 100%; }
    .sidebar_widget_holder .bg-widget-center span,
    .sidebar_widget_holder .twitter_ul p { margin-left: 0; width: 96%; }
    .sidebar_widget_holder #s { width: 90%; }
    .sidebar_widget_holder .newsletter { width: 95%; }
    .sidebar_widget_holder .newsletter .bg-newsletter-input { background: none repeat scroll 0 0 #FFFFFF; border-radius: 3px 3px 3px 3px; height: 42px; margin: 0; width: 100%;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .sidebar_widget_holder .newsletter .input-newsletter { margin-top: 7px; width: 90%; }
    .sidebar_widget_holder .newsletter .submit-newsletter { margin-top: 6px; }
    
    .bg-input { background: none; height: auto; margin-bottom: 10px; }
    .bg-input input { background: #fff; height: 22px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    .bg-input span { margin: 14px 0 0 25px; }
    .form-textarea { background: none; width: 100%; height: auto; }
    .form-textarea textarea { background: #fff; width: 95%; height: 180px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    
    .page-404-content { width: 93%; }
    
    .speakers-content-one { margin-right: 25px; width: 151px; }
    .speakers-img { height: auto; }
    
    
    .sponsors-row { margin: 0 0 0 -5px; }
    .sponsors-one { height: auto; margin: 0 5px 10px; width: 128px; }
    
    .bg-pricing-top-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-1 img { width: 100.2%; }
    .pricing-one-content { width: 92%; }
    .pricing-one-content .small-white-center { width: 94%!important; }
    .pricing-content-button .color-buttons { width: 100%; }
    .pricing-content-button .color-buttons a { float: left; width: 100%; }
    
    .pricing-two { width: 48%; margin-right: 4%; }
    .bg-pricing-top-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-2.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-2.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-2 img { width: 100.6%; }
    .bg-pricing-down-2 { width: 100%; }
    .pricing-two-content { width: 83%; }
    .pricing-two-content .small-white-center { width: 88% !important; }
    
    .pricing-three { margin-right: 3%; width: 31.3%; }
    .bg-pricing-top-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-3.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-3.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-3 img { width: 100.7%; }
    .bg-pricing-down-3 { width: 100%; }
    .pricing-three-content { width: 80%; }
    .pricing-three-content .small-white-center { width: 81% !important; }
    
    .pricing-four { margin-right: 0; margin-bottom: 35px; width: 100%; }
    .bg-pricing-top-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-4 img { width: 100.5%; }
    .bg-pricing-down-4 { width: 100%; }
    .pricing-four-content { width: 94%; }
    .pricing-four-content .small-black-center, 
    .pricing-four-content .small-white-center, 
    .pricing-four-content .small-red-center, 
    .pricing-four-content .small-gray-center { width: 94% !important; }
    .pricing-four .bg-pricing-down-4 { display: none; }
    .pricing-four .bg-pricing-down-1 { display: block; }
        
    .bg-program-top { 
        background: url("../style/img/bg-program-top.png") no-repeat scroll center top transparent; width: 100%; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-program-center { background: url("../style/img/bg-program-center.png") repeat-y scroll center top transparent; width: 100%; border-left: 1px solid rgba(0,0,0,0.15); border-right: 1px solid rgba(0,0,0,0.15); margin-left: -1px; }
    .bg-program-down { width: 100%; margin-left: -1px; overflow: hidden; padding-right: 1px; }
    .bg-program-down img { width: 100.3%; }
    .program-one { width: 93%; }
    .program-bg .small-gray-center { width: 94%; }
    
    .contact-img, .map-contact { height: 280px; }
    
    
    .speakers-single { margin-bottom: 50px; }    
   
    .no-sidebar .blog-one-title a, .blog-one-title a { width: 88%; }
    
    
    .sidebar_widget_holder li a,
    .footer_widget_holder li a {width: 95%}
    
    .slider-home { width: 100%; overflow-x: hidden; }
    
    .home-post-center-content span {width: 93%}
    
    .fullwidth-banner img {margin-right: 1px}
    
    .sidebar_widget_holder .facebook-widget iframe,
    .footer_widget_holder .facebook-widget iframe {width: 96%!important; height: 178px!important}
    
    .blog-one-video iframe,
    .blog-one-video.no-sidebar iframe {height: 304px}
    
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress,
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress.no-sidebar {width: 61%}
    
    
    .sidebar_widget_holder .textwidget {width: 100%}
    
    .comment-start.no-sidebar,
    .comments-single.no-sidebar .comment-start {width: 77%}
    .comment-start {width: 77%}
    
    .blog-single-title.no-sidebar {width: 90%}
    
    
    .blog-one .form.no-sidebar {width: 77%; margin-top: 10px!important}
    .blog-one .form {width: 77%; margin-top: 10px!important}

    .contact-captcha img {margin-left: 0}
    .form .tag-left {margin-left: -2px}
    .refresh-text {width: 48%}
    
    .blockquote div, blockquote p {width: 94%!important}
    
    .single-speaker blockquote p {width: 92%;}
    
    .program-title {width: 96.5%}
    .program-one {width: 91%}
    
    .newsletter-icon {bottom: 0; top: 10px}
    
    .counter-text.hours {padding-left: 5px}
    
    .single-speaker-right {width: 54%}
    
    .jcarousel-item .sponsor-title {width:177px;}
    
    .jcarousel-item:hover .sponsor-title {bottom:-11px;}
    
    .jcarousel-skin-tango  .sponsor-title .sponsor-corner {
        width:auto !important;
        height:auto !important;
        position:absolute;
        top:-11px;
        left:0;
    }
    .sponsors-row .sponsor-title {width:70px;}
}



/* --------------------------------------------
 650 - 749
-------------------------------------------- */
@media screen and (min-width: 650px) and (max-width: 749px) {
    
    html { -webkit-text-size-adjust: none; } 
    .wrapper { width: 580px; }
    
    .nav { display: inline-block; text-align: center; }
    .button-menu { display: block; }
    .nav nav { padding-bottom: 35px; background: #E9E9E9; z-index: 9999; border-bottom: 1px solid #979797; display: none; } 
    .nav ul.sf-menu li { width: 100%; text-align: left; border-top: 1px solid rgba(0, 0, 0, .05); padding-top: 7px; margin-top: 7px; }
    .nav ul li a:link, 
    .nav ul li a:visited { padding: 0; text-shadow: none; border-left: none; font-size: 16px; color: #4d4d4d; text-align: left; }
    .nav nav ul li ul.sub-menu { display: block!important; position: relative; visibility: visible!important; top: 0!important; width: 100%!important; }
    .nav .sub-menu-bottom,
    .nav .sub-menu-top { display: none; }
    .nav .sf-menu li li { background: none; }
    .nav .sub-menu li a { padding: 0!important; margin: 3px 0 3px 5%!important; border: none!important; color: #4d4d4d!important; }
    .nav ul li a:hover { color: #FF6825!important; }

    .demo-2 .sl-slider h2 {font-size: 40px!important; line-height: 50px!important}
    
    .sf-menu .sub-menu li:last-child {border-bottom: none!important}
    .sf-menu .sub-menu li a {padding-bottom: 0!important; margin-top: 0!important; margin-bottom: 0!important; font-size: 14px!important}
    .sf-menu .sub-menu {margin-top: 1px!important; padding-top: 0}
    
    .sf-menu .sub-menu .sub-menu {left: 1.5em!important}
    .sf-menu .sub-menu .sub-menu li:first-child a {margin-top: 4px!important; font-size: 12px!important;}
    .sf-menu .sub-menu {overflow: hidden}
    
    .counter-holder .counter-text:first-child {position: relative; left: -15px;}
        
    .home-ticket-box { width: 100%; margin: -5px 0 0 0; }
    .home-ticket-box-center { width: 100%; text-align: center; display: inline-block; }
    .home-ticket-box-left { width: 87%; margin-bottom: 30px; text-align: left; }
    .home-ticket-box-right { float: none; text-align: center; display: inline-block; margin: 0; }
    
    .bg-home-post-top span { width: auto; }
    .bg-home-post { width: 100%; margin-bottom: 30px; }
    .bg-home-post-top { 
        width: 100%; 
        background: url("../style/img/bg-program-top.png") no-repeat scroll center top transparent;
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
        
    .bg-home-post-center { 
        width: 100%; 
        margin: 0; 
        background: url("../style/img/bg-program-center.png") repeat-y scroll center top transparent;
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
    }
    .bg-home-post-down { margin: 0; }
    .bg-home-post-down img { width: 100.5%; }
    .bg-home-post-top span,
    .bg-program-top span,
    .bg-home-post-top span { margin-left: 15px; font-size: 16px; }
    .bg-home-post-top a { margin-right: 15px; }
    .home-post-one-img,
    .home-post-one-img img{ height: auto; width: 155px; }
    
    .home-post-center-content { width: 90%; margin-left: 5%; }
    
    .home-post-one-text { width: 64%; }
    
    .home-post-center-content span { width: 94%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; border: 1px solid #777777; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
    
    .home-post-one { height: auto; }
    .home-post-one-text span { width: 100%; padding: 2px 0 0; border: none; }
    
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-container-horizontal { width: 415px; }
    .horizontal-slider ul.jcarousel-list-horizontal { height: 158px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item-horizontal { margin: 4px 15px 4px 9px; height: 132px; width: 188px; background: none;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; margin: 0; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item img { width: 100%; height: 100%; margin: 0;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  }
    
    .footer .wrapper { padding-top: 40px; }
    .footer .footer-copy  .wrapper { padding-top: 0; }
    .footer-others { margin: 0 0 0 0; width: 100%; }
    .footer_widget_holder .box-twitter-center span,
    .footer_widget_holder .twitter_ul span.twitter-links { width: 96%!important; }
    .footer_widget_holder .newsletter { width: 93%; }
    .footer_widget_holder .newsletter .bg-newsletter-input { width: 100%; height: 42px; margin: 0; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
    .footer_widget_holder .newsletter .input-newsletter { width:87%; margin: 6px 0 0 10px; }
    .footer_widget_holder .newsletter .submit-newsletter { margin: 6px 10px 0 0; }
    .footer_widget_holder #searchform { margin: 0 0 0 -6px; width: 101%; height: 42px; }
    .footer_widget_holder #s { width: 87%; }
    
    .footer-copy { display: inline-block; text-align: center; }
    .footer-copy-content { width: 100%; display: inline-block; text-align: center; }
    .footer-copy-content a {display: inline-block; text-align: center; float: none; }
    .footer-copy-content span {display: inline-block; text-align: center; float: none; }
    
    .footer-copy .scroll-top { float: none; text-align: center; display: inline-block; margin-top: 35px; width: 140px; position: relative; left: 4% }
    .footer-copy #back-top {width: 135px}
    
    .bg-title-page { width: 100%; }
    .bg-title-page-center { background: url("../style/img/bg-title-page-center.png") repeat-y scroll center top transparent; width: 100%;border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); }
    .bg-title-page-down { width: 100%; padding-right: 1px; overflow-x: hidden; }
    .bg-title-page-down img { width: 100.4%; }
    .title-page-content { width: auto; margin: 21px 30px 8px; }
    
    #four-columns .one_cell { width: 100%; margin-right: 0; }
    
    .quote-content span { width: 95%; }
    
    .blog-content { width: 100%; }
    .blog-one-content.no-sidebar, .blog-one-content { width: 73%; }
    
    #sidebar { width: 100%; }
    .sidebar_widget_holder h3 { width: 100%; }
    .sidebar_widget_holder .textwidget p { width: 100%; }
    .sidebar_widget_holder .bg-widget-center span,
    .sidebar_widget_holder .twitter_ul p { margin-left: 0; width: 96%; }
    .sidebar_widget_holder #s { width: 88%; }
    .sidebar_widget_holder .newsletter { width: 95%; }
    .sidebar_widget_holder .newsletter .bg-newsletter-input { background: none repeat scroll 0 0 #FFFFFF; border-radius: 3px 3px 3px 3px; height: 42px; margin: 0; width: 100%;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .sidebar_widget_holder .newsletter .input-newsletter { margin-top: 7px; width: 86%; }
    .sidebar_widget_holder .newsletter .submit-newsletter { margin-top: 6px; }
    
    .bg-input { background: none; height: auto; margin-bottom: 10px; }
    .bg-input input { background: #fff; height: 22px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    .bg-input span { margin: 14px 0 0 25px; }
    .form-textarea { background: none; width: 100%; height: auto; }
    .form-textarea textarea { background: #fff; width: 95%; height: 180px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    
    
    .page-404-content { width: 89%; }
    
    .speakers-content-one { margin-right: 20px; width: 130px; }
    .speakers-img { height: auto; }
    
    .red-center, .grey-center, .black-center, .blue-center, .green-center, .yellow-center, .brown-center {padding: 5px 9px 0; font-size: 12px}
    
    .sponsors-row { margin: 0 0 0 -5px; }
    .sponsors-one { height: auto; margin: 0 5px 10px; width: 108px; }
    
    .bg-pricing-top-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-1 img { width: 100.2%; }
    .pricing-one-content { width: 90%; }
    .pricing-one-content .small-white-center { width: 93%!important; }
    .pricing-content-button .color-buttons { width: 100%; }
    .pricing-content-button .color-buttons a { float: left; width: 100%; }
    
    .pricing-two { width: 48%; margin-right: 4%; }
    .bg-pricing-top-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-2.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-2.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-2 img { width: 100.6%; }
    .bg-pricing-down-2 { width: 100%; }
    .pricing-two-content { width: 81%; }
    .pricing-two-content .small-white-center { width: 85% !important; }
    
    .pricing-three { margin-right: 3%; width: 31.3%; }
    .bg-pricing-top-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-3.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-3.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-3 img { width: 100.7%; }
    .bg-pricing-down-3 { width: 100%; }
    .pricing-three-content { width: 79%; }
    .pricing-three-content .small-white-center { width: 75% !important; }
    .pricing-three-content .list-content li { width: 77%; }
    
    .pricing-four { margin-right: 0; margin-bottom: 35px; width: 100%; }
    .bg-pricing-top-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-4 img { width: 100.5%; }
    .bg-pricing-down-4 { width: 100%; }
    .pricing-four-content { width: 92%; }
    .pricing-four-content .small-black-center, 
    .pricing-four-content .small-white-center, 
    .pricing-four-content .small-red-center, 
    .pricing-four-content .small-gray-center { width: 94% !important; }
    .pricing-four .bg-pricing-down-4 { display: none; }
    .pricing-four .bg-pricing-down-1 { display: block; }
        
    .bg-program-top { 
        background: url("../style/img/bg-program-top.png") no-repeat scroll center top transparent; width: 100%; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-program-center { background: url("../style/img/bg-program-center.png") repeat-y scroll center top transparent; width: 100%; border-left: 1px solid rgba(0,0,0,0.15); border-right: 1px solid rgba(0,0,0,0.15); margin-left: -1px; }
    .bg-program-down { width: 100%; margin-left: -1px; overflow: hidden; padding-right: 1px; }
    .bg-program-down img { width: 100.4%; }
    .program-one { width: 89%; }
    .program-bg .small-gray-center { width: 93%; }
    
    .contact-img, .map-contact { height: 280px; }
    
    
    
    
    .speakers-single { margin-bottom: 50px; }
   
    .no-sidebar .blog-one-title a, .blog-one-title a { width: 86%; }
    
    .home-post-center-content span {width: 93%}
    
    .fullwidth-banner img {margin-right: 10px}
    
    .sidebar_widget_holder .facebook-widget iframe,
    .footer_widget_holder .facebook-widget iframe {width: 96%!important; height: 178px!important}
    
    .footer_widget_holder li a,
    .sidebar_widget_holder ul li a {width: 94%}
    
    .home-speaker-excerpt {height: 46px}
    
    .slider-home { width: 100%; overflow-x: hidden; }
    
    .blog-one-video iframe,
    .blog-one-video.no-sidebar iframe {height: 247px}
    
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress,
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress.no-sidebar {width: 55%}
    
    .blog-player {width: 88%}

    
    .sidebar_widget_holder .textwidget {width: 100%}
    
    .comment-start.no-sidebar,
    .comments-single.no-sidebar .comment-start {width: 73%}
    .comment-start {width: 73%}
    
    .blog-single-title.no-sidebar {width: 85%}
    
    .blog-one .form.no-sidebar {width: 73%; margin-top: 10px!important}
    .blog-one .form {width: 73%; margin-top: 10px!important}
    
    .contact-captcha img {margin-left: 0}
    .form .tag-left {margin-left: -2px}
    .refresh-text {width: 58%; margin-bottom: 5px}
    
    .blockquote div, blockquote p {width: 93.5%!important}

    .single-speaker blockquote p {width: 89.5%;}
    
    .program-title {width: 96%}
    .newsletter-icon {bottom: 0; top: 10px}
    
    .counter-text.hours {padding-left: 5px}
    
    .single-speaker-right {width: 48%}
    
    .jcarousel-item .sponsor-title {width:129px;}
    
    .jcarousel-item:hover .sponsor-title {bottom:-11px;}
    
    .jcarousel-skin-tango  .sponsor-title .sponsor-corner {
        width:auto !important;
        height:auto !important;
        position:absolute;
        top:-11px;
        left:0;
    }
    
    .sponsors-row .sponsor-title {width:48px;}       
}



/* --------------------------------------------
 550 - 649
-------------------------------------------- */
@media screen and (min-width: 550px) and (max-width: 649px) {
    
    html { -webkit-text-size-adjust: none; } 
    #container { overflow-x: hidden; }
    .wrapper { width: 475px; }
    
    .nav { display: inline-block; text-align: center; }
    .button-menu { display: block; }
    .nav nav { padding-bottom: 35px; background: #E9E9E9; z-index: 9999; border-bottom: 1px solid #979797; display: none; } 
    .nav ul.sf-menu li { width: 100%; text-align: left; border-top: 1px solid rgba(0, 0, 0, .05); padding-top: 7px; margin-top: 7px; }
    .nav ul li a:link, 
    .nav ul li a:visited { padding: 0; text-shadow: none; border-left: none; font-size: 16px; color: #4d4d4d; text-align: left; }
    .nav nav ul li ul.sub-menu { display: block!important; position: relative; visibility: visible!important; top: 0!important; width: 100%!important; }
    .nav .sub-menu-bottom,
    .nav .sub-menu-top { display: none; }
    .nav .sf-menu li li { background: none; }
    .nav .sub-menu li a { padding: 0!important; margin: 3px 0 3px 5%!important; border: none!important; color: #4d4d4d!important; }
    .nav ul li a:hover { color: #FF6825!important; }
    
    
    .demo-2 .sl-slider h2 {font-size: 40px!important; line-height: 50px!important}
    
    .sf-menu .sub-menu li:last-child {border-bottom: none!important}
    .sf-menu .sub-menu li a {padding-bottom: 0!important; margin-top: 0!important; margin-bottom: 0!important; font-size: 14px!important}
    .sf-menu .sub-menu {margin-top: 1px!important; padding-top: 0}
    
    .sf-menu .sub-menu .sub-menu {left: 1.5em!important}
    .sf-menu .sub-menu .sub-menu li:first-child a {margin-top: 4px!important; font-size: 12px!important;}
    .sf-menu .sub-menu {overflow: hidden}
    
    .counter-holder .counter-text:first-child {position: relative; left: -15px;}

    .header { display: inline-block; text-align: center; }
    .header .logo { display: inline-block; text-align: center; float: none; width: auto; }
    .header .links-header { display: inline-block; text-align: center; float: none; margin: -12px 0 27px; }
    
    .home-ticket-box { width: 100%; margin: -5px 0 0 0; }
    .home-ticket-box-center { width: 100%; text-align: center; display: inline-block; }
    .home-ticket-box-left { width: 84%; margin-bottom: 30px; text-align: left; }
    .home-ticket-box-right { float: none; text-align: center; display: inline-block; margin: 0; }
    
    .bg-home-post-top span { width: auto; }
    .bg-home-post { width: 100%; margin-bottom: 30px; }
    .bg-home-post-top { 
        width: 100%; 
        background: url("../style/img/bg-home-post-top.png") no-repeat scroll center top transparent; 
        /*border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;*/
    }
    .bg-home-post-center { 
        width: 100%; 
        margin: 0; 
        background: url("../style/img/bg-home-post-center.png") repeat-y scroll center top transparent;
        /* border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);*/
    }
    .bg-home-post-down { margin: 0; }
    .bg-home-post-down img { width: auto; margin-left: 2px }
    .bg-home-post-top span,
    .bg-program-top span,
    .bg-home-post-top span { margin-left: 15px; font-size: 16px; }
    .bg-home-post-top a { margin-right: 15px; }
    .home-post-one-img { /*height: auto; width: 100px;*/ }
    
    .home-post-center-content { width: 90%; margin-left: 5%; }
    
    .home-post-one-text { width: 52%; }
    
    .home-post-center-content span { width: 92%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; border: 1px solid #777777; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
    
    .home-post-one { height: auto; }
    .home-post-one-text span { width: 100%; padding: 2px 0 0; border: none; }
    
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; }
    .horizontal-slider { margin: 20px 0 50px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-container-horizontal { width: 310px; }
    .horizontal-slider ul.jcarousel-list-horizontal { height: 122px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item-horizontal { margin: 4px 15px 4px 9px; height: 95px; width: 136px; background: none;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; margin: 0; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item img { width: 100%; height: 100%; margin: 0;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  }
    .horizontal-slider h3 { margin: 15px 0 0 15px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-prev-horizontal { left: -145px; top: 60px }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-next-horizontal { left: -95px; top: 60px; }
    
    .footer .wrapper { padding-top: 40px; }
    .footer .footer-copy  .wrapper { padding-top: 0; }
    .footer-others { margin: 0 0 0 0; width: 100%; }
    .footer_widget_holder .box-twitter-center span,
    .footer_widget_holder .twitter_ul span.twitter-links { width: 96%!important; }
    .footer_widget_holder .newsletter { width: 92%; }
    .footer_widget_holder .newsletter .bg-newsletter-input { width: 100%; height: 42px; margin: 0; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
    .footer_widget_holder .newsletter .input-newsletter { width:85%; margin: 6px 0 0 10px; }
    .footer_widget_holder .newsletter .submit-newsletter { margin: 6px 10px 0 0; }
    .footer_widget_holder #searchform { margin: 0 0 0 -6px; width: 101%; height: 42px; }
    .footer_widget_holder #s { width: 403px; }
    
    .footer-copy { display: inline-block; text-align: center; }
    .footer-copy-content { width: 100%; display: inline-block; text-align: center; }
    .footer-copy-content a {display: inline-block; text-align: center; float: none; }
    .footer-copy-content span {display: inline-block; text-align: center; float: none; }
    
    .footer-copy .scroll-top { float: none; text-align: center; display: inline-block; margin-top: 35px; }
    
    .bg-title-page { width: 100%; }
    .bg-title-page-center { background: url("../style/img/bg-title-page-center.png") repeat-y scroll center top transparent; width: 100%;border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); }
    .bg-title-page-down { width: 100%; padding-right: 1px; overflow-x: hidden; }
    .bg-title-page-down img { width: 100.5%; }
    .title-page-content { width: auto;  margin: 21px 30px 15px; }
    
    #three-columns .one_cell,
    #four-columns .one_cell { width: 100%; margin-right: 0; }
    
    .quote-content span { width: 93%; }
    
    .blog-content { width: 100%; }
    .blog-one-content.no-sidebar, .blog-one-content { width: 67%; }
    .no-sidebar .blog-one-title a, .blog-one-title a { width: 82%; }
    
    #sidebar { width: 100%; }
    .sidebar_widget_holder h3 { width: 100%; }
    .sidebar_widget_holder .textwidget p { width: 100%; }
    .sidebar_widget_holder .bg-widget-center span,
    .sidebar_widget_holder .twitter_ul p { margin-left: 0; width: 96%; }
    .sidebar_widget_holder #s { width: 85%; }
    .sidebar_widget_holder .newsletter { width: 91%; }
    .sidebar_widget_holder .newsletter .bg-newsletter-input { background: none repeat scroll 0 0 #FFFFFF; border-radius: 3px 3px 3px 3px; height: 42px; margin: 0; width: 100%;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .sidebar_widget_holder .newsletter .input-newsletter { margin-top: 7px; width: 86%; }
    .sidebar_widget_holder .newsletter .submit-newsletter { margin-top: 6px; }
    
    .bg-input { background: none; height: auto; margin-bottom: 10px; }
    .bg-input input { background: #fff; height: 22px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    .bg-input span { margin: 14px 0 0 25px; }
    .form-textarea { background: none; width: 100%; height: auto; }
    .form-textarea textarea { background: #fff; width: 95%; height: 180px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    
    .speakers-single-img, 
    .speakers-single-img img { width: 100%; height: auto; }
    
    .page-404-content { width: 87%; }
    
    .speakers-row { margin-left: 3px; width: 107%; padding: 0; }
    .speakers-content-one { margin: 0 34px 30px 0; width: 220px; }
    .speakers-img { height: auto; }
    
    
    .sponsors-row { margin: 0 0 0 -10px; }
    .sponsors-one { height: auto; margin: 0 10px 20px; width: 148px; }
    
    .bg-pricing-top-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-1 img { width: 100.3%; }
    .pricing-one-content { width: 88%; }
    .pricing-one-content .small-white-center { width: 92%!important; }
    .pricing-content-button .color-buttons { width: 100%; }
    .pricing-content-button .color-buttons a { float: left; width: 100%; }
    .list-content ul li { width: 92%; }
    
    .pricing-two { width: 48%; margin-right: 4%; }
    .bg-pricing-top-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-2.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-2.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-2 img { width: 100.6%; }
    .bg-pricing-down-2 { width: 100%; }
    .pricing-two-content { width: 78%; }
    .pricing-two-content .small-white-center { width: 82% !important; }
    .pricing-two-content .list-content li { width: 81%; }
    
    .pricing-three { margin: 0 0 30px; width: 100%; }
    .bg-pricing-top-3 { height: 29px; border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-3 img { width: 100.7%; }
    .bg-pricing-down-3 { width: 100%; height: auto; }
    .pricing-three-content { width: 90%; }
    .pricing-three-content .small-white-center { width: 92% !important; }
    .pricing-three-content .list-content li { width: 91%; }
    .pricing-three .bg-pricing-down-1 { display: block; }
    .pricing-three .bg-pricing-down-3 { display: none; }
    
    .pricing-four { margin-right: 0; margin-bottom: 35px; width: 100%; }
    .bg-pricing-top-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-4 img { width: 100.5%; }
    .bg-pricing-down-4 { width: 100%; }
    .pricing-four-content { width: 90%; }
    .pricing-four-content .small-black-center, 
    .pricing-four-content .small-white-center, 
    .pricing-four-content .small-red-center, 
    .pricing-four-content .small-gray-center { width: 92% !important; }
    .pricing-four .bg-pricing-down-4 { display: none; }
    .pricing-four .bg-pricing-down-1 { display: block; }
    .pricing-four-content .list-content li { width: 92%; }
        
    .bg-program-top { 
        background: url("../style/img/bg-program-top.png") no-repeat scroll center top transparent; width: 100%; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-program-center { background: url("../style/img/bg-program-center.png") repeat-y scroll center top transparent; width: 100%; border-left: 1px solid rgba(0,0,0,0.15); border-right: 1px solid rgba(0,0,0,0.15); margin-left: -1px; }
    .bg-program-down { width: 100%; margin-left: -1px; overflow: hidden; padding-right: 1px; }
    .bg-program-down img { width: 100.3%; }
    .program-one { width: 87%; }
    .program-bg .small-gray-center { width: 92%; }
    
    .contact-img, 
    .map-contact { height: 280px; }
    
    
    .speakers-single { margin-bottom: 50px; }
   
    .no-sidebar .blog-one-title a, .blog-one-title a { width: 81%; }
    
    .pricing-table-one.pricing-table-quarter {width: 100%}
    
    .slider-home { width: 100%; overflow-x: hidden; }
    
    .one-fourth {width: 100%!important;}
    
    .fullwidth-banner img {margin-right: 10px}
    
    .sidebar_widget_holder .facebook-widget iframe,
    .footer_widget_holder .facebook-widget iframe {width: 95%!important; height: 231px!important}
    
    .sidebar_widget_holder ul li a {width: 93%}
    .footer_widget_holder li a {width: 94%}
    
    .home-speaker-excerpt {height: 46px}
    
    .home-post-center-content span {width: 95.5%!important}
    
    .blog-one-video iframe,
    .blog-one-video.no-sidebar iframe {height: 188px}
    
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress,
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress.no-sidebar {width: 44%}
    
    .blog-player {width: 83%}
    
    .blog-player-content div.jp-audio div.jp-type-single a.jp-mute, .blog-player-content div.jp-audio div.jp-type-single a.jp-unmute {right: 19%}
    
    
    .sidebar_widget_holder .textwidget {width: 100%}
    
    .comment-start.no-sidebar,
    .comments-single.no-sidebar .comment-start {width: 68%}
    .comment-start {width: 68%}
    
    .blog-single-title,
    .blog-single-title.no-sidebar {width: 85%}
    
    .blog-one .form.no-sidebar {width: 68%; margin-top: 10px!important}
    .blog-one .form {width: 68%; margin-top: 10px!important}

    .contact-captcha img {margin-left: 0}
    .form .tag-left {margin-left: -2px}
    .refresh-text {width: 83%; margin-bottom: 5px}
    
    .blockquote div, blockquote p {width: 92%!important}
    
    .single-speaker blockquote p {width: 93%;}
    
    .program-title {width: 95%}
    .newsletter-icon {bottom: 0; top: 10px}
    
    .counter-text.hours {padding-left: 5px}
    
    .single-speaker-right,
    .single-speaker-left {width:100%}
    
    .speakers-folow {margin-bottom: 20px}
    
    .jcarousel-item .sponsor-title {width:76px;}
    
    .jcarousel-item:hover .sponsor-title {bottom:-11px;}
    
    .jcarousel-skin-tango  .sponsor-title .sponsor-corner {
        width:auto !important;
        height:auto !important;
        position:absolute;
        top:-11px;
        left:0;
    }
    
    .sponsors-row .sponsor-title {width:88px;} 
}



/* --------------------------------------------
 450 - 549
-------------------------------------------- */
@media screen and (min-width: 450px) and (max-width: 549px) {
    
    html { -webkit-text-size-adjust: none; } 
    #container { overflow-x: hidden; }
    .wrapper { width: 375px; }
    
    .nav { display: inline-block; text-align: center; }
    .button-menu { display: block; }
    .nav nav { padding-bottom: 35px; background: #E9E9E9; z-index: 9999; border-bottom: 1px solid #979797; display: none; } 
    .nav ul.sf-menu li { width: 100%; text-align: left; border-top: 1px solid rgba(0, 0, 0, .05); padding-top: 7px; margin-top: 7px; }
    .nav ul li a:link, 
    .nav ul li a:visited { padding: 0; text-shadow: none; border-left: none; font-size: 16px; color: #4d4d4d; text-align: left; }
    .nav nav ul li ul.sub-menu { display: block!important; position: relative; visibility: visible!important; top: 0!important; width: 100%!important; }
    .nav .sub-menu-bottom,
    .nav .sub-menu-top { display: none; }
    .nav .sf-menu li li { background: none; }
    .nav .sub-menu li a { padding: 0!important; margin: 3px 0 3px 5%!important; border: none!important; color: #4d4d4d!important; }
    .nav ul li a:hover { color: #FF6825!important; }
    
    .demo-2 .sl-slider h2 {font-size: 40px!important; line-height: 50px!important}
    .blockquote div, .blockquote p {font-size: 19px!important; line-height: 27px!important}
    
    .sf-menu .sub-menu li:last-child {border-bottom: none!important}
    .sf-menu .sub-menu li a {padding-bottom: 0!important; margin-top: 0!important; margin-bottom: 0!important; font-size: 14px!important}
    .sf-menu .sub-menu {margin-top: 1px!important; padding-top: 0}
    
    .sf-menu .sub-menu .sub-menu {left: 1.5em!important}
    .sf-menu .sub-menu .sub-menu li:first-child a {margin-top: 4px!important; font-size: 12px!important;}
    .sf-menu .sub-menu {overflow: hidden}
    
    .counter-holder .counter-text:first-child {position: relative; left: -15px;}

    .header { display: inline-block; text-align: center; }
    .header .logo { display: inline-block; text-align: center; float: none; width: auto; }
    .header .links-header { display: inline-block; text-align: center; float: none; margin: -12px 0 27px; }
    
    .home-ticket-box { width: 100%; margin: -5px 0 0 0; }
    .home-ticket-box-center { width: 100%; text-align: center; display: inline-block; }
    .home-ticket-box-left { width: 80%; margin-bottom: 30px; text-align: left; }
    .home-ticket-box-right { float: none; text-align: center; display: inline-block; margin: 0; }
    
    .bg-home-post-top span { width: auto; }
    .bg-home-post { width: 100%; margin-bottom: 30px; }
    .bg-home-post-top { 
        width: 100%; 
        background: url("../style/img/bg-home-post-top.png") no-repeat scroll center top transparent; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-home-post-center { 
        width: 100%; 
        margin: 0; 
        background: url("../style/img/bg-home-post-center.png") repeat-y scroll center top transparent;
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
    }
    .bg-home-post-down { margin: 0; }
    .bg-home-post-down img { width: 100.6%; margin-left: 0 }
    .bg-home-post-top span,
    .bg-program-top span,
    .bg-home-post-top span { margin-left: 15px; font-size: 16px; }
    .bg-home-post-top a { margin-right: 15px; }
    .home-post-one-img,
    .home-post-one-img img{ height: auto; width: 143px; }
    
    .home-post-center-content { width: 90%; margin-left: 5%; }
    
    .home-post-one-text { width: 52%; }
    
    .home-post-center-content span { width: 89%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; border: 1px solid #777777; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
    
    .home-post-one { height: auto; }
    .home-post-one-text span { width: 100%; padding: 2px 0 0; border: none; }
    
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; }
    .horizontal-slider { margin: 20px 0 50px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-container-horizontal { width: 210px; }
    .horizontal-slider ul.jcarousel-list-horizontal { height: 166px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item-horizontal { margin: 4px 15px 4px 9px; height: 138px; width: 197px; background: none;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; margin: 0; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item img { width: 100%; height: 100%; margin: 0;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  }
    .horizontal-slider h3 { margin: 35px 0 0 15px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-prev-horizontal { left: -145px; top: 75px }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-next-horizontal { left: -95px; top: 75px; }
    
    .footer .wrapper { padding-top: 40px; }
    .footer .footer-copy  .wrapper { padding-top: 0; }
    .footer-others { margin: 0 0 0 0; width: 100%; }
    .footer_widget_holder .box-twitter-center span,
    .footer_widget_holder .twitter_ul span.twitter-links { width: 96%!important; }
    .footer_widget_holder .newsletter { width: 89%; }
    .footer_widget_holder .newsletter .bg-newsletter-input { width: 100%; height: 42px; margin: 0; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
    .footer_widget_holder .newsletter .input-newsletter { width:80%; margin: 6px 0 0 10px; }
    .footer_widget_holder .newsletter .submit-newsletter { margin: 6px 10px 0 0; }
    .footer_widget_holder #searchform { margin: 0 0 0 -6px; width: 101%; height: 42px; }
    .footer_widget_holder #s { width: 80%; }
    
    .footer-copy { display: inline-block; text-align: center; }
    .footer-copy-content { width: 100%; display: inline-block; text-align: center; }
    .footer-copy-content a {display: inline-block; text-align: center; float: none; }
    .footer-copy-content span {display: inline-block; text-align: center; float: none; }
    
    .footer-copy .scroll-top { float: none; text-align: center; display: inline-block; margin-top: 35px; }
    
    .bg-title-page { width: 100%; }
    .bg-title-page-center { background: url("../style/img/bg-title-page-center.png") repeat-y scroll center top transparent; width: 100%;border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); }
    .bg-title-page-down { width: 100%; padding-right: 1px; overflow-x: hidden; }
    .bg-title-page-down img { width: 100.5%; }
    .title-page-content { width: auto; }
    
    .onehalf,
    #three-columns .one_cell,
    #four-columns .one_cell { width: 100%; margin-right: 0; }
    
    .quote-content span { width: 90%; }
    
    .blog-content { width: 100%; }
    .blog-categories { width: 100%; margin-bottom: 30px; }
    .contact-title-text { display: inline-block; }
    .blog-categories ul { width: 90%; margin: 0 0 0 15px; }
    .blog-categories ul li { width: auto; border-right: 1px solid #D7D7D7; border-bottom: none; padding: 0 15px 0 0; margin-right: 15px; }
    .blog-categories ul li span,
    .blog-categories ul li p { float: none; width: auto; display: block; }
    .blog-one-content.no-sidebar, .blog-one-content { width: 100%; }
    .no-sidebar .blog-one-title a, .blog-one-title a { width: 82%; }
    .blog-categories ul li a { float: none; display: block; }
    
    #sidebar { width: 100%; }
    .sidebar_widget_holder h3 { width: 100%; }
    .sidebar_widget_holder .textwidget p { width: 100%; }
    .sidebar_widget_holder .bg-widget-center span,
    .sidebar_widget_holder .twitter_ul p { margin-left: 0; width: 96%; }
    .sidebar_widget_holder #s { width: 82%; }
    .sidebar_widget_holder .newsletter { width: 89%; }
    .sidebar_widget_holder .newsletter .bg-newsletter-input { background: none repeat scroll 0 0 #FFFFFF; border-radius: 3px 3px 3px 3px; height: 42px; margin: 0; width: 100%;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .sidebar_widget_holder .newsletter .input-newsletter { margin-top: 7px; width: 81%; }
    .sidebar_widget_holder .newsletter .submit-newsletter { margin-top: 6px; }
    
    .bg-input { background: none; height: auto; margin-bottom: 10px; }
    .bg-input input { background: #fff; height: 22px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    .bg-input span { margin: 14px 0 0 25px; }
    .form-textarea { background: none; width: 100%; height: auto; }
    .form-textarea textarea { background: #fff; width: 95%; height: 180px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    
    .speakers-single-img, 
    .speakers-single-img img { width: 100%; height: auto; }
    
    .page-404-content { width: 84%; }
    
    .speakers-row { margin-left: -10px; width: 110%; padding: 0; left: -16px; }
    .speakers-content-one { margin: 0 0 30px 26px; width: 175px; }
    .speakers-img { height: auto; }
    
    
    .sponsors-row { margin: 0 0 0 -10px; }
    .sponsors-one { height: auto; margin: 0 0 20px 20px; width: 178px; }
    
    .bg-pricing-top-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-1 img { width: 100.3%; }
    .pricing-one-content { width: 86%; }
    .pricing-one-content .small-white-center { width: 90%!important; }
    .pricing-content-button .color-buttons { width: 100%; }
    .pricing-content-button .color-buttons a { float: left; width: 100%; }
    .list-content ul li { width: 89%; }
    
    .pricing-two { width: 100%; margin: 0 0 35px; }
    .bg-pricing-top-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-2.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-2.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-2 img { width: 100.6%; }
    .bg-pricing-down-2 { width: 100%; }
    .pricing-two-content { width: 85%; }
    .pricing-two-content .small-white-center { width: 89% !important; }
    .pricing-two-content .list-content li { width: 88%; }
    
    .pricing-three { margin: 0 0 30px; width: 100%; }
    .bg-pricing-top-3 { height: 29px; border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-3 img { width: 100.7%; }
    .bg-pricing-down-3 { width: 100%; height: auto; }
    .pricing-three-content { width: 88%; }
    .pricing-three-content .small-white-center { width: 90% !important; }
    .pricing-three-content .list-content li { width: 90%; }
    .pricing-three .bg-pricing-down-1 { display: block; }
    .pricing-three .bg-pricing-down-3 { display: none; }
    
    .pricing-four { margin-right: 0; margin-bottom: 35px; width: 100%; }
    .bg-pricing-top-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-4 img { width: 100.5%; }
    .bg-pricing-down-4 { width: 100%; }
    .pricing-four-content { width: 88%; }
    .pricing-four-content .small-black-center, 
    .pricing-four-content .small-white-center, 
    .pricing-four-content .small-red-center, 
    .pricing-four-content .small-gray-center { width: 90% !important; }
    .pricing-four .bg-pricing-down-4 { display: none; }
    .pricing-four .bg-pricing-down-1 { display: block; }
    .pricing-four-content .list-content li { width: 92%; }
        
    .bg-program-top { 
        background: url("../style/img/bg-program-top.png") no-repeat scroll center top transparent; width: 100%; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-program-center { background: url("../style/img/bg-program-center.png") repeat-y scroll center top transparent; width: 100%; border-left: 1px solid rgba(0,0,0,0.15); border-right: 1px solid rgba(0,0,0,0.15); margin-left: -1px; }
    .bg-program-down { width: 100%; margin-left: -1px; overflow: hidden; padding-right: 1px; }
    .bg-program-down img { width: 100.4%; }
    .program-one { width: 84%; }
    .program-bg .small-gray-center { width: 89%; }
    
    .contact-img, .map-contact { height: 280px; }
    
    .title-page-content { margin: 21px 30px 15px;; }
    
    .pricing-table-one.pricing-table-quarter,
    .pricing-table-one.third-width {width: 100%}
    
    .speakers-single { margin-bottom: 50px; }
   
    .no-sidebar .blog-one-title a, .blog-one-title a { width: 84%; }
    
    
    .slider-home { width: 100%; overflow-x: hidden; }

    .sticky { width: 100%!important; margin-bottom: 10px!important; }
    
    .one-third, .one-fourth {width: 100%!important;}
    
    .fullwidth-banner img {margin-right: 10px}
    
    .sidebar_widget_holder .facebook-widget iframe,
    .footer_widget_holder .facebook-widget iframe {width: 95%!important; height: 231px!important}
    
    .footer_widget_holder ul li a,
    .footer_widget_holder li a {width: 91%}
    
    .home-speaker-excerpt {height: 46px}
    
    .home-post-center-content span {width: 94%!important}
    
    .blog-one-video iframe,
    .blog-one-video.no-sidebar iframe {height: 220px}
    
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress,
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress.no-sidebar {width: 50%}
    
    .blog-player {width: 85%}
    
    
    .sidebar_widget_holder .textwidget {width: 100%}
    
    .comment-start.no-sidebar,
    .comment-start, .comments-single.no-sidebar .comment-start {width: 100%}
    
    .bg-comment-comments,
    .bg-form-coment {margin-left: 42%}
    
    .blog-one .form,
    .blog-one .form.no-sidebar {width: 100%}

    
    .blog-single-title,
    .blog-single-title.no-sidebar {width: 85%}

    .contact-captcha img {margin-left: 0}
    .form .tag-left {margin-left: -2px}
    .refresh-text {width: 47%; margin-bottom: 5px}
    
    .bg-form-contact {position: relative; left: 44%; margin-left: 0;}
    
    .blockquote div, blockquote p {width: 90%!important}
    
    .program-title {width: 93.5%}
    .newsletter-icon {bottom: 0; top: 10px}
    
    .counter-text.hours {padding-left: 5px}
    
    .single-speaker-right,
    .single-speaker-left {width:100%}
    
    .speakers-folow {margin-bottom: 20px}
    
    .jcarousel-item .sponsor-title {width:138px;}
    
    .jcarousel-item:hover .sponsor-title {bottom:-11px;}
    
    .jcarousel-skin-tango  .sponsor-title .sponsor-corner {
        width:auto !important;
        height:auto !important;
        position:absolute;
        top:-11px;
        left:0;
    }
    .speakers-row h3 {margin-left:10px;}    
    .sponsors-row .sponsor-title {width:124px;}
    
}



/* --------------------------------------------
 449
-------------------------------------------- */
@media screen and (max-width: 449px) {
    
    html { -webkit-text-size-adjust: none; } 
    #container { overflow-x: hidden; }
    .wrapper { width: 300px; }
    
    .nav { display: inline-block; text-align: center; }
    .button-menu { display: block; }
    .nav nav { padding-bottom: 35px; background: #E9E9E9; z-index: 9999; border-bottom: 1px solid #979797; display: none; } 
    .nav ul.sf-menu li { width: 100%; text-align: left; border-top: 1px solid rgba(0, 0, 0, .05); padding-top: 7px; margin-top: 7px; }
    .nav ul li a:link, 
    .nav ul li a:visited { padding: 0; text-shadow: none; border-left: none; font-size: 16px; color: #4d4d4d; text-align: left; }
    .nav nav ul li ul.sub-menu { display: block!important; position: relative; visibility: visible!important; top: 0!important; width: 100%!important; }
    .nav .sub-menu-bottom,
    .nav .sub-menu-top { display: none; }
    .nav .sf-menu li li { background: none; }
    .nav .sub-menu li a { padding: 0!important; margin: 3px 0 3px 5%!important; border: none!important; color: #4d4d4d!important; }
    .nav ul li a:hover { color: #FF6825!important; }
    
    .demo-2 .sl-slider h2 {font-size: 30px!important; line-height: 40px!important}
    .blockquote div, .blockquote p {font-size: 17px!important; line-height: 25px!important}
    
    .sf-menu .sub-menu li:last-child {border-bottom: none!important}
    .sf-menu .sub-menu li a {padding-bottom: 0!important; margin-top: 0!important; margin-bottom: 0!important; font-size: 14px!important}
    .sf-menu .sub-menu {margin-top: 1px!important; padding-top: 0}
    
    .sf-menu .sub-menu .sub-menu {left: 1.5em!important}
    .sf-menu .sub-menu .sub-menu li:first-child a {margin-top: 4px!important; font-size: 12px!important;}
    .sf-menu .sub-menu {overflow: hidden}
    
    .counter-holder .counter-text:first-child {position: relative; left: -15px;}

    .header { display: inline-block; text-align: center; }
    .header .logo { display: inline-block; text-align: center; float: none; width: auto; }
    .header .links-header { display: inline-block; text-align: center; float: none; margin: -12px 0 27px; }
    
    .home-ticket-box { width: 100%; margin: -5px 0 0 0; }
    .home-ticket-box-center { width: 100%; text-align: center; display: inline-block; }
    .home-ticket-box-left { width: 84%; margin: 0 0 30px 20px; text-align: left; }
    .home-ticket-box-right { float: none; text-align: center; display: inline-block; margin: 0 0 0 0; padding: 20px; }
    .ticket-button-center { padding: 17px 15px 0; font-size: 18px; height: 37px; }
    
    .bg-home-post-top span { width: auto; }
    .bg-home-post { width: 100%; margin-bottom: 30px; }
    .bg-home-post-top { 
        width: 100%; 
        background: url("../style/img/bg-home-post-top.png") no-repeat scroll center top transparent; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-home-post-center { 
        width: 100%; 
        margin: 0; 
        background: url("../style/img/bg-home-post-center.png") repeat-y scroll center top transparent;
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
    }
    .bg-home-post-down { margin: 0; }
    .bg-home-post-down img { width: 100.7%; margin-left: 0 }
    .bg-home-post-top span,
    .bg-program-top span,
    .bg-home-post-top span { margin: 15px 0 0 23px; font-size: 14px;  }
    .post-top-button-center { padding: 8px 0px 0; font-size: 10px; }
    .bg-home-post-top a { margin-right: 10px; }
    .home-post-one-img,
    .home-post-one-img img { height: auto; width: 100%;  margin: 0 0 20px; }
    
    .home-post-center-content { width: 90%; margin-left: 5%; }
    
    .home-post-one-text { width: 100%; }
    
    .home-post-center-content span { width: 87%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; border: 1px solid #777777; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
    
    .home-post-one { height: auto; }
    .home-post-one-text span { width: 100%; padding: 2px 0 0; border: none; }
    
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; }
    .horizontal-slider { margin: 20px 0 50px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-container-horizontal { width: 159px; }
    .horizontal-slider ul.jcarousel-list-horizontal { height: 129px; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item-horizontal { margin: 4px 15px 4px 9px; height: 102px; width: 145px; background: none;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .horizontal-slider .jcarousel-item a { width: 100%; height: 100%; margin: 0; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-item img { width: 100%; height: 100%; margin: 0;  -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;  }
    .horizontal-slider h3 { margin: 12px 0 0 0; width: auto; }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-prev-horizontal { left: -118px; top: 68px }
    .horizontal-slider .jcarousel-skin-tango .jcarousel-next-horizontal { left: -70px; top: 68px; }
    
    .footer .wrapper { padding-top: 40px; }
    .footer .footer-copy  .wrapper { padding-top: 0; }
    .footer-others { margin: 0 0 0 0; width: 100%; }
    .footer_widget_holder .box-twitter-center span,
    .footer_widget_holder .twitter_ul span.twitter-links { width: 91%!important; }
    .footer_widget_holder .newsletter { width: 85%; }
    .footer_widget_holder .newsletter .bg-newsletter-input { width: 100%; height: 42px; margin: 0; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
    .footer_widget_holder .newsletter .input-newsletter { width:73%; margin: 6px 0 0 10px; }
    .footer_widget_holder .newsletter .submit-newsletter { margin: 6px 10px 0 0; }
    .footer_widget_holder #searchform { margin: 0 0 0 -6px; width: 101%; height: 42px; }
    .footer_widget_holder #s { width: 73%; }
    
    .footer-copy { display: inline-block; text-align: center; }
    .footer-copy-content { width: 100%; display: inline-block; text-align: center; }
    .footer-copy-content a {display: inline-block; text-align: center; float: none; }
    .footer-copy-content span {display: inline-block; text-align: center; float: none; }
    
    .footer-copy .scroll-top { float: none; text-align: center; display: inline-block; margin-top: 35px; }
    
    .bg-title-page { width: 100%; }
    .bg-title-page-center { background: url("../style/img/bg-title-page-center.png") repeat-y scroll center top transparent; width: 100%;border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); }
    .bg-title-page-down { width: 100%; padding-right: 0; overflow-x: hidden; margin-left: 1px; }
    .bg-title-page-down img { width: 100.5%; }
    .title-page-content { width: auto; }
    
    .onehalf,
    #three-columns .one_cell,
    #four-columns .one_cell { width: 100%; margin-right: 0; }
    
    .quote-content span { width: 87%; }
    
    .blog-content { width: 100%; }
    .blog-categories { width: 100%; margin-bottom: 30px; }
    .contact-title-text { display: inline-block; }
    .blog-categories ul { width: 90%; margin: 0 0 0 15px; }
    .blog-categories ul li { width: auto; border-right: 1px solid #D7D7D7; border-bottom: none; padding: 0 10px 0 0; margin-right: 10px; }
    .blog-categories ul li span,
    .blog-categories ul li p { float: none; width: auto; display: block; }
    .blog-one-content.no-sidebar, .blog-one-content { width: 100%; }
    .no-sidebar .blog-one-title a, .blog-one-title a { width: 82%; }
    .blog-categories ul li a { float: none; display: block; }
    
    #sidebar { width: 100%; }
    .sidebar_widget_holder h3 { width: 100%; }
    .sidebar_widget_holder .textwidget p { width: 100%; }
    .sidebar_widget_holder .bg-widget-center span,
    .sidebar_widget_holder .twitter_ul p { margin-left: 0; width: 91%; }
    .sidebar_widget_holder #s { width: 82%; }
    .sidebar_widget_holder .newsletter { width: 95%; }
    .sidebar_widget_holder .newsletter .bg-newsletter-input { background: none repeat scroll 0 0 #FFFFFF; border-radius: 3px 3px 3px 3px; height: 42px; margin: 0; width: 100%;  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .sidebar_widget_holder .newsletter .input-newsletter { margin-top: 7px; width: 75%; }
    .sidebar_widget_holder .newsletter .submit-newsletter { margin-top: 6px; }
    
    .bg-input { background: none; height: auto; margin-bottom: 10px; }
    .bg-input input { width: 60%; background: #fff; height: 22px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    .bg-input span { margin: 14px 0 0 25px; }
    .form-textarea { background: none; width: 100%; height: auto; }
    .form-textarea textarea { background: #fff; width: 95%; height: 180px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin: 0; }
    
    .speakers-single-img, 
    .speakers-single-img img { width: 100%; height: auto; }
    
    .page-404-content { width: 78%; }
    
    .speakers-row { margin-left: 0; width: 100%; padding: 0; left: 0}
    .speakers-content-one { margin: 0 0 30px 0; width: 100%; }
    .speakers-img { height: auto; }
    
    
    .sponsors-row { margin: 0 0 0 0; width: 100%; }
    .sponsors-one { height: auto; margin: 0 0 20px; width: 100%; }
    
    .bg-pricing-top-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-1 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-1 img { width: 100.3%; }
    .pricing-one-content { width: 80%; }
    .pricing-one-content .small-white-center { width: 85%!important; }
    .pricing-content-button .color-buttons { width: 100%; }
    .pricing-content-button .color-buttons a { float: left; width: 100%; }
    .list-content ul li { width: 85%; }
    
    .pricing-two { width: 100%; margin: 0 0 35px; }
    .bg-pricing-top-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-2.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-2 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-2.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-2 img { width: 100.6%; }
    .bg-pricing-down-2 { width: 100%; }
    .pricing-two-content { width: 80%; }
    .pricing-two-content .small-white-center { width: 82% !important; }
    .pricing-two-content .list-content li { width: 85%; }
    
    .pricing-three { margin: 0 0 30px; width: 100%; }
    .bg-pricing-top-3 { height: 29px; border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-3 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-3 img { width: 100.7%; }
    .bg-pricing-down-3 { width: 100%; height: auto; }
    .pricing-three-content { width: 84%; }
    .pricing-three-content .small-white-center { width: 83% !important; }
    .pricing-three-content .list-content li { width: 86%; }
    .pricing-three .bg-pricing-down-1 { display: block; }
    .pricing-three .bg-pricing-down-3 { display: none; }
    
    .pricing-four { margin-right: 0; margin-bottom: 35px; width: 100%; }
    .bg-pricing-top-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-top-1.png") no-repeat scroll center center transparent; }
    .bg-pricing-center-4 { border-right: 1px solid rgba(0,0,0,0.15); border-left: 1px solid rgba(0,0,0,0.15); width: 100%; background: url("../style/img/bg-pricin-center-1.png") repeat-y scroll center center transparent; }
    .bg-pricing-down-4 img { width: 100.5%; }
    .bg-pricing-down-4 { width: 100%; }
    .pricing-four-content { width: 84%; }
    .pricing-four-content .small-black-center, 
    .pricing-four-content .small-white-center, 
    .pricing-four-content .small-red-center, 
    .pricing-four-content .small-gray-center { width: 85% !important; }
    .pricing-four .bg-pricing-down-4 { display: none; }
    .pricing-four .bg-pricing-down-1 { display: block; }
    .pricing-four-content .list-content li { width: 85%; }
        
    .bg-program-top { 
        background: url("../style/img/bg-program-top.png") no-repeat scroll center top transparent; width: 100%; 
        border-right: 1px solid rgba(0,0,0,0.15);
        border-left: 1px solid rgba(0,0,0,0.15);
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -khtml-border-radius:5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .bg-program-center { background: url("../style/img/bg-program-center.png") repeat-y scroll center top transparent; width: 100%; border-left: 1px solid rgba(0,0,0,0.15); border-right: 1px solid rgba(0,0,0,0.15); margin-left: -1px; }
    .bg-program-down { width: 100%; margin-left: -1px; overflow: hidden; padding-right: 1px; }
    .bg-program-down img { width: 100.4%; }
    .program-one { width: 80%; }
    .program-bg .small-gray-center { 
        background: none repeat scroll 0 0 #8F8F8F;
        border: 1px solid #777777;
        border-radius: 5px 5px 5px 5px;
        height: auto;
        padding: 10px 15px;
        width: 87%;
    }
    .program-bg .small-gray-left,    
    .program-bg .small-gray-right { display: none; }
    
    .contact-img, .map-contact { height: 180px; }
    
    .title-page-content span { margin: 2px 0 18px; display: block; }
    .title-page-content h1 { width: 100%; font-size: 33px; line-height: 38px; }
    
    
    .one-half, .one-third, .one-fourth {width: 100%!important;}
    
    .speakers-single { margin-bottom: 50px; }
   
    .no-sidebar .blog-one-title a, .blog-one-title a { width: 78%; }
    
    
    .slider-home { width: 100%; overflow-x: hidden; }
    
    .title-page-content { margin: 21px 30px 15px;; }

    .sticky { width: 100%!important; margin-bottom: 10px!important; }
    
    .home-ticket-box-right {padding: 13px}
    
    .pricing-table-one.half-width,
    .pricing-table-one.pricing-table-quarter,
    .pricing-table-one.third-width {width: 100%}
    
    .sidebar_widget_holder .facebook-widget iframe,
    .footer_widget_holder .facebook-widget iframe {width: 250px!important; height: 283px!important}
    
    
    .home-post-center-content span {width: 92%!important}
    
    .blog-one-video iframe,
    .blog-one-video.no-sidebar iframe {height: 178px}
    
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress.no-sidebar,
    .blog-player-content div.jp-audio div.jp-type-single div.jp-progress {width: 40%}
    
    .blog-player {width: 82%}
    
    .blog-player-content div.jp-audio div.jp-type-single a.jp-mute, .blog-player-content div.jp-audio div.jp-type-single a.jp-unmute {right: 19.5%}
    
    
    .sidebar_widget_holder .textwidget {width: 100%}
    
    .comment-start.no-sidebar,
    .comment-start, .comments-single.no-sidebar .comment-start {width: 100%}
    
    .bg-comment-comments,
    .bg-form-coment {margin-left: 42%}
    
    .blog-one .form, .blog-one .form.no-sidebar {width: 100%}
    
    .blog-single-title,
    .blog-single-title.no-sidebar {width: 85%}
    
    .contact-captcha img {margin-left: 0}
    .form .tag-left {margin-left: -2px}
    .refresh-text {width: 60%; margin-bottom: 5px}
    
    .bg-form-contact {position: relative; left: 44%; margin-left: 0;}
    
    .blockquote div, blockquote p {width: 87%!important}
    
    .program-title {width: 91%}
    
    .newsletter-icon {bottom: 0; top: 10px}
    .home-post-one-img a {height: 92%}
    
    .counter-text.hours {padding-left: 5px}
    
    .single-speaker-right,
    .single-speaker-left {width:100%}
    
    .speakers-folow {margin-bottom: 20px}
    
    .blog-categories ul li span {font-size: 13px}
    
    .call-to-action-shortcode .home-call-action-text {width: 100%!important}
    .home-call-action .color-buttons {bottom: -7px!important;; position: relative!important; margin-top: 12px!important; right: 30%!important}

    .jcarousel-item .sponsor-title {width:86px;}
    
    .jcarousel-item:hover .sponsor-title {bottom:-11px;}
    
    .jcarousel-skin-tango  .sponsor-title .sponsor-corner {
        width:auto !important;
        height:auto !important;
        position:absolute;
        top:-11px;
        left:0;
    }
    
    .sponsors-row .sponsor-title {width:241px;}
    
} /*---responsive end---*/


/*REVOLUTION SLIDER*/
.tp-bullets.simplebullets.round .bullet {margin-top: 0; width: 26px}

.tp-bullets {bottom: 20px!important}

.tp-bannertimer {z-index: 20;}

/*More info*/

.more-info-button {
    color: #fff;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    padding: 9px 17px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background-color: rgba(0, 0, 0, 0.21);
    border-radius: 4px;
}

.more-info-button:hover {color:#ff6825}


.home-post-center-content span {
    float: left;
    color: #3a3a3a;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: bold;
    padding: 9px 10px 8px 10px;
    text-shadow: 0 1px 0 #939393;
    width: 96%;
    border: 1px solid rgba(0, 0, 0, 0.46);
    border-radius: 4px;
    margin-top: 10px;
    background: -moz-linear-gradient(top,  rgba(147,147,147,0.8) 0%, rgba(131,131,131,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,147,147,0.8)), color-stop(100%,rgba(131,131,131,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(147,147,147,0.8) 0%,rgba(131,131,131,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(147,147,147,0.8) 0%,rgba(131,131,131,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(147,147,147,0.8) 0%,rgba(131,131,131,0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(147,147,147,0.8) 0%,rgba(131,131,131,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc939393', endColorstr='#e6838383',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.45);
    box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.45);
}

.home-post-center-content .shortcodes:last-child {margin-bottom: 0;}

.home-speaker-excerpt {
    float: left;
    width: 100%;
    height: 66px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 22px;
    padding: 2px 0 0 0!important;
    margin: 0!important;
    background: none!important;
    font-weight: normal;
}

.home-post-one-text.only-speakers {
    width: 78%
}

.halfwidth-banner {margin: 2px 2px}
.fullwidth-banner {margin: 2px 0}
.footer .fullwidth {margin-bottom: 20px; float: left}

.slider-content {
    width: 100%;
    position: relative;
}
.slider-text-holder {display: table}
.slider-text-wrapper {display:table-cell; vertical-align: middle;}