@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@font-face {
    font-family: 'Oswald_Bold';
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.svg#kelson_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}	
input[type='text'],input[type='submit'],input[type='email'],input[type='password'],input[type='tel'],textarea{
    -webkit-appearance: none;
    -moz-appearance: none; /* mobile firefox too! */
}
input[type='submit'], button, select{cursor: pointer; -webkit-appearance: none;}
body{
    font-family: Open Sans;
    font-size:15px;
    color: #444;
}
.clr{
    clear: both;
}
.h1, .h2, .h3, h1, h2, h3{
    margin-top: 0;
}
body p{
    line-height: 1.6;
}
a:hover{
    text-decoration: none;
}
.container{
    padding-right: 0;
    padding-left: 0;
}
#header{
    background: url(../images/bg-header.png) top center no-repeat;
    background-size:cover;
    background-position:top center;
    position: relative;
    z-index: 10;
    height: 650px;
}
#header .line{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top:91px;
}
.logo{
    padding-top: 15px;
}
.logo img{
    max-width: 100%;
    width: auto;
}
.form-logout{padding-top: 10px;}
.form-login{
    text-align: right;
    margin-top: 15px;
}
.form-login .checkbox input[type="checkbox"]{
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.form-login .checkbox, .form-login label{
    display: block;
    text-align: left;
}
.form-login input[type='email'], .form-login input[type='password']{
    background: none;
    border: 1px solid #fff;
    height: 37px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: bold;
    width: 200px;
}
.form-login ::-webkit-input-placeholder { color:#fff; font-family: Open Sans; font-size: 15px; font-weight: bold;}
.form-login ::-moz-placeholder { color:#fff; font-family: Open Sans; font-size: 15px; font-weight: bold;} 
.form-login :-ms-input-placeholder { color:#fff; font-family: Open Sans; font-size: 15px; font-weight: bold;} 
.form-login input:-moz-placeholder { color:#fff; font-family: Open Sans; font-size: 15px; font-weight: bold;}
.form-login label, .form-login label a{
    font-size: 13px;
    color: #bbb;
    font-weight: normal;
}
.btn-login{
    background: #ffd701;
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    border:1px solid #ccc;
    font-weight: bold;
    height: 37px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    margin-left: 8px;
}
.btn-login:hover{
    background-color: #b69305;
    color: #fff;
}
.form-login .form-group{
    vertical-align: top;
}
.form-group{
    margin-bottom: 7px;
}
.main-menu{
    background: none;
    border: none;
}
.main-menu .navbar-collapse.collapse{
    float: right;
    padding-right: 0;
}
.navbar-inverse .navbar-nav>li>a{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-inverse .navbar-nav li:last-child a{
    padding-right: 0;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #ffd701;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background: none;
    color: #ffd701;
}
.navbar-inverse .navbar-brand{
    color: #fff;
    display: none;
}
.welcome{
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 60px 40px 60px 40px;
    text-shadow: 1px 1px 2px #000;
}
.home-row{
    padding-top: 50px;
    padding-bottom: 100px;
}
.home-box-creator {text-align: center;font-size: 17px;margin-bottom: 10px;}
.home-box-executive {margin-bottom: 10px;text-align: center;font-size: 17px;}
.home-box-executive p{padding: 0 70px;}
.home-box{
    text-align: center;
    font-size: 17px;
}
.home-box h2{
    font-size: 30px;
    font-family: Oswald_Bold;
    display: inline-block;
    color: #222;
}
.home-box h2 span{
    margin-left: 8px;
    margin-top: 10px;
    float: right;
    text-transform: uppercase;
}
.home-box h2 img{
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    cursor: pointer;
}
.home-box h2 img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.home-box p{
    margin: 10px 0 25px 0;
}
.btn-yellow{
    height: 46px;
    background: #ffd701;
    color: #222;
    line-height: 46px;
    border: 1px solid #bfa100;
    padding: 0 20px;
    border-radius:3px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
.btn-yellow:hover{
    background-color: #b69305;
    color: #fff;
}
.btn-yellow .fa{
    margin-left: 8px;
}
#footer{
    text-align: center;
    background: #555;
}
.follow-us{
    border-bottom: 1px solid #6f6f6f;
    padding: 15px 0 10px 0;
}
.follow-us a{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid transparent;
}
.follow-us a:hover{
    border-radius:50%;
    border: 1px solid #fff;
}
.footer-menu {
    padding: 20px 0 15px 0;
}
.footer-menu li{
    display: inline-block;
}
.footer-menu li a{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
}
.footer-menu li a:hover{
    color: #ffd701;
}
/* excutive register */
.page #header{
    padding-bottom: 480px;
}
.page .content-wrap{
    background: #fff;
    border-radius:10px;
    margin-top: -450px;
    position: relative;
    z-index: 100;
    border: 1px solid #ccc;
    padding: 50px 70px;
    margin-bottom: 60px;
}
.executive-register .tv{
    margin-bottom: 16px;
}
.executive-register .col-sm-3{
    width: 27%;
}
.executive-register .col-sm-9{
    width: 73%;
}
.form-horizontal label{
    font-weight: normal;
    font-size: 15px;
    padding-left:0;
    padding-right: 10px;
}
.form-horizontal label.label-right{
    padding-right: 15px;
}
.form-horizontal input{
    border-radius:2px;
    height: 42px;
}
.check-bold:hover{
    color: #0859AF;
}
.form-control{
    box-shadow: 0;

}
.form-horizontal .control-label{
    padding-top: 11px;
}
.form-horizontal textarea{
    padding: 15px 20px;
    margin-bottom: 10px;
    line-height: 1.8;
    resize: none;
}
.input-profile textarea{resize: none;}
.synopsis-resize{resize:vertical!important;}
.form-horizontal select::-ms-expand {display: none;}
.form-horizontal select{
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    height:42px;
    background:url(../images/select.png) right 10px center no-repeat #fff;
}
.form-horizontal select option{
    padding-left: 15px;
}
.form-horizontal .required{
    background: url(../images/required.png) top 2px right no-repeat;
}
.form-horizontal select{
    color: #999;
}
h2.title{
    font-size: 30px;
    color: #222;
    text-transform: uppercase;
    font-family: Oswald_Bold;
    border-bottom: 2px solid #cbcbcb;
    padding-bottom: 15px;
    letter-spacing: 2px;
}
.state-col .col-sm-3{
    padding-right: 5px;
}
.state-col .col-sm-9{
    padding-right: 0;
}
.executive-profile {
    margin-top: 40px;
}
.executive-profile .control-label{
    padding-top: 8px;
}
.executive-profile .btn-group-center{
    margin-top: 30px;
}
.btn-group-center{
    text-align: center;
}
.btn-group-center .btn-yellow{
    line-height: 1.5;
    padding: 10px;
    height: auto;
    color: #403600;
}
.submit{
    width: 360px;
}
.form-horizontal input[type="radio"],
.form-horizontal input[type="checkbox"]{
    height: inherit;
    margin-left: 0;
    position: static;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}	
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #aaaaaa;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;

}
.form-horizontal .checkbox{
    display: inline-block;
    margin-right: 15px;
}
#contractTypes .checkbox{
    margin-right: 0px;
}
.padding0{
    padding: 0 !important;
}
.bottom10{
    margin-bottom: 10px;
}
.bottom20{
    margin-bottom: 20px;
}
.bottom30{
    margin-bottom: 30px;
}
.bottom50{
    margin-bottom: 50px;
}
.col-upload{width: 24%}
.col-input{width: 76%;}
textarea.profile-textarea{
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 205px;
}
.btn-upload{
    background: #ffd701;
    color: #222;
    border: 1px solid #bfa100;
    padding: 10px;
    //display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    //margin-top: 8px;
    margin: 8px auto 0 auto;
    display: block;
    //width: 48%;
    text-align: center;
}
.btn-upload:hover{
    background-color: #b69305;
    color: #fff;
}
/*.avatar{
    max-width: 100%;
    width: auto;
}*/
.croppic2 img {/*height: 130px;*/ max-width: 100%;width: 100%;}
.croppic img{/*height: 180px;*/ max-width: 100%;width: 100%;}
.add_character label{
    font-weight: bold;
    color: #555;
    cursor: pointer;
    text-transform: uppercase;
}
.Add_another label:hover,
.add_character label:hover{
    color: #0859AF;
}
.add_character img{
    margin-right: 5px;
}
.checkbox-box .form-group{
    margin-bottom: 0;
}
.address-label{
    width: 13.5%;
}
.address-input{
    width: 86.5%;
}
.upload-require{
    position: absolute;
    top:0;
    left: -5px;
}
.creator-edit-profile-img .upload-require{left: -15px;}
/*Executive_Registration_Confirmation*/

.sidebar-excutive {
    padding: 28px 10px 28px 25px;
    border-top-left-radius :10px;
    border-bottom-left-radius :10px;
    //min-height: 450px;
}
/*.sidebar-excutive h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 700;
    color: #0e76bd;
    text-align: center;
    letter-spacing: 1.5px;
}*/
.sidebar-excutive h1 {
    color: #0e76bd;
    font-family: "Oswald";
    font-size:165%;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    word-wrap : break-word;
}
.sidebar-excutive ul{
    padding-top: 8px;
}
.sidebar-excutive ul li {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}
.sidebar-excutive .nav-creator ul li{
    padding-left: 10px;
}
.sidebar-excutive ul li:before {
    color: #222;
    font-size: 14px;
    font-family: "FontAwesome";
    margin-right:10px;
}
.sidebar-excutive ul li.film:before {
    content: "\f008";
}
.sidebar-excutive ul li.star:before {
    content: "\f005";
}
.sidebar-excutive ul li.check:before {
    content: "\f046";
}
.sidebar-excutive ul li.envelope:before {
    content: "\f0e0";
}
.sidebar-excutive ul li.key:before {
    content: "\f084";
}
.sidebar-excutive ul li.sign-out:before {
    content: "\f08b";

}
.sidebar-excutive ul li.user:before {
    content: "\f007";
}
.sidebar-excutive ul li.plus:before {
    content: "\f055";
}
.sidebar-excutive ul li.gear:before {
    content: "\f013";
}
.sidebar-excutive ul li.sign-out{
    border-bottom: none;
}
.sidebar-excutive ul li a{
    color: #222;
    font-size: 15px;
}
.sidebar-excutive ul li a:hover{
    color: #0E76BD;
}
.sidebar-excutive ul li.active{
    background: #0859af;
}
.sidebar-excutive ul li.active:before{
    color: #fff;
}
.sidebar-excutive ul li.active a{
    color: #fff;
}
/*Executive_Registration_Confirmation*/
.form-group h3{
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding-top: 8px;
}
.form-group h3 span {
    color: #ffd701;
    text-transform: uppercase;
    font-weight: bold;
}
.page .content-wrap.thank{
    padding: 0px;
}
.content-thank p {
    padding: 0px 40px;
}
.content-thank {
    padding: 35px ;
    text-align: center;
    min-height: 600px;
}
.content-thank h1{
    font-size: 30px;
    padding-bottom: 15px;
}
.content-wrap.blog{
    padding: 30px;
}
/*blog*/
.searchform input {
    padding: 8px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #555;
    border-radius: 3px;
}
.sidebar-blog h2 {
    font-size: 24px;
    color: #222;
    font-family: "Oswald";
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #222;
    font-weight: bold;
    letter-spacing: 2px;
}
.col-content{float: right;background-color:#fff;width:76%;}
.col-sidebar{width:24%;}
.content-blog {
    padding-left: 10px;
}
.list-news {
    padding: 30px 0px 20px;
}	
.list-news ul li {
    padding-bottom: 10px;
}
.list-news ul li:before{
    content: "\f105";
    font-size: 16px;
    color: #222;
    font-family: FontAwesome;
    margin-right: 10px;
}
.list-news ul li a{
    padding-bottom: 10px;
    color: #444;
    font-size: 14px;
}
.list-news ul li a:hover{
    color: #B01D1D;
}
.tags a{color: #222;}
.tags a:hover{color: #FCD416;}
.tags a.tag1{font-size: 30px;}
.tags a.tag2{font-size: 26px;}
.tags a.tag3{font-size: 22px;}
.tags a.tag4{font-size: 18px;}
.tags a.tag5{font-size: 16px;}
.tags a.tag6{font-size: 13px;}
.list-blog {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.list-blog h2 a{
    font-size: 20px;
    color: #222;
    font-weight: bold;
    line-height: 20px;
}
.list-blog h2 a:hover{
    color:#337AB7;
}
.list-blog .top-info {
    font-size: 14px;
    color: #777;
    margin-bottom: 16px;
}
.list-blog .top-info span{
    font-weight: bold;
    color: #222;
}
.list-blog .top-info span a{
    color: #222;
}
.list-blog .top-info span a:hover{
    color: #FCD416;
}
.list-blog img.img-blog{
    width: 100%;
}
.main-blog {
    padding-top: 20px;
}
.main-blog p {
    font-size: 14px;
    color: #444;
}
.main-blog h3 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 22px;
}
.info-blog{
    position: relative;
    margin-top: 25px;
    padding-top: 10px;
}
.info-blog:after{
    display: table;
    content: "";
    clear: both;
}
.info-blog:before{
    content: "";
    width: 30px;
    height: 2px;
    background-color:#fcd416;
    position: absolute;
    left: 0;
    top: 0px;
}
.info-blog p{
    float: left;
    padding-right: 15px;
    position: relative;
}
.info-blog p span a{
    color: #444;
}
.info-blog p span a:hover{
    color: #FCD416;
}
.info-blog .authod:before{
    content: "\f044";
    font-size: 16px;
    color: #222;
    font-family: FontAwesome;
    margin-right: 5px;
}
.info-blog .authod:after{
    content: "";
    width: 1px;
    height: 15px;
    background-color:#ccc;
    position: absolute;
    right: 0;
    top: 5px;
}
.info-blog .tags:before{
    content: "\f02c";
    font-size: 16px;
    color: #222;
    font-family: FontAwesome;
    margin-right: 5px;
}
.info-blog .tags{
    padding-left: 15px;
}
.info-blog p span{
    font-weight: bold;
}
.next-prev{
    padding: 5px 0px;
    min-height: 30px;
    margin-top: 20px;
}
.next-prev a{
    color: #777777;
    font-size: 14px;
}
.next-prev a.next{
    float: right;
}
.next-prev a.next:hover{
    background: url(../images/next.png) no-repeat right;
    padding-right: 25px;
    color: #222;
}
.next-prev a.prev{
    float: left;
}
.next-prev a.prev:hover{
    background: url(../images/prev.png) no-repeat left;
    color: #222;
    padding-left: 25px;
}
.registration-blog {
    text-align: center;
    padding: 20px 0px 10px;
}
.registration-blog a{
    margin: 0px 7px;
}
/*policies*/
.list-policies{padding: 0px!important;}
.title-policies{
    font-size: 32px;
    color: #222;
}
.content-legal h2 {
    font-size: 30px;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.content-legal h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.content-legal p{
    font-size: 14px;
    padding: 3px 0px;
}
.content-legal ol{
    margin-left: 30px;
}
.content-legal ol li {
    list-style: decimal;
    font-size: 14px;
    padding: 5px 0px;
}
.content-legal h5{
    font-weight: bold;
    line-height: 20px;
}
/*excutive*/
.content-wrap.excutive{padding: 0px!important; background-color: #dadfe2; overflow:hidden;}
.main-videos img {
    width: 100%;
    border-radius: 3px;height: 120px;
}
.content-excutive {
    padding-right: 45px;
    padding-left: 30px;
}
.content-excutive .list-videos {
    padding: 5px;
}
.content-excutive .list-videos1 {
    padding: 5px 8px;
}
.top-excutive h1 {
    float: left;
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #222;
    margin: 0;
    padding-top: 10px;
    letter-spacing: 2px;
}	
.title-view-pitch select,	
.top-excutive select{
    float: right;
    border: 1px solid #ccc;
    padding: 5px 10px;
    height: 40px;
    width: 270px;
    font-size: 15px;
    color: #444;
    border-radius: 3px;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    height:42px;
    background:url(../images/select.png) right 10px center no-repeat #fff;
}
.title-view-pitch select{
    margin-top: -10px;
}
.title-view-pitch select option, 
.top-excutive select option{
    padding-left: 10px;
}
.top-excutive {
    padding: 17px 0px;
    margin-bottom: 10px;
    border-bottom: 3px solid #ccc;

}

.title-videos{
    /* text-align: center; */
    padding: 5px;
    
}

@media(min-width: 900px) {
.title-videos{
    /* text-align: center; */
    padding: 5px 20px;
}
}

.pitch_desc{
    padding: 0px 10px;
}

@media(max-width: 900px) {
    .pitch_desc{
    padding-left: 3px;
}
}

.title-videos h3 a{
    font-size: 15px;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
}
.title-videos h3 a:hover{
    color: #0E76BD;
}
.loadmore {
    text-align: center;
    margin: 30px 0px 45px;
    overflow: hidden;
}
.loadmore a.load {
    font-size: 15px;
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.loadmore a.load:hover {
    color: #FCD416;
}
a.load:before{
    position: absolute;
    top: 50%;
    height: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .5px 0px;
    width: 430%;
    background-color: #fff ;
    content: "";
    margin-right: 15px;
    right: 100%;
    display: block;
}
a.load:after{
    position: absolute;
    top: 50%;
    height: 1px;
    width: 430%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .5px 0px;
    background: #fff;
    content: "";
    margin-left: 15px;
    left: 100%;
}
.box-videos {
    margin-right: -20px;
    margin-left: -20px;
}
/*pit-view-top*/
.pit-view-top{
    margin-left: -45px;
    margin-right: -45px;
    padding:30px 25px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 10px;
    margin-bottom: 20px;
}
.info-pit-view, .authod-pit-view {
    float: left;
    // width:65%;
}
.authod-view{margin-bottom: 10px;
             //float: left;
             //width:65%;
}
/*.avata-pit-view {
    float: left;
    margin-right: 30px;
    //  width: 25%;
}*/
.avata-pit-view{
    float: left;
    width: 135px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 50%;
    height: 135px;
    position: relative;
}
/*.avata-pit-view img{
    border-radius: 50%;
}*/
/*.avata-pit-view img {
  border-radius: 50%;
  height: 135px;
  max-width: 100%;
  width: 100%;
}*/
/*.avata-pit-view img {
    border-radius: 50%;
   // height: 150px;
   // width: 150px;
    height: 135px;
    width: 135px;
}*/
/*.avata-pit-view img {
  height: 100%;

}*/
.avata-pit-view img {
  bottom: -100%;
  height: 100%;
  left: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -100%;
  top: -100%;
}
.info-pit-view {
    padding-top: 15px;
}
.info-pit-view h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald";
    letter-spacing: 1px;
}
.box-videos .list-videos, .related-video .list-videos1{ display:none; }
.content-view-pitch {
    padding-top: 15px;
}
.title-view-pitch{
    border-bottom: 3px solid #ccc;
    margin-bottom: 10px;
}
h1.titlebig {
    //font-size: 30px;
    font-size: 30px;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-family: "Oswald";
    letter-spacing: 1.5px;
}
h1.executive-title{
    float: left;
}
.info-view{
    padding-left: 45px;
}
.button-view {
    padding: 10px 0px;
}
.button-view .contact {
    background-color: #ffd701;
    border: 1px solid #bfa100;
    border-radius: 3px;
    padding: 10px 15px;
    color: #222;
    font-size: 15px;
    margin-right: 5px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
.button-view .contact:hover{
    background-color: #b69305;
    color: #fff;
}
.button-view .contact:hover:before {
    color: #fff;
}
.button-view .contact:before {
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    font-size: 15px;
    color: #222;
    margin-right: 10px;
    font-family: "FontAwesome";
    content: "\f0e0";
}
.button-view .star{
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    background-color: #0d83d5;
    color: #fff;
    font-size: 15px;
    border: 1px solid #006fbc;
    border-radius: 3px;
    padding: 10px 20px;
}
.button-view .star:hover {
    background-color: #068AE6;
    color: #222;
}
.button-view .star:hover:before {
    color: #222;
}
.button-view .star:before{
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    font-family: "FontAwesome";
    content: "\f005";
}
.info-view ul{
    padding-top: 5px;
}
.info-view ul li {
    float: left;
    width: 100%;
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
}
.info-view ul li:last-child {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}
.info-view ul li label {
    width: 22%;
    font-weight: normal;
    margin-bottom: 0px;
}
.info-view ul li span {
    color: #777;
    width: 78%;
    float: right;
}
.info-view ul li.fixtext span{
    height: 60px;
    overflow: auto;
}
.main-view {
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.pitch-char-row {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
h2.title-box-text{
    font-size: 24px;
    color: rgb(34, 34, 34);
    margin-bottom: 5px;
}
/*.main-view p {
    font-size: 14px;
    line-height: 1.8em;
    height: 100px;
    overflow: auto;
}*/
.fix_textarea {
  -moz-appearance: textfield-multiline;
  background: #fff none repeat scroll 0 0;
  border: medium none;
  height: 200px;
  overflow: auto;
  resize: both;
  
  width: 100% !important;
}
.img-pitch {
    float: left;
    width: 28%;
    padding-top: 10px;
}
/*.img-pitch img{
        width: 100%;
}*/
.text-two {
    float: left;
    width: 72%;
    height: 190px;
    overflow: auto;
    padding-left: 15px;
}
.pitch-two {
    margin-bottom: 25px;
}
.related-video {
    margin-left: -8px;
    margin-right: -8px;
}
.list-table:after{
    content: "";
    clear: both;
    display: table;
}
.list-table .check ,
.list-table .date ,
.list-table .from ,
.list-table .pitch {
    float: left;
    padding-left: 10px;
}
.list-table .check{
    width: 4%;
}
.list-table .date{
    width: 14%;
}
.list-table .from{
    width: 22%;
}
.list-table .pitch{
    width: 60%;
}
.list-table .check input[type=checkbox]{
    margin: 6px 0px;
}
.box-table {
    padding: 30px 30px 0px 15px;
    min-height: 665px;
}

.list-table {
    padding: 12px 0px;
    border-bottom: 1px solid #dfdfdf;
}
.list-table:last-child{
    border-bottom: 0px solid #dfdfdf;
}
.title-table {
    background-color: #DADADA;
    padding: 10px 0px;
}
.list-table h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
}
.list-table p {
    margin: 0px;
}
.pagenavi-blog{
    text-align: center;
    margin-top: 30px;
    padding-bottom:20px; 
}
.pagenavi-blog .paginate_links .page-numbers{
    padding: 2px 8px;
    border: 1px solid #ccc;
    color: #231f20;
    border-radius: 5px;
}
.pagenavi-blog .paginate_links .page-numbers:hover{
    background: #555;
    color: #ffd701;
}
.pagenavi-blog .paginate_links .prev,
.pagenavi-blog .paginate_links .next{
    color: #555;
    font-size: 15px;
    border: 0px solid #231f20!important;
}
.pagenavi-blog .paginate_links .prev{
    margin-right: 5px;
}
.pagenavi-blog .paginate_links .next{
    margin-left: 5px;
}
.pagenavi-blog .paginate_links .prev:hover,
.pagenavi-blog .paginate_links .next:hover{
    color: #0E76BD;
    background: none;
}
.pagenavi-blog .paginate_links .current{
    background: #555;
    color: #ffd701;
    border: 1px solid #555;
}
.box-comment{
    padding: 30px 30px 0px 15px;
    min-height: 800px;
}
.box-message {
    padding: 10px 40px 0px 40px;
}
.list-message {
    padding: 20px 0px;
}
.title-message .name-member {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}
.title-message .name-member:before {
    font-size: 16px;
    color: #444;
    margin-right: 10px;
    font-family: "FontAwesome";
    content: "\f007";
}
.main-message .text-message {
    margin-bottom: 0px;
    margin-left: 20px;
}
.title-message .date-message {
    text-align: right;
}
.title-message .date-message:before {
    font-size: 15px;
    color: #444;
    margin-right: 10px;
    font-family: "FontAwesome";
    content: "\f017";
}
.form-message{
    padding-top: 20px;
}
.form-message textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 20px 35px;
    border-radius: 5px;
}
.form-message input[type="submit"] {
    background-color: #ffd701;
    border: 1px solid #bfa100;
    border-radius: 3px;
    color: #403600;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 13px 25px;
    line-height: 1em;
    margin-top: 12px;
    margin-bottom: 12px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
.form-message input[type="submit"]:hover{
    background-color: #b69305;
    color: #fff;
}
.title-buton {
    margin: 25px 0px 30px;
}
.title-buton a {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color:#f3f3f3; 
    font-size: 15px;
    color: #444;
    padding: 10px 22px;
    line-height: 1em;
    margin-right: 8px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
.title-buton a.active,.title-buton a:hover {
    background-color: #FCD416;
    color: #444;
    border: 1px solid #d5b300;
}
.box-profile{
    //padding: 20px 35px 0px 0px;
    //padding: 20px 10px 0px 0px;
    padding:20px 65px 0 0;
}
.profile-all{padding:30px 0 40px 0;}
.box-profile .form-group .control-label{
    float: left;
    width: 23%;
    text-align: right;
    font-size: 15px;
    color: #444;
    font-weight: normal;
    padding-top: 10px;
}
.box-profile .form-group .input-profile{
    float: left;
    width: 77%;
    padding-left: 30px;
}
.rightwidth {
    width: 55%;
    float: left;
}
.leftwidth {
    width: 45%;
    float: left;
}
.rightwidth .child-label{
    width: 21%;
    float: left;
    text-align: right;
    font-size: 15px;
    color: #444;
    font-weight: normal;
    padding: 0px 5px;
    line-height: 1.22em;
}
.rightwidth .child-label.center{
    padding-top: 10px;
}
.rightwidth .child-profile{
    width: 79%;
    float: left;
}
.input-profile .form-control{
    box-shadow: none;
    padding: 10px 15px;
    height: auto;
}
.form-group:after{
    content: "";
    display: table;
    clear: both;
}
.update-profile{
    text-align: center;
}
.update{
    border: 1px solid #bfa100;
    border-radius: 3px;
    background-color: #ffd701;
    font-size: 15px;
    text-transform: uppercase;
    color: #403600;
    line-height: 1em;
    padding: 15px 20px;
    margin: 10px 0px;
    font-weight: bold;
    font-family: "Open Sans";
    height: auto!important;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
.update:hover{
    background-color: #b69305;
    color: #fff;
}
.form-change-pass{
    padding-top: 15px;
}
.lable-pass {
    float: left;
    width: 28%;
    padding-top: 7px;
    text-align: right;
    font-weight: normal;
    padding-right: 20px;
}
.input-pass {
    width: 72%;
    float: left;
    padding-right: 45px;
}
.input-pass .form-control {
    padding: 10px 15px;
    border-radius:3px; 
    height: auto;
}
.submit-chang-pass{
    padding-top: 6px;
}
.box-change-pass{min-height: 620px;}
.lable-email {
    width: 10%;
    float: left;
    padding-top: 8px;
    font-weight: normal;
}
.input-email {
    width: 90%;
    float: left;
}
.input-email .email {
    width: 46.5%;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.input-email p{
    font-style: italic;
}
.sing-up {
    border-top: 2px solid rgb(204, 204, 204);
    width: 435px;
    padding-top: 10px;
}
.sing-up p{
    font-size: 13px;
}
.sing-up p a{
    font-weight: bold;
    color: #444;
    font-size: 13px;
}
.sing-up p a:hover{
    color: #337AB7;
}
.top-creator h1{
    font-size: 24px;
    /*font-size:120%; */
    text-align: center;
    margin-top: 15px;
    word-wrap : break-word;
}
.top-creator img{
    border: 1px solid rgb(180, 180, 180);
    width: 100%;
}
.padding-input{
    padding-right: 100px;
}
.text-title p{
    font-size: 14px;

}
.new_pitch{
    margin-top: 18px;
}
.new_pitch .form-group{
    margin-bottom: 0px;
}
.new_pitch textarea {
    padding: 10px 20px;
}
.new_pitch .input-new{
    height: auto;
    padding: 10px 20px;
}
.text-bold{
    margin-top: 15px;
    margin-bottom: 10px;
}
.btn-new-pitch {
    margin-top: 30px;
    margin-bottom: 35px;
}
.btn-new-pitch .update {
    margin-left: -165px;
    padding: 15px 28px;
}
.new-type{
    margin-top: 10px;
}
.new-label .control-label{
    padding-top: 5px;
}
.profile-avatar {
    padding-right: 22px;
    padding-top: 5px;
}
.profile-input{
    //padding-left: 20px;
    padding-left: 0;
    padding-right: 0px;
}

/*.Ceator-profile{
    padding-top: 30px;
    padding-bottom: 40px;
}*/
.Ceator-profile {
    //width: 30.6%;
    width: 32.5%;
    float: left;
    //padding-top: 30px;
    ///padding-bottom: 40px;
    padding: 30px 30px 40px 0;
}
.submit-update{
    text-align: center;
}
.creator-profile{
    margin-bottom: 105px;
}
.creator-my{
    margin-bottom: 135px;
}
.profile-avatar:after,
.button-creator:after{
    display: table;
    content: "";
    clear: both;
}
.inline-p{
    margin-top: 10px;
    margin-bottom: 5px;
    padding-right: 25px;
}
.radiotab{
    color:red; 
    margin-top: 15px;
}
.my-creator textarea{
    margin-bottom:0px;
}
.creator-pitch {
    //width: 60%;
    width:59.7%;
    float: left;
    padding-right: 30px;
}
.creator-pitch h3{
    padding-left: 15px;

}
.creator-pitch a{display:block;}
.creator-pitch img{
    max-width: 100%;
    //padding-top: 5px;
}
.creator-status {
    width: 28%;
    float: left;
}
.creator-action{
    float: left;
    width: 12%;
}
.list-subcribe,
.list-show-table:after,
.list-table:after{
    content: "";
    display: table;
    clear: both;
}
.title-list h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    font-family: "Oswald";
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.creator-list p{
    font-size: 20px;
    line-height: 24px;
}
.creator-action a {
    font-size: 20px;
    color: #444;
    line-height: 24px;
}
.creator-action a:hover {
    color: #0859AF;
}
.show-table {
    padding-bottom: 30px;
}
.list-show-table {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.list-show-table p{
    margin-bottom: 0px;
}
.title-show-table.list-show-table{
    border-bottom: 3px solid #ccc;
}
.list-show-table .show-list{
    width: 33.33%;
    float: left;
}
.button-show{
    background: transparent url("../images/plus.png") no-repeat;
    height: 26px;
    width: 26px;
    display: block;
}
.button-show:hover{
    background: transparent url("../images/plus_hover.png") no-repeat;
}
.button-show.bot{
    background: transparent url("../images/hide.png") no-repeat;
}
.button-show.bot:hover{
    background: transparent url("../images/hide_hover.png") no-repeat;
}
.show-list h4{
    font-size: 15px;
    font-weight: bold;
    margin:0; 
}
.landingpage-table .list-table{
    border-bottom: 0px solid #CCC;
}
.landingpage-table {
    padding-bottom: 15px;
}
.table-info {
    display: none;
}
.list-subcribe {
    background-color: #f3f3f3;
    padding: 20px 40px;
    margin: 10px 0px;
    width: 100%;
}
.info-subcribe {
    float: left;
    width: 50%;
}
.gop{
    width: 50%;
    float: left;
}
.button-subcribe,
.number-subcribe {
    width:25%;
    float: left;
    text-align: center;
    display: table;
}
.button-subcribe{width:75%;float: left;}
.box-middle {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  width: 70%;
}	
.info-subcribe h3{
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding-bottom: 8px;
    margin-bottom: 3px;
}
.number-subcribe h2{
    font-size: 30px;
    font-weight: bold;
    font-family: "Oswald";
    margin-bottom: 0px;
}
.button-subcribe .update{
    padding: 10px 15px;
    text-transform: inherit;
    font-weight: normal;
}
.info-subcribe p{
    margin-bottom: 0px;
    color: #777;
    font-style: italic;
}
.number-subcribe p{
    margin-bottom: 0px;
    color: #777;
}
.main-subcription {
    padding-bottom: 65px;
}
.form-uplaod {
    //background-color: #f3f3f3;
   // height: 191px;
    //border: 1px solid #ccc;
}
#upload .form-uplaod{
    padding-left: 20px;
}
.button-video.title-buton {
    margin: 25px 0px 0px;
}
.button-video.title-buton a{
    margin-right: 2px;
    display: inline-block;
    line-height: 1.6em;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border-bottom: none;
}
.button-video.title-buton a.active,
.button-video.title-buton a:hover{
    background-color:#f3f3f3!important; 
    border: 1px solid #ccc;
    border-bottom: none;
}
.button-video.title-buton.nav-tabs > li.active > a{
    background-color: #dadada!important;
}
.box-form {
    padding: 25px 20px 25px 10px;
}
.box-form .text-required {
    float: left;
    padding-right: 5px;
    width: 83%;
    padding-left: 5px;
}
.box-form .input-video {
    padding: 10px 15px;
    height: auto;
}
.img-required {
    width: 2%;
    float: left;

    margin-top: 7px;
}
.submit-required{
    width: 14%;
    float: left;
}
.video-button{
    border: 1px solid #bfa100;
    padding: 9px;
    border-radius: 3px;
    background-color: #ffd701;
    width: 100%;
    font-weight: bold;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
.video-button:hover{
    background-color: #b69305;
    color: #fff;
}
.title-upvideo{
    float: left;
    display: inline-block;
}
.edit-button{
    float: right;
    display: inline-block;
    width: auto;
    color: #444;
    padding: 9px 20px;
    margin-top: -10px;
    font-weight: bold;
}
.Creating a{
    border:1px solid #bfa100;
    border-radius: 3px;
    background-color: #ffd701;
    font-size: 15px;
    color: #444;
    padding:10px  15px;
    display: inline-block;
    margin: 15px 0px 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    font-weight: bold;
}
.Creating a:hover {
    //background-color: #FCD416;
    //color: #444;
    //border: 1px solid #d5b300;
    background-color: #b69305;
    color: #fff;
}
.Creating .text-top{
    margin-bottom: 0px;
}

div.browse-wrap {
    top:0;
    left:0;
    cursor:pointer;
    overflow:hidden;
    padding:9px 20px;
    width: 250px;
    text-align:center;
    position:relative;
    background-color:#ffd701;
    border:solid 1px #bfa100;
    float: left;
    border-radius: 3px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
div.browse-wrap:hover{
    background-color: #b69305;
}
div.browse-wrap:hover .title{
    color: #fff;
}
div.title {
    color:#444;
    font-size:15px;
    font-weight:normal;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
input.upvideo {
    right:0;
    margin:0;
    bottom:0;
    padding:0;
    opacity:0;
    height:300px;
    outline:none;
    cursor:inherit;
    position:absolute;
}

span.upload-path {
    margin: 7px 0px 10px;
    display: block;
    float: left;
    width: 100%;
}
.submitbutton{
    float: left;
    margin-left: 10px;
}

progress {
    width: 80%;
    height: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: #f3f3f3;
}
progress::-webkit-progress-bar {
    width: 100%;
    height: 12px;
    border-radius: 5px;
    background: #f3f3f3;
}
progress::-webkit-progress-value {
    width: 100%;
    height: 12px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #FFD701;
}
progress::-moz-progress-bar {
    width: 100%;
    height: 12px;
    border-radius: 5px;
    background: #f3f3f3;
}
progress::-moz-progress-value {
    width: 100%;
    height: 12px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #FFD701;
}

.info-upload {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
p#loaded_n_total {
    font-size: 14px;
    color: blue;
    display: none;
}
h3#status {
    font-size: 18px;
    text-transform: uppercase;
    display: none;
}
/*Subcribe*/
.box-subcribe{
    margin-right: -8px;
    margin-left: -8px;
}
.list-member-ship {
    width: 33.33%;
    float: left;
    padding: 0px 8px;

}
.list-member-ship .info-member-ship{
    border: 1px solid #dadada;
    border-radius:3px; 
}
.list-member-ship:hover .info-member-ship,
.active-member.list-member-ship .info-member-ship{
    border: 1px solid #caaa00;
} 
.title-member {
    background-color: #dadada;
    text-align: center;
    padding: 10px;
    min-height: 80px;
}
.list-member-ship:hover .title-member,
.active-member  .title-member {
    background-color: #ffd701;
}
.title-member h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1.5em;
    font-family: "Oswald";
    letter-spacing: 1px;
}
.content-member	h1{
    font-size: 42px;
    font-weight: 700;
    color: #0859af;
    text-transform: uppercase;
    font-family: "Oswald";
    position: relative;
}
.content-member h1:before{
    color: #0859af;
    font-size: 24px;
    font-family: "FontAwesome";
    margin-right: 2px;
    content: "\f155";
    position: absolute;
    top: 0;
    margin-left: -16px;
    margin-top: 5px;
}
.content-member	h1 span{
    font-size: 24px;
    font-weight: 700;
    color: #0859af;
    text-transform: initial;
}
.content-member	span.save{
    text-transform: uppercase;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    min-height: 20px;
    display: block;
}
.content-member {
    text-align: center;
    padding: 35px 2px;
}
.content-member p{
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
    padding: 0 22px;
}
.content-member span.small{
    font-size: 15px;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #8a8a8a;
    margin-bottom: 20px;
    display: inline-block;
}
.btn-subcribe{
    height: 46px;
    background: #dadada;
    color: #222;
    line-height: 46px;
    border: 1px solid #b6b6b6;
    padding: 0 20px;
    border-radius:3px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
.active-member .btn-subcribe,
.btn-subcribe:hover{
    background: #ffd701;
    border: 1px solid #bfa100;
}
.active-member .btn-subcribe:hover{
    background: #dadada;
    color: #222;
    border: 1px solid #b6b6b6;
}
.bank {
    margin-top: 12px;
}
/**********Changes***********/
.siderbar-new-pitch{
    //width: 30%;
    width: 100%;
    margin-bottom: 20px;
}
.new-style.siderbar-new-pitch .box-new-pitch {
  margin: auto;
  max-width: 469px;
  position: relative;
  width: 100%;
}
.new-style.siderbar-new-pitch .croppic2 {
  height: 264px;
  min-height: 264px;
  width: 100%;
}

.content-new-pitch{
    width: 70%;
}
.box-pitch {
    float: left;
    width: 100%;
}
.col-pitch{
    width: 88%;
    padding-right: 45px;
}
.col-label{
    width: 12%;
}
.button-pitch{
    text-align: center;
    padding-bottom: 40px;
}
.button-pitch .btn-yellow {
    height: auto;
    margin-left: -40px;
}
.view-pitch .btn-yellow{
    margin-left: 0px;
}
.Add_another{
    float: right;
}
.Add_another label{
    font-size: 15px;
    color: #444;
    font-weight: 700;
    cursor: pointer;
}
.box-pitch.fixdiv {
    //padding-left: 100px;
    padding-left:15px;
    padding-top: 10px;
}
.check-pitch{
    padding-right: 0px;
}
.lightbox-message {
    max-width: 800px;
    margin: auto!important;
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 10px;
    position: relative;
}
.mfp-content .lightbox-message{
    display: block!important;
}
.title-lightbox{
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 15px 0px;
}
.title-lightbox h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}
.main-form {
    padding: 20px 100px;
}
.input-lightbox {
    width: 90%;
    float: left;
    padding-left: 20px;
}
.lightbox-label {
    width: 10%;
    float: left;
    text-align: right;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.form-lightbox {
    margin-bottom: 7px;
}
.form-lightbox:after{
    content: "";
    clear: both;
    display: table;
}
.sendmessage{
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    background-color: #0d83d5;
    color: #fff;
    font-size: 15px;
    border: 1px solid #006fbc;
    border-radius: 3px;
    padding: 10px 20px;
}
.sendmessage:hover {
    background-color: #065D99;
}
.cancel{
    border: 1px solid #CCC;
    border-radius: 3px;
    background-color: #DADADA;
    font-size: 15px;
    color: #444;
    padding: 10px 20px;
    display: inline-block;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
.cancel:hover {
    background-color: #FCD416;
    color: #444;
    border: 1px solid #d5b300;
}
.form-lightbox .form-control{
    height: auto;
    padding: 8px 12px;
}
.mfp-ready .mfp-figure {
    opacity: 1!important;
}
.Pitch_title {
    width: 55%;
    float: left;
    padding: 0px 10px;
}
.Reviewed_by {
    float: left;
    width: 20%;
    padding: 0px 10px;
}
.Review_date {
    float: left;
    width: 25%;
    padding: 0px 10px;
    text-align: right;
}
.title-table .Review_date{
    text-align: left;
    padding-left: 34px;
}
.list-character{
    display: none;
}
.box-character .list-character{
    display: inherit;
    margin-top: 20px;
}
.mfp-iframe-scalert img{
    width: 100%;
    height: auto;
}
/** crop img css **/
.croppic {
    width: 230px;
    height: 180px;
    //margin: auto;
    /*width: 400px;
    height: 225px;*/
    max-width: 100%;
    background: url("../images/avatar.png") no-repeat center;
    background-size: cover; 
}
.upload-creator-profile{width:24.6%;}
.upload-creator-profile-input{width:75%;}
#add_character_8{display:none!important;}

.croppic2 {
    /*width: 469px;
    height: 264px;*/
    width:230px;
    height:130px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/camera.png") no-repeat scroll center center / 100% 100%;
    // margin: auto;
    text-align: center;

}
//.upload-col{width:47.2%;}
.upload-col {width: 24.6%;}
//.upload-input{width:52%;}
.upload-input{width:75%;}

.creator-profile-img{width: 54.59%;margin-left: 15px;}
.creator-edit-profile-img {
    //margin-left: 15px;
    width: 100%;padding: 0;
}

//.creator-edit-profile-img{width:33.59%;margin-left: 15px;}
.desc-input {float: right;padding-right: 0;/*width:68.4%;*/width:67.4%;margin-top: 25px;padding-bottom: 42px;}
.desc-input .form-group{margin: 0;}
.Ceator-profile .form-group{margin: 0;}

.creator-pitch-img{
    //width:57.65%;
    width:30%;margin-bottom: 30px;}
.new-pitch-title-desc{width:70%;}

.charactor-pitch-img{width:30%;margin-bottom:20px;}
//.content-new-pitch {width: 100%;}
.content-new-pitch {float: right; width: 100%;}
.synopsis-content{float: right; width:70%;}
.row-character {float: left;/*margin-top:30px;*/width: 100%;margin-bottom: 15px;}
.list-videos {
  /* height: 165px; */
  
}
.title-videos h3 {
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 97%;
}
#profile-container1{margin-top: 35px;}
.project_pitch{width:88%;}
.main-videos {text-align: center!important;}   
#croppic2_imgUploadField{display: none;}
//.profile-input {width: 77%;}
.profile-input {
    width: 100%;
}
.col-label {
  width: 12%;
}
.add-label{width: 40%;}
.btn-upload{/*width:49%;*/width:100%;}
#cropContainerHeaderButton{/*width:49%;*/width:100%;}
#cropped_7 > .cropControls{visibility: hidden;}

.cropHeaderButton{width:auto;}

.creator-pitch-img #cropHeaderButton1{width:53%;} 
.creator-pitch-img .btn-upload{/*width:49%;*/width:100%;} 

.upload-col .btn-upload{/*width:48%;*/width:100%;}
#updatecropHeaderButton73{width:auto;}
.img-view img {
    height: 208px;
    //width: 100%;
}
.modal-custom-dialog{/*width: 469px!important;*/}
.emty-video {
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 22px 0;
  text-align: center;
}
.lightboxWrapper img{width:100%;}
.pitch-type-label{width: 37%;}
.pitch-type{width:63%;}
.box-middle .publish-button{
  font-weight: normal;
  padding:12px 8px;
  text-transform: inherit;
  //margin:20px 0px 20px 30px; 
  
}

.logline textarea {
  /*height: 185px;
  max-height: 185px;
  max-width: 100%;
  min-height: 185px;
  min-width: 100%;*/
  resize:none;
}

.fix-profile-textarea {
  /*max-height: 205px;
  max-width: 100%;
  min-height: 205px;
  min-width: 100%;*/
  resize:none;
}

.charactor-pitch-fix textarea {
  /*max-height: 205px;
  max-width: 100%;
  min-height: 205px;
  min-width: 100%;*/
  resize:none;
}
.my-creator-fix textarea {
  /*max-height: 155px;
  max-width: 100%;
  min-height: 155px;
  min-width: 100%;*/
  resize:none;
}
.synopsis-fix textarea{resize:none;min-height:180px;}
.myset-label{width:38.5%;}

.box-col-upload .upload-require, .new-style.siderbar-new-pitch .upload-require {
  left: -15px;
}

.show-upload::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #444 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 8px;
  content: " ";
  height: 0;
  left: 8px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.box-col-upload .hover-button {
  transition: all 0.6s ease 0s;
  width: 100%;
}
.box-show-upload {
  left: -25px;
  min-width: 215px;
  position: absolute;
  top: -35px;
}
.charactor-pitch-img .box-show-upload {left:-15px;}
.add-char-required{position: relative;}
.add-char-required .hover-button .upload-require {
    left:162px;
    //top: -30px;
    //right:-10px!important;
    //-webkit-left:22%!important;
    //-webkit-top:-30px;
    //-webkit-right:auto;
}

/*.add-char-required .hover-button .box-show-upload {
  left: 90%!important;
  right: 0 !important;
  
}*/
.add-char-required .hover-button .box-show-upload .show-upload{}
.text-required .box-show-upload{left: -15px;}

//.text-required > .hover-button > .upload-require {left: auto;}
//.text-required > .hover-button >.upload-require:hover .show-upload {
//  display: inline-block;
//}
.hover-button:hover .show-upload {
  display: inline-block;
}
.show-upload {
  background-color: #444;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: none;
  font-size: 10px;
  padding: 5px 10px;
  position: relative;
}
.youtube,.vimeo{
  background: #f3f3f3 none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
#promo_code {
  border-radius: 2px;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 170px;
}
#check_promocode {
  padding: 0;
  position: absolute;
  
  width: 173px !important;
  right: 0;
  margin-top: 5px;
  height: 34px !important;
  text-transform: capitalize !important;
}
#check_publish {
  padding: 0;
  position: absolute;
  width: 173px !important;
  right: 28px;
  height: 34px !important;
  text-transform: capitalize !important;
}

@media(min-width:769px)and (max-width:1200px){

    .top-creator img{width:100% !important;/*height:auto !important;*/}
    .box-pitch.fixdiv{padding-left: 0!important;}
    .creator-pitch-img {padding: 0 12px!important;;width: 100%!important;;}
    //.charactor-pitch-img {padding: 0!important;;width: 46.85%!important;;}
    //.charactor-pitch-img{width:260px!important;}
    .charactor-pitch-img{width:30%!important;}

    .siderbar-new-pitch { /*width: 25%;*/}
    .form-horizontal .checkbox {margin-right: 1px;}
    textarea.profile-textarea { min-height: 256px;}
    .creator-edit-profile-img { width:100%;}
    .profile-input {padding: 0;width: 100%;}
    //.container {width: 970px;}
    .avata-pit-view {/*width: 40%;*/}
    .avata-pit-view {/*margin-right: 0; width: 25%;*/}
    .info-pit-view {width: 50%;}
    .img-view img {height: auto; width: 100%;}

    #camera-pitch{width: 100%;}
    .camera-pitch{width: 100%;}
    #camera{width: 100%;}
    #cropContainerHeaderButton{width: 100%;}
    .title-buton a {margin-right: 0; padding: 10px 10px;}

    .upload-creator-profile-input {
        //width: 68%;
        wisth:73%;
        padding-right:0px;
    }
    .upload-creator-profile {
        //width:260px;
        width: 25%;
    }

}

@media(min-width:640px)and (max-width:768px){
    /*.avata-pit-view {
        width: 40%;
    }*/
}

@media(max-width:1200px){

    .creator-pitch a img{
        width:100% !important;
        height:auto !important;

    }

}

@media only screen and(max-width:768px){

}


@media (max-width:640px){
#check_publish {
 
  position: relative;
  margin-left: 25%;
 
}
#check_promocode,#promo_code {
 
  position: relative;
  margin-left: 9%;
  margin-top: 10px;
 
}
#promo_code {
  margin-left: 16%;
}
}
@media(max-width:464px){
    .mce-in {
        width: 100% !important;
        margin-left:0px !important; 
    }

    .mce-foot{
        width: 100% !important;
    }    
    .mce-abs-layout{
        width: 100% !important;
    }
    #mceu_35{
        left:22px !important;
    }

    #mceu_36{
        left:86px !important;
    } 

    .mce-textbox{
        width: 168px !important;
    }
    #check_publish {
 
  position: relative;
  margin-left: 25%;
 
}
#check_promocode,#promo_code {
 
  position: relative;
  margin-left: 9%;
  margin-top: 10px;
 
}
#promo_code {
  margin-left: 16%;
}
}

.subscription_payment{height: 613px !important;}
.table-striped > tbody tr{border-left:3px solid #ddd;border-right:3px solid #ddd;}
.table-striped > tbody tr td{border-left:1px solid #ddd;}
.table-striped > tbody > tr:last-child {border-bottom:1px solid #ddd;}

.instructions {float: left;padding:0px 20px;width: 100%;}
.instructions h5{font-weight: bold;}
.instructions ul li span.f {float: left; width:3%;font-weight: bold;}
.instructions ul li span{float: left; width: 97%;}
.instructions ul{margin-left:0px;}
.instructions ul li{list-style-type: none;margin-bottom: 7px;}
.instructions ul li a{}

.add-char-label{float:left;}
.add-char-required{float:left;}
.add-char-required > .box-show-upload{left: -16px;}

.equalheight-stick{height: 190px;}

.img-required {position:relative;}
.img-required:hover .box-show-upload .show-upload{display:block;}
.img-required .box-show-upload {display:block;left:-10px;top:-28px;}
.video_img{width:469px;height:264px;}
.video_thumb_img{width:370px;height:208px;}
#agree{position:relative;}
#agree-error{  position: absolute;top: 25px;}
.box_pictch_activity .pitch-active {display: none;}
.company_name_message{color: #ff0000};
.message-box-list .message-list {display: none;}

.inline{
    display: inline;
}
 .excutive-profilepage-responsive {
        display: flex;
        flex-direction: column-reverse !important;
    }

 @media (min-width: 992px) {
        .excutive-profilepage-responsive {
        display: block !important;
        }
        }