@charset "utf-8";
/* CSS Document */

/* Nav */ 

#nav.affix {
    min-height: 120px;
    position: fixed;
    top: 0;
    width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.nav.navbar-nav {
    float: left;
    margin-left: -20px;
    margin-right: 0px;
    text-align: center;
    text-transform: uppercase;
}
.navbar-default {
    z-index: 1001;
}
/*  Nav */
.masthead .nav > li {
    padding-right: 5px!important;
    padding-left: 5px!important;
    text-indent: 0px!important;
}
.masthead .nav > li > a {
    font-family: "mr-eaves-xl-modern", sans-serif;
    padding-right: 0px!important;
    padding-left: 0px!important;
    padding-top: 30px!important;
    padding-bottom: 10px!important;
    color: #ff3131!important;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0px;/*border-bottom:10px transparent solid;*/
    border-bottom: 5px transparent solid;
    border-radius: 1px;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.masthead .nav > li > a:hover, .masthead .nav > li > a:active, .mastheadX .nav > li > a:focus {
    color: #ff3131!important;
    text-decoration: none;
    border-bottom: 5px #ff3131 solid;
    border-radius: 1px;
    background-color: transparent!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-defaultX .navbar-nav > .open > a:focus {
    color: #ff3131!important;
    text-decoration: none;
    border-bottom: 5px #ff3131 solid;
    border-radius: 1px;
    background-color: transparent!important;
}
.navbar {
    position: relative;
    border-bottom-width: 0px!important;
    margin-bottom: 0px;
    background-color: transparent;
    height: 80px;
    min-height: 80px;
    border: 0px;
    z-index: 1200!important;
}
.mini_nav_container {
    position: relative;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0 auto;
}
#mini_nav.masthead {
    width: 100%;
    height: 80px;
    color: #1c3766;
    font-size: 17px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.90)!important;
    padding: 10px 0px 0px 0px;
}
#mini_nav .togglecontainer {
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 10px 10px 0px;
    margin-right: 10px;
    z-index: 101;
}
.navbar-default .togglecontainer {
    height: 45px;
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 0px 10px 10px 0px;
    margin-right: 10px;
    z-index: 101;
}
/* Nav */
#mini_nav {
    position: fixed;
    top: -100px;
    z-index: 1202;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
