body{
    background-color:#FFF;
    margin:0;
    padding:0;
    font-family: 'Roboto Condensed', sans-serif !important;
    /*font-family: "FS Albert Web Regular", 'Calibri', Arial, Helvetica, sans-serif;
    font-family:"tahoma",Helvetica,"helvetica",Arial,sans-serif;*/
    @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
}

/*:::::::::::::::common css:::::::::::::::*/
h1, h2, h3, h4, h5{ margin:0; padding:0;}
ul{ list-style:none; margin:0; padding:0;}
.franchisecitylist ul {
    float: left;
    width: 20%;
}

a {
    color: #17CBB2;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0E8070;
}

a:focus {
    outline: none;
}

embed,
iframe,
object,
video {
    max-width: 100%!important;
}

.top55 {
    margin-top: 55px;
}

.top30 {
    margin-top: 30px;
}

.no-bd {
    border-radius: 0;
}

.top50 {
    margin-top: 50px;
}

.top40 {
    background-color: #FFF;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
   
}

.top60 {
    margin-top: 60px;
}

.top75 {
    margin-top: 75px;
}

.top0 {
    margin-top: 0px!important;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    /*background:url("../images/inner-banner.jpg");
    background-color: #63bd4a;*/
    height: 190px;
    padding-left: 40px;
    position: relative;
    
    
}
.franchisee-search-img {
	background:url("../images/inner-banner.jpg");
}
#aboutus
{
    background:url("../images/about-low.jpg");
}

/*

        Basic Layout / Menu / Side Footer
        
======================================*/
.mk-header-branding {
    padding: 0px 0 30px;
    margin-top: -31px;

}

.mk-mobile-branding {
    padding-left: 20px;
    display: none;
    color: #fff;
    font-size: 18px;
    margin: 13px 0;
}

.site-desc {
    padding: 0 30px 0 30px;
    font-size: 12px;
    font-style: italic!important;
    color: #dcdcdc;
}

.lnt-mobile-view{
    display: none;
}
/*My css*/


@media(max-width:767px) {
    .mk-mobile-branding {
        display: block;
    }
    .lnt-mobile-view{
        display: block;
    }
    
    #bottom-footer {
    height: inherit !important;
    overflow: hidden;
}
footer#site-footer {
    position: relative;
    padding: 20px;
}
  
}

.sb-social.lnt-mobile-view{
    margin: 25px 0 25px;
}

.lnt-full-width-wrapper{
    margin: 0 15px 0 15px;
}

#mk-main-wrapper {
    width: 100%;
     
}

#mk-page-wrapper {
    overflow: hidden;
    min-height: 568px;
    background-color: #fff;
    
}

/*#content {
    min-height: 600px;
    margin-bottom: 45px;
}*/

@media(min-width:768px) {
    #mk-page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
    };
}

.arrow {
    float: right;
    line-height: 1.42857;
}

.glyphicon.arrow:before {
    content: "\e079";
}

.active > a > .glyphicon.arrow:before {
    content: "\e114";
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.plus-times {
    float: right;
}

.fa.plus-times:before {
    content: "\f067";
}

.active > a > .fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus-minus {
    float: right;
}

.fa.plus-minus:before {
    content: "\f067";
}

.active > a > .fa.plus-minus:before {
    content: "\f068";
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-toggle {
    border-color: #333;
}

.icon-bar {
    background-color: #fff;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}



.sidebar .arrow {
    float: right;
    line-height: 1.6;
}

.sidebar .fa.arrow:before {
    content: "\f104";
    content: "\f105";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #222;
    color: #ffffff;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: fixed;
        width: 250px;
        margin-top: 31px;
    }

    .sidebar-footer {
        position: fixed;
        bottom: 30px;
        width: 250px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    };
}

.sidenav-search {
    margin-top: 40px;
}

@media(max-width:767px) {
    .sidebar-footer {
        display: none;
    }

    #header-outer,.sidenav-search {
        display: none;
    };
}

.sidebar ul li {
    color: #FFF;
    font-size: 16px;
    border-bottom: 1px solid #FFF;
    line-height: 26px;
    text-decoration: none;
    width: 100%;
    float: left;
}

.sidebar ul li a {
    /*text-transform: uppercase;*/
    color: #fff; 
    font-size: 16px;
    font-weight: 300 !important;
}

.navbar-default {
    background: #000;
    z-index: 9;
}

/*.sidebar ul li a.active {
    background-color: #222;
    font-size: 16px;
    font-weight: 300 !important;
}*/

.sidebar ul .current-menu-item a.active {
    background-color: #222;
    font-size: 16px;
    font-weight: 300 !important;
}

.sidebar-footer a {
    color: #63bd4a;
}

.sidebar-footer p {
    font-family: 'Open Sans Semibold',Arial, Sans-serif;
    font-size: 11px;
    color: #dcdcdc;
    padding: 0 20px 0 20px;
    text-shadow: 0;
    text-transform: uppercase;
}

.sb-social {
    margin-bottom: 20px;
}

.sb-social a {
    color: #999999;
    margin: 0 4px 0 4px;
}

.sb-social a:hover {
    color: #EA6452;
}

#header-outer {
    position: relative;
}

#level-nine-search-container {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    position: fixed;
    display: none;
    z-index: 999990000;
    overflow: visible!important;
    background-color: #0AC8AD;
}

#level-nine-search-container input[type=search]::-webkit-input-placeholder{
    color: white!important;
    opacity: 1;
}

#level-nine-search-container input[type=search]:-moz-placeholder{
    color: white!important;
    opacity: 1;
}

#level-nine-search-container input[type=search]::-moz-placeholder{
    color: white!important;
    opacity: 1;
}

#level-nine-search-container input[type=search]::-ms-input-placeholder{
    color: white!important;
    opacity: 1;
}

#level-nine-search-container input[type=submit] {
    display: none;
    width: 0px;
}

#level-nine-search-container input[type=search] {
    width: 96%!important;
    margin: 0 0px 0 30px;
    color: white!important;
    opacity: 1!important;
    font-size: 33px;
    line-height: 54px!important;
    position: relative;
    padding: 10px 0 0 0!important;
    background-color: #0AC8AD;
    border: 0px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    letter-spacing: 1px;
    display: block;
}

#level-nine-search-container #lnt-close-search-bar a {
    position: absolute;
    right: 40px;
    top: 28px;
    display: block;
    width: 24px;
    height: 17px;
    line-height: 22px;
    color: #fff;
    font-size: 44px;
}

#header-search {
    opacity: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#header-search i.ss-search {
    float: left;
    font-size: 24px;
    padding-top: 7px;
    display: inline-block;
}

#header-search form {
    float: left;
    width: 80%;
}

#header-search input {
    background: transparent;
    border: 0;
    font-size: 24px;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    line-height: 31px;
}

#header-search-close {
    float: right;
    font-size: 28px;
    padding: 10px;
    display: block;
}

#container {
    position: relative;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform-origin: 50% 1%;
    transform-origin: 50% 1%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.open-search {
    display: block;
}

#search-btn {
    display: block;
    position: relative;
    padding-top: 20px;
}

#search-btn:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #363636;
    border-top: 1px solid #101010;
    left: 50%;
    margin-left: -30px;
    top: 0;
}

#search-btn i {
    font-size: 20px;
    color: #555555;
}

/*

Home slider

--------------------------------------------------------------*/
html,
body,
#wrapper,
#mk-mk-header-slider,
#mk-mk-header-slider,
#slide-items-container,
#page-wrapper {
    min-height: 100%;
}

/*
#mk-mk-header-slider {
    position: relative;
    overflow: hidden;
}

#mk-mk-header-slider .slider,#mk-mk-header-slider .slides-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index; 4;
}

#slide-items-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index; 8;
}

.no-bd {
    border-radius: 0px;
}

.mk-slider-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    background: url(../images/overlay/1.png) repeat;
    opacity: .6;
}

.mkFlexSlider {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 6;
    width: 100%;
    min-height: 260px;
    padding-top: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mk-header-slider {
    position: relative;
    max-width: 100%;
}

.slides-container .slideItem {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flexSlider .mainCaption,
        .flexSlider .subCaption {
    z-index: 10;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.flexSlider .mainCaption {
    position: relative;
    display: inline-block;
    font-size: 34px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.flexSlider .subCaption {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0 50px;
    font-weight: 300;
}
*/

