/*input{
-webkit-appearance: none;
}*/

.CirclesPulser.activeBlink{
  cursor: pointer;
    height: 80px;
    position: absolute;
  animation: pulse 1.5s infinite ease-in-out;
    width: 80px;
    opacity:0.8;
    z-index: 9;

}

#welcome-enter-description{
  font-family: "proxima-nova",san-serif,helvetica,verdana,arial,futura;

}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    transform: scale(1);
    border-radius:50%;
  }
  60% {
    transform: scale(1);
    border-radius:50%;
  }
  70% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    transform: scale(0.90);
    border-radius:50%;
  }
  80% {
    transform: scale(1.1);
    border-radius:50%;
  }
  100% {
    box-shadow: 0 0 0.5em 1.6em rgba(255, 255, 255, 0);
    transform: scale(1);
    border-radius:50%;
  }
}

.CirclesPulser.activeBlink .pulser{
  background-color: #78f443;
    border-radius: 50%;
    height: 100%;
        z-index: 9;

    position: absolute;
    width: 100%;
}


#multi-go,#url-go,#pressimus-go,.desktop-media-upload,.mobile-media-upload,#btn-media-input,#LoginForm_password,#LoginForm_email,input[type=text],input[type=submit],#RegisterForm_twitterScreenName,#RegisterForm_email,#RegisterForm_password,#RegisterForm_password2,#RegisterForm_verifyCode{
  -webkit-appearance: none;

}
.layer {
    background-color: rgba(0,0,0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:2;
    height: 100%;
}
/*font kit*/
@font-face {
        font-family: 'icomoon';
        src:url('../fonts/icomoon.eot');
        src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
            url('../fonts/icomoon.woff') format('woff'),
            url('../fonts/icomoon.ttf') format('truetype'),
            url('../fonts/icomoon.svg#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .icon-gray{
      color:#ccc;
    }

    .icon-gray:hover{
      color:black;
    }

    [data-icon]:before {
      vertical-align: top;
            font-family: 'icomoon';
            content: attr(data-icon);
            speak: none;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
        }    

        .down-btn[data-icon]:before,.up-btn[data-icon]:before,.remove-btn[data-icon]:before,.icon-hover[data-icon]:before, .like-icons[data-icon], .delete-entry[data-icon]:before, .entry-edit-btn[data-icon]:before, .reply-arrow[data-icon]:before, .social-reveal-button[data-icon]:before,  .embed-show[data-icon]:before, .like-icons[data-icon]:before, .livenews-icon[data-icon]:before {
          color:#ccc;
        }

        a.like-icons{
          color:#ccc !important;
        }

        .snippet-social-author[data-icon]:before {
      vertical-align: top;
            font-family: 'icomoon';
            content: attr(data-icon);
            speak: none;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1.3;
            color:#ccc;
            -webkit-font-smoothing: antialiased;
        }

        .snippet-social-author-svg{
          fill: gray;
          display:block;
          vertical-align: -3px;
          display:inline-block;
           height: 15px;
           margin-top: 5px;
           width: 15px;
        }

        .camera[data-icon]:before{
          font-size:30px;
          color:white;          
        }

        #continue-walkthrough-icon[data-icon]:before{
          font-size:20px;
          color:#1eb0ec;          
        }

        .chrono-icon{
          background: #eee none repeat scroll 0 0;
             border: 1px solid gray;
             border-radius: 3px;
             color: gray;
             font-size: 16px;
             padding: 4px 13px;    
        }

        .chevron-icon[data-icon]:before{
          font-weight: 900;
          font-size:35px;
          color:black;
        }

        .icon-hover[data-icon]:hover:before, .profile-detail-replyButton [data-icon]:hover:before,.replyButton [data-icon]:hover:before, .social-reveal-button[data-icon]:hover:before, span.up-btn[data-icon]:hover:before,span.remove-btn[data-icon]:hover:before,span.down-btn[data-icon]:hover:before,span.delete-entry[data-icon]:hover:before,span.embed-show[data-icon]:hover:before,span.entry-edit-btn[data-icon]:hover:before{
              color:black;
            }

        .check-mark.white[data-icon]:before{
          font-weight: 400;
          font-size:20px;
          color:white;
        }

        .check-mark.black[data-icon]:before{
          font-weight: 400;
          font-size:20px;
          color:black;
        }        

        .verify.blue[data-icon]:before{
          font-weight: 400;
          font-size:20px;
          color:#1EB0EC;
        }

        .change-view [data-icon]::before{
          color:white;

        }

      #mainmenu [data-icon]:before{
        color:white;
        vertical-align: initial;
      }

      .upload-icon[data-icon]:before{
        font-size:15px;
        font-weight:500;
        vertical-align: initial;
      }

      #magnify-glass-toggle[data-icon]:before,.navbar-logo-guy[data-icon]:before{
        color:white;
      }


      .delete-snippet[data-icon]:before{
        float:right;
        margin-right:10px;
        margin-top:3px;
        font-size: 20px;
        cursor: pointer;
        color:white;
      }

.popout {
    animation: popout 0.5s ease;
    -webkit-animation: popout 0.5s ease;
}
@keyframes popout {
    from{transform:scale(0)}
    80%{transform:scale(1.2)}
    to{transform:scale(1)}
}
@-webkit-keyframes popout {
    from{-webkit-transform:scale(0)}
    80%{-webkit-transform:scale(1.2)}
    to{-webkit-transform:scale(1)}
}


/*loader*/

/* change font size to change size */

.loader {
  font-size: 10px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.dot {
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #333;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.dot1, .dot2 {
  left: 0;
}

.dot3 { left: 1.5em; }

.dot4 { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}


.dot1 {
  animation-name: reveal;
}

.dot2, .dot3 {
  animation-name: slide;
}

.dot4 {
  animation-name: reveal;
  animation-direction: reverse; /* thx @HugoGiraudel */
}

/*modal*/
.modalDialog {
  display:none;
    position: fixed;
    font-family: "proxima-nova",san-serif,helvetica,verdana,arial,futura;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

#login-welcome{
     color: rgba(255, 255, 255, 1);
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0 150px;
    max-width: 700px;
}

.registrar-info-wrapper ul li{
  margin:10px auto;
}

.registrar-info-wrapper ul{
  padding-left:12px;
}

.href-link{
  color:black;
}

.container-left-float{
  text-align: left;
}

.verify_input_row{
  
}

.modalDialog:target {
    display:block;
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    max-width: 700px;
    text-align:center;
    position: relative;
    margin: 5% auto;
    padding: 25px 20px 25px 20px;
    background: #fff;
}

#walkthruPrompt{
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  display:none;
  width: 100%;
  z-index: 9999999;
}

#walkthruPrompt .walkthroughs{
  bottom:auto !important;
  top:20% !important;
}

.modalDialog h2{
  font-weight:100;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    cursor:pointer;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.close2,.close-cta {
    /* color: #c4c4c4 ;
    line-height: 25px; */
    cursor:pointer;
font-weight:100;
    position: absolute;
    text-align: center;
    top: 0px;
    right:0px;
    padding:8px;
/* font-size:1.5em; */
    width: 24px;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.close-cta{
  /*display:none;*/
}
.close:hover {
    background: #00d9ff;
}


.modal-mark{
    border-radius: 50%;
    color: #dddddd;
    line-height:15px;
    font-size: 15pt !important;
    height: 22px;
    text-align: center;
    width: 22px;
}

#help-modal{
    margin-left: 155px;
    padding-top: 10px;
    position: absolute;
}

.concierge-side-modal-mark{
    border-radius: 50%;
    color: #dddddd;
    font-size: 15pt;
    height: 22px;
    text-align: center;
    width: 22px;
    left: 435px;
    position: relative;
    top: -31px;
    font-size:15pt !important;
    text-decoration:none;
}

.concierge-modal-a{
  text-decoration: none;
}

#toolbar-holder{
  height:30px;
}

#twitter-concierge-notification{
  font-size:30px;
  margin-top:12px;
  position:absolute;
  margin-left:8px;
}

#twitter-concierge-notification-text{
  border: 1px solid #F68834;
  border-radius: 4px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 0px;
  margin:0 auto;
  width:400px;
}
#twitter-text{
  margin: 20px 15px 20px 45px;
}

  #call-to-action-remove,#call-to-action-remove-mobile{
    color: white;
    cursor: pointer;
    font-size: 1.1em;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 40px;
  }

  #call-to-action-remove-mobile{
    top: 240px;
    left: 5px;
    position:absolute;
  }

  #call-to-action-remove div#text,#call-to-action-remove-mobile div#text{
    text-decoration: underline;
  }
  
  #call-to-action-remove div#x{
  display: table;
    font-size: 40px;
    margin-left: 130px;
    margin-top: -30px;
    text-decoration: none;
    font-weight:400;
  }


  .note-message{
    width:100%;
    height:100%;
    z-index:99;
    position:fixed;
    display:none;
  }

  .note-message div.inner-message{
    margin:100px auto;
    padding:20px;
    width:400px;
    height:300px;
    border:1px solid black;
    position: relative;
    background:white;
  }

.joyride-tip-guide{
  margin-top:-60px !important;
}

/*override yii form colors*/
div.form div.success input, div.form div.success textarea, div.form div.success select, div.form input.success, div.form textarea.success, div.form select.success{
  background-color:#fafcff !important;
}

div.form input, div.form textarea, div.form select{
  padding: 8px 8px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

/*override the tos on the twitter login*/
div.row.field_tosT{
  text-align: center;
margin-top:10px !important;
margin-bottom:30px !important;
}


/*end*/


#JoinWithTwitterRealButton{
background-color: #70aafa;
    border: medium none;
    border-radius: 4px;
    -webkit-appearance: none;
padding:8px 0;
    clear: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    min-width: 190px;
    position: static;
    width: 100%;
    max-width:400px;

}

#JoinWithEmail{
    color:white;
    height: 43px;
    font-family: "proxima-nova",helvetica,san-serif,arial;
    font-style: normal;
    font-weight: 400;

    width: 230px;
    min-width: 230px;
    max-width: 230px;
    position: static;
    top: 0px;
    border:1px solid white;
    left: 0px;
    border-radius:4px;
    background-color:rgba(229,233,232,0);
    cursor:pointer;
    margin-left:15px;
}


#JoinWithTwitterButton:hover, #JoinWithTwitterButton:active,#JoinWithTwitterButtonTop:hover, #JoinWithTwitterButtonTop:active {
background: #3279d8;
}

#JoinWithTwitterButton input,#JoinWithTwitterButtonTop input, #JoinWithTwitterButtonTop input{
-webkit-appearance:none !important;
-moz-appearance: none !important;
-webkit-border-radius:0px !important;
}

