/* Smartphones (portrait and landscape) --  --  --  --  -- - */
@media screen and (min-width: 304px) and (max-width: 667px) {
    #vertical .navbar {
        margin-bottom: 0px;
        min-height: 50px;
    }
    #vertical .navbar-nav {
        margin: 0;
    }
    /* TOP PADDING */
    .top-padding {
        padding: 0px;
        margin-bottom: 0px;
        position: relative;
        display: block !important;
        float: none !important;
    }
    #vertical .navbar-default .navbar-nav li .vertical-menu {
        border-radius: 0;
        box-shadow: 0 1px 5px 0 #333;
    }
    #vertical .menu-red-gradient .btn-primary {
        margin-bottom: 15px;
    }
    #vertical .menu-red-gradient .btn-primary:hover {
        opacity: 0.5;
    }
    #vertical .box img,
    #vertical .entry img {
        margin: 15px 0 10px;
    }
    #vertical .dropdown-menu,
    #vertical .navbar-default .vtmenu-content {
        padding: 0px;
    }
    #vertical .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #d46655;
    }
    #vertical .pull-left {
        float: left;
        margin-bottom: 10px;
    }
    #vertical .img-responsive.img-thumbnail.mar-top {
        margin-top: 15px;
    }
				#vertical .navbar-default,
	#vertical .navbar-default .nav,
	#vertical .navbar-default .collapse,
	#vertical .navbar-default .dropup,
	#vertical .navbar-default .dropdown {
		position: static;
		width: 100% !important;
		left: 0;
	}
}
  /* This style for demo purpose remove this */
     .demo {
       background: #f0f0f0;
        }
	/* TOP PADDING */
	.top-padding {
		padding: 0px;
		margin-bottom: 0px;
		position: relative;
		display: inline-block;
		float: left;
	}
	.rgt-img {
		display: inline-block;
		width: auto;
		height: auto;
	}
	/* List Hover */
	.nav-stacked>li+li {
		margin-top: 0px;
		margin-left: 0;
	}
	/* List Border */
	.navbar-nav>li {
		float: left;
		/*border-bottom: 1px solid #d46655;*/
	}
	.navbar-nav>li:last-child {
		float: left;
		border-bottom: none;
	}
	/* Panel */
	.panel {
		margin-bottom: 0px;
		border-radius: 0px;
	}
	.panel-heading {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.alert {
		border-radius: 0px;
	}
	.alert.mar-bot {
		margin-bottom: 0px !important;
	}
	/* VERTICAL MENU */
	#vertical .navbar-brand {
		width: 150px;
	}
	#vertical .vtmenu-full.open {
		max-width: 100%;
		width: 800px;
		position: absolute;

	color:#ffffff;
	top:-1px;
    }

	#vertical .vtmenu-full.open .v-menu {color:#ffffff !important;background: #bc0019;}
	#vertical .vtmenu-full.open .v-menu a {color:#ffffff !important;}
	#vertical .vtmenu-full.open .v-menu:hover {
	color: #ffffff !important;
}
	#vertical .vtmenu-full.open .v-menu a:hover {
	color: #ffffff !important;
}
	#vertical .vtmenu-full.open .v-menu .grayarr {color:#ffffff !important;}

	/* COLLAPSE AND DROPDOWN MENU*/
	#vertical .navbar-default,
	#vertical .navbar-default .nav,
	#vertical .navbar-default .collapse,
	#vertical .navbar-default .dropup,
	#vertical .navbar-default .dropdown {
		position: static;
		width: 150px;
		left: 0;
	}
    #vertical .navbar-default .collapse {
        background-color: #ffffff;
        height: 457px !important;
        padding: 0px 0;
		border:1px solid #297f38;
    }
	#vertical .navbar-collapse,
    #vertical .navbar-collapsevm {
		padding: 0;
	}
