::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}


html {
    background-color: #04142E;
}
body {
    opacity: 0;
    background-color: #fff;
    -webkit-transition: opacity .2s ease-in-out;
       -moz-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
}
.no-js body,
.wf-active body,
.wf-inactive body {
    opacity: 1;
}


header {
    position: fixed;
    z-index: 20;
    width: 100%;
    background: #fff url(../img/top_bg.jpg) repeat-x;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.2);
    color: #fff;
}
header .container{
    position: relative;
}
header .social-icons.moduletable{
    float: left;
}
header .social-icons.moduletable p{
    margin: 8px 0;
}
header .social-icons.moduletable a{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border: solid 1px #fff;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
header .social-icons.moduletable a:hover{
    border: solid 1px #0A2B60;
    background: #fff;
    color: #0A2B60;
}
header .logo {
    display: block;
    float: left;
    width: 318px;
    height: 53px;
    margin: 46px 0 50px;
    background: url('../img/logo.gif') center no-repeat;
}
header .login.moduletable{
    position: absolute;
    top: 0;
    right: 0;
}
header .login.moduletable p{
    margin: 0;
}
header .login.moduletable a{
    display: block;
    padding: 0 30px;
    background: #04142e;
    line-height: 49px;
    color: #fff;
}
header .login.moduletable a:hover{
    background: #ffffff;
    color: #04142e;
    text-decoration: none;
}
header .search.moduletable {
    position: relative;
    z-index: 10;
    float: right;
    width:49px;
    height: 49px;
    overflow: hidden;
}
header .search.moduletable.on{
    width: 215px;
}
header .search.moduletable #search_btn{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 49px;
    height: 49px;
    border: none;
    background: #0A2B60;
    cursor: pointer;
}
header .search.moduletable #search_btn:after{
    content: '\f002';
    font-family: fontAwesome;
    font-size: 20px;
    color: #fff;
}
header .search.moduletable.on #search_btn:after{
    content: '\f00d';
}
header .search.moduletable input {
    position: relative;
    width: 0;
    height: 49px;
    padding: 0;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background: #ebebeb;
}
header .search.moduletable.on input {
    width: 155px;
    padding-right: 5px;
    padding-left: 5px;
}
header .main-menu {
    float: right;
    clear: right;
    margin-top: 40px;
}
header .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .main-menu li {
    position: relative;
    float: left;
}
header .main-menu button,
header .main-menu a {
    display: block;
    padding: 5px 20px;
    border: 0;
    background: none;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
         -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
            transition: color .2s ease-in-out, background-color .2s ease-in-out;
    font-size: 20px;
    color: #092b5f;
    text-decoration: none;
}
header .main-menu button:hover,
header .main-menu button:focus,
header .main-menu a:hover,
header .main-menu a:focus,
header .main-menu .open > a,
header .main-menu .open > a:hover,
header .main-menu .open > a:focus {
    /*background-color: #ba6592;*/
}

header .main-menu > ul > li.active > span > a,
header .main-menu > ul > li.current > span > a
/*header .main-menu > ul > li.active > a,
header .main-menu > ul > li.current > a*/{
    border-bottom: solid 3px #092b5f;
}
header .main-menu > ul > li.active:hover > span > a,
header .main-menu > ul > li.current:hover > span > a{
    border-bottom: none;
}
header .main-menu button {
    display: none;
}
header .main-menu > ul > li{
    margin: 0 30px;
}
header .main-menu > ul > li > span > a{
    margin-bottom: 10px;
    padding: 20px 0px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
header .main-menu ul.nav > li > ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    width: 700px;
    padding: 60px 0 40px;
    background: #1a82c0;
}
header .main-menu > ul > li > ul:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    -moz-transform: scale(.9999);
    border-width: 34px 100px 0 100px;
    border-style: solid;
    border-color: #fff transparent transparent;
    content: '';
}
header .main-menu > ul > li.item-342 > ul:before{
    right: 0;
    left: auto;
}
header .main-menu ul li:hover ul {
    left: 0;
}
header .main-menu ul li:last-child:hover ul {
    right: 0;
    left: auto;
}
header .main-menu ul ul li {
    position: static;
    float: left;
    width: 233px;
}
header .main-menu > ul > li > ul > li {
    border-right: solid 1px #fff;
}
header .main-menu > ul > li > ul > li:last-child{
    border-right: none;
}
header .main-menu ul ul a {
    font-size: 18px;
    color: #fff;
}
header .main-menu ul ul ul a {
    font-size: 14px;
}
header .moduletable.top-menu{
    position: absolute;
    top: 0;
    right: 0;
}
header .moduletable.top-menu ul{
    margin: 0;
    padding: 0;
}
header .moduletable.top-menu ul li{
    float: left;
   list-style: none;
}
header .moduletable.top-menu ul li a{
    padding: 0 11px;
    font-style: italic;
    line-height: 49px;
    color: #fff;
}

