/* fonts */
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('/fonts/helveticaneue-light-webfont.eot');
    src: url('/fonts/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/helveticaneue-light-webfont.ttf') format('truetype'),
        url('/fonts/helveticaneue-light-webfont.woff') format('woff'),
        url('/fonts/helveticaneue-light-webfont.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLightItalic';
    src: url('/fonts/helvetica-light-italic-webfont.eot');
    src: url('/fonts/helvetica-light-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/helvetica-light-italic-webfont.ttf') format('truetype'),
        url('/fonts/helvetica-light-italic-webfont.woff') format('woff'),        
        url('/fonts/helvetica-light-italic-webfont.svg#HelveticaNeueLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('/fonts/helvetica-neue-medium.eot');
    src: url('/fonts/helvetica-neue-medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/helvetica-neue-medium.ttf') format('truetype'),
        url('/fonts/helvetica-neue-medium.woff') format('woff'),       
        url('/fonts/helvetica-neue-medium.svg#HelveticaNeueMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Heydings';
    src: url('/fonts/heydings_icons-webfont.eot');
    src: url('/fonts/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/heydings_icons-webfont.ttf') format('truetype'),
        url('/fonts/heydings_icons-webfont.woff') format('woff'),       
        url('/fonts/heydings_icons-webfont.svg#Heydings') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Socialico';
    src: url('/fonts/socialico-webfont.eot');
    src: url('/fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/socialico-webfont.woff') format('woff'),
         url('/fonts/socialico-webfont.ttf') format('truetype'),
         url('/fonts/socialico-webfont.svg#socialico') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* page styles */
html, body {
    height: 100%;
}
/* sticky footer */
.for-sticky-footer {   
    min-height: 100%;
}
.footer-padding {
    padding: 0 0 73px 0;    
}

html {
    background: #bde2eb url(/img/bg-pattern.gif);
}
body {
    background: url(/img/bg-app-repeat.png) center top repeat-x;
    font: normal 14px/18px 'HelveticaNeueLight', 'Helvetica Neue', helvetica, arial, sans-serif;
    color: #5d5d5d;
}
::selection
{
    color:#3D7FC0;
}
::-moz-selection
{
    color:#3D7FC0;
}
a {
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
p {
    color: #777 !important;
}
form {
    padding: 5px;
}
input[type='text'] {
    -webkit-appearance: none !important;
}
.app-view {
    min-height: 100%;
    background: url(/img/bg-app.png) center top no-repeat;
}
.shadowbox {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100002;
    background: #fff;
    opacity: .56;
    filter: alpha(opacity=56);
}
.center {
    text-align: center;
}
.right {
    float: right;
}
.left {
    float: left;
}
.modal-header {
    padding: 0;
    border: none;
}
.modal {
    z-index: 100003;
    display: block;
    top: 106px;
    margin-top: 0;    
    border-radius: 8px; 
    background: #fff; 
    -moz-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    -webkit-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    box-shadow: 0 2px 3px rgba(32,32,32,.08);
    /*padding-bottom: 20px;*/
    border: 0 !important;
}
.modal-confirmation {
    width: 690px;
    margin-left: -345px;
}
.modal-fullwidth {
    width: 940px; 
    margin-left: -470px;
}
.modal-halfwidth {
    width: 440px;
    margin-left: -220px;
}   
.modal-title {
    padding: 35px 0 30px 0;
    margin: 0;
    font: normal 32px/32px 'HelveticaNeueLight', helvetica, arial, sans-serif;
    color: #111;
}
.modal-subheader {
    margin-top: -20px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
.body-confirmation {
    background: #f4f4f4;
    border-top: 1px solid #e6e6e6;
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    border-radius: 0 0 8px 8px; 
    padding: 4px 0 20px 0 !important;
}
.confirmation-body-title {
    text-align: center;
    padding-bottom: 8px;
    font: normal 21px/21px 'HelveticaNeueLight', helvetica, arial, sans-serif;
}
.modal-thanks-subheader {
    font-size: 24px;
    color: #aaa;
    font-weight: normal;
    margin: -20px 0 21px 0 !important;
}
.modal-submit-subheader,
.modal-interested-subheader,
.modal-results-subheader {
    font-size: 18px;
    line-height: 21px !important;
    font-weight: normal;
    margin: -20px 0 21px 0 !important;
}
.modal-results-subheader {
    color: #111;
}
.modal-body {
    padding: 0;
}
.folks-type {
    font-family: 'folks-bold', sans-serif;
}
.col-icon {
    margin: 0 auto;
    vertical-align: top;
    display: block;
}
.col-title {
    color: #90ccda;
    font: normal 27px/32px 'HelveticaNeueLight', helvetica, arial, sans-serif;
    margin-bottom: 0;
}
.col-number {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #90ccda;
    padding: 2px 5px;
    border-radius: 4px;
    font: bold 17px/17px 'HelveticaNeueLight', helvetica, arial, sans-serif;
    margin-top: -5px;
}
.col-description {
    font-size: 14px;
}
.btn-ls {
    font: normal 12px/1.5em 'HelveticaNeueMedium', helvetica, arial, sans-serif;
    color: #111;    
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
    border-color: #90ccda;
    border-radius: 5px;
    text-shadow: none;
    box-shadow: 0 2px 2px rgba(0,0,0,.12);
}
.btn-big {
    font-size: 16px;
    line-height: 18px;
    padding: 11px 0;
    border-radius: 8px; 
    box-shadow: 0 2px 2px rgba(0,0,0,.12); 
    border: solid 4px #90ccda;
    max-width: 250px;
    margin: 0 auto;
}
.btn-ls:active,
.btn-big:active {
    box-shadow: none !important;
    border-color: #90ccda;
    color: #90ccda;
    background-image: -webkit-linear-gradient(top, #e5e5e5, #fff 20%) !important; 
    background-image: -moz-linear-gradient(top, #e5e5e5, #fff 20%) !important; 
    background-image: -o-linear-gradient(top, #e5e5e5, #fff 20%) !important; 
    background-image: -ms-linear-gradient(top, #e5e5e5, #fff 20%) !important; 
    background-image: linear-gradient(to bottom, #e5e5e5, #fff 20%) !important;
}
.btn-ls:hover,
.btn-big:hover {
    border-color: #90ccda;
    color: #90ccda;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.12); 
}
.modal-footer {
    background: #f4f4f4;
    border-radius: 0 0 8px 8px;
    border-top: 0;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    margin-bottom: 0;
    padding: 16px 0 0 0;
    text-align: right;
}
.modal-footer p:last-child,
.last-p {
    margin-bottom: 16px;
}
.modal-cite {
    font-family: 'HelveticaNeueLightItalic';
    font-size: 16px;
    padding: 0;
    margin: 0 0 16px 0;
    border: 0;
}
.results-cite {
    font-size: 14px;
    padding: 0 20px;
}
.close-btn {
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: 1000px;
    background: url(/img/sprite.png) -30px -27px no-repeat;
    margin: 10px 10px 0 0;
}
.close-btn:hover {
    background-position: -59px -27px;
}
.close-btn:active {
    background-position: -59px -27px;
}
.share-links-box {
    text-align: center;
    margin-bottom: 16px;
}
.share-links-box a {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    background: #c3c3c3;
    color: #fff !important;
    font: normal 14px/1.5em 'HelveticaNeueMedium', helvetica, arial, sans-serif;
    text-decoration: none;
    margin: 0 2px;
    -webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.share-color a {
    padding: 6px 10px;
}
.share-color .link-twitter {
    background-color: #00aced;
    border-color: #0184b5;
}
.share-links-box a.link-twitter:hover,
.share-color .link-twitter:hover {
    background-color: #01b9ff;
    border-color: #0296ce;
}
.share-links-box a.link-twitter:active,
.share-color .link-twitter:active {
    background-image: -webkit-linear-gradient(top, #019bd5, #00aced 20%) !important; 
    background-image: -moz-linear-gradient(top, #019bd5, #00aced 20%) !important; 
    background-image: -o-linear-gradient(top, #019bd5, #00aced 20%) !important; 
    background-image: -ms-linear-gradient(top, #019bd5, #00aced 20%) !important; 
    background-image: linear-gradient(to bottom, #019bd5, #00aced 20%) !important;
    border-color: #0184b5;
}
.share-color .link-facebook {
    background-color: #4c80e0;
    border-color: #1958cd;
}
.share-links-box a.link-facebook:hover,
.share-color .link-facebook:hover {
    background-color: #548df6;
    border-color: #1e63e5;
}
.share-links-box a.link-facebook:active,
.share-color .link-facebook:active {
    background-image: -webkit-linear-gradient(top, #4271c7, #548df6 20%) !important; 
    background-image: -moz-linear-gradient(top, #4271c7, #548df6 20%) !important; 
    background-image: -o-linear-gradient(top, #4271c7, #548df6 20%) !important; 
    background-image: -ms-linear-gradient(top, #4271c7, #548df6 20%) !important; 
    background-image: linear-gradient(to bottom, #4271c7, #548df6 20%) !important;
    border-color: #1958cd;
}
.share-color .link-to-clipboard {
    background-color: #cc6fd7;
    border-color: #a601b9;
}
.share-links-box a.link-to-clipboard:hover,
.share-color .link-to-clipboard:hover {
    background-color: #d877e4;
    border-color: #ba00d0;
}
.share-links-box a.link-to-clipboard:active,
.share-color .link-to-clipboard:active {
    background-image: -webkit-linear-gradient(top, #b462be, #cc6fd7 20%) !important; 
    background-image: -moz-linear-gradient(top, #b462be, #cc6fd7 20%) !important; 
    background-image: -o-linear-gradient(top, #b462be, #cc6fd7 20%) !important; 
    background-image: -ms-linear-gradient(top, #b462be, #cc6fd7 20%) !important; 
    background-image: linear-gradient(to bottom, #b462be, #cc6fd7 20%) !important;
    border-color: #a601b9;
}
.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(/img/sprite.png);
    margin: 0 1px;
    text-align: center;
}
.icon-twitter {
    background-position: 0 -71px;
}
.icon-facebook {
    background-position: -64px -71px;
}
.icon-link {
    background-position: -32px -71px;
}

#email-reg {
    width: 340px;
    padding: 18px;
    border: 1px solid #d6d6d6;
    color: #a5a5a5;
    font-size: 24px;
    background-image: -webkit-linear-gradient(top, #eee, #fff 20%); 
    background-image: -moz-linear-gradient(top, #eee, #fff 20%); 
    background-image: -o-linear-gradient(top, #eee, #fff 20%); 
    background-image: -ms-linear-gradient(top, #eee, #fff 20%); 
    background-image: linear-gradient(to bottom, #eee, #fff 20%);
}
.btn-submit {
    max-width: 104px;
}
.normal-type {
    font-family: 'HelveticaNeueLight';
}
.bold-type {
    font-family: 'HelveticaNeueMedium';
    font-weight: normal;
}
.note-text {
    font-family: 'HelveticaNeueLightItalic';
}
.font-em {
   font-family: 'HelveticaNeueMedium';
   color: #111;
   font-style: italic;
}

/* app styles */
html, body {
    background: none;
}
.app-page-bg {
    background: #eeeeee;
}
.app-page-bg a {
    color: #3D7FC0;
    text-decoration: none;
}
a.link-underline {
    text-decoration: underline !important;
}
.app-page-bg a:hover {
    color: #306EAC;
}
/*for new header */
.app-page-header {
    width: 100%;
    z-index: 1001;
    background: #fff;
    min-height: 50px;
    position: fixed;
    left: 0;
    top: 0;    
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.04);
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}
.app-hdr-logo {
    display: inline-block;
    float: left;
    font-size: 28px;
    line-height: 54px;
    font-weight: normal;
    margin: -3px 0 0 0;
    padding: 0;
    color: #818385;
    letter-spacing: -0.06em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.app-hdr-logo .color-blue {
    font-weight: 400 !important;
}
#logo-mark {
    width: 32px;
    float: left;
    margin: 8px 8px 10px 0px;
}
.app-hdr-slogan {
    display: inline-block;
    float: left;
    color: #b4b4b4;
    margin: 16px 0 0 8px;    
    font-size: 15px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.beta-label {
    margin-left: 4px;
    font-size: 14px;
    color: #ff6466;
    font-weight: 700;
    padding: 1px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.app-logged-info {
    padding-top: 26px;
    text-align: right;
    color: #b4b4b4;
}
.app-top-menu {
    margin: 0;
    padding: 0;
    float: right;
}
.app-top-menu ul {
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
    white-space: nowrap;
}
.app-top-menu li {
    display: inline;
    /*border-left: 1px solid #ccc;*/
    border-left:0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: helvetica, arial, sans-serif;
    font-size: 15px;
    line-height: 50px;
    color: #ccc;
    font-weight: bold;
}
/*.app-top-menu li.current a {
    color: #ccc !important;
    background: #f7f7f7;
}*/
.app-top-menu li:first-child {
    border-left: 0;
}
/*.app-top-menu li:last-child {
    padding-right: 0;
}   */
.app-top-menu li a {
    font-size: 15px;
    color: #aaa !important;
    font-weight: 100;
    padding: 10px;
    text-transform: lowercase;
        border: 1px solid #fff;

}
.app-top-menu li a:hover {
    color: #aaa !important;
    border: 1px solid #e8e8e8;
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.04);
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}
.app-top-menu li a:active {
    -moz-box-shadow:inset 0 2px 5px rgba(0,0,0,.04);
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.04);
    box-shadow:inset 0 2px 4px rgba(0,0,0,.04);
}
.app-top-menu li a.color-dark, .app-top-menu li a.color-dark:hover  {
    color: #555 !important;
    background: none !important;
}
.submit-pitch-icon {
    width: 10px;
    margin: -1px 3px 0 0;
}
.app-top-menu li.pitch-btn-menu-item {
    border-left: none;
    position: relative;
    overflow: hidden;
    padding-left: 2px;
}
.app-top-menu li.pitch-btn-menu-item a {
    display: block;
    float: right;
    margin-top: 16px;
    width: 35px;
    height: 35px;
    background: url(/img/sprite.png) -479px 0 no-repeat;
    text-indent: 9999em;
    overflow: hidden;
    white-space: nowrap;
}
.app-top-menu li.pitch-btn-menu-item a:hover {
    background-position: -534px 0;
}
.account-karma {
    background: #c9c9c9;
    color: #fff !important;
}
.badge-item {
    width: 30px;
    margin: 0 13px 18px 30px;
}
.user-karma-badge {        
    color: #fff;
    font: 700 14px 'Open Sans',sans-serif;
    border-radius: 3px;
    padding: 5px 5px;
    width: 25px;
    position: absolute;
    margin: 11px -30px;
    text-align: center;  
}
.karma-points-0 {
    background-color: #ccc;
}
.karma-points-1-5 {
    background-color: #ff4e4e;
}
.karma-points-5-50 {
    background-color: #ff9250;
}
.karma-points-50-100 {
    background-color: #ffd97e;
}
.karma-points-100-500 {
    background-color: #3D7FC0;
}
.karma-points-500-plus {
    background-color: #68ade3;
}

/* end new header */ 

/* footer */
#footer {
    width: 100%;
    clear: both;
    height: 73px;
    margin-top: -73px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.09);
    box-shadow: 0 2px 7px rgba(0,0,0,.09);
    color: #AAA !important;
    font: normal 13px/13px 'HelveticaNeueLight', Helvetica, Arial, sans-serif;   
    text-align: center;
}
#footer .copyright-info {
    padding-top: 30px;
}
.copyright,
.footer-nav {
    display: inline-block;
    color: #AAA !important;
}
.copyright-center {
    display: block;
    text-align: center;
}
.footer-nav {
    margin-left: 20px;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav li {
    display: inline;
    margin-left: 8px;  

}
.footer-nav li a {
    margin-right: 8px;
    color: #AAA;
    text-transform: lowercase;
}
.dark-link {
    color: #323232  !important;
}
.grey-link {
    color: #777  !important;
}
/* filter menu */
.filter-box {
    width: 100%;
    margin-top: 47px;
}
#filter-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 2px;
}
#filter-menu li {
    display: block;
    float: left;
    width: 235px;
    line-height: 65px;
}
#filter-menu li:last-child {
}
#filter-menu li a {
    display: block;
    text-align: center;
    font: normal 18px/51px 'Open Sans', helvetica, arial, sans-serif;
    height: 56px;
    font-weight: 100;
    color: #b4b4b4;
    position: relative;
    background: transparent;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#filter-menu li a:hover,
#filter-menu li.current a {
    color: #231f20;
}
#filter-menu li a:after {
    display: block;
    content: '';
    width: 235px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -2px;
    background: #c4c4c4;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#filter-menu li.last-menu-item a {
    border-right: none;
}
#filter-menu li.last-menu-item a:after {
    width: 234px;
}
#filter-menu li:hover a:after {
    background: #3D7FC0;
}
#filter-menu li.current a:after {
    background: #3D7FC0;
}
.notify-counter {
    font: normal 15px/23px 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    color: #ff5b5b;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-top: -2px;
}
/* end filter menu */
.divider {
    height: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #fefefe;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    display: none;
}
.divider-2 {
    height: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #fefefe;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    margin: 30px 0;
}
.pitch-form-wrapper {
    color: #231f20;
    padding: 0 0 140px 0;
    margin: 0;
}
.pitch-form-wrapper p {
    font: normal 15px/18px 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0 0 30px 0;
    color: #bbb;
}
.pitch-form-wrapper .app-form-line {
    margin: 0 0 10px 0;
}
.app-page-hdr {
    font: normal 36px/43px 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 80px 0 40px 0; 
    color: #181818;
}
.app-page-subhdr {
    font: 300 24px/30px 'Open Sans', sans-serif;
    text-align: center;
    margin: 33px 0 10px 0;
    padding: 0;
}
.pitch-form-wrapper label {
    color: #9e9e9e;
    font: normal 24px/24px 'Open Sans', sans-serif;
    font-weight: 300;
    display: block;
    margin: 0 0 16px 0;
}
.pitch-form-wrapper label.label-inline {
    display: inline;
    font: normal 15px/18px 'Open Sans', sans-serif;
    color: #231f20;
}
.custom-grid p {
    padding-left: 13px;
}
.pitch-form-wrapper input[type='text'],
.pitch-form-wrapper textarea,
.karma-invite-form input[type='text'] {
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 44px;
    padding: 0 16px;
    width: 552px;
    color: #9e9e9e;
    font: normal 18px/18px 'Open Sans', sans-serif;
    font-weight: 300;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #fefefe 0%, #fefefe 87.99%, #ededed 100%);
    background-image: -o-linear-gradient(bottom, #fefefe 0%, #fefefe 87.99%, #ededed 100%);
    background-image: -webkit-linear-gradient(bottom, #fefefe 0%, #fefefe 87.99%, #ededed 100%);
    background-image: linear-gradient(bottom, #fefefe 0%, #fefefe 87.99%, #ededed 100%);
    -webkit-box-shadow: 0 1px rgba(255,255,255,.79); 
    -moz-box-shadow: 0 1px rgba(255,255,255,.79); 
    box-shadow: 0 1px rgba(255,255,255,.79);
    background: #fff;
}
.pitch-form-wrapper input[type='text'],
.karma-invite-form input[type='text'] {
    line-height: 44px\0/; /* for IE8 */
}
*+html .pitch-form-wrapper input[type='text'],
*+html .karma-invite-form input[type='text'] {
    line-height: 44px; /* for IE7 */
}
.pitch-form-wrapper input[type='text']:focus,
.pitch-form-wrapper textarea:focus,
.karma-invite-form input[type='text']:focus {
    border: 0;
    -moz-box-shadow: 0 0 15px rgba(97,153,205,.76);
    -webkit-box-shadow: 0 0 15px rgba(97,153,205,.76);
    box-shadow: 0 0 15px rgba(97,153,205,.76);
    color: #231f20;
}
.pitch-form-wrapper .error {
    border-color: #ffbdbd;
}
.pitch-form-wrapper input.error,
.pitch-form-wrapper input.error:focus,
.pitch-form-wrapper textarea.error,
.pitch-form-wrapper textarea.error:focus {
    border: 1px solid #ffbdbd;
    -moz-box-shadow: 0 0 15px rgba(245,183,183,.96);
    box-shadow: 0 0 15px rgba(245,183,183,.96);
    -webkit-box-shadow: 0 0 15px rgba(245,183,183,.96);
    box-shadow: 0 0 15px rgba(245,183,183,.96);
}
.errorSummary ul {
    margin: 0 0 30px 13px;
}
.errorSummary li {
    color: #ff6466;
    list-style: none;
    font-weight: 900;
    font-family: arial;
}
.errorMessage {
    text-transform: lowercase;
    color: #ff6466;
}
#contact-subscribers-form .errorMessage {
    margin-left: 66px;
    color: #ff6466;
}
.pitch-form-wrapper textarea.half-height {
    padding: 12px 16px;
    height: 40px;
    line-height: 1.3em;
}
.pitch-form-wrapper textarea.full-height {
    padding: 12px 16px;
    height: 188px;
    line-height: 1.3em;
}
#promo-code-input {
    width: 242px;
    margin: 0 auto;
}
#promo-code-input:focus {
    -webkit-box-shadow:  0px 0px 7px 0px #6199CD !important;        
    box-shadow:  0px 0px 7px 0px #6199CD !important;
}
.edit-form-actions .btn-save {
    width: 162px;
    padding: 30px 11px;
    margin: 0 7px;
    font-size: 20px;
    color: #666 !important;
}
.edit-form-actions .btn-disabled {
    color: #969696 !important;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE2MyA3NiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEyNSUiIHgyPSI1MCUiIHkyPSItMjUlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTklIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNjMiIGhlaWdodD0iNzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #e1e1e1 -25%, #ededed 63.51%, #ededed 125%);
    background-image: -o-linear-gradient(bottom, #e1e1e1 -25%, #ededed 63.51%, #ededed 125%);
    background-image: -webkit-linear-gradient(bottom, #e1e1e1 -25%, #ededed 63.51%, #ededed 125%);
    background-image: linear-gradient(bottom, #e1e1e1 -25%, #ededed 63.51%, #ededed 125%);
}
.edit-form-actions .btn-disabled:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE2MyA3NiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEyNSUiIHgyPSI1MCUiIHkyPSItMjUlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTklIiBzdG9wLWNvbG9yPSIjZTNlM2UzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTNlM2UzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNjMiIGhlaWdodD0iNzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==) !important;
    background-image: -moz-linear-gradient(bottom, #d4d4d4 -25%, #e3e3e3 63.51%, #e3e3e3 125%) !important;
    background-image: -o-linear-gradient(bottom, #d4d4d4 -25%, #e3e3e3 63.51%, #e3e3e3 125%) !important;
    background-image: -webkit-linear-gradient(bottom, #d4d4d4 -25%, #e3e3e3 63.51%, #e3e3e3 125%) !important;
    background-image: linear-gradient(bottom, #d4d4d4 -25%, #e3e3e3 63.51%, #e3e3e3 125%) !important;
}
#draftButton {
    color: #aaa !important;
}
.color-blue {
    color: #3D7FC0;
}
form .color-blue {
    color: #333;
}
.char-limit {
    color: #ef3b68;
}
.no-mb {
    margin-bottom: 0 !important;
}
.btn-v2 {
    border: 4px solid #75e1e1;
    border-radius: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjNmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNDMlIiBzdG9wLWNvbG9yPSIjZmZmZWZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZWZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #e9f3f9 0%, #fffeff 42.75%, #fffeff 100%);
    background-image: -o-linear-gradient(bottom, #e9f3f9 0%, #fffeff 42.75%, #fffeff 100%);
    background-image: -webkit-linear-gradient(bottom, #e9f3f9 0%, #fffeff 42.75%, #fffeff 100%);
    background-image: linear-gradient(bottom, #e9f3f9 0%, #fffeff 42.75%, #fffeff 100%);
    -webkit-box-shadow: 0 6px 4px rgba(0,0,0,.12); 
    -moz-box-shadow: 0 6px 4px rgba(0,0,0,.12); 
    box-shadow: 0 6px 4px rgba(0,0,0,.12);
    color: #231f20;
    font: normal 18px/18px 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 16px 25px;
    margin-top: 30px;
}
.btn-v2:hover {
    background: #fff !important;
    color: #75e1e1;
}
*+html .btn-v2 { /* IE7 hack*/
    line-height: 46px;
}
.drop-box {
    height: 125px;
    width: 125px;
    text-align: center;
    vertical-align: middle;
    display: block;
    opacity: .55;
    filter: alpha(opacity=55);
    font-size: 18px;
    color: #989898;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e9e9e9;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.66), 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.66), 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.66), 0 1px 0 #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNyAxMjciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZGNkY2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiNhZmFmYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZmFmYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEyNyIgaGVpZ2h0PSIxMjciIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #e0e0e0 -25%, #e0e0e0 48.5%, #dcdcdc 92%, #afafaf 115.63%, #afafaf 125%);
    background-image: -o-linear-gradient(bottom, #e0e0e0 -25%, #e0e0e0 48.5%, #dcdcdc 92%, #afafaf 115.63%, #afafaf 125%);
    background-image: -webkit-linear-gradient(bottom, #e0e0e0 -25%, #e0e0e0 48.5%, #dcdcdc 92%, #afafaf 115.63%, #afafaf 125%);
    background-image: linear-gradient(bottom, #e0e0e0 -25%, #e0e0e0 48.5%, #dcdcdc 92%, #afafaf 115.63%, #afafaf 125%);
    overflow: hidden;
    line-height: 140px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.drop-box img {
    vertical-align: baseline !important;
    max-width: 100%;
    top: 0;
}
.drop-box .cta-text {
    line-height: 18px !important;
    display: inline-block;
}

div.drop-box + p.drop-item-name > .clear-img-button {
    visibility: hidden;
}
div.drop-box.img-loaded + p.drop-item-name > .clear-img-button {
    visibility: visible;
}
.clear-img-button {
    display: inline-block;
    margin-top: 3px;
    height: 17px;
    text-decoration: underline !important;
}

input[type=file] {
    margin-left: -100px;
    opacity: 0;
    width: 330px;
    height: 142px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: 50px;
}
.drop-box input[type=file] {
    margin-left: 0px;
    opacity: 0;
    width: 125px;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: 50px;
}
.drop-box canvas  {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 0;
    border-color: transparent;
    display: block;
}
.drop-box .imgdiv  {
    width: 125px; /* old - 220px;*/
    height: 125px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    display: block;
}
.drop-tems-box {
    position: relative;
    padding-bottom: 12px;
}
.drop-tems-box .icon-help {
    position: absolute;
    right: 0;
    top: 51px;
    margin-right: -18px;
}
.drop-tems-box .span2 {
    width: 127px;
    margin-right: 26px;
    margin-left: 0;
}
.drop-tems-box .span2:first-child {
    margin-left: 33px;
}
.drop-tems-box .span2.last-child {
    margin-right: 0;
}
.drop-tems-box .span2:hover .drop-box {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.drop-tems-box p.drop-item-name {
    margin-top: 10px;
    text-align: center;
    color: #8a8a8a;
}
.drop-tems-box .span2:hover p.drop-item-name {
    color: #231f20;
}

.niceRadio {
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 18px;
    background: url(/img/sprite.png) -187px 0 no-repeat;
    margin-top: -8px;
    overflow: hidden;
}
.radioChecked {
    background-position: -187px -66px;
}
.niceRadio input {
    margin-left: -36px;
}
.icon-help {
    width: 23px;
    height: 23px;
    background-position: -257px 0;
}
.icon-help:hover,
.icon-help-active {
   background-position: -257px -50px;;
}
.app-form-line .icon-help {
    margin: -10px 0 0 12px;
}
.tooltip {
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pitch-form-wrapper .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 15px;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  line-height: 18px;
  color: #fff;
}
.pitch-form-wrapper .tooltip.top {
  margin-top: -3px;
}
.pitch-form-wrapper .tooltip.right {
  margin-left: 10px;
}
.pitch-form-wrapper .tooltip.bottom {
  margin-top: 3px;
}
.pitch-form-wrapper .tooltip.left {
  margin-left: -3px;
}
.pitch-form-wrapper .tooltip-inner {
  max-width: 200px;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #231f20;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pitch-form-wrapper .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.pitch-form-wrapper .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #231f20;
}
.pitch-form-wrapper .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  margin-left: -5px;
  border-right-color: #231f20;
}
.pitch-form-wrapper .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #231f20;
}
.pitch-form-wrapper .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #231f20;
}
*+html .pitch-form-wrapper .tooltip.right .tooltip-arrow  {  /* IE7 hack */
    border-width: 10px;
    margin-left: -10px;
    border-right-color: #231f20;
}
.pitch-form-wrapper .tooltip.right .tooltip-arrow  {  /* IE8 hack */
    border-width: 10px\0/;
    margin-left: -10px\0/;
    border-right-color: #231f20\0/;
}
.icon-ok-big {
    display: block;
    margin: 35px auto 0 auto;
    width: 59px;
    height: 59px;
    background: url(/img/sprite.png) -338px 0 no-repeat;
}
.thanks-hdr {
    padding-top: 24px 0 30px 0;
}

/* grid styles */
#grid-box {
    margin-top: 4px;
    padding-top: 10px;
}
.grid-item {
    /*min-height: 478px;*/
    margin-bottom: 17px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    -webkit-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    box-shadow: 0 2px 3px rgba(32,32,32,.08);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    background-image: linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
}
*+html #grid-box .grid-item { /* IE7 hack */
    width: 218px;
}
.grid-item-title {
    color: #111;
    font: normal 17px/20px 'Helvetica Neue', helvetica, arial, sans-serif;
    margin: 10px 0 0 0;
    padding: 0 13px;
}
.grid-item-title a {
    color: #111;
    font: normal 18px/23px 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 100;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.grid-item-title a:hover {
    color: #111;
    opacity: .5;
    filter: alpha(opacity=50);
}
.grid-item-stats-cols-box a {
    color: #ccc;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.grid-item-stats-cols-box a:hover {
    color: #bbb;
    opacity: .8;
    filter: alpha(opacity=80);
}
.notify-new {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: -3px;
    color: #ff6466;
    font: normal 14px/14px 'HelveticaNeueLight', sans-serif;
}
.grid-item-author {
    color: #C6C6C6;
    padding: 0 13px;
    margin: 5px 0 10px 0;
    font: 300 12px/12px 'Open Sans', arial, sans-serif;
}
.grid-item-author a {
   font-weight: 700;   
   font-size: 11px;
}
.grid-item-photo-box {
    text-align: center;
    display: block;
    height: 125px;
}
.grid-item-photo-box a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.grid-item-photo-box a:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}
.grid-item-photo {
    /*max-width: 87%;
    vertical-align: top;
    border-radius: 4px;
    margin-top: 10px;
    */
}
.grid-item-description {
    height: 123px; 
    overflow: hidden; 
    margin-bottom: 0;
}
.grid-item-description-first-line {
    margin-bottom: 0;
    padding: 0 13px;
    color: #5d5d5d;
    font: normal 13px/15px 'HelveticaNeueLight', helvetica, sans-serif;
}
.grid-item-description-details {
    color: #777 !important;
    padding: 10px 13px;
    text-transform: lowercase;
}
.grid-item-stats-box {
    /*background-color: #f4f4f4;
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.06);*/
    padding: 0 13px 13px 13px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.grid-item-stats-header {
    color: #111;
    font: normal 13px/ 13px 'HelveticaNeueMedium', helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    display: none;
}
.grid-item-stats-cols-box { 
    margin: 5px 0 2px 0;
}
.grid-item-stats-cols-box.list-page {
    max-width: 186px;
    min-width: 179px;
    padding: 0 0 10px 0;
}
.grid-item-stats-cols-box.details-page {
    max-width: 320px;
    margin: 0;
}
.grid-item-stats-cols-box.details-page .icon {
    background: none;
    font-size: 17px;
    height: 26px;
    width: 26px;
    line-height: 32px;
    padding-right: 2px;
}
.grid-item-stats-col {
    display: block;
    float: left;
    /*width: 30%;*/
    color: #111;
    text-align: left;
    padding-right: 5px;
}
.grid-item-stats-cols-box.details-page .grid-item-stats-col {
    padding-right: 18px;
}
.grid-item-stats-cols-box.details-page .locked-yellow-link, .grid-item-stats-cols-box.details-page .locked-red-link {
    font-size: 18px !important;
}
.grid-item-stats-counter {
    font: normal 14px/22px 'Open Sans', sans-serif;
    font-weight: 700;
    display: inline-block;
    padding-right: 6px;
}
.grid-item-stats-cols-box .icon {
    /*width: 23px;*/
    height: 18px;
    /*background: url(/img/sprite.png);*/
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px 0 0;
}
.grid-item-stats-cols-box .icon-eye-open,
.grid-item-stats-cols-box .icon-eye-view,
.grid-item-stats-cols-box .icon-heart,
.grid-item-stats-cols-box .icon-comment {
    background: none
}
.grid-item-stats-cols-box .icon-heart,
.grid-item-stats-cols-box .icon-comment {
    font-size: 11px;
}
.comments-counter {
    color: #aaa;
}
.pitch-details-box p.select-pitch-note {
    color: #bbb;
    font: italic 400 13px/21px 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
p.select-pitch-note + h3.pitch-details-subheader {
    padding-top: 0;
}
.grid-item-actions {
    float: right;
    padding: 11px 12px 0 0;
}
.grid-item-edit-link,
.grid-item-delete-link,
.grid-item-hide-link {
    color: #3a3838 !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 13px;
}
[data-icon]:before { 
    font-family: Heydings;
    content: attr(data-icon); 
    speak: none; 
    font-style: normal;
    font-weight: normal;
}
.grid-item-edit-link:hover,
.grid-item-delete-link:hover,
.grid-item-hide-link:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
/*
.grid-item-edit-link {
    background-position: 0 -432px;
    margin-left: 2px;
}
.grid-item-delete-link {
    width: 13px;
    background-position: -18px -432px;
}
*/
.grid-item-hide-link {
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-top: 3px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.grid-item-hide-link:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.grid-item-hide-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/img/sprite.png) 0 -459px;  
    filter: alpha(opacity=30); 
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;     
}
.grid-item-hide-icon:hover { 
    filter: alpha(opacity=90);     
}
.pitch-details-actions a {    
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.pitch-details-actions a:hover {
    color: #3a3838;
    opacity: 1;
    filter: alpha(opacity=100);
}
.icon-edit-pitch,
.icon-delete-pitch {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    background: url(/img/sprite.png);    
}
.icon-edit-pitch {
    background-position: 0 -432px;
}
.icon-delete-pitch {
    width: 13px;
    background-position: -18px -432px;
}
.pitch-details-actions > .tooltip.top,
.grid-item-title > .tooltip.top {    
    font-size: 14px;
    margin-top: -14px !important;
}
.grid-item-title > .tooltip.top {
    margin-left: -3px !important;
}
.custom-checkbox {
    display: block;
}
.default-checkbox {
    display: none;
}
.grid-item-check {
    margin-bottom: 0;
}
.grid-item-checkbox-label {
    display: inline-block;
    color: #63dbd9;
    font: normal 22px/35px 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    vertical-align: middle;
    padding-top: 2px;
}
.grid-item-status {
    text-align: center;
    margin: 0;
    height: 43px;   
    border-top: none;
    font: bold 14px/28px 'Helvetica Neue', helvetica, sans-serif;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;    
}
.check-pitch-link {
    display: block;
    width: 163px !important;
    margin: 0 auto;
    text-align: center;    
    height: 45px;
    font: 700 15px/45px 'Open Sans',sans-serif;    
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;;
    text-decoration: none;
    cursor: pointer !important;
    padding:0 25px !important;
    font-weight: bold;
    display: inline-block !important;
    outline: 0 !important;
    background: #f16336;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.contact-subscribers-link {
    display: block;
    width: 186px;
    margin: 0 auto;
    text-align: center;
    height: 51px;
    font: bold 14px/50px 'Open Sans',sans-serif !important;
    color: #555 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(32,32,32,.09), inset 0 1px 0 rgba(255,255,255,.79);
    -webkit-box-shadow: 0 2px 5px rgba(32,32,32,.09), inset 0 1px 0 rgba(255,255,255,.79);
    box-shadow: 0 2px 5px rgba(32,32,32,.09), inset 0 1px 0 rgba(255,255,255,.79);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4NiA1MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEyNSUiIHgyPSI1MCUiIHkyPSItMjUlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTg2IiBoZWlnaHQ9IjUxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -o-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);*/
    background: #f4f4f4 !important;
    border: 1px solid #dedede;
}
.contact-subscribers-link:hover {
    color: #231f20 !important;
    background-color: #fff;
    -moz-box-shadow: 0 2px 6px rgba(32,32,32,.16), inset 0 1px 0 rgba(255,255,255,.79);
    -webkit-box-shadow: 0 2px 6px rgba(32,32,32,.16), inset 0 1px 0 rgba(255,255,255,.79);
    box-shadow: 0 1px 2px rgba(32,32,32,.16), inset 0 1px 0 rgba(255,255,255,.79);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4NiA1MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEyNSUiIHgyPSI1MCUiIHkyPSItMjUlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTg2IiBoZWlnaHQ9IjUxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -o-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
}
.contact-subscribers-link:active{
    color: #444 !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #efeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(225,224,224,1) 0%, rgba(239,238,238,1) 50%, rgba(239,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,224,224,1)), color-stop(50%,rgba(239,238,238,1)), color-stop(100%,rgba(239,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e0', endColorstr='#efeeee',GradientType=0 );
    -moz-box-shadow: 0 2px 0 #fff;
    -webkit-box-shadow: 0 2px 0 #fff;
    box-shadow: 0 2px 0 #fff;
}
.contact-subscribers-link.disabled {
    color: #ccc !important;
    opacity: .7;
    filter:alpha(opacity=70);  
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4NiA1MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEyNSUiIHgyPSI1MCUiIHkyPSItMjUlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTg2IiBoZWlnaHQ9IjUxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -o-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    cursor: default;
    pointer-events: none;
}
.check-pitch-link:hover {
    color: #fff !important;
    background-color: #2E6AA7;
   /* -moz-box-shadow: 0 2px 6px rgba(32,32,32,.16), inset 0 1px 0 rgba(255,255,255,.79);
    -webkit-box-shadow: 0 2px 6px rgba(32,32,32,.16), inset 0 1px 0 rgba(255,255,255,.79);
    box-shadow: 0 1px 2px rgba(32,32,32,.16), inset 0 1px 0 rgba(255,255,255,.79);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4NiA1MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEyNSUiIHgyPSI1MCUiIHkyPSItMjUlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTg2IiBoZWlnaHQ9IjUxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -o-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    
    border:1px solid #c6c6c6 !important;*/
    border:1px solid rgba(0,0,0,0.09) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.08) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08) !important;
    position:relative !important;
    z-index:1 !important;
}
.check-pitch-link:active{
    background: #efeeee !important;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VmZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top,  rgba(225,224,224,1) 0%, rgba(239,238,238,1) 50%, rgba(239,238,238,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,224,224,1)), color-stop(50%,rgba(239,238,238,1)), color-stop(100%,rgba(239,238,238,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e0', endColorstr='#efeeee',GradientType=0 ) !important;
    */
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0 1px 0 #fff !important;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0 1px 0 #fff !important;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0 1px 0 #fff !important;
    color: #acacac;
    /*-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;*/
}
.drop-box:active  {
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0 1px 0 #fff !important;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0 1px 0 #fff !important;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0 1px 0 #fff !important;
}
.check-pitch-link i.checkbox-icon {
    display: inline-block;
    height: 31px;
    width: 31px;
    margin: 9px 5px 0 0;
    overflow: hidden;
    vertical-align: top;
    background: url(/img/sprite.png) no-repeat -339px -328px; /* default */
}
.check-pitch-link:hover i.checkbox-icon {   
    background-position: -339px -328px; /* blank */
}
.check-pitch-link:active i.checkbox-icon {   
    background-position: -339px -328px; /* blank */    
}
.check-pitch-link.pitch-selected {    
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*background: #efeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VmZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(225,224,224,1) 0%, rgba(239,238,238,1) 50%, rgba(239,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,224,224,1)), color-stop(50%,rgba(239,238,238,1)), color-stop(100%,rgba(239,238,238,1)));
    background: -webkit-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    background: -o-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    background: -ms-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    background: linear-gradient(to bottom,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e0', endColorstr='#efeeee',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.07), 0 1px 0 #fff !important;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.07), 0 1px 0 #fff !important;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.07), 0 1px 0 #fff !important;
    */        
    color: #444 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid rgba(0,0,0,0.07)!important;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.check-pitch-link.pitch-selected:hover {
    color: #444 !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #efeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VmZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(225,224,224,1) 0%, rgba(239,238,238,1) 50%, rgba(239,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,224,224,1)), color-stop(50%,rgba(239,238,238,1)), color-stop(100%,rgba(239,238,238,1)));
    background: -webkit-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    background: -o-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    background: -ms-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    background: linear-gradient(to bottom,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e0', endColorstr='#efeeee',GradientType=0 );
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    border:1px solid rgba(0,0,0,0.09) !important;
}
.check-pitch-link.pitch-selected:active {
    /*background: #2fccce !important;
    : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VmZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top,  rgba(225,224,224,1) 0%, rgba(239,238,238,1) 50%, rgba(239,238,238,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,224,224,1)), color-stop(50%,rgba(239,238,238,1)), color-stop(100%,rgba(239,238,238,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(225,224,224,1) 0%,rgba(239,238,238,1) 50%,rgba(239,238,238,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e0', endColorstr='#efeeee',GradientType=0 ) !important;
    */-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0 2px 0 #fff !important;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0 2px 0 #fff !important;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0 2px 0 #fff !important;
    /*-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;*/
}
.check-pitch-link.pitch-selected i.checkbox-icon {
    background-position: -378px -368px; /* black */
}
.check-pitch-link.pitch-selected:hover i.checkbox-icon {    
    background-position: -378px -368px; /* grey */
}
.check-pitch-link.pitch-selected:active i.checkbox-icon {
    background-position: -378px -368px; /* grey */
}
.check-pitch-link.single-pitch-big {
    margin: 0;
    width: 250px !important;
    height: 88px;
    line-height: 88px;
    font-size: 28px;
}
.check-pitch-link.single-pitch-big i.checkbox-icon {
    display: inline-block;
    height: 47px;
    width: 47px;
    margin: 22px 8px 0 0;
    overflow: hidden;
    vertical-align: top;
    background: url(/img/sprite.png) no-repeat -523px -379px; /* default */
}
.check-pitch-link.single-pitch-big.pitch-selected i.checkbox-icon {
    background-position: -523px -329px; /* black */
}
/*.check-pitch-link.single-pitch-big.pitch-selected:hover i.checkbox-icon {
    background-position: -529px -378px; /* grey 
}*/
/*.check-pitch-link.single-pitch-big:active i.checkbox-icon {
    background-position: -523px -379px !important; /* blank 
}*/a
.status-published {
    color: #3D7FC0;
}
.status-draft {
    color: #ff5b5b;
    font-style: italic;
}
.status-pending {
    color: #acacac;
    font-style: italic;
}
.niceCheck {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    background: url(/img/sprite.png) -188px -134px;
    overflow: hidden;
    vertical-align: middle;
}
.custom-checkbox.checked .niceCheck {
    background-position: -188px -194px;
}
.custom-checkbox.checked .grid-item-checkbox-label {
    color: #231f20;
}

.grid-load-more-box {
    margin-top: 10px;
    margin-bottom: 104px;
    clear: both;
    position: relative;
    text-align: center;
}
.icon-circle-arrow-down {
    background: url(/img/sprite.png) -70px -194px;
}
.btn-load-more,
.btn-comment-submit {
    padding: 15px 26px;
    font: normal 15px/18px 'Open Sans', sans-serif;
    font-weight: 700;
    color: #666 !important;
}
.ui-dialog {
    outline: 0px;
    z-index: 2232208;
    height: auto;
    width: 542px;
    top: 40px;
    left: 399px;
    display: block;
    position: fixed;
}
.ui-widget-overlay {
    z-index: 2134344;
}

/* faq */
.faq-box {
    position: relative;
    padding-bottom: 198px; 
}
.page-title {        
    color: #181818;
    font: normal 37px/60px 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 40px 0 0 0;
    padding-top: 40px;
}
.faq-item {
    margin-top: 30px;
    clear: both;
}
.faq-item h3 {
    color: #231f1f;
    font: normal 20px/25px 'Open Sans', sans-serif;
    font-weight: 300;
}
.faq-item p {
    color: #777;
    font: normal 14px/18px 'helvetica', sans-serif;
    font-weight: 300;
}   
.sub-header {
    text-align: center;
    color: #777;
    font: normal 19px/21px 'Open Sans', sans-serif;
    font-weight: 300;
}   
.faq-item blockquote {
    color: #a1a0a1;
    font: normal 15px/21px 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    border-left: none;
    padding: 0 20px;
}
.faq-item a {
    color: #444;
}
.faq-item ul {
    margin: 0;
}
.faq-item ul li {
    list-style: none;
    color: #777;
}
.faq-item ul li img {
    text-align: center;
}
/* resources page */
.downloads-1 {
    display: block;
    float: left;
    width: 300px;
    margin: 20px 10px;
}
.downloads {
    display: block;
    float: left;
    text-align: center;
    padding-right: 25px !important;
    border-right: 1px solid #ddd;
    padding-left: 25px;
}
}
.downloads li, .downloads-1 li {
    list-style: none;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
}
.downloads li img {
    width: 4em;
    margin: 5px 0;
    padding: 10px 0;
}
.downloads-1 li img {
    width: 4em;
    margin: 20px 0;
    padding: 10px 0;
}
.downloads-1 .screenshots {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    -webkit-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    box-shadow: 0 2px 3px rgba(32,32,32,.08);
    width: 17em;
    border: 12px solid #fff;
}

/* picth details */

 .nivoSlider img {
        float: left;
        height: 100% !important;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
.pitch-details-box h2.page-title {
    margin-bottom: 0;
    text-align: center;
}
.pitch-details-box h3.pitch-details-subheader {
    color: #555;
    font: normal 22px/22px 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 5px 0;
    margin-bottom: 20px;
    padding-top: 25px;
}
.pitch-details-box p {
    font: normal 14px/21px 'Open Sans', sans-serif;
    font-weight: 400;
    color: #777;
    margin: 0 0 22px 0;
}
p.pitch-author {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}
.pitch-author a {
    color: #444;
}
.nivo-directionNav a {
    z-index: 233 !important;
}
.pitch-link {
    position: absolute;
    top: 41px;
    display: block;
    width: 37px;
    height: 37px;
    border: 1px solid #949494;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #1a1a1a;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.07);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.07);
    box-shadow: 0 2px 3px rgba(0,0,0,.07);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM2IDM2IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTI1JSIgeDI9IjUwJSIgeTI9Ii0yNSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI1OSUiIHN0b3AtY29sb3I9IiNmZmZlZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZlZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjM2IiBoZWlnaHQ9IjM2IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #f3f3f3 -25%, #fffeff 63.51%, #fffeff 125%);
    background-image: -o-linear-gradient(bottom, #f3f3f3 -25%, #fffeff 63.51%, #fffeff 125%);
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 -25%, #fffeff 63.51%, #fffeff 125%);
    background-image: linear-gradient(bottom, #f3f3f3 -25%, #fffeff 63.51%, #fffeff 125%);
    text-indent: 1000em;
    overflow: hidden;
    white-space: nowrap;
    background: url(/img/sprite.png);
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.pitch-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.pitch-previous-link {
    left: 0;
    background-position: 0 -280px;
}
.pitch-next-link {
    right: 0;
    background-position: -37px -280px;
}
.pitch-link-disabled,
.pitch-link-disabled:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.problem-list-box p {
    /*margin-left: 46px;*/
}
.span6 {
    width: 460px;
}
.icon-ok-grey,
.icon-cancel-grey {
    width: 32px;
    height: 32px;
    margin-right: 6px;
}
.icon-cancel-grey {
    background-position: -340px -131px; 
}
.icon-ok-grey {
    background-position: -340px -174px; 
}
.row {
    padding-bottom: 10px !important;
}
.pitch-slider-container {
    padding: 30px 0; 
    border-top: 1px solid #dfdfdf;
}   
.pitch-slider-box {
    width: 508px;
    height: 401px;
    float: left;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 1px 6px rgba(32,32,32,.12);
    -webkit-box-shadow: 0 1px 6px rgba(32,32,32,.12);
    box-shadow: 0 1px 6px rgba(32,32,32,.12);
    position: relative;
}
.pitch-details-actions {
    float: left;
    margin: 10px 12px 0 0;
}
.pitch-details-actions a {
    font-size: 16px;
    font-weight: normal;
    color: #3a3838;    
    display: inline-block;
    margin-left: 4px;
    text-transform: lowercase;
}
.grid-item .pitch-details-actions {
    float: right;
    margin: 10px 12px 0 0;
}
.pitch-statistics {
    width: 404px;
    float: right;
}
.pitch-statistics .grid-item-stats-counter {
    font-size: 23px;
    line-height: 36px;
    color: #ccc;
    padding: 0 0 7px 0;
}
.pitch-statistics .grid-item-stats-counter-name {
    font-size: 22px;
    line-height: 22px;
    padding-left: 43px;
}
.pitch-statistics .grid-item-check {
    padding-top: 12px !important;
}
.pitch-statistics .grid-item-checkbox-label {
    font-size: 38px;
}
.pitch-statistics .niceCheck {
    width: 60px;
    height: 60px;
    background-position: -187px -370px;
}
.pitch-statistics .custom-checkbox.checked .niceCheck {
   background-position: -187px -280px;
}
.details-page .grid-item-stats-cols-box .icon-heart,
.details-page .grid-item-stats-cols-box .icon-comment,
.details-page .grid-item-stats-cols-box .icon-eye-open {
    line-height: 32px;
    background: none;
    margin-right: 6px;
    margin-top: 6px;
}
.grid-item-stats-cols-box .icon-eye-big {
    background-position: 0 -517px;
}
.grid-item-stats-cols-box .icon-heart-big {
    background-position: -40px -517px;
}
.grid-item-stats-cols-box .icon-comment-big {
    background-position: -80px -517px;
}
.pitch-details-description-box {
    overflow: hidden;
}
.pitch-details-description-box h3.pitch-details-subheader {
    padding: 0;
}
.user-comment-box {
    margin: 0 !important;
    max-width: 713px;
}
.comments-level-2 {
    background: #e9e9e9;
    padding: 0px 20px 20px 20px;
    border-radius: 5px;
    margin: 20px 0;
}
.user-comment {
    width: 711px;
    height: 135px;
    padding: 20px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDcxMSAxMzUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI3MTEiIGhlaWdodD0iMTM1IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #fefefe 0%, #fefefe 93.99%, #ededed 100%);
    background-image: -o-linear-gradient(bottom, #fefefe 0%, #fefefe 93.99%, #ededed 100%);
    background-image: -webkit-linear-gradient(bottom, #fefefe 0%, #fefefe 93.99%, #ededed 100%);
    background-image: linear-gradient(bottom, #fefefe 0%, #fefefe 93.99%, #ededed 100%);
    background: #fff;
    color: #c9c9c9;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
.user-comment:focus {
    color: #231f20 !important;
}
*+html .user-comment { /* IE7 */
    width: 671px;
}
textarea.dynamic-comment {
    height: 135px;
    padding: 20px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDcxMSAxMzUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI3MTEiIGhlaWdodD0iMTM1IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #fefefe 0%, #fefefe 93.99%, #ededed 100%);
    background-image: -o-linear-gradient(bottom, #fefefe 0%, #fefefe 93.99%, #ededed 100%);
    background-image: -webkit-linear-gradient(bottom, #fefefe 0%, #fefefe 93.99%, #ededed 100%);
    background-image: linear-gradient(bottom, #fefefe 0%, #fefefe 93.99%, #ededed 100%);
    background: #fff;
    color: #c9c9c9;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    max-width: 711px;    
}
textarea.dynamic-comment:focus {
    color: #231f20 !important;
}
.submit-reply-btn {
    display: block;
    margin-top: 10px;
    height: 52px;
}
.dynamic-box {
    padding-top: 10px;
    padding-left: 45px;
}
.comment-submit-details {
    width: 713px;
}
.user-comment-note {
    color: #a6a6a6 !important;
}
.icon-enter-grey {
    width: 13px;
    height: 13px;
    background-position: -422px 0;
}
#comments-list,
#comments-list ul {
    list-style: none;
}
#comments-list {
    margin-left: 0;
    padding-bottom: 120px;
}
#comments-list ul {
    margin-left: 0px;
}
#comments-list li {
    padding-top: 18px;
    font: normal 14px/21px 'Open Sans', sans-serif;
    font-weight: 400;
    color: #777;
}
#comments-list > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
#comments-list.comments-level-1 > li:first-child {
    padding-top: 0;
}
#comments-list li strong {
    font-weight: 700;
}
.dynamic-comment {
    margin: 10px 0 0 0 !important;
}
.dynamic-comment textarea {
    margin: 0;
}
.comment-time {
    color: #999;
    font-size: 12px;
}
.comment-reply-note {
    margin-left: 12px;
    color: #838383;
    font-size: 14px;
    height: 20px;
    font-style: normal;
    padding-top: 8px;
    display: inline-block;
    vertical-align: middle;
}
#slider {
    border-bottom: 0;
}
/* account page */
.app-page-header .single-logo {
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    text-align: center;
    line-height: 50px;
}
.account-info-form {
    padding: 40px 0 33px 0;
    width: 620px;
    margin: 0 auto;
}
.account-info-form p {
    vertical-align: middle;
    margin: 0 0 18px 0;
}
.ls-form label {   
    font: 300 20px/28px 'Open Sans', sans-serif;
    color: #9e9e9e;
    padding-top: 0 !important;
    text-transform: lowercase;
}
.account-info-form label  {
    width: 330px !important;
    text-align: left !important;
    margin-right: 38px;
}
.reset-pass-form label  {
    margin-bottom: 0 !important;
}
.reset-pass-form .errorMessage {
    display: inline-block;
    float: right;
    width: 242px;
}
.account-info-data,
.account-info-data a {
    font: normal 15px/23px 'Open Sans', sans-serif;
    color: #c9c9c9;
    text-decoration: none;
}
.account-info-data {
    float: left;
    max-width: 252px;
    /*display: block;*/
    margin-left: 0px;
}
#register-form .account-info-data {
    display: inline-block;
    max-width: 242px;
    overflow: hidden;
    padding-bottom: 15px;
    text-overflow: ellipsis;
    margin-left: 50px;
}
#register-form span.errorMessage {
    display: block;
    line-height: 1.4em;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 40px;
    max-width: 216px;
    white-space: normal;
}
.input-baseline {
    line-height: 55px !important;
    vertical-align: middle;
}
.ls-form input[type='text'],
.ls-form input[type='password'],
#settings-form textarea {
    width: 208px;
    height: 44px;
    border: 0;
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff !important;
    background: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    color: #c9c9c9;
    font: 300 24px 'Open Sans', sans-serif;
    line-height: normal; /* Chrome */
    line-height: 47px\0/; /* IE8 */
    padding: 0 16px !important;
    transition: all linear 300ms;
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -o-transition: all linear 300ms;
}
*+html .ls-form input[type='text'], /* IE7 */
*+html .ls-form input[type='password'] {
    line-height: 47px;
}
.ls-form input[type='text']:focus,
.ls-form input[type='password']:focus,
#settings-form textarea:focus {
    color: #231F20 !important;
    font-family: arial\0/; /* IE8 bug */
    border-color: #6199CD;
    -webkit-box-shadow:  0px 0px 7px 0px #6199CD !important;        
    box-shadow:  0px 0px 7px 0px #6199CD !important;
}
#settings-form textarea {
    height: 88px;
    font: 300 18px/18px 'Open Sans',sans-serif;
    line-height: 18px !important;
    padding: 12px 16px !important;
}
.account-info-form .save-account-info {
    text-align: right;
    margin: 0;
    overflow: hidden;
}

/*.btn-save {
    display: inline-block;
    padding: 27px 46px;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 20px;
    color: #555 !important;
    font-weight: 700 !important;
    text-transform: lowercase;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}*/

.view-submissions-link-box {
    width: 600px;
    margin: 20px auto;
}
.view-submissions-link {
    margin-top: 20px;
    font: 700 14px/21px 'Open Sans', sans-serif;
    color: #c9c9c9 !important;
}
.view-submissions-link:hover {
    color: #3D7FC0 !important;
}



/* set up your account page*/
#thanks-message {
    font: 700 14px/18px 'Open Sans', sans-serif;
    color: #fff;
    float: left;
    text-align: left;
    padding-top: 22px;
    background: #33d8da;
    padding: 20px 10px !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #2bc2c4;
}
.icon-check-dark {
    width: 32px;
    height: 25px;
    display: block;
    float: left;
    background: url(/img/sprite.png) -552px -177px no-repeat;
    margin: 6px 16px 6px 10px;
}

/* inputs states */
input.check-error {
    border-color: #f02a2a !important;
}
input.check-error:focus {
   -webkit-box-shadow: 0 0 8px rgba(240, 42, 42, 0.6);
    box-shadow: 0 0 8px rgba(240, 42, 42, 0.6);
}

input.check-success {
    border-color: #2af054 !important;
}
input.check-success:focus {
   -webkit-box-shadow: 0 0 8px rgba(42, 240, 84, 0.6);
    box-shadow: 0 0 8px rgba(42, 240, 84, 0.6);
}



/* beta landing page*/
.promo-img {
    text-align: center;
    padding: 131px 0 12px 0;
    margin: 0;
}
.promo-img+h2 {
    margin: 0;
    padding-top: 27px;
}
.landing-intro {
    font: normal 24px/24px 'HelveticaNeueLight', Helvetica, Arial, sans-serif;    
    margin: 20px auto 1.5em auto;
    text-align: center;
    color: #777;
}
#email-to-invite {
    width: 440px;
    height: 67px;
    vertical-align: top;
}
.btn-email-to-invite {
    padding: 21px 26px;
    margin-left: 8px;
    vertical-align: top;
}
.promo-code-box {
    text-align: right;
}
.invite-code-label {
    display: inline-block;
    vertical-align: middle;
    font: normal 12px/18px 'HelveticaNeueLightItalic', sans-serif !important;    
}
#invite-code-field {
    width: 34px;
    font-size: 14px;
    padding: 0 8px !important;
    margin: 0 244px 0 12px;
    vertical-align: middle;
}
.already-member-box {
    padding-top: 36px;
    text-align: center;
    font-family: 'HelveticaNeueLightItalic', sans-serif;
    font-size: 14px;
}
.already-member-box a {
    color: #777;
    font-family: 'HelveticaNeueMedium', sans-serif !important;
}
.decor {
    display: inline-block;
    margin: 0 14px; 
    font: italic bold 15px/20px Georgia, serif;
    color: #aeaeae;
    padding: 13px 0;
}
.btn-custom {
    font: 700 18px 'Open Sans';
    color: #231F20 !important;
    padding: 21px 34px;
}
.btn-blue-border-big {
    border: 1px solid #28edeb;
    -webkit-box-shadow: inset 0px 0px 0px 1px #28edeb;
    box-shadow: inset 0px 0px 0px 1px #28edeb;
    padding: 21px 34px;
}
.btn-blue-border {
    border: 1px solid #28edeb;
    -webkit-box-shadow: inset 0px 0px 0px 1px #28edeb;
    box-shadow: inset 0px 0px 0px 1px #28edeb;
    padding: 13px 34px;
}   
.login-form {
    width: 296px;
    margin: 0 auto;
    padding: 32px 0 140px 0;
}
.login-form input[type=text],.login-form input[type=password] {
    width: 296px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px !important;
    line-height: 69px\0/ !important; /* IE8 */
}
a.reset-link {
    font: 700 16px/20px 'Open Sans', sans-serif;
    color: #aeaeae;
    display: block;
}
a.reset-link:hover {
    color: #8e8e8e;
}   
.login-form-actions {
    text-align: right;
}
.login-form-actions #thanks-message {
    padding-top: 0;
    margin-bottom: 20px;
}
a.login-cancel-link {
    font: 700 16px/20px 'Open Sans', sans-serif;
    color: #ff5a68;
    margin-right: 50px;
}
a.login-cancel-link:hover {
    color: #e0505a;
}
a.cancel-link {
    font: 700 16px/20px 'Open Sans', sans-serif;
    color: #969696;
}
a.cancel-link:hover {
    color: #2c2c2c;
}
.login-submit-success {
    font: 700 16px/67px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    height: 67px;
    background: #96fc00;
    border: 1px solid #90b366;
    border-radius: 5px;
}
.page-invite-subtitle {
    font-weight: normal;
}
.thanks-text-box {
    width: 630px;
    border: 1px solid #c9c9c9;
    border-radius: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin: 0 auto 20px auto;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f3f3f3;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
}
.thanks-text-box > h3 {
    margin-top: 0;
}
.thanks-text-box + .landing-intro {
   color: #231f20;
}
.thanks-intro {
    font: normal15px/18px 'HelveticaNeueLight', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #231f20;
}
#val-prop-container {
    margin: 20px;
}
#val-prop {
    font-weight: bold;
    color: #3D7FC0 !important;
    font-size: 28px;
}
.alert.alert-success.alert-success-ls {
    background: #DBEAF5;
    border-color: #3D7FC0;
    color: #111;
}
.alert.alert-success.alert-success-ls.alert-share {
    width: 460px;
    left: 50%;
    top: 61px !important;    
    margin-left: -230px;
    top: 
}
.alert.alert-success.alert-success-ls.alert-share h3 {
    text-align: center;
    color: #434343;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    margin: 0 0 10px 0;
    padding-top: 54px;
}
.alert.alert-success.alert-success-ls.alert-share h2 {
    text-align: center;
    color: #434343;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 400;
    margin: 0;
}
.alert.alert-success.alert-success-ls.alert-share p {
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
}
.alert.alert-success.alert-success-ls.alert-share p.close-box {
    padding: 0;    
    font-size: 16px;
    line-height: 24px;
}
.alert.alert-success.alert-success-ls.alert-share p.close-box a {
    color: #AFBBC4;    
}
.alert.alert-success.alert-success-ls.alert-share p.close-box a span {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    font-family: Helvetica, ​Arial,​ sans-serif !important;
    display: inline-block;
    vertical-align: middle;    
    margin-top: -2px;
}
.alert.alert-success.alert-success-ls.alert-share p.close-box a:hover {
    color: #838c93;
}
.alert.alert-success.alert-success-ls.alert-share .share-twitter, 
.alert.alert-success.alert-success-ls.alert-share .share-facebook {
    display: inline-block;
    width: 65px;
    height: 65px;
    text-indent: -9999em;
    overflow: hidden;
    vertical-align: middle;
    opacity: .9;
}
.alert.alert-success.alert-success-ls.alert-share .share-twitter:hover, 
.alert.alert-success.alert-success-ls.alert-share .share-facebook:hover {
    opacity: 1;    
}
.alert.alert-success.alert-success-ls.alert-share .share-twitter {
    background: url(/img/sprite.png) -195px -530px no-repeat;
    margin-right: 6px;
}
.alert.alert-success.alert-success-ls.alert-share .share-facebook {
    background: url(/img/sprite.png) -272px -530px no-repeat;
    margin-left: 6px;
}
a.cancel-link:hover {
    /*background: #DBEAF5;*/
    border-color: #3D7FC0;
    color: #111;
}
h1.no-pitches-heading {
    margin: 100px auto 0 auto;
    width: 400px;
    text-align: center;
   color: #000000;
}
.no-pitches-text {
    font-size: 17px;
    margin: 70px auto 0 auto;
    width: 650px;
    text-align: center;
    color: #b4b4b4;
    line-height: 22px;
}
#infscr-loading div {
    font-size: 18px;
    font-weight: bold;
}
.infinite_navigation {
    display: block;
    width: 100%;
}
#infscr-loading {
    width: 100%;
    text-align: center;
}
#infscr-loading img {
    margin: 0 auto;
}

.alert-success-ls {
    width: 890px;
    position: fixed;
    left: 50%;
    margin-left: -470px;
    z-index: 1;
    top: 70px;
}
.alert-success-ls a {
    cursor: pointer;
}
.page-404-box {    
    width: 100%;
    text-align: center;
    padding-top: 160px;
}
.page-404-box h2 {    
    font: 700 102px/114px 'Open Sans', sans-serif;    
    color: #666;
    margin: 0;
}
.page-404-box p { 
    font-size: 18px;
}
#ch-password-form span.errorMessage {
    padding: 4px 0 0 0;
    float: right;
}
#ch-password-form input[type='text'],
#ch-password-form input[type='password'] {
    float: right;
}

/* Submit page styles */
.submit-process-title {
    text-align: center;
    margin: 27px 0 10px 0;
    padding-top: 52px;
    /*color: #3D7FC0;
    font: 700 35px/37px 'Open Sans', sans-serif;*/
    color: #181818;
    font: normal 36px/43px 'Open Sans', sans-serif;
    font-weight: 300;
}

.title-price {
    display: block;
    color: #3D7FC0;
    font-size: 36px;
    line-height: 40px;
    padding-top: 6px;
}
.title-price small {
    color: #cfcfcf;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin: -10px 8px 0 0;
}
.submit-process-page p {
    color: #777;
    font: normal 16px/24px 'HelveticaNeueLight', helvetica, sans-serif;
}
.community-pic, #members-pic, #credit-cards-pic {
    text-align: center;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
#quote-box {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    -webkit-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    box-shadow: 0 2px 3px rgba(32,32,32,.08);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦AiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    background-image: linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    padding: 30px 50px;
    width: 600px;
    margin: 40px auto;
}
#eric-pic {
    text-align: center;
    margin-left: -10px;
    margin-top: 7px;
    margin-bottom: 30px;
}
#eric-pic img {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    width: 23%;
    float: left;
    margin-right: 20px;
}
.submit-process-block {
    padding-bottom: 40px;
}

.submit-process-page .submit-promo-code-box .app-page-subhdr {
    padding-top: 20px;
}
.submit-process-graph {
    padding: 50px 0;
}
.submit-process-graph h4 {
    margin: 0;
    font: normal 18px/24px 'HelveticaNeueMedium', helvetica, sans-serif;
}
.submit-process-graph p {
    margin-bottom: 30px;
    padding-right: 20px;
}
.submit-process-graph .span6 {
    box-shadow: 1px 0 0 #dbdbdb, 2px 0 0 #fff;
}
.submit-process-graph .span6 p:last-child {
    margin-bottom: 0;
}
.submit-process-graph .calculated-info {
    padding-top: 30px;
    text-align: center;
    color: #c6c6c6 !important;
    font: 700 18px/18px 'Open Sans', sans-serif;
}
.submit-process-graph .calculated-info big {
    font-size: 42px;
    line-height: 58px;
}
.submit-process-graph .calculated-info big span {
    font-weight: 300;
}
.calculated-info img {
    margin-bottom: 12px;
}
.submit-process-graph-stats {
    font: 700 51px/53px 'Open Sans', sans-serif;
    color: #ccc;
    margin-bottom: 48px;
    padding-left: 30px;
}
.submit-process-graph-stats .icon {
    background: none;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 36px;
    margin-top: -2px;
    width: 1em;
}
.icon-eye-biggest {
    background-position: 0 -557px;
}
.icon-heart-biggest {
    background-position: -53px -557px;
}
.icon-comment-biggest {
    background-position: -106px -557px;
}
.submit-promo-code-box {
    padding-bottom: 40px;
    width: 100%;
    background: #ebeaea;
    margin-top: 50px;
}
.submit-promo-code-box p {
    color: #231f20;
    font: 300 15px/18px 'Open Sans', sans-serif;
}
.submit-promo-code-box p a {
    text-decoration: underline;
}
.submit-promo-code-box input[type='text'] {
    border: none;
    font-size: 18px;
    margin-top: 12px;
    width: 241px;
}
.footer-padding .submit-process-page {
    padding: 0 !important;
}
p.moneyback {
    color: #bbb;
    font-size: 16px;
    line-height: 36px;
    padding: 10px 0 26px;
    text-align: center;
}
p.moneyback a {
    text-decoration: none;
    font-weight: bold;
    color: #777;
}
p.moneyback i {    
    font-size: 20px;
    margin-top: -4px;
    margin-right: 3px;
    vertical-align: middle !important;
}
.quote {
    text-align: left;
    padding: 0;
    padding: 0 140px;
    width: 476px;
    font: normal 17px/24px 'HelveticaNeueLight', helvetica, sans-serif !important;
    font-style: normal;
    color: #252525 !important;
}
.quote-source {
    text-align: left;
    padding-bottom: 30px;
    padding-left: 140px;
}
.ls-form #submitButton {
    height: 64px !important;
    line-height: 62px !important;
}
.btn-submit-pitch,
input.btn-submit-pitch {
    border: 1px solid #2e6eac !important;
    -moz-border-radius: 5px / 4px;
    -webkit-border-radius: 5px / 4px;
    border-radius: 5px / 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff !important;
    -webkit-font-smoothing: antialiased !important;;
    font: 700 18px/90px 'Open Sans', sans-serif !important;
    text-decoration: none !important;
    padding: 0 30px !important;
    /*-webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;*/ 
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    text-shadow: none !important;
    background: #3a7fc0;    
}
.btn-submit-pitch:hover,
input.btn-submit-pitch:hover {    
    border: 1px solid #2e6eac !important;
    background: #3a7fc0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhN2ZjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTZlYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #3a7fc0 0%, #2e6eac 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a7fc0), color-stop(100%,#2e6eac)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3a7fc0 0%,#2e6eac 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3a7fc0 0%,#2e6eac 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3a7fc0 0%,#2e6eac 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3a7fc0 0%,#2e6eac 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7fc0', endColorstr='#2e6eac',GradientType=0 ); /* IE6-8 */
}


/* locks styles */

.locked-red-link {
    color: #f87676;
    opacity: .9;
    filter: alpha(opacity=90);
    display: block;
    text-align: center;
    background-image: none;
    font-size: 12px !important;

}
.locked-yellow-link {
    opacity: .9;
    filter: alpha(opacity=90);
    color: #f8cf76;
    text-align: center;
    background-image: none;
    font-size: 12px !important;
}
.locked-red-link:hover,
.locked-yellow-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.popover-content-link {
    display: block;
    font-size: 12px;
    color: #3D7FC0 !important;
    text-decoration: underline !important;
}
.popover-content-link-inline {
    color: #3D7FC0 !important;
    text-decoration: underline !important;
}



.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 230px;
    padding: 4px;
    text-align: left;
    background-color: #222;
    color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    white-space: normal;
    font: normal 12px/14px 'HelveticaNeueLight', helvetica, sans-serif;
    box-shadow: none !important;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #231f20;
    color: #fff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.popover-title:empty {
    display: none;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    bottom: -11px;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #231f20;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #777;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #231f20;
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #777;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #231f20;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #777;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #231f20;
    bottom: -10px;
}
#header-karma .popover { font-size: 13px; width: 210px; margin-left: -100px; }
#header-karma .popover a { font-size: 12px; color: #3D7FC0 !important; padding: 0; border:0 !important; }
#header-karma .popover a:hover {background: none;}
/* karma modal styles */

.dark-shadow {
    background: #080808;
    background: #eee;
    opacity: .90;
    filter: alpha(opacity=90);
    display: none;
}
.karma-popup {
    display: none;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -314px;
    width: 628px;
    height: 731px;
    z-index: 100006;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    -webkit-box-shadow: 0 2px 3px rgba(32,32,32,.08);
    box-shadow: 0 2px 3px rgba(32,32,32,.08);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDYyOCA3MzEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI2MjgiIGhlaWdodD0iNzMxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    background-image: linear-gradient(bottom, #fff 0%, #fff 84.5%, #fff 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.karma-popup h3 {
    font: 300 24px/24px 'Open Sans', sans-serif;
    color: #232323;
}
.karma-popup p {
    font: normal 18px/18px 'HelveticaNeueLight', helvetica, sans-serif;
    color: #777;
}
.karma-popup p strong {
    font: normal 18px/18px 'HelveticaNeueMedium', helvetica, sans-serif;
    white-space: nowrap;
}
.popup-title {
    text-align: center;
    font: 300 33px/42px 'Open Sans', sans-serif;
    color: #232323;
    padding-top: 27px;
}
.karma-points-text-0-5 {
    color: #f59250;
}
.karma-points-text-5-50 {
    color: #f7c222;
}
.karma-points-text-50-100 {
    color: #64dcda;
}
.karma-points-text-100-500 {
    color: #88cbff;
}
.karma-points-text-500-plus {
    color: #88cbff;
}
.karma-cols-box {
    padding: 20px 0;
}
.karma-col {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}
.karma-col:first-child:after {
    width: 1px;
    height: 58px;
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 10;
    background: #e1e1e1;
}
.karma-col h3 {
    margin-top: 0;
}
.icon-comment-bigger-blue,
.icon-comment-ref-blue {
    width: 68px;
    height: 59px;
    float: left;
    margin-right: 18px;
}
.icon-comment-bigger-blue {
    margin-top: 12px;
    background-position: -190px -460px;
}
.icon-comment-ref-blue {
    margin-top: 8px;
    background-position: -259px -460px;
}
.karma-rank {
    margin: 5px 0;
    padding: 10px 0;
    list-style: none;
    width: 100%;
    background: none;
    display: block;
}
.karma-rank li {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    width: 605px;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 10px;
    border-radius: 6px;
}
.cell ,
.lock-status,
.rank-details {
    vertical-align: middle;
    display: table-cell;
}
.lock-status,
.rank-details {
    min-width: 160px;
    padding: 10px;
    font-size: 16px !important
}
.lock-status {
    font-weight: 800 !important;
    font-family: arial, helvetica, sans-serif !important;
}
.current-karma-rank {
    /*background-color: #f4f4f4;*/
    background: #f1f1f1;
    /*-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IwIiB3aWR0aD0iMTg2IiBoZWlnaHQ9IjUxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -o-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);
    background-image: linear-gradient(bottom, #ebebeb -25%, #ebebeb -18.63%, #f9f9f9 29.02%, #f9f9f9 125%);*/
}
.current-karma-rank p {
    color: #666 !important;
}
.karma-rank-sign {
    width: 110px;
    height: 89px;
    display: block;
    margin-right: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font: 700 23px/34px 'Open Sans', sans-serif;
}
.karma-rank-sign span {
    color: #fff;
    font: 700 16px/36px 'Open Sans', sans-serif;
    text-align: center;
    display: block;
    margin: 4px auto;
    width: 94px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f77575;
}
.active-sign {
    background: #f59250;
    color: #ffb27e;
}
.active-sign span {
    background: #ffb27e;
}
.veteran-sign {
    background: #dcaf4d;
    color: #f8cf76;
}
.veteran-sign span {
    background: #f8cf76;
}
.elite-sign {
    background: #43b9b7;
    color: #64dcda;
}
.elite-sign span {
    background: #64dcda;
}
.vip-sign {
    background: #68ade3;
    color: #88cbff;
}
.vip-sign span {
    background: #88cbff;
}
.lock-locked-grey {
    width: 18px;
    height: 16px;
    background-position: -76px -460px;
}
.lock-unlocked-grey {
    width: 18px;
    height: 16px;
    background-position: -126px -490px;
}
.lock-unlocked-dark {
    width: 18px;
    height: 16px;
    background-position: -156px -490px;
}
.lock-locked-dark {
    width: 18px;
    height: 16px;
    background-position: -96px -460px;
}
.karma-close-link {
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background-position: -49px -430px;
    text-indent: -9999em;
    overflow: hidden;
    margin: 20px 20px 0 0;
    opacity: .8;
    filter: alpha(opacity=80);
}
.karma-close-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}



/*
***************************
new modals
***************************
*/
.rev-modal {
    position: fixed;
    top: 60px;
    margin-top: -185px;
    top: 50%;
}
.rev-login-form {
    margin-bottom: 0;
}
.rev-modal input:focus {
    border-color: #6199CD !important;
}
#LoginForm_password_em_ {
    margin-left: 0;
}
#LoginForm_username_em_ {
    margin-left: 0px;
}
.tapped-modal,
.register-modal {
    width: 310px;
    margin-left: -145px;
    position: fixed;
    margin-top: -240px;
    top: 50%;
}
/*#registerButton {
    background: #3D7FC0 !important;
    color: #fff !important;
    border: auto;
    text-shadow: none;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
    box-shadow: 0px 2px 5px rgba(0,0,0,.1) !important;
}*/
.ls-modal {
    width: 582px;
    margin-left: -291px;
}
.login-modal {
    width: 310px;
    margin-left: -145px;
    position: fixed;
    margin-top: -200px;
    top: 50%;
}
.close-link {
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background-position: -49px -430px;
    text-indent: -9999em;
    overflow: hidden;
    margin: 20px 20px 0 0;
    opacity: .8;
    filter: alpha(opacity=80);
}
.close-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.rev-modal p {
    margin: 0px;
    font-size: 14px;
    line-height: 19px;
    color: #777;
}
.rev-modal form .errorMessage {
    color: #ff6466;
    text-transform: lowercase;
    line-height: 2em;
    white-space: nowrap;
    font-size: .9em !important;
    margin-left: 40px;
}
.login-modal p {
    margin: 0 40px 1.5em 40px;
}
.rev-modal p {
    clear: both;
}
.rev-modal #community-description {
    padding: 10px 20px 20px 20px;
}
.rev-modal form {
    padding-bottom: 10px;
}
.rev-modal form p {
    margin-bottom: 5px;
}
.rev-modal form .control-label {
    width: 225px;
    margin-right: 20px;
    color: #666;
    font-size: 18px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 130px;
    display: none;
}
.login-modal form .control-label {
    width: 173px !important;
    padding: 0;
}
.rev-modal form  .input-baseline {
    line-height: 50px !important;
    white-space: nowrap;
}
.rev-modal form .account-info-data {
    font-size: 18px;
    color: #33d8da;
    padding-top: 5px;
}
.rev-modal form input[type='text'],
.rev-modal form input[type='password'],
.register-modal form p.clearfix input {
    color: #c9c9c9;
    font-size: 18px;
    width: 182px;
    margin-bottom: 8px;
    margin-left: 40px;
}

#login-form input[type='text'],
#login-form input[type='password'] {
    margin-left: 0;
}
.rev-modal form input {
    border: 1px solid #dedede !important;
}
.rev-modal form .btn-save {
    padding: 14px 40px;
    font-size: 14px;
    margin-left: 143px;
}
.rev-modal.message-modal form .btn-save {
    margin-left: 23px;
}
.rev-modal.message-modal form .cancel-link {
    margin-left: 200px;
    font-weight: normal;
}
.login-modal form {
    padding-top: 20px;
    padding-bottom: 20px;
}
.login-modal a.forgot-link {
    color: #aeaeae;
    display: block;
    font: 700 12px/20px 'Open Sans',sans-serif;
    text-transform: lowercase;
    margin-top: 5px;
    position: absolute;
}
.login-modal a.forgot-link:hover {
    color: #8e8e8e;
}
.login-modal form .btn-save {
    margin-left: 124px;
    margin-top: 0px;
}

.ls-modal .ls-top-title {
    color: #b4b4b4;
    font: 700 43px/48px 'Open Sans', sans-serif;
    letter-spacing: -0.06em;
    padding: 44px 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.icon-ls-title {
    width: 47px;
    height: 47px;
    margin-top: -4px;
    background-position: -476px -378px;
}
.ls-modal p {
    margin: 0 50px 1.5em 50px;
}
.ls-modal #invite-mail {
    width: 300px
}
.ls-modal .btn-save {
    margin-left: 10px !important;
    display: inline-block;
    vertical-align: top;
    padding: 12px 40px !important;
}
.ls-modal .ls-form {
    margin-bottom: 0 !important;
}
.ls-modal #invite-code-field {
    margin: 0 0 0 30px;
    height: 40px;
}
.register-box {
    margin: 0 !important;
    padding: 0 0 30px 0;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
}
.ls-modal .already-member-box {
    border-top: 1px solid #e0e0e0;
    margin: 0;
    padding: 30px 0 10px 0;
    font-size: 14px;
}
p.ls-share-box {
    font-size: 12px !important;
}
.icon-facebook-round,
.icon-twitter-round,
.icon-copylink-round {
    width: 29px;
    height: 29px;
    margin: 0 2px;
    text-indent: 9999em;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.icon-copylink-round embed {
    text-indent: 0;
    position: absolute;
    left: 0;
}
.icon-facebook-round {
    background-position: -30px -606px;
}
.icon-twitter-round {
    background-position: 0 -606px;
}
.icon-copylink-round {
    background-position: -59px -606px;
}
.icon-facebook-round:hover,
.icon-twitter-round:hover,
.icon-copylink-round:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.detail-modal {
    width: 708px;
    margin-left: -354px;
    border-radius: 0;
    top: 0;
    margin-top: 0;
    border: 0;
}
.detail-modal .popup-title {
    margin-bottom: 0;
}
.detail-modal .pitch-author {
    text-align: center;
    font-weight: normal !important;
    font-family: 'HelveticaNeueLight', sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 36px;
    padding-top: 0;
}
.detail-modal .pitch-img img {
    vertical-align: top;
    width: 100%;
}
.detail-modal .pitch-statistics-line {
    background-color: #f4f4f4;
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    padding: 20px 0;
    font-size: 36px;
    color: #c6c6c6;
}
.detail-modal .pitch-statistics-line .grid-item-stats-counter {
    font-size: 36px;
    color: #c6c6c6;
}
.detail-modal p {
    margin: 0 30px 1.5em 30px;
    color: #777;
    font-family: 'HelveticaNeueMedium', sans-serif;
}
.detail-modal .grid-item-stats-cols-box {
    width: 320px;
    margin-right: 20px;
    display: inline-block;
}
.detail-modal .check-pitch-link {
    display: inline-block;
    width: 279px;
    height: 76px;
    line-height: 76px;
    margin-right: 14px;
}
.detail-modal .check-pitch-link i {
    margin-top: 15px !important;
}
.detail-modal h3 {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'HelveticaNeueMedium', sans-serif;
}
.detail-modal h3.problem-title {
    color: #f87676;
}
.detail-modal h3.solution-title {
    color: #a9d11e;
}
.detail-modal .user-comment-box textarea {
    width: 647px;
    margin-left: 30px;
    border: 1px solid #e8e8e8;
}
.detail-modal .user-comment-box textarea:focus {
    color: #231F20 !important;
    font-family: arial\0/; /* IE8 bug */
    border-color: #6199CD;
    -webkit-box-shadow:  0px 0px 7px 0px #6199CD;
    -moz-box-shadow:  0px 0px 7px 0px #6199CD;
    box-shadow:  0px 0px 7px 0px #6199CD;
}
.detail-modal #comments-list {
    padding: 40px 0;
}
.detail-modal #comments-list li {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'HelveticaNeueMedium', sans-serif;
    color: #777;
}
.vote {
    display: block;
    width: 13px;
    height: 20px;
    background: url(/img/upvote-icon.png) 0 50% no-repeat transparent;
    float: left;
    margin-right: 5px;
}

.comment-user-name {
    display: block;
    font-size: 16px;
    font-weight:bold !important;
    color:#777 !important;
    padding-bottom: 4px;
}
.comment-user-name:hover {
    color:#555 !important;
    text-decoration: underline;
}
.detail-modal #comments-list li .comment-time {
    color: #c6c6c6;
}
.detail-modal .icon-lock {
    background-image: none;
}
.detail-modal .icon {
    font-size: 26px;
}
.detail-modal .icon-help + .tooltip {
    min-width: 140px;
    margin-top: -20px !important;
}


p.details-share-box {
    clear: both;
    width: 100%;
    color: #bbb;
    line-height: 42px;
    font-size: 18px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DFDFDF;
}
p.details-share-box a {
    font-size: 84px;
    color: #bbb;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Socialico' !important;
    opacity: .9;
}
p.details-share-box a:hover {
    opacity: 1;
}
p.details-share-box a.link-share-twitter {
    color: #598dca;
}
p.details-share-box a.link-share-facebook {
    color: #3a589b;
}
p.details-share-box strong  {
    color: #444 !important;
}
p.details-share-box > span {
    display: block;
    padding-top: 12px;
}

.contact-subscribers-modal p {
    margin: 0 65px 1.5em 65px;
    font-size: 15px;
    line-height: 19px;
    color: #777;
}
.contact-subscribers-modal p span {
    font-weight: bold;
    color: #666;
}
.contact-subscribers-modal .contact-subscribers-msgbox {
    width: 382px;
    height: 104px;
    margin-top: 20px;
    padding: 20px;
}
.contact-subscribers-modal .contact-left,.contact-subscribers-modal .contact-right {
    width: 200px;
}
.contact-subscribers-modal .contact-left {
    padding: 0;
    float: left;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 20px;
}
.contact-subscribers-modal .contact-right {
    padding: 0;
    float: right;
    margin-left: 0px;
    margin-right: 11px;
}

/* gmail style buttons override */
.btn {
    text-decoration: none;
    cursor: pointer !important;
    font-size: 1em !important;
    padding: 10px 25px !important;
    font-weight: bold;
    /*height: 48px !important;*/
    line-height: 25px !important;
    /* display: inline-block !important; */
    display: inline-block;
    outline: 0 !important;
    color: #444;
    background-color: #f5f5f5;
    /*background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1) !important;
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1) !important;
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1) !important;*/
    border: 1px solid #d9d9d9 !important;
    border: 1px solid rgba(0,0,0,0.1)!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn:hover {
    border:1px solid #c6c6c6 !important;
    border:1px solid rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    position:relative !important;
    z-index:1 !important;
}
.btn:active {
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1) !important;
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1) !important;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.1) !important;
}
.btn.btn-small {
    padding: 2px 10px !important;
    font-weight: normal;
}
.cancel-btn {
    display: none;
}
span#menu-icon {
    display: none;
}