#JoinWithEmail:hover,#JoinWithEmail:active,#JoinWithEmailTop:hover,#JoinWithEmailTop:active, #Login:hover, #Login:active {
background:#404358;
}

#JoinWithTwitterRealButton:hover, #JoinWithTwitterRealButton:active{
background: #3279d8;
}


#feedback-form{
  z-index:9999;
  display:none;
  position:fixed;
  top:100px;
  right:2%;
  border-radius:5px;
  background:rgba(255,255,255,0.4);
  padding: 10px 20px;
  border:1px black solid;
}

#terms-of-service{
  overflow:scroll;
  background:white;
  margin-bottom:10px;
  border:1px black solid;
  max-width:800px;
  width:90%;
  margin:0 auto;
  padding:20px;
}


#loadingDiv {
  position: fixed;
  left: 50%;
  top: 33%;
  z-index: 1000;
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.5);
  margin-left: -150px;
  pointer-events: ;
  padding: 100px 50px;
  font-size: 20px;
  top: 100px;
}

#loadingDiv img {
  clear: both;
  margin: 0 auto;
  padding-top: 20px;
}
.loading-text {
    display: block;
    color: #666;
}

#search-field-header{
  font-size:15px;
  padding-right:7%;
  padding-left:2%;
  border-radius:6px;
  border:none;
  height:30px;
  width:90%;
  font-weight:400;
  background-color: rgba(255, 255, 255, 0.85);
  font-family: "proxima-nova",san-serif,helvetica,verdana,arial,futura;
}

#search-button-header{
  background:none;
  border:none;
  height:35px;
  margin-left:-32px;
  position:absolute;
  width:35px;
  padding:0px;
  z-index:99999;
  cursor:pointer;
}

#search-button-header:hover{
  /*background:rgba(0,0,0,0.2);*/
}

#magnify-glass{
  position:absolute;
  height:20px !important;
  margin-left:-27px;
  margin-top:5px;
  cursor:pointer;
}

#magnify-glass-toggle{
  position: absolute;
  height: 40px !important;
  cursor: pointer;
  margin-left:5px;
  font-size: 30px;
  display:none;
}

#magnify-glass-livenews{
    position:absolute;
  height:20px !important;
  margin-left:-27px;
  margin-top:5px;
  cursor:pointer;
  font-size:20px;
}

#header-search{
/*  -webkit-transition: width 400ms ease-in;
  -moz-transition: width 400ms ease-in;
  transition: width 400ms ease-in;*/
  float:left;
  margin-left:30px;
  width:230px;
  margin-top:9px;
}

#home-name {
  margin-top: -30px;
  margin-left: 55px;
  font-size: 10pt; 
  font-weight: 400;
  font-style: normal;
  font-family: "proxima-nova",futura,verdana,sans-serif,arial;
  }

  #home-name:hover {
  color:white;
  }

.hide {
  display: none;
}
.ui-dialog {
  z-index: 10000 !important;
}
/*
#quick-press {
  display: none;
}
#sidebar {
  /*height: 375px !important;*/
}
*/

/** @font-face via Font squirrel **/
/*.hide {
  text-indent: -99999px;
}
.loading {
  text-indent: -99999px;
}
*/

@font-face {
    font-family: 'BitterRegular';
    src: url('font-face/Bitter-Regular-webfont.eot');
    src: url('font-face/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/Bitter-Regular-webfont.woff') format('woff'),
         url('font-face/Bitter-Regular-webfont.ttf') format('truetype'),
         url('font-face/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitterItalic';
    src: url('font-face/Bitter-Italic-webfont.eot');
    src: url('font-face/Bitter-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/Bitter-Italic-webfont.woff') format('woff'),
         url('font-face/Bitter-Italic-webfont.ttf') format('truetype'),
         url('font-face/Bitter-Italic-webfont.svg#BitterItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitterBold';
    src: url('font-face/Bitter-Bold-webfont.eot');
    src: url('font-face/Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/Bitter-Bold-webfont.woff') format('woff'),
         url('font-face/Bitter-Bold-webfont.ttf') format('truetype'),
         url('font-face/Bitter-Bold-webfont.svg#BitterBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.prssButton {
  font-family: Bitter;
}

/*body
{
  margin: 0;
  padding: 0;
  color: #555;
  font: normal 10pt Arial,Helvetica,sans-serif;
  background: #EFEFEF;
}


#page
{
  margin-top: 5px;
  margin-bottom: 5px;
  background: white;
  border: 1px solid #C9E0ED;
}

#header
{
  margin: 0;
  padding: 0;
  border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
  padding: 20px 20px 20px 0;
}

#footer
{
  padding: 10px;
  margin: 10px 20px;
  font-size: 0.8em;
  text-align: center;
  border-top: 1px solid #C9E0ED;
}

#logo
{
  padding: 10px 20px;
  font-size: 200%;
}

#mainmenu
{
  background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
  padding:6px 20px 5px 20px;
  margin:0px;
}

#mainmenu ul li
{
  display: inline;
}

#mainmenu ul li a
{
  color:#ffffff;
  background-color:transparent;
  font-size:17px;
  font-weight:normal;
  text-decoration:none;
  padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
  color: #6399cd;
  background-color:#EFF4FA;
  text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
  padding:.8em;
  margin-bottom:1em;
  border:2px solid #ddd;
}



div.flash-error
{
  background:#FBE3E4;
  color:#8a1f11;
  border-color:#FBC2C4;
}

div.flash-notice
{
  background:#FFF6BF;
  color:#514721;
  border-color:#FFD324;
}

div.flash-success
{
  background:#E6EFC2;
  color:#264409;
  border-color:#C6D880;
}

div.flash-error a
{
  color:#8a1f11;
}

div.flash-notice a
{
  color:#514721;
}

div.flash-success a
{
  color:#264409;
}

div.form .rememberMe label
{
  display: inline;
}

div.view
{
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
  font-size: 0.9em;
  padding: 5px 20px;
}

div.breadcrumbs span
{
  font-weight: bold;
}

div.search-form
{
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}

.portlet
{

}

.portlet-decoration
{
  padding: 3px 8px;
  background: #B7D6E7;
  border-left: 5px solid #6FACCF;
}

.portlet-title
{
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #298dcd;
}

.portlet-content
{
  font-size:0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background:#EFFDFF;
}

.portlet-content ul
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.portlet-content li
{
  padding: 2px 0 4px 0px;
}

.operations
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.operations li
{
  padding-bottom: 2px;
}

.operations li a
{
  font: bold 12px Arial;
  color: #0066A4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}

.operations li a:visited
{
  color: #0066A4;
}

.operations li a:hover
{
  background: #80CFFF;
}

#admin-sec { 
  border: 1px solid #CCC;
  padding: 10px;
  margin-bottom: 10px;
}*/
.flash-error-pw{
  color:red;
}

.flash-success-pw{
  color:green;
}

body
{
  font-size:1em;
  margin: 0;
  padding: 0;
  background:#F7F8FA;
  color: #555;
  font-family: "proxima-nova",san-serif,helvetica,verdana,arial,futura;
        font-size: 10pt;
        font-style: normal;
        font-weight: 400;
  background-color: #F7F8FA;
  background-repeat: repeat repeat; 
  background-attachment: fixed;
}

#yw0_button{
  display:block;
  
}

#page
{
  padding-top: 55px;

  background: none;
  overflow: hidden;
  /*border: 1px solid #C9E0ED;*/
    outline:none;
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border: 1px solid rgba(0,0,0, 0.2);
    box-shadow: 0 0 1px #CCC;
    -webkit-box-shadow: 0 0 1px #CCC; 
    -moz-box-shadow: 0 0 1px #CCC;*/
}

#header {

  box-shadow: rgba(0,0,0,0.35) 0px 0px 10px 0px;
  margin: 0;
  padding: 0;
  background: #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #000,  #000); /* for firefox 3.6+ */   
    position: fixed;
  width: 100%;
  top: 0;
    z-index: 10000;
    height:55px;
}
#content
{
    width: 100%;
    clear: left;


}

#press-search-result{
  text-align: center;
}

#pressStream, #follows, #following {
  padding: 10px 0px 10px;
  clear:both;
  
}


#pressStream .embed{
  background: white none repeat scroll 0 0 !important;
  text-align: center;
}


.unfollowPub-sm{
  background-color:#9CBEF0 !important;
}


#sidebar
{
  padding: 20px 0px 20px 0;
}

/*#footer 
{
    border-top: 1px solid #EFEFEF;
    font-size: 0.8em;
    margin: 10px 20px;
    padding: 10px;
    text-align: center;
}*/


/* NAV BAR*/

#logo
{
  font-size: 20px;
  /*font-family: BitterBold;*/
  padding-top:3px;
  display: inline-block;
  width:44%;
  margin:0 auto;
  letter-spacing: .9px;
}


#headerImgWrapper #headerImg{
  height: auto;
     max-height: 50px;
     max-width: 200px;
     width: auto;
}

#headerImgWrapper{
    height: 50px;
    margin-top: 2px;
    position: fixed;
    text-align: center;
    width: 100%;
}


.user-notification{
  position:absolute;
  background:red;
  color:white;
  font-size:10px;
  text-align:center;
  top:30px;
  padding:2px 6px;
  border-radius:50%;
  display:none;
  margin-left:30px;
}

#user-like-notification{
  position:absolute;
  background:blue;
  color:white;
  font-size:10px;
  text-align:center;
  top:30px;
  padding:2px 6px;
  border-radius:50%;
  display:none;
  margin-left:0px;
}

#logo span.navbar-logo-guy {
  height:50px;
  font-size:45px;
  float:left;
  color:white;
  margin-top:2px;
}

#top-bar-photo {
  display:inline-block;
  width:45px;
  height:45px;
  border-radius:50%;
  overflow:hidden;
  margin-top:5px;
}


.arrow-top-header{
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border-width: 10px;
  border:20px solid transparent;
  border-bottom-color:black;
  margin-top:-33px;
  margin-left:65px;

}
#top-bar-photo:hover > div#home-name {
  color:white;
}

#top-bar-photo img{
  max-width:100%;
}

  #profile-noti{
    display:none;
  } 

#nav-inner-wrapper{
  width:100%;
  position: fixed;
  margin:0 auto;
  text-align: center;
}

#nav-pressimus-p{
  height:30px;
  font-size:30px;
  top:3px;
}

#createPress a{
  display:block;
  color: #FFF;
  /*border:2px solid white;*/
  /*background-color: black !important;*/
  font-size: 16px;
  font-weight: normal;
  border-radius:3px;
  text-decoration: none;
  min-width: 35px;
  height:37px;
  padding:2px;
  padding-right:15px;
}