body header .header_outer{
    height: 149px;
    -webkit-transition: height .2s  ease-in-out;
       -moz-transition: height .2s  ease-in-out;
         -o-transition: height .2s  ease-in-out;
            transition: height .2s  ease-in-out;
}

body.mini_header header{
    position: fixed;
    width: 100%;
}
body.mini_header header .header_outer{
    height: 70px;
}
body.mini_header header .logo{
    height: 45px;
    margin: 10px 0;
    background: url(../img/logo_m.gif) no-repeat;
}
body.mini_header header .main-menu{
    margin-top: 10px;
}
body.mini_header > .container{
    padding-top: 100px;
}
body.mini_header header .main-menu > ul > li > span > a{
    padding: 10px 0px 7px;
}
header button {
    display: none;
}
@media (max-width: 1199px) {
    header .main-menu > ul > li{
        margin: 0 20px;
    }
    header .main-menu a{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    header {
        position: relative !important;
        height: auto;
    }
    body header .header_outer{
        height: auto !important;
    }
    header .logo {
        position: static;
        float: none;
        width: 150px;
        width: 243px;
        height: 45px;
        margin: 30px auto !important;
        background: url(../img/logo_m.gif) no-repeat;
    }
    header .search.moduletable {
        /*width: calc(100% - 80px);*/
    }
    header .search input {
        width: 100%;
    }
   /* header #header_wrapper{
        position: absolute;
        top: 0;
        left: 0;
        float: left;
    }*/
    header #header_wrapper
    /*header .main-menu.moduletable*/ {

        position: absolute;
        top: 49px;
        left: 0;
        z-index: 100;
        float: left;
        clear: none;
        margin-top: 0;
    }
    body.active_menu  header #header_wrapper,
    body.active_menu .main-menu.moduletable{
        width: 100%;
    }
    header .main-menu{
        float: none;
        margin-top: 0 !important;
    }
    header .container > button {
        display: block;
        float: left;
        width: 45px;
        height: 49px;
        margin-right: 10px;
        padding: 0;
        /*position: absolute;
        top: -49px;
        left: 0;*/
        border: none;
        background: transparent;
        font-size: 22px;
        line-height: 49px;
        color: #fff;
        text-align: center;
    }
    header .container > button:before{
        content: '\f0c9';
        font-family: fontAwesome;
    }
    body.active_menu header .container > button{
        background: #1a82c0;
        color: #fff;
    }
    body.active_menu header .container > button:before{
        content: '\f00d';
    }

    /*header .main-menu button {
        display: block;
        width: 70px;
        margin-top: 5px;
        text-align: center;
    }
    header .main-menu.open button {
        background-color: #ba6592;
    }*/
    header .main-menu a{
        padding: 12px 20px !important;
        font-size: 16px !important;

    }
    header .main-menu span{
        display: block;
    }
    header .main-menu > ul > li{
        margin: 0;
        border-bottom: solid 1px #ccc;
    }
    header .main-menu > ul > li > span > a{
        margin-bottom: 0;
        color: #092b5f;
    }
    header .main-menu ul ul a{
        color: #333;
    }
    header .main-menu > ul > li.active > a, header .main-menu > ul > li.current > a{
        border-bottom: none;
    }
    header .main-menu > ul > li.active > span > a,
    header .main-menu > ul > li.current > span > a{
        border-bottom: none;
    }
    header .main-menu ul.nav > li > ul,
    header .main-menu ul {
        position: relative;
        top: 100%;
        left: 0;
        display: none;
        width: 100%;
        background: #f0eded;
    }
    header .main-menu ul.nav > li > ul{
        width: 100% !important;
        padding: 0;
    }
    header .main-menu > ul > li > ul:before{
        border: none;
    }

    header .main-menu.open > ul {
        display: block;
    }
    header .main-menu ul ul li,
    header .main-menu li {
        position: relative;
        float: none;
        width: auto;
        height: auto !important;
        border: none;
    }
    header .main-menu li.parent > span > a {
        margin-right: 37px;
    }
    header .main-menu li.parent > span:before {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 44px;
        height: 44px;
        content: '\f107';
        font-family: fontAwesome;
        line-height: 44px;
        color: #333;
        text-align: center;
        cursor: pointer;
    }
    header .main-menu li.parent.open > span:before {
        content: '\f106';
        color: #fff;
    }
    header .main-menu .open > span {
        display: block;
        background: #1a82c0;
    }
    header .main-menu .open > span a{
        color: #fff;
    }
    header .main-menu ul ul,
    header .main-menu.open ul ul {
        position: static;
        display: none;
        width: auto;
        background: none;
    }
    /*header .main-menu > ul > .open > ul{
        display: block;
    }*/
    header .main-menu.open > ul > .open > ul {
        display: block;
    }
    header .main-menu.open > ul > .open > ul > .open > ul {
        display: block;
    }
    /*header .main-menu > ul > li.current > span
    header .main-menu > ul > li.active > span{
        background: #1a82c0;
    }*/
    /*header .main-menu a {

    }*/


    header .moduletable.top-menu{
        position: relative;
        top: 0;
        right: auto;
        display: none;
    }
    body.active_menu header .moduletable.top-menu{
        display: block;
    }
    header .moduletable.top-menu ul{
        background: #17407f;
    }
    header .moduletable.top-menu ul li{
        float: none;
        border-bottom: solid 1px #092b5f;
    }
    header .moduletable.top-menu ul li a{
        position: relative;
        display: block;
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1;
        color: #fff;
    }
    header .moduletable.top-menu ul li a:before{
        position: absolute;
        top: 10px;
        right: 20px;
        content: '\f105';
        font-family: fontAwesome;
    }
    .active_menu #menu_bg{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 15;
        width: 100%;
        height: 100%;
        background: rgba(6, 45, 73, .5);
    }
}

