@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html body{
    font-family: "Titillium Web", sans-serif;
}
.forum_header{
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #004693;
    padding:10px;
    color:#fff;
    font-weight: bold;
}

.forum_header a, .forum_header i{
    color: #ffffff;
}


.forumbg{
    background:#F8F8F8;
    font-family:'Roboto',sans-serif;
    margin-bottom:30px;
}

.forum_body{
    padding:10px 10px 5px;
}

.forum_body .item{
    background:#fff;
    border-bottom:1px solid #ECF0F1;
    padding:15px;
    margin-bottom:10px;
    color:#4C5D77;
    font-size:16px;
    font-weight:300;
}

.forum_body .item a.title{
    color:#676767;
    font-size:1.2em;
    font-weight: 500;
    margin-bottom:10px;
    display: block;

}

.forum_body .item a.title:hover{
    text-decoration: none;
}

.forum_body .item .avatar span{
    display: inline-block;
}

.forum_body .item .avatar span img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    top:-12px;
    margin-right:12px;
}

.forum_body .topic-title{
    padding-left:72px;
    position: relative;
}

.forum_body .topic-title i{
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: #004693;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size:16px;
}


.forum .m-portlet__head-title h3{
    color:#676767;
    font-size:2em;
    text-transform: none;
    font-family:'Roboto', sans-serif;
    font-weight: 300;
    line-height:1.2em;
}

.forum .answer_list{
    background-color:#F8F8F8;
    padding:10px 10px 5px;
    font-family:'Roboto', sans-serif;
}

.forum .answer_list .list{
    padding:15px;
    margin-bottom:10px;
    background-color:#fff;
    border-bottom:1px solid #ECF0F1;
}

.forum .answer_list .list .profile{
    text-align: center;
    border-right:1px solid #f5f5f5;

}

.forum .answer_list .list .profile img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    max-width:100%;
    width:80px;
}
.forum .answer_list .list .profile .avatar{
    margin-bottom:10px;
}

.forum .answer_list .list .profile a{
    display:block;
    text-align: center;
    font-weight:bold;
    color:#666666;
}

.forum .answer_list .list .description{
    font-size:1em;
    color:#333;
}

.forum .answer_list .list .description h1, .forum .answer_list .list .description h2, .forum .answer_list .list .description h3, .forum .answer_list .list .description h4{
    font-size:1.1em;
}

.forum .answer_list .list .author{
    color:#aaaaaa;
}

.forum .answer_list .title{
    font-size:1.2em;
    color:#666;
    font-weight:500;
    margin-bottom:8px;

}

.forum .answer_list .list .comments{
    border-top:1px solid #f5f5f5;

    margin-top:20px;
}

.forum .answer_list .list .comments .comment{
    padding:6px 0;
}

.answer_list .vote{
    font-size:40px;
    margin-top:20px;
    text-align:center;
}

aside.sidebar{
    font-family:'Roboto',sans-serif;
}

aside.sidebar label{
    font-size:1.1em;
    color:#818181;
    margin-bottom: 1px;
    font-weight:400;
}

aside.sidebar form input{
    background-color: #F7F7F7;
    border-color: #edecec;
    color: #333333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

aside.sidebar form input[type=submit]{
    width:100%;
    background:#004693;
    font-weight:300;
    color:#fff;
}

aside.sidebar form input[type=submit]:hover{
    border-color:#004693;
    opacity:0.7;
}

aside.sidebar h4.heading-primary{
    margin-bottom:15px;
    border-bottom:1px solid #ECF0F1;
    padding-bottom:10px;
    color:#676767;
}

aside.sidebar h4.heading-primary{
    font-weight: 500;
}

.profile_avatar{
    text-align: center;
}

.profile_avatar img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width:80px;
}

.profile_info ul{
    padding-left:0;

}

.profile_info ul li{
    list-style:none;
}

.profile_info ul li a{
    color:#676767;
}

.profile_info ul li a i{
    margin-right:5px;
}

.profile_info ul li a:hover{
    color:#004693;
}

hr{
    width:100%;
    height:1px;
    background:#ECF0F1;
}

aside.sidebar .profile_list{
    padding-left:0;
}

