@font-face {
    font-family: proxima_novalight;
    src: url(../fonts/proximanova-light-webfont.eot);
    src: url(../fonts/proximanova-light-webfont.eot) format('embedded-opentype'),url(../fonts/proximanova-light-webfont.ttf) format('truetype'),url(../fonts/proximanova-light-webfont.svg#proxima_novalight) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: proxima_nova_rgregular;
    src: url(../fonts/proximanova-regular-webfont.eot);
    src: url(../fonts/proximanova-regular-webfont.eot) format('embedded-opentype'),url(../fonts/proximanova-regular-webfont.ttf) format('truetype'),url(../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: proxima_novasemibold;
    src: url(../fonts/proximanova-semibold-webfont.eot);
    src: url(../fonts/proximanova-semibold-webfont.eot) format('embedded-opentype'),url(../fonts/proximanova-semibold-webfont.ttf) format('truetype'),url(../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold) format('svg');
    font-weight: 400;
    font-style: normal;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-family: proxima_nova_rgregular;
    color: #767b80;
    font-size: 18px;
    webkit-tap-highlight-color: #222;
}

b, strong {
    font-family: proxima_nova_rgregular;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
        outline: 0 !important;
    }

    a, a img, a:active, a:focus, button:focus, a:hover {
        outline: 0 !important;
        color: #fff;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
        text-decoration: none;
        cursor: pointer;
    }

.bodyContent a, .bodyContent a img, .bodyContent a:active, .bodyContent a:focus, .bodyContent a:hover {
    color: #71ba55;
}

img {
    border: 0 !important;
}

.colBlue {
    color: #378ed6 !important;
}

#close {
    display: none;
}

/*header*/
.myheader {
    height: auto !important;
    min-height: 120px;
    background: #fff !important;
    padding: 40px 0px !important;
    border: none;
}



.navbar-nav {
    margin-top: 7px;
}

.navbar-inverse .navbar-nav > .active > a {
    background: #71ba55 !important;
    color: #fff !important;
    border-radius: 18px !important;
}

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0px 20px !important;
    text-decoration: none !important;
}

.navbar-nav > .active > a:hover {
    background: #71ba55 !important;
    color: #fff !important;
}

.navbar-nav > li > a:hover {
    background: #71ba55 !important;
    color: #fff !important;
    border-radius: 18px !important;
}

.navbar-brand {
    font-size: 24px !important;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-toggle, .navbar-toggle:hover {
    background: #71ba55 !important;
    color: #fff !important;
}

.navbar-toggle .icon-bar{
    background:#fff !important;
}

.navbar-default .navbar-nav>.active>a{
    box-shadow:inset 0 0 0 rgba(0,0,0,.075) !important;
    background:#71ba55 !important;
    color:#fff !important;
    border-radius:18px;
}

.overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.4);
    z-index: 1000;
    display: none;
}

/*banner*/
.banner {
    height: auto;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .banner img {
        height: auto !important;
        width: 100%;
    }

.banner-inner {
    height: auto;
    min-height: 130px;
    width: 100%;
    color: #fff;
    margin-top: 130px;
        background: #378ed6;
}

    .leftblock .list-group{
        box-shadow:0 0 0 rgba(0,0,0,.075) !important;
        margin:0px;
    }
    .leftblock .list-group-item {
        background: transparent;
        border:0px;
        border-radius:0px;
    }    
    .leftblock .list-group-item.active {        
        background: #378ed6;
        border:0px;
    }
    .banner-inner h3 {
        margin:0px;
        line-height:125px;
    }
    .leftblock .list-group-item a {
        color: #378ed6;
    }
    .leftblock .list-group-item.active a {
        color: #fff !important;
    }

/*container*/
.author {
    padding: 0px 0px 90px 0px;
}

.authorBg {
    background: #fafafa;
    padding: 100px 0px !important;
}

.author img {
    margin-right: 20px;
    height: auto;
    width: 85%;
}

.author h3 {
    margin-top: 120px;
}

.halfboder {
    width: 120px;
    height: 2px;
    background: #909090;
    position: absolute;
    bottom: -30px;
}

.authorBg div {
    line-height: 1.7em;
}

.alignCenter {
    text-align: center;
}

.pad-l-0 {
    padding-left: 0px !important;
}

.sub-menus{
    padding-left:30px;
}

.pad-r-0 {
    padding-right: 0px !important;
}

.pad-lr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pad-t-0 {
    padding-top: 0px !important;
}

/*writings*/
.writingsCont, .commonContPad {
    padding: 120px 0;
}

    .commonContPad h3 {
        margin-top: 0px !important;
    }

.writingshead {
    border-bottom: 2px solid #f7f7f7;
    text-align: center;
    margin-bottom: 70px;
}

    .writingshead h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150px;
        height: 20px;
        margin-top: -15px; /* Half the height */
        margin-left: -100px; /* Half the width */
        background: #fff;
    }