.registrar-info-wrapper{
 color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0 150px;
    max-width: 580px;
}

#createPress{
  margin-right:40px;
  background: #5f6975;
  border-radius: 1px;
  margin-top: 7px;
}

#nav-settings li{
  display:block !important;
  width:100%;
}

#nav-settings,#nav-settings-mobile{
  position: static !important;
}


  #header-search-toggle{
    background: #e5e8ef;
    display: none;
    padding: 8px 5%;
    position: fixed;
    z-index:99;
    top: 55px;
    width: 90.5% !important;
  }

.createPress a:hover{
  background: rgba(0,0,0,0.2) !important;
}

#createPress span {
  position:relative;
  margin-left:8px;
}


#createPress:hover  #WDR-dash{
  display:none;
}


#createPress #WDR{
  display:inline;
}


#mainmenu {
  display: inline-block;
     width:45%;
    vertical-align: top;
}

#mainmenu ul{
 list-style-type: none;
}

#mainmenu div#profile-holder{
  height:53px;
  float:right;
}

#mainmenu ul#normal-nav
{
  width:80%;
  margin:0 !important;
  float:right;
  padding:0 !important;
}

.make-background-button{
  display:none;
}

  .parallax-bottom-wrapper.prose-view .url.snippet .url-title img.big {
    max-width:575px !important;
  }


  .desktop-media-upload{
    display:block;
  }  

  .mobile-media-upload{
    display:none;
  }



iframe.twitter-tweet{
margin-left: auto !important;
    margin-right: auto !important;
    max-width: 505px !important;
    min-width: auto !important;
    width: 100% !important;
  }

@media only screen and (max-width: 1200px) {
  .publication-nav-image{
    display:none;
  }

  .ui-tabs-panel{
    padding-top:120px !important;
  }


  .recommended-user-wrapper{
    margin-right:10px !important;
  }




}

@media only screen and (max-width: 1150px) {
    .view-changer{
    display:none !important;
  }



}
@media only screen and (max-width: 1400px) {
  .registrar-info-wrapper{
    /*display:none;*/
    text-align: left !important;
  }


  #login-welcome{
    text-align: center !important;
  }


}


/*media query for tablets*/

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



#toggle-coed.slide{
  /*display:block !important;*/
}

#concierge-box.slide{
  margin-top:120px;
}

  #search-button-header {
  background: none;
  border: none;
  height: 35px;
  margin-left: -20px;
  position: absolute;
  width: 20px;
  padding: 0px;
  z-index: 99999;
  cursor: pointer;
}

  #magnify-glass {
  position: absolute;
  height: 20px !important;
  margin-left: -17px;
  font-size: 15px;
  margin-top: 8px;
  cursor: pointer;
}


  .profile-image:hover > .profile-detail{
    display:none !important;
  }

  #mainmenu ul ul{
    left:80px !important;
  }

  #content-top-parallax{
    position:relative !important;
  }
  .parallax-top-wrapper-padded{
    height:100%;
  }

  #load-status.stream{
    display:none;
  }
  #load-status img{
    margin-right: 10% !important;
  }
  .social-buttons-stream{
    margin-right:-5% !important;
  }

  .parallax-top-wrapper-padded{
    padding-left:10% !important;
  }


  /* entry display*/


  .press-landing-page div.facebook div.timestamp img{
    display:none;
  } 

  .press-landing-page div.facebook img{
  margin-left:0px !important;
  width:200px !important;
  max-width:200px !important;
  }

  .press-landing-page div.facebook img.profile{
    width:50px !important;
  }





}

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

  .profile-image:hover > .profile-detail{
    display:none !important;
  }



}

@media only screen and (max-width:962px){
/*the black line that runs abetween editor and concierge when it is top down*/

    #content-coed #editor-box.slide::after {
    border-top: 1px solid grey;
    content: " ";
    display: block;
    height: 40px;
    left: 0;
    margin-top: 105px;
    position: absolute;
    width: 100%;
  }    


  #content-coed.draft-view #editor-box.slide::after {
    border-top: 1px solid grey;
    content: " ";
    display: block;
    height: 40px;
    left: 0;
    margin-top: 50px;
    position: absolute;
    width: 100%;
  }

  #content-coed-stream #editor-box.slide::after {
    border-top: 1px solid grey;
    content: " ";
    display: block;
    height: 40px;
    left: 0;
    margin-top: 20px;
    position: absolute;
    width: 100%;
  }

}

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

    #TabletTrue{
        display:none;
    }


}

/*login page design*/
@media only screen and (max-width: 1098px) {


  .registrar-info-wrapper{
    margin-left:0px !important;
  }

  #WDR{
    display:none !important;
  }

  #createPress a{
    padding-right:9px; 
  }

  #magnify-glass-toggle{
    display:block !important;

  }

  #header-search-toggle.init{
    display:block !important;
  }

  #header-search{
    display:none;
  }

  #magnify-glass-toggle{
    margin-left:65px;
    margin-top:8px;
  }
}
@media only screen and (min-width: 908px) {
  .stream-nav-bottom{
    display:none !important;
  }
}
@media only screen and (max-width: 908px) {

  .stream-nav-top{
    display:none !important;
  }


  #TickerWrapper {
    padding:20px 0px !important;
  }


  .recommended-user-wrapper{
    display:none !important;
  }

  .recommended-user-wrapper-mobile{
    display:block !important;
  }


  .recommended-user-wrapper-mobile .full-name{
    display:block !important;
  }

  .recommended-user-wrapper-mobile .short-name{
    display:none !important;
  }

  .recommended-user-wrapper-mobile .recommended-name{
    width:100% !important;
  }

  .recommended-user-wrapper-mobile .recommended-name div{
    width:100% !important;
  }


  .LiveNewsOuterWrapper{
    margin-top:65px !important;
  }

  #NewsTabList{
    position:static !important;
  }

  
  #news-search-field{
    max-width:300px;
  }


  #createPress a{
    border:none !important;
  }


  #load-status{
    display:none;
  }



      #DesktopTrue{
        display:none;
    }


/*hide to prevent the expand from popping*/
  .concierge-show-btn.desktop{
    display:none !important;
  }


  
  .press-button.quick.micro{
 /*margin-left: 10px !important;*/
    position: relative !important;

   /*left: 185px !important;*/

   margin-left:-66.5% !important;
    /*top: 70px !important;*/

  }



  #editor .concierge-show-btn.mobile{
    display:block;
    position:absolute;
  }

}

@media only screen and (min-width: 768px) {
/*hide to prevent the expand from popping*/
  .concierge-show-btn.desktop{
    display:block;
  }
}



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


  .close-cta{
    display:block !important; 

  }
  


  .walkthroughs, #news-overlay, .coed-overlay, .CirclesPulser,.walkthru-svg {
    display: none !important;
  }

  #gear-toggle-twitter, #gear-toggle-instagram{
  left:450px !important;
  }


.profile-detail{
  display:none !important;
}

  .image-upload-btn{
  display:none !important;
}

.concierge div.snippet.media img{
  width:100%;
}



.profile-image:hover > .profile-detail{
  display:none;
}


#mainmenu ul{
  padding:0px;
  margin:0px;
}

  /*set default base */
    .parallax-bottom-wrapper div.home-bottom-wrapper{
  padding:0px !important;
}



.parallax-bottom-wrapper .post-display div.press-blurb-text{
  max-width:95%;
  font-family: "proxima-nova",san-serif,helvetica,verdana,arial,futura;
  font-style: normal;
  font-weight: 100;
  font-size: 3em;
}

.parallax-bottom-wrapper .post-display div.press-text{
  font-size: 1.7em;
}

.parallax-bottom-wrapper.prose-view .post-display div.media{
  background: none !important;
}

.parallax-bottom-wrapper.prose-view .post-display div.instagram, .parallax-bottom-wrapper.prose-view .post-display div.flickr{
  background: none !important;
}

.parallax-bottom-wrapper .post-display div.flickr img,.parallax-bottom-wrapper .post-display div.instagram img, .parallax-bottom-wrapper .post-display div.media img{
  margin-left:0px !important;
}

.parallax-bottom-wrapper.responsive div.social-buttons{
  /*display:none !important;*/
}

.parallax-bottom-wrapper .post-display div.press-meta{
  width:100% !important;
}

 

.parallax-bottom-wrapper.prose-view .post-display div.facebook{
  margin-top:40px;
  margin-bottom:40px;
}




.parallax-bottom-wrapper img{
  max-width:600px;
}

.parallax-bottom-wrapper .post-display div.youtube {
  margin-top:40px;
  margin-bottom:40px;
  background: none !important;
}




.parallax-bottom-wrapper .post-display div.loadButton{
  margin:0 auto !important;
}

.parallax-bottom-wrapper .post-display div.updateButton{
  margin:0 auto !important;
  width:600px;
}


.parallax-bottom-wrapper .post-display .pressimus.snippet div.press-meta{
    width:auto !important;
}

.parallax-bottom-wrapper .post-display .pressimus.snippet div.press-text{
    font-size:1em !important;
    font-weight:100 !important;
}

.parallax-bottom-wrapper .post-display .pressimus.snippet div.press-blurb-text{
    font-size:1em !important;
}
/* default ends*/


  #content-top-parallax{
    position:relative !important;
  }



  #load-status img{
    margin-right: 10% !important;
  }
  .social-buttons-stream{
    margin-right:-5% !important;
  }

  .parallax-top-wrapper-padded{
    padding-left:10% !important;
  }
  
  .parallax-bottom-wrapper.prose-view div.media{
  /*margin-left:15px !important;*/
  }



  .home-bottom-wrapper #pressStream .press .press-meta .press-time {
    margin-right:5px !important;
  }


  /* entry display*/





  .press-landing-page div.facebook div.timestamp img{
    display:none;
  } 

  .press-landing-page div.facebook img{
  margin-left:0px !important;
  width:200px !important;
  max-width:200px !important;
  }

  .press-landing-page div.facebook img.profile{
    width:50px !important;
  }


  .press-landing-page .pressimus.snippet .press-blurb-text{

    width:500px !important;
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
  }





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



    .ui-tabs .publication-desc{
  display:none !important;
    }
    
  .coed-tab-label{
    display:none !important;
  }

  .livenews-tabs a{
    display:none !important;
  }