aside.sidebar .profile_list li{
    list-style:none;
}

aside.sidebar .profile_list li a{
    color:#676767;
    line-height:2.2em;
    font-size:1.1em;

}

aside.sidebar .profile_list li a i{
    margin-right: 8px;
}

aside.sidebar .profile_list li a:hover{
    color:#004693;
}

.m-card-profile__pic img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.m-card-profile__details span, .m-card-profile__details a{
    display: block;
}

.forum .topic-title .additional{
    margin-top:10px;
}

.hidden-xs-up{
    display: block;
}

.hidden-xs-down{
    display: block;
}

.answer_mark{
    position: absolute;
    top:0px;
    right:20px;
    color:#999;
    font-size:30px;
}

.answer_mark.active{
    color:#004693;
}

.answer_mark i{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.sidebar a.ask_question{
    background:#004693;
    width:100%;
    padding-top:12px;
    padding-bottom:12px;
    text-align:center;
    color:#fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom:20px;

}

.sidebar a.ask_question:hover{
    opacity:0.6;
}


ul.wysihtml5-toolbar{
    padding-left:0;
    background: #cccccc;
}
ul.wysihtml5-toolbar li{
    list-style: none;
    display:inline-block;
    padding-left:0;
}

ul.wysihtml5-toolbar li a{
}

.rating-input .far, .rating-input .fas{
    font-size:22px;
    margin-right:10px;
}

body .shop .star-rating:before{
    content:'';
    display: none;
}

body .shop .star-rating i{
    font-size:10px;
}

body .single-post .post-content .info-box, body article.post.post-large.blog-single-post.arti_list h3 {
    margin-left: 0px !important;
} 

body article.post.post-large.blog-single-post.arti_list .post-block.post-share,body article.post.post-large.blog-single-post.arti_list pre,body article.post.post-large.blog-single-post.arti_list .post-block.post-author.clearfix,body article.post.post-large.blog-single-post.arti_list .post-block.post-comments.clearfix,body article.post.post-large.blog-single-post.arti_list .post-block.post-leave-comment, body article.post.post-large.blog-single-post.arti_list table{
	margin-left:0px !important;
}
body article.post.post-large.blog-single-post.arti_list pre {
    margin-left: 0px;
}


@media(max-width:558px){
 .hidden-xs-down{
     display: none;
 }
}

@media(min-width:558px){
    .hidden-xs-up{
        display: none;
    }
}

body #header .header-nav-main nav>ul>li>a.active {
	    background: #ff7347;
    }
    
body header .social-icons li{
    box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
}

body header .social-icons li a{
    width:auto;
    height: auto;
    display: inherit;
    color:#ff7347 !important;
}

body #header .header-nav-main nav>ul>li>a{
    color:#ff7347;
}

body header .social-icons li:hover a{
    background:transparent;
    color:#ff7347 !important;
}

header span.avatar img{
    width:42px;
    border-radius: 100%;
    -webkit-border-radius:100%;
    
}

header span.avatar{
    margin-right: 5px;
}

header li.dropdown .dropdown-menu a{
    font-size:15px;
    text-align: left;
    padding:6px 20px 6px 8px;
    font-weight: 400;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0px;
}

body #header .header-nav-main nav>ul>li.open>a,
body #header .header-nav-main nav>ul>li:hover>a{
    background:#ff7347;
    text-decoration: none;
}

body #header .header-top.header-top-style-2{
    height:40px;
}

body header .nav-pills .nav-link.active,
body header .nav-pills .show>.nav-link{
    background:transparent;
}

body #header .header-nav-main nav>ul>li.dropdown.open>a:before,
body #header .header-nav-main nav>ul>li.dropdown:hover>a:before{
    display: none;
}

body #header .header-top .header-nav-top li{
    line-height: 42px;
}

body #header .header-top .header-nav-top li.dropdown{
    line-height: 42px;
}

body #header .header-top .header-nav-top li.dropdown a{
    line-height: 2em;
}

form label#avatar{
    padding: 10px;
    background: red;
    display: table;
    color: #fff;
    margin-top:20px;
    position: relative;
}