.box-writings {
    border: 1px solid #f1f1f1;
    text-align: center;
    height: auto !important;
    padding: 0px !important;
    margin-right: 5px;
}

    .box-writings img {
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100%;
        height: auto;
    }

    .box-writings div {
        width: 100%;
        height: 120px;
        text-align: center;
        background: #fafafa;
        position: relative;
        bottom: 0px;
        border-top: 1px solid #f1f1f1;
        padding: 30px 5px;
    }

        .box-writings div a {
            color: #71ba55;
        }

.mar-t30 {
    margin-top: 30px;
}

.mar-t20 {
    margin-top: 20px;
}

.mar-t10 {
    margin-top: 10px;
}

.mar-tb-30 {
    margin: 30px 0px !important;
}

.mar-b-50 {
    margin-bottom: 50px !important;
}
.mar-b-20 {
    margin-bottom: 20px !important;
}

.writingssub {
    background: #fafafa;
    padding: 100px 0px !important;
}

    .writingssub .box-writings {
        background: #fff !important;
    }

    .writingssub img {
        width: 50%;
        height: auto;
        margin: 40px 30px;
    }

    .writingssub span {
        color: #378ed6;
    }

    .writingssub h2 {
        margin-top: 0px !important;
    }

    .writingssub p {
        line-height: 1.7em;
    }

.form-group {
    margin-top: 20px;
}

    .form-group lable {
        text-align: left;
        font-weight: 600;
        color: #767b80;
    }

    .form-group input, .form-group textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 0px !important;
    }

    .form-group input {
        height: 60px;
    }

    .form-group textarea {
        height: 200px;
        resize: none;
    }

.btngreen {
    background: #71ba55;
    color: #fff;
    padding: 7px 25px;
    text-align: center;
    height: 60px;
    font-weight: 600;
    font-size: 16px;
}

#postcomments strong {
    color: #378ed6;
}

#postcomments img {
    width: 70%;
    height: auto;
    min-height: 90px;
    border-radius: 50%;
}

.clear10 {
    clear: both;
    height: 10px;
}

.commentWrapper {
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
/*articles*/
.sub-menu {
    list-style: none;
    margin-top: 20px;
}

    .sub-menu li {
        list-style: none;
        background: url(../images/arrow.png) no-repeat left;
        border-bottom: 1px solid #dddddd;
        padding: 10px 5px 10px 20px;
        text-align: left;
    }

        .sub-menu li:hover {
            color: #71ba55 !important;
        }

        .sub-menu li a {
            color: #767b80;
        }

            .sub-menu li a:hover {
                color: #71ba55 !important;
            }

.activegreen {
    color: #71ba55 !important;
}

.expand {
    margin-top: 50px;
}

    .expand a {
        color: #71ba55;
    }

        .expand a:hover {
            color: #767b80;
        }

/*footer*/
.footer {
    background: #378ed6;
    width: 100%;
    height: auto !important;
    min-height: 120px;
    padding: 25px 0px;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}

.bottommenu {
    list-style: none;
    float: right;
}

    .bottommenu li {
        float: left;
        margin: 0px 7px;
    }

#LoginPopUp .modal-header {
    background: #378ed6;
}

    #LoginPopUp .modal-header h4 {
        color: #fff;
    }