/* Responsive Breakpoints */

@media (max-width: 480px){    /* ------ 400px breakpoint iOS portrait ------ */
        
    .app-page-bg {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* Nav */
    .account-info-data.user-karma-badge {
        padding: 6px 4px;        
        position: relative;
    }
    .badge-item {
        display: none !important;
    }
    .app-page-header  {
        padding-top: 10px;
    }
    .app-page-header > .container > a {
        display: inline-block;
        text-align: left;
    }
    .app-page-header > .container > a > #logo-mark {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 8px 0 0;
        width: 36px;
    }
    .app-page-header > .container > a > .app-hdr-logo {
        float: none;
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
    }
    .app-top-menu {
        float: none;
        text-align: center;
    }
    .app-top-menu ul {
        text-align: center;
    }
    .app-top-menu li a {
        font-size: 12px;
        font-weight: bold;
        padding: 7px;
    }
    .app-top-menu li {
        padding: 0px;
    }
    .app-top-menu li:hover, .app-top-menu li a:hover {
        background: none !important;
    }
    [class*="span"] {
        margin-left: 20px;
    }
    /* Pitch Card */
    .grid-item-photo-box {
        height: 160px;
        display: block;
    }
    .grid-item-description {
        height: auto;
    }
    .grid-item-stats-cols-box.details-page {
        margin: 20px 0 0 0;
    }
    .filter-box #cta-section p:last-of-type {
        margin-bottom: 0;
    }
    .filter-box #cta-section .check-pitch-link.join-btn {
        width: 238px !important;
        height: 22px;
        margin-left: 0px;
    }
    #footer {
        height: 90px;
    }
    .popover, .karma-popup, .footer-nav, .gsfn-right, .app-hdr-slogan, .app-top-menu li:nth-child(1), .app-top-menu li:nth-child(3), #community-description {
        display: none !important;
    }
    .filter-box {
        margin-top: 110px;
    }
    #cta-section {
        width: 100%;  
        margin-bottom: 0 !important;        
    }
    #members-pic {
        display: none;
    }
    .filter-box #cta-section h2 {
        margin: 10px !important;
        font: 300 28px/32px 'Open Sans',sans-serif !important;        
    }
    .sub-header {
       font: 300 14px/18px 'Open Sans',sans-serif;
       display: none;
    }
    .filter-box #cta-section .check-pitch-link {
        margin: 10px 10px 0 10px;
        font: 700 16px/22px 'Open Sans',sans-serif !important;
    }
    .filter-box #cta-section .check-pitch-link span {
        font: 300 13px/20px 'Open Sans',sans-serif;
    }
    .filter-box + #grid-box {
        padding-top: 20px !important;
        padding-bottom: 0;
    }
    .user-karma-badge {
        pointer-events: none;
    }
    /* Details Page */
    /*.center {
        text-align: left;
    }*/
    .pitch-details-header {
        padding-top: 60px;
    }
    .page-title {
        font: lighter 31px/27px 'Open Sans', sans-serif;
        padding-top: 90px;
    }
    p.pitch-author {
        width: 100% !important;
    }
    .user-comment, .pitch-details-description-box, .pitch-statistics, .span3, .grid-item-photo, .container, header .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 280px;        
    }
    .nivo-controlNav {
        margin: -85px 0 !important;        
    }
    .pitch-slider-box {
        width: 280px;
        height: 177px;
    }
    .pitch-slider-container {
        margin-top: 20px;
    }
    #slider img {
        max-width: 95% !important;
        max-height: 53%;
    }
    .pitch-details-box h3.pitch-details-subheader {
        margin: 20px 0;
        font: bold 18px/22px 'Open Sans', sans-serif;
    }
    .filter-box + #grid-box {
        padding-top: 67px;
    }
    .check-pitch-link {
        width: 224px !important;
    }
    .check-pitch-link.single-pitch-big {
        width: 280px;
    }
    .copyright {
        line-height: 21px;
        margin-bottom: 20px;
    }
    .problem-list-box p {
        margin: 0;
        width: 280px;
    }
    .row {
        padding-bottom: 0 !important;
    }
    .nivoSlider {
        width: 94% !important;
        height: 273px !important;   
        margin: 15px 15px 0px 8px !important;
    }
    .nivoSlider img {
        float: left;
    }
    /* Account Page */
    .account-info-form {
        width: 280px;
    }
    .view-submissions-link-box {
        margin: 0 20px 20px 20px;
    }
    /* Modals */
    .rev-modal, .tapped-modal, .login-modal {
        margin-top: auto;
        top: auto;
    }
    .modal {
        width: 280px;
        top: 25px !important;
        position: fixed !important;
    }
    .close-link {
        margin: 5px !important;
    }
    .rev-modal form input[type='text'], .rev-modal form input[type='password'], .rev-modal form .errorMessage {
        width: 210px;
        margin-bottom: 8px;
        margin-left: -20px !important;
    }
    .register-box {
        text-align: center;
        padding: 0;
    }
    .register-box .center {
        display: block;
    }
    .login-modal a.forgot-link {
        margin-left: -24px;
    }
    .rev-modal form {
        padding: 20px 0 !important;
    }
    .rev-modal p {
        margin: 5px 46px 0 45px;
    }
    .rev-modal form .btn-save {
        margin-left: 110px !important;
    }
    .save-account-info form .btn-save {
        margin-left: 100px !important;
    }
    .login-modal form .btn-save {
        margin-left: 128px !important;
    }
    .popup-title {
        font: 300 32px/20px 'Open Sans', sans-serif;
        padding-top: 27px;
    }
    .modal {
        background: none !important;
        border: 0 !important;
        box-shadow: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: 0 !important;
        -moz-box-shadow: 0 !important;
    }
    .register-box {
        background: none;
    }
    .dark-shadow {
        background: #fff;
        opacity: .95;
    }
    /* BS Alert */
    .alert-success-ls {
        width: 230px;
        left: 25px;
        margin: 0 auto;
        right: 40px;
    }
    #header-karma {
        display:none;
    }
    .faq-box  {
        padding-bottom: 20px;
    }
    .submit-process-title {
        font: 300 28px/32px 'Open Sans',sans-serif;
        margin: 80px 0 10px;
    }
    #quote-box {
        width: auto;
        border-radius: 20px;
        padding: 20px;
    }
    #eric-pic img {
        float: none;
        width: 100%;
        border-radius: 50%;
    }
    .submit-process-page p.quote {
        padding: 0;
        width: 100%;
    }
    .quote-source {        
        padding: 0 0 10px 90px;
        text-align: right;
        font-size: 12x;
    }
    .submit-process-graph {
       padding: 20px 0;
    }
    .submit-process-graph .span3:first-child {
        display: none;
    }
    .submit-process-graph .span6, .submit-process-graph .span3 {
        width: 100%;
    }
    .submit-promo-code-box {
        padding-bottom: 0;
    }
    
    span#menu-icon {
        display: inline-block !important;
        width: 24px;
        float: right;
        height: 24px;
        margin-top: 14px;
        background: url(/img/mobile-menu.svg) 0 0 no-repeat;
        background-size: cover;
        text-indent: -9999em;
    }
    span#menu-icon.active-menu {       
        background: url(/img/mobile-menu-active.svg) 0 0 no-repeat;        
    }
    span#menu-icon:hover {     
        background: transparent url(/img/mobile-menu.svg) 0 0 no-repeat !important;
        background-size: cover;
    }
    span#menu-icon.active-menu:hover {       
        background: url(/img/mobile-menu-active.svg) 0 0 no-repeat !important;        
    }
    
    /* filter */  
    #filter-menu {
        display: none;
    }
    #filter-menu li a {
        height: 66px;
        line-height: 61px;
    }
    #filter-menu li,
    #filter-menu li a,
    #filter-menu li a:after {
        width: 100%;
        float: none;
    }
    #filter-menu li a:after {
        margin-left: 0;
    }
}