form label#avatar input[type="file"] {
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity: 0;
}

article.post .post-meta:after{
    content:'';
    display: block;
    clear:both;
}

article.post-large h2{
    
}

article.post-large .post-image.single{
    margin-left:-60px;
}

article.post-large .post-image.single p{
    margin-left: 0;
    width:100%;
}

/*article.post-large .post-content .description{
    margin-left:-60px;
}*/

body.blog .post-image img{
    width:100%;
}

.widget ul.blog li{
    list-style: square;
}

body article.post-large .post-image{
    margin-left:-60px;
}

body .blog-posts .post-content h2, body .blog-posts .post-content p,
body .blog-posts .post-content .post-meta, body .blog-posts .post-content .border-full-post,
body .single-post .post-content h2, body .single-post .post-content > p, 
body .single-post .post-content > span, body .single-post .post-content > pre, 
body .single-post .post-content table, body .single-post .post-content .post-block{
    margin-left:-60px;
}

body .single-post .post-content div.info-box, body .single-post .post-content div.steps-box {
    margin-left:-60px;
}

div.info-box > h2, div.info-box > h3,  div.info-box ul, div.info-box  > p, 
div.steps-box > h2, div.steps-box > h3,  div.steps-box ul, div.steps-box > p {
    margin-left: 0px !important;
}

body article.post-large .post-image img{
    width:100%;
}

body .recent-posts .date .month,
body article.post .post-date .month{
    display: block;
}


body article.post-large .post-date{

}

.blog-posts .pagination ul li{
    list-style: none;
    display:inline-block;
}

.blog-posts .pagination ul li a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.blog-posts .pagination ul li a.current-page {
        background-color:#0088cc !important;
        border-color: #0088cc;
        z-index:1;
        color:#fff;
}