/* DEFAULT VERTICAL MENU */
#vertical .navbar-default .navbar-nav li .vertical-menu {
    border: 1px solid #e4c118 ;
    border-radius: 0;
    background-color: #ffffff;
    left: 150px;
    opacity: 1;
    padding: 0px;
    position: absolute;
    right: 0;
    top: 0;
    width:1100px;
    height:456px;
	z-index:10;
    -webkit-box-shadow: 1px 1px 4px 0px #999;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 4px 0px #999;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 4px 0px #999;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.fa {
    padding-right: 0px;
}
.vertical-menu.rounded {
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}
.vertical-menu.rounded:before {
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}
/* LEFT BOX DROPDOWN VERTICAL MENU */
#vertical .navbar-default .navbar-nav li .vertical-dropdown-menu {
    opacity: 1;
    position: absolute;
    left: 150px;
    right: 0;
    top: auto;
    margin-top: -50px;
    max-width: 150px;
    padding: 0;
}
/* FIXED WITDH VERTICAL MENU */
#vertical .navbar-default .navbar-nav li .dropdown {
    width:150px;
}
#vertical .navbar-default .navbar-nav li ul {
    width: 100%;
}
#vertical .dropdown-menu,
#vertical .navbar-default .vtmenu-content {
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
#vertical .navbar-default .vtmenu-content .box:hover {
    /*background-color: #eb7260;*/
}
#vertical .nav-pills {
    max-width: 200px;
}
#vertical .dropme:after {
    content: "\f105";
    color: #fff;
    position: absolute;
    right: 0px;
    padding-left: 0px;
    font-family: 'FontAwesome';
}
/* MENU DEFAULT */
.vtmenu .navbar-default {
    border: 0;
    width: 100%;
    border-radius: 0;
}
.vtmenu .navbar-default .dropdown-menu {
    box-shadow: none;
    border: 0;
	border-radius: 0px;
}
/* DEFAULT VERTICAL MENU LIST ITEM  */
.vtmenu .navbar-default .dropdown-menu,
.vtmenu .navbar-default .dropdown-menu li a {
    color: #282828;
    list-style: none;
    background-color: transparent;
}
.white-style .navbar-brand i {
    color: #ffffff;
}
/* DEFAULT VERTICAL MENU SPAN*/
.vtmenu .navbar-default .navbar-toggle span {
    color: #fff;
    background: #fff;
}
.vtmenu .navbar-default .navbar-toggle {
    border-color: #fff;
    color: #fff;
    margin-top: 9px;
}
.vtmenu .navbar ul {
    padding-left: 0;
    list-style: none;
}
.vtmenu .navbar-brand {
    color: #fff;
    float: left;
    font-size: 20px;
    height: 65px;
    background: #303030;
    line-height: 38px;
    position: relative;
    text-align: center;
    top: 0;
    width: 65px;
    /*font-family: 'Open Sans', sans-serif;*/
}
.vtmenu .navbar-collapse,
.vtmenu .navbar-collapsevm {
    border-bottom: 0;
}
.vtmenu .navbar-default .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}
.vtmenu .navbar-default .nav,
.vtmenu .navbar-default .collapse,
.vtmenu .navbar-default .dropup,
.vtmenu .navbar-default .dropdown {
    position: static;
}
/* CONTAINER POSITION VERTICAL MENU */
.vtmenu .navbar-default .container {
    position: relative;
}
.vtmenu .navbar-default .dropdown-menu {
    left: auto;
    background-color: #ffffff;
}
/* BOX VERTICAL MENU */
.vtmenu-content .box li,
.vtmenu .navbar-default .dropdown-menu li a {
    text-decoration: none;
}
.vtmenu .navbar-default .dropdown-menu,
.vtmenu-content .dropdown-menu {
    padding: 0;
}
/* DEFAULT VERTICAL NAVE BAR MENU */
.navbar-default .navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    /*font-family: Roboto, Helvetica, sans-serif;*/
    font-size: 16px;
    height: 33px;
    font-style: normal;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    /*font-family: 'Open Sans', sans-serif;*/
    text-align: center;
}
/* DEFAULT VERTICAL MENU LIST ITEM */
.navbar-default .dropdown-menu li a {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    /*font-family: 'Open Sans', sans-serif;*/
    padding: 13px 10px 13px 0px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
.vtmenu .navbar-default li .widget a {
    padding: 0;
}
/* VERTICAL MENU CONTENT TEXT CSS */
.vtmenu-content .box li a {
    color: #282828;
    font-size: 13px;
    border-bottom: none;
    border-bottom: 0;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    text-transform: none;
    padding: 0px;
    /*font-family: 'Open Sans', sans-serif;*/
}
.vtmenu .dropdown-menu,
.vtmenu .navbar-default .vtmenu-content {
    padding: 0px 0px;
}
.vtmenu .navbar-default .vtmenu-full .dropdown-menu {
    left: 0;
    right: 0;
}
.vtmenu .nav li span.label {
    padding: 5px 10px;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    /*font-family: 'Open Sans', sans-serif;*/
}
/* BACKGROUND VERTICAL MENU */
.vtmenu .navbar-default .navbar-nav > .active > a,
.vtmenu .navbar-default .navbar-nav > .active > a:hover,
.vtmenu .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.vtmenu-content .widget {
    padding: 0;
    margin: 0;
}
.vtmenu-content,
.vtmenu-content .widget,
.vtmenu-content .widget .thumb {
    position: relative;
}
/* TITLE ELEMENT */
.vtmenu-content .widget .title h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    /*font-family: 'Open Sans', sans-serif;*/
}
/* LIST ITEM BOX */
.vtmenu-content .box li {
    border-bottom: 1px solid #ededed;
    position: relative;
    line-height: 26px;
    display: block;
}
.vtmenu-content .box li a:hover {
    /*background: #eb7260;*/
}
.dropme:after {
    content: "\f107";
    color: #fff;
    padding-left: 5px;
    font-family: 'FontAwesome';
}
.dropme-left:after {
    content: "\f105";
    color: #1a1a1a;
    font-family: 'FontAwesome';
    display: block;
    right: 10px;
    width: 0;
    position: absolute;
    height: 0;
    top: 13px;
    margin-top: 0;
    margin-right: 10px;
}
/* BOX PARAGRAPH */
.box p {
    color: #1a1a1a;
    font-weight: 400;
    padding-top: 10px;
    font-size: 13px;
    /*font-family: 'Open Sans', sans-serif;*/
}
/* BOX TITLE */
.box h4 {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 14px;
    /*font-family: 'Open Sans', sans-serif;*/
}
.box ul li span {
    float: right;
    margin-top: 4px;
}
/* MENU SEARCH */
.searchbox {
    bottom: 0;
    float: right;
    line-height: 65px;
    min-width: 65px;
    overflow: hidden;
    position: relative;
    background: #222;
    right: 0;
    width: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #333;
    width: 100%;
    line-height: 65px;
    height: 65px;
    margin: 0;
    padding: 1px 65px 0px 20px;
    font-size: 12px;
    /*font-family: 'Open Sans', sans-serif;*/
}
.searchbox-icon,
.searchbox-submit {
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 18px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #000;
    /*font-family: 'Open Sans', sans-serif;*/
}
.vtmenu input[type="search"] {
    color: #fff;
}
.searchbox-open {
    width: 100%;
}
/* MENU FORM */
.vtmenu .form-control {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    height: 35px;
    margin-bottom: 10px;
    /*font-family: 'Open Sans', sans-serif;*/
}
.vtmenu textarea {
    height: 140px;
}
/* MENU IMAGE HOVER */
.vtmenu .entry {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.vtmenu .entry img {
    width: 100%;
}
img {
    padding: 0px solid #ccc;
}
.vtmenu .menu-image {
    margin-bottom: 20px;
}
#myCarousel img {
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
}
/* MENU TABBED */
.nav-pills {
    margin-top: 0px;
}
.nav-pills > li {
    float: left;
    margin-top: 0;
    cursor: pointer;
}
.nav-pills > li > a {
    cursor: pointer;
    border: 0;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0;
}
.nav-pills > li > a:after {
    color: #1a1a1a;
    font-family: 'FontAwesome';
    display: block;
    right: 10px;
    width: 0;
    position: absolute;
    height: 0;
    top: 13px;
    margin-top: 0;
    margin-right: 10px;
}
/* MENU GRADIENT COLOR */
.demo_changer .demo-icon,
.menu-red-gradient .btn-primary,
.menu-red-gradient .navbar-brand,
.menu-red-gradient .navbar-default .navbar-nav > .open > a,
.menu-red-gradient .navbar-default .navbar-nav > .open > a:hover,
.menu-red-gradient .navbar-default .navbar-nav > .open > a:focus,
.menu-red-gradient .navbar-default .navbar-nav > li > a:focus,
.menu-red-gradient .navbar-default .navbar-nav > li > a:active,
.menu-red-gradient .navbar-default .navbar-nav > li > a.active,
.menu-red-gradient .navbar-default .navbar-nav > li > a:hover {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    color: #fff;
    background: #fff;
}
/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* Bubble Right */
.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #eb7260;
}
.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.menu-red-gradient .navbar-default .navbar-toggle:hover,
.menu-red-gradient .coldesc:hover {
    background: #eb7260;
    color: #fff;
}
/* GRADIENT COLOR */
.menu-red-gradient .form-control:focus {
    border-color: #333333;
    outline: 0;
    box-shadow: none;
    /*font-family: 'Open Sans', sans-serif;*/
}
/* FORM BUTTON */
.menu-red-gradient .btn-primary {
    border-radius: 0;
    font-size: 13px;
    background-color: #eb7260;
    border: 1px solid #f5f5f5;
    color: #fff;
}
.menu-red-gradient .box ul li:hover .fa {
    color: #000000;
}
/* DARK STYLE */
.dark-style .coldesc {
    background: #F065A8;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.dark-style .navbar-default .vtmenu-content {
    border-radius: 0;
}
.dark-style .dropdown-menu {
    background-color: #ffffff;
}
/* VERTICAL MENU LIST COLOR */
.dark-style .navbar-default .dropdown-menu li a,
.dark-style .vtmenu-content .box li a,
.dark-style .vtmenu-content .box li:before {
}
.dark-style .vtmenu-content .box li a:hover,
.dark-style .vtmenu-content .box li a:focus {
	background-color:#5eaa78;
    color: #ffffff;
}
.dark-style .vtmenu-content .box li {
    border-bottom-color: rgba(0, 0, 0, 0);
}
/* FULL DARK BACKGROUND COLOR */
.dark-style .navbar-default .dropdown-menu li a:hover,
.dark-style .navbar-default .dropdown-menu li a:focus {
    /*text-decoration: underline;*/
}
.item.active a {
    background: transparent;
}
.dropdown-menu li.active a:hover {
    /*background: #eb7260;*/
    color: #fff !important;
}
.dark-style .searchbox-icon,
.searchbox-submit,
.dark-style .navbar-default {
    background: #00981a;
}
/* GOOGLE MAP USE */
.map {
    border: 1px solid #999999;
}
/* RESPONSIVE */
/* iPads (portrait and landscape) --  --  --  --  -- - */
@media screen and (min-width: 304px) and (max-width: 1279px) {
    #vertical .navbar-default .collapse {
        height: auto !important;
        padding: 0;
    }
    #vertical .navbar-brand {
        width: 60px;
    }
    #vertical .vtmenu-full.open {
        max-width: 100%;
        width: 100%;
        position: relative;
    }
    /* DEFAULT VERTICAL MENU POSTION */
    #vertical .navbar-default,
    #vertical .navbar-default .nav,
    #vertical .navbar-default .collapse,
    #vertical .navbar-default .dropup,
    #vertical .navbar-default .dropdown {
        position: static;
        width: 100%;
        left: 0;
    }
    #vertical .navbar-collapse,
    #vertical .navbar-collapsevm {
        padding: 0
    }
    #vertical .navbar {
        margin-bottom: 0px;
    }
    /* DEFAULT VERTICAL MENU LIST ITEM POSITION */
    #vertical .navbar-default .navbar-nav li .vertical-menu {
        opacity: 1;
        position: static;
        left: 100%;
        right: 100%;
        top: auto;
        margin-top: 0;
        max-width: 100%;
        padding: 0;
    }
    /* DEFAULT VERTICAL MENU DROPDOWN ITEM POSITION*/
    #vertical .navbar-default .navbar-nav li .vertical-dropdown-menu {
        opacity: 1;
        position: static;
        left: 100%;
        right: 100%;
        top: auto;
        margin-top: 0;
        max-width: 100%;
        padding: 0;
    }
    #vertical .navbar-collapse,
    #vertical .navbar-collapsevm {
        padding: 0;
    }
    #vertical .navbar-collapsevm {
        position: absolute;
    }
    /* DROPDOWN MENU ALL PADDING */
    #vertical .dropdown-menu,
    #vertical .navbar-default .vtmenu-content {
        padding: 0px;
    }
    #vertical .nav-pills {
        max-width: 200px;
    }
    #vertical .dropme:after {
        content: "\f107";
        color: #fff;
        position: absolute;
        right: 20px;
        padding-left: 5px;
        font-family: 'FontAwesome';
    }
    /* 0506gene改左側選單bug */
    /* .nav-pills > li > a::after,
    .dropme-left:after {
        content: "\f107";
    } */
    .vtmenu .nav-pills,
    #vertical .nav-pills {
        width: 100%;
        padding: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .hvr-bubble-right:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        top: calc(50% - 10px);
        right: 0;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #eb7260;
        display: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse,
    .navbar-collapsevm {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse,
    .navbar-collapsevm.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in,
    .navbar-collapsevm.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /* TOP PADDING */
    .top-padding {
        padding: 0px;
        margin-bottom: 0px;
        position: relative;
        display: block !important;
        float: none !important;
    }
}
/* SUB MENU STYLE */
.vtmenu .dropdown-submenu {
    position: relative;
}
/* DEFAULT VERTICAL SUB MENU MARGIN */
.vtmenu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
}
.vtmenu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.vtmenu .dropdown-submenu.pull-left {
    float: none;
}
/* RADIUS ALL DROPDOWN SUB-MENU */
.vtmenu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* RADIUS ALL ANIMATION SUB-MENU */
.vtmenu .open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}
/* CSS KEYFRAME FOR OPCITY */
@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
    /* All CSS End */
}
.hvr-sweep-to-right a {
    color: #60000e;
}
/* 1218 openmenu */
#vertical.openmenu .navbar-toggle {
    float: left;
}
.vtmenu.openmenu .navbar-default .navbar-toggle {
    margin-top: 30px;
}
#header.fixed .vtmenu.openmenu .navbar-default .navbar-toggle {
    margin-top: 25px;
}
#vertical.openmenu .navbar-default,
#vertical.openmenu .navbar-default .collapse,
#vertical.openmenu .navbar-default .dropup,
#vertical.openmenu .navbar-default .dropdown {
    padding: 0;
    position: absolute;
    z-index: 100;
}
#vertical.openmenu .navbar-default .nav {
    height: 33px;
}
#vertical.openmenu .navbar-default .navbar-nav li .vertical-menu {
    border-color: #60000e;
}
#vertical.openmenu .navbar-default {
    margin-left: 15px;
    color: #fff;
    background-color: #fff;
}
.vtmenu.openmenu .navbar-default .navbar-toggle span {
    color: #eb7260;
    background-color: #eb7260;
}
.openmenu .navbar-header  {
    float: none;
}
.openmenu .navbar-toggle {
    display: block;
}
.menu-red-gradient .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
#vertical.openmenu .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
    height: 100%;
    visibility: visible;
    transform: translateX(0%);
}
#vertical.openmenu .navbar-default .navbar-nav li .vertical-menu {
    position: absolute;
}
@media only screen and (max-width: 1023px) {
    #vertical.openmenu {
        display: none;
    }
}
.vmenu-left {color:#db1c2e;}
.vmenu-left a:link,.vmenu-left a:active,.vmenu-left a:visited {color:#db1c2e;}
.vmenu-left a:hover {color:#000;}
.vmenu-left dt{color:#db1c2e;font-size:16px; display:block; line-height:36px;}
.vmenu-left dd {color:#db1c2e;font-size:16px; display:block; line-height:41px; border-bottom:0px solid #ccc;}
.vmenu-right { background-color:#ffffff;}
.vmenu-right a {color:#000;}
.vmenu-right li {border-bottom:0px;}
.vmenu-right li a {color:#000;}
.vmenu-right li a:hover {color:#fff; background-color:#5eaa78;}
.vmenu-right2 { background-color:#ffffff;padding-top:13px; padding-bottom:20px;}
.vmenu-right2 dt {color:#000;font-size:16px;line-height:36px;}
.vmenu-right2 dd { display:inline-block;}
.title-block {width:100%;height:37px;line-height:37px;}
.title1 {font-size:16px; font-weight:bold;color:#000000;line-height:37px;}
.title1 a:hover {font-size:16px; font-weight:bold;color:#000000 !important;line-height:37px;}
.redlink:active,.redlink:visited,.redlink:link {color:#db1c2c;}
.redlink:hover {color:#000;}