/* 
Project Name: WhatsAfterSchool
*/
body {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.p-xxs {
    padding: 5px !important;
}
.p-xs {
    padding: 10px !important;
}
.p-sm {
    padding: 15px !important;
}
.p-m {
    padding: 20px !important;
}
.p-md {
    padding: 25px !important;
}
.p-lg {
    padding: 30px !important;
}
.p-xl {
    padding: 40px !important;
}
.p-none {
    padding: 0 !important;
}
.p-t-none {
    padding-top: 0 !important;
}
.p-b-none {
    padding-bottom: 0 !important;
}
.p-l-none {
    padding-left: 0 !important;
}
.p-r-none {
    padding-right: 0 !important;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-xxxl {
    margin-top: 60px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}



/* 

bootstrap reset css

*/

.btn-primary{
    background-color:#2d5aa6;
}

.btn-black{
    background-color:#000;
    color:#fff;
}
.btn-black:hover{
    color:#fff;
    background-color:#2c3b41;
}
span.btn{
    cursor:text; 
}
.social-login{
    padding:20px 0;
}

.social-login a{
    display:inline-block;
    margin-bottom:10px;
}


.nopadding{
    padding:0; 
}

.nomargin{
    margin:0;
}

.bg-navy {
    background-color: #001f3f !important;
}

.primary-header {
    background-color: #2854a1;
}

.primary-header .primary-header-inner {
    display: table;
    height: 75px;
    width: 100%;
}

.site-branding {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.site-title{
    margin-top:0;
}

.site-title a{
    font-weight:300;
    color:#fff;
    font-size:25px;
}

.site-title a:hover{
    text-decoration:none;
}

.site-title a > span{
    font-weight:700;
    color:#fff;
    font-size:25px;
}

.primary-header .nav-menu.primary {
    display: table-cell;
    vertical-align: middle;
}


.nav-menu.primary {
    padding-left: 4em;
    text-align: right;
}
.dropdown-toggle:focus{
    text-decoration: none;
}
.primary-header .dropdown.open li{
    float: none;
    margin-right:0;
}
.primary-header .dropdown.open li a{
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.primary-header .dropdown.open li:first-child a{
    padding-top: 8px;
}
.primary-header .dropdown.open li:last-child a{
    padding-bottom: 8px;
}
.primary-header .dropdown.open li a i{
    color:#2854A1;
    margin-right: 8px;
}
.site-header .nav-menu-container {
    display: inline-block;
}

.nav-menu, .nav-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.nav-menu li, ul.nav-menu li {
    float: left;
    margin-right: 21px;
    position: relative;
}
.nav-menu li:last-child, ul.nav-menu li:last-child {
    margin-right: 0;
}
.nav-menu-container .dropdown-menu{
    left: inherit;
    right:0;
}
.nav-menu li a, ul.nav-menu li a {
    display: inline-block;
    padding: 18px 0;
    color:#fefefe;
    font-weight:400;
}
/*.nav-menu li a, ul.nav-menu li a.navigation-bar-toggle {
    padding: 0;
}*/

.nav-menu li a:hover{
    text-decoration:none;
}

.menu {
    display: inline-block;
    vertical-align: middle;
}

.close-mobile-menu {
    display: none;
}

.navigation-bar-toggle {
    display:none;
}

.button-white-ghost a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: 700;
    padding:9px 28px !important;
    text-align: center;
}

.button-addevent a {
    background-color: #fff000;
    border-radius: 5px;
    font-weight: 500;
    padding:10px 28px !important;
    color:#2d5aa6!important;
}


.home-widget-title {
    font-size: 30px;
    line-height: normal;
    font-weight:600;
}

.homepage-cover .home-widget-title {
    font-size: 48px;
    color:#fff;
}

.home-widget-description {
    font-size: 16px;
    line-height: normal;
    font-weight:300;
    margin-bottom:25px;
}


.business_search_form {
    margin: 0 auto;
    max-width: 80%;
}

.homepage-cover .search_businesss {
    float: left;
    width:85%;
}

.search_businesss {
    display: flex;
    flex-wrap: wrap;
}

.search_businesss > div {
    flex: 1 1 0;
    float: left;
    margin-bottom: 0;
    margin-right: 3%;
}

.template-home .homepage-cover:not(.has-map) .update_results {
    width: 20%;
}

.entry-cover--home {
    padding: 11em 0 12em;
}

.entry-cover, .entry-cover--home, .listify-cover, .listing-cover, .page-cover {
    background-position: center center;
    background-size: cover;
    position: relative;
}

.has-image a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.business_search_form input[type="text"], .homepage-cover .business_search_form select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: none;
    color: #454545;
    padding: 12px 16px;
    padding-left:16px;
}

.search_location input{
    padding-left: 40px!important;  
}


.business-info-map{
    border:1px solid #ccc;
}

.search_businesss input, .search_businesss select {
    width: 100%;
}
.business_search_form input, .business_search_form select {
    min-width: 100%;
}


.business_search_form .btn{
    padding:12px 36px;
}

.validation-danger{
    padding: 5px;
    margin-top: 3px;
    width: 300px;
}
.home_recent_blog{
    padding:43px 0;
}


#owl-blogs .item,
#owl-hot-deals .item,
#owl-top-business .item,
#owl-similar-business .item
{
    padding: 5px 15px;
}



.content-box {
    display: block !important;
    margin-bottom: 5px;
    padding:0;
    box-shadow:0 0 0 1px #e5e5e5 inset;
    border-radius:4px;
}

.entry-cover, .entry-cover--home, .listify-cover, .listing-cover, .page-cover {
    background-position: center center;
    background-size: cover;
    position: relative;
}

.business-clickbox {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.content-box-inner {
    padding:36px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}


.entry-meta--grid {
    margin: 0;
}

.entry-meta--grid > span {
    margin-bottom: 0;
}
.entry-meta > span {
    margin-right: 1.25em;
    width: auto;
}

.entry-meta > span > a{
    color:#333;
}

.entry-title--grid {
    font-size:17px;
    margin: 0.9em 0;
}

.entry-title a{
    color:#2854a1;
    font-weight:600;
}

.entry-read-more{
    color:#2854a1;
}



.entry-footer {
    margin-top:1em;
}

.entry-cover--grid-empty.has-image {
    height: 270px;
    padding: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    left: 10px;
    opacity: 1;
    padding: 8px 10px;
    position: absolute;
    top: 40%;
    color:#000;
    box-shadow:1px 0 6px 0 rgba(0, 0, 0, 0.25);
    font-family: FontAwesome;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    right:9px;
    opacity: 1;
    padding: 8px 10px;
    position: absolute;
    top: 40%;
    color:#000;
    box-shadow:-1px 0 4px 0 rgba(0, 0, 0, 0.25);
    font-family: FontAwesome;
}

.business_listing-rating-wrapper{
    margin-bottom:10px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background-color:#2854a1;
}

.search_location {
    position: relative;
}

.locate-me {
    cursor: pointer;
    height: 44px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 10;
}

.locate-me::before {
    color: #2d5aa6;
    content:"\f041";
    display: inline-block;
    font-family:FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    text-transform: none;
}


.home_hot_deals{
    background-color:#f2f2f2;
    padding:44px 0;
}

.home_top_business{
    padding:44px 0;
}

.business_listing-title {
    font-size: 20px;
    margin: 0 0 0.5em;
    color:#fff;
    font-weight:600;
}

.custom-content-box-view{
    position:relative;
    border:1px solid #e5e5e5;
    border-radius:5px;
}

.business_listing-entry-header {
    height: 220px;
    padding: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.business_listing-entry-header-wrapper {
    bottom:4em;
    left: 2em;
    position: absolute;
    right: 2em;
}

.business_listing-entry-footer {
    padding:15px;
    width:100%;
    background-color:#fff;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}

.business_listing-rating-stars a{
    color:#2d5aa6;  
}
.m-t-none{
    margin-top: 0;
}
.font-w-normal{
    font-weight: normal;
}
.manage-deals .business_listing-entry-header, #owl-hot-deals .business_listing-entry-header {
    height: 150px;}

.footer-deals {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #cccc;
    bottom: 0;


    z-index: 99;
}
.part-edit{
    padding:10px 8px;
    color:#666666;
    display: block;
    text-align: center;
    display: inline-block;
    width: 49%;

}
.part-edit:hover{
    color: #2854A1;

    text-decoration: none;
}
.border-left{
    border-left:1px solid #ccccc;
}
.business_listing-entry-footer .business_listing-rating-average {
    height:30px;
    line-height:30px;
    margin: 0 0 0 5px;
    width:30px;
    box-shadow:0 0 0 2px #2854a1 inset;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    background-color:#2854a1;
    display:inline-block;
    text-align:center;
}




.date-of-event {
    background: rgba(45, 90, 166, 0.8) none repeat scroll 0 0;
    border-radius: 0 4px 0 0;
    color: #fff;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 99;
}

.date-of-event span.big {
    float: left;
    font-size: 36px;
    font-weight: 700;
    line-height: 35px;
    margin-right: 5px;
}
.date-of-event span.small {
    float: left;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
}

.cta-text {
    color: #2854a1;
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight:600;
}

.cta-text1 {
    color: #575757;
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    min-height: 44px;
    text-align: left;
}

.business_listing-location-para{
    color:#fff;
}

.hot-deals-reviews{
    display:inline-block;
    vertical-align:top;
}

.hot-deals-info{
    display:inline-block;
    vertical-align:middle;
    float:left; 
}

.hot-deals-info span{
    text-align:right;
}

.home-subcription{
    padding:64px 0;
}

.home-subcription-title{
    color: #fff;
    text-align: center;
    font-weight:600;
}

.home-subcription-text {
    font-weight:300;
    color: #fff;
    text-align: center
}

.home-subcription-form input[type="email"] {
    float:left;
    height:46px;
    width:80%;
    margin:43px 0;
    border-radius:0;
}
.home-subcription-form .btn {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius:0;
    margin:43px 0;
    font-weight:600;
}


.call-to-action{
    padding:69px 0;
    background-color:#f5f5f5;
}

.cta-title{
    font-size:25px;
    font-weight:600;
    margin-top:0;
}


/* profile style */
.profile_search{
    padding:25px 0;
    border-bottom: 1px solid #e4e4e4;
}

.profile-search-form{
    width:80%;
    margin:auto;
}
.profile-search-form .form-group{  display: table-cell !important;}
.profile-search-form .form-control{
    width:100%;
    border-radius:4px;
    height: 40px;

}
.profile-search-form .search_keywords{
    width:20%;
    padding-right:5px;
}
.profile-search-form .search_keywords .form-control{
    border:1px solid #ccc;
    border-radius:4px;
}
.profile-search-form .search_categories{
    width:15%;
    padding-right:5px;
}
.profile-search-form .search_location{
    width:20%;
}
.profile-search-form .search_location .form-control{
    padding-left: 40px;
    border-radius: 5px 0 0 5px;

}
.profile-search-form .search_btn{
    width:10%;
    display: table-cell !important;

}

.profile-search-form .locate-me{
    top:0px;
}


.profile-search-form .btn {
    margin-top: 0px;
    padding: 6px 25px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 40px;
    border-radius: 0 5px 5px 0;


}


.profile-content-header{
    background-color:#eeeeee;     
}

.search-results-sections .business-info{
    margin-bottom:0;
}
.business-name{
    font-size:26px;
    font-weight:700;
    color:#303030;
    margin-bottom:3px;
}



.business-info{
    background-color:#2d5aa6;
    padding:10px 10px 30px;
    border-radius:4px;
    margin-bottom: -30%;
}

.businss-map + div{
    padding-top:10px;
}

.business-info p{
    color:#fff;
}

.business-info p:last-child{
    color:#53de53;
}

.business-info p a{
    color:#fff;
    text-decoration: underline;
}

.business-info p:first-child{
    color:#fff000;
}

.business-info p img {
    display: inline-block;
    margin-right: 6px;
}


.business-info p.business-claimed {
    font-size: 13px;
    line-height: 15px;
}
.business-info p.business-claimed img {
    height: 16px;
    float: left;
    margin-right: 7px;
}


.business-info-owl .item{
    padding-right:15px;
    display:block;
}
.business-info-owl .item img{
    width:100%;
}



.business-info-owl .owl-buttons .owl-prev{
    left:-5px!important;
}


.business-info-owl .business_listing-entry-header{
    height:190px;  
}

.business-info-star,
.business-info-writeReview
{
    display:inline-block;
}

.business-info-star-inner .fa{
    color:#2d5aa6;
    font-size:22px;
}

.business-info-star-inner span{
    padding-right:20px;
    font-size:22px;
    color:#2d5aa6;
}

.business-info-star-inner span > span{
    font-size:16px;
    font-weight:600;
    color:#afafaf;
}

.business-info-star p{
    color:#454545;
    padding-top:5px;
    font-size:15px;
}

/* Profile Tabs */
.profile-tab {
    background: #fff;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.profile-tab .container .row {
    margin-left: -35px;
}
.profile-tab .container .col-md-9 {
    padding-left: 0;
}
.profile-tab .container nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.profile-tab .container nav ul li {
    float: left;
}
.profile-tab .container nav ul li a {
    display: inline-block;
    padding: 6px 15px;
    border-right: 1px solid #cacaca;
    color: #3f3f3f;
    border-bottom: 3px solid #fff;
}
.profile-tab .container nav ul li.active a {
    color: #2d5aa6;
    border-bottom: 3px solid #2d5aa6;
}
.profile-tab .container nav ul li:last-child a {
    border-right: 0;
}

.business-claimed img{
    width:20px;
}

.business-claimed{
    padding:10px 0;
}

.business-image{
    width:100%;
    height:97px;
    background-size: cover;
}
.bus-detail-titel{
    font-size: 17px;
    color:#2854A1;
}
.m-t-sm{
    margin-top: 8px;
}
.m-t-md{
    margin-top: 15px;
}
.m-t-lg{
    margin-top: 30px;
}
.review-lists-img{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;

}
.review-lists-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cccccc;
}
.review-lists-para{
    display: inline-block;
    width: 90%;
    padding-left: 8px;
    font-size: 14px;

}

.total-review-no{
    display:inline-block;
    background-color:#000;
    color:#fff;
    padding:18px;
    border-radius:3px;
}

.total-review-star{
    display:inline-block; 
    padding:10px;
    margin-top:5px;
}

.review-section-header h1{
    font-weight:700;
    color:#000;
    font-size:20px;
    margin-bottom:20px;
}

.total-review-star .fa{
    font-size:28px;
    color:#2d5aa6;
}

.total-review-star a:hover{
    text-decoration:none;  
}

.total-review-star p{
    font-weight:300;
}
.review-lists{
    position: relative;
}
.popover{
    width:auto;
}
.popover-custom{


    width: inherit;
}
.popover-custom img{

    width: 50px !important;
    vertical-align: top;
}
.popover-custom .pro-details{

    vertical-align: top;
}
.popover-custom .pro-details h5{
    font-weight: 600;
    color:#2D5AA6;
    margin: 5px 0 0;
    white-space: nowrap;
}
.popover-custom .pro-details p{
    color:#9b9b9b;
    margin: 0 0 5px;
    font-size: 13px;
    white-space: nowrap;
}
.review-lists img{
    width:100%;
}

.review-lists h3{
    margin-top:0;
    font-weight:700;
    font-size:17px;
    color:#000;
}

.review-lists span{
    display:inline-block;
    margin-bottom:5px;
}

.review-lists span.star-no{
    color:#2d5aa6;
    font-weight:700;
    font-size:16px;
}



.side-similar-business h2{
    color:#2d5aa6;
    font-weight:600;
    font-size:20px;
    margin-bottom:20px;
}

.side-similar-business-list{
    background-color:#e2e0e0;
    padding:12px;
    margin-bottom:20px;
}

.side-similar-business-img,
.side-similar-business-info
{
    display:inline-block;
}

.side-similar-business-img{
    vertical-align:top;
    margin-right:10px;
}



.side-similar-business-info h3{
    margin-top:0;
    font-size:15px;
    font-weight:600;
    margin-bottom:5px;
}

.side-similar-business-info span{
    color:#2d5aa6;
    font-size:14px;
    font-weight:700;
}

.side-similar-business-info address{
    margin-top:5px;
    margin-bottom:0;
}






.profile_similar_business{
    padding:60px 0;
}

.profile_similar_business .home-widget-title{
    color:#2d5aa6;
    font-size:20px;
    font-weight:600;
    margin-top:0;
}


.profile-content{
    padding:40px 0;
}



.buy-now-section h2{
    color:#3e7838;
    font-weight:700;
    font-size:15px;
}


.buy-now-section p{
    color:#646464;
    font-size:13px;
}



.buy-now-section{
    background-color:#eeeeee;
    border:1px solid #cccccc;
    border-radius:5px;
}

.buy-now-section header{
    padding:10px;   
}

.buy-now-section footer{
    padding:10px;   
}

.price-discount-saving{
    border-top:1px solid #cccccc;  
    border-bottom:1px solid #cccccc; 
    background-color:#fff;
}

.price-discount-saving .col-md-4{
    border-right:1px solid #cccccc;
    padding:10px 0;
}

.price-discount-saving .col-md-4:last-child{
    border-right:0;
}






/* register style */

.page-register{
    padding:60px 0;
}

.register-feature-list-left{
    border-right:1px dotted #ccc; 
}

.register-feature-list > div{
    margin-bottom:20px;
}

.register-feature-list h2{
    text-transform:uppercase;
    font-weight:600;
    font-size:18px;
    line-height:25px;
}

.register-feature-list h2 span{
    border-bottom:3px solid #2d5aa6;
    padding-bottom:10px;
    display:inline-block;
}

.register-feature-list strong{
    color:#2d5aa6;
    font-weight:700;
    font-size:18px;
}


.register-feature-list ul {
    list-style:none;
    padding-left: 0;
    width:340px;
    margin:auto;
}

.register-feature-list ul li,
.register-packages ul li
{
    padding:14px 0;
    border-bottom:1px dotted #ddd;
    position:relative;
    padding-left:20px;
}

.register-feature-list ul li:before{
    color:#2d5aa6;
    content:'\f0da';
    font-family: FontAwesome;
    position:absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left:7px;

}

.register-feature-list ul+div,
.register-packages ul+div
{
    margin-top:20px;
}

.register-packages ul{
    list-style:none;
    padding-left: 0;
    width:380px;
    margin:auto;  
}

.register-packages ul li .fa{
    padding-right:10px;
}

.register-packages ul li .fa-check-circle{
    color:#14a945;
}

.register-packages ul li .fa-times-circle{
    color:#c90000;
}

.gold-package h2{
    color:#ffc13b!important;
}


.register-form{
    background-color:#f5f5f5;
    padding:40px 60px;
}

.register-form h1{
    color:#4e4e4e;
    font-size:28px;
    text-transform:uppercase;
}

.register-form p{
    margin-bottom:18px;
}

.register-form h2{
    margin-top:0;
    color:#2d5aa6;
    text-transform:uppercase;
    margin-bottom:20px;
    font-weight:600;
    font-size:18px;
}

.register-form .checkbox{
    padding-top:20px;
}

.package-heading{
    width:380px;
    margin:auto;
}

.package-heading h2{
    background-color:#2d5aa6;
    margin-bottom:0;
    color:#d1d1d1;
    padding:23px 0;
    text-transform:uppercase;
    margin-top: 0;
}

.package-heading h1{
    background-color:#3769bd;
    margin-top:0;
    color:#fff;
    padding:23px 0;
    text-transform:uppercase;
}

.package-heading h1 span{
    font-size:18px!important;
}

.selected-package h2{
    color:#4e4e4e;
    font-weight:600;
}

.selected-package h2 span{
    border-bottom:3px solid #2677ff;
}

.selected-package strong{
    color:#2677ff;
    font-weight:700;
    font-size:18px;
    margin:20px 0;
    display:inline-block;
}

.forget-pass{
    color:#4e4e4e;
}



/* page footer */


.page_footer{
    background-color:#2d5aa6;
    padding:30px 0;
}

.site-info{
    color:#fff;
    display:inline-block;
}

.site-social{
    display:inline-block;
}

.nav-menu-social li{
    display:inline-block;
    list-style:none;
    width:36px;
    height:36px;
    background-color:#fff;
    border-radius:50%;
    margin-right:10px;
}

.nav-menu-social li a{
    text-align:center;
    display:table-cell;
    width:36px;
    height:36px;
    vertical-align: middle;
    vertical-align: middle;
}
.manage-deals .custom-content-box-view{
    margin-bottom: 35px;
}
.edit-form{
    background: #ffffff;
    padding: 20px;
    border:1px solid #f0f0f0;
}
.footer-menu{
    color:#ffffff;
    margin-top: 25px;
}
.footer-menu a{
    display: inline-block;
    margin-top: 20px;
    color:#ffffff;
    margin:0 20px;

}


.visible-width589{
    display:none;
}

/****** Style Star Rating Widget *****/

.rating { 
    border: none;
    float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 30PX;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before { 
    content: "\f089";
    position: absolute;
}

.rating > label { 
    color: #ddd; 
    float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #2D5AA6;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #2D5AA6;  } 


.menu-social-container ul{
    padding: 0;
}

.dropdown-menu > li > a:hover{
    border-radius: 4px; 
}


.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #2D5AA6;
    border-color: #2D5AA6;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > li > a, 
.pagination > li > span {
    background-color:inherit;
    border:none;
    color: #2D5AA6;
}


/* serach results */

.search-results-sections{
    background-color: #eee;
    padding: 20px 0 50px;
}

.search-results-sections h2{
    padding-left:12px;
    margin-bottom:15px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.search-results-sections .content-box{
    margin-bottom: 30px;
}

/* Jobs List */

.jobsList-sections,
.chat-sections
{
    background-color: #eee;
    padding: 20px 0 50px; 
}

.jobsList-sections h2{
    margin-bottom:15px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.job-title{
    margin-top:0;
}

.job-short-desc a {
    color: #666;
    font-size: 14px;
}


/*chat session */

.no-padding {
    padding: 0 !important;
}


/* left side */

.chat-sections .chat-users, .chat-discussion {
    height: 500px;
    overflow-y: auto;
}
.chat-sections .chat-users, .chat-statistic {
    margin-left:0px;
}

.chat-sections .chat-user {
    border-bottom: 1px solid #e7eaec;
    padding: 8px 13px;
}

.chat-sections .chat-avatar {
    border-radius: 50%;
    float: left;
    height: 36px;
    margin-right: 10px;
    width: 36px;
}

.chat-sections .chat-user-name {
    padding: 10px;
}

.chat-sections .chat-user a {
    color: inherit;
}

/* right side */

.chat-sections .chat-discussion {
    padding: 15px 10px;
}
.chat-sections .chat-users, 
.chat-sections .chat-discussion {
    height: 500px;
    overflow-y: auto;
}

.chat-sections .chat-message {
    padding: 10px 20px;
}

.chat-sections .chat-discussion .chat-message.left .message-avatar {
    float: left;
    margin-right: 10px;
}

.chat-sections .message-avatar {
    border-radius: 50%;
    height: 36px;
    margin-top: 1px;
    width: 36px;
}

.chat-sections .chat-discussion .chat-message.left .message {
    margin-left: 55px;
    text-align: left;
}

.chat-sections .chat-discussion .chat-message .message {
    margin-left: 55px;
    text-align: left;
}

.chat-sections .chat-discussion .message {
    background-color: #EEEEEE;
    border-radius:2px;
    display: block;
    padding: 10px 20px;
    position: relative;
    text-align: left;
}

.chat-sections .chat-discussion .chat-message.right .message-avatar {
    float: right;
    margin-left: 10px;
}

.chat-sections .chat-discussion .chat-message.right .message {
    margin-right: 55px;
    text-align: right;
}

.chat-sections .message-date {
    color: #888888;
    font-size: 10px;
}

.chat-sections .chat-discussion .chat-message.left .message-date {
    float: right;
}

.chat-sections .chat-discussion .chat-message.right .message-date {
    float: left;
}

.chat-sections .message-content {
    display: block;
}
.m-b-0{
    margin-bottom: 0 !important;
}
.forum{
    padding: 21px 0 0 0;
    background: #ffffff;

}
.forum .titel{
    margin-bottom: 0;
}
.forum .titel h1{

    color: #303030;
    font-size: 36px;
}


.bg-grey{
    padding: 40px 0;
    background-color: #eee;}

.forum-unorder-list{
    padding: 0;
    margin: 0;
}
.forum-unorder-list li{
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    list-style: none;
}
.forum-unorder-list li:last-child{
    border-bottom:1px solid #dddddd; 
}

.forum-link .btn-default{
    color:#999999;
    border: none;
}

.page-forum .page-title{
    display:inline-block;
    margin-bottom:20px;
}
.forum .breadcrumb{
    background-color: #ffffff !important;
}
.forum .breadcrumb a{
    color:#777;
    text-decoration: underline;
}
.forum .breadcrumb li.active{
    text-decoration: none;
}
.backBtn{
    margin-top:10px;
}


.forum-link:hover, .forum-link:hover h1, .forum-link:hover p{
    text-decoration: none;
    color:#678cce;
}
.forum-link {


    display: table;
}

.forum-link h2{
    color:#2854A1;
    font-size: 20px;
    padding-left: 0px;
    margin-top: 0px;
    float: left;
    margin-bottom: 0;
    font-weight: 600;

}

.locality-link{
    color:#47484a;
    font-size: 15px;
    display: inline-block;
    text-decoration: underline;
    margin-top: 5px;
}
.createdbyon{
    color:#7f7f7f;
    font-size: 15px;
    display: inline-block;

    margin-top: 5px;
}

.threads-cell{
    border-left: 1px solid #dddddd;
    border-right:1px solid #dddddd;
    display: table-cell;
    vertical-align: middle;
    background: #f4f4f4;
    padding: 15px;
}
.threads-cell p{
    color:#565656;
    margin: 0;
}
.post-cell{
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    padding: 15px;
    border:none;
    width:20%;
}

.forum-link .icon-forum{
    align-items: center;
    background: #2854a1 none repeat scroll 0 0;
    display: flex;
    float: left;
    font-size: 16px;
    height: 94px;
    justify-content: center;
    width: 88px;

}

.forum-link .forumicon-logo a{
    color:#fff;
    font-size: 48px;
    font-weight: 300;
    text-decoration: none;
}
.forum-link .date-header{
    color:#000;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
}
.forum-details p{
    line-height: 28px;

}
.forum-details h1{
    margin-top: 0;
    color:#2854A1;
    font-size: 32px;
}
/*-----------------------comment------*/
.creadted-on{
    color:#2854a1;
    text-transform: capitalize;
    font-style:italic;
}
.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}
.panel-white {
    border: 1px solid #dddddd;
}
.panel-white  .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}
.panel-white  .panel-footer {
    background-color: #fff;
    border-color: #ddd;
}
.post-list{
    border-bottom: 1px solid #ddd;
}
.post {
    display: block;
    position: relative;
}
.post a.full-posst-link:hover{
    background: #edf3fd;
    text-decoration: none;
    display: block;
}

#reply-comment{
    margin-left: 50px;
}

.new-comment{
    color: #393737;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
}

.new-comment:before{
    content:'\f27b';
    color: #393737;
    font-size: 18px;
    font-family: FontAwesome;
}
.reply-form {
    border-top: 1px solid #e3e3e3;
}

.panel-body.sub-posting {
    margin-right: 0;
    padding-right: 0;
    padding-left: 25px;
    border-top: 1px solid #e3e3e3;
}
.sub-posting .social-like {
    text-align: right;
}
.sub-posting .social-like a {
    margin-right: 15px;
}
.comments-list{
    padding: 0;
    margin: 0;
}
.comments-list > li{
    list-style-type: none;
    margin-bottom: 15px;
}

.comment-heading {
    padding-right: 20px;
}

.panel-body.sub-posting .comments-list > li {
    margin: 15px 0 0 0px;
    padding-bottom: 10px;
}

.subuser-leftborder .user{
    color: #252627;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.subuser-leftborder{
    border-left: 5px solid #ddd;
    padding: 0 0 0 18px;
    display: inline-block;
}

.panel-heading.comment-header .time
{
    color: #fff;  
}

.comments-list .time{
    color: #6a6e71;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
}


.panel-default > .panel-heading.comment-header{
    background-color: #2854a1;
    padding: 0px 15px;
}

.btn-post{
    background-color: #337ab7;

}

.comment-header .social-like a{
    display:inline-block;
    padding-left:27px;
    color:#6f99e1;
    margin-top:22px;
}


.comment-header .user-name{
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.comment-header .custom-label i {
    color: #6f99e1;
}



.social-like a{
    display:inline-block;
    color: #2854a1;
}


.user-name{
    color: #252627;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.post a.full-posst-link {
    color:#000;
}

.post .post-heading {

    padding: 15px 15px;
}
.post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 15px;
}
.post .post-heading .meta .title {
    margin-bottom: 0;
    color: #000000;
}
.post .post-heading .meta .title a {
    color: black;
}
.post .post-heading .meta .title a:hover {
    color: #aaaaaa;
}
.post .post-heading .meta .time {
    margin-top: 0px;
    color: #999;
}
.post .post-image .image {
    width: 100%;
    height: auto;
}
.post .post-description {
    padding: 15px;
}
.post .post-description p {
    font-size: 14px;
    color:#333;
}
.post .post-description .stats {
    margin-top: 20px;

}
.post .post-description .stats .stat-item {
    display: inline-block;
    margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
    margin-right: 8px;

}
.post-footer {
    padding: 15px;
}
.post-footer textarea {
    resize: vertical;
    min-height: 50px;
}
.post-footer .input-group-addon a {
    color: #454545;
}
.post-footer .comments-list {
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
}
.post-footer .comments-list .comment {
    display: block;
    width: 100%;
    margin: 20px 0;
}
.post-footer .comments-list .comment .avatar {
    width: 35px;
    height: 35px;
}
.post-footer .comments-list .comment .comment-heading {
    display: block;
    width: 100%;
}
.post-footer .comments-list .comment .comment-heading .user {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
}
.post-footer .comments-list .comment .comment-heading .time {
    font-size: 12px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}
.post-footer .comments-list .comment .comment-body {
    margin-left: 50px;
}
.post-footer .comments-list .comment > .comments-list {
    margin-left: 50px;
}
.type-post .entry-cover.has-image, .type-post .has-image.entry-cover--home, .type-post .has-image.listing-cover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*-----------------------comment------*/
.blogs{
    padding: 50px 0;
    background: #f9f9f9;
}
.blogs .content-box1 {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #cccccc;
    display: block !important;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    border-radius: 4px;
}

.blog-new .content-box1{
    position:relative;
}

.blog-new .header-caption{
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
    background-color: #337ab7;
    padding: 8px 9px;
    color:#fff;
}

.blog-new .blogs-titel{
    padding: 15px 20px 5px;
    margin: 0;
}
.blogs-subheading {
    padding: 0 20px;
}
.blog-new .type-post .entry-cover.has-image,
.blog-new .type-post .has-image.entry-cover--home,
.blog-new .type-post .has-image.listing-cover {
    border-radius: 0;
}

.blog-content {
    padding: 20px;
}
.blog-new .meta-with-title{
    margin-left: 15px;
}

.blogs .entry-cover--grid-empty.has-image {
    height: 215px;
    padding: 0;
}

.blog-new .entry-cover {
    margin-top: 15px;
}
.blog-new .blogs .entry-cover {
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-top: 15px;
}
.blogs .content-box-inner {
    background-color: #fff;
    padding: 20px;
}
.entry-title--grid {
    font-size: 20px;
    font-weight: 600;
    margin-bottom:9px;
    margin-top: 0;
    color:#2854A1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}
.entry-title--grid a {
    color:#2854A1;
}
.entry-meta {
    margin-bottom: 13px;
}
.entry-date {
    font-size: 16px;
}
.entry-footer {
    margin-top: 1em;
}
.entry-read-more {
    color: #333;
}
.blogs .business_listing-entry-header-wrapper {
    bottom: 4em;
    left: 2em;
    position: absolute;
    right: 2em;
    text-align: center;
}
.blogs .cover-wrapper {
    z-index: 10;
}
.blogs .business_listing-title {
    color: #f3d388;
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 0.5em;
}
.blogs .business_listing-location {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}
.blogs .has-image::after {
    background: rgba(0, 0, 0, 0.00) none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.blogs .content-box1 .category{
    background: rgba(40, 84, 161, 0.8) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 6;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px;
}

.titel{
    margin-bottom:35px;
    text-align: center;

}
.titel h1{
    color: #303030;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin: 0;
    text-transform: capitalize;
}
.page-title{
    font-size: 25px;
    font-weight: 600;
}
.blogs-titel h1{

    color:#2854A1;
    line-height: 40px;

}
.meta-with-title{
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.meta-with-title li{
    color: #777;
    font-size: 14px;
    list-style-type: none;
    float: left;
    margin-right: 28px;
}
.meta-with-title li a{
    color: #777;
}
.meta-with-title li .fa{
    margin-right: 8px;
}
.blogs-details{
    background: #ffffff;
}
.side-bar h3{
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #666;

}
.side-bar .label{
    line-height: 24.2px;
}
.side-bar a.media{
    color:#666666;
}
.blogs-details article.content-box1 {
    box-shadow: none;
}
.blogs-details .entry-cover--grid-empty.has-image {
    height: 350px;
    padding: 0;
}
.social-share{
    padding: 0;
    margin: 0;
    display: table;
}
.social-share li{
    display: table-cell;
    padding-right: 15px;
    height: 35px;
}
.social-share li a{
    width: 35px;
    height: 35px;
    vertical-align: middle;
    background: #2854A1;
    color:#ffffff;
    display: table-cell;
    text-align: center;
    border-radius: 4px;

}
/* 8/2/2016 */

.forumicon-logo{
    display: table-cell;
    background: #f4f4f4;
    padding: 18px;
    vertical-align: middle;
    text-align: center;
    width:7%;
}
.forum-description{
    display: table-cell;
    padding:15px;
    vertical-align: middle;
    border-left:1px solid #dddddd;
    width: 79.6%;

}
.ofarea .forum-description{
    width: 62%;
}
.forum-description article{
    float: left;
    width: 100%;
    text-transform: capitalize;
}
.forum-link{
    position: relative;
}
.forum-text-center{
    width:80%;
}
.custom-label{
    color:#767676;
    font-size: 15px;
    font-weight: normal;
    margin-top: 0px;
}
.custom-label i{
    color:#2854A1;
}
.author{
    margin-top: 25px;
}
.repost{
    padding-left:70px;
}
.author .authorname{
    color:#2854a1;
    background-color: #eee;
    font-size: 15px;
}


/* 8/2/2016 */

/* Media Query */

@media only screen and (min-width:991px) and (max-width:1200px){
    .container {
        width: 100%;
    } 
}

@media(max-width:1024px){
    .register-form .checkbox label{
        padding-left:16px;
    }  
    .forumicon-logo{
        display:none;
    }

}

@media(max-width:991px){

    .register-form .checkbox{
        padding-top:0;
    }

    .register-feature-list-left {
        border-right:none;
    }


    .page-register .login-img{
        display:none;
    }

    .navigation-bar-toggle {
        display:inline-block;
    }
    .close-mobile-menu {
        border: 0 !important;
        display: block;
    }
    .close-mobile-menu a {
        background: #333;
        color: #fff;
        width: 35px;
        height: 35px;
        padding: 6px 10px !important;
        top:-44px;
        position: absolute;
        z-index: 9999;
        left: 200px;
    }

    .mobile-menu {
        background: rgba(0,0,0,0.5);
        position: fixed;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 9998;
        top: 0;
        transition: transform 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
    }

    .show-mobile-menu .mobile-menu {
        left: 0;
    }

    .mobile-menu > ul {
        background: #000;
        position: fixed;
        width: 250px;
        height: 100%;
        transform: translate(-250px, 0px);
        top: 0;
        left: 0;
        padding-top: 50px;
        transition: transform 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
    }

    .show-mobile-menu .mobile-menu > ul {
        transform: translate(0px, 0px);
    }

    .mobile-menu > ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        border-top: 1px solid #0b0b0b;
    }

    .mobile-menu > ul li:last-child {
        border-bottom: 1px solid #0b0b0b;
    }

    .mobile-menu > ul li a:hover {
        background: #0b0b0b;
        color:#ffffff;
    }

    .mobile-menu > ul li a {
        padding: 10px 30px;
        display: block;
    }

    .mobile-menu > ul li.dropdown > a {
        display: none;
    }

    .mobile-menu > ul li.dropdown > ul {
        position: relative;
        width: 100%;
        display: block;
        background: none;
    }

    .mobile-menu > ul li.dropdown > ul li.divider {
        display: none !important;
    }

    .homepage-cover .search_businesss{
        width:100%;
        margin-bottom:15px;
    }

    .search_location{
        margin-right:0px !important;
    }

    .business_search_form .btn{
        width:100%;
    }

    .business-info{
        margin-bottom:0;
        padding:10px;
    }
    .business-info-right{
        margin-top:40px;
    }
    .businss-map{
        display:inline-block;
        float:left;
    }

    .businss-map + div{
        display:inline-block;
        margin-left:20px;
        padding-top:0;
    }

    .profile-tab .container .row{
        margin-left:0;
    }
}


@media(max-width:767px){
    .profile-search-form{
        width:auto;
    }
    .profile-search-form .form-control{
        width:100%;
        margin-bottom:8px;
    }
    .profile-search-form .btn{
        width:100%;
        margin-top:8px;
    }
    .search_businesss > div{
        width:100%;
        margin-bottom:15px;
        float:none;
        flex:0 0 auto;
    }
    .stats{
        padding-top:20px;
        align:left;
    }
    .forum-link{
        display: block;
    }
    .forum-description{
        width: 100%;
        display: block;
        padding: 15px;
    }
    .threads-cell{
        width: 50%;
        float: left;
        border-top:1px solid #dddddd;
        padding: 3px;
        text-align: center;
    }
    .ofarea .threads-cell{
        width:33.3%;
        height: 80px;
        vertical-align: middle;
        display: table-cell;
    }
}

@media(max-width:662px){
    .businss-map {
        display: block;
        float: none;
    }
}




@media(max-width:650px){
    .business-info-star, .business-info-writeReview {
        display: block;
        float: none !important;
        margin-bottom: 30px;
    }  
}


@media(max-width:610px){
    .width589{
        display:none;
    }  
}



@media(max-width:589px){

    .business_search_form {
        margin: 0 auto;
        max-width: 100%;
    }

    .footer-menu a {
        margin: 0 14px;
    }

    .visible-width589{
        display:block;
    }

    .width589{
        display:none;
    }

    .homepage-cover .home-widget-title{
        font-size:40px;
    }

    .home-subcription-form input[type="email"]{
        margin:21px 0;
        width:100%;
    }

    .home-subcription-form .btn{
        margin:0;
        width:100%;
    }

    .page_footer{
        text-align:center;
    }

    .page_footer .site-info{
        margin-bottom:10px;
    }

    .page_footer .site-social{
        float:none!important;
    }

    .nav-menu-social{
        padding-left:0;
    }
}


@media(max-width:480px){

    .forum-link .icon-forum{
        display: none;
    }
    .forum-link h2{
        font-size: 17px;
    }
    .forum-link{
        padding-top: 20px;
    }

    .forum-description{
        padding-left: 5px;
        position: static;
        top: 50%;
        transform: translateY(-5);
    }
    .profile-tab nav {
        overflow: auto;
        padding-left: 15px;
    }

    .profile-tab nav ul{
        width:552px;
    }

    .nav-menu.primary{
        padding-left:2.5em;
    }

    .business-info-writeReview .btn {
        border-radius: 0 !important;
        display: block;
    }

}



/*********************************************
                        Theme Elements
*********************************************/

.gold{
    color: #FFBF00;
}

/*********************************************
                                        deals
*********************************************/
.deals-product-img{
    background: #eee;
    width:100%;
    height: 480px;
    background-size: cover;

}

.deal{
    position: relative;
}


.deal-title{
    font-size: 25px !important;
    margin-top: 0;
    font-weight: 600;
    color:#000000;
}

.deal-desc{
    font-size: 14px;
    line-height: 27px;
}

.deal-price{
    font-size:35px;
    font-weight: 600;
    color: #ff9662;
}
.deal-price sup {
    display: inline-block;
    font-size: 0.65em;
    line-height: 1.2em;
    vertical-align: initial;
}
.deal-price span {
    display: inline-block;}

.deal-stock{
    color: #2854A1;
    font-size: 15px;
    margin-top: 10px;
}

.deal-info{
    margin-top: 50px;
}
.tags a{
    line-height: 26px;
}
.btn-primary-light{

    background-color: #224ECB;
    border-color: #224ECB;
    color:#ffffff;

}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #2854A1;
    border-color: #2854A1;

}
aside .list-group .glyphicon{
    margin-right:15px;   
}

/* 20-1-2016 */

.star-reviews .rating > label::before{
    font-size:20px;
}

.reviewbadge ul{
    padding-left:0;
}

.reviewbadge ul li{
    display:inline-block;
    list-style:none;
    margin-right:9px;
}

.reviewbadge ul li .custom-badge{
    width:80px;
    height:80px;
    background-size:cover;
    position:relative;
}

.custom-badge {
    cursor: pointer;
}

.kid-badge{
    background:url('../images/kids_dis.svg') no-repeat 0 0;
}

.custom-badge.active.kid-badge{
    background:url('../images/kids.svg') no-repeat 0 0 / cover;
}

.excellence-badge {
    background:url('../images/excellence_disable.svg') no-repeat 0 0;
}

.custom-badge.active.excellence-badge{
    background:url('../images/excellence.svg') no-repeat 0 0 / cover;
}

.great-facility-badge {
    background:url('../images/great_facility_dis.svg') no-repeat 0 0;
}

.custom-badge.active.great-facility-badge{
    background:url('../images/great_facility.svg') no-repeat 0 0 / cover;
}

.wonderful-staff-badge {
    background:url('../images/wonderful_staff_dis.svg') no-repeat 0 0;
}

.custom-badge.active.wonderful-staff-badge{
    background:url('../images/wonderful_staff.svg') no-repeat 0 0 / cover;
}

.great-parties-badge {
    background:url('../images/greatforparties-dis.svg') no-repeat 0 0;
}

.custom-badge.active.great-parties-badge{
    background:url('../images/greatforparties.svg') no-repeat 0 0 / cover;
}


.custom-badge input[type=checkbox]{
    clip: rect(0px, 0px, 0px, 0px);
    position: absolute;
    pointer-events: none;
}



.reviewbadge ul li .custom-badge span {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 23px;
    left: 19px;
    padding-right: 2px;
    padding-top: 2px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 23px;
}


/*--------------
  Chat Sections
---------------*/

/*
 * Component: Direct Chat
 * ----------------------
 */

.box {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.box-header {
    color: rgb(68, 68, 68);
    display: block;
    padding: 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid rgb(244, 244, 244);
}


.box-header .box-title{
    margin:0;
}

.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    overflow: auto;
    height:314px;
}
.direct-chat-msg,
.direct-chat-text {
    display: block;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-msg:after {
    clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444444;
}
.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}


.contacts-list{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}



.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.direct-chat-contacts {
    height:370px;
    width: 100%;
    background: #fff;
    color: #555;
    overflow: auto;
    border-radius:4px;
}
.contacts-list > li {
    border-bottom:1px solid rgb(244, 244, 244);
    padding: 10px;
    margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
    content: " ";
    display: table;
}
.contacts-list > li:after {
    clear: both;
}
.contacts-list > li:last-of-type {
    border-bottom: none;
}
.contacts-list > li.active{
    background: #2D5AA6;
    color: #ffffff;
}
.contacts-list > li.active a, .contacts-list > li.active  .contacts-list-name{
    color: #ffffff;
}
.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}
.contacts-list-info {
    margin-left:50px;
    color: #555;
}
.contacts-list-name,
.contacts-list-status {
    display: block;
    margin-top:10px;
}
.contacts-list-name {
    font-weight: 600;
}
.contacts-list-status {
    font-size: 12px;
}
.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}
.contacts-list-msg {
    color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #3c8dbc;
}
.direct-chat-warning .right > .direct-chat-text {
    background: #2854A1;
    border-color: #2854A1;
    color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #2854A1;
}
.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #00a65a;
}


.box-footer {
    background-color: rgb(255, 255, 255);
    border-radius: 0 0 3px 3px;
    border-top: 1px solid rgb(244, 244, 244);
    padding: 10px;
}


.tutor-heading{
    border-right: 1px solid #eee;
    padding-bottom: 40px;
}

.tutor-heading img{
    margin-bottom:10px;
}

.tutor-heading h2{
    margin-bottom:5px;
    font-size:25px;

}



.tutor-star-rating .fa-star,
.tutor-star-rating .fa-star-o,
.tutor-star-rating .fa-star-half-o
{
    color:#2D5AA6;
    font-size:17px;
}