.the-content {
    background: #fbfbfb;
    position: relative;
}

#slides article {
    position: absolute;
    top: 50%;
    left: 7%;
    right: 0;
    text-align: center;
    z-index: 6;
    width: 100%;
    min-height: 260px;
    padding-top: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slides article .mainCaption,
#slides article .subCaption {
    z-index: 10;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#slides article .mainCaption {
    position: relative;
    display: inline-block;
    font-size: 34px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: normal;
    font-family: 'Open Sans Light',Arial, sans-serif;
}

#slides article .subCaption {
    font-size: 25px;
    line-height: 28px;
    padding: 5px 0 50px;
    font-weight: 300;
}

.slides-container li:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.slides-container .btn {
    border-radius: 2px;
}

#slides {
    position: relative;
}

#slides .slides-container {
    display: none;
}

#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
}

.slides-navigation a {
    position: absolute;
    display: block;
    background-image: url(../images/arrows-thin.png);
    background-repeat: no-repeat;
    height: 58px;
    text-indent: -999999px;
    width: 43px;
    z-index: 99999;
    display: none;
}

.nav-visible .slides-navigation a{
    display: block;
    transition: all 0.25s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;

}

.slides-navigation a:focus {
    outline: none;
}

.slides-navigation a.prev {
    left: 0;
    background-position: 0 0;
    left: 20px;
}

.slides-navigation a.next {
    right: 0;
    right: 20px;
    background-position: -43px 0;
}

.slides-pagination {
    position: absolute;
    z-index: 3;
    top: 50%;
    bottom:50%;
    left:47%;
    text-align: center;
    width: 100%;
}
.slides-pagination a {
    border: 2px solid #eeeeee;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
}

.slides-pagination a.current {
    background: #EF8C50;
}

@media only screen and (max-width: 767px) {

    .mkFlexSlider {
        min-height: 190px;
    }

}		

@media only screen and (max-width: 479px) {
    .mkFlexSlider {
        min-height: 190px;
    }
    .flexSlider .mainCaption {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 5px;
    }
    .flexSlider .subCaption {
        font-size: 12px;
        line-height: 24px;
        padding: 10px 0 24px;
    }
}

/*
        Blog / Homepage / Comments / SinglePost / Comments 
        
==================================================*/

.mk-blog-items-wrap {
    overflow: hidden;
}

.mk-blog-item {
    float: left;
    position: relative;
    width: 50%;
    padding-bottom: 50%;
}

.mk-blog-item-inner {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .mk-blog-item {
        width: 100%;
        padding-bottom: 60%;
    };
}

.mk-blog-item img {
    display: block;
    position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 6;
    top: 0;
    left: 0;
}

.post-link-btn {
    border: 2px solid #ffffff;
    padding: 6px 14px;
    border-radius: 2px;
    color: #dcdcdc;
    border-radius: 2px;
}

span.mk-post-format-icon {
    display: block;
    position: absolute;
    z-index: 22;
    display: block;
    right: 0;
    top: 0;
    width: 32px;
    text-align: center;
    line-height: 32px;
    color: white;
    height: 32px;
    background-color: Aqua;
}	

/*	social media icons */
.social-media-icons {
    list-style-type: none;
    margin: 0!important;
    padding: 0!important;
    height: 36px;
    font-family: Zocial;
    text-align: center;
}

.social-media-icons li {
    display: inline-block;
    background-color: rgba(0, 0, 0,.2);
    border-radius: 3px;
    text-align: center;
    width: 40px;
    height: 36px;
}

.social-media-icons li a {
    opacity: 1;
    display: block;
    background-repeat: no-repeat;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    color: #fff;
    line-height: 34px;
}

.mk-post-meta-2 {
    position: absolute;
    z-index: 24;
    bottom: 0;
    right: 50%;
    background: #24292F;
    color: #fff;
    padding: 20px;
    border-radius: 0 3px 0 0;
}

.mk-blog-post h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 0;
}

.mk-post-link {
    display: inline-block;
    margin-top: 15px;
    color: #dcdcdc;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    opacity: 0;
    padding: 20px;
}

div .overlay h3 {
    margin-bottom: 20px;
}

div.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
}

.overlay div.expand {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mk-blog-item.hover {
    cursor: pointer;
}

.mk-blog-item.hover .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
    zoom: 1;
}

.mk-blog-item.hover .overlay:nth-child(n) {
    filter: none;
}

div.mk-blog-item.post-4 .img .overlay div.expand {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

div.mk-blog-item.post-4  .img .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
    zoom: 1;
}

.mk-blog-item.hover .overlay div.expand {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.mk-blog-item.hover .overlay div.expand {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
}

.grid-pagination.pagination-wrapper {
    background: #232527;
    padding: 60px 0 60px;
}

.pagination-wrapper {
    width: 100%;
    text-align: center;
}

.pagination-wrapper.classic-pagination {
    padding: 0;
    background: transparent;
}

.mk-single-top {
    width: 100%;
    height: 280px;
    padding: 80px 0 0 0;
    margin: 0;
    color: #dcdcdc;
    position: relative;
    overflow: hidden;
}

.home .mk-single-top.header-grid {
    display: none;
}

.mk-header-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.custom-header-content,.post-meta {
    position: relative;
    z-index: 4;
}

.mk-single-top-overlay-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: 1;
    background: rgb(0,0,0);
    background: transparent\6;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
    zoom: 1;
    z-index: 2;
}

.mk-single-top h2 a {
    color: #CECBC9;
}

.mk-breadcrumbs {
    position: absolute;
    bottom: -20px;
    left: 20%;
    right: 20%;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    text-align: center;
    z-index: 5;
    color: #f4f4f4;
    background: #0087D5;
}

.mk-breadcrumbs a {
    color: #dcdcdc;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.author-info {
    margin-top: 4px;
    border: 1px solid #ededed;
    padding: 40px;
    overflow: hidden;
    background: #f4f4f4;
}

.author-description h3 {
    margin-top: 0;
    margin-bottom: 7px;
    margin-bottom: 0.5rem;
}

.author-description {
    display: inline-block;
}

.author-description p {
    color: #757575;
    line-height: 1.5;
}

.author.archive .author-info {
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}

.author.archive .author-avatar {
    margin-top: 0;
    display: inline-block;
}

.archive.author .author-avatar img {
    width: 90px;
    height: 90px;
    border: 1px solid #e9e9e9;
    display: block;
}

/*
        quote post format
*/
.mk-quote-post-format {
    background: #0AC8AD;
    color: white;
}

.mk-quote-post-format blockquote {
    background: transparent;
    color: white;
    border: 0;
    position: absolute;
    top: 22%;
    left: 10%;
    right: 10%;
    font-size: 18px;
    font-family: 'Georgia','Times New Roman',serif;
    font-style: italic;
}

.mk-quote-post-format blockquote small {
    color: #f6f6f6;
    font-style: normal;
    font-family: sans-serif;
}

.mk-quote-post-format .more-link {
    display: none;
}

/*
        viseo post format
*/

div.mk-blog-item-inner .format-video {
    background-color: #262626;
}

.format-video video {
    display: inline-block;
}

.mk-video-post-format .wp-video {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 99;
}

.mk-video-post-format .mejs-controls {
    bottom: 20px!important;
    visibility: visible!important;
}

/*
        Format Audio
*/

div.mk-blog-item-inner .format-audio {
    background-color: #db572f;
    position: relative;
}

body.single-post .format-audio {
    background-color: transparent!important;
}

.single-post audio {
    display: block!important;
    visibility: visible!important;
    margin: 20px 0 20px!important;
}