.blog-posts .pagination ul li:first-child a{
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.blog-posts .pagination ul li:last-child a{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.blog article.post .post-date .year,
.blog-posts .post-date .year {
    background: #F4F4F4;
    color: #0088cc;
    font-size: 15px;
    display: block;
}

.blog article.post .post-date .day,
.blog-posts .post-date .day,
.blog-posts.single-post .post .post-date .day {
    padding-bottom:0px;
}

.blog article.post .post-content h2 a,
.blog-posts .post-content h2 a {
    color:#0088cc;
}

.blog article.post .post-meta a,
.blog-posts .post-content h2 a,
.blog-posts .post-meta span a,
.blog-posts .name a {
    color:#0088cc;
}

.blog-posts .post-meta span a.btn{
    color:#fff !important;
}

nav.pagination{
    display: block;
    text-align: center;
}

.blog .page_title{
    display:none;
}

.blog-posts .post-content ul li {
    color:#777;
}

.blog-posts .post-content ol li {
    color:#777;
}

body.blog section.body{
    font-weight: 300;
}

body.blog section.body h2 a{
    font-weight: 300;
}

body input[type=checkbox]{
    width:auto;
}

.post-content pre{
    color:#777;
}

body.user_register .page_title, body.user_register hr{
    display:none;
}

nav.cssmenu ul li a{
    line-height: 1em;
}

.profile_info svg{
    width:16px;
}

.profile_info svg.fa-award path{
    fill:red;
}

/* FROM aladar.css */
div.wrapper{
    margin: 0 auto;
    width: 1050px;
    padding-top: 20px;
}
div.header{
    margin-bottom: 40px;
}
div.social{
    float: right;
}
a{
    text-decoration: none;
}
li {
    padding-bottom: 15px;
}
div.content{
    padding: 25px;
    box-shadow: 0 0 7px #828282;
    border: solid 1px #B2B2B2;
    border-top: 2px solid #373531;
    min-height: 400px;
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
}
.sub-menu{
    padding-left: 0;
    margin: 0;
    margin-bottom: 10px;
    list-style: none;
    display: table;
    width: 100%;
}
.sub-menu>li {
    float: left;
    padding-bottom: 0px;
    position: relative;
    display: block;
    width: 121px;
}
.sub-menu>li>a{
    font-weight: bold;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 15px;
}
h1.info, h2.info, h3.info, h4.info{
    margin: 10px 0;
    color: #191919;
    padding-bottom: 5px;
    border-bottom: 1px dotted #d4d4d4;
}
div.info-box{
    padding: 15px 25px;
    margin: 30px 0 20px 0;
    background-color: #FCFCAE;
    border-radius: 6px;
    box-shadow: 0 0 7px #828282;
}
div.info-box:before{
    content: "";
    color: #fff;
    float: right;
    display: block;
    height: 32px;
    width: 32px;
    margin: -32px -22px 0 0;
    background-image: url('/assets/images/light-icon.png');

}
div.steps-box{
    padding: 15px;
    margin: 20px 0 20px 0;
    background-color: #e9eb77;
    border-radius: 6px;
    border: 2px solid #d08002;
    box-shadow: 0 0 7px #828282;
}
div.steps-box .step-container .step-title{
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 10px;
}
div.steps-box .step-container .step-title div{
    padding: 10px;
    background-color: #d08002;
    color: white;
    font-weight: bold;
    border-radius: 100%;
}
div.steps-box .step-container .step-content{
    display: table-cell;
}
div.content .rightInset{
    padding-left: 10px;
    width: 300px;
    border-left: 2px solid #ccc;
    vertical-align: top;
}
div.content .leftInset{
    padding-right: 20px;
    width: 705px;
    vertical-align: top;
}
.nav-tabs>li:last-child>a {
    border-radius: 0 6px 0 0;
    text-decoration: none;
}

/*Header style start*/

.mobile-logo {
    clear:both;
}
#ContextMenu2.show {
    display: block;
}
#ContextMenu.show {
    display: block;
}
.container.header-outer {
    height: 120px !important;
}
.loginclass ul li a {
    color: #000;
    text-decoration: none;
}
.loginclass ul li {
    padding: 0 10px;
    position: relative;
}
.loginclass ul {
    display: flex;
    float: right;
    list-style: none;
    padding-bottom: 0;
    margin: 0;
}
.loginclass {
    width: 50%;
    float: right;
    background-color: #08c;
    padding: 3px 0px 10px;
    border-radius: 0px 0 8px 8px;
    height: 50px;
}
.loginclass li:nth-child(2)::before {
    content: '';
    height: 18px;
    width: 1px;
    background: white;
    position: absolute;
    left: 0;
    top: 3px;
}
a.mobile-toggle{
    display: none;
}
a.mob-menu{
    display: none;
}
span.profilebtn {
    background: transparent;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
span.profilebtn {
    /*background-color: #199900;*/
    padding: 6px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
.profilebtn i.fa.fa-user {
    margin-right: 4px;
}

span.logoutbtn {
    background-color: #f85050;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
span.logoutbtn {
    background: transparent;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
li.minebtn {
    margin-top: 10px;
}
li.minebtn {
    margin-top: 11px;
}
span.signbtn {
    padding: 6px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
}
span.loginbtn {
    background: transparent;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
    margin: -5px;
}  
span.loginbtn {
    padding: 6px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
    margin: 0 auto !important;

}
li.right {
    margin-right: 32px;
}
li.right {
    margin-top: 4px;
}
.right input[type="text"] {
    margin-top: 1px;
}
.right button.btn.btn-primary.btn-lg {
    position: absolute;
    right: -6px;
    top: 1px;
    background: #0473AB;
}
input.myinputser {
    border-radius: 9px;
}
.right button.btn.btn-primary.btn-lg {
    position: absolute;
    right: -6px;
    top: 1px;
    background: #0473AB;
}
button.btn.btn-primary.btn-lg.mybtnarrow {
    padding: 7px;
    margin-left: 0;
    border: medium none;
    width: auto;
    position: absolute;
    border-radius: 0 6px 6px 0 !important;
    right: -5px;
    background: #0473AB;
    height: 100%;
}
button.btn.btn-primary.btn-lg {
    padding: 5px 10px;
    position: absolute;
}
aside button.btn.btn-primary.btn-lg {
    padding: 5px 10px;
    position: absolute;
    right: -6px;
    padding: 6px;
}
.col-md-3.site_brand img {
    margin: -51px 13px 21px -2px;
}
.mobile-logo{
    display: none;
}
div#firstcssmenu ul a {
     color: #CCC;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    padding: 8px 20px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 6px;
    margin: 1px;
    font-family: Open Sans,sans-serif;
}
div#firstcssmenu ul .active>a {
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.5px;
    color: #08c;
    /*padding: 12px;*/
    background-color: #08c;
    color: #fff;
}
div#firstcssmenu ul a {
    color: #08c;
    text-decoration: none;
}
/*.header_right {
    width: 70%;
}*/
div#firstcssmenu ul {
    display: flex;
    float: right;
    list-style: none;
  margin-top: 35px;
margin-bottom: 0px;
}

