



/* ==========================================================================
   Author's custom styles
   ========================================================================== */




body {
    font-family: 'Lato', serif;
    background-color: #1b5470;
    background: #1b5470;
    background: -moz-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0d9bb3), color-stop(100%, #1b5470));
    background: -webkit-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -o-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -ms-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: linear-gradient(to bottom, #0d9bb3 0%, #1b5470 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9bb3', endColorstr='#1b5470', GradientType=0 );
}

p, li, .bodytext {
    font-size: 16px;
    font-weight: 100;
  
}


h1, h2, h3, h4 {
}

h1 {
    font-size: 24px;
    color: #333;
}

h2 {
    font-size: 20px;
    color: #000;
    margin-bottom:10px;
}
.h3, h3 {
    font-size: 18px;
}
h1 {font-family: Papyrus, fantasy;
}
#heading {font-family: Papyrus, fantasy;
}
.sideheader {font-family: Papyrus, fantasy;
}
.tourtitle {font-family: Papyrus, fantasy;
}
.topnav {font-family: Papyrus, fantasy;
}
.sub-nav {font-family: Papyrus, fantasy;
}
.sub-nav ul {padding-left:0px;}

.user-img-responsive img {width:100%;}
.RightImagePadding {margin-left:15px !important;margin-bottom:15px !important;}
.bannersubheader {
    position: absolute;
    right: 0px;
    top: 140px;
    padding: 10px 40px;
    background-color: rgba(0, 0, 0, 0.25);
    color: rgb(243, 243, 243);
    font-family: Papyrus, fantasy;
    font-size: 28px;
    letter-spacing: 1.5px;
    font-style:italic;
}


.main-content {
    padding: 20px;
}

.page-content {

    -webkit-box-shadow: 0px 8px 93px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 93px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 93px -9px rgba(0,0,0,0.75);
    min-height: 100%;
    padding: 0px;
    background-color: #F4E8D8;
    padding-bottom:40px;
}


.quotes-muted {opacity:.4;}
.header-content {
    background: #fff url("/img/top-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.artworklink {
    position: absolute;
    bottom: 0px;
    background-color: transparent;
}


.logo-container {
    padding: 20px 20px 20px 0px;
}

.logo2 {
    max-height: 240px;
    overflow: hidden;
    position:relative;
}