.livenews-tabs{
  max-width:60px !important;
}

  .livenews-tabs.select::after{
    display:none;
  }



  #LiveNewsStream,#SearchNewsStream,#SearchResultsStream{
    max-width:400px;
    width:100% !important;
  }



}

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


  #stream-edit-button-div{
    right:10px !important;
    top:50px !important;
  }

  .modal-mark{
    display:none !important;
  }

  #stream-setting-label{
    display:none !important;
  }

  #date-to{
    display: -webkit-inline-box;
    margin-right: 4px;
  }
  #multi-search{
    margin-bottom:10px !important;
  }

  #settings-expand-wrapper .image-upload-btn.edit{
    display:none !important;

  }
    .draft-submit{
      right:90px !important;
    }

}



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

  #CallToActionWrapper{
    width:90% !important;
    margin:60px 2.5% !important;
    padding:2.5% !important;
    z-index:9999 !important;
    font-size:12px !important;
  }

  #coed-meta-wrapper{
    position: absolute;
    top:0px;
    z-index: 2;
  }


#editor-meta-modal{
  margin-top:50px !important;
}

#press-completed{
  font-size:1em !important;
  /*left:0px !important;*/
  padding:20px 0px !important;
  margin-left:-230px !important;
}

  .registrar-info-wrapper{
    display:none;
  }

  #editorArea div.snippet.instagram img, .concierge div.snippet.instagram img,#editorArea div.snippet.flickr img, .concierge div.snippet.flickr img{
    /*width: 89% !important;*/
  }
  #gear-toggle-twitter, #gear-toggle-instagram{
  left:320px !important;
  }

@-moz-document url-prefix() {
   #gear-toggle-twitter, #gear-toggle-instagram{
    left:310px !important;
  }

}


  #multi-search-concierge-holder{
  margin-left: 0px !important;
  }
ƒ
#content-press-display.prose #pressStream{
  padding-bottom:0px;
  margin-top:0px !important;
}


#mainmenu ul ul{
  margin-left: -90px !important;
}


  .desktop-media-upload{
    display:none !important;
  }  

  .mobile-media-upload{
    display:block !important;
  }

  .concierge input[type="text"]{
    max-width:220px !important;
    margin-left:0px !important;
  }  

  .user-notification {
    background: red none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    display: none;
    margin-left: -15px;
    position: absolute;
    text-align: center;
    top: 30px;
  }
/*hide every likers above 5 if screen is too small*/
  .likers-wrapper:nth-child(n+5){
    display:none !important;
  }



  #page.init{
    padding-top:80px !important;
  }


  #profile-noti{
    display:block !important;
  }  


  #magnify-glass-toggle{
    margin-left:5px;
    margin-top:0px;
  }
 

  #nav-noti{
    display:none !important;
  }


  #headerImgWrapper{
    display:none !important;
  }

  #mainmenu ul ul{
    margin-top:0px !important;
  }

  .concierge .twitter-list-select{
    margin-top:10px;
    margin-left:0px !important;
    width:230px !important;
  }


  .concierge p, .contributor p{
    margin-left: 5px !important;
    margin-top:5px !important;
    margin-bottom:5px !important;
  }

#twitter-timeline{
  margin-left:220px !important;
}

#twitter-mentions{
  margin-left:110px !important;
}

#twitter-favorites{
  margin-left:0px !important;
}


  .concierge label{
    width:300px !important;
  }


  .publisher-image{
    margin-left:-10px !important;
  }

#coed-meta-wrapper{
  width:45%;
  font-size:11px;
  background:white !important;
  border:none !important;
}

#content-coed-stream #coed-meta-wrapper{
  width:80%;
}

  .draft-submit{
}

.submit.fullCOED{

}



  #createPress{
    margin-left:0px !important;
  }

  #mainmenu{
    width:55%;
  }

    #logo{
    width:40%;
  }

  .page-heading.publication-header {
    padding:5px 0px !important;
  }

  .publication-detail{
    margin-left:10px !important;
    padding:0px !important;
  }

  .ui-tabs .ui-tabs-nav li.ui-state-default{
    margin:2px !important;
    top:-1px !important;
  }
    

  .ui-tabs .ui-tabs-nav li a{
    font-size:0.9em !important;
    height:25px !important;
    padding:0px !important;
    width:50px !important;
  }

  .middle-bar-tab-number{
    font-size:0.8em !important;
    padding-bottom:0px !important;
  }

  .home-follow-btn{
    width:35px !important;
    margin-left:5px !important;
    padding:2px !important;
    font-size:0.9em !important;
  }

  
  .publication-detail li div.title{
    font-size: 20px !important
  }



    #content-press-display{
      width:90% !important;
      min-width:0px !important;

    }

    #content-press-display.prose{
      width:100% !important;
      min-width:0px !important;

    }

    #Ticker div.press,#Presses div.press, #Drafts div.press{
      width:90% !important;
      min-width:0px !important;

    }

  .ui-tabs-panel{
    padding-top:160px !important;
  }
/*register */

  /*call to action*/
  #MobileRegister{
    margin-left:190px !important;
    margin-top:22px !important;
  }
  #textspanMobile{
    color:white;
    margin-top:50px;
    font-size:1.5em;
  }

  #CallToActionButtons,#CallToActionText,#call-to-action-remove{
    display:none;
  }

  #CallToActionTextMobile{
    width:320px !important;
    margin-top:-25px !important;
    margin-left:30px;
    font-size:16pt !important;
  }
  #CallToActionBar{
    right: 0% !important;
    width:100%!important;
    top:75% !important;
    border-radius:0px !important;
  }

  #CallToActionButtonsMobile,#CallToActionTextMobile{
    display:block !important;
  }
  #CallToActionText{
    font-size:12px !important;
    width:300px !important;
    margin:0px auto !important;
  }

  #textspan,#JoinButton,#LearnMoreButton{
    display:none;
  }
  #textspan2,#textspan3,#textspan4,#textspan5,#textspan6,#textspan7{
    display:none !important;
  }
  #JoinButton,#LearnMoreButton{
    height: 23px !important;
    border-radius:10px !important;
    margin:1px auto !important;
    width:240px !important;
  }
  #nav-login{
    margin-left:-5px !important;
  }

  #mobile-nav{
    display:block !important;
  }

  #createPress span{
    margin-left:2px !important;
  }
  #normal-nav{
    display:none !important;
  }

  #createPress{
    padding-right:0px !important;
    float:left !important;
  }

  #nav-settings-mobile{
    right:40px !important;
  }

  /* stream display*/
  /*top wrapper*/
  #header-prss-btn{
    margin-top:5px;
    top:15px !important;
    position:absolute !important;
    text-align:center;
  }



  .parallax-page-title{
    font-family: "proxima-nova",san-serif,helvetica,verdana,arial,futura !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 2.2em;
    margin-top:-100px !important;
    margin-top:200px !important;
  }


  .parallax-top-wrapper-padded{
    padding-left:10px !important;
    padding-bottom:20px;
  }
  .view-changer{
    display:none !important;
  }
  .parallax-image{
    height: 100% !important;
    width: 568px !important;
    background-size: cover !important;
    background-attachment: local !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .publication-author-stream span{
    top:250px !important;
  }

  #content-press-display.prose .publication-author-stream span{
    margin-top:0px !important;
  }


/*bottom wrapper*/
  .social-buttons-stream{
    margin-right:-11% !important;
  }
  .home-bottom-wrapper #pressStream .press .press-meta .press-time {
    margin-right:5px !important;
  }
  .home-bottom-wrapper #pressStream .press .press-meta .press-time a{
    font-size:8pt !important;
  }
  .parallax-bottom-wrapper .post-display div.divider{

    margin-bottom: 30px !important;

  }
  .parallax-bottom-wrapper .post-display div.press-blurb-text{
    font-family: "proxima-nova",san-serif,helvetica,verdana,arial,futura !important;
    font-weight: 100 !important;
    font-style: normal !important;
    width:480px !important;
  }

  .snippet .author{
    /*font-size:14pt !important;*/
    max-width: 480px !important;
    width: 100%;
  }
  .post-display .snippet .timestamp{
    font-size:10pt !important;
  }  
  .post-display .timestamp img{
   display:none !important;
  }


  .parallax-bottom-wrapper .post-display .pressimus.snippet div.press-text{
      font-size:1em !important;
  }

  .parallax-bottom-wrapper .post-display .pressimus.snippet div.press-blurb-text{
      font-size:1.2em !important;
  }

  .parallax-bottom-wrapper .post-display div.facebook img{
  margin-left:0px !important;
  width:150px !important;
  max-width:150px !important;
  }


  .press-landing-page .post-display div.facebook img.profile{
    width:20px !important;
  }


  .parallax-bottom-wrapper .post-display div.youtube iframe, .parallax-bottom-wrapper .post-display div.url iframe{
    height: 300px !important;
  }

  .parallax-bottom-wrapper .post-display img{
    /*max-width:480px !important;*/
  }
  .home-bottom-wrapper{
    padding-left:0px !important;
  }



/*COED*/
/* concierge */

  #content-top-parallax{
    position:relative !important;
  }


  #load-status img{
    margin-right: 10% !important;
  }

  .view-changer div#normal-view-btn, .view-changer div#prose-view-btn{
    float:left;
    margin-left:20px !important;
  }

   /* entry display*/


 .press-landing-page div.parallax-image{
    /*display:none;*/
  }





  .press-landing-page div.facebook div.timestamp img{
    display:none;
  } 

  .press-landing-page div.facebook img{
  margin-left:0px !important;
  width:200px !important;
  max-width:200px !important;
  }

  .press-landing-page div.facebook img.profile{
    width:50px !important;
  }


  .press-landing-page .prssButton{
    margin-right:80px !important;
    bottom:-30px !important;
  }  

  .press-landing-page div.embed-show{
    display:none;
  }


  .press-landing-page div.press-pub-details{
    margin-left:5px !important;
  }

  .press-landing-page{
    margin-top:-50px !important;
  }

  .press-landing-page div.delete-entry{
    margin-right: 80px !important;
    margin-bottom:-30px !important;
  }

  .parallax-bottom-wrapper .post-display .pressimus.snippet .background-image img{
    max-width:580px !important;
  }

  .parallax-bottom-wrapper .post-display div.press-meta{
      width:auto !important;
  }

  #cta-follow-desc{
    width:auto !important;
    right:0px !important;
  }



  .press-pub-details-link{
    float:none !important;
    margin-left:50% !important;
  }

    #content div.page-heading{
    font-size: 15px !important;
    margin:0px !important;
    margin-top: 25px !important;
    margin-left:0px !important;
    border-radius:0 !important;
  }

  .publication-header img{
    margin-left:20px !important;
  }


  .publication-header div.pub-header-text.by{
    display:none !important;
  }


  .page-heading.publication-header{
    margin-left:60px !important;
    width:100% !important;
    padding-left:0px !important;
  }

  .con-modal-div{
    display:none !important;
  }

  #magnify-glass[data-icon]:before{
    line-height:1.4 !important;
  }

  #mainmenu ul li{
    padding-right:5px;
  }


  #nav-pressimus-p{
    font-size:40px;
    top:0px !important;
  }


  #editor-meta-modal{
    width:100% !important;
  }

  #loading-press-popup{
    width:100% !important;
  }



}