#LoginPopUp .close {
    color: #fff;
    opacity: 1;
}

#Requiemforhumor-cont > div > div {
    display: none;
}

.artical-content {
    height: 400px;
    overflow: hidden;
}

.expandCollapseBtns {
    padding: 15px 0;
}

    .expandCollapseBtns a {
        color: #71ba55 !important;
        opacity: 1;
    }

/* Slider CSS */
.switch {
    float: left;
    height: 34px;
    margin: 0;
    width: 60px;
}

    .switch input {
        display: none;
    }

.slider {
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider {
    background-color: #71ba55;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch > span {
    left: 4px;
    line-height: 34px;
    position: absolute;
    color: #0bb4ec;
}
.overlay {
    background: white url('../images/loader.gif') no-repeat center center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
}
.table td{
    border: 1px solid #ddd;
    word-wrap: break-word;
    word-break: break-all;
}  
.table th:first-child{
    width:25%;
}

.leftblock
{
    width: 250px;
    float: left;
}
.leftblock > div{
    padding:0 15px 15px 15px;
}
.rightblock
{
    width: calc(100% - 250px);
    float: right;
    padding-left: 20px;
    background-color:#fff;
    border-left:1px solid #ddd ;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav>.active>a{
    
    border-radius:0px !important;
}
    .sub-menus{
        padding:0px;
    }
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }
    .leftblock
{
    width: 100%;
}
    .leftblock > div{
        margin-top:2px;
    }
    .leftblock .list-group .list-group-item{
            width: 33%;
            float: left;
        text-align: center;
        padding:10px 3px;
    }
    .leftblock .list-group a{
        font-size:13px;
        font-weight:bold;
    }
    .rightblock
    {
        width:100%;
        padding-left: 0px;
    }
    .banner-inner{
        min-height:60px;
    }
    
    .banner-inner h3{
        line-height:60px;
    }
}

@media only screen and (max-width: 800px) {
    .author img {
        width: 50%;
    }

    .author h3, .author p {
        text-align: center;
    }

    .navbar-inverse .navbar-toggle {
        background: #71ba55;
        color: #fff;
    }

    .banner img {
        margin-top: 60px;
    }

    .pull-right {
        float: none !important;
    }

    .navbar-nav > li > a {
        color: #9d9d9d !important;
    }
    
    .navbar-inverse .navbar-toggle {
        background: #71ba55 !important;
        border-radius: 0px !important;
    }

    .authorBg {
        padding: 48px 0px !important;
    }

    .author {
        padding: 0px 0px 35px 0px;
    }

        .author h3 {
            margin-top: 40px;
        }

    .halfboder {
        display: none;
    }

    .author div:nth-child(2) {
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }

    .box-writings {
        margin-bottom: 15px;
    }

    .writingsCont {
        padding: 60px 0px;
    }

    .writingshead {
        margin-bottom: 55px;
    }

    .bottommenu {
        float: left;
    }

        .bottommenu li {
            margin: 0px 3px;
        }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pad-l-0, .pad-r-0 {
        padding: 0px !important;
    }

    .commonContPad {
        padding: 50px 15px !important;
    }

    .writingssub {
        padding: 50px 0px !important;
    }

    footer p, footer ul {
        text-align: center;
    }
}

@media only screen and (max-width: 736px) {
    .myheader {
        height: auto !important;
        min-height: 60px;
        padding: 5px 0px !important;
    }

    .navbar-inverse .navbar-collapse {
        border: none;
        background: #71ba55;
        color: #fff;
        margin-top: 0px;
        position: absolute;
        width: 100%;
    }

    .col-sm-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .banner-inner {
        margin-top: 60px !important;
    }

    #postcomments img {
        display: none;
    }
}

@media (max-width: 1200px) {
}