.companyname {
    width: 200px;
    float: left;
    Font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.compass {
    max-height: 190px;
    float: right;
    padding: 15px;
}

.byline {
    padding-top: 45px;
}

.page-pad {padding-top:10px;}

.navbar-collapse {
    padding: 0px;
}

.navbar {
    border: 0px;
}


.uBlogsy_post_body img {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}



a {
    color: #2B9CC1
}

    a:hover, a:focus, a:active {
        color: #0fbbd8;
        text-decoration: none;
    }

.navbar-toggle {margin:0px;padding:0px;
    color: #fff;
}

    .navbar-toggle:hover {
        color: #F4E8D8;
    }

.navbar-main {
    margin: 0px 0px;
    background: #1b5470;
    background: -moz-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0d9bb3), color-stop(100%, #1b5470));
    background: -webkit-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -o-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -ms-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: linear-gradient(to bottom, #0d9bb3 0%, #1b5470 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9bb3', endColorstr='#1b5470', GradientType=0 );
}

.copyright {
    padding: 20px;
    text-align: right;
    color: #e8e8e8;
    font-size: 12px;
}

a.signaturelink {
    color: #e8e8e8;
}

.navbar-nav > li > a {
    text-transform: lowercase;
    padding: 15px 28px;
    font-size: 20px;
    color: #fff;
    margin: 0px 0px;
    font-weight: 100;
    text-shadow:0 1px 0 rgba(0,0,0,.95)
}


.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color: #000000;
    background: #e8ddce;
    background: -moz-linear-gradient(top, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8ddce), color-stop(1%, #e8ddce), color-stop(39%, #fff2e2), color-stop(100%, #fff2e2));
    background: -webkit-linear-gradient(top, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    background: -o-linear-gradient(top, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    background: -ms-linear-gradient(top, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    background: linear-gradient(to bottom, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ddce', endColorstr='#fff2e2', GradientType=0 ); 
     text-shadow:none;
}

.nav > li > a.active {
    text-decoration: none;
    color: #000000;
    background: #e8ddce;
    background: -moz-linear-gradient(top, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8ddce), color-stop(1%, #e8ddce), color-stop(39%, #fff2e2), color-stop(100%, #fff2e2));
    background: -webkit-linear-gradient(top, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    background: -o-linear-gradient(top, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    background: -ms-linear-gradient(top, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    background: linear-gradient(to bottom, #e8ddce 0%, #e8ddce 1%, #fff2e2 39%, #fff2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ddce', endColorstr='#fff2e2', GradientType=0 );
      text-shadow:none;
}




.sidenav li {list-style-type:none}


.sub-nav {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    border-top: 0px #333 solid;
    border-bottom: 0px #333 solid;
    line-height: 0;
    padding-left: 0px;
    margin-bottom: 15px;
    background-image: url(../images/mainnav_bkgrd.jpg);
    margin-top: 10px;
}

 .sub-nav ul {float:left;
                  width:100%;
                  margin-left:0px;}

    .sub-nav ul li {
        border-left: 0px #fff solid;
        border-right: 0px #aaa solid;
        /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
        display: inline;
        float: left;
        font-size: 1em;
        line-height: 1em;
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-top:4px;
    }

        .sub-nav ul li a,
        .sub-nav ul li strong {
            background: transparent;
              color: #000000;
            display: block;
            margin: 0;
            padding: 16px 17px;
            text-decoration: none;
            width: auto;
            border-left-width: 1px;
            margin-top: 0px;
            margin-bottom: 0px;
                font-size: 18px;
    font-weight: bold;
        }

            .sub-nav ul li a:focus,
            .sub-nav ul li a:hover,
            .sub-nav ul li a:active {
              color: #0d9bb3;
                text-decoration: none;
                background-color: #F7EADE;  font-weight: normal;
            }

.sub-nav ul li a.active

       {
           color: #0d9bb3;
            text-decoration: none;
            background-color: #F7EADE;
        }


.sidenewstitle {font-size:16px;}
.text-content {
    width: 100%;
    padding: 10px;
    background: #fff7ed;
    background: -moz-linear-gradient(45deg, #fff7ed 0%, #fff7ed 68%, #fff2e2 87%, #ded2c6 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #fff7ed), color-stop(68%, #fff7ed), color-stop(87%, #fff2e2), color-stop(100%, #ded2c6));
    background: -webkit-linear-gradient(45deg, #fff7ed 0%, #fff7ed 68%, #fff2e2 87%, #ded2c6 100%);
    background: -o-linear-gradient(45deg, #fff7ed 0%, #fff7ed 68%, #fff2e2 87%, #ded2c6 100%);
    background: -ms-linear-gradient(45deg, #fff7ed 0%, #fff7ed 68%, #fff2e2 87%, #ded2c6 100%);
    background: linear-gradient(45deg, #fff7ed 0%, #fff7ed 68%, #fff2e2 87%, #ded2c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7ed', endColorstr='#ded2c6', GradientType=1 );
}


.home-option {float:left;border-bottom:solid 1px #ccc;padding:0px 20px;padding-bottom:0px;width:100%;margin-bottom:10px;}
.home-option h4 {margin-bottom:5px;font-size:16px;font-weight:900;}
.home-option img {float:left;margin-top:10px;margin-right:15px;margin-bottom:15px;width:20%;border-radius:5px;        -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0 3px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);}

.contentpadding img {border-radius:5px;        -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0 3px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);padding:0px; margin:0px 0px;
      
}


.rss {font-size:13px;color:#666}

.fa-rss {color:#f79824}
.testimonial {padding:20px;padding-top:30px;}
.quote{padding-top:0px;font-style:italic;line-height:24px;}
.author {padding-top:10px;font-size:13px;color:#666;width:74%;}
.fa-quote-right {
  margin-left: .3em;
  margin-top: -20px;
  margin-bottom: 20px;
}

.lead {font-size:18px;}
.underline {border-top:solid 1px #ccc; height:2px;padding-bottom:10px;padding-top:5px;}
.user-img-responsive img {width:100%;height:inherit;}





.content-pad-left {
    padding: 0px;
}

.content-shadow-left {
    -webkit-box-shadow: 3px 10px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 10px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 10px 5px 0px rgba(0,0,0,0.25);
    margin-right: 0px;
}

.content-pad-right {
    padding: 15px 15px 15px 0px;
}

.content-padding {padding:10px 20px;}
.note {
    -webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
    box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
    position: relative;
    width: 100%;
    padding: 1em 1.5em;
    overflow: hidden;
    margin-bottom:30px;
}

    .note:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-width: 0 16px 16px 0;
        border-style: solid;
        border-color: #F4E8D8 #F4E8D8 #fff7ed #fff7ed;
        background: #F7EADE;
        -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0 3px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        /* Firefox 3.0 damage limitation */
        display: block;
        width: 0;
    }



   


.sideheader {
    -webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
    box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    background-repeat: no-repeat;
    padding: 12px;
   
   
        background: #1b5470;
    background: -moz-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0d9bb3), color-stop(100%, #1b5470));
    background: -webkit-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -o-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -ms-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: linear-gradient(to bottom, #0d9bb3 0%, #1b5470 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9bb3', endColorstr='#1b5470', GradientType=0 );
}

    .sideheader:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-width: 0 16px 16px 0;
        border-style: solid;
        border-color: #F4E8D8 #F4E8D8 #0d9bb3 #0d9bb3;
        background: #F7EADE;
       -webkit-box-shadow: -3px 4px 5px -1px rgba(0,0,0,0.25);
-moz-box-shadow: -3px 4px 5px -1px rgba(0,0,0,0.25);
box-shadow: -3px 4px 5px -1px rgba(0,0,0,0.25);
        /* Firefox 3.0 damage limitation */
        display: block;
        width: 0;
    }

    
.side-pad-left {
    padding: 0px;
}

.side-shadow-left {
-webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
    margin-bottom: 30px;
}


.side-text-content {
    width: 100%;
    padding: 20px;
    background: #fff7ed;
  
}

.menu-icon {
    position: absolute;
    top: 10px;
    right: 47%;
    color: #fff;
}


.footer {
    color: #fff;
    padding: 40px 0px;
}

.social-sharing-icons {
    list-style: none;
    padding-left: 0px;
    padding-top: 15px;
    font-size:14px;
}
.social-sharing-icons li {
    display: inline;
}


.footernav {
    padding: 0px;
    font-size: 11px;
    margin-top: 10px;
    text-align: left;
    color: #ffffff;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

    .footernav ul {
        border-left: 0px #aaa solid;
        border-right: 0px #fff solid;
        /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
        display: inline;
        /* (en) Left margin of the first button  */
        /* (de) Abstand des ersten Buttons vom linken Rand  */
        margin-left: 20px;
        padding: 0;
    }

        .footernav ul li {
            border-left: 0px #fff solid;
            border-right: 0px #aaa solid;
            /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
            display: inline;
            font-size: 16px;
            line-height: 1em;
            list-style-type: none;
            margin: 0;
            padding: 0;
            float: right;
        }

            .footernav ul li a,
            .footernav ul li strong {
                background: transparent;
                color: #ccc;
                display: block;
                margin: 0;
                padding: 12px 17px 14px;
                text-decoration: none;
                width: auto;
            }

                .footernav ul li a:visited {
                    color: #FFFFFF;
                    text-decoration: none;
                }


                .footernav ul li a:focus,
                .footernav ul li a:hover,
                .footernav ul li a:active {
                    color: #00C4F3;
                    text-decoration: none;
                }


            .footernav ul li#current strong,
            .footernav ul li#current a,
            .footernav ul li#current a:focus,
            .footernav ul li#current a:hover,
            .footernav ul li#current a:active {
                color: #fff;
            }

.social-media {text-align:center;
    font-size: 18px;
}

.social-media-icon {
    float: left;
    padding-right: 1px;
}
.social-icon {font-size:24px;}




.searchbox {
    float: right;
    padding-right: 5px;
    padding-top: 3px;
    width: 240px;
}

.rotatortitle {
    float: left;
    width: 120px;
    font-size: 14px;
    color: #6A9B0F;
}

.rotatornav {
    float: left;
    width: 360px;
}

.header {
    font-size: 13px;
    color: #2E8874;
   
    vertical-align: middle;
    border-top-color: #666666;
    border-top-style: dotted;
    border-top-width: thin;
}

.centerpanel {
  
    font-size: 13px;
    margin-top: 10px;
}

.bigscroll {
   
    margin-left: 20px;
    margin-top: 12px;
    height: 500px;
    padding-right: 10px;
    overflow: auto;
}

.panelbottom {
   
    background-color: #FFFFFF;
    padding: 0px;
    font-size: 12px;
    margin-bottom: 10px;
}

.panelleft {
   
    margin-left: 30px;
    margin-top: 10px;
}

.panelright {
   
    margin-left: 20px;
}

.footerlinks {
    padding: 0px;
  
    font-size: 12px;
    margin: 0px;
    text-align: right;
    word-spacing: 0.05em;
    color: #333333;
    background-image: url(../images/bttmbkgrd.gif);
    background-repeat: no-repeat;
    float: left;
}


.center {
    text-align: center;
}





.btn {color:#fff;
display: inline-block;
padding: 4px 10px 4px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
border: 1px solid #cccccc;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
}

a:visited.btn-primary  {color:#fff;}

.btn-large {
padding: 9px 14px;
font-size: 15px;
line-height: normal;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-primary {color:#fff;
  background: -moz-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0d9bb3), color-stop(100%, #1b5470));
    background: -webkit-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -o-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: -ms-linear-gradient(top, #0d9bb3 0%, #1b5470 100%);
    background: linear-gradient(to bottom, #0d9bb3 0%, #1b5470 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9bb3', endColorstr='#1b5470', GradientType=0 );

border-color: #0055cc #0055cc #003580;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
color: #ffffff;
}

.btn-primary:focus, .btn-primary:hover {

    background-position: 0 -80px;
}

.nav-list {
    width: 228px;
    margin: 0px 0 0;
    padding-left: 5px;
    padding-right: 15px;
    margin-bottom: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    ul.nav-list  {
       list-style-type: none;
    }

    .nav-list > li > a {
        display: block;
        width: 190px;
        margin: 0 0 -1px;
        padding: 8px 14px;
        font-size:1.1em;
    }
    .nav-list > li > a:hover {
        color:#05A0CF;
    }

    .nav-list > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .nav-list > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .nav-list > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;

    }






.anchorpad {margin-top:-10px;}

.faqs {
    position: relative;   margin-bottom:0px;
}

    .faqs h4 {
        cursor: pointer;
        padding:5px;
     margin:3px;
        font-weight:normal;
        font-size:1.2em;
  color: #000;
    
        

    }
       .faqs h4:hover {color: #2B9CC1;
          
        }


        .faqs h4.active {
            color: #097599;
        }

    .faqs div {
        position: relative;
    }

        .faqanswer {
            padding: 10px;
            margin-bottom: 0px;font-size:1.1em;
            background-color:#FFF4E7
        }

.faqpad, .sidebox.faqpad {
    margin-top: 20px;
}

.photocontainer {
    float: left;
    height: 280px;
    width: 200px;
    padding-left: 5px;
    text-align: center;
    padding-right: 20px;
    padding-top: 8px;
    position: relative;
}

    .photocontainer img {
        padding-bottom: 5px;
    }

.photocrop {
    border: thin solid #B5BDC7;
    width: 88px;
    height: 102px;
    overflow: hidden;
}

.photocropsml {
    border: thin solid #B5BDC7;
    width: 57px;
    height: 77px;
    overflow: hidden;
}

.buttonholder {
    position: absolute;
    height: 19px;
    width: 19px;
    left: 77px;
    top: 9px;
}

.prevbutton {
    vertical-align: middle;
}

.nextbutton {
    vertical-align: middle;
}

.logintable {
    color: #097599;
    font-size: 10px;
    margin-top: 15px;
}

    .logintable td {
        padding: 5px;
    }

.textbox {
    width: 260px;
}

.loginbutton {
    padding-top: 12px;
}

.addbuttonholder {
    width: 19px;
    padding-left: 10px;
}

.panelhome {
    float: left;
    width: 735px;
    margin-left: 10px;
    margin-top: 12px;
}

.mainheader {
    font-size: 16px;
    color: #6C9914;
    margin-bottom: 10px;
    width: 380px;
    float: left;
    margin-top: 10px;
}

.textheader {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    color: #C1E53E;
}



.topcontainer {
    float: left;
    width: 720px;
    margin-left: 20px;
    margin-top: 12px;
}

.bottomcontainer {
    float: left;
    width: 720px;
    margin-left: 20px;
    margin-top: 12px;
}

.blackheader {
    color: #333333;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sidebox {
    margin: 0px;
    padding: 0px;
   
    margin-bottom: 0px;
}

.sponsorslogos {
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
    float: right;
    width: 990px;
    line-height: 18px;
    margin-right: 0px;
    text-align: center;
}

.blueheader {
    font-size: 14px;
    color: #0A84AB;
}

.textbody {
    font-size: 12px;
    color: #000000;
    line-height: 18px;
   
}

.signatureholder {
   
    margin-left: 5px;
}

.greenheader {
    font-size: 14px;
    color: #1F5F7E;
    margin-bottom: 6px;
    margin-top: 3px;
}

.sponsorpanel {
    float: left;
    padding: 5px;
    width: 500px;
    margin-bottom: 10px;
}

.sponsorholder {
    float: left;
    width: 230px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    height: 150px;
    margin-left: 5px;
}

.sponsorlogo {
    background-color: #FFFFFF;
    padding: 5px;
    width: 220px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.staffpanel {
    float: left;
    width: 550px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 60px;
    font-size: 13px;
}

.sidemenu {
    float: left;
    width: 220px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .sidemenu ul {
        border-left: 0px #aaa solid;
        border-right: 0px #fff solid;
        /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
        display: block;
        /* (en) Left margin of the first button  */
        /* (de) Abstand des ersten Buttons vom linken Rand  */
        margin-left: 10px;
        padding: 0;
    }

        .sidemenu ul li {
            /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
            font-size: 1em;
            line-height: 1em;
            list-style-type: none;
            margin: 2px 0 0;
            padding: 0;
            float: left;
            border: 1px solid #aaa;
            background-color: #F5F5F5;
        }

            .sidemenu ul li a, .sidemenu ul li strong {
                background: transparent;
                color: #000;
                display: block;
                font-size: 13px;
                margin: 0;
                padding: 10px 27px 8px;
                text-decoration: none;
                width: 120px;
            }

                .sidemenu ul li a:focus, .sidemenu ul li a:hover, .sidemenu ul li a:active {
                    background-color: #74A220;
                    color: #FFFFFF;
                    text-decoration: none;
                }

            .sidemenu ul li#current {
                /* (en) Repeat the main color from the image */
                /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
                background-color: #000000;
                border-left: 0px #444 solid;
                border-right: 0px #888 solid;
            }

                .sidemenu ul li#current strong, .sidemenu ul li#current a, .sidemenu ul li#current a:focus, .sidemenu ul li#current a:hover, .sidemenu ul li#current a:active {
                    background-color: #000000;
                    background-image: url(/images/top_nav_bkgrd_over.jpg);
                }

.sidenewsdate {font-size:12px;
    margin-bottom: 1px;
}

.sidenewsitem {
    margin-bottom: 10px;
    border-bottom:solid 1px #ccc;
    padding-bottom:10px;
}

.sidenewstitle a {
    line-height: 18px;
}

.projectpanel {
    padding: 5px;
    float: left;
    width: 460px;
    margin-right: 20px;
}

.projectphoto {
    float: left;
    width: 180px;
}





.sidecontent {
    padding: 5px;
    padding-left: 20px;
    background-image: url(../images/side_content.png);
    background-repeat: repeat-y;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #666;
    font-size: 13px;
}

.author {
    font-weight: bold;
}

.country {
    font-transfrom: italic;
}

.sidebttm {
    padding: 5px;
    padding-left: 10px;
    background-image: url(../images/side_bttm.png);
    background-repeat: no-repeat;
    height: 20px;
}

.LargeFont {
    margin-left: -18px;
    margin-right: 6px;
}

.homeoptions {

  float: left;
  width: 325px;
  background-image: url("/images/main_bkgrd.jpg");
  margin-left: 20px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 20px;

}

.testimonialpadding {
    padding-left: 10px;
    margin-top: 10px;
}

.alltrips {
    float: left;
    width: 570px;
    background-image: url("/images/main_bkgrd.jpg");
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tripprice {
    width: 220px;
    font-size: 14px;
    padding-top: 5px;
    line-height: 20px;
}

.tripcontainer {
    float: left;
    width: 240px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.tripscontainer {
   
    background-image: url("../images/main_bkgrd.jpg");
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.tripdates {
    margin-left: 0px;
    font-size: 14px;
    border-top: solid 0px #999;
    margin-top: 3px;
    padding-top: 8px;
    width: 230px;
}

.tripspaces {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 230px;
    color: #333;
    border-bottom: solid 1px #ccc;
}

.tripside {
    margin-bottom: 20px;
}

.alltripsside {
    width: 250px;
    background-image: url("../images/main_bkgrd.jpg");
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    overflow: auto;
    height: 220px;
}

.newsheader {
    font-size: 16px;
    color: #2B9CC1;
    margin-bottom: 5px;
    float: left;
	
    
}

.newsbody {
    font-size: 13px;
    color: #000000;
    line-height: 18px;
    float: left;width:80%;
    
}

.resourcecontent {
    float: left;
   
    margin-bottom: 20px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #333;
    padding-bottom: 15px;
}

.icon {
    float: left;
    margin-bottom: 10px;
    padding: 0px;
    text-align: center;
    width: 56px;
    margin-right: 20px;
    margin-left: 12px;
    border-width: thin;
    border-style: none;
    border-color: #999999;
}



/**********************************************
 pagination 
***********************************************/
/* pagination - landing */
#uBlogsy_pagination { margin:0px auto 20px auto;  overflow:hidden;text-align:center;padding:20px 0px;border-bottom:solid 1px #ccc;}
#uBlogsy_pagination li{ list-style-type:none; display:block; float:left; height: 20px; padding: 0 4px 0 0;}
#uBlogsy_pagination li a { display:block; padding :3px 0 0 6px; }
#uBlogsy_pagination li.uBlogsy_page_prev span, #uBlogsy_pagination li.uBlogsy_page_next span { display:block; padding :2px 0 0 5px; color:#CCC}
#uBlogsy_pagination .uBlogsy_page_next, #uBlogsy_pagination .uBlogsy_page_prev{ width:40px;}
#uBlogsy_pagination li.uBlogsy_current a{font-weight:bold;}
#uBlogsy_pagination li.uBlogsy_current span{padding:2px 0 0 6px; display:block;}

/* pagination - post */
.uBlogsy_next_prev{padding-top:20px;overflow: hidden;clear: both;}
#uBlogsy .uBlogsy_next_prev a { color:#505050; }
.uBlogsy_prev {float:left;}
.uBlogsy_next {float:right;}

/* right col - rss logo */
#uBlogsyrightcol .uBlogsy_feed { margin-left: 3px; padding: 0 0 0 19px; background: url("../images/uBlogsy_feed-icon-14x14.png") no-repeat 0 50%;  display: block; float: left; overflow: hidden;font-size:16px;}


#uBlogsyrightcol .uBlogsy_post_list_image{ display: inline-block;float: left; padding: 0;margin: 0 5px 1px 0;overflow: hidden;height: 25px;width: 25px;border: 1px solid #555555;}

/* home widget */
#uBlogsy_widget_home{ background-color: #eee;overflow: hidden;padding-bottom: 10px;width: 500px;}
#uBlogsy_widget_home h2 { margin: 20px 0 10px 20px; text-transform:uppercase;  }
#uBlogsy_widget_home ul { list-style-type:none; margin:5px 0;  padding-left:20px; overflow:hidden; }
#uBlogsy_widget_home li{ clear: both; line-height:20px;}
#uBlogsy_widget_home .uBlogsy_post_list_image{ display: inline-block;float: left; padding: 0;margin: 0 5px 1px 0;overflow: hidden;height: 25px;width: 25px;border: 1px solid #555555;}



.uBlogsy_post_date {font-size:12px; text-transform:uppercase;color:#827f7f}
.sidenewsdate {font-size:11px; text-transform:uppercase;}


/**********************************************
 right col 
***********************************************/
/* right col - gravatar */
#uBlogsyrightcol .uBlogsy_gravatar_small { float: left; margin-right: 5px;height: 20px;width: 20px;}

/* right col - headers */
#uBlogsyrightcol  h2 { margin: 20px 0 0 0; text-transform:uppercase; color:#000; }
#uBlogsyrightcol  > div { padding-bottom:20px;}

/* right col - lists */
#uBlogsyrightcol  li{ clear: both; line-height:20px;}
#uBlogsyrightcol  ul { list-style-type:none; margin:5px 0;  padding-left:0px; overflow:hidden; }

/* right col - post archive */
#uBlogsy_post_archive ul {  list-style-type:none; }
#uBlogsy_post_archive ul ul { padding-left:15px; }

#uBlogsy_post_archive .uBlogsy_post_items {display:none; margin-top:10px;}
#uBlogsy_post_archive .uBlogsy_months{display:none;color:#000;padding:3px 0px;}

#uBlogsy_post_archive .uBlogsy_current{ font-weight: bold;}
#uBlogsy_post_archive .uBlogsy_month{padding:3px 0px 3px 10px;}
.uBlogsy_month_name{color:#000;}
#uBlogsy_post_archive .uBlogsy_year{border-bottom:solid 1px #ccc;padding:5px 0px;color:#000;}

/* right col - post archive - alternate layout */
#uBlogsy_right_col .uBlogsy_post_archive_alt .uBlogsy_year_first .uBlogsy_year_name{display:none; }
#uBlogsy_right_col .uBlogsy_post_archive_alt .uBlogsy_year_first .uBlogsy_months{ padding-left:0px; margin-top: 0;}
   

/**********************************************
 forms
***********************************************/
/* forms */
.uBlogsy_row .field-validation-error{ position: absolute; top: 0px;}
.uBlogsy_row .field-validation-valid{ display: none;}
















/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px; }
  .mm-listview a
  { text-decoration: none; }
    .mm-listview a:hover {  background-color: #0E94AC;
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 12px 10px 12px 30px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-first {
    margin-top: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-last {
    padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview > li.mm-spacer {
  padding-top: 40px; }
  .mm-listview > li.mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview > li.mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-menu {
  background: inherit;
  color: rgba(255, 255, 255, 1);
}


  .mm-menu .mm-navbar {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-navbar > *,
    .mm-menu .mm-navbar a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-navbar .mm-btn:before,
    .mm-menu .mm-navbar .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li .mm-prev:before,
  .mm-menu .mm-listview > li .mm-next:after,
  .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.7); }
  .mm-menu .mm-listview > li .mm-prev:after,
  .mm-menu .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    padding-left: 40px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu navbar addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top: 1px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-close {
  text-align: right; }
  .mm-close:after {
    content: 'x'; }

.mm-navbar-2 > *,
.mm-navbar-3 > *,
.mm-navbar-4 > *,
.mm-navbar-5 > *,
.mm-navbar-6 > * {
  display: block;
  float: left; }

.mm-navbar-2 > * {
  width: 50%; }

.mm-navbar-3 > * {
  width: 33.33%; }

.mm-navbar-4 > * {
  width: 25%; }

.mm-navbar-5 > * {
  width: 20%; }

.mm-navbar-6 > * {
  width: 16.66%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-navbar > *,
    .mm-menu.mm-theme-dark .mm-navbar a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-navbar > *,
    .mm-menu.mm-theme-white .mm-navbar a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-navbar > *,
    .mm-menu.mm-theme-black .mm-navbar a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }













@media (max-width: 1199px) {	
	.logo2 {
    max-height: 170px;

}


    .bannersubheader {
    
        top: 70px;
    }


    .nav-top > li > a {
        font-size: 16px;
        padding: 15px 25px;
    }



       .sub-nav  > ul > li > a {
        font-size: 16px;
        padding: 15px 9px;
    }

    .byline {
        padding-top: 45px;
        font-size: 24px;
    } 
    
     .home-option img {width:27%}
}

@media (max-width: 991px) {

	

	
    .nav-top > li > a {
        font-size: 16px;
        padding: 15px 11px;
    }

      .home-option img {width:40%}
      
      .social-media {
    margin:0px auto;
}
}

@media (max-width: 767px) {
	
.logo2 {
    max-height: 130px;


} 
    .bannersubheader {
    
        top: 30px;font-size:20px;
    }



 .sub-nav  > ul > li {
       
        width:50%;
    }

        .home-option img {width:40%}

    .search-total-holder {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .search-total {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .navbar-main {
        padding: 10px;
    }

    .navbar-nav > li > a {
        padding: 15px 14px;
    }

    .logo {
        max-width: 110px;
    }
   

    .companyname {
        width: 140px;
        Font-size: 30px;
        line-height: 32px;
    }

    .main-content {
        padding: 15px;
    }

    .copyright {
        text-align: center;
    }
}


@media (max-width: 595px) {  .sub-nav  > ul > li {
       
        width:100%;
    }
    .home-option img {margin:0px 0px 10px 0px;width:100%}
    .home-option {padding:0px;}
    .page-content {margin-left:-15px;margin-right:-15px;}
	.logo2 {
    min-height: 30px;
}

}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