@media (max-width: 767px) {
    header > .container{
        padding-right: 0;
        padding-left: 0;
    }
    header .login.moduletable{
        right: 0;
    }
    header .search.moduletable{
        position: absolute;
        right: 0;
    }
    header .search.moduletable.on{
        width: 100%;
    }
    header .search.moduletable.on input{
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
         padding: 0 59px 0 10px;
       /* width: calc(100% - 59px);*/
        -webkit-appearance: none;
    }
}
@media (max-width: 480px) {
    header .login.moduletable a{
        padding: 0 20px;
    }
}


.homepage-slideshow.e2slideshow {
    position: relative;
}
.homepage-flex-viewport {
    width: 100%;
}
.homepage-slideshow .slides > li,
.homepage-slideshow.layout-fullimage .slide {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
}
.homepage-slideshow.layout-fullimage .slides > li,
.homepage-slideshow.layout-fullimage .slide {
    background-size: cover;
}
.homepage-slideshow.layout-fullimage.library-flickity .slide {
    width: 100%;
}
.homepage-slideshow .slide-link {
    display: block;
}
.homepage-slideshow .layout-fullimage .container {
    position: relative;
    height: 630px;
}
.homepage-slideshow.layout-default .container:before,
.homepage-slideshow.layout-default .container:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100px;
    background-color: #000;
    content: "";
}
.homepage-slideshow.layout-default .container:before {
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background:    -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background:     -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background:      -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background:     linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.homepage-slideshow.layout-default .container:after {
    right: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:    -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:     -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:      -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:     linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.homepage-slideshow .slide-description {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 5;
    padding: 20px;
    color: #fff;
}
.homepage-slideshow .slide-description :first-child {
    margin-top: 0;
}
.homepage-slideshow .slide-description :last-child {
    margin-bottom: 0;
}
.homepage-flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.homepage-flex-direction-nav a,
.homepage-slideshow .flickity-prev-next-button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    height: auto;
    opacity: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: opacity .2s ease-in-out;
       -moz-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
    font-size: 4rem;
    line-height: 400px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.homepage-slideshow .flickity-prev-next-button.previous:before {
    content: "\f104";
    font-family: fontAwesome;
}
.homepage-slideshow .flickity-prev-next-button.next:before {
    content: "\f105";
    font-family: fontAwesome;
}
.homepage-slideshow .flickity-prev-next-button svg {
    display: none;
}
.homepage-slideshow:hover .homepage-flex-direction-nav a,
.homepage-slideshow:hover .flickity-prev-next-button {
    opacity: .5;
}
.homepage-slideshow .homepage-flex-direction-nav a:hover,
.homepage-slideshow .flickity-prev-next-button:hover {
    opacity: 1;
}
.homepage-flex-prev,
.homepage-slideshow .flickity-prev-next-button.previous { left: 0; }
.homepage-flex-next,
.homepage-slideshow .flickity-prev-next-button.next { right: 0; }

.homepage-slideshow #slide_text{
     position: relative;
     top: -45px;
     z-index: 10;
     background: rgba(1, 42, 97, .9);
}
.homepage-slideshow .button-group{
    margin: 0;
    padding: 0;
}
.homepage-slideshow .button-group li{
    display: inline-block;
    padding: 0 30px;
    background: transparent;
    -webkit-transition: background .5s ease-in-out;
       -moz-transition: background .5s ease-in-out;
         -o-transition: background .5s ease-in-out;
            transition: background .5s ease-in-out;
    list-style: none;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.homepage-slideshow .button-group li.active,
.homepage-slideshow .button-group li:hover{
    background: #1a82c0;
}
.homepage-slideshow .description-wrapper{
    background: #0A2B60;
}
.homepage-slideshow .description-wrapper h2{
    width: 285px;
    height: 34px;
    margin: 25px 0 0 0;
    background: url(../img/skellerup_footwear.png) no-repeat;
    color: #fff;
}
.homepage-slideshow .description-group{
    padding: 0;
   /* height: 138px;
    overflow: hidden;*/
    color: #fff;
}z
.homepage-slideshow .description-group h1,
.homepage-slideshow .description-group h2,
.homepage-slideshow .description-group h3,
.homepage-slideshow .description-group h4,
.homepage-slideshow .description-group h5,
.homepage-slideshow .description-group h6,
.homepage-slideshow .description-group a{
    color: #fff;
}
.homepage-slideshow .description-group h1,
.homepage-slideshow .description-group h2,
.homepage-slideshow .description-group h3{
    font-style: italic;
}
.homepage-slideshow .description-group .custom,
.homepage-slideshow .description-group li{
    position: relative;
/*    height: 0;*/
 /*   overflow: hidden;*/
  /*  opacity: 0;*/
    -webkit-transition: opacity .8s ease-in-out;
       -moz-transition: opacity .8s ease-in-out;
         -o-transition: opacity .8s ease-in-out;
            transition: opacity .8s ease-in-out;
    list-style: none;
}
.homepage-slideshow .description-group li.active{
    height: 138px;
    opacity: 1;
}
.homepage-slideshow .description-group .btn{
    position: absolute;
    right: 0;
    bottom: 0px;
    border: solid 1px #fff;
}
.banner{
   padding-top: 197px;
}
.mini_header .banner{
    padding-top: 100px;
}
.flickity-viewport {
    height: 630px;
}
@media (max-width: 991px) {
    .banner{
       padding-top: 0 !important;
    }
    .flickity-viewport {
        height: 400px;
    }
    .homepage-slideshow .layout-fullimage .container{
        height: 400px;
    }
    .homepage-slideshow .description-wrapper.last{
        background: #fff;
    }
    .homepage-slideshow .description-group{
        color: #333;
    }
    .homepage-slideshow .description-group .btn,
    .homepage-slideshow #slide_text{
        display: none;
    }
    .homepage-slideshow .description-group .custom, .homepage-slideshow .description-group li{
        padding: 0;
    }
    .homepage-slideshow .description-wrapper h2{
        margin: 15px auto;
    }
}
@media (max-width: 480px) {
    .flickity-viewport {
        height: 217px;
    }
    .homepage-slideshow .layout-fullimage .container{
        height: 217px;
    }
    .homepage-flex-direction-nav a,
    .homepage-slideshow .flickity-prev-next-button {
        line-height: 217px;
    }
}


.main{
    padding-top: 197px;
}
.home .main{
    padding-top: 15px;
}
.main-container{
    padding-bottom: 60px;
}
@media (max-width: 991px) {
    body > .container {
        padding-top: 40px;
    }
    .main{
        padding-top: 0px;
    }
}
@media (max-width: 480px) {
    .main-container{
        padding-bottom: 0;
    }
}


#system-message .close,
#system-message .alert-heading {
    display: none;
}
#system-message .alert {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-top: solid 1px #d6e9c6;
    border-bottom: solid 1px #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}