/*
.format-audio:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f001";
    color: #fff;
    font-size: 60px;
    width: 60px;
    height: 60px;
    display: block;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 24;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
*/
.mk-blog-item.hover .social-media-icons {
    margin-top: 40px!important;
}

.mk-blog-item.hover.format-audio:before {
    display: none!important;
}

.mk-audio-post-format .mejs-controls {
    z-index: 99;
}

/*

        Social Sharing
        
*/

.simplesocial-box {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0 15px 0;
}
/*

        Pagination
*/

div.pagination ul {
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

div.pagination ul>li {
    display: inline;
}

div.pagination ul>li>a {
    color: #17CBB2;
}

div.pagination ul>li>a,.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #2F3439;
    border: 1px solid rgba(0,0,0,.3);
    border-left-width: 0;
}

div.pagination ul>li>a:hover,.pagination ul>.current>a,.pagination ul>.current>span {
    color: #0E8070;
}

div.pagination span.current,.pagination ul>.current>span {
    color: #778491;
    cursor: default;
}

div.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover {
    color: aqua!important;
    background-color: transparent;
    cursor: default;
}

div.pagination ul>li:first-child>a,.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

div.pagination ul>li:last-child>a,.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

div.pagination-centered {
    text-align: center;
}

.wp-pagenavi {
    margin-bottom: 45px;
}

.wp-pagenavi span.pages {
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 4px 6px;
    margin: 2px;
    border-radius: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #f5f5f5;
    border: 1px solid #CCD7E2;
}

.wp-pagenavi a:hover {
    color: #FF8000;
    border: 1px solid #FF8000;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

/*

        QuotePost Format

*/

article.quote-post-format blockquote {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-style: Georgia, serif;
    font-style: italic;
}

article.quote-post-format blockquote small {
    margin-top: 20px;
}



/*

        Gallery Post
        
*/

div._latest_posts_pagination {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 666;
    width: 84px;
    height: 35px;
}

div._latest_posts_pagination span {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    background: #13B3A9;
    background: rgba(10, 200, 173,.6);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #fff;
    margin: 0 1px 0 1px;
    padding: 0;
    display: inline-block;
    border-radius: 2px;
}

div._latest_posts_pagination span:hover {
    cursor: pointer;
    background: #EA6452;
    background: rgba(234, 100, 82,.6);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.gallery-slideshow div.blog-gal-prev,.gallery-slideshow div.blog-gal-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    background: rgba(10, 200, 173,.6);
    z-index: 20000;
    margin-top: -20px;
    text-align: center;
}

.gallery-slideshow div.blog-gal-prev:hover,.gallery-slideshow div.blog-gal-next:hover {
    cursor: pointer;
}

.gallery-slideshow div.blog-gal-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.gallery-slideshow div.blog-gal-prev:before,.gallery-slideshow div.blog-gal-next:before {
    font-family: FontAwesome;
    position: absolute;
    color: white;
    font-size: 26px;
    line-height: 40px;
}

.gallery-slideshow div.blog-gal-prev:before {
    left: 10px;
    content: "\f104";
}

.gallery-slideshow div.blog-gal-next:before {
    right: 10px;
    content: "\f105";
}

.gallery-slideshow div.blog-gal-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gallery-slideshow {
    margin: 0;
    padding: 0;
}

.gallery-slideshow li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-weight: bold;
}

div.mk-sigle-post .post-nav-links ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0!important;
}

div.mk-sigle-post .post-nav-links li {
    width: 100%;
    text-align: center;
    position: relative;
    background: #FAFAFA;
}

div.mk-sigle-post .post-nav-links li a {
    display: block;
    padding: 15px 0px 15px 0px;
}

div.mk-sigle-post .post-nav-links li.post-nav-previous {
    border: 1px solid #EEE;
    margin-top: 1px;
}

div.mk-sigle-post .post-nav-links li.post-nav-next {
    border: 1px solid #EEE;
    margin-top: 10px;
}

div.mk-sigle-post .post-nav-links li i {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

div.mk-sigle-post .post-nav-links li.post-nav-previous i {
    left: 10px;
}

div.mk-sigle-post .post-nav-links li.post-nav-next i {
    right: 10px;
}

div.mk-sigle-post .post-nav-links li a:hover {
    background: #ebebeb;
    background: rgba(0,0,0,0.02);
}

div.mk-sigle-post .post-nav-links li:hover {
    background: #0AC8AD;
    border-color: #0AC8AD;
}

div.mk-sigle-post .post-nav-links li:hover a {
    color: #fff;
}

.single-article-content img,.single-article-content a img {
    width: 100%;
    height: auto;
}

body.single-post .hentry:before,
body.single-post .hentry:after {
    display: table;
    content: " ";
}

body.single-post .hentry {
    margin-bottom: 30px;
}

.mk-sticky-post {
    position: absolute;
    display: block;
    top: -1px;
    background-color: #17CBB2;
    color: #fff;
    padding: 4px 10px;
    z-index: 8;
}

/*

Comments


*/

#comments {
    margin-top: 60px;
}

@media (max-width: 767px) {
    #comments {
        margin-top: 30px;
    };
}

h2.comments-title {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
}

#comments h3,
#comment-leave h3 {
    color: #0AC8AD;
    margin-bottom: 20px;
}

/*

*/

.single-article-content article {
    border: 1px solid #eee;
    background: #fbfbfb;
    padding: 40px;
    margin-bottom: 45px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.single-article-content article img {
    margin: 20px 0 20px;
    border-radius: 3px;
}

.single-article-content article .page-lead {
    color: #42A3D1;
    font-size: 16px;
    border-left: 4px solid rgba(149, 162, 199,.2);
    padding: 6px 15px 6px 15px;
    background: #f6f6f6;
}

#comments ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments ol article {
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    border: 1px solid #eee;
    background: #ffffff;
    border-radius: 3px;
}

#comments .bypostauthor >article {
    background: #FBFBFB;
    border-radius: 0 3px 3px 0;
    border-left: 5px solid #17CBB2;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

#comments ol article .comment-reply-link {
    position: absolute;
    bottom: 20px;
    right: 30px;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
}

.comment-metadata time {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

#comments .comment-content {
    margin-bottom: 36px;
    position: relative!important;
    padding: 20px 0 20px;
}

#comments .comment-content:before {
    display: block;
    content: ""!important;
    position: absolute!important;
    height: 1px!important;
    top: 0;
    left: -30px;
    z-index: 90;
    right: -30px;
    height: 1px!important;
    border-top: 1px solid #EDEFED!important;
    background: red!important;
}

.comment-awaiting-moderation {
    font-size: 12px;
    color: #b4b4b4;
}

#comments ol article .comment-content:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: -30px;
    right: -30px;
    border-top: 1px solid #EDEFED;
}

.comment-author.vcard {
    position: relative;
    margin-bottom: 15px;
}

.comment-author.vcard .fn {
    padding-left: 50px;
}

.comment-author.vcard img {
    display: block;
    position: absolute;
    left: 0px;
    top: -10px;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
}

#comments ol ol {
    margin-left: 20px;
}

#comments ul ul {
    margin-left: 20px;
}

#respond {
    margin: 85px 0 25px 0;
    padding: 20px 40px 45px 40px;
    position: relative;
    border: 1px solid #eee;
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
}

#commentform input[type="text"] ,
#commentform input[type="email"],
#commentform input[type="url"] {
    margin: 0!important;
    background: #FBFBFB;
    border: 1px solid #E4E4E4;
    font-family: arial;
    color: #878787;
    height: 38px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block;
    width: 70.5%;
    padding: 0 0 0 20px!important;
    transition: border 0.6s linear;
    -moz-transition: border 0.6s linear;
    -webkit-transition: border 0.6s linear;
    -o-transition: border 0.6s linear;
}

#commentform input[type="text"]:last-child {
    margin-right: 0px!important;
}

