/*navber*/
.navbar {
    padding: 18px 0 21px;
    text-align: center;
    font-family: 'Droid Serif', serif;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    margin: 0px;
    letter-spacing: 1px;
    border-radius: 0px;
}
.nav > .active > a,
.nav > .active > a:focus,
.nav > .active > a:hover {
    color: #0071bd;
    background-color: transparent;
}
.nav > li > a {
    color: #777;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #f8931f;
}
.navbar-brand {
    padding: 0 15px;
}
.navbar-brand img{
    height: 50px;
}
.navbar-toggle{
    border:1px solid #f8931f;
}
.navbar-toggle .icon-bar{
    background-color: #f8931f;
}

@media (min-width: 768px){

    .nav {
        float: none;
        margin: 0;
        text-align: center;
        display: inline-block;
        padding-top: 13px;
    }
    .nav>li {
        float: left;
        padding: 0 10px;
    }
    .nav>li a{
        float: left;
        padding: 0;
        line-height: 23px;
    }
}
.dropdown-menu{
    }
.dropdown-menu > li > a {
display: block;
padding: 2px 10px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
white-space: nowrap;
height: 100%;
    width: 100%;
}
.btn-join {
    color: #fff;
    background-color: #f8931f;
    border-color: #f8931f;
    padding: 2px 12px;
    margin: 5px;
}
.btn-join a{
    color: #fff;
}
.btn-join:hover{
    color: #fff;
    background-color: #0071bd;
    border-color: #0071bd;
}
/*navber end*/
.hmm{
    margin-bottom: 30px;
    background:url('../../image/downloadllc-bg.png');
    background-repeat: repeat-x;
}
.header {
    background-color: #f3f3f3;
    margin-bottom: 30px;
}
.row-margin{
    margin-top: 30px;
    margin-bottom: 30px;
}
.header .side-asdd {
    height: 247px;
    width: 247px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
}
.download-option {
    padding: 38px 0;
    text-align: center;
}
.download-option h1 {
    letter-spacing: 1px;
    color: #454545;
    font-size: 40px;
    font-family: 'Vollkorn', serif;
    margin: 0;
    margin-top: 20px;
}
.download-option p {
    line-height: 26px;
    color: #777777;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-style: italic;
    font-family: "Droid Serif",serif;
    margin-bottom: 25px;
}
.btn-download {
    color: #fff;
    background-color: #f8931f;
    border-color: #f8931f;
}
.btn-download:hover {
    color: #fff;
    background-color: #0071bd;
    border-color: #0071bd;
    width: 300px;
}
.btn-info {
    color: #fff;
    background-color: #0071bd;
    border-color: #0071bd;
}
.btn-download,
.btn-info {
    padding: 10px 45px;
    font-size: 20px;
    font-family: "Droid Serif",serif;
    font-style: italic;
    letter-spacing: 1px;
    /*margin: 0px 10px;*/
     width: 300px;
}
.ads-title {
    color: #bbb;
    font-size: 10px;
    text-align: center;
    display: block;
}