@media only screen and (max-width: 455px) {
  #press-completed{
    font-size:1em !important;
    left:0px !important;
    padding:10px 0px !important;
    margin-left:0px !important;
  }

}

#view-changer-wrapper{
  display:none;
  position: absolute;
}

.CirclesPulser{
  position: absolute;
}

.change-view-icon{
  display:inline-block;
      font-size: 30px;
    margin-top: 10px;
}

#change-view-editor{
  display:inline-block;
  float: left;
  line-height:40px;
  font-size: 16px;
  height:40px;
  padding:5px 10px;
  background:#00d83b;
  color:white;
  width: 180px;
}

#change-view-concierge{
  display: inline-block;
  float: right;
  font-size: 16px;
  width: 150px;
  color: white;
  padding: 5px 10px;
  background: #00d83b;
}

#change-view-editor-wrapper.change-view{

  -webkit-transition: margin-left 0.5s ease-in;
  -moz-transition: margin-left 0.5s ease-in;
  -ms-transition: margin-left 0.5s ease-in;
  -o-transition: margin-left 0.5s ease-in;
  transition: margin-left 0.5s ease-in;
}

#change-view-concierge-wrapper.change-view{
  -webkit-transition: margin-right 0.5s ease-in;
  -moz-transition: margin-right 0.5s ease-in;
  -ms-transition: margin-right 0.5s ease-in;
  -o-transition: margin-right 0.5s ease-in;
  transition: margin-right 0.5s ease-in;  
}


#change-view-editor-wrapper{
  margin-left:-210px;
  position: fixed;
  width: 260px;
  left:0px;
  bottom:0px;
    background: transparent;
  padding:0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.change-view{
  cursor:pointer;
  padding:5px;
}



#change-view-editor-wrapper.open-news{
  bottom:auto;
  top:0px;
  margin-top:57px;
}

.change-view-livenews-wrapper.open-news{
  right:0px;
  position: fixed;
display: none;
margin-bottom:10px;
margin-right:2px;
  bottom:0px;
  border-radius:50%;
}

.change-view-livenews-wrapper.close-news{
  right:0px;
  border-radius:50%;
  position: fixed;
  margin-top:62px;
display: none;
  top:0px;
  margin-right:10px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}

#change-view-concierge-wrapper{
  margin-right:-180px;
  position: fixed;
  width: 230px;
  right:0px;
  padding:0px;
  bottom:0px;
  background: transparent;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;

}

#change-view-icon-concierge{
  margin-left:5px;
}

#change-view-icon-editor{
  margin-right:5px;
}

#change-view-concierge-wrapper.slide{
  margin-right:0px;
}

#change-view-editor-wrapper.slide{
  margin-left:0px;
}

#change-view-editor-wrapper, #change-view-concierge-wrapper, .change-view-livenews-wrapper{
  background:gray;

}

#view-changer-wrapper{
  z-index:9;
  font-size:30px;
}

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


  .verify-profilebar .verify.blue[data-icon]:before{
    font-size:20px !important;
  }

  .verify-profilebar{
    margin-right:-15px !important;
  }

  div.press{
    padding-left:2.5% !important;
    padding-right:2.5% !important;
    width:90% !important;
    margin-left:2.5% !important;
    margin-right:2.5% !important;
  }

  .updateButtonTicker, #refreshNewsCurated{
    width:96% !important;
    margin:0 2% !important;
  }

  .recommended-user-wrapper-mobile{
    width:96% !important;
    margin:0 2% !important;
  }


  div.snippet .click-to-add-handle{
    margin-left:0px !important;
  }

  #concierge-hide-btn{
    display:none;
  }

  .snippets-container div.snippet{
    width:95% !important;
    margin-left:2.5% !important;
  }

  .press-button.quick.fullCOED.quick-submit.pseudo-sub {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0px;
  }

#bottom-news-wrapper{
  display:none;
  margin-top:-63px;
}


#editor-box{
  margin-left:5px !important;
}

#camera-btn .mobile-media-upload.media-btn{
height:100%;
width:100%;
cursor:pointer;
}
#camera-btn{
  cursor:pointer;
    background: black !important;
    position: absolute;
    top:0px;
    height:30px;
    width:30px;
    padding:5px !important;
    right:0px;
    border-radius:5px;
    display:block !important;
    margin-top:5px !important;
    margin-right:10px;
  }

  #quick-submit.submit.fullCOED{
    margin-bottom:0px !important;
    margin-left:5px !important;
  }

  .concierge-media-upload{
  display:block !important;
}

  #concierge-box.slide.last {
    display:none;
  }

  #change-view-editor-wrapper{
    display: none;
  }

  .draft-submit{
    display: none !important;
  }

/*mobify settings*/
  #concierge-box.hide{
    display:none !important;
  }
    
  #editor-box.hide{
    display:none !important;
  }  

  #bottom-news-wrapper.hide{
    display:none !important;
  }

  #view-changer-wrapper{
    display:block !important;
  }

  #concierge-box.slide{
    margin-top:0px !important;
  }

  #content-coed{
    padding:0px !important;
    min-height:0px !important;
  }


@-moz-document url-prefix() {
   #gear-toggle-twitter, #gear-toggle-instagram{
    left:272px !important;
  }

}


.news.snippet{
  border-radius:1px !important;
  width:95% !important;
  margin:15px 2.5% !important;
}



div.snippet .click-to-add-handle{
  width:auto !important;
}

#editorArea div.snippet, .concierge div.snippet{
  padding:0px !important;
}

  #dropdown-modal-link{
    display: none;
  }

  div.handlebar-expand.mobile, div.handlebar-expand-single.mobile{
    border-radius: 1px !important;
  }

  .draft-submit{
   margin-right: -70px !important;
    margin-top: 45px !important;

}


  .cta-coed {
      background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
      color: white;
      display: none;
      font-size: 20px;
      margin-top: 30px !important;
      padding: 10px;
      left:0px !important;
      max-width:100% !important;
      z-index: 9999;
      position: absolute !important;
      width: auto !important;
      margin-left:auto !important;
    }

    .information-wrapper{
background: rgb(240, 248, 255) !important;
border-radius: 5px !important;
box-shadow: rgba(0, 0, 0, 0.568627) 0px 0px 20px 20px !important;
      padding: 20px !important;
      width: 260px !important;
    }

    #twitter-submit, #HUserInfoForm_firstName, #HUserInfoForm_twitterScreenName, #HUserInfoForm_email, .prssButton-register, #JoinWithTwitterRealButton, #submit-request, .reg-field-description, .submitForm input, #RegisterForm_verifyCode, #RegisterForm_keyPass, #RegisterForm_twitterScreenName, #RegisterForm_email, #RegisterForm_password, #RegisterForm_password2, #LoginForm_email, #LoginForm_password{
      max-width:200px !important;
    }

    #twitter-why{
      margin-top:500px !important; 
      position:absolute;
    }

    .information-wrapper.twitter{
      height:550px !important;
    }
      #login-welcome{
        float:none !important;
        margin:20px auto !important;
    color:white !important;
    font-size:14px !important;
  }


}

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



/*regsiter*/
.information-wrapper{


}
.press-landing-page .like-star-wrapper {
    margin-left: 5% !important;
    margin-right: 6% !important;
}




  /*call to action*/
  #MobileRegister{
    margin-left:-35px !important;
    margin-top:20px !important;
  }
  #textspanMobile{
    color:white;
  }
  #CallToActionTextMobile{
    width:120px !important;
    margin-top:-25px !important;
    margin-left:20px;
    font-size:14pt !important;
  }
  #CallToActionBar{
    right: 0% !important;
    width:320px !important;
    top:80% !important;
    border-radius:0px !important;
  }
  #CallToActionButtonsMobile,#CallToActionTextMobile{
    display:block !important;
  }
  #CallToActionText{
    font-size:12px !important;
    width:300px !important;
    margin:0px auto !important;
  }
  #textspan,#JoinButton,#LearnMoreButton{
    display:none;
  }
  #textspan2,#textspan3,#textspan4,#textspan5,#textspan6,#textspan7{
    display:none !important;
  }
  #JoinButton,#LearnMoreButton{
    height: 23px !important;
    border-radius:10px !important;
    margin:1px auto !important;
    width:240px !important;
  }

  /*header*/

  #mobile-nav{
    display:block !important;
  }
  #normal-nav{
    display:none !important;
  }

  #header-search{
    margin-left:5px !important;
  }

  #createPress{
    margin-left:10px;
    margin-top:12px;
  }
  #header{
    height:55px;
  }
  #mainmenu ul ul{
    right:0px !important;
  }

  /* stream display*/
  /*top wrapper*/

  .parallax-page-title{

    font-family: "proxima-nova",san-serif,helvetica,verdana,arial,futura !important;
    font-style: normal !important;
    font-weight: 800 !important;
    margin-top:-100px !important;
    font-size:3em !important;
  }



  .parallax-top-wrapper-padded{

    padding-left:10px !important;
  }
  .view-changer{
    display:none !important;
  }
  .parallax-image{
      text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
    height: 100% !important;
    width: 320px !important;
    background-size: cover !important;
    background-attachment: local !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .publication-author-stream span{
    margin-top:100px !important;
  }


/*bottom wrapper*/
  .social-buttons-stream{
    margin-right:-11% !important;
  }
  .home-bottom-wrapper #pressStream .press .press-meta .press-time {
    margin-right:5px !important;
  }
  .home-bottom-wrapper #pressStream .press .press-meta .press-time a{
    font-size:8pt !important;
  }
  .parallax-bottom-wrapper .post-display div.press-blurb-text{
    font-family: "proxima-nova",san-serif,helvetica,verdana,arial,futura !important;
    font-weight: 100 !important;
    font-style: normal !important;
    font-size: 2em !important;
    width:280px !important;
  }

  .snippet .author{
    font-size:14pt !important;
    width:250px !important;
  }
  .post-display .snippet .timestamp{
    font-size:10pt !important;
  }  
  .post-display .timestamp img{
   display:none !important;
  }

  .url.snippet .url-title img.big {
    width: 100% !important;
  }


  .parallax-bottom-wrapper .post-display iframe.twitter-tweet{
    min-width:0px !important;
  }
  .parallax-bottom-wrapper .post-display div.youtube, .parallax-bottom-wrapper .post-display div.url, .parallax-bottom-wrapper .post-display div.facebook, .parallax-bottom-wrapper .post-display div.instagram, .parallax-bottom-wrapper .post-display div.flickr, .parallax-bottom-wrapper .post-display div.media{
    max-width:250px !important;
  }
  .parallax-bottom-wrapper .post-display div.instagram img, .parallax-bottom-wrapper .post-display div.flickr img, .parallax-bottom-wrapper .post-display div.media img{
    max-width:250px !important;
  }




  .parallax-bottom-wrapper.prose-view .snippet.url span.title-content p iframe.video{
    height: auto !important;
  }

  .parallax-bottom-wrapper .post-display div.facebook img{
  margin-left:0px !important;
  width:80px !important;
  max-width:80px !important;
  }

  .press-landing-page .post-display div.facebook img.profile{
    width:20px !important;
  }

  .press-landing-page .pressimus.snippet .press-meta{
    margin-left:5px !important;
    padding-left:5px !important;
  }

  .press-landing-page .pressimus.snippet .press-blurb-text{
    margin:5px !important;
    padding:5px !important;
    font-size:1.2em !important;
    line-height:1.1em !important;
    width:240px !important;
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
  }

  .parallax-bottom-wrapper .post-display div.youtube iframe{
    max-width:250px !important;
    height:160px !important;
    max-height:160px !important;
  }

  .press-stream-landing-page .parallax-bottom-wrapper.prose-view .press .press-text iframe.twitter-tweet{
    max-width:256px !important;
  }

  .parallax-bottom-wrapper .post-display img{
    max-width:250px !important;
  }
  .home-bottom-wrapper{
    padding-left:0px !important;
  }
  #pressStream{
    /*margin-left:-100px !important;*/
  }