#mini_nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1202;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
#mini_nav.stay {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1202;
    background-color: #ffffff!important;
}
.nav_logo {
    text-align: center;
    margin: 20px 0px 0px 0px;
}
.nav_logo img {
    width: auto;
    height: 30px;
    margin: 0px 0px 0px 10px;
}
.nav_logo-mini {
    text-align: center;
    margin: 10px 0px 0px 0px;
}
.nav_logo-mini img {
    width: auto;
    height: 50px;
    margin: 0px 0px 0px 0px;
}
.phone_nav_mini {
    color: #333333;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 10px 0px 0px 0px;
}
.phone_nav_mini span {
    position: relative;
    display: inline-block;
    height: 30px;
    top: -3px;
    margin: 0px 8px 0px 0px;
}
.phone_nav_mini img {
    height: 30px;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.service_nav_mini {
    padding: 8px 0px 0px 10px;
}
.service_nav_mini a {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px #ff3131 solid;
    border-radius: 5px;
    padding: 6px 30px 6px 30px;
    background: #ff3131;
}
.service_nav_mini a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #ff3131;
}
/* Nav mobile close lucid */
.navbar-toggle {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    border: 0px solid transparent;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border-color: transparent!important;
    background-color: transparent!important;
}
.navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff3131;
}
.navbar-toggle .icon-bar {
    position: relative;
    background-color: #ff3131;
    height: 2px;
    margin: 0px 0px 0px 0px!important;
    border-color: transparent!important;
    width: 36px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-toggle:hover .icon-bar1, .navbar-toggle:hover .icon-bar4 {
    background-color: #ff3131!important;
    height: 2px;
    margin: 0px 0px 0px 0px!important;
    border-color: transparent!important;
    width: 36px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navmenu-default .navbar-toggle .icon-bar {
    margin: 0px 0px 0px 0px!important;
    border-color: transparent!important;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.icon-bar1 {
    top: 0px!important;
}
.icon-bar2 {
    top: 7px!important;
}
.icon-bar3 {
    top: 5px!important;
}
.icon-bar4 {
    top: 12px!important;
}
.activem .icon-bar1 {
    top: 8px!important;
    width: 0%!important;
    left: 50%!important;
}
.activem .icon-bar2 {
    top: 9px!important;
    -webkit-transform: rotate(45deg)!important;
    -moz-transform: rotate(45deg)!important;
    -o-transform: rotate(45deg)!important;
    transform: rotate(45deg)!important;
}
.activem .icon-bar3 {
    top: 7px!important;
    -webkit-transform: rotate(-45deg)!important;
    -moz-transform: rotate(-45deg)!important;
    -o-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important;
}
.activem .icon-bar4 {
    top: 8px!important;
    width: 0%!important;
    left: 50%!important;
}
/* end Nav mobile close */




.nav_phone {
    font-size: 34px;
}
.nav_social {
    margin: 30px 0px 30px 0px;
}
.nav_social a {
    margin: 0px 10px 0px 10px;
}
.navmenu-nav {
    margin-left: 0px;
    margin-top: 20px;
}
.menu-fixed-right {
    z-index: 1028;
}
.navmenu-fixed-right {
    z-index: 1028;
    border: 0px;
    left: auto!important;
    right: auto!important;
}
.navmenu {
    width: 100%!important;
}
.navmenu-default {
    padding-top: 0px;
    margin-top: 0px;
    border: 0px solid transparent;
    text-transform: uppercase;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.80);
    z-index: 1201;
}
.navmenu-nav {
    margin-left: 0px;
    margin-top: 20px;
}
.menu-fixed-right {
    z-index: 1028;
}
.navmenu {
    width: 100%!important;
    height: 100%;
}
/* end Dropdown */



/* CSS masthead_drop */




.masthead_drop1 {
    position: absolute;
    display: none;
    width: 100%;
    top: 80px;
    text-align: center;
    padding: 0px;
    margin-top: -2px;
    z-index: 1000;
    border-top: 0px #d2d3d4 solid;
}
.masthead_drop .nav-title-wrap {
    min-height: 235px;
    border-right: 1px #afc3db solid;
    margin: 0px 20px 0px 0px;
}
.masthead_drop2 {
    position: absolute;
    display: none;
    width: 100%;
    top: 80px;
    text-align: center;
    background-color: #8da66f;
    padding: 20px 20px 20px 20px;
    margin-top: -2px;
    z-index: 1000;
    border-top: 0px #d2d3d4 solid;
}
.masthead_drop2 .nav-title-wrap {
    min-height: 235px;
    border-right: 1px #b4c4a2 solid;
    margin: 0px 20px 0px 0px;
}
.navbutton_hoverXX a {
    width: 130%;
    -webkit-transform: translate(-15%, 0);
    -moz-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    z-index: 2;
}
.masthead_drop_container {
    text-align: center;
}
.masthead_drop_container a {
    display: block;
    position: relative;
    width: 100%;
    height: 240px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height:24px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none!important;
    margin: 0px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.masthead_drop_container a:hover {
}
.masthead_drop_container ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: left;
}
.masthead_drop_container li {
    display: block;
    width: 25%;
    height: 240px;
    list-style: none;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 1;
    -webkit-transition: z-index .1s linear;
    -moz-transition: z-index .1s linear;
    -o-transition: z-index .1s linear;
    transition: z-index .1s linear;
}
.masthead_drop_container li:hover {
    z-index: 200;
    -webkit-transition: z-index .6s linear;
    -moz-transition: z-index .6s linear;
    -o-transition: z-index .6s linear;
    transition: z-index .6s linear;
}
.button_purple {
    background-color: #aa3ffd;
}
.button_qgreen {
    background-color: #ff3131;
}
.button_blue {
    background-color: #3fa6fd;
}
.button_pink {
    background-color: #fa3f79;
}
.button_lblue {
    background-color: #45c0e1;
}
.button_gold {
    background-color: #f9ac27;
}
.button_orange {
    background-color: #fd5c3f;
}
.button_lgreen {
    background-color: #61c443;
}

/* orange */
.color1 {
    background-color: #fd5c3f;
}
/* lblue */
.color2 {
    background-color: #45c0e1;
}
/* gold */
.color3 {
    background-color: #f9ac27;
}
/* purple */
.color4 {
    background-color: #aa3ffd;
}
/* pink */
.color5 {
    background-color: #fa3f79;
}
/* lgreen */
.color6 {
    background-color: #61c443;
}
/* blue */
.color7 {
    background-color: #3fa6fd;
}
/* orange */
.color8 {
    background-color: #fd5c3f;
}
/* lblue */
.color9 {
    background-color: #45c0e1;
}
/* gold */
.color10 {
    background-color: #f9ac27;
}
/* purple */
.color11 {
    background-color: #aa3ffd;
}
/* pink */
.color12 {
    background-color: #fa3f79;
}
/* lgreen */
.color13 {
    background-color: #61c443;
}
/* blue */
.color14 {
    background-color: #3fa6fd;
}

/* orange */
.color15 {
    background-color: #fd5c3f;
}
/* lblue */
.color16 {
    background-color: #45c0e1;
}
/* gold */
.color17 {
    background-color: #f9ac27;
}
/* purple */
.color18 {
    background-color: #aa3ffd;
}
/* pink */
.color19 {
    background-color: #fa3f79;
}
/* lgreen */
.color20 {
    background-color: #61c443;
}
/* blue */
.color21 {
    background-color: #3fa6fd;
}








/* qgreen */
.button_qgreen {
    background-color: #ff3131;
}


.nav-button {
    position: relative;
    max-width: 220px;
    height: 240px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height:24px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 40px 0px 40px 0px;
    margin: 0 auto;
}
.nav-button img {
    position: relative;
    width: auto;
    height: 70px;
    margin: 10px 0px 20px 0px;
}
/* MOBILE NAV */

.mobile-nav-button {
    position: relative;
    max-width: 180px;
    height: 180px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height:18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 40px 10px 40px 10px;
    margin: 0 auto;
}
.mobile-nav-button img {
    position: relative;
    width: auto;
    height: 50px;
    margin: 0px 0px 20px 0px;
}
.mobile_services_container {
    position: relative;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 2;
}
.mobile_services_container a {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none!important;
    margin: 0px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.mobile_services_container a:hover {
}
.mobile_services_container ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: left;
    margin: 0px;
}
.mobile_services_container li {
    display: block;
    width: 25%;
    height: 180px;
    list-style: none;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 1;
}
.mobile_services_container li:hover {
    z-index: 2;
}
.mobile_bottom_container {
    position: relative;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 2;
    background:#ffffff;
}
.mobile_bottom_container a {
    display: block;
    float: left;
    position: relative;
    width: 25%;
    font-family: "mr-eaves-xl-modern", sans-serif;
    color: #ff3131;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    padding: 20px 0px 20px 0px;
    background: #ffffff;
}
.mobile-menu .mobile_logo {
    margin: 20px 0px 20px 0px;
    height: 60px;
    width: auto;
}
.mobile-menu {
    position: relative;
    font-size: 24px;
    width: 100%;
    max-width: 820px;
    height: 100%;
    text-align: center;/*overflow:hidden;*/
    margin: 0 auto;
    margin-top: -1400px;
    padding-bottom: 120px;
    overflow-x: hidden;
    background-color: #afc3db;
    -webkit-transition: .75s ease-in-out;
    -moz-transition: .75s ease-in-out;
    -o-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
}
.mobile-menuX a {
    color: #ffffff;
}
.mobile-menuX a:hover {
    color: #ff3131;
}
.canvas-slid .mobile-menu {
    position: relative;
    font-size: 24px;
    width: 100%;
    max-width: 820px;
    height: 100%;
    text-align: center;/*overflow:hidden;*/
    margin-top: 80px;
    margin-bottom: -80px;
    padding-bottom: 120px;
    background-color: #2f3338;
    -webkit-transition: .75s ease-in-out;
    -moz-transition: .75s ease-in-out;
    -o-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
}
.mobile-menu .phone_nav {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 50px 20px 0px 20px;
    margin-left:0px;
}
.mobile-menu .phone_nav span {
    position: relative;
    display: inline-block;
    height: 30px;
    top: -3px;
    margin: 0px 8px 0px 0px;
}
.mobile-menu .phone_nav img {
    height: 30px;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.mobile-menu .hours_nav {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 20px 20px 20px 20px;
}
.mobile-menu_navwrap {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.nav_drop_hours {
    padding: 20px 0px 0px 0px;
}
.nav_drop_social {
    padding: 20px 0px 0px 0px;
}
.nav_drop_social img {
    width: auto;
    height: 30px;
}
.nav_drop_social a {
    margin: 0px 20px 0px 20px;
}

@media (max-width: 991px) {
.nav_logo {
    text-align: center;
    margin: 20px 0px 0px 0px;
}
.nav_logo img {
    width: auto;
    height: 40px;
    margin: 0px 0px 0px 0px;
}    
.navbar {
    border-bottom-width: 0px!important;
    margin-bottom: 0px;
    background-color: transparent;
    height: 80px;
}
.navbar-fixed-top {
    position: relative;
}
.mobile-menu .phone_nav span {
    position: relative;
    display: inline-block;
    height: 30px;
    top: -3px;
    margin: 0px 8px 0px 0px;
}
.mobile-menu .phone_nav img {
    height: 30px;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.phone_nav_mini {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 10px 0px 0px 0px;
}
.phone_nav_mini span {
    position: relative;
    display: inline-block;
    height: 20px;
    top: -3px;
    margin: 0px 8px 0px 0px;
}
.phone_nav_mini img {
    height: 22px;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.service_nav_miniXXX {
    padding: 10px 0px 0px 0px;
}
.service_nav_miniXX span {
    font-size: 20px;
    font-weight: 300;
    top: 4px;
    margin: 0px 0px 0px 5px;
}
.service_nav_miniXXX a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px #ff3131 solid;
    border-radius: 5px;
    padding: 6px 15px 6px 15px;
    background: #ff3131;
}
.service_nav_miniXXX a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #ff3131;
}
}

@media (max-width: 767px) {
.navbar-default .togglecontainer {
    height: 45px;
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 0px 10px 10px 0px;
    margin-right: 0px;
    z-index: 101;
}    
    
.service_nav_mini {
    padding: 10px 0px 0px 10px;
    margin-left: 10px;
}
.service_nav_mini a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px #ff3131 solid;
    border-radius: 5px;
    padding: 6px 5px 6px 5px;
    background: #ff3131;
}
.service_nav_mini a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #ff3131;
}
.navbar-fixed-top {
     position:fixed!important;   
    margin-bottom:80px;
}    
.mobile-menu {
    position: relative;
    font-size: 20px;
    width: 100%;
    height: 100%;
    text-align: center;/*overflow:hidden;*/
}
.mobile-menu_navwrap {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.mini_nav_container {
    position: relative;
    width: 100%;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
}
.mobile-menu .hours_nav {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 20px 20px 20px 20px;
}    
.nav_logo {
    text-align: center;
    margin: 20px 0px 0px 0px;
}
.nav_logo img {
    width: auto;
    height: 36px;
    margin: 0px 0px 0px 0px;
}
.nav_logo-mini {
    text-align: center;
    margin: 10px 0px 0px 0px;
}
.nav_logo-mini img {
    width: auto;
    height: 40px;
    margin: 0px 0px 0px 0px;
}
.mobile-menu .phone_nav {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 30px 20px 0px 20px;
}
.mobile-nav-button {
    position: relative;
    max-width: 160px;
    height: 105px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height:14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 10px 17px 10px;
    margin: 0 auto;
}
.mobile-nav-button img {
    position: relative;
    width: auto;
    height: 30px;
    margin: 5px 0px 10px 0px;
}
.mobile_services_container {
    text-align: center;
}
.mobile_services_container a {
    display: block;
    position: relative;
    width: 100%;
    height: 105px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none!important;
    margin: 0px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.mobile_services_container a:hover {
}
.mobile_services_container ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: left;
}
.mobile_services_container li {
    display: block;
    width: 50%;
    height: 105px;
    list-style: none;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 1;
}
.mobile_services_container li:hover {
    z-index: 2;
}
.mobile_bottom_container a {
    display: inline-block;
    float: none;
    position: relative;
    width: auto;
    font-family: "mr-eaves-xl-modern", sans-serif;
    color: #ff3131;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    padding: 14px 4px 14px 4px;
    background: #ffffff;
}
}

@media (max-width: 480px) {
.nav_logo {
    text-align: center;
    margin: 20px 0px 0px 10px;
}
.nav_logo img {
    width: auto;
    height: 28px;
    margin: 0px 0px 0px 0px;
}
.nav_logo-mini {
    text-align: center;
    margin: 10px 0px 0px 0px;
}
.nav_logo-mini img {
    width: auto;
    height: 30px;
    margin: 0px 0px 0px 0px;
}
}
@media (max-width: 413px) {
.mobile_bottom_container {
    position: relative;
    text-align: center;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 2;
    background:#ffffff;
}	
.mobile_bottom_container a {
    display: inline-block;
	width:50%;
    float: left;
    position: relative;
    font-family: "mr-eaves-xl-modern", sans-serif;
    color: #ff3131;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    padding: 5px 4px 5px 4px;
    background: #ffffff;
}
}
@media (max-width: 350px) {
.nav_logo img {
    width: auto;
    height: 24px;
    margin: 0px 0px 0px 0px;
}   
.nav_drop_social {
    padding: 20px 0px 0px 0px;
}
.nav_drop_social img {
    width: auto;
    height: 24px;
}
.nav_drop_social a {
    margin: 0px 18px 0px 18px;
}    
}

/*@media (max-width: 1199px) {*/
@media (max-width: 991px) {
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-header {
    float: none;
}
.navbar-left, .navbar-right {
    float: none !important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in {
    display: block !important;
}
}

@media (max-width: 1200px) {
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    position: relative;
    top: 0;
    border-width: 0px;
    z-index: 2200!important;
}
}

@media (min-width: 1200px) {
.navbar {
    border-bottom-width: 0px!important;
    margin-bottom: 0px;
    background-color: transparent;
    height: 80px;
    min-height: 80px;
    border: 0px;
}
/*  Nav */
.masthead .nav > li {
    padding-right: 12px!important;
    padding-left: 12px!important;
}
.masthead .nav > li > a {
    font-family: "mr-eaves-xl-modern", sans-serif;
    padding-right: 0px!important;
    padding-left: 0px!important;
    padding-top: 30px!important;
    padding-bottom: 10px!important;
    color: #000000!important;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0px;/*border-bottom:10px transparent solid;*/
    border-bottom: 5px transparent solid;
    border-radius: 1px;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.masthead .nav > li > a:hover, .masthead .nav > li > a:active, .mastheadX .nav > li > a:focus {
    color: #ff3131!important;
    text-decoration: none;
    border-bottom: 5px #ff3131 solid;
    border-radius: 1px;
    background-color: transparent!important;
}    
.nav_logo {
    text-align: center;
    margin: 20px 0px 0px 0px;
}
.nav_logo img {
    width: auto;
    height: 40px;
}
.nav.navbar-nav {
    float: left;
    margin-left: -35px;
    margin-right: 0px;
    text-align: center;
    text-transform: uppercase;
}
}

@media (min-width: 1300px) {
}

@media (min-width: 1400px) {
.nav_logo {
    text-align: center;
    margin: 20px 0px 0px 0px;
}
.nav_logo img {
    width: auto;
    height: 46px;
}
.nav.navbar-nav {
    float: left;
    margin-left: -40px;
    margin-right: 0px;
    text-align: center;
    text-transform: uppercase;
}    

.masthead .nav > li {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
.masthead .nav > li > a {
    font-size: 26px;
    font-weight: 300;
}
.masthead .nav > li > a:hover {
}
}

@media (min-width: 1700px) {
.masthead .nav > li {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
.masthead .nav > li > a {
    font-size: 30px;
    font-weight: 300;
}
.masthead .nav > li > a:hover {
}
}

@media (min-width: 2000px) {
.nav.navbar-nav {
    margin-right: 0px!important;
    margin-left: -60px;	
}
.masthead .nav > li {
    padding-right: 28px!important;
    padding-left: 28px!important;
}
.masthead .nav > li > a {
    font-size: 32px;
    font-weight: 300;
}
.masthead .nav > li > a:hover {
}
}
