@-moz-viewport{ width:device-width }
@-ms-viewport{ width:device-width }
@-o-viewport{ width:device-width }
@-webkit-viewport{ width:device-width }
@viewport{ width:device-width }
root {
    display: block;
}
body{
    width: 100%;
    color: #444;
    margin: 0px;
    overflow-x: auto;
    zoom: 1;
    font-size: 98%;
    font-family: "Georgia","serif","Linotype","Times","Times New Roman","Georgia","serif";
    font-family: 'Montserrat', sans-serif;
}
.text-content, .news-feed-body p, p, textarea, .post-ta{
    font-family: 'Lora', serif;
    -webkit-font-smoothing: antialiased;
    color: #464646;
}
input, input[type="submit"]{
    font-family: 'Montserrat', sans-serif;
}
::selection {
	background: #F7D358; /* Safari */
	}
::-moz-selection {
	background: #F7D358; /* Firefox */
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

.f-heading{
    font-family: "helvetica neue", Helvetica, arial, sans-serif;
}

/*******Basic HTML element style**********/
p, .post-content{
    text-align: left;
    line-height: 170%;
    word-wrap:break-word;
    font-size: 100%;
    letter-spacing: 0.25px;
}
div{
    font-size: 100%;
    line-height: 150%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    letter-spacing: 0.65px;
}
.tran, #dialog-container, .stats-boxes{
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
img{
    vertical-align: middle;
    border: none;
}
a{
    text-decoration: none;
    line-height: 150%;
    font-size: 100%;
    color: #333;
    cursor: pointer;
    letter-spacing: 0.5px;
}
a:hover{
    text-decoration: underline;
    color: #B40404;
}
.post-content a{
    color: #B40404;
}
H1{
    font-size: 250%;
}
H2{
    font-size: 201%;
}
H3{
    font-size: 174%;
}
H4{
    font-size: 150%;
}
H5{
    font-size: 125%;
}
H1, H2, H3, H4, H5{
    line-height: 180%;
    margin: 1px 0;
    font-weight: normal;
}
H2, h3, h4, h5{
    font-weight: normal;
}

textarea{
    outline: none;
    resize:none;
    overflow:auto;
    box-shadow: inset  3px 3px 10px 0.8px #CCC;
    -webkit-box-shadow:inset  3px 3px 10px 0.8px #CCC;
    -moz-box-shadow:inset 3px 3px 10px 0.8px #CCC;
    border-radius:5px;
    border: 1px solid #CCC;
    padding:15px;
    color: #444;
    width: 100%;
    margin: 5px 0px;
    font-size: 100%;
    line-height: 1.7;
    box-sizing: border-box;
}
form{
    margin: 0px;
}
input[type="text"], input[type="password"], input[type="email"]{
    border-radius:4px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #f8f8f8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9f9f9));
    background: -webkit-linear-gradient(top, #fff, #f9f9f9);
    background: -moz-linear-gradient(top, #fff, #f9f9f9);
    background: -ms-linear-gradient(top, #fff, #f8f8f8);
    background: -o-linear-gradient(top, #fff, #f8f8f8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8');
    -webkit-box-shadow: 1px 1px 2px #ccc inset;
    -moz-box-shadow: 1px 1px 2px #ccc inset;
    -ms-box-shadow: 1px 1px 2px #ccc inset;
    -o-box-shadow: 1px 1px 2px #ccc inset;
    box-shadow: 1px 1px 2px #ccc inset;
    box-sizing: border-box;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus{
    border: 1px solid #aaa;
    -webkit-box-shadow: 1px 1px 3px #999 inset;
    -moz-box-shadow: 1px 1px 3px #999 inset;
    -ms-box-shadow: 1px 1px 3px #999 inset;
    -o-box-shadow: 1px 1px 3px #999 inset;
    box-shadow: 1px 1px 3px #999 inset;
}
input[type="submit"], button{
    box-shadow: 1px 1px 3px #ccc;
    background: #DF0101;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DF0101), to(#8A0808));
    background: -webkit-linear-gradient(top, #DF0101, #8A0808);
    background: -moz-linear-gradient(top, #DF0101, #8A0808);
    background: -ms-linear-gradient(top, #DF0101, #8A0808);
    background: -o-linear-gradient(top, #DF0101, #8A0808);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF0101', endColorstr='#8A0808');
    border: 1px solid #8A0808;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 5px 15px;
    color: #eee;
    cursor: pointer;
    opacity: 0.9;
}
input[type="submit"]:hover, button:hover{
    box-shadow: 1px 1px 6px #444;
    background: #DF0101;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FE2E2E), to(#8A0808));
    background: -webkit-linear-gradient(top, #FE2E2E, #8A0808);
    background: -moz-linear-gradient(top, #FE2E2E, #8A0808);
    background: -ms-linear-gradient(top, #FE2E2E, #8A0808);
    background: -o-linear-gradient(top, #FE2E2E, #8A0808);
    border: 1px solid #8A0808;
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
}
select{
    padding: 5px 2px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

/*********Utility************/
.size-80{font-size: 80%}
.size-90{font-size: 90%}
.size-100{font-size: 100%}
.size-120{font-size: 120%}
.size-150{font-size: 150%}
.size-180{font-size: 180%}
.size-200{font-size: 200%}
.size-250{font-size: 250%}
.size-300{font-size: 300%}
.w-10{
    width: 10%;
}
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-40{
    width: 40%;
}
.w-50{
    width: 50%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-90{
    width: 90%;
}
.w-100{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}


.c-red{
    color: #B40404;
}
.c-grey{
    color: #666;
}
.c-brown{
    color: #554433;
}
.c-marron, .c-dark-marron{
    color: #B40404;
}
.c-yellow{
    color: #DBA901;
}
.ptb5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.p10{
    padding: 10px;
}
.pt10{
    padding-top: 10px;
}
.ptb10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.p5{
    padding: 5px;
}
.p5p{
    padding: 5px 2%;
}
.p1{
    padding: 1%;
}
.plr10{
    padding-left: 10px;
    padding-right: 10px;
}
.m20{
    margin: 20px;
}
.p20{
    padding: 20px;
}
.ptb20{
    padding: 20px 0;
}
.ptb0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.tiny-text{
    font-size: 80%;
}
.text-align-c, .text-align-c-rsp, .txt-align-c, .text-align-l-rsp{
    text-align: center;
}
.text-align-r{
    text-align: right;
}
.border-b-grey, .bottom-line{
    border-bottom: 1px solid #ccc;
}
.border-b-black{
    border-bottom: 1px solid #000;
}
.border-grey{
    border: 1px solid #ddd;
}
.border-black{
    border: 1px solid #242424;
}
.heading{
    color: #b40404;
}

.content{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    max-width: 1080px;
    margin: auto;
}
.column{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.nav-col, .small-col, .big-col{
    width: 100%;
    float: none;
}
.stack{
    float: left;
    display: inline;
}
.clear{
    clear: both;
}

.f-sp{
/*    font-family: "Pro","Garamond,Palatino","Palatino Linotype","Times","Times New Roman","Georgia","serif","Linotype","Times","Times New Roman","Georgia","serif";*/
    font-family: "Georgia","serif","Linotype","Times","Times New Roman","Georgia","serif";
}
/*
.f-cursive{
    font-family: 'Parisienne';
}*/
.f-courier{
    font-family: courier;
}
.header-cont{
    width: 100%;
    border-bottom: 1px solid #666;
    color: #fff;
    z-index: 100;
    background: url('https://dzqolqo60uvo9.cloudfront.net/image_2.jpg') repeat #282423;
}
.header-cont:hover .nav-link{
    background: #292524;
    border-radius: 5px;
    border: 2px solid #111111;
}
.fixer{
    position: fixed;
}
.posRel{
    position: relative;
}
.posAbs{
    position: absolute;
}
.header-cont a{
    color: #fff;
}
.header-links{
    float: right;
    width: auto;
    padding: 5px 15px;
}
#headerSearchInput{
    padding: 3px 10px;
    margin: -3px 0 0 0;
}
.profile-link{
    float: left;
    padding: 5px 5px 5px 0px;
}
.profile-name{
    padding: 0 20px;
    margin: 0 -10px 0;
/*    transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);  IE 9
    -webkit-transform:scale(1.2,1.2);  Opera, Chrome, and Safari */
}
.profile-name:hover{
    transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05);
}
.nav-link{
    float: left;
    width: auto;
    padding: 3px;
    margin: 0 10px 0 0;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
}
.right{
    float: right;
}
.right_rsp{
    float: left;
}
.left{
    float: left;
}
.bold, .read-more-link{
    font-weight: bold!important;
}
.read-more-link{
    white-space: nowrap;
}
.pointer{
    cursor: pointer;
}
.bg-black{
    background: #000;
}
.bg-smoke{
    background: #f6f6f6;
}
.bg-grey{
    background: #f3f3f3;
}
.bg-yellow{
    background: #ddd;
}
.hidden{
    display: none;
}
.shadow-line{
    border-bottom: 1px solid #985858;
}
.a-deco-free{
    text-decoration: none;
}
.a-deco-free:hover{
    text-decoration: none;
}
.button-span{
    padding: 5px 10px;
    margin: 3px 3px 3px 0px;
    background: #F7D358;
    border-radius: 5px;
    border: 1px solid #BFA411;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    max-width: 150px;
    text-shadow: none;
}
.button-span:hover{
    box-shadow: 1px 1px 3px #000;
}
.button-span:active{
    box-shadow: 0px 0px 10px #999;
}
.button-span-clicked{
    box-shadow: 0px 0px 10px #999 !important;
    cursor: auto !important;
}
.button-span-black{
    padding: 5px 10px;
    margin: 3px 3px 3px 0px;
    border-radius: 5px;
    border: 1px solid #222;
    color: #eee;
    font-weight: bold;
    box-shadow: 1px 1px 10px #aaa;
    background: #444;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#222));
    background: -webkit-linear-gradient(top, #666, #222);
    background: -moz-linear-gradient(top, #666, #222);
    background: -ms-linear-gradient(top, #666, #222);
    background: -o-linear-gradient(top, #666, #222);
}
.button-span-black:hover{
    box-shadow: 1px 1px 3px #000;
    color:#fff;
}
.button-span-black:active{
    box-shadow: 0px 0px 10px #ccc;
    color: #AAA;
}
.button-span-green{
    padding: 5px 10px;
    margin: 3px 3px 3px 0px;
    border-radius: 5px;
    border: 1px solid #bfa411;
    color: #111;
    font-weight: bold;
    background: #F7D358;
    cursor: pointer;
    max-width: 150px;
    text-shadow: none;
}
.button-span-green:hover{
    box-shadow: 1px 1px 3px #000;
    background: #FE2E2E;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FE2E2E), to(#8A0808));
    background: -webkit-linear-gradient(top, #FE2E2E, #8A0808);
    background: -moz-linear-gradient(top, #FE2E2E, #8A0808);
    background: -ms-linear-gradient(top, #FE2E2E, #8A0808);
    background: -o-linear-gradient(top, #FE2E2E, #8A0808);
    border: 1px solid #8A0808;
    color: #eee;
}
.button-span-green:active{
    box-shadow: 0px 0px 10px #ccc;
}
.follow-unfollow{
    width: 100px;
}
.poll-form{
    padding: 10px 5px;
    background-color:#fbfbf7;
    border:1px solid #aaa;
    border-radius: 4px;
    box-shadow: 5px 5px 13px 0.9px #ccc;
}
.comment-div{
    background-color: whiteSmoke;
    padding: 1rem;
    margin: 1rem 0;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    box-shadow: -2px 1px 5px 0.2px #EEE;
    -webkit-box-shadow:  -2px 1px 5px 0.2px #EEE;
    -moz-box-shadow:  -2px 1px 5px 0.2px #EEE;
}
.notification-box, .profile-dropdown{
    width: 100%;
    max-width:475px;
    position: absolute;
    background:#fff;
    z-index:100;
    margin-top: 10px;
    border:1px solid #ddd;
    color: #000;
    font-size:0.9em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 1px 5px #ddd;
}
.profile-dropdown{
    width: 200px;
}
.notification-content, .msg-notification-content{
    max-height: 500px;
    overflow: auto;
}
.n_div{
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 10px;
}
.n_div:hover{
    background: #FAFAFA;
}
.css-time{
    text-align: right;
    font-size: 0.9em;
    color: #888;
}
.notification-box a{
    font-size:1.1em;
    color:#333;
    font-weight: bold;
}
.header-notification-link:hover{
    text-decoration: none;
    color: #fff;
}
.unseen{background:#eee;}
.notificatio-count-span{
    color: #FF0000;
}
.stumble{
    background: none repeat scroll 0 0 #B40404;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8A0808), to(#B40404));
    background: -webkit-linear-gradient(top, #8A0808, #B40404);
    background: -moz-linear-gradient(top, #8A0808, #B40404);
    background: -ms-linear-gradient(top, #8A0808, #B40404);
    background: -o-linear-gradient(top, #8A0808, #B40404);
    border-radius: 5px;
    bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
    margin: 2px;
}
.stumble:hover{
    color: #fff;
    text-decoration: none;
}
.stumble:hover{
    background: none repeat scroll 0 0 #B40404;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B40404), to(#8A0808));
    background: -webkit-linear-gradient(top, #B40404, #8A0808);
    background: -moz-linear-gradient(top, #B40404, #8A0808);
    background: -ms-linear-gradient(top, #B40404, #8A0808);
    background: -o-linear-gradient(top, #B40404, #8A0808);
}
#dialog-bg{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background: #000;
    opacity:0.7;
}
#dialog-container{
    background:#fff;
    min-height:200px;
    min-width: 200px;
    max-width: 700px;
    position:absolute;
    top: 300px;
    left: 400px;
    color: #111;
    padding: 10px;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#dialog-title{
    background: #eee;
    color: #000;
    padding: 10px;
    margin: 0;
    border: 1px solid #ddd;
    font-family: georgia;
    font-weight: bold;
    font-size: 120%;
}
#dialog-body{
    padding: 5px;
    margin:5px;
    max-width: 700px;
}
#photoimg{
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #eee;
    width: 80%;
}
.dialog-submit-button{
    cursor: pointer;
    background: #444;
    color: #fff;
    padding: 4px 15px 4px 15px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #222;
}
.dialog-submit-button:hover{
    color: #eee;
    background: #000;
}
.dialog-close-button{
    color:#000;
    width: 20px;
    padding: 15px 0;
    cursor:pointer;
}
.action-button{
    padding: 5px 15px 5px 15px ;
    background: #414141;
    margin: 5px 0px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #414141;
    color: #ffffff;
    cursor: pointer;
    min-width: 120px;
}
.action-button:hover{
    -webkit-box-shadow:  1px 1px 3px #999999;
    -moz-box-shadow:  1px 1px 3px #999999;
    box-shadow: 1px 1px 3px #999999;
    border: 1px solid #000000;
    background: #333333;
}
.action-button:active{
    box-shadow: 1px 1px 3px #000000;
}
.videoWrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    width: 100%;
    line-height: 180%;
}
.videoWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.label-span{
    background: #ECC74A;
    border: #BA920E;
    padding: 3px 10px 3px 10px;
    margin: 0 5px 0 5px;
    border-radius: 5px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
    .column{
        float: none;
        padding: 2px 5px;
    }
    .one, .two, .three, .four{
        width: 100%;
    }
    .five, .six, .seven, .eight{
        width: 100%;
    }
    .text-align-c-rsp{
        text-align: left;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
    .column{
        float: none;
        padding: 2px 5px;
    }
    .notification-box{
        left: 5px;
        width: 98%;
        margin-left: 0px;
    }
    .one, .two, .three, .four{
        width: 100%;
    }
    .five, .six, .seven, .eight{
        width: 100%;
    }
    .text-align-c-rsp{
        text-align: left;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
    .column{
        float: none;
        padding: 5px;
    }
    .one, .two, .three, .four{
        width: 100%;
    }
    .five, .six, .seven, .eight{
        width: 100%;
    }
    .text-align-c-rsp{
        text-align: left;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 700px)
and (max-device-width : 1024px) {
/* Styles */
    .column{
        float: left;
        padding: 10px;
    }
    .small-col{
        width: 27%;
    }
    .big-col{
        width: 73%;
    }
    .one, .two, .three, .four{
        width: 50%;
    }
    .five, .six, .seven, .eight{
        width: 100%;
    }
    .notification-box{
        width: 98%;
        margin-left: -200px;
    }
    .text-align-l-rsp{
        text-align: left;
    }
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 700px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
    .profile-link{
        float: right;
        width: 20%;
    }
    .profile-link a{

    }
    .right_rsp{
        float: right;
    }
    .text-align-l-rsp{
        text-align: left;
    }
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 700px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
    .profile-link{
        float: right;

    }
    .profile-link a{

    }
    .row{
        margin-left: -10px;
    }
    .right_rsp{
        float: right;
    }
    .text-align-l-rsp{
        text-align: left;
    }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 700px) {
/* Styles */
    .column{
        float: left;
        padding: 10px;
    }
    .small-col{
        width: 27%;
    }
    .big-col{
        width: 73%;
    }
    .profile-link{
        float: right;

    }
    .profile-link a{

    }
    .one{
        width: 12.5%;
    }
    .two{
        width: 25%;
    }
    .three{
        width: 37.5%
    }
    .four{
        width: 50%;
    }
    .five{
        width: 62.5%;
    }
    .six{
        width: 75%;
    }
    .seven{
        width: 87.5%;
    }
    .eight{
        width: 100%;
    }
    .notification-box{
        left: auto;
        margin-left: -350px;
    }
    .stumble{
        position: fixed;
        right: 0px;
        bottom: 0px;
    }
    .row{
        margin-left: -10px;
    }
    .right_rsp{
        float: right;
    }
    .text-align-l-rsp{
        text-align: left;
    }
}
@media only screen
and (min-width : 960px) {
/* Styles */
    .column{
        float: left;
    }
    .small-col{
        width: 27%;
    }
    .big-col{
        width: 73%;
    }
    .stack{
        width: 100%;
        float: none;
    }
    .row{
        margin-left: -10px;
    }
    .right_rsp{
        float: right;
    }
    .text-align-l-rsp{
        text-align: left;
    }

}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
    .column{
        float: left;
    }
    .small-col{
        width: 25%;
    }
    .big-col{
        width: 75%;
    }
    .profile-link{
        float: right;

    }
    .profile-link a{
        float: right;
    }
    .row{
        margin-left: -10px;
    }
    .right_rsp{
        float: right;
    }
    .text-align-l-rsp{
        text-align: left;
    }
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
    body{
        font-size: 100%;
    }
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    body{
        font-size: 100%;
    }
}
.plr5{
    padding-left: 5px;
    padding-right: 5px;
}
.m5{
    margin: 5px;
}
.col{
    float: left;
}
.f-georgia{
    font-family: georgia;
}
.br-6{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.br-10{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.box-shadow{
    -moz-box-shadow:    1px 1px 5px 1px #f3f3f3;
    -webkit-box-shadow: 1px 1px 5px 1px #f3f3f3;
    box-shadow:         1px 1px 5px 1px #f3f3f3;
}
.fun-facts{
    text-align: center;
    box-shadow: 0px 0px 4px #dddddd;
}
.fun-facts h1{
    font-size: 400%;
/*    color: #F1B26B;*/
    color: #d39043;

}
.fun-facts h4{
    color: #58704E;
}
.stats-boxes{
    margin: 10px;
    border-bottom: 1px solid #eee;
    width: 100px;
}
.stats-boxes:hover{
    background-color: rgba(0,0,0,.3);
    border-bottom: 1px solid #222;
}
.p-book-cont{
    height: 220px;
    width: 1000px;
    overflow-y: hidden;
    background: #ffffff;
    padding: 0px 5px 0 0;
}
.p-book-cont-cont{
    overflow-x: hidden;
    position: relative;
}
.p-book-cont-cont h5{
    font-weight: bold;
}
.right-arrow, .left-arrow{
    position: absolute;
    top: 110px;
    opacity: 0.8;
}
.right-arrow:hover, .left-arrow:hover{
    opacity: 1;
}
.left-arrow{
    left: -8px;
}
.right-arrow{
    right: -7px;
}
.main-panel{

}
.post-feed{
    margin: 10px 0;
    padding: 0;
    max-width: 600px;
    background: #ffffff;
    box-shadow: 1px 2px 3px #ddd;
    width: 100%;
}
.post-feed img{
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0;
    /*-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera
    filter: grayscale(100%);*/
}
.post-feed img:hover{
    /*-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera
    filter: grayscale(0%);*/
}
.post-feed .img-bg{

}
.post-feed .smallCover{
    width: 100%;
}
.post-feed .post-info{
    padding: 15px;
}
.post-info span, .post-info p, .news-feed-head, .news-feed-stats, .news-feed-body p, .tiny-text{
    /*font-family: "helvetica neue", Helvetica, arial, sans-serif;*/
    font-weight: normal;
}
.fix-w-200{
    width: 200px;
}
.fix-w-150{
    width: 150px;
}
.fix-w-120{
    width: 120px;
}
.announcement-bar{
    background: #F5DA81;
    padding: 5px 20px;
    color: #000;
}
.hide-announcement a, .announcement-bar a{
    color: #B40404;
    font-weight: bold;
}
/***********Changes during new responsive home page**********/

.newsFeedContainer{
    width: 60%;
    min-width: 360px;
    padding: 10px 10px 0 0;
}
.homeRightCol{
    width: 40%;
    min-width: 200px;
    padding: 10px;
}
.news-feed, .box{
    margin: 10px 0;
    padding: 20px;
    box-shadow: 1px 1px 2px #dddddd;
    background: #ffffff;
}
@media only screen
and (max-width : 700px){
    .newsFeedContainer , .homeRightCol{
        width: 100%;
        float: none;
    }
    .header-links, .hideWhenSmall{
        display: none;
    }
    .signinDiv{
        float: left;
        top: 20px;
        left: 0px;
    }
}
.news-feed h4{
    margin: 5px 0px;
    font-size: 120%;
}
.news-feed a{
    color: #B40404;
}
.news-feed img{
    border: 1px solid #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.news-feed-post-img{
    max-width: 98%;
    display: block;
}
.news-feed-body{
    padding: 10px 0px 0px 20px;
}
.news-feed-stats{
    color: #666666;
    font-size: 0.9em;
    padding: 5px 0 0;
}
.mr10{
    margin-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.ml5{
    margin-left: 5px;
}
.mtb10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtb20{
    margin: 20px 0;
}
.pr10{
    padding: 0 10px 0 0;
}
#headerWriteIcon{
    height: 30px;
    width: auto;
}
.lazyImg{
    opacity: 0;
    -webkit-transition: opacity .6s ease-in;
    -moz-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
    transition: opacity .6s ease-in;
}
.dialogFormDiv label{
    line-height: 200%;
    font-size: 90%;
    vertical-align: text-top;
}
/**Profile Page**/
.summaryDiv{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: #fff;
    opacity: 0.5;
    padding: 5px;
}
.summaryDiv:hover{
    opacity: 1;
    background-color: rgba(128,128,128,0.3);
}
.friendListDiv{
    max-height: 200px;
    overflow: auto;
}
.frndStatus{
    border: 1px solid #ccc;
    margin: 4px 5px 0 0;
    padding: 5px 10px;
    background: #fcfcfc;
}
.profileLinkBar, .bgYellowGrad{
    padding: 0 10px;
    background: #eee;
    background: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#fff), to(#eee));
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -ms-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    border: 1px solid #eee;
    color: #444;
}
.profileLinkBar .column{
    float: left;
    display: block;
}

.head-background, head-background h1, .head-background a{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.bg-black-tr{
    background-color:rgba(128, 128, 128, 0.3);
}
.profileLinkBar a{
    margin: 0 10px;
    color: #666;
    text-shadow: none;
    padding: 10px 0;
    margin: 0 10px;
}
.profileLinkBar tabbed-link>div{
    /*width: 100px;*/
}
.profileLinkBarSelected{
    color: #000 !important;
}
.insetShadowBox, .friend-suggestion{
    -webkit-box-shadow: 0 0 20px 5px #ddd inset;
    -moz-box-shadow: 0 0 20px 5px #ddd inset;
    box-shadow: 0 0 20px 5px #ddd inset;
    padding: 20px;
    border: 1px solid #ddd;
}
.badgeLabel{
    padding: 5px 10px;
    float: left;
    border: 1px dotted #ccc;
    margin: 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .1s ease-in-out;
}
.badgeLabel:hover{
    background: #fff;
    transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2); /* IE 9 */
    -webkit-transform:scale(1.2,1.2); /* Opera, Chrome, and Safari */
}
/****Section Page********/
#category-select{
    width: 200px;
}
.catLinks{
    float: left;
    line-height: 20px;
    margin: 5px 0;
    padding: 5px 20px;
    white-space: nowrap;
    border: 1px solid #eee;
    margin: 5px;
    box-shadow: 1px 1px 1px #eeeeee;
    border-radius: 5px;
}
.catLinks:hover , .catLinks:active{
    background: #eea;
    color: #000;
}
.tabs-heading-span{
    color: #b40404;
    padding: 20px 10px;
    font-size: 100%;
    font-weight: lighter;
    letter-spacing: 1px;
    white-space: nowrap;
    background: #f8f8f8;
}
.tabs-heading-span a:hover{
    text-decoration: none;
}
.selected{
    font-weight: bold;
    border-bottom: 5px solid #b40404;
}
.page_no{
    width: 30px;
    text-align: center;
    border-radius: 20px;
    background: #EEE;
    border: 1px solid #FCFCFC;
    padding: 5px;
    margin: 2px;
    font-weight: bold;
}
.page_no_selected{
    background: #FFF59E;
    border: 1px solid #FFED61;
    color: #000
}
.width-360{
    width: 360px;
}
/*** Custom Scroll ******/
.scrollBar , .scrollTrack{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
}
.scrollBar{
    padding: 3px 2px;
    background: #ccc;
    border: 1px solid #bbb;
}
.scrollTrack{
    background: #eee;
}
.check{
	background-position: -122px -121px ;
	width: 20px;
	height: 16px;
}

.msg1{
	background-position: -125px -149px ;
	width: 20px;
	height: 15px;
}

.alert{
	background-position: -100px -149px ;
	width: 20px;
	height: 15px;
}

.delete{
	background-position: -100px -123px ;
	width: 10px;
	height: 10px;
}

.navv{
	background-position: -99px -96px ;
	width: 30px;
	height: 20px;
}

.s-328{
	background-position: -50px -127px ;
	width: 20px;
	height: 20px;
}

.wb_icon_msg{
	background-position: -51px -90px ;
	width: 40px;
	height: 30px;
}

.wb_icon_post{
	background-position: -51px -162px ;
	width: 40px;
	height: 30px;
}

.wb_icon_calender{
	background-position: -150px -51px ;
	width: 40px;
	height: 30px;
}

.wb_icon_friends{
	background-position: -100px -51px ;
	width: 40px;
	height: 30px;
}

.wb_icon_time{
	background-position: -50px -50px ;
	width: 40px;
	height: 30px;
}

.left-arrow{
	background-position: 0 -171px ;
	width: 40px;
	height: 54px;
}

.right-arrow{
	background-position: 0 -113px ;
	width: 40px;
	height: 54px;
}

.wb_icon_home{
	background-position: -326px 0;
	width: 40px;
	height: 30px;
}

.wb_icon_rating{
	background-position: -290px 0;
	width: 40px;
	height: 30px;
}

.wb_icon_settings{
	background-position: -248px 0;
	width: 40px;
	height: 30px;
}

.wb_icon_badge{
	background-position: -209px 0;
	width: 40px;
	height: 30px;
}

.wb_icon_diary3{
	background-position: -168px 0;
	width: 40px;
	height: 30px;
}

.wb_icon_tag{
	background-position: -131px 0;
	width: 40px;
	height: 30px;
}

.t_bg{
	background-position: -388px 0;
	width: 252px;
	height: 230px;
}

.wb_icon_delete{
	background-position: -96px 0;
	width: 40px;
	height: 30px;
}

.wb_icon_comments{
	background-position: 0 -77px ;
	width: 40px;
	height: 30px;
}

.wb_icon_diary2{
	background-position: -54px 0;
	width: 40px;
	height: 30px;
}

.wb_icon_save{
	background-position: 0 -44px ;
	width: 40px;
	height: 30px;
}

.writing-icon2{
	background-position: 0 0;
	width: 38px;
	height: 30px;
}


/***Diary**/
.upload-diary-cover-img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #eea;
    color: #543;
    padding: 5px 10px;
}
.diary-cover-div{
    position: relative;
}
#diaryProfileWrap{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    overflow: hidden;
}
.diaryBox{
    float: left;
    width: 220px;
    height: 133px;
    margin: 10px;
    overflow: hidden;
}
#diaryListWrap{
    width: auto;
    background: #fff;
    opacity: 0;
}
.diary-thumb-info{
    margin-top: 100px;
    padding: 5px;
    color: #fff;
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#loadingMask{
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    position: absolute;
    z-index: 100000;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.notificatio-count-span, #msg-notification-count, .count{
    padding: 0 5px 0;
    font-size: 150%;
    font-family: georgia;
}
/*******Messages*******/
.messages{
    max-height: 300px;
    overflow:auto;
    overflow-x: hidden;
    padding-right:4px;
}
/**Suggest Edit Box*/
.suggestEdit{
    position: fixed;
    top: 120px;
    left: 20px;
    background: #fff;
    padding: 10px;
    max-width: 300px;
}
.closeBtn{
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
    padding: 5px;
}
.p5{
    padding: 5px;
}
#postBody{
    font-size: 108%;
    letter-spacing: 0.8px;
    color: #333;
    margin-top: 0;
}
@media only screen
and (max-width : 960px) {
    #postBody{
        font-size: 100%;
    }
}
/** contest page **/
.infoBox{
    border-bottom: 1px solid #ddd;
    margin: 0px 0px;
    padding: 10px 20px;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0px 5px #eee;
    background: #ffffff;
}
.postAdBox{
    max-width: 200px;
}
.m0-imp{
    margin: 0 !important;
}
.no-shadow{
    text-shadow: none;
}
/***Home Page*********/
#homeCTA1, .BigCTA{
    color: #fff;
    padding: 20px;
    border: 1px solid #C0392B;
    display: block;
    min-width: 200px;
    max-width: 400px;
    margin: 30px auto;
    background: #E73A18;
    background: #e74c3c;
    text-align: center;
}
#homeCTA1:hover, .BigCTA:hover{
    text-decoration: none;
    color: #fff;
}
.center{
    margin-left: auto;
    margin-right: auto;
}
.atl-suggestion-box{
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px #ccc;
}
.wb-dd-list-item{
    padding: 5px 15px;
}
.wb-dd-list-item:hover{
    background: #eeeeee;
    cursor: pointer;
}
.wb-dd-list-item:active{
    background: #dddddd;
}
.callout {
    position: relative;
    margin: 18px 0;
    padding: 18px 0px;
    background-color: #f6f6f6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.callout .notch {
    position: absolute;
    top: -10px;
    left: 20px;
    margin: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f6f6;
    padding: 0;
    width: 0;
    height: 0;
}
.border-callout { border: 1px solid #eeeeee; padding: 15px 0; }
.border-callout .border-notch { border-bottom-color: #eeeeee; top: -11px; }
.btn-sec{
    background: #999999;
    color: #fff;
    border: 1px solid #888;
    box-shadow: 1px 1px #eee;
}
.btn-sec:hover{
    background: #aaa;
    border: 1px solid #999;
    box-shadow: 1px 1px #eee;
}
.btn-sec:after{
    background: #999999;
    box-shadow: 1px 1px #ccc;
}
.atl-new-form:active{
    background: #eee;
}
.action-btn-sec{
    padding: 5px 10px;
    background: #eee;
    border: 1px solid #d9d9d9;
}
.action-btn-sec:hover{
    text-decoration: none;
}
.action-btn-prime{
    padding: 5px 20px;
    background: #dddddd;
    border: 1px solid #d9d9d9;
}
.action-btn-prime:hover{
    text-decoration: none;
}