#system-message .alert-notice {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
}
#system-message .alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
}
#system-message .alert-error {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}
#system-message p {
    margin: 0;
}
#system-message p + p {
    margin-top: 5px;
}


.breadcrumbs {
    color: #999;
}
.breadcrumbs ul {
    margin: 20px 0 25px;
    padding: 0;
    list-style: none;
}
.breadcrumbs li {
    float: left;
}
.breadcrumbs li:first-child{
    display: none;
}
.breadcrumbs a {
    color: #999;
}
.breadcrumbs .divider {
    padding: 0 8px;
}
.breadcrumbs .active span {
    color: #222;
}

/* e2 articles */
ul.e2articles{
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured.moduletable ul.e2articles > li{
    background-repeat: no-repeat;
    background-size: cover;
}
.featured.moduletable .e2article_content{
    min-height: 600px;
    padding: 45px 125px 0 62px;
    background: rgba(39, 134, 190, .9);
    font-size: 16px;
}
.featured.moduletable .e2article_content h1,
.featured.moduletable .e2article_content h2,
.featured.moduletable .e2article_content h3,
.featured.moduletable .e2article_content h4,
.featured.moduletable .e2article_content h5,
.featured.moduletable .e2article_content h6,
.featured.moduletable .e2article_content a,
.featured.moduletable .e2article_content{
    color: #fff;
}

@media (max-width: 991px) {
    .featured.moduletable ul.e2articles > li{
        background-image: none !important;
        background-color: #1A82C0;
    }
    .featured.moduletable .e2article_content{
        min-height: auto;
        padding: 20px 15px;
    }
}
/* Article*/
.item-page p:first-child {
    /*font-size: 1.3rem;*/
}
.item-image img{
    width: 100%;
}

.pagination_wrapper{
    clear: both;
}
.pagination {
    margin: 40px 0 20px !important;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
.pagination p,
.pagination ul {
    margin: 0;
    padding: 0;
}
.pagination li {
    float: left;
    margin: 0;
    list-style: none;
}
.pagination .pagination-prev,
.pagination .pagination-start {
}
.pagination .pagination-next,
.pagination .pagination-end {
}
.pagination .pagination-prev {
}
.pagination .pagination-next {
}
.pagination li a,
.pagination li span{
    display: block;
    padding: 7px 13px;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    border-left: solid 1px #efefef;
    text-decoration: none;
}
.pagination li:last-child a,
.pagination li:last-child span{
    border-right: solid 1px #efefef;
}
.pagination .pagination-start a:before,
.pagination .pagination-start span:before {
    content: "<< ";
}
.pagination .pagination-prev a:before,
.pagination .pagination-prev span:before {
    content: "< ";
}
.pagination .pagination-next a:after,
.pagination .pagination-next span:after {
    content: " >";
}
.pagination .pagination-end a:after,
.pagination .pagination-end span:after {
    content: " >>";
}
@media (max-width: 991px) {
    .pagination{
        padding: 0 15px;
    }
    .pagination .counter{
        float: none !important;
        margin-bottom: 20px;
    }
}

/* Mosets tree */

#index h2{
    font-size: 24px;
}
.cat-desc{
    line-height: 1.8;
}
.mt_filter_menu{
    height: 480px;
    margin-bottom: 20px;
}
.mt_filter_menu .menu{
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 2;
}
.mt_filter_menu .menu a{
    color: #333;
}
.mt_filter_menu .menu .active a{
    color: #092b5f;
    text-decoration: underline;
}
.moduletable.listing-summary{
    margin: 80px 0 55px;
}
.moduletable.listing-summary > .description{
    display: none;
}
.moduletable.listing-summary .mt_listings{
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.moduletable.listing-summary h2{
    margin-top: 0;
    margin-right: 10px;
}
.listing-summary{
    margin-bottom: 1.5em;
}
.listing-summary img{

}
.listing-summary .listing_img{
    position: relative;
    display: block;
    border: solid 1px #e1e1e1;
    text-align: center;
}
.listing-summary .listing_img span{
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
       -moz-transition: opacity .4s ease-in-out;
         -o-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
}
.listing-summary .listing_img:hover span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(9, 22, 54, .8);
}
.listing-summary .listing_img:hover span:before{
    position: absolute;
    top: 38%;
    left: 42%;
    content: '\f00e';
    font-family: fontAwesome;
    font-size: 40px;
    color: #fff;
}
.view_product_btn{
    position: relative;
    display: block;
    float: right;
    width: 34px;
    height: 34px;
    margin-left: 10px;
    border-radius: 20px;
    background: #1a82c0 !important;
}
.view_product_btn:after{
    position: absolute;
    top: 4px;
    left: 12px;
    content: '>';
    font-size: 18px;
    color: #fff;
}
.view_product_btn:hover{
     border: solid 1px #1a82c0;
    background: #fff !important;
}
.view_product_btn:hover:after{
    color: #1a82c0 !important;
}
.item_description{
    display: none;
}
.highlight tr:nth-child(odd) {background: rgb(244, 244, 248);}
.highlight td{
    padding: 10px;
}
.highlight td p{
    margin: 0;
}

@media (max-width: 991px) {
    .mt_filter_menu{
        height: auto;
    }
}
@media (max-width: 767px) {
    .listing-summary {
        height: auto !important;
    }
}


/*.e2phocagallery_image ul {
    padding: 0;
    list-style: none;
}
.e2phocagallery_image a {
    display: block;
}


.filter-buttons .active {
    color: #fff;
    background-color: #555;
}*/


label[for] {
    cursor: pointer;
}
input,
select,
textarea,
.ccms_form_element input,
.ccms_form_element select,
.ccms_form_element textarea {
    padding: 4px;
    border: solid 1px #ccc;
    -webkit-transition: border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, box-shadow .2s ease-in-out;
       -moz-transition: border-color .2s ease-in-out, -moz-box-shadow .2s ease-in-out, box-shadow .2s ease-in-out;
         -o-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
            transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
input:focus,
select:focus,
textarea:focus,
.ccms_form_element input:focus,
.ccms_form_element select:focus,
.ccms_form_element textarea:focus {
    border-color: #222;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
}
textarea,
.ccms_form_element textarea {
    height: 200px;
}
fieldset{
    margin: 0;
    padding: 0;
    border: none;
}

.ccms_form_element {
    margin: 0;
    padding: 0;
}
.ccms_form_element + .ccms_form_element {
    margin-top: 5px;
}
.ccms_form_element.cfdiv_checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ccms_form_element.cfdiv_submit {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-left: 150px;
}
.ccms_form_element.cfdiv_submit:after{
    position: absolute;
    top: 6px;
    right: 75px;
    content: '>';
    font-size: 18px;
    color: #1a82c0;
}
.ccms_form_element label,
.ccms_form_element input,
.ccms_form_element select,
.ccms_form_element textarea,
.ccms_form_element input[type="file"] {
    margin: 0;
}
.ccms_form_element input[type="checkbox"],
.ccms_form_element input[type="radio"] {
    margin: 0 5px 0 0;
}
.ccms_form_element label {
    padding: 5px 10px 5px 0;
}
.ccms_form_element.cfdiv_checkboxgroup div label,
.ccms_form_element .full_label {
    padding: 0;
}
.ccms_form_element.cfdiv_checkboxgroup > div {
    padding-top: 5px;
}
.g-recaptcha {
    margin: 20px 0 0 150px;
}
@media (max-width: 767px) {
    .ccms_form_element label {
        display: block;
        float: none;
        width: auto;
    }
    .ccms_form_element input[type="text"],
    .ccms_form_element input[type="email"],
    .ccms_form_element select,
    .ccms_form_element textarea {
        width: 100%;
    }
    .label_right {
        margin-left: 0 !important;
    }
    .full_label {
        width: 100% !important;
    }
    .g-recaptcha {
        margin-left: 0;
    }
    .ccms_form_element.cfdiv_submit {
        margin-left: 0;
    }
}

#locate_form label{
    display: inline-block;
    /*margin-right: 20px;*/
    width: 70px;
}
#locate_form select{
    width: 275px;
   /* min-width: 280px; */
   /*width: calc(100% - 80px);*/
    height: 49px;
}
#locate_form #addressInput{
    width: calc(100% - 273px);
    max-width: 876px;
    padding: 9px;
    font-size: 18px;

   /* -webkit-appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 273px 0 0px;
    width: 100%;*/
}
#locate_form .checkbox.inline{
    display: none;
}
#tag_panel{
    margin: 0;
    padding: 0;
    list-style: none;
}
#tag_panel li{
    display: inline-block;
    width: 49%;
    border: solid 1px #092B5F;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
