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


/*----------////GLOBAL\\\\-------------*/
*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.shortcodes *, .shortcodes *:before, .shortcodes *:after, .search-submit-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #F0F0F0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
 }

.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: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 15px;

}
h2{
    color: #313438;
    font-size: 36px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}
h3{
    color: #313438;
    font-size: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
h4{
    color: #313438;
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
h5{
    color: #313438;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
h6{
    color: #313438;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}


/* ICOMOON */
@font-face {
    font-family: 'icomoon';
    src:url('../style/fonts/icomoon.eot?yyvoca');
    src:url('../style/fonts/icomoon.eot?yyvoca#iefix') format('embedded-opentype'),
        url('../style/fonts/icomoon.ttf?yyvoca') format('truetype'),
        url('../style/fonts/icomoon.woff?yyvoca') format('woff'),
        url('../style/fonts/icomoon.svg?yyvoca#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e900";
}
.icon-google:before {
    content: "\e901";
}
.icon-rss:before {
    content: "\e902";
}
.icon-top:before {
    content: "\e903";
}
.icon-twitter:before {
    content: "\e904";
}



/*----------//// HEADER \\\\-------------*/

.header { width: 100%; background-color: #373b41; }


/*--- 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:19px;
    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: #fff;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 1px 30px 1px 0px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.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: right;
    width: 73%;
    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;
    color: #737478;
    width: 20px;
    height: 20px;
    margin: 15px 5px 0 0;
    font-size: 16px;
}

.links-header ul li a:hover {
    color: #fff;
}

.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%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

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


.home-ticket-box{
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.home-ticket-box-center{
    width: 982px;
    padding: 70px 0 70px;
    margin: 0 auto 70px auto;
}

.home-ticket-box-left { width: 55%; }

.home-ticket-box-center .call-to-action-title {
    float: left;
    width: 100%;
    color: #313438;
    font-size: 38px;
    line-height: 42px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    margin-bottom: 10px
}

.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 Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.home-ticket-box-center p{
    float: left;
    width: 100%;
    color: #5d5d5d;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 21px;
    font-weight: normal;
}

.home-ticket-box-right a {
    background-color: #373B41;
    float: left;
    padding: 20px 60px;
    border-radius: 2px;
    width: 100%;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    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!important;
}

.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}

.shortcodes p a.tk-btn {
    color: #fff;
}

.shortcodes p a.tksc-btn-primary {
    color: #000;
}


/* CALL TO ACTION COUNTER */

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

.counter-text{
    text-align: center;
    font-family: Georgia;
    color: #797979;
    font-size: 11px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-style: italic;
    font-weight: normal;
    background-color: #F0F0F0;
    border-radius: 2px 2px 0 0;
    padding: 6px 0;
}

.counter-text.days {
    width: 100px;
    margin-right: 4px;
}

.counter-text.hours {
    width: 79px;
    margin-right: 4px;
}

.counter-text.minutes {
    width: 78px;
    margin-right: 0 !important;
}

.counter-bg{
    text-align: center;
    height: auto;
    width: 100%;
    margin: 0px 0 15px;
}

.jcounter{
    font-family: Helvetica;
    font-size: 40px;
    color: #ABABAB!important;
    font-weight: 200;
    text-align: left;
}

.jcounter div {
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #F0F0F0;
    padding: 10px 18px 10px 14px;
    border-radius: 0 0 2px 2px;
}

.minutes-left{
    margin-right: 0 !important;
}

.days-left {
    padding: 10px 16px !important;
}

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

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

.home-box-text p{
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 21px;
}




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

.bg-home-post-top{
    width: 100%;
    height: 60px;
    background-color: #373b41;
    border-radius: 2px 2px 0 0;
}

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

.bg-home-post-center{
    width: 100%;
    background: #fff;
    padding-bottom: 25px;
    -moz-box-shadow: 0 1px 2px rgba(0,1,1,.12);
    -webkit-box-shadow: 0 1px 2px rgba(0,1,1,.12);
    box-shadow: 0 1px 2px rgba(0,1,1,.12);
    border-radius: 0 0 2px 2px;
}

.bg-home-post-top span,
.bg-program-top span{
    float: left;
    margin: 19px 0 0 30px;
    color: #fff;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.home-post-center-content span.program-title {
    margin-top: 0;
    float: none;
    font-weight: 600;
    display: block;
    padding: 0;
}

.bg-home-post-top a,
.bg-program-top a { float: right; width: auto; margin: 14px 20px 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: auto;
    padding: 30px 30px 0;
}

.home-single-program.hp-program h5,
.home-post-center-content.hp-program h5 {
    float: left;
    width: 100%;
    color: #ff6825;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: default;
}

.home-single-program.hp-program h5 {
    margin: 15px 0 2px;
}

.home-single-program.hp-program h5 a,
.home-post-center-content.hp-program h5 a {
    color: #ff6825;
}

.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 Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
    margin: 14px 0 10px 0 !important;
}

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

.home-post-one-img {
    width: 130px;
    height: 112px;
    position: relative;
}

.home-post-one-img a {
    width: 100%;
    height: 100%;
     -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    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: 20%;
    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: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.home-post-one-text { width: 61%; }

.home-post-one-text a {
    float: left;
    width: auto;
    height: 22px;
    overflow: hidden;
    color: #3D3D3D;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    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-button a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

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

.home-post-one-text p {
    float: left;
    width: 100%;
    height: 22px;
    overflow: hidden;
    color: #888888;
    font-size: 11px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 24px;
    margin: 0 !important;
    padding: 0;
}

.home-post-one-text > p {
    font-style: italic;
}

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


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

.horizontal-slider h3{
    float: left;
    width: 140px;
    color: #BFBFBF;
    font-size: 34px;
    margin: 25px 0 0 0px;
    font-weight: 600;
}

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





/*----------//// FOOTER \\\\-------------*/
.footer { width: 100%; background-color: #fff; margin-top: 30px;}

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

.footer-copy{
    width: 100%;
    background: #32363C;
    padding: 30px 0;
    margin-top: 0px;
}

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

.footer-copy-content a,
.footer-copy-content img{
    float: left;
    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: 20px 0 0 25px;
}

.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: 60px 40px 0 0;
    width: 300px;
}

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

/*Back to top*/
.footer #back-top a {
    margin: 14px 7px 0 0;
    color: #A5A5A5;
}

.footer #back-top a:hover {
    color: #000;
}

.footer .scroll-top {
    width: 110px;
}



/*----------//// 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: #313438;
    font-size: 16px;
    margin-bottom: 20px;
}

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


/*--- TEXT-WIDGET ---*/
.footer_widget_holder .textwidget{
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
    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 #EFEFEF;
    margin-top: 15px;
    color: #999999;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer_widget_holder li a{
    float: left;
    color: #666666;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 21px;
    margin: -6px 0 4px;
    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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    margin-bottom: -15px;
    display: inline-block;
    line-height: 20px;
}

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

.footer_widget_holder .recentcomments a{
    width: auto;
    float: none;
    color: #999;
    margin: 0 0 0 5px;
    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: #313438;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.footer_widget_holder #calendar_wrap th, td {}

.footer_widget_holder tbody{
    color: #666;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.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: #313438;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.footer_widget_holder #wp-calendar caption{
    width: 100%;
    color: #F16426;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: left;
}

.footer_widget_holder tfoot a{
    float: left;
    color: #F16426;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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: 100%;
    height: 45px;
    background: #F0F0F0;
    border-radius: 2px;
}

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

.footer_widget_holder input.search-input{
    float: left;
    width: 78%;
    color: #666;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: transparent;
    border: none;
    padding: 15px 0 0 15px;
}

.footer_widget_holder input.search-submit-button{
    height: 45px;
    background: #F0F0F0;
    color: #999;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    padding: 0px 0px 0 0px;
    border: none;
    text-align: left;
    cursor: pointer;
    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 Neue", Helvetica, Arial, sans-serif;
    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}

.bg-newsletter-input input[type=submit] {
    background: none;
    border: none;
    float: right;
    cursor: pointer;
    background-color: #f1f1f1;
}

.sidebar_widget_holder input[type=submit] {
    background-color: transparent;
    margin-top: -20px;
}

.footer_widget_holder .newsletter{
    width: 100%;
     -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 Neue", Helvetica, Arial, sans-serif;
    line-height: 21px;
    margin-bottom: 15px;
}

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

.footer_widget_holder .newsletter .bg-newsletter-input {
    float: left;
    width: 100%;
    height: 52px;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

.footer_widget_holder .newsletter .input-newsletter{
    float: left;
    width: 70%;
    padding: 15px 0px 15px 20px;
    color: #999;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    background-color: #f0f0f0;
}

.newsletter .search-submit-button {
    padding: 0 17px !important;
}

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

/*----------//// ABOUT \\\\-------------*/
.bg-title-page {
    width: 100%;
    background: #FFFFFF;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.bg-title-page-center {
    width: 983px;
    margin: 0 auto;
}
.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: 980px;
    margin: 0 auto;
    height: 40px;
}

.title-page-content h1{
    width: 100%;
    float: left;
    display: inline-block;
    font-weight: bold;
    color: #373B41;
    font-size: 30px;
    margin-bottom: 0;
}

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


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

.blog-holder { 
    width: 100%; margin: 60px 0 35px 0;
    border: 10px solid white; background-color: white; padding: 5px; margin: 5px;
}


/*--- 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%;}

/*--- 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 Neue", Helvetica, Arial, sans-serif;
    line-height: 30px;
    font-weight: bold;
}


/*--- 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 Neue", Helvetica, Arial, sans-serif;
    line-height: 21px;
}

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







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

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

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

.blog-categories {
    width: 140px;
    background:url(../style/img/bg-blog-categories.png) repeat top left;
    padding: 15px 0 15px;
     -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}

.single .blog-one-content {
    width: 700px;
}

.blog-one-content {
    width: 530px;
    margin-bottom: 50px;
}


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

.single .blog-one-title ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}

.single .blog-one-title ul li a{
    display: inline-block;
    font-size: 12px;
    float: none;
    line-height: inherit;
    width: auto;
    color: #999999;
}

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

.blog-categories ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.blog-categories ul li span {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.blog-one-title ul li span.posted-text {
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
}

.blog-one-title ul li span.meta-text a {
    font-weight: normal;
}

.blog-categories ul li p {
    float: left;
    width: 100%;
    color: #7a7a7a;
    font-size: 11px;
    font-family: 'Georgia';
    line-height: 16px;
    font-style: italic;
}

.meta-text a, .meta-text {
    color: #7a7a7a;
    font-size: 11px;
    font-family: 'Georgia' !important;
    line-height: 16px;
    font-style: italic;
    margin: -3px 0 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.posted-text {
    font-weight: bold;
}

.blog-categories ul li a {
    width: 100%;
    color: #7a7a7a;
    font-size: 11px;
    font-family: 'Georgia';
    line-height: 16px;
    font-style: italic;
    margin: -3px 0 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

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

.blog-one-title {
    width: 100%;
    margin-bottom: 24px;
    float: right;
    color: #313438;
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    overflow: hidden;
}

.blog-one-title a {
    float: right;
    width: 100%;
    color: #313438;
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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: 100%;
    float: right
}

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

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

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



.blog-one-text {
    width: 100%;
    width: 100%;
    color: #666666;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
    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: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
}

.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%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.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: 230px;}

.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 Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
}


.menu-sidebar-container ul li:last-child {
    border-bottom: none;
}

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


/*----------//// 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 Neue", Helvetica, Arial, sans-serif;
    line-height: 21px;
}

.sidebar_widget_holder .textwidget p{
    float: left;
    width: 217px;
    color: #666666;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height:21px;
}

.sidebar_widget_holder ul li a{
    float: left;
    color: #666666;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    width: 100%;
}

.tp_recent_tweets ul li a {
    color: #ff6825;
}


.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: 100%;
    height: 45px;
    background: #fff;
    border-radius: 2px;
}

.sidebar_widget_holder #s input.search-input{
    float: left;
    width: 70%;
    height: auto;
    color: #666;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: transparent;
    border: none;
    padding: 15px 0px 0 15px;
}

.sidebar_widget_holder #s input.search-submit-button{
    float: right;
    height: 45px;
    background: #fff;
    color: #666;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    padding: 0 17px 0 0px;
    margin-top: 0px;
    border: none;
    text-align: left;
    cursor: pointer;
    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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.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 Neue", Helvetica, Arial, sans-serif;
    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-center{
    background: #373B41;
    color: #ffffff;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 8px 12px;
    margin: 2px;
    border-radius: 2px;
    -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  .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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0 0 10px 8px;
    text-align: left;
}

.sidebar_widget_holder tfoot a{
    color: #303337;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.blog-player {
    width: 90%;
    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: #EAEAEA;
}

.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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.post-quote span {
    float: left;
    width: 100%;
    color: #5a5a5a;
    font-size: 1.375em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5454em;
    padding: 40px 0px 40px 25px;
    background: #FFF url("../style/img/post-quote.png") no-repeat -50px 8px;
    box-sizing: border-box;
}

.post-quote .quote-author-holder{
    background: #EAEAEA;
    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;
}

.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: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.post-link-top {
    width: 92%;
    padding: 40px 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 Neue", Helvetica, Arial, sans-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: #EAEAEA;
}

.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;
    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 Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    overflow: hidden;
}


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

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

.children .comment-start-one.left:last-child{
    border-bottom: none;
}

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

.comment-images img{
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

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

.comment-start-title span{
    float: left;
    width: 100%;
    color: #303337;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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 20px 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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
}

.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: 100%; }

.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;
    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;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: none;
    width: 50%;
    margin: 11px 0 0 0;
    padding: 14px;
    border-radius: 2px;
}
.form-textarea{
    float: left;
    width: 100%;;
    height: 192px;
    margin-bottom: 15px;
}

.form-textarea textarea{
    float: left;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: none;
    width: 95%;
    height: 160px;
    margin: 16px 0 0 0;
    padding: 15px 15px;
}

.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;
    background:#373B41;
    color: #ffffff;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 10px 24px;
    cursor: pointer;
    border: none;
    margin-top: 10px;
    border-radius: 2px;
    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;
    -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;
    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: 20px 0 0;
    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: 100%;
    height: 60px;
    background: #373B41;
    border-radius: 2px 2px 0 0;
}

.bg-program-center{
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0,1,1,.12);
    -webkit-box-shadow: 0 1px 2px rgba(0,1,1,.12);
    box-shadow: 0 1px 2px rgba(0,1,1,.12);
    border-radius: 0 0 2px 2px;
    padding: 15px 0;
    margin-bottom: 30px;
}

.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: 100%;
    padding: 20px 30px 0;
}

.program-bg {
    width: 100%;
    background-color: #E6E6E6;
    padding-bottom: 7px;
}

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

.program-one p {
    color: #666;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    padding: 14px 0 14px;
}

.program-cat{
    color: #FFF;
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 30px;
    font-weight: bold;
    padding: 14px 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: 220px;
    margin: 10px 25px 30px 0;
}

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

.speakers-img img{
    float: left;
    width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.speakers-img a {
    width: 100%;
    height: 100%;
     -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    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: #373B41;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

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

.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;
    margin: 2px 0 5px 0;
}

.speakers-text p{
    float: left;
    width: 100%;
    overflow: hidden;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

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

.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 Neue", Helvetica, Arial, sans-serif;
    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%;
    margin-top: 25px;
	position: relative;
}

.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: #373B41;
    margin-bottom: 5px;
}

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


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

.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;
    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: 600;
    font-size: 20px;
}

.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;
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.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;
}

.jcarousel-skin-tango .jcarousel-item img:hover {
    opacity: 0.6;
}

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

.sponsor-title {
    float:left;
    position:absolute;
    width:auto;
    max-width: 180px;
    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 {
    max-width: 180px;
    width: auto;
  }

.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;
}

.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 Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 8px 13px;
    border-radius: 2px;
    background: #373B41;
}

.pagination span {
    color: #ff6825;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 8px 14px;
    border-radius: 2px;
    background: #373B41;
}

.pagination a:hover{
    color: #ff6825;
    background: #373B41;
    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 Neue", Helvetica, Arial, sans-serif;
    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 {
    background: #373B41;
    color: #ffffff;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 8px 12px;
    margin: 2px;
    border-radius: 2px;
    -webkit-transition: color 120ms linear;
    -moz-transition: color 120ms linear;
    transition: color 120ms linear;
}

.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 Neue", Helvetica, Arial, sans-serif;
    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 Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 7px 12px;
    border-radius: 2px;
    background-color: #373B41;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    margin-bottom: 5px;
}

.speakers-filter a:hover{
    color: #ff6825;
    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: 10px 0 3px 10px}
.bg-program .bg-program-center span.program-title {padding-top: 10px; padding-bottom: 5px; display: block;}

span.program-title {
    font-weight: 600;
}

.program-title {
    color: #3a3a3a;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 5px 10px 4px 10px;
    width: 100%;
    border-radius: 2px;
}

.program-title a {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 22px;
}

.program-title a:hover {
    color: #ff6825;
}

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

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

.sl-slide-inner {
    background-size: cover !important;
}

.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: 93%; }
    .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-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%;
        padding: 30px 22px 0;
        margin-left: 0;
    }

    .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; }
    .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: 275px; }
    .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: 66%; }
    .footer_widget_holder .newsletter .submit-newsletter { margin: 6px 10px 0 0; }
    .footer_widget_holder #searchform { width: 100%; height: 42px; }
    .footer_widget_holder #s { width: 100%; }

    .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-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: 100%; }

    .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;
  }

}

@media screen and (max-width: 949px) {
    .pagination {
        margin-bottom: 100px;
    }

    .blog-categories ul li span {
        font-size: 10px;
    }

    .bg-newsletter-input .search-submit-button {
        background: none;
        border: none;
        padding: 14px 0 !important;
    }

    .contact-captcha img {
        margin-bottom: 10px;
    }
}


/* --------------------------------------------
 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: 90%; }
    .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-down { margin: 0; }
    .bg-home-post-down img { width: 100.6%; }

    .footer_widget_holder .sub-menu {margin-left: 3%}

    .home-post-center-content { width: 85%; }

    .home-post-one-text { width: 42%; }

    .pagination {margin-bottom: 60px}


    .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; }
    .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: 100%; }
    .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:88%; }
    .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: 100%; }

    #searchform .search-submit-button {
        float: right;
        margin-right: 20px;
    }

    .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-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; margin-left: 5%; }
    .home-ticket-box-right { float: none; text-align: center; display: inline-block; margin: 0; }

    .counter-holder .counter-text:first-child {position: relative;}

    .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%; }

    .counter-text.days {
        margin-right: 0;
    }

    .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: 79%; }

    .home-post-one-text { width: 49%; }

    .home-post-center-content span { width: 91%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; -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; }
    .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:77%; }
    .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-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: 100%; }


    .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; }

    .counter-text.days {
        margin-right: 0;
    }

    .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}


    .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; margin-left: 7%; }
    .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-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%; }

    .home-post-one-text { width: 64%; }

    .home-post-center-content span { width: 94%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; -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; }
    .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:77%; }
    .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-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: 100%; }

    .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;}

    .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; margin-left: 11%; }
    .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-

    .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: 88%; }

    .counter-text.days {
        margin-right: 0;
    }

    .home-post-one-text { width: 52%; }

    .home-post-center-content span { width: 92%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; -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; }
    .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:70%; }
    .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: 100%; }

    #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-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: 100%; }

    .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;}

    .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; margin-left: 11%; }
    .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-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: 85%; }

    .home-post-one-text { width: 52%; }

    .links-header ul {
        margin: 0 auto;
        float: none;
    }

    .counter-text.days {
        margin-right: 0;
    }

    .home-post-center-content span { width: 89%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; -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; }
    .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:63%; }
    .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: 100%; }
    .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-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: 100%; }


    .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; }

    .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; }

    .links-header ul {
        margin: 0 auto;
        float: none;
    }

    .counter-text.days {
        margin-right: 0;
    }

    .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: 84%; }

    .home-post-one-text { width: 100%; }

    .home-post-center-content span { width: 87%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; -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;  }
    .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:64%; }
    .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: 84%; }
    .footer_widget_holder input.search-input { width: 78%; }

    .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: 100%; }
    .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-down { width: 100%; margin-left: -1px; overflow: hidden; padding-right: 1px; }
    .bg-program-down img { width: 100.4%; }
    .program-one { width: 100%; }
    .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; }

    .bg-program-top {
        height: auto;
        padding-bottom: 15px;
    }

    .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: 100%; }


    .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}


    .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: 2px;
}

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


.home-post-center-content span {
    float: left;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 96%;
    border-radius: 2px;
    margin-top: 20px;
    background-color: #E6E6E6;
    padding: 10px 0px 10px 15px;
}

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

.home-speaker-excerpt,
.home-speaker-excerpt p {
    float: left;
    width: 100%;
    height: 66px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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;}

a img.alignnone {
    width: 100%;
}