.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    background: #ebeeef;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 4px;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    /*opacity: 0.8;*/
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;

}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(0,0,0,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(0,0,0,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
figure.effect-sadie h3{
    position: absolute;
    top: 39%;
    left: 0;
    width: 100%;
    color: #fff;
    font-family: "Droid Serif",serif;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
figure.effect-sadie span{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    font-family: "Droid Serif",serif;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
figure.effect-sadie:hover h3,
figure.effect-sadie:hover span{
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover span{
    color: #fc0d2a;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.summary {
    padding: 1.14285714em;
    background: #f6f6f6;
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 400px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
}
.summary h3 {
    font-family: 'Vollkorn', serif;
    margin: 0 0 10px;
}
.summary p {
    padding: 0px;
    margin-bottom: 0;
    line-height: 2.25em;
    font-family: "Droid Serif",serif;
    color: #777777;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.details h3, .tags-text {
    font-family: 'Vollkorn', serif;
    margin: 0 0 10px;
}
.details P,
.module_wrap P{
    line-height: 26px;
    color: #777777;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-family: "Droid Serif",serif;
    margin-bottom: 25px;
    text-align: justify;
}
.tags {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    line-height: 12px !important;
    margin: 20px 0;
}
.tags a {
    border: rgba(0,0,0,0.2) 1px solid;
    background: none;
    color: #252525;
    font-size: 16px;
    padding: 5px 6px;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-family: 'Vollkorn', serif;
}
.tags a.tag-color-1{
    color: #fc0d2a;
}
.tags a:hover{
    text-decoration: none;
    color:#f8931f;
}
.tags a span {
    color: #a1a1a1;
    font-size: 13px;
    margin-left: 9px;
}
/*    font-size: 10px;
    margin: 0 5px;*/
@media (min-width: 1200px){
    .right-side-wrapper {
        padding: 0 30px;
    }
}
.social_icon {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: background-color .2s cubic-bezier(0,0,.58,1) 0s;
    -moz-transition: background-color .2s cubic-bezier(0,0,.58,1) 0s;
    -o-transition: background-color .2s cubic-bezier(0,0,.58,1) 0s;
    transition: background-color .2s cubic-bezier(0,0,.58,1) 0s;
}
.social_icon_box {
    height: 36px;
    position: relative;
    overflow: hidden;
    font-family: "Droid Serif",serif;
    font-style: italic;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 600;
}
.social_icon:hover .social_icon_box{
    background-color: #222;
}
.social_icon .social_icon_box_1 {
    background-color: #516eab;
}
.social_icon .social_icon_box_2 {
    background-color: #29c5f6;
}
.social_icon .social_icon_box_3 {
    background-color: #e14e42;
}
.icon {
    background-image: url(../images/elements.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
}
.icon::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,.2);
    position: absolute;
    right: -1px;
    top: 9px;
}
.facebook-icon {
    background-position: -20px -18px;
}
.twitter-icon {
    background-position: -18px -433px;
}
.google-plus-icon {
    background-position: -18px -278px;
}
.social_info {
    padding: 0 0 0 9px;
    position: relative;
    top: -13px;
    color: #fff;
}
.social_button {
    float: right;
    border-left: 1px solid rgba(255,255,255,.2);
    padding: 0 14px;
    margin-top: 8px;
    top: 13px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.social_button a {
    color: #fff;
}
.social_button a:after {
    content: "";
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 324px;
}
.social_button a:hover{
    text-decoration: none;
}
.popular-post{

}
.popular-post h1{
    font-family: "Vollkorn",serif;
    margin: 30px 0px;
    border-right: 3px solid #fc0d2a;
    font-size: 25px;
}
.module_wrap { 
    position: relative;
    padding: 5px 0px;
    margin: 10px 0px;
    border-bottom:1px solid #f0f0f0;
}
.module_wrap:nth-last-child(1){
    border:none;
}
.module_wrap .module-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
}

.img-thumb{
    height: 80px;
    width: 80px;
}
.item-details h2 a{
    font-size: 18px;
}
.module_wrap .item-details {
    margin-left: 100px;
    min-height: 80px;
}
.new-post .module_wrap .item-details{
    margin-right: 130px;
}
.download-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 14px auto;
}
.new-post .btn-app {
    background-color: #0071bd;
}
.btn-app a{
    color: #FFF;
}
.reatting{
    line-height: 19px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0px;
}
.reatting span {
    margin-right: 8px;
    color: #B6B6B6;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: 'Vollkorn', serif;
}
.reatting i{
    color: #fc0d2a;
    font-size: 12px;
}
.module_wrap h2 {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'Vollkorn', serif;
    margin: 0px 0px;
}
.module_wrap h4 {
    letter-spacing: 0.3px;
    font-family: 'Vollkorn', serif;
    margin: 0 0 10px;
}
.module_wrap h2 a,
.module_wrap h4 a{
    color: #000;
}
.module_wrap h2 a:hover {
    color: #f8931f;
    text-decoration: underline;
}
.module_wrap P {
    margin: 0;
    font-size: 13px;
}
.btn-app {
    color: #fff;
    background-color: #516eab;
    border: 0;
    border-radius: 0px;
    padding: 5px 12px;
    font-size: 12px;
    margin: 14px 0;
    font-family: "Droid Serif",serif;
    font-style: italic;
    letter-spacing: 0.5px;
}
.btn-app:hover{
    background-color: #222;
    color: #fff;
}
.btn-color-2{
    background-color: #29c5f6
}
.btn-color-3{
    background-color: #e14e42
}
/*footer*/
footer {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #f3f3f3;
    background: #f6f6f6;
}
footer p {
    color: #777777;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0px;
    font-family: 'Vollkorn', serif;
    font-style: italic;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/ripple.gif) center no-repeat #fff;
}


@media(min-width:767px) and (max-width:1199px){
    .btn-app {
        margin: 7px 0;
    }
    .btn-download, .btn-info {
        padding: 10px 31px;
    }
}
.space{
    height: 30px;
}

.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 45px;
    border-left: 3px solid #0071bd;
    border-radius: 0;
    box-shadow: none;
    background-color: #f6f6f6;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    font-family: "Droid Serif",serif;
    font-style: italic;
    letter-spacing: 0.5px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow:none;
}
.btn-primary {
    color: #fff;
    background-color: #0071bd;
    border-color: #0071bd;
    border-radius: 0;
    margin-bottom: 20px;
    font-family: "Droid Serif",serif;
    font-style: italic;
    letter-spacing: 0.5px;
}
.btn-primary:hover{
    color: #fff;
    background-color: #222;
    border-color: #222;
}

/*home page css*/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile-6 + label {
    color: #0071bd;
    text-align: left;
    font-family: 'Droid Serif', serif;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-left: -4px;
    margin-bottom: 0px;

    border: 1px solid #f8931f;
    background-color: #fff;
    padding: 0;
}
.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #0071bd;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.975rem 1.25rem;
    /*10px 20px*/ 
}