#tag_panel li.active{
    background: #092B5F;
    color: #fff;
}

#sl_sidebar{
    height: 460px;
    overflow-y: scroll;
}
#sl_sidebar .result-container{
    width: 100%;
    border: none !important;
}
#sl_sidebar .result-inner{
    margin: 0;
    padding: 10px;
}
#sl_sidebar .result-inner h4{
    margin: 0 0 10px;
}
#sl_results_container{
    margin-bottom: 10px;
}
.locator_container .row-fluid{
    width: auto;
}
@media (max-width: 1199px) {
    #locate_form #addressInput{
        max-width: 676px;
    }
}
@media (max-width: 991px) {
    #locate_form .field{
        display: block;
        margin-bottom: 10px;
    }
    #locate_form #addressInput,
    #locate_form .field label{
        width: 100%;
        max-width: none;
        margin: 10px 0;
    }
    #locate_form select{
        width: 100%;
     }
    #locate_form .field .btn{
        margin-left: 125px;
    }
}
@media (max-width: 480px) {
    #sl_results_container #map{
        display: none;
    }
}

.koowa .koowa_header{
    margin-bottom: 20px;
}
.koowa .koowa_header__item{
    width: auto;
}
.koowa .docman_download__info{
    display: inline;
}
.koowa .docman_download{
    float: none;
    width: auto;
    min-width: none;
    max-width: none;
    margin: 0;
    text-align: left;
}
.koowa .docman_document{
    margin: 0 0 30px;
}
.koowa .docman_document:first-child{
    margin-top: 0;
}
.koowa .docman_document_inner{
    padding: 20px 20px 10px;
    border: solid 1px #eee;
}
.koowa .docman_download__button{
/*    float: left;
    margin-right: 5px;*/
}
.koowa .docman_download__filename {
    margin-bottom: 5px;
}

