/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/*--------------------------------------------------------------------------
|01 Base CSS
--------------------------------------------------------------------------*/
.wsdownmenu html, .wsdownmenu body, .wsdownmenu iframe, .wsdownmenu h1, .wsdownmenu h2, .wsdownmenu h3, .wsdownmenu h4, .wsdownmenu h5, .wsdownmenu h6 {
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
font: inherit;
vertical-align: baseline;
font-weight: normal;
font-size: 1em;
line-height: 1.125;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: subpixel-antialiased;
font-smoothing: subpixel-antialiased;
font-smooth: subpixel-antialiased;
}
.wsdownmenu img, object, embed, video {
border: 0 none;
max-width: 100%;
}
.wsdownmenu a:focus {
outline: none !important;
}
.wsdownmenu:before, .wsdownmenu:after {
content: "";
display: table;
}
.wsdownmenu:after {
clear: both;
}
.wsdownmenu .cl {
  clear: both;
}
/*--------------------------------------------------------------------------
|02 Desktop CSS
--------------------------------------------------------------------------*/
.wsdownmenu {
color: #fff;
position: relative;
font-size: 1em;
padding: 0px;
margin: 0px;
width: 100%;
max-width: 1600px;
background-color: #EEEEEE;
border-bottom: 1px solid #b3b3b3;
}
.wsdownmenu-list {
text-align: left;
margin: 0 auto 0 auto;
width: 100%;
display: table;
padding: 0px;
}
.wsdownmenu-list>li {
text-align: center;
display: table-cell;
}
.wsdownmenu-list li:last-child a {
border-right: 0 none;
}
.wsdownmenu-list>li>a .fa {
display: inline-block;
font-size: 1em;
line-height: inherit;
margin-right: 0px;
}
.wsdownmenu-list li ul li a .fa.fa-angle-double-right {
font-size: 1em;
margin: 0 3px 0 -4px;
}
.wsdownmenu-list li a .arrow:after {
content: "";
float: right;
height: 0;
margin: 0 0 0 9px;
position: absolute;
text-align: right;
top: 22px;
width: 0;
}
.wsdownmenu-list>li>a {
display: block;
background-color: #ffffff;
color: #5F5152;
padding: 0px 14px;
line-height: 38px;
text-decoration: none;
position: relative;
}
.wsdownmenu-list li:hover .megamenu {
opacity: 1;
}
.megamenu {
width: 100%;
left: 0px;
position: absolute;
top: 38px;
color: #ffffff;
z-index: 1000;
margin: 0px;
text-align: left;
padding: 10px 0px;
font-size: 1em;
background-color: #F8F8F8;
opacity: 0;
-o-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-o-transition: -o-transform 0.9s ease, opacity;
-ms-transition: -ms-transform 0.9s ease, opacity;
-moz-transition: -moz-transform 0.9s ease, opacity;
-webkit-transition: -webkit-transform 0.9s ease, opacity;
}
.megamenu .title {
border-bottom: 1px solid #CCC;
padding: 9px 5px 9px 0px;
font-size: 1em;
color: #7C6D70;;
margin: 0px 0px 7px 0px;
text-align: left;
height: 39px;
}
.link-list li {
display: block;
white-space: nowrap;
text-align: left;
}
.link-list li a {
line-height: 1.125em;
text-align: left;
padding: 6px 0px;
background: #ffffff;
background-image: none;
border-right: 0 none;
display: block;
background-color: #F8F8F8;
color: #424242;
}
.link-list .fa {
font-size: .875em;
}
.wsdownmenu-list .megamenu li:hover>a {
background: transparent !important;
color: #fcb034;
}
.wsdownmenu-list .megamenu li a:hover {
background: transparent !important;
text-decoration: underline;
color: #fcb034;
}
.wsdownmenu-list .megamenu li .fa {
margin-right: 5px;
text-align: center;
width: 18px;
}
.show-grid div {
padding-bottom: 4px;
padding-top: 4px;
/*background-color: #dbdbdb;*/
color: #6a6a6a;
margin: 2px 0px;
}
.menu_form {
width: 100%;
display: block;
}
.menu_form label {
font-size: 1em;
color: #000000;
padding: 8px 10px 8px 0px;
}
.menu_form input[type="select"] {
border: 1px solid #e2e2e2;
color: #000;
font-size: 1em;
padding: 0px 10px 0px 0px;
margin-bottom: 8px;
}
.menu_form input[type="text"] {
width: 40%;
border: 1px solid #e2e2e2;
color: #000000;
font-size: 1em;
margin: 8px 10px;
}
.menu_form textarea {
width: 100%;
border: 1px solid #e2e2e2;
border-radius: 5px;
color: #000;
font-size: 1em;
padding: 8px 5px;
margin-bottom: 8px;
min-height: 122px;
}
.menu_form input[type="submit"] {
display: block;
height: 28px;
float: right;
border: solid 1px #ccc;
margin-left: 10px;
}
.menu_form input[type="button"] {
display: block;
height: 36px;
float: right;
border: solid 1px #ccc;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.menu_form button:hover {
background-color: #ffffff;
color: #fcb034;
}
.wsdownmenu-list li>.megamenu {
transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-o-transform: rotateX(-75deg);
-moz-transform: rotateX(-75deg);
-webkit-transform: rotateX(-75deg);
transform: rotateX(-75deg);
visibility: hidden;
}
.wsdownmenu-list li:hover>.megamenu {
-o-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
visibility: visible;
}
.wsdownmenu-list li:hover .wsdownmenu-submenu {
display: block;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub {
min-width: 220px;
position: absolute;
left: 100%;
top: 0;
margin: 0px;
padding: 0px;
opacity: 0;
-o-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-o-transition: -o-transform 0.6s ease, opacity 0.6s ease;
-ms-transition: -ms-transform 0.6s ease, opacity 0.6s ease;
-moz-transition: -moz-transform 0.6s ease, opacity 0.6s ease;
-webkit-transition: -webkit-transform 0.6s ease, opacity 0.6s ease;
}
.wsdownmenu-list .wsdownmenu-submenu li:hover .wsdownmenu-submenu-sub {
opacity: 1;
list-style: none;
padding: 2px;
background-color: #fff;
}
.wsdownmenu-list .wsdownmenu-submenu li:hover .wsdownmenu-submenu-sub {
display: block;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub .wsdownmenu-submenu-sub-sub {
min-width: 220px;
position: absolute;
left: 100%;
top: 0;
margin: 0px;
padding: 0px;
opacity: 0;
-o-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-o-transition: -o-transform 0.6s ease, opacity 0.6s ease;
-ms-transition: -ms-transform 0.6s ease, opacity 0.6s ease;
-moz-transition: -moz-transform 0.6s ease, opacity 0.6s ease;
-webkit-transition: -webkit-transform 0.6s ease, opacity 0.6s ease;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub li:hover .wsdownmenu-submenu-sub-sub {
opacity: 1;
list-style: none;
padding: 2px;
background-color: #fff;
}
.wsdownmenu-click {
display: none;
}
.wsdownmenu-click02 {
display: none;
}
.wsdownmenu-list li:hover>a {
/*background-color: rgba(0, 0, 0, 0.08) !important; */
text-decoration: none;
color: #fcb034;
}
.wsdownmenu-list>li>a:hover {
/*background-color: rgba(0, 0, 0, 0.08) !important; */
text-decoration: none;
color: #fcb034;
}
.wsdownmenu-list>li>a.active {
background-color: rgba(0, 0, 0, 0.08) !important;
text-decoration: none;
}
.hometext {
display: inline-block;
}
.wsdown-menuopner {
display: none !important;
}
/*--------------------------------------------------------------------------
|03 Tab CSS
--------------------------------------------------------------------------*/
@media only screen and (min-width:850px) and (max-width:1023px) {
.wsdownmenu-list>li>a>.fa {
display: inline-block!important;
}
.hometext {
display: inline-block !important;
}
.wsdownmenu {
font-size: 1em !important;
}
.wsdownmenu-list li a {
white-space: nowrap !important;
padding-left: 4px !important;
padding-right: 4px !important;
}
}
@media only screen and (max-width: 1023px) {
.wsdownmenu-list li a .arrow:after {
display: none !important;
}
}
@media only screen and (min-width: 851px) {
.wsdownmenu-list li:hover>.wsdownmenu-submenu {
display: block !important;
}
.wsdownmenu-submenu li:hover>.wsdownmenu-submenu-sub {
display: block !important;
}
.wsdownmenu-submenu-sub li:hover>.wsdownmenu-submenu-sub-sub {
display: block !important;
}
.wsdownmenu-list li:hover>.megamenu {
display: block !important;
}
}
.wsdownmenu-animated-arrow {
display: none;
}
.wsdownmenu-text {
display: none;
}
/*--------------------------------------------------------------------------
|04 Mobile CSS
--------------------------------------------------------------------------*/
@media only screen and (max-width: 850px) {
.hometext {
display: inline-block;
}
.wsdownmenu-mobile {
display: block;
}
.wsdown-mobile {
margin: 0px;
padding: 0px;
list-style: none;
float: none;
width: 100%;
}
.wsdown-mobile>li {
margin: 0px 0px 0px 0px !important;
display: block;
position: relative;
}
.wsdown-mobile>li>a {
display: block;
color: #000;
padding: 15px 25px;
background-color: rgba(255, 255, 255, 1) !important;
border-bottom: solid 1px rgba(0, 0, 0, 0.18)
}
.wsdown-mobile>li>a.active {
box-shadow: none;
}
.wsdown-mobile>li:hover>a {
box-shadow: none;
color: #fcb034;
}
.wsdownmenu-list>li>a>.arrow {
display: none !important;
}
.wsdownmenu {
width: 100%;
padding: 43px 0px 0px 0px !important;
margin: 0;
font-size: 1em !important;
}
.wsdownmenu-list {
display: none;
}
.wsdownmenu-list>li {
width: 100%;
float: none;
text-align: left;
clear: left;
}
.wsdownmenu-list>li>a {
border-right: none;
padding: 13px;
line-height: 20px;
text-transform: none;
}
.wsdownmenu-click {
display: block;
}
.wsdownmenu-click02 {
display: block;
}
.wsdownmenu-mobile-open {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.wsdownmenu-list>li:hover .wsdownmenu-submenu {
display: none;
}
.wsdownmenu-text {
display: block !important;
}
.wsdownmenu-list .wsdownmenu-submenu li:hover .wsdownmenu-submenu-sub {
display: none;
}
.wsdownmenu-list>li>.megamenu {
position: static;
display: none;
}
.wsdownmenu-list>li>.wsdownmenu-submenu {
position: static !important;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub {
position: static !important;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub .wsdownmenu-submenu-sub-sub {
position: static !important;
}
.wsdownmenu-animated-arrow {
border-image: none;
color: #333333;
cursor: pointer;
font-size: 1em;
line-height: 20px;
margin: 0;
padding: 21px 14px;
position: absolute;
right: 0;
text-align: center;
display: block !important;
top: 0;
vertical-align: middle;
height: 48px;
/* change */
width: 100%;
z-index: 1000;
}
.wsdownmenu-animated-arrow span, .wsdownmenu-animated-arrow span:before, .wsdownmenu-animated-arrow span:after {
cursor: pointer;
height: 3px;
width: 23px;
background: #c9c9c9;
position: absolute;
display: block;
content: '';
/* change */
right: 15px;
}
.wsdownmenu-animated-arrow span:before {
top: -7px;
/* change */
right: 0;
}
.wsdownmenu-animated-arrow span:after {
bottom: -7px;
/* change */
right: 0;
}
.wsdownmenu-animated-arrow span, .wsdownmenu-animated-arrow span:before, .wsdownmenu-animated-arrow span:after {
transition: all 500ms ease-in-out;
}
.wsdownmenu-click {
position: absolute;
top: 0;
right: 0;
display: block;
cursor: pointer;
z-index: 100;
width: 100%;
height: 46px;
}
.wsdownmenu-click i {
display: block;
height: 23px;
width: 25px;
margin-right: 8px;
margin-top: 11px;
background-size: 25px;
font-size: 21px;
color: rgba(0, 0, 0, 0.25);
float: right;
text-align: center;
}
.wsdownmenu-rotate {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.wsdownmenu-text {
width: 50%;
position: absolute;
top: 0px;
left: 0px;
color: #424242;
line-height: 48px;
text-indent: 15px;
font-weight: normal;
font-size: 1em;
display: none;
text-transform: none;
}
.wsdownmenuarrow-rotate>i {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.wsdownmenu-list li>.wsdownmenu-submenu {
-o-transform: none !important;
-moz-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
visibility: visible !important;
opacity: 1 !important;
}
.wsdownmenu-list li:hover>.wsdownmenu-submenu {
-o-transform: none !important;
-moz-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
visibility: visible !important;
opacity: 1 !important;
}
.wsdownmenu-list li>.megamenu {
-o-transform: none !important;
-moz-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
visibility: visible !important;
opacity: 1 !important;
}
.wsdownmenu-list li:hover>.megamenu {
-o-transform: none !important;
-moz-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
visibility: visible !important;
opacity: 1 !important;
}
}
.row a:link {
text-decoration: none;
color: #0067B1;
}
.row a:visited {
text-decoration: none;
color: #0067B1;
}
.row a:hover {
text-decoration: underline;
color: #fcb034;
}
p, ul, ol, li, b {
color: #6F6E6E;
}
.col-md-6 ul {
padding-left: 1em;
}
.col-md-6 li {
list-style: none;
padding-bottom: .5em;
}
.red {
color:#E31936;
}
.menu_indent {
padding-left: 1em;
}