div#firstcssmenu ul li {
    /*padding: 0 12px;*/
}
div#firstcssmenu .row {
    width: 100%;
    align-items: center;
    justify-content: center;
} 
#header_main .container {
    padding: 0px;
}
div#firstcssmenu ul li.myicon a {
    width: 0px;
    height: 0px;
    border-radius: 30px;
    margin: -10px 1px;
    overflow: hidden;
    font-size: .8rem !important;
    transition: .3s;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
div#firstcssmenu ul li.mytwitter a {
    width: 0px;
    height: 0px;
    border-radius: 30px;
    margin: -10px 1px;
    overflow: hidden;
    font-size: .8rem !important;
    transition: .3s;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
div#firstcssmenu ul a:hover {
    background-color: #08c;
    color: #fff;
}  
div#firstcssmenu {
    clear: both;
    float: left;
    width: 100%;
}
nav.cssmenu ul li a{
    line-height: 1em;
}
#ContextMenu2.show {
    display: block;
}



@media only screen and (max-width: 1024px) {
    .loginclass {
        width: 57%;
    }

}

@media only screen and (max-width: 992px) {
    .loginclass {
        width: 100%;
    }
    a.mobile-toggle{
        display: block;
    }
    a.mobile-toggle {
        display: block;
        float: right;
        color: #000;
        margin-right: 8px;
        margin-top: 10px;
    }
    a.mobile-toggle{
        color: #fff;
    }
   
    .site_brand.mobile-logo {
        margin: 0 auto !important;
        display: block;
    }
    .mobile-logo img {
        margin: 4px auto;
        display: block;
        padding: 10px;
    }
        div#firstcssmenu ul {
        display: block;
        list-style: none;
        margin-top: 10px;
        background: #000;
        position: absolute;
        left: 0;
        right: 0;
        padding: 10px 14px;
        top: -10px;
        z-index: 999;
        width: 105%;
    }
    div#firstcssmenu ul li {
        margin-bottom: 13px;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    div#firstcssmenu ul li a {
        color: #fff;
    }
    nav.firstcssmenu center {
        display: none;
    }
     div#firstcssmenu {
        display: none;
    }
    nav.firstcssmenu center {
        display: none;
    }
    nav.cssmenu ul li a{
        padding: 15px 8px;
        font-size:14px;
    }

}

@media only screen and (max-width: 767px) {
    .boarder-solid {
        border-style: none !important;
    }
    .contain.bottom-sm.my-content {
        text-align: center;
    }
    .padding-30{
        padding: 15px !important;
    } 
    .loginclass {
        width: 100%;
        background-color: #08c;
        padding: 3px 0px 10px;
        border-radius: inherit;
        height: 50px;
        clear: both;
    }
    .loginclass ul {
        float: none;
    }
    .loginclass ul li {
        padding: 0 9px;
        position: relative;
    }
    .loginclass ul li a i {
        color: #fff;
    }
    .ext-menu a{
        display: none;
    }
     a.mob-menu {
        display: block;
        float: right;
        color: #000;
        margin-right: 8px;
        margin-top: 10px;
    }
}



/*End*/

.my-custom-login .btn {
    border-radius: 0px;
    font-weight: 500;
}
.my-custom-login .btn-primary {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
}

.error_mesg {
    margin: 0 auto;
}
.error_mesg h3 {
    text-align: center;
}
.tracking-code{
    margin-top: 55px !important;
}
.geolocation-link{
    margin-top: 81px !important;
}