#login-form label, .login .control-label{
    float: left;
    width: 120px;
}
.control-group {
    clear: both;
    margin-bottom: 15px;
}
.btn-group,
.btn.dropdown-toggle{
    display: none;
}


#finder-search #q{
    position: relative;
    top: -2px;
    margin-bottom: 15px;
    padding: 12px 10px;
}
.search-results{
    padding-left: 0;
    list-style: none;
}
#index .cat_info,
.blog .cat_info,
.blogfeatured .cat_info,
.e2articles.catblog{
    margin-bottom: 60px;
}
.e2articles.catblog > li,
.blogfeatured .item{
    position: relative;
    width: 100%;
    height: 320px;
    border-bottom: solid 1px #fff;
    background: #1a82c0;
    overflow: hidden;
    color: #fff;
}
.e2articles.catblog > li .item-bg,
.blogfeatured .item .item-bg{
    position: absolute;
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
}
.e2articles.catblog > li .d-table,
.blogfeatured .item .d-table{
    display: table;
}
.e2articles.catblog > li .d-table-cell,
.blogfeatured .item .d-table-cell{
    display: table-cell;
    vertical-align: middle;
    height: 320px;
    padding-left: 70px;
    background: #1a82c0;
    font-size: 18px;
}
.blog .item{
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .e2articles.catblog > li .item-bg,
    .blogfeatured .item .item-bg{
        background-image: none !important;
    }
    .e2articles.catblog > li, .blogfeatured .item{
        height: auto;
    }
    .e2articles.catblog > li .d-table-cell,
    .blogfeatured .item .d-table-cell{
        height: auto;
        padding: 20px 0px;
    }
}
@media (max-width: 480px) {
    body.home .bloghome .items-row .span{
        padding: 0;
    }
    body.home .bloghome .items-row .span h3{
        margin: 0;
        background: #0A2B60;
    }
    body.home .bloghome .items-row .span h3 a{
        display: block;
        padding: 0 15px;
        border-top: solid 1px #fff;
        line-height: 60px;
        color: #fff;
    }
    body.home .bloghome .items-row .span h3 a:after{
        padding-left: 5px;
         content: '>';
    }
    body.home .bloghome .items-row .span p{
        display: none;
    }
}