#commentform input[type="text"]:focus ,
#commentform input[type="text"]:hover ,
#commentform input[type="email"]:focus,
#commentform input[type="email"]:hover,
#commentform input[type="url"]:focus,
#commentform textarea:hover,
#commentform textarea:focus,
#commentform input[type="url"]:hover {
    border: 1px solid #0E8070;
}

#contact label,
#commentform label {
    display: block;
    margin: 20px 0 10px;
}

#commentform textarea {
    clear: both;
    background: #FBFBFB;
    border: 3px solid #EAECEE;
    color: #878787;
    width: 70.5%;
    height: 160px;
    padding: 20px;
    font-family: arial;
    transition: border 0.6s linear;
    -moz-transition: border 0.6s linear;
    -webkit-transition: border 0.6s linear;
    -o-transition: border 0.6s linear;
}

#contact-form,
#commentform {
    width: 100%;
}

#contact-form > div {
    position: relative;
}

p.form-allowed-tags {
    display: none;
}

#commentform input[type="submit"] {
    float: left;
    font-family: arial;
    margin: 30px 15px 0 0;
    font-size: 12px;
    background: #0AC8AD;
    color: #fff;
    border: none;
    padding: 10px 25px 8px;
    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
}

#contact input[type="submit"]:hover,
#commentform input[type="submit"]:hover {
    background: #0E8070;
}

#contact .message,
#commentform .message {
    float: left;
    height: 30px;
    font-size: 12px;
}

#contact .message.error,
#commentform .message.error {
    color: #eb2c06;
}

#contact .message.success,
#commentform .message.success {
    color: #7da817;
}

@media (max-width: 767px) {
    #comments-list li ul {
        margin: 0!important;
        padding-left: 0;
    };
}

/*
        pages
*/

header.page-header {
    border: 0px;
    padding: 0px;
}

header.page-header h1 {
    padding-left: 20px;
    font-size: 18px;
}

body.error404 header.page-header h1 {
    padding-left: 0px;
}

.mk-search-results header.page-header h1 {
    padding-left: 0px;
    font-size: 18px;
}

div.pagination ul>li>a {
    color: #17CBB2;
}

.pagination-wrapper.classic-pagination div.pagination ul>li>a,
.mk-search-results div.pagination ul>li>a,.pagination ul>li>span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.mk-search-results div.pagination ul>.current>a,.pagination ul>.active>span {
    color: #bababa;
}

div.pagination ul>li>a:hover,.pagination ul>.current>a,.pagination ul>.current>span {
    color: #23527C;
}

div.pagination span.current,.pagination ul>.current>span {
    cursor: default;
}

._page-404 input[type="search"] {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding: 2px 0 3px 12px;
}

div.mk-archives article {
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 40px 40px 30px 40px;
    margin-bottom: 45px;
    border-radius: 3px;
    overflow: hidden;
    color: #555555;
    position: relative;
}

@media(max-width:767px) {
/*    div.content {
        margin-left: 20px;
        margin-right: 20px;
    };*/
}

div.mk-archives article header .entry-title {
    display: inline-block;
    margin: 0px 0px 10px;
    padding: 0px;
    font: 500 28px/35px Arial,sans-serif;
    text-decoration: none;
    vertical-align: middle;
    color: rgb(107, 119, 132);
    transition-property: color;
    transition-duration: 0.3s;
}

div.mk-archives article header .entry-title a {
    color: #34495E;
}

div.mk-archives article footer {
    position: relative;
    margin-top: 30px;
    padding: 30px 0 0 0;
}

div.mk-archives article footer .row {
    position: relative;
    z-index: 10;
}

div.mk-archives article footer:before {
    content: '';
    position: absolute;
    border-top: 1px solid #eeeeee;
    left: -45px;
    right: -45px;
    top: 0;
    bottom: 0;
    z-index: 1;
}

div.mk-archives .pagination-wrap {
    margin-left: 42px;
}

div.mk-archives  article.format-quote {
    border-radius: 0px;
    border: 0px;
    border-left: 5px solid #9DE5DB;
    background: #f6f6f6;
    margin-left: 42px;
}

@media (max-width: 767px) {
    div.mk-archives  article.format-quote {
        margin-left: 0px;
    };
}

div.mk-archives article.format-quote blockquote {
    border: 0px;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

div.mk-archives article.format-quote .more-link {
    display: none;
}

div.mk-archives .format-audio:before {
    display: none;
}

/*

        Footer Settings
        
*/

footer#site-footer {
    background: #262626;
    color: #777;
    position: relative;
    padding: 25px 35px;
/*    padding: 45px 20px 65px 20px;*/
}

footer#site-footer a {
    color: #777;
    padding: 2px 0;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
    float: left;
    width: 100%;
}

footer#site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer#site-footer aside {
    margin-bottom: 45px;
}

div.siteinfo {
    vertical-align: bottom;
    padding: 20px 0 20px 0;
    background: #222222;
    margin-top: 45px;
    font-size: 13px;
    border-top: 1px solid #1F1F1F;
}

footer#site-footer aside.widget_recent_entries li {
    padding: 6px 0;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #333!important;
}

footer#site-footer aside.widget_recent_entries li:last-child {
    border-bottom: 0px;
}

input[type="submit"] {
    background: #63bd4a;
    color: #fff;
    cursor: pointer;
    height: auto;
    overflow: visible;
    padding: 3px 20px 4px 20px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: auto;
    border: 0;
    border: 0px;
}

#site-footer input[type="submit"] {
    display: block;
}

#site-footer .search-form,.subscribe {
    background: #1e2223;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    padding-left: 6px;
    padding-bottom: 6px;
    line-height: 18px;
}

#site-footer input[type="search"],.sub-text {
    width: 135px;
    float: left;
    margin: 5px 0 0 5px;
    border: none;
    background: none;
    color: #9d9d9d;
}

#site-footer input[type="submit"],input.sub-button {
    float: right;
    height: 30px;
    margin: auto;
    padding: 5px 14px 6px 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}	

/*
        Social Widget - Color 
*/

.level9-social-widget-color ul {
    list-style: none;
}

.level9-social-widget-color ul li {
    margin: 0;
    padding: 0;
    border: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.level9-social-widget-color ul li a {
    font-family: Zocial;
    background: #444;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 3px;
    text-align: center;
    font-size: 1.077em;
    color: #fff !important;
}

.level9-social-widget-color a:hover {
    opacity: 0.7;
}

.level9-social-widget-color .social-widget-twitter a {
    background: #55ACCE;
}

.level9-social-widget-color .social-widget-dribbble a {
    background: #ea4c89;
}

.level9-social-widget-color .social-widget-facebook a {
    background: #3b5998;
}

.level9-social-widget-color .social-widget-youtube-play a {
    background: #C4302B;
}

.level9-social-widget-color .social-widget-flickr a {
    background: #FF0084;
}

.level9-social-widget-color .social-widget-vk a {
    background: #55779b;
}

.level9-social-widget-color .social-widget-tumblr a {
    background: #2C4762;
}

.level9-social-widget-color .social-widget-google-plus a {
    background: #DD4B39;
}


.level9-social-widget-color .social-widget-youtube-play a {
    background: #C4302B;
}

.level9-social-widget-color .social-widget-skype a {
    background: #00AFF0;
}

.level9-social-widget-color .social-widget-rss a {
    background: #FF7900;
}

.level9-social-widget-color .social-widget-instagram a {
    background: #3F729B;
}

.level9-social-widget-color .social-widget-linkedin a {
    background: #3399CC;
}

.level9-social-widget-color .social-widget-pinterest a {
    background: #CB2027;
}

div.siteinfo p {
    margin: 0;
}

h2.footer-branding {
    margin: 0;
    color: #fff;
}

footer#site-footer p.about-text {
    margin-top: 25px;
}

footer#site-footer h3.widget-title {
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    margin: 0px 0px 20px 0;
}

ul#footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#footer-menu li {
    display: inline-block;
    margin: 0 12px 0 12px;
}

ul#footer-menu li:last-child {
    margin-right: 0;
}