/* Internal Messages */
.messages .user-comment {
}

.messages .span9 {
    width: 660px;
    margin-left: 0;
}

.fill{
    min-height: 100%;
    position: relative;
    border-top: 1px solid #e2e2e2;
}

.filler {
    padding: 20px;
}

.filler:after{
    bottom: 0;
    content: "";
    right: 60px;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;
    border-left: 1px solid #e2e2e2;
}

.threads_wrapper {
    overflow-y: auto;
    max-height: 750px;
}

.comments_wrapper {
    overflow-y: auto;
    max-height: 490px;
}

ul.threads {
    margin: 0;
    list-style: none;
}

ul.threads li {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
    cursor: pointer;
}

ul.threads li.selected {
    background-color: #f5f5f5;
    border-right: 1px solid #e2e2e2;
    border-bottom: 2px solid #00f5ef;
    cursor: default;
}

ul.threads li .date {
    float: right;
    color: #5d5d5d;
    padding-top: 8px;
}

ul.threads li .subj {
    color: #ccc;
}

ul.threads li .name {
    font-size: 16px;
}

a.message {
    float: left;
}

.tagline {
    color: #999;
    font-size: 12px;
    float: left;
    margin-left: 5px;
}

.rev-modal.message-modal form input[type='text'] {
    width: 435px;
}