/* xmap */
.xmapexcloff{
    display: none;
}


footer {
    clear: both;
    padding: 35px 0;
    border-top: solid 1px #fff;
    background-color: #04142e;
    color: #fff;
}
footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}
.moduletable.footer-menu{
    float: left;
}
.moduletable.footer-menu ul{
    margin: 0;
    padding: 0;
}
.moduletable.footer-menu ul li{
    float: left;
    list-style: none;
}
.moduletable.footer-menu ul li a{
    padding-right: 20px;
}
footer p {
    margin: 0;
}
#copyright{
    float: right;
}
.fa-heart-o{
    color: #f3272e;
}

@media (max-width: 767px) {
    .moduletable.footer-menu{
        margin-bottom: 20px;
    }
    #copyright{
        float: none;
        clear: both;
    }
    #copyright span{
        display: block;
    }
}

.ir { border: 0; background-color: transparent; font: ~"0/0" a; color: transparent !important; text-shadow: none; }


@media print {
    header, footer, .banner, .pagination, #sl_search_container{
        display: none;
    }
    a[href]:after {
        content: "";
    }
    .main {
        padding-top: 0;
    }
    .e2articles.catblog > li, .blogfeatured .item,
    .e2articles.catblog > li .d-table-cell, .blogfeatured .item .d-table-cell{
        height: auto;
    }
    .featured.moduletable .e2article_content{
        min-height: 0;
    }
    #index .cat_info, .blog .cat_info, .blogfeatured .cat_info, .e2articles.catblog{
        margin-bottom: 0px !important;
    }
    #index .col-sm-6{
        width: 45%;
    }
    #sl_sidebar{
        height: auto;
        overflow: auto;
    }
}

@media (min-width: 481px) and (max-width: 990px) {
    .col-sm-6 {
        float: left;
        width: 50%;
    }
}