ul#footer-menu li a {
    color: #777777;
}
/*Custom css*/

#side-menu{
    width:85%;

}
/*Search*/
.custom-search-box{
    padding-right: 10px;
    margin: 10px 0;
}

.custom-search-box .search-field{

    background: url(../images/search-icon.png) no-repeat 5px 0px;
    background-color: #000;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid #585858;
    border-radius: 0;
    padding-left: 73px;
    padding-bottom: 4px;

}
.mk-header-branding a img {
    width: 100%;
    height: auto;
}

#site-footer h4{
    color: #FFFFFF;
    width: 100%;
    padding: 1rem 0;
    padding: 10px 0;
    border-bottom: 1px solid #666666;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #dcf1fc;
    font-weight: bold;


}

/*Bottom Footer*/
#bottom-footer{
    background: #1170b2;
    background: -moz-linear-gradient(top, #1170b2 0%, #1170b2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1170b2), color-stop(100%,#1170b2));
    background: -webkit-linear-gradient(top, #1170b2 0%,#1170b2 100%);
    background: -o-linear-gradient(top, #1170b2 0%,#1170b2 100%);
    background: -ms-linear-gradient(top, #1170b2 0%,#1170b2 100%);
    background: linear-gradient(to bottom, #1170b2 0%,#1170b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1170b2', endColorstr='#1170b2',GradientType=0 );
    height: 45px;
    border-bottom: 1px solid #fff;
}



.social-icons   
{
    color: #FFF;
    float: left;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 15px;

}
.social-icons ul 
{
    float: left;
   
     margin-left: 97px;
    margin-top: -8px;
}
.social-icons ul li {
    float: left;
    padding: 0 10px;
    width: inherit;
    margin-top: -28px;
}
.social-icons ul li a {
    float: left;
}
#bottom-footer ul li a{ 
    padding: 2px 0;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
    float: left;
    width: 100%;
}
.copyright {
    float: right;
    padding-right: 20px;
}
.copyright p {
    color: #FFF;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 15px;
    /*margin-left: 534px;*/
}
.entry-content p {
    /* margin-bottom: 17px; */
    font-size: 14.5px !important;
    line-height: 22px !important;
}
.top20 h1{
    color: #000;
    position: absolute;
    bottom: 30px;
    font-size: 28px;
    
    
}
h3.inner-bold {
    font-size: 20px;
    padding-bottom: 10px;
}
ul.common {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
ul.common li {
    background: url(../images/arrow3.png) no-repeat 0 6px;
    float: left;
    width: 100%;
    padding-left: 12px;
}
.li-bold {
    font-size: 17px;
}
ul.common li ul {
    margin-left: 15px;
    float: left;
    width: 100%;
    margin-top: 2px;
}
ul.common li ul li {
    background: url(../images/arrow3.png) no-repeat 0 6px;
    float: left;
    width: 100%;
    padding-left: 12px;
    padding-bottom: 3px;
    font-size: 14.5px;
}
.field1 legend {
    width: 35%;
    background-color: #1171b6 ;
    padding: 0 24px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    border: 0;
    margin-bottom: 10px;
    position: relative;
    line-height: inherit;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.field1 {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14.5px;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.field1 legend.design::before {
    position: absolute;
    content: "";
    background: url(../images/design-icon.png) no-repeat;
    width: 38px;
    height: 38px;
    left: -17px;
    top: -4px;
}
.field1 legend.research::before {
    position: absolute;
    content: "";
    background: url(../images/research-icon.png) no-repeat;
    width: 38px;
    height: 38px;
    left: -17px;
    top: -4px;
}
.field1 legend.rendering::before {
    position: absolute;
    content: "";
    background: url(../images/rendering-icon.png) no-repeat;
    width: 38px;
    height: 38px;
    left: -17px;
    top: -4px;
}
.field1 legend.discuss::before {
    position: absolute;
    content: "";
    background: url(../images/decuss-icon.png) no-repeat;
    width: 38px;
    height: 38px;
    left: -17px;
    top: -4px;
}
.field1 legend.finish::before {
    position: absolute;
    content: "";
    background: url(../images/finish-icon.png) no-repeat;
    width: 38px;
    height: 38px;
    left: -17px;
    top: -4px;
}
.field1 legend.develop::before {
    position: absolute;
    content: "";
    background: url(../images/develop-icon.png) no-repeat;
    width: 38px;
    height: 38px;
    left: -17px;
    top: -4px;
}
ul.common1 {
    width: 30%;
    margin-bottom: 8px;
    overflow: hidden;
    margin: 0 auto;
}
ul.common1 li {
    background: url(../images/arrow3.png) no-repeat 1px 7px;
    float: left;
    width: 100%;
    padding-left: 12px;
    text-align: left;
}
/*Menu responsive*/

.navbar-toggle {
  display: none;
  
}
.mobnav-subarrow{
  display: none;
}
@media only screen and (max-width: 787px) {
  .navbar-toggle {
    display: block;
  }
  .mobnav-subarrow {
/*    display: none;
    background-color: #0f3975;
    opacity: .3;
    border-bottom: 1px solid white;
    border-top: 1px solid black;
    height: 20px;
    width: 30px;
    background-position: top left!important;
    position: absolute;
    top: 8px;
    right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;*/
  }
  .sf-menu {
    width: 100%!important;
    display: none;
  }
  .sf-menu.xactive {
    display: block!important;
  }
  .sf-menu li {
    float: none!important;
    display: block!important;
    width: 100%!important;
  }
  .sf-menu li a {
    float: none!important;
  }
  .sf-menu ul {
    position: static!important;
    display: none!important;
  }
  .xpopdrop ul {
    display: block!important;
  }
  .sidebar .arrow {
/*      display:none;*/
  }
  .sf-menu {
    float: left;
    margin-bottom: 0;
}
.sf-menu li a:hover .nav-second-level {
    display: none;
}
}
.slides-pagination {
    position: absolute;
    z-index: 3;
    top: 50%;
    bottom: 50%;
    text-align: center;
    width: 10%;
    background-color: rgba(0,0,0,.5);
    right: 0;
    height: 60px;
    padding-top: 15px;
    left: auto;
}

.slides-pagination a {width: 22px;height: 22px;color: transparent;}

.sf-menu li:hover, .sf-menu li.sfHover {
     background-color: transparent !important;
    -webkit-transition: none;
    transition: none;
}
.sidebar ul .current-menu-item a.active {
    background-color: transparent;
    font-size: 16px;
    font-weight: 300 !important;
    color: #63bd4a;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #63bd4a;
}

.nav .nav-second-level { padding-left:0}

.nav .nav-second-level li { background-color:rgba(0, 0, 0, 0.7) !important;
}
.nav-second-level li:hover {
    background-color: rgba(15, 117, 188, 0.7) !important;
    -webkit-transition: none;
    transition: none;
    color: #FFF;
}

.nav-second-level li a.active {
    color: #fff !important;;
}

.nav-second-level li a:hover {
    color: #FFF;
}

.sidebar .nav-second-level li a {
    padding-left: 20px;
}

.slides-pagination a.current {
    background:#1170b2;
}

.slides-container .btn {
    border-radius: 2px;
}
#slides article .btn.btn-lg.btn-success {
    border-radius: 0;
    border: 1px solid #FFF;
    background-color: #1171b6;
    text-transform: uppercase;
    font-size: 13px;
}

.search-form label {
    width: 100%;
}

.custom-search-box .search-field {
    padding-left: 39px;
    outline: none;
    width: 100%;
    font-weight: normal;
    color: #B7B7B7;
}
.mk-search-results header.page-header {
    text-align: center;
}
.mk-search-results header.page-header h1 {
    padding-left: 0px;
    font-size: 18px;
}
/*Contact us*/

.fotter-menu h5 {
    color: #FFFFFF;
    width: 100%;
    padding: 1rem 0;
    padding: 10px 0;
    border-bottom: 1px solid #666666;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #dcf1fc;
    font-weight: bold;
}
.home-contact-form .form-group {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
.home-contact-form input[type="text"],.home-contact-form  input[type="email"],.home-contact-form  textarea
  {  display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
  
  .home-contact-form .form-group textarea {
    height: 77px;
}
.home-contact-form .form-control{ height:25px;}
.home-contact-form textarea.form-control{ height:45px;}
.home-contact-form .btn.btn-default {
    background: #f1f9fe;
    background: -moz-linear-gradient(top, #f1f9fe 0%, #dcf1fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f9fe), color-stop(100%,#dcf1fc));
    background: -webkit-linear-gradient(top, #f1f9fe 0%,#dcf1fc 100%);
    background: -o-linear-gradient(top, #f1f9fe 0%,#dcf1fc 100%);
    background: -ms-linear-gradient(top, #f1f9fe 0%,#dcf1fc 100%);
    background: linear-gradient(to bottom, #f1f9fe 0%,#dcf1fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f9fe', endColorstr='#dcf1fc',GradientType=0 );
	padding: 3px 12px;
	float:right;
}
/*.form-group {
    margin-bottom: 35px;
    padding-bottom: 11px;
}*/
.home-contact-form input[type="submit"]{
    border-radius: 0;
    border: 1px solid #FFF;
    background-color: #1171b6;
    text-transform: uppercase;
    font-size: 13px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f9fe', endColorstr='#dcf1fc',GradientType=0 );
    padding: 3px 12px !important;
    float: right !important;
    margin-top: 9px !important;
    
}
 div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    color: #D4A1A1;
    font-size: 14px;
    font-weight: 300;
}
div.wpcf7-validation-errors {
     border:none !important;
}
span.wpcf7-not-valid-tip {
    color: #D4A1A1;
    font-size: 14px;
    display: block;
}
 div.wpcf7-mail-sent-ok {
     border: none !important; 
     color: #92CF92 !important;
}
.contact-form form .form-group {
    width: 50%;
    float: left;
    padding-right: 24px;
}
.contact-form form .wpcf7-form-control {
    padding-left: 0;
    padding-right: 0;
    background: 0;
    color: #666;
    border-top: 0;
    border-left: none;
    border-right: 0;
    border-bottom: .4rem solid #666;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    width: 100%;
}
.contact-form {
    margin-bottom: 15px;
}
.contact-form form .form-group1 {
    width: 100%;
    float: left;
    padding-right: 0;
    clear: both;
}
.contact-form form .form-group1 textarea {
    width: 94%;
    height: 68px;
 }
 .contact-form form p {
    clear: both;
}
.contact-form input[type="submit"]{
    border-radius: 0;
    border: 1px solid #FFF;
    background-color: #63bd4a;
    text-transform: uppercase;
    font-size: 13px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f9fe', endColorstr='#dcf1fc',GradientType=0 );
    padding: 3px 12px !important;
    float: left !important;
    color: #fff;
    width: auto;

    
}
.contact-form span.wpcf7-not-valid-tip {
    color: #5A0606 !important;
  
}
.contact-form div.wpcf7 .screen-reader-response {
     position: initial; 
     overflow: none; 
     clip: rect(1px, 1px, 1px, 1px); 
     height: 23px !important;
     width: auto !important; 
     margin: 0 !important;  
     padding: 0 !important; 
     border: 0 !important; 
     color: #5A0606 !important;
}

.mk-search-results header.page-header {
    margin-top: 20px;
}

.mk-search-results header.page-header h1 {
    font-size: 30px;
}
.mk-search-results.mk-archives article {
    padding: 0;
    border: 1px solid #1171b6;
}
.mk-search-results.mk-archives article .top10 {
    background-color: #1171b6;
    margin: 0;
    padding: 5px 10px;
}

.mk-search-results.mk-archives article .top10 h1 {
    padding: 0;
    margin: 0;
    color: #FFF;
}

.mk-search-results.mk-archives article .top10 h1 a {
    color: #FFF;
}
.mk-search-results.mk-archives article .entry-content {
    padding: 0 20px 20px 20px;
}
.mk-search-results.mk-archives article .entry-content p a {
    background-color: #1171b6;
    float: right;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
}
.mk-search-results.mk-archives article .entry-footer {
    display: none;
}
.reach-us p {
    margin-bottom: 0;
}
.info {
    margin-top: 20px;
}

.sf-vertical.sf-arrows > li > .sf-with-ul:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-top: -8px;
}

.sidebar .arrow{ display: none;}


/*new css*/
#slides ul.slides-container li {
/*    width: 100% !important;*/
}
#slides ul.slides-container li img {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}
#slides ul.slides-container li {
/*    width: 100% !important;*/
}
.slides-pagination {
   position: absolute;
    z-index: 3;
    top: 70%;
    bottom: 50%;
    text-align: center;
    width: 25%;
    height: 60px;
    padding-top: 15px;
    left: 45%;
    background-color: transparent;
}
.slides-pagination a {width: 58px;height: 58px;color: transparent; border: 0; background-repeat: no-repeat;}
.slides-pagination a#banner1 {background: url(../images/banner-icon1.png); position: relative;overflow: visible;}
.slides-pagination a#banner2 {background: url(../images/banner-icon2.png);position: relative;overflow: visible;}
.slides-pagination a#banner3 {background: url(../images/banner-icon3.png);position: relative;overflow: visible;}
.slides-pagination a#banner4 {background: url(../images/banner-icon4.png);position: relative;overflow: visible;}
.slides-pagination a#banner5 {background: url(../images/banner-icon5.png);position: relative;overflow: visible;}

.slides-pagination a#banner1:hover {background: url(../images/hover-banner-icon1.png);}
.slides-pagination a#banner2:hover {background: url(../images/hover-banner-icon2.png);}
.slides-pagination a#banner3:hover {background: url(../images/hover-banner-icon3.png);}
.slides-pagination a#banner4:hover {background: url(../images/hover-banner-icon4.png);}
.slides-pagination a#banner5:hover {background: url(../images/hover-banner-icon5.png);}

.slides-pagination a#banner1.current {background: url(../images/hover-banner-icon1.png);}
.slides-pagination a#banner2.current {background: url(../images/hover-banner-icon2.png);}
.slides-pagination a#banner3.current {background: url(../images/hover-banner-icon3.png);}
.slides-pagination a#banner4.current {background: url(../images/hover-banner-icon4.png);}
.slides-pagination a#banner5.current {background: url(../images/hover-banner-icon5.png);}

.slides-pagination a:hover::before {content: '';position: absolute;color: #FFF;
padding: 0 15px;height: 34px; top: -37px; z-index: 500;background-color: rgba(15, 117, 188, 0.7);
text-indent: initial; line-height: 30px; border-radius:5px; border:2px solid rgba(255, 255, 255, 0.9); white-space: nowrap; text-transform: uppercase; text-indent: 0; }

.slides-pagination a#banner1:hover::before {content: 'County Services'; left:-35px; }
.slides-pagination a#banner2:hover::before {content: 'Healthcare Services'; left:-42px; }
.slides-pagination a#banner3:hover::before {content: 'Web Design and Development'; left:-70px;}
.slides-pagination a#banner4:hover::before {content: 'Ecommerce'; left:-23px; }
.slides-pagination a#banner5:hover::before {content: 'SEO'; left:-1px;}

#side-menu {width: 100%;}
.sidebar ul li {border: 0;}
.sidebar ul li a {
    text-align: center;
    padding: 5px 15px;
}
nav .nav-second-level {padding-left: 0 !important;}

.social-icon {text-align: center;margin-bottom: 17px;}
.social-icon a {margin: 0 5px;}
.copyright {float: none;padding: 0;color: #FFF;font-size: 12px;text-align: center;margin-bottom: 17px;}
.second-menu {text-align: center;color: #FFF;margin-bottom: 17px;}
.second-menu a {padding: 0 5px;color: #FFF;}
.sf-arrows .sf-with-ul {padding-right: 15px !important;}

.sf-vertical.sf-arrows > li > .sf-with-ul:after {margin-top: -6px !important;margin-right: 9px !important;}
.mk-header-branding {margin-top: 0px;padding-bottom: 17px;}

/*about*/
/*body.page.page-id-8 {background: url(../images/about-low.jpg) no-repeat; background-size: cover;}*/
body.page.page-id-8:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -3;
}
.about {
    margin-top: 36px;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.4);
    margin-right: 45px;
    padding: 20px;
    color: #FFF;
    font-size: 14.5px;
    line-height: 22px !important;
    overflow: auto;
    width: 60%;
    float:right;
}
.about h1 {
    color: #FFF;
    bottom: 30px;
    font-size: 30px;
    margin-bottom: 15px;
}

.page.page-id-10 .top20{background: url(../images/county-services.png) no-repeat; background-size: cover;}
.page.page-id-12 .top20{background: url(../images/healthcare.png) no-repeat; background-size: cover;}
.page.page-id-40 .top20{background: url(../images/webdesign.png) no-repeat; background-size: cover;}
.page.page-id-42 .top20{background: url(../images/ecommerce.png) no-repeat; background-size: cover;}
.page.page-id-44 .top20{background: url(../images/seo.png) no-repeat; background-size: cover;}
.page.page-id-16 .top20{background: url(../images/contact.png) no-repeat; background-size: cover;}*/


.page.page-id-10 .top20:before, .page.page-id-12 .top20:before, .page.page-id-40 .top20:before, .page.page-id-42 .top20:before, .page.page-id-44 .top20:before, .page.page-id-16 .top20:before  {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 4;
}
.top20 h1 {z-index: 20;}


.page-id-16 #mk-page-wrapper {
    min-height: 100% !important;
}

.reach-us .info p a {
    color: #63bd4a;
}








/*@media*/
@media (min-width: 768px){
    .con {
    float: left;
    width: 27%;
    position: fixed;
    height: 100%;
    background-color: #000;
        z-index: 151;
}
.home .con {
    background-color: transparent;
}
body.page.page-id-8 .con {
    background-color: transparent;
}
#mk-page-wrapper {
    position: inherit;
    margin: 0 0 0 27%;
    background-color: #FFF;
    overflow: hidden;
}
.home #mk-page-wrapper {
    position: inherit;
    margin: 0;
}
body.page.page-id-8 #mk-page-wrapper {
    background-color: transparent;
}
.sidebar {
    z-index: -1;
    position: fixed;
    width: 280px;
    margin: 40px 0 0 40px;
        background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.4);
}
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
 .slides-pagination {width: 100%;left: 0%;}
 .slides-pagination a {width: 40px;height: 40px; background-size: cover;}
 .slides-pagination a#banner1, .slides-pagination a#banner2, .slides-pagination a#banner3, .slides-pagination a#banner4, .slides-pagination a#banner5 {background-size: cover;}
 .slides-pagination a#banner1:hover, .slides-pagination a#banner2:hover, .slides-pagination a#banner3:hover, .slides-pagination a#banner4:hover, .slides-pagination a#banner5:hover {background-size: cover;}
 .slides-pagination a#banner1.current, .slides-pagination a#banner2.current, .slides-pagination a#banner3.current, .slides-pagination a#banner4.current, .slides-pagination a#banner5.current {background-size: cover;}
 .slides-pagination a:hover::before {padding: 0 15px;height: 35px;line-height: 35px;font-size: 12px;top: -38px;border: 1px solid;}  
 
 #slides article {left: 0}
 .social-icon {margin-bottom: 0;padding-bottom: 17px;}
 .about {margin-top: 0;background: #000;border: 0;margin-right: 0;height: 500px;overflow: auto;}
}

@media only screen and (min-width: 481px) and (max-width: 677px) {
 .slides-pagination {width: 100%;left: 0%;}
 .slides-pagination a {width: 40px;height: 40px; background-size: cover;}
 .slides-pagination a#banner1, .slides-pagination a#banner2, .slides-pagination a#banner3, .slides-pagination a#banner4, .slides-pagination a#banner5 {background-size: cover;}
 .slides-pagination a#banner1:hover, .slides-pagination a#banner2:hover, .slides-pagination a#banner3:hover, .slides-pagination a#banner4:hover, .slides-pagination a#banner5:hover {background-size: cover;}
 .slides-pagination a#banner1.current, .slides-pagination a#banner2.current, .slides-pagination a#banner3.current, .slides-pagination a#banner4.current, .slides-pagination a#banner5.current {background-size: cover;}
 .slides-pagination a:hover::before {padding: 0 15px;height: 35px;line-height: 35px;font-size: 12px;top: -38px;border: 1px solid;}  
 
 #slides article {left: 0} 
 .social-icon {margin-bottom: 0;padding-bottom: 17px;}
 .about {margin-top: 0;background: #000;border: 0;margin-right: 0;height: 500px;overflow: auto;}
}

@media only screen and (min-width: 678px) and (max-width: 767px) {
 .slides-pagination {width: 100%;left: 0;}
 .slides-pagination a {width: 40px;height: 40px; background-size: cover;}
 .slides-pagination a#banner1, .slides-pagination a#banner2, .slides-pagination a#banner3, .slides-pagination a#banner4, .slides-pagination a#banner5 {background-size: cover;}
 .slides-pagination a#banner1:hover, .slides-pagination a#banner2:hover, .slides-pagination a#banner3:hover, .slides-pagination a#banner4:hover, .slides-pagination a#banner5:hover {background-size: cover;}
 .slides-pagination a#banner1.current, .slides-pagination a#banner2.current, .slides-pagination a#banner3.current, .slides-pagination a#banner4.current, .slides-pagination a#banner5.current {background-size: cover;}
.slides-pagination a:hover::before {padding: 0 15px;height: 35px;line-height: 35px;font-size: 12px;top: -38px;border: 1px solid;}  
#slides article {left: 0}
.social-icon {margin-bottom: 0;padding-bottom: 17px;}
.about {margin-top: 0;background: #000;border: 0;margin-right: 0;height: 500px;overflow: auto;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .slides-pagination {width: 40%;}
 .slides-pagination a {width: 30px;height: 30px; background-size: cover;}
 .slides-pagination a#banner1, .slides-pagination a#banner2, .slides-pagination a#banner3, .slides-pagination a#banner4, .slides-pagination a#banner5 {background-size: cover;}
 .slides-pagination a#banner1:hover, .slides-pagination a#banner2:hover, .slides-pagination a#banner3:hover, .slides-pagination a#banner4:hover, .slides-pagination a#banner5:hover {background-size: cover;}

 .slides-pagination a#banner1.current, .slides-pagination a#banner2.current, .slides-pagination a#banner3.current, .slides-pagination a#banner4.current, .slides-pagination a#banner5.current {background-size: cover;}
.slides-pagination a:hover::before {padding: 0 15px;height: 22px;line-height: 22px;font-size: 8px;top: -28px;border: 1px solid;}
#slides article {left: 14%;}

 .con {width: 37%;}
  #mk-page-wrapper {position: inherit;margin: 0 0 0 37%;background-color: #FFF;overflow: hidden;}
  
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
 .slides-pagination {width: 40%;}
 .slides-pagination a {width: 30px;height: 30px; background-size: cover;}
 .slides-pagination a#banner1, .slides-pagination a#banner2, .slides-pagination a#banner3, .slides-pagination a#banner4, .slides-pagination a#banner5 {background-size: cover;}
 .slides-pagination a#banner1:hover, .slides-pagination a#banner2:hover, .slides-pagination a#banner3:hover, .slides-pagination a#banner4:hover, .slides-pagination a#banner5:hover {background-size: cover;}
 .slides-pagination a#banner1.current, .slides-pagination a#banner2.current, .slides-pagination a#banner3.current, .slides-pagination a#banner4.current, .slides-pagination a#banner5.current {background-size: cover;}
.slides-pagination a:hover::before {padding: 0 15px;height: 22px;line-height: 22px;font-size: 8px;top: -28px;border: 1px solid;}
#slides article {left: 14%;}


 .con {width: 36%;}
  #mk-page-wrapper {position: inherit;margin: 0 0 0 36%;background-color: #FFF;overflow: hidden;}

}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .slides-pagination {width: 35%;} 
  #slides article {left: 13%;}
  .con {width: 33%;}
  #mk-page-wrapper {position: inherit;margin: 0 0 0 33%;background-color: #FFF;overflow: hidden;}
        
        
}
.um-register {
   width: 100% !important;
   max-width: 100% !important;
}

.um-register .um-field {
   width: 45%;
   float: left;
   padding: 15px;
}

.um-register .um-form .um-field .um-field-label label {
   display: none;
}

.um-register .um-form .um-field .um-field-area input[type=text], .um-register .um-form .um-field .um-field-area input[type=password], .um-register .um-form .um-field .um-field-area input[type=text]:focus, .um-register .um-form .um-field .um-field-area input[type=password]:focus {
   padding-left: 0 !important;
   padding-right: 0 !important;
   background: 0 !important;
   color: #666 !important;
   border-top: 0 !important;
   border-left: none !important;
   border-right: 0 !important;
   border-bottom: .4rem solid #666 !important;
   border-radius: 0 !important;
   outline: none !important;
   box-shadow: none !important;
   width: 100% !important;
}
.um-register .um-form input[type=submit], .um-login .um-form input[type=submit] {
   border-radius: 0 !important;
   border: 1px solid #FFF !important;
   background-color: #63bd4a !important;
   text-transform: uppercase !important;
   font-size: 13px !important;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f9fe', endColorstr='#dcf1fc',GradientType=0 ) !important;
   padding: 10px 12px !important;
   float: left !important;
   color: #fff;
   width: initial !important;
   min-width: initial !important;
}

.um-login .um-form .um-field .um-field-label label {
   display: none;
}

.um-login .um-form .um-field .um-field-area input[type=text], .um-login .um-form .um-field .um-field-area input[type=password], .um-login .um-form .um-field .um-field-area input[type=text]:focus, .um-login .um-form .um-field .um-field-area input[type=password]:focus
{
   padding-left: 0 !important;
   padding-right: 0 !important;
   background: 0 !important;
   color: #666 !important;
   border-top: 0 !important;
   border-left: none !important;
   border-right: 0 !important;
   border-bottom: .4rem solid #666 !important;
   border-radius: 0 !important;
   outline: none !important;
   box-shadow: none !important;
   width: 100% !important;
}
.um-login .um-form .um-col-alt-b {
   float: right;
   margin-top: -52px;
}
.sidebar ul li a {
    text-align: center;
    padding: 0 15px;
    line-height: 30px;
}
.left-panel-bottom ul {
    width: 68%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
}
.left-panel-bottom ul h2 {
    float: left;
    width: inherit;
}

.left-panel-bottom p {
    text-align: center;
    margin-top: 5px;
    color: #FFF;
}
.left-panel-bottom img {
    margin-left: 5px;
}

.bottom-social-box h4{
line-height: normal;
}
.bottom-social-box img {
border-radius: 0;
}
.bottom-social-box {
text-align: left;
}
@media (max-width: 767px) {
#mk-page-wrapper {
    overflow: visible;
}
.regis-continer {
    z-index: 26;
    position: relative;
    margin: 0 auto;
    background-color: #000;
    border: 0;
    border-top: 0;
    padding: 0;
    width: auto;
}
.regis-continer ul {
    background-color: #FFF;
    overflow: hidden;
    padding: 0 15px;
    margin: 0 24px;
}
.navbar-default {
    background: #000;
    z-index: 9;
    padding-top: 0;
}
.mk-header-branding {
    margin-top: 0px;
    padding-bottom: 17px;
    text-align: center;
    margin-right: 0;
    padding-top: 10px;
}
.mk-header-branding a img {
    width: auto;
}
.left-panel-bottom {
    background: #63bd4a;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.bottom-social-box {
    text-align: center;
}
.bottom-social-box h4 {
    line-height: normal;
    float: none;
    display: inline-block;
}
.footer-logo-box-center {
    text-align: center;
}
.footer-logo-box-center img {
    width: auto;
}
.footer-logo-box-left1 {
    float: left;
    width: 50%;
    text-align: center;
}
.estimater-container {
    margin: 0 auto;
    border-radius: 18px;
    width: 100%;
}
.footer-container h4 {
    text-align: center;
}
.footer-box-2 ul li a {
    text-align: center;
}
#schedule-us {
    display: block;
    margin-left: 0;
    margin: 0 auto;
}
#addappointment {
    margin-right: 0;
    margin: 0 auto;
}
.photo-gallery-images #bwg_container1_0 #bwg_container2_0 .bwg_album_extended_div_0 {
    width: 100%;
    float: left;
    border: 1px solid #E0E0E0;
}
.contact-form form .form-group {
    width: 100%;
    float: left;
    padding-right: 24px;
}
}

#wpcrlLoginSection .form-control {
    box-shadow: none;
    padding-left: 0;
}
#wpcrlLoginSection .btn-primary {
    border-radius: 0;
    border: 1px solid #FFF;
    background-color: #63bd4a;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 12px !important;
    color: #fff;
    width: auto;
}
.service-single .box-top {
    background: #63bd4a !important;
}
.service-single .box-top a {
    color: #FFF !important;
}
.service-single .box-down .smooth a {
    border: 1px solid #FFF;
    background-color: #63bd4a;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 12px !important;
    color: #fff;
}
.service-single .box-down a {
    color: #000;
}
.regis-continer ul li.loggedin {
    float: left;
}
.regis-continer ul li.loggedin a {
    padding-top: 16px;
    font-size: 14px;
    padding-left: 8px;
}
.news-block {
    background-color: #5EBB46;
    width: 100%;
    display: inline-block;
	height: 235px;
    overflow: hidden;
}
.news-block h3,.news-block h5 {
	text-align:left;
}
.news-block p{
	font-size:13px;
	margin-top:10px;
}	
.news-block h3,.news-block h5,.news-block p{
	color:#fff;
}	
.news-block .news-block-img {
	float:left;
	padding:0;
	overflow:hidden;
}
.news-block .news-block-img img {
	/*max-width:none !important;*/
	border:1px solid #5EBB46;
	background-color:#fff;
}	
.slick-slide img {
    display: block;
}	
.news-block .news-block-1 {
	padding:15px 10px 15px 10px;
}	
.news-block .news-block-1 a {
    /*background: #027fe1;*/
    padding: 4px 12px;
    float: right;
    border: 0;
    color: #FFF;
    margin-right: 0;
    font-size: 14px;
    border-radius: 5px;
	font-weight:bold;
}
.news-block .news-block-1 a:hover {
	text-decoration:none;
}	
.featured-content-list.design-1 .featured_short_content .sub-content, .featured-content-slider.design-1 .featured_short_content .sub-content {
	text-align:left;
	font-size:13px;
}
.featured_short_content {
    margin-top: 10px;
}
.featured-content-slider .slick-slide {
    padding: 0 15px;
}
.video-left {
    padding-left: 0;
}
.video-right {
    padding-right: 0;
}
.video-right img {
    width: 100%;
}
.news-block .news-block-1 .site-link {
    background: none;
    color: #fff;
    float: left;
    font-size: 14px;
    margin-right: 0;
    padding: 0;
}
.col-lg-7.col-md-7.col-sm-12.col-sx-12.news-block-1 > h3 {
    font-size: 17px;
}

table.table-user-information th {
    background-color: #363636;
    color: #FFF;
    text-align: left;
    font-weight: normal;
}
table.table-user-information tr:nth-child(even) {background: #ffffff; border-bottom: 1px solid #e4e5e7; text-align:left;}
table.table-user-information tr:nth-child(odd) {background: #ececec; border-bottom: 1px solid #e4e5e7; text-align:left;}

.paginate-pagination {
    float: right;
}