.rev-modal.message-modal form input[type='text']:focus,
.rev-modal.message-modal form textarea:focus,
.rev-modal.message-modal form select:focus {
    color: #231F20 !important;
    font-family: arial\0/ !important; /* IE8 bug */
    border-color: #6199CD !important;
    -webkit-box-shadow:  0px 0px 7px 0px #6199CD !important;
    box-shadow:  0px 0px 7px 0px #6199CD !important;
}
.rev-modal.message-modal form textarea,
.rev-modal.message-modal form select {
    width: 435px;
    height: 50px;
    font: 300 18px/18px 'Open Sans',sans-serif;
    line-height: 18px !important;
    padding: 12px 16px !important;
    margin-bottom: 8px;
    margin-left: 40px;
}

.rev-modal.message-modal form select {
    color: #777 !important;
    width: 468px;
}

#cta-section {
    margin: 20px 0 10px 0;
}

#cta-section h2 {
    margin: 10px 0;
    padding: 0;
    font: 300 normal 32px/40px 'Open Sans', sans-serif;
}

#cta-section .check-pitch-link {
    padding: 15px 20px 18px 20px !important;
    width: auto !important;
    height: auto;
    font: 700 22px/22px 'Open Sans', sans-serif;
    margin: 14px 0 20px 0;
}
#cta-section .check-pitch-link.join-btn {
    width: 325px !important;
    height: 46px;
    line-height: 44px;
}
#cta-section .check-pitch-link span {
    font: 300 normal 15px/20px 'Open Sans', sans-serif;
    color: #E5EAED;
}

#preloader {
    float: right;
    margin: 14px 5px 36px 5px;
}

#preloader.reg-preloader {
    margin-right: 55px;
}

.span3short {
    width: 210px;
}

.form-value {
    margin-bottom: 18px;
}

.slider-subtext {
    position: absolute;
    width: 508px;
    text-align: center;
    bottom: 80px;
}