/*COED*/
/* concierge */

  #content-top-parallax{
    position:relative !important;
  }

  #load-status img{
    margin-right: 10% !important;
  }

  .view-changer div#normal-view-btn, .view-changer div#prose-view-btn{
    float:left;
    margin-left:20px !important;
  }

   /* entry display*/


  .press-landing-page div.press .press-text .press .press-text iframe.twitter-tweet{
    margin-left:-30px !important;
    width:100px !important;
  }  

  .press-landing-page div.press-single-time{
    margin-right:-30px !important;
  }

  .parallax-bottom-wrapper .post-display .pressimus.snippet .press-meta .background-image img{
    max-width:255px !important;
  }  

  .parallax-bottom-wrapper .post-display .pressimus.snippet .background-image{
    /*padding-left:0px !important;*/
    /*margin-left:0px !important;*/
  }  



  .parallax-bottom-wrapper .post-display .pressimus.snippet .press-text{
    margin:5px !important;
    font-size:1em !important;

  }

  .parallax-bottom-wrapper .post-display .pressimus.snippet .press-blurb-text{
    margin:5px !important;
    font-size:1.2em !important;
    width:260px !important;
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
  }


  .press-landing-page div.facebook div.timestamp img{
    display:none;
  }   

  .press-landing-page div.timestamp {
    font-size:4pt !important;
  } 

  .press-landing-page div.facebook img{
  margin-left:0px !important;
  width:150px !important;
  max-width:150px !important;
  }

  .press-landing-page div.facebook img.profile{
    width:50px !important;
  }

  .press-landing-page div.parallax-image{
    /*display:none;*/
  }

  .press-landing-page .prssButton{
    margin-right:5px !important;
  }  

  .press-landing-page div.embed-show{
    display:none;
  }



  .press-landing-page .press .press-meta{
    margin-left:-20px !important;
  }    

  .press-landing-page .press .press-blurb-text{
    /*margin-left:-10px !important;*/
  }

  .press-landing-page .press .press-meta .press-single-time{
    margin-right:10px !important;
  }  

  .press-landing-page div.press-pub-details{
    width:240px !important;
    margin-left:5px !important;
    font-size:10pt;
  }



.parallax-bottom-wrapper.prose-view .post-display div.press-text div p img{
  margin-left:0 !important;
}

  .press-landing-page div.delete-entry{
    margin-right: 235px !important;
  }

  #call-to-action-remove{
    top:0px;
    left:5px;
  }

    #call-to-action-remove-mobile{
    top: 280px;
    left: 5px;
    position:absolute;
  }

}

@media all and (max-width: 1024px) {

}




    #mainmenu ul:after {
    content:""; 
    clear:both; 
    display: block;
    }

#mainmenu ul li
{
  text-align: right;
  float:right;
  vertical-align:top;
}

#mainmenu ul li#nav-login{
  padding-top:15px;
  margin-bottom:10px;
  width:120px !important;
}

#mainmenu ul li a
{
  display:block;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "proxima-nova",futura,verdana,sans-serif,arial;
  text-decoration: none;
}

#mainmenu ul li.createPress a
{
  display:block;
  color: #FFF;
  background-color: rgba(255,255,255,0.2);
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: "proxima-nova",futura,verdana,sans-serif,arial;
  text-decoration: none;
}

#mainmenu ul li a.hover:hover
{
  color: rgba(255,255,255,0.4);
  text-decoration:none;
}

#mainmenu ul ul{
  display:none;
  background: black; 
  border-radius: 0px; 
  width:162px;
  margin-right:-200px;
  padding: 0;
  position: absolute; 
  margin-top:20px;
  top: 100%;
  margin-left:-61px;
}

  #mainmenu ul ul li {
    float: none; 
    width:100% !important;
    position: relative;
  }  

      #mainmenu ul ul li a{
        padding:15px 20px;
      }     

#nav-cog {
  line-height:55px;
  padding: 5px;
  font-size:2em;
}

#avatar-list-item{
  margin-top:2px;
  width:25%;
}


#mainmenu ul li:hover > ul {
  display:block;
}



/*  NAV BAR END */

#footer{
  margin:0 auto;
  text-align:center;
  width:50%;
}

div.flash-error, div.flash-notice, div.flash-success
{
  padding:.8em;
  margin:0 auto;
  width:50%;
  border:2px solid #ddd;
  height:300px;
  margin-bottom:200px;
}

div.flash-error
{
  background:#FBE3E4;
  color:#8a1f11;
  border-color:#FBC2C4;
}

div.flash-notice
{
  background:#FFF6BF;
  color:#514721;
  border-color:#FFD324;
}

div.flash-success
{
  background:#E6EFC2;
  color:#264409;
  border-color:#C6D880;
}

div.flash-error a
{
  color:#8a1f11;
}

div.flash-notice a
{
  color:#514721;
}

div.flash-success a
{
  color:#264409;
}

div.form .rememberMe label
{
  display: inline;
}

div.view
{
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
  font-size: 0.9em;
  padding: 5px 20px;
}

div.breadcrumbs span
{
  font-weight: bold;
}

div.search-form
{
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}

.portlet
{

}

.portlet-decoration
{
  padding: 3px 8px;
  background: #B7D6E7;
  border-left: 5px solid #6FACCF;
}

.portlet-title
{
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #298dcd;
}

.portlet-content
{
  font-size:0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background:#EFFDFF;
}

.portlet-content ul
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.portlet-content li
{
  padding: 2px 0 4px 0px;
}

.operations
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.operations li
{
  padding-bottom: 2px;
}

.operations li a
{
  font: bold 12px Arial;
  color: #0066A4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}

.operations li a:visited
{
  color: #0066A4;
}

.operations li a:hover
{
  background: #80CFFF;
}

#admin-sec { 
  border: 1px solid #CCC;
  padding: 10px;
  margin-bottom: 10px;
}

/** Publication/Press Stream Landing Page **/
.post-inner {
  top: 40px;
}

/* Xinha editor widget z-index fix */
div.dialog {
    z-index: 30000 !important;
}
.url.snippet .url-title {
    min-height: 120px;
}
.url.snippet .url-title img.small {
    height: 100px;
    width: auto;
    margin-right:10px;
    max-width:300px;
    border: 1px solid #CCC;
}

.url.snippet .url-title img.tiny {
    height: 100px;
    width: auto;
    max-width:100px;
    border: 1px solid #CCC;
}

.url.snippet .url-title img.big {
    height: auto;
    width: 100%;
    float:none;
    /*margin-bottom:10px;*/
    border: 1px solid #efefef;
}

.concierge .url.snippet .url-title img.big {
    height: auto;
    width: 398px;
    margin-bottom:0px;
    border: 1px solid #CCC;
}

#editorArea .url.snippet .url-title img.big{
  margin-bottom:0px;
}


/* Sam's Hacks */

#CallToActionBar {
    background-color: rgba(0,0,0,0.85);
    display: none;
    height:100%;
    width:100%;
}
    #JoinWithTwitterButton, #JoinWithEmail{

        font-size:18px;
        min-width:160px;
    }

    #CallToActionWrapper {
      border-radius:5px;
      position: fixed;
      right: 0;
      top:0px;
margin-top:90px;
      color:white;
      margin-right:50px;
      z-index:10;
      padding:10px 20px 25px;
      display:none;
      text-align: center;
      background:#1EB0EC ;
      box-shadow: rgb(78, 78, 78) 0px 0px 100px 5px;
      width: 300px;
      font-size:18px;
  }

  #CallToActionWrapper.hide{
    display:none !important;
  }

  #cta-request{
    cursor:pointer;
    background:rgb(0, 178, 55) none repeat scroll 0 0;
  }  
  #cta-twitter{
    cursor:pointer;
    background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  }

  .cta-btns{
    padding:10px 0;
    width:100%;
    text-align: center;
    border-radius: 4px;
  }

#LearnMoreButton {
  cursor:pointer;
  margin-top:10px;
    margin-bottom:10px;
    width:140px;
    height: 43px;
    font-size: 1em;
    border-radius:5px;
    font-weight: 600;
    background-attachment: scroll;
    background-size: auto;
    background-color: rgb(229, 233, 232);
    background-position: 0% 0%;
    background-repeat: repeat repeat;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#LearnMoreButton:hover, #LearnMoreButton:active {
background: #c6c6c6; /* Old browsers */
background: -moz-linear-gradient(top,  #c6c6c6 0%, #a9a9a9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#a9a9a9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c6c6c6 0%,#a9a9a9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c6c6c6 0%,#a9a9a9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c6c6c6 0%,#a9a9a9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c6c6c6 0%,#a9a9a9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#a9a9a9',GradientType=0 ); /* IE6-9 */
}


#JoinButton {
  cursor:pointer;
  color:white;
  margin-top:10px;
    width:140px;
    border:none;
    height: 43px;
    font-size: 1em;
    border-radius:5px;
    font-weight: 600;
    background-attachment: scroll;
    background-size: auto;
    background-color: black;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}


#JoinButton:hover, #JoinButton:active {
background: #c6c6c6; /* Old browsers */
}