.inputfile-6 + label span {
    width: 350px;
    min-height: 3em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.inputfile-6 + label strong {
    height: 100%;
    color: #fff;
    background-color: #f8931f;
    display: inline-block;
    font-family: 'Droid Serif', serif;
    letter-spacing: 0.5px;
}
.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #0071bd;
}
 .s {
    height: 42px;
    border-left: 50px solid #0071bd;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
    /*border-right: 20px solid #f8931f;*/
    font-family: 'Droid Serif', serif;
    font-style: italic;
    letter-spacing: 0.5px;
    border: 1px solid #f8931f;
    width: 249px;
    min-width: 50%;
    padding: 10px;
}
.s:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow:none;
}

@media screen and (max-width: 768px) {
    .inputfile-6 + label strong {
        display: block;
    }
}
.new-post {
    padding: 60px 40px 40px;
    position: relative;
    box-shadow: 0px 1px 2px 1px #ececec;
    margin-bottom: 30px;
}
.new-post .text{
    background: #0071bd;
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(255, 255, 255);
    padding: 8px 15px;
    font-family: "Vollkorn",serif;
    margin: 0px;
    letter-spacing: 1px;
}

@media (max-width: 768px){

    .inputfile-6 + label strong{
        text-align: center;
    }
    .new-post {
        padding: 70px 20px 40px;
    }
    .module_wrap .module-thumb{
        position: relative;
    }
    .module_wrap .item-details {
        margin-left: 0;
        margin-right: 0;
    }
    .new-post .module_wrap .item-details {
        margin-right: 0;
    }
    .module_wrap h4 {
        margin: 20px 0 10px;
    }

}

@media (min-width: 768px){
    .modal-sm {
        width: 380px;
    }
}
.modal-content{
    border-radius: 0;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'Vollkorn', serif;
    text-align: center;
}
.modal-body label {
    margin-bottom: 8px;
    font-family: "Droid Serif",serif;
}
.btn-close {
    color: #fff;
    background-color: #f8931f;
    border-color: #f8931f;
    padding: 8px 12px;
    font-family: "Droid Serif",serif;
    font-style: italic;
    letter-spacing: 1px;
}
.btn-submit {
    color: #fff;
    background-color: #0071bd;
    border-color: #0071bd;
    padding: 8px 12px;
    font-family: "Droid Serif",serif;
    font-style: italic;
    letter-spacing: 1px;
}
.error{
    color: #f8931f;
}
.logmsg{
    font-weight: bold;
    font-style: italic;
}
.sub{
border: 1px solid #f8931f;
height: 44px;
color: #fff;
background-color: #f8931f;
display: inline-block;
font-family: 'Droid Serif', serif;
letter-spacing: 0.5px;
margin-bottom: 1px;
}
.under{
    text-decoration: none;
}
/*#-------------Paggination-------------#*/

.pagination-wrap.bg-gray {
    background: #f8f8f8;
}
.pagination-wrap {
    padding: 25px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 1px rgba(1,2,2,.1);
}

.pagination-wrap .btn-next, .pagination-wrap .btn-prev {
    width: 70px;
    font-size: 20px;
    padding-top: 0;
}
.pagination-wrap .btn-prev {
    float: left;
}
.pagination-wrap .btn-next {
    float: right;
}
.pagination-wrap .btn-next a, .pagination-wrap .btn-prev a {
    margin: 0;
    width: auto;
    height: auto;
    border: 0;
}
.pagination-wrap .pagination {
    font-size: 0;
    line-height: 0;
    min-width: 170px;
    margin: 0;
}
.pagination-wrap li {
    padding: 0 15px;
}
.pagination-wrap li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-wrap li a {
    padding: 0;
    background: none;
    border: 0;
    line-height: 20px;
    font-size: 16px;
    width: 22px;
    height: 22px;
    display: block;
    color: #5c5e62;
}
.pagination-wrap li.active a {
    color: #fff;
    border: 1px solid #ff6600;
    background: #ff6600;
}
    .btn_app{
        color: #fff;
        background-color: #516eab;
        border: 0;
        border-radius: 0px;
        padding: 10px 15px;
        font-size: 17px;
        margin: 5px 0px;
        font-family: "Droid Serif",serif;
        font-style: italic;
        letter-spacing: 1px;
        width: 240px;
    }
    .btn_app:hover {
     background-color: #222;
    color: #fff;
    }
    .download_option{
        margin-top:15px; 
    }
    .download_option h1{
        letter-spacing: .5px;
        color: #454545;
        font-size: 16px;
        font-family: 'Vollkorn', serif;
        margin-top: 5px;
    }
    @media (min-width: 500px;){
        .s{
            width: 248px;
        }
    }
    .add{
        margin-top: 10px;
    }