#JoinWithTwitterButton {
  cursor:pointer;
    height: 43px;

    clear: none;
    margin: 0px 20px 0px 0px;
    border-radius:5px;
    color: rgb(255, 255, 255);
    background-color: rgb(41, 153, 237);
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
background: #499bea; /* Old browsers */
border:none;
}
#MobileRegister{
  cursor:pointer;
  position:absolute;
    width:140px;
    height: 43px;
    font-size: 1em;
    clear: none;
    left:210px !important;
    top:26px !important;
    border:none;
    color: rgb(255, 255, 255);
    background-color: red;
    font-weight: 600;
    background: red; /* Old browsers */
  
}




#JoinWithTwitterButton:hover, #JoinWithTwitterButton:active {
background: #2c539e; /* Old browsers */

}


#CallToActionText {
    font-size: 3em;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 11px;
    clear: none;
    min-height: 43px;
    color: white;

    margin:0 auto;
}

#textspan {
   display: block;
    float: none;
    font-weight:bold;
    font-size: 1.4em;
    line-height: 1em;
    margin: 3% auto;
    text-align: left;
    width: 70%;
}

#textspan2 {
    display: block;
    float: none;
    font-size: 0.6em;
    font-weight: 400;
    line-height: 1em;
    margin: 11px auto;

    width: 70%;
}

#textspan2 span {
    font-weight:800;
  }

#textspan4 {
    float: none;
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    font-weight: 600;
}

#textspan6 {
    float: none;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
}

#CallToActionButtons {
    color:white;
    background-color:#ff;
    border-radius:15px;
    border: 3px solid #F7F8FA;
    width:540px;
    margin:0 auto;
    text-align: center;
    padding:20px;
    margin-top:60px;
    margin-bottom:40px;
}

div#sign-up-free{
margin-bottom:20px;
font: 2.5em "proxima-nova",helvetica,san-serif,arial;
    font-style: normal;
    font-weight: 400;
;
}

div#sign-up-buttons{
    margin-bottom:5px;

}

#FindWeavePressText {
    float: left;
    font-size: 1.5em;
    width: 50%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: 25%;
    margin-top: 25px;
    clear: right;
    min-height: 32px;
    text-shadow: rgb(255, 255, 255) 1px 1px 1px;
    display: none;
}


/* Some additional temporary styling by Sam */

.information-wrapper {
  background-color: rgba(240, 248, 255, 1);
    border: 1px solid #777777;
    border-radius: 4px;
    padding: 10px 0 0;
    margin:20px auto 10px;
    max-width: 550px;
    width:100%;
}


.information-wrapper.login {
  background-color: rgba(240, 248, 255, 1);
    border: 1px solid #777777;
    border-radius: 4px;
    padding: 10px 0 30px;
    margin:20px auto 10px;
    max-width: 550px;
    width:100%;
}


.information-wrapper.twitter{
  padding:10px 10px;
}
/* restyle the image size as it is displayed on the publication masonry*/
.caroufredsel_wrapper div.snippet.media img {
  margin: left;
  display: block;
  width: 245px;
  height: auto;
}

.content-wrapper:     {
perspective: 1px;
  height: 100vh;
  overflow-y: auto
}

#content div.page-heading {
  background: rgba(0,0,0,0.3);
  position:absolute;
  top: 30px;
  margin: 50px;
  margin-left: 10%;
  color: rgba(255,255,255,0.8);
  padding: 20px 50px 20px 50px;
  font-family: "proxima-nova",futura,verdana,sans-serif,arial;
  font-style: normal;
  font-weight: 400;
  font-size:20px;
}

#content div.page-heading.prose{
  margin:20px 20px 20px 10%;
}

#load-status {
  display:none;
  position:relative;
  margin: 0 auto;
  text-align: center;
  text-align: right;
  top:20px;
}

#load-status-home {
  display:none;
}


#load-status-home img{
      height: 40px;
      margin-right: 20px;
      position: absolute;
      right: 160px;
      z-index: 2147483647;

}

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


 #login-welcome{
  margin-left:20px;
 }

  #load-status-home img{
    height: 40px;
    margin-right: 30px;
    margin-top:10px;
  }

  .NewsInnerWrapper{
    /*padding-top:200px;*/
  }


}

#load-status.stream {
  margin-right: 150px !important;
  top:-60px;
}

#load-status img{
  margin:0 auto;
  position:absolute;
  height: 40px;
  width: 40px;
  right:30px;
  margin-right: 20px;
}

#load-status.edit {
    position: absolute;
    right: 350px;
    top: 25px;
}

#load-status.edit img{
  right:30px;
}

#search-result-content{
  margin:0 auto;
  width:100%;
}
.result-changer{
  text-align: center;
}

#press-result-btn{
  font:15px Arial;
  float:left;
  margin-left:0px;
  cursor:pointer;
}

#user-result-btn{
  font:15px Arial;
  margin-left:120px;
  cursor:pointer;

}

#press-result-btn:hover, #user-result-btn:hover{
  text-decoration:underline;
}

#user-search-result{
  display:none;
  text-align: center;
  margin-top:10px;
}

.search-result-user{
  max-width:500px;
  height:120px;
  position: relative;
  text-align: left;
  white-space: -moz-pre-wrap; /* Firefox */    
  white-space: -pre-wrap;     /* Opera <7 */   
  white-space: -o-pre-wrap;   /* Opera 7 */    
  word-wrap: break-word;      /* IE */
  overflow:hidden;
  background:white;
  border-radius:5px;
  padding:10px 10px;
  margin:10px auto;
  border: 1px solid #ddd;
}

.search-result-user-fullname{
  width:410px;
  font: 20px futura;
  white-space: -moz-pre-wrap; /* Firefox */    
  white-space: -pre-wrap;     /* Opera <7 */   
  white-space: -o-pre-wrap;   /* Opera 7 */    
  word-wrap: break-word;      /* IE */
  text-decoration:none;
  color:black;
  margin-top:0px;
  margin-left:70px;
}

.search-result-user-fullname a{
  text-decoration:none;
  color: black;
}

.search-result-user-fullname a:hover{
  text-decoration:underline;
  color: black;
}

.highlight{
  font-weight: bolder !important;
}

.float-right{
  float:right;
}

.search-result-user-name{
  margin-left:70px;
}

.user-description{
  position:absolute;
  margin-top:15px;
  max-width:480px;
  white-space: -moz-pre-wrap; /* Firefox */    
  white-space: -pre-wrap;     /* Opera <7 */   
  white-space: -o-pre-wrap;   /* Opera 7 */    
  word-wrap: break-word;      /* IE */
}

.search-result-image{
    display: block;
    float: left;  
}

.search-result-image img {
    width: 50px;
    height: 50px;
    border-radius:50%;
}
#pipe-seperator{
  position:absolute;
  margin-left:105px;
}

.social-container{
  /*width:300px;*/
  margin:25px auto;
  margin-bottom:20px;
  height:20px;
  clear:both;
  font-size:20px;
}

.press-landing-page .social-container{
  /*width:450px;*/
}

.gold-star::before{
  color:#617a96 !important;
}

.press-pub-details .social-container{
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 20px;
  height: 20px;
  width:100%;
  max-width:300px;
  position:absolute;
}

.press-landing-page .social-container{
  margin-top:25px;
}


.press-landing-page .largeNews .social-container{
  margin-top:100px;
}

.largeNews .likes-wrapper{
  margin-top:10px;
}

.largeNews .likes-word, .largeNews .likes-number-wrapper{
  color:white;
}

.press-landing-page .largeNews .social-container [data-icon]::before{
  color:white;
}


.replyButton .reply-arrow, .social-reveal-button{
  height: 30px;

}

.replyButton .reply-arrow{
  float:left;
  cursor:pointer;
}
.social-reveal-button{
  float:right;
  cursor:pointer;
  margin-top:-1px;
  float:left;
    margin-left:9% !important;
    margin-right:8% !important;


}

.press-landing-page .social-reveal-button{
  margin-right:9%;
  margin-left:8%;
}

.social-buttons {
  z-index:-9;
}

.social-buttons-reveal{
  text-align:center;
  height:50px;
}

DIV.compactRadioGroup LABEL, DIV.compactRadioGroup INPUT{
  display:inline;
}

.follow-img{
  border-radius: 50%;
  width:60px;
  height:60px;
  position:absolute;
}

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

.follow-description{
  margin-top:5px;
}

.follow-screenname{
  display:inline-block;
  margin-left:15px;
  color:#ccc;

}

.follow-info-wrapper{
  margin-left:80px;
  min-height: 70px;
  white-space: -moz-pre-wrap; /* Firefox */    
  white-space: -pre-wrap;     /* Opera <7 */   
  white-space: -o-pre-wrap;   /* Opera 7 */    
  word-wrap: break-word;      /* IE */
}

.follow-pub-wrapper{
  margin:10px auto;
  padding:7px;
  padding-left:30px;
  padding-bottom:0px;
}

.follow-pub-wrapper-border{
   border-top:1px dashed #ccc;
   width:200px;
   margin:0px auto 20px;
}

.following{
  /*cursor: pointer;*/
}

.expand{
cursor: pointer;
width:23px;
margin:0 auto;
}

.follow-pub-container{
  display:none;
  overflow: hidden
}

.over {
    transform:             rotate( -180deg );            
        -moz-transform:    rotate( -180deg );            
        -ms-transform:     rotate( -180deg );            
        -o-transform:      rotate( -180deg );            
        -webkit-transform: rotate( -180deg );            
    transition:             transform 550ms ease;
        -moz-transition:    -moz-transform 550ms ease;
        -ms-transition:     -ms-transform 550ms ease;
        -o-transition:      -o-transform 550ms ease;
        -webkit-transition: -webkit-transform 550ms ease;
}

.out {
    transform:             rotate( -360deg );            
        -moz-transform:    rotate( -360deg );            
        -ms-transform:     rotate( -360deg );            
        -o-transform:      rotate( -360deg );            
        -webkit-transform: rotate( -360deg );            
    transition:             transform 550ms ease;
        -moz-transition:    -moz-transform 550ms ease;
        -ms-transition:     -ms-transform 550ms ease;
        -o-transition:      -o-transform 550ms ease;
        -webkit-transition: -webkit-transform 550ms ease;
}

.rotate-arrow{
  /*border-radius: 50%;*/
  /*border:1px solid  #747474;*/
  color: #747474;
  width:22px;
  height:22px;
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.rotate-arrow-icon[data-icon]:before{
  color: #747474;
}

.rotate-arrow-twitter{
  color: #747474;
  width:22px;
  height:22px;
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}


.rotate-arrow-instagram{
  color: #747474;
  width:22px;
  height:22px;
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}

.rotate-arrow-snippetize{
  border-radius: 50%;
  border:1px solid  #747474;
  color: #747474;
  width:30px;
  height:30px;
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}


#paper-gif{
  text-align: center;
  display:none;
}

#paper-gif img{
  height:300px;
  width:300px;
}

.timeDiv{
  margin:0 auto;
  padding:60px;
  font-size:40px;
  text-decoration: underline;
}

.ui-tabs .ui-tabs-panel{
  padding:0px !important;
  padding-top:100px !important;
}

.delete-term-wrapper.ui-widget-content{
  border:1px solid black !important;
}

.actual-time{
  display:none;
}

.timeDiv:hover > .actual-time{
  display:block;
}

.timeDiv:hover > .rel-time{
  display:none;
}

.close-btn {
    border: 1px solid white;
    cursor: pointer;
    margin: 20px auto 10px;
    padding: 10px;
    text-align: center;
    width: 100px;
  }

.close-btn:hover{
  background:rgba(0,0,0,0.8);
}


#HUserInfoForm_keyPass, #welcome-enter-description,#HUserInfoForm_email, #HUserInfoForm_twitterScreenName, #HUserInfoForm_firstName, #pass-form-body-input, #pass-form-header-input, #LoginForm_email, #LoginForm_password, #RegisterForm_keyPass, #RegisterForm_twitterScreenName, #RegisterForm_email, #RegisterForm_password, #RegisterForm_password2{
  width:100% !important;
  max-width:400px;
   border-radius: 5px;
   font-size:18px;
   border: 1px solid #ddd;
       padding: 8px;
  box-shadow: rgba(136, 136, 136, 0.188235) 0px 0px 3px 2px inset;
}

#welcome-enter-description{
  margin:0px 0px;
  max-width:600px;
}

.field_email, .field_twitterScreenName, .field_firstName, .field_tosT, .field_keyPass{
  text-align: center;
}

#RegisterForm_verifyCode{
  width:260px !important;
  height:30px;
   border-radius: 5px;
  box-shadow: rgba(136, 136, 136, 0.188235) 0px 0px 3px 2px inset;
}

.reg-field-description{
  width:100%;
  text-align: left;
  font-size:11px;
  color:#666;
  font-weight: 100;
  max-width:410px;
  margin-bottom:15px;
}

.submitForm input{
  width:400px;
  font-size:16px;
  color:white;
  cursor:pointer;
  background:#33CC66;
  margin:10px 0px 20px !important;
}

#twitter-submit{
  width:400px;
  font-size:16px;
  color:white;
  cursor:pointer;
  background:#33CC66;
}

#twitter-why{
  margin-top:530px; 
  position:absolute;
}


#submit-request, #submit-request-cta{
  width:400px;
  font-size:16px;
  border-radius:4px;
  color:white;
  cursor:pointer;
  padding:10px;
  background:#33CC66;
  margin:10px auto !important;
}

#huserinfoform .row.buttons{
  text-align: center;
}

/*recommended user*/

.recommended-user-wrapper{
  position:fixed;
  width:250px;
  z-index:10;
  right:0px;
  margin-top:90px;
  padding-bottom:15px;
  border-radius:5px;
  margin-right:60px;
  background:white;
  border: 1px solid #d4d4d4;
  /*box-shadow: 0 0 100px 10px rgb(140, 140, 140);*/
}
.recommended-user-wrapper.entry-page{
  position:fixed;
  width:250px;
  z-index:10;
  right:0px;
  margin-top:0px;
  padding-bottom:15px;
  border-radius:5px;
  margin-right:60px;
  background:white;
  border: 1px solid #d4d4d4;
  /*box-shadow: 0 0 100px 10px rgb(140, 140, 140);*/
}

.recommended-user-wrapper.entry-page-1{
  margin-top:15px;
}

.recommended-user-wrapper-mobile{
  display:none;
  position:relative;
  max-width:480px;
  width:100%;
  border-radius:5px;
  margin:5px auto;
  background:white;
  margin-top:10px;
  padding:10px 0 30px;
  border: 1px solid #d4d4d4;
}

.user-verify{
  background: white none repeat scroll 0 0;
  border-radius: 50%;
  clear: both;
  margin-left: -5px;
  margin-top: -13px;
  cursor:pointer;
  position: absolute;
}

.ranking-level{
  float:right;
  margin-top:-10px;
}

.user-verify.userlist{
  margin-top: -20px;
}

.reco-name-container{
  width:100px;
}

.reco-name-wrapper{
  width:90px;
}

.recommended-user-wrapper-mobile .full-name{
  display:none;
}

.recommended-user-wrapper-mobile .recommended-wrapper{
  width:100%;
}

.recommended-image{
  float:left;
}

.recommended-left-wrapper{
  float:left;
  margin-left:10px;
}

.recommended-right-wrapper{
  float:right;
  margin-right:10px;
}

.recommended-name{
  margin-left:40px;
  text-align: left;
  width:80px;
}

.recommended-name div{
  font-size: 12px;
  display:inline-block;
}

#follow-title{
  font-size:16px;
  font-weight:400;
  text-align: center;
  margin:10px 0 15px;
}

.reco-profile-image{
  display: block;
  float: left;
  height: 35px;
  position: absolute;
  text-align: right;
  width: 35px;
}

.reco-profile-image img{
  border-radius: 50%;
     height: 35px;
     width: 35px;
}

.follow{
  cursor:pointer;
  padding:6px 15px;
  background:#0077A8;
  border-radius:5px;
  color:white;

}

.publication-image-wrapper{
  position: relative;
}

.follow:hover{
  background: #1eb0ec;
}

.verify-profilebar{
  right:0px;
  margin-top:5px !important;
  margin-right:-25px;
}

.verify-profilebar .verify.blue[data-icon]:before{
 font-size:30px;
}

.verify-profilebar.user-verify{
  background: none;
  background: white;
  cursor: pointer;
}

.follow-list{
  position: absolute;
  right:0px;
  margin-right:10px;
}


.recommended-left-wrapper a{
  text-decoration: none;
}

.recommended-wrapper{
  width:250px;
  height:40px;
  margin:5px 0;
}

#press-completed{
  background: rgba(65, 65, 65, 0.82) none repeat scroll 0 0;
  box-shadow: 0 0 100px 10px rgb(140, 140, 140);
  color: white;
  font-size: 1.4em;
  font-weight: 400;
  bottom: -50%;
  left: 50%;
  margin-bottom: 50px;
  margin-left: -280px;
  max-width: 460px;
  padding: 20px 60px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index:11;
  border-radius:5px;

}

#walkthrough-init{
  background: #1EB0EC;
  box-shadow: 0 0 100px 10px rgb(140, 140, 140);
  color: white;
  font-size: 1.4em;
  font-weight: 400;
  bottom: -50%;
  left: 50%;
  margin-bottom: 50px;
  margin-left: -280px;
  max-width: 460px;
  padding: 20px 60px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index:11;
  border-radius:5px;

}

.walkthroughs{
  /*display:none;*/
  background: #1EB0EC;
  box-shadow: 0 0 100px 10px rgb(140, 140, 140);
  color: white;
  font-size: 1.4em;
  font-weight: 400;
  max-width: 360px;
  padding: 20px 60px;
  text-align: center;
  width: 100%;
  z-index:11;
  border-radius:5px;

}
.walkthroughs.fixed{
  bottom: -100%;
position:fixed;
left: 50%;
margin-bottom: 50px;
top:auto !important;
margin-left: -240px;
}

.walkthroughs.absolute2{
  left: 50%;
    margin-bottom: 50px;
    margin-left: -240px;
    margin-top: 150px !important;
    position: absolute;
    top: auto !important;
  display:none;
}

#news-overlay{
 background: black none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    display:none;
    z-index: 9;
    opacity:0.6;
}


#news-search-svg{
height: 100px;
    margin-top: 60px;
    width: 200px;
}

#init-walkthrough{
  position:fixed;
  bottom:0px;
  cursor:pointer;
  right:0px;
  margin-bottom:20px;
  margin-right:20px;
  display:none;
}


#reinit-note{
  background: #1eb0ec none repeat scroll 0 0;
      border-radius: 4px;
      bottom: 0;
      color: white;
      display: none;
      margin-bottom: 17px;
      margin-right: 70px;
      padding: 5px 20px;
      position: fixed;
      right: 0;
}


.walkthru-svg{
  display:none;
  position: absolute;
}

.walkthroughs.absolute{
  display:none;
position:absolute;
}




.walkthrough-options{
  border:1px solid white;
  border-radius: 4px;
  padding:10px;
  margin:10px auto;
  cursor: pointer;
}

.walkthrough-options a{
  text-decoration: none;
  color:white;
}

.coed-overlay{
  height:100%;
  width:100%;
  display:none;
  z-index:9;
  cursor: pointer;
  position: absolute;
  opacity:0.8;
 background: black none repeat scroll 0 0;
  opacity:0.6;
}

#concierge-overlay{
  width:480px !important;
  height:195px !important;
}

#concierge-overlay svg{
  margin-top:-20px !important;
}

.coed-overlay svg{
  width:300px;
  margin-left:100px;
  margin-top:50px;
  height:200px;
}


.walkthrough-options:hover,#walkthrough-initiate:hover{
  background:#1294c9;
}

.walkthrough-options.save-walkthrough{
  background:#1EB0EC;
}

.walkthrough-options.save-walkthrough{
  color:#d0effb;
  font-size:14px;
  padding:0px;
  border:none;
  margin:15px auto 0px;
  cursor: pointer;
}


#editor-overlay-svg{
  background: black url("http://pressimus.com/css/images/walkthru/the-editor.svg") no-repeat scroll center center;
    height: 200px;
    margin: 50px auto;
    position: relative;
    width: 400px;
}

#concierge-overlay-svg{
  background: black url("http://pressimus.com/css/images/walkthru/the-concierge.svg") no-repeat scroll center center;
    height: 150px;
    margin: 0px auto;
    position: relative;
    width: 400px;
}

#ticker-svg{
  background: rgba(0,0,0,0) url("http://pressimus.com/css/images/walkthru/ticker-pointer.svg") no-repeat scroll center center;
    height: 100px;
    cursor:default;
    margin-left: -50px;
    margin-top: 60px;
    width: 200px;
}

#livenews-svg{
  background: rgba(0,0,0,0) url("http://pressimus.com/css/images/walkthru/live-news-pointer.svg") no-repeat scroll center center;
    height: 100px;
    cursor:default;
        margin-left: -15px;
        margin-top: 60px;
        width: 200px;

}

#news-search-svg{
  background: rgba(0,0,0,0) url("http://pressimus.com/css/images/walkthru/news-search-pointer.svg") no-repeat scroll center center;
    height: 100px;
    cursor:default;
        margin-left: -15px;
        margin-top: 60px;
        width: 200px;

}



a#float-press-link{
  color:white;
  text-decoration: none;
}

#press-completed a:active{
  color:white;
}