@charset "utf-8";
/* CSS Document */
body {
  color: #333;
  background-color: #fff;
}
#top-header {
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
  overflow: visible;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  float: right;
  line-height: 28px;
  z-index: 9;
  background: #462679;
  /* padding: 2px 0; */
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.menubar .container {
  max-width: 950px;
}
.copy {
    border-top: 1px solid #3f4146;
    border-bottom: 1px solid #3f4146;
    color: #ccc;
    padding: 20px 0;
}
.dsaa a {
    border: 4px solid #fff;
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.dsaa img {
    max-width: 88px;
}
#top-header a span[class*=fa-] {
  /* font-size: 20px; */
  /* vertical-align: middle; */
}
#primary-menu ul li>a.bg {
    background: #462679!important;
    color: #fff!important;
}
#top-header a {
  padding: 8px 16px;
  display: inline-block;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
}
#top-header a:hover {
  text-decoration: none;
  background: #990000;
  color: #ffffff;
}
span.follow {
  float: right;
  line-height: 30px;
}
.follow img {
  /* border-radius: 50%; */
  max-width: 25px;
  height: auto;
  vertical-align: middle;
}
#top-header .follow a {
  /* transition: all ease 0.5s; */
  /* transform: rotate(0deg); */
  /* background: #ffe66e; */
  /* color: #fff; */
  /* border-radius: 50%; */
  /* width: 30px; */
  /* height: 30px; */
  /* text-align: center; */
  /* padding: 0; */
  /* line-height: 33px; */
}
#top-header .follow a:hover {
  /* background: white; */
  /* transition: all ease 0.5s; */
  /* transform: rotate(360deg); */
  color: #000;
}
article.fotercontent p {
  /* color: #ffffff !important; */
  /* font-weight: 500; */
  /* font-size: 15px; */ font-family: 'Open Sans', sans-serif;
  /* font-weight: 500; */
}
div#nav-res {
  float: right;
}
.fa-3x {
    font-size: 3em;
}
div#top-header span.fa-light, div#top-header span.fa-regular, footer span.fa-light, footer span.fa-regular {
  margin-right: 4px;
  line-height: 28px;
  /* margin: 0; */
}
div#top-header .follow span {
  margin: 0 !important; /* line-height: 30px; */
}
.textbox span.fa {
  margin-right: 4px;
}
.fasocial {
  font-size: 20px !important;
  vertical-align: middle;
}
.contactinfo h4 {
  margin: 0;
}
.contactinfo h4 a, .contactinfo h4 i {
  color: navy;
}
.text-navy {
  color: navy !important;
}
.menubar {
  float: right;
  width: auto;
  background: #900;
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0 !important;
  vertical-align: middle;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
#primary-menu ul li.sub-menu a span {
  transform: rotate(0deg);
  transition: all ease 0.5s;
}
#primary-menu ul li.sub-menu:hover a span, #primary-menu ul li.sub-menu:active a span, #primary-menu ul li.sub-menu:focus a span {
  transform: rotate(180deg);
  transition: all ease 0.5s;
}
#primary-menu {
  float: right;
  width: 100%;
  background: 0 0;
  border: 0;
}
#header.full-header #primary-menu > ul {
  /* float: none; */
  /* width: 100%; */
  display: flex;
  flex-direction: ROW;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: auto;
}
#primary-menu > ul > li:first-child {
  margin-left: 0;
  border-left: 0;
}
#primary-menu ul li {
  border: 0;
}
#primary-menu ul li > a {
  transition: all ease .5s;
  display: block;
  line-height: normal;
  padding: 15px 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: margin .4s ease, padding .4s ease;
  -o-transition: margin .4s ease, padding .4s ease;
  transition: margin .4s ease, padding .4s ease;
  transition: all ease .5s;
  position: relative;
  border-radius: 0px; 
  font-family: 'Open Sans', sans-serif;
}
#primary-menu ul .dropdown-menu > li > a {
  color: #ffffff !important;
  font-weight: 600;
  color: #fff;
  padding: 9px 10px;
  border: 0;
  letter-spacing: 1px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: nowrap;
  margin: 0;
  /* border: 1px solid transparent; */
}
#primary-menu > ul > li {
  float: none;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  flex: 1 0 auto;
}
#primary-menu > ul > li > a:after {
  position: absolute;
  bottom: -3px;
  background: #cf8900 !important;
  /* content: ""; */
  left: 0;
  right: 0;
  height: 3px;
  transition: all ease .4s;
  width: 0;
  /* opacity: 0; */
  /* visibility: hidden; */
  margin: auto;
}
#primary-menu ul li > a:hover:after {
  transition: all ease .4s;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
#primary-menu ul li {
  position: relative;
}
.socisl a {
  color: #000;
  padding: 5px 10px;
  display: inline-block;
}
.socisl a span {
  line-height: 21px;
}
.socisl a:hover {
  background: #fff;
  color: #000;
}
.contacts-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts-info ul li {
  list-style: none;
  display: inline-block
}
.contacts-info a {
  font-size: 15px;
  padding: 5px 15px;
  display: inline-block;
  color: #000;
  border-right: 1px solid #008e5a;
}
ul.socialbar {
  float: left;
  line-height: normal;
  list-style: none;
}
.contacts-info a.bg {
  padding: 5px 15px;
  display: inline-block;
  background: #fff;
  color: #000;
  margin-left: 20px;
}
/*.contacts-info a:hover {
	background: #de0c0b;
	color: #fff;
}*/
.contacts-info a span {
  line-height: 21px;
}
div#logo {
  text-align: center;
  padding: 15px 0;
  background-color: transparent;
  float: left;
  background: 0 0;
  position: relative;
  z-index: 99;
  width: 100%;
}
div#logo a img {
  height: auto;
  width: auto;
  max-height: 54px;
  /* margin-top: 4px; */
}
div#logo a {
  /* float: left; */
  line-height: 38px;
  color: #000;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
div#logo a:hover {
  text-decoration: none
}
div#logo h2 {
  text-transform: none;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: rgb(255, 230, 110);
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}
div#top-header a:hover {}
.socialf a {
  font-size: 15px;
  /* color: #fff !important; */
  /* margin-left: 10px; */
}
.socialf a span.fa, .socialf a span.fa-light, .socialf a span.fa-regular, .socialf a span.fab {
  font-size: 25px;
}
.button.button-full.bggray {
  background: #1dcb8b !important;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  float: left;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.button.button-full.bggray:hover {
  opacity: 0.8;
  text-decoration: none;
}
#top-header ul.socialbar {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#top-header ul.socialbar li a:hover span {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
#top-header ul.socialbar li a:hover span {
  transform: rotate(365deg);
}
#top-header .follow a:hover {
  /* background: #b47a2b; */
  color: #000 !important;
  /* transition: all ease 0.5s; */
  /* transform: rotate(360deg); */
}
.follow img {
  /* border-radius: 50%; */
  max-width: 25px;
  height: auto;
  vertical-align: middle;
}
#top-header ul.socialbar li {
  display: inline-block;
}
#top-header ul.socialbar li a {
  padding-right: 10px;
  color: #000;
  font-size: 15px;
  padding: 5px 10px;
  border-right: 1px solid #008e5a;
}
header {
  z-index: 9;
  float: left;
  width: 100%;
  padding: 0;
  background: #ffffff !important;
  transition: all 0.5ms ease 0s;
  border-width: 0px;
  /* background: url(../images/header.png) center center #110b06; */
  border-bottom: 1px solid #eee;
}
header .navbar-nav > li {

  display: inline-block;
  float: none;
  display: inline-block;
}
header .navbar-nav > li > a {
  display: block;
  line-height: 22px;
  padding: 24px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: margin .4s ease, padding .4s ease;
  -o-transition: margin .4s ease, padding .4s ease;
  transition: margin .4s ease, padding .4s ease;
}
header .navbar-nav {
  width: 100%;
  float: left;
  width: 100%;
  text-align: center
}
header .navbar-nav > li > a:hover, header .navbar-nav > li > a:focus {
  color: #1dcb8b !important;
  background: transparent !important;
}
header .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #462679!important;
  height: auto;
  z-index: 199;
  top: 100%;
  width: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: left;
  border-radius: 0px !important;
  min-width: 170px;
  border-radius: 4px;
  border: 0;
}
header .dropdown-menu li a {
  font-size: 13px;
  font-weight: 600;
  /* background: #462679!important; */!important;
  color: #ffffff !important;
  /* outline: 0px !important; */
  /* box-shadow: 0 0 15px #0054a6; */
  /* padding: 6px 10px !important; */
  border: 0;
  letter-spacing: 0;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  margin: 0 !important;
  border-bottom: 1px solid transparent;
}
header .dropdown-menu li a:hover {
  /* background-color: #fff !important; */
  /* color: #fff !important; */
  transition: all ease 1s;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}
header ul.nav.navbar-nav li:hover > ul {
  display: block;
}
header .navbar-nav > li:last-child > a {
  padding-right: 0;
}
header ul.nav.navbar-nav li:hover > ul li {
  position: relative
}
header ul.nav.navbar-nav ul {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.navbar-default {
  background: #fff;
  border: 0;
  margin-bottom: 0;
}
.togglenav {
  display: none;
}
#footer {
  background-color: #333;
  color: #CCC;
  border-top-color: rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
}
.dark #copyrights {
  /* background-color: transparent; */
  /* color: #fff; */
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#copyrights {
  font-size: 13px;
}
#copyrights a {
  /* color: #fff; */
}
.barfull {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 30px 0 20px;
  font-size: 20px;
  color: #fff;
  background: #015697;
  position: relative;
  z-index: 99;
}
.textbox h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.footerbox {
  display: block; /* padding: 30px 0; */
}
.textbox {
  text-align: center;
  float: left;
  margin-left: 20px;
  font-size: 15px;
  font-weight: normal;
}
.footerbox p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.barfull a {
  color: #000;
}
.feature-box.fbox-bg.fbox-center p span.fa {
  margin-right: 4px;
}
.barfull a:hover {
  color: #fff;
  text-decoration: none;
}
.barfull a {
  color: #fff;
  word-break: break-all;
}
.feature-box {
  position: relative;
  text-align: center;
}
.feature-box.fbox-center.fbox-plain .fbox-icon span {
  font-size: 50px;
  line-height: 74px !important;
  color: #000;
}
.feature-box h3 span.subtitle, .feature-box h3 {
  color: #fff;
}
.feature-box h3 span.subtitle {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  text-transform: none;
}
.feature-box.fbox-bg.fbox-center {
  margin-top: 68px;
  padding: 68px 5px 30px;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 75px !important;
  height: 75px !important;
  vertical-align: middle;
}
.feature-box .fbox-icon {
  display: block;
}
.feature-box.fbox-bg.fbox-center .fbox-icon {
  position: absolute;
  top: -48px;
  left: 0;
  margin: 0 auto -48px;
  right: 0;
}
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
  background-color: #e8e00f;
  border-radius: 50%;
  width: 75px !important;
  height: 75px !important;
  vertical-align: middle;
}
.feature-box.fbox-center.fbox-plain .fbox-icon i {
  font-size: 50px;
  line-height: 74px !important;
  color: #000;
}
.feature-box > h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #fff;
}
.ccards span {
  font-size: 35px;
  margin: 05px;
}
.feature-box p {
  font-size: 14px;
  margin-top: 8px;
  text-transform: none;
  line-height: 20px;
}
#copyrights a:hover, footer a:hover {
  text-decoration: none; /* color: #fff; */
}
.followus {
  float: left;
  width: 100%;
}
.followus a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.fbox-icon a:hover {
  text-decoration: none !important;
}
footer a:hover {
  /* color:#fff; */
  text-decoration: none;
}
footer h4 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
  color: #f30e0e;
  margin-top: 0;
}
#footer.dark, .dark #footer {
  position: relative;
  border: 0;
  padding: 10px 0 20px;
  float: left;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  background: #000;
  color: #fff;
}
ul.navfooter {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  text-align: center;
}
.rights {
  float: left;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #064677;
  background: #015697;
}
.button.button-full.bggray {
  font-size: 20px;
}
.rights a {
  color: #fff;
}
ul.navfooter li a {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0 10px;
}
ul.navfooter li:last-child a {
  border: 0;
}
footer#footer:before {
  position: absolute;
  left: 0;
  display: none;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
ul.navfooter {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
ul.navfooter li {
  text-align: center;
  display: inline-block;
  padding: 10px;
}
ul.navfooter li a {
  color: rgba(255, 255, 255, 0.6);
}
.ccards span {
  font-size: 35px;
  margin: 05px;
}
ul.navfooter li a:hover {
  color: #fff;
}
.upperfooter {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.upperfooter span {
  float: left;
  width: 40px;
  margin: 5px 0;
  text-align: center;
  color: #fff;
}
.infofooter {
  width: 80%;
  text-align: left;
  float: left;
  color: #fff;
  vertical-align: middle;
}
.infofooter.infomobile {
  padding-top: 10px;
  font-size: 15px;
  font-weight: bold;
}
ul.navfooter {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
ul.navfooter li {
  text-align: center;
  display: inline-block;
  padding: 10px;
}
ul.navfooter li a {
  color: rgba(255, 255, 255, 0.6);
}
.ccards span {
  font-size: 35px;
  margin: 05px;
}
footer#footer:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.infofooter a {
  color: #ff6600;
}
#copyrights {
  font-size: 13px;
  border-top: 0px solid rgba(0, 0, 0, 0.3);
  background: rgb(0 0 0) !important;
  margin-top: 0px;
}
.upperfooter a {
  color: #ccc;
}
.dark a:hover {
  color: #EEE;
}
.upperfooter p {
  margin-bottom: 0;
}
img.logof {
  border-radius: 50%;
  border: 3px solid #ccc;
  margin-top: 15px;
}
ul.navfooter {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
ul.navfooter li {
  text-align: left;
  display: block;
  padding: 0;
}
ul.navfooter li a {
  color: rgba(255, 255, 255, 0.9);
  line-height: 26px;
}
ul.navfooter li a:hover {
  color: #fff;
}
footer#footer h4 {
  margin-bottom: 10px !important;
  display: block;
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 7px;
  color: #fff;
}
footer#footer a, footer#footer p {
  color: #fff;
}
ul.navfooter {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
ul.navfooter li {
  text-align: center;
  display: inline-block;
}
ul.navfooter li a {
  color: rgba(255, 255, 255, 0.6);
}
ul.navfooter li a:hover {
  color: #fff;
}
.foterphones p span {
  float: none;
}
header ul.nav.navbar-nav ul > ul li {
  position: relative
}
header ul.nav.navbar-nav ul > li.sub-menu > ul {
  display: none !important;
  position: absolute;
  top: 0;
  left: 99%;
}
header ul.nav.navbar-nav ul > li.sub-menu:hover > ul {
  display: block !important;
}
.togglerclose {
  display: none;
  position: static;
  float: left;
  width: 100%;
  padding: 12px;
}
#primary-menu > ul > li > a:hover, #primary-menu > ul > li > a:focus, #primary-menu > ul > li:hover > a, #primary-menu > ul > li:focus > a {
  transition: all ease 1s;
  background: #462679 !important;
  color: #ffffff !important;
}
.overlay {
  background: rgb(0 0 0 / 80%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.footer {
  position: relative;
  float: left;
  width: 100%; 
  background: rgb(5 6 5);
  font-size: 16px;
  color: #fff;
}
.footerinfo {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
article.fotercontent {
  padding: 30px 0 30px;
  display: block;
  text-align: left;
  /* background: #afdfe6; */
}
footer h5 {
  font-size: 19px;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0;
}
article.fotercontent iframe {
  /* padding: 5px; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  background: #fff;
}
.iframe {
  border: 10px solid #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
footer img {
  max-width: 221px;
  height: auto;
}
.mt-1 {
  margin-top: 1em !important
}
.footerinfo .bx {
  border: 1px solid #626262;
  text-align: center;
  padding: 15px;
  margin: 5px;
  flex: 1;
  vertical-align: middle;
}
article.fotercontent strong {
  /* color: #000000; */
  /* font-weight: 500; */
}
.footertop {
  background: #fb941b;
  padding: 25px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.addressbox {
  padding: 20px;
}
article.footertop h1 {
  color: #fff !important;
}
article.footertop span.fa {
  color: #fff;
}
footer.footer .footertop a, footer.footer .footertop span {
  color: #fff;
  border-color: #fff !important;
}
.footer a {
  color: #ffffff;
}
ul.fnav {
  margin: 0;
  padding: 0;
  text-align: left;
}
ul.fnav li {
  list-style: none;
  display: block;
}
ul.fnav li a {
    color: #e0dede;
    font-size: 13px;
    padding: 5px 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    border-left: 0;
    position: relative;
}
.footer a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.socials a.fb {
  /* background: #ffffff; */
  color: #000;
  transition: all ease .5s;
  /* border: 1px solid transparent; */
}
.socials a span.fa {
  line-height: 27px;
  margin: 0 !important;
}
.socials a.fb:hover {
  /* background: #008bff; */
  /* color: #ffffff; */
  /* transition: all ease .5s; */
}
.socials a.yelp {
  background: red;
  color: #fff;
  transition: all ease .5s;
  border: 1px solid transparent
}
.socials a.yelp:hover {
  background: #fff;
  color: red;
  transition: all ease .5s;
  border: 1px solid transparent
}
.socials a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 4px
}
#copyrights p {
  margin: 0;
  color: #fff;
}
footer.footer.light #copyrights p, footer.footer.light #copyrights a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: bold;
}
article#copyrights a {
  /* color: #ffffff; */
}
article#copyrights a:hover {
  /* text-decoration: underline !important; */
  /* color: #ffffff !important; */
}
.socialf {
  margin-bottom: 13px;
}
footer span[class*=fa-] {
  margin-right: 4px !important;
  /* font-size: 18px; */
}
.socialf span {
  font-size: 25px !important;
}
.socialf a {
  font-size: 17px;
  /* padding: 10px; */
}
#copyrights {
  text-align: center;
  font-size: 13px;
  z-index: 999;
  width: 100%;
  float: left;
  margin-top: 0;
  position: static;
  font-weight: 400;
  padding: 10px 0;
  height: auto;
  background-position: center bottom;
  background-size: auto;
  background-repeat: repeat-x;
  /* border-top: 1px solid #414141; */
}
#top-header a span[class*=fa-] {
  /* font-size: 15px; */
  /* vertical-align: middle; */
  margin-right: 5px;
  line-height: 30px;
}
header ul.dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
  box-shadow: 0 0 15px #b5b5b5;
}
#primary-menu ul li > a:before {
  left: 0;
  position: absolute;
  bottom: 0;
  /* background:url(../images/border.png) left bottom no-repeat; */
  content: "";
  height: 5px;
  transition: all ease .8s;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  background: #1076bc;
  display: none;
}
#primary-menu > ul > li > a:hover:before {
  transition: all ease .6s;
  left: 0;
  opacity: 1;
  width: 100%;
  visibility: visible; /* left: auto; */
}
article.footertop h1 { 
  font-size: 24px;
  line-height: 30px;
  /* margin: 0; */
  font-weight: 600;
}
article.footertop a:hover {
  color: #fff !important;
  /* text-decoration: underline !important; */
}
article.footertop a {
  color: #fff;
}
footer.footer .footertop h2 {
  text-transform: uppercase;
  color: #000 !important;
  margin: 0;
}
.address2 {
  background: #bc8d09;
}
.fa-2x {
  font-size: 2em !important;
}
ul.fnav.inline_menu li {
  display: inline-block;
}
ul.fnav.inline_menu {
  text-align: center;
}
ul.fnav.inline_menu li a {
  padding: 5px 10px;
}
.footermenu {
  float: left;
  width: 100%;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #343434;
  padding-bottom: 10px;
}
span.social_footer {
  /* float: left; */
  margin-top: 15px;
}
span.social_footer a {
  padding: 10px 15px 10px 0;
  font-size: 20px;
}
.socialf {
  font-size: 16px;
}
div#primary-menu-trigger {
  display: none;
}
li.authrised {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 99px;
  /* margin-right: 10px; */
  /* margin-left: 10px; */
  padding-right: 0;
  /*    padding: 0 20px;*/
  list-style: none;
}
li.authrised div.AuthorizeNetSeal {
  text-align: center;
  margin: 0px auto !important;
  padding: 0;
  width: 90px;
  font: normal 9px arial, helvetica, san-serif;
  display: block;
}
.footer.dark, .footer.dark p, .footer.dark a, .footer.dark ul li a {
  /* color: #ffffff; */
  letter-spacing: 0px;
  font-family: 'Open Sans', sans-serif;
}
.mt-3 {
  margin-top: 3em !important;
}
.socialf a {
  font-size: 25px;
}
ul.imagebox {
  display: flex;
  justify-content: space-around;
  list-style: none;
  align-items: end;
}
ul.imagebox li {
  /* display: inline-block; */
  /* vertical-align: top; */
}
.text-blue {
  color: #05c100 !important;
}
.footer.light h1, .footer.light h2, .footer.light h3 {
  color: #000;
}
.footer.light a:hover, .footer.light ul li a:hover {
  color: #ffffff !important;
}
.footer.dark h1, .footer.dark h2, .footer.dark h3 {
  font-size: 25px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px !important;
  letter-spacing: 1px;
  /* text-transform: none; */
  font-weight: bold;
  color: #ffffff;
}
footer.footer h2 {
  color: rgb(255 255 255);
  font-size: 18px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 22px !important;
  font-size: 18px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(255 255 255);
  /* font-family: 'Anton', sans-serif; */
  color: #ffffff !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px !important;
}
.footer.dark, .footer.dark p, .footer.dark a, .footer.dark ul li a {
  /* color: #fff; */
  /* background: #114f75; */
  letter-spacing: 0px;
}
span.social_footer a {
  padding: 10px 15px 10px 10px;
  font-size: 31px;
}
span.social_footer a {
  padding: 10px 15px 10px 10px;
  font-size: 31px;
}
.footer a {
  font-weight: 500;
  word-break: break-word;
}
#primary-menu ul.dropdown-menu.dropdown-menu-inverse {
  right: 0;
  left: auto;
}
article.footertop {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
article.footertop h1 {
  margin: 0;
}
button.lines-button.x.close {
  text-indent: 0 !important;
  outline: none !important;
  background-image: none !important;
   
   
   
   
}
.shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, .4);
  max-width: 100%;
  height: auto;
  background: #fff;
  /* -webkit-box-shadow: #000 0 35px 30px -30px; */
  /* box-shadow: #000 0 35px 30px -30px; */
  border: 8px solid #fff;
  border-radius: 5px;
}
footer .media {
  margin-top: 15px;
}
footer .media span {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 4px;
}
.footerNav {
  text-align: center;
  border-top: 1px solid #303030;
  float: left;
  width: 100%;
  padding: 5px 0;
}
.footerNav ul {
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footerNav ul li {
  display: inline-block;
}
.footerNav ul li a {
  padding: 10px 10px;
  float: none;
  border-radius: 4px;
  margin: 0 5px;
  text-decoration: none !important;
  display: inline-block;
  font-weight: bold !important;
   
   
}
.footer.dark .footerNav ul li a:hover {
  background: #61bb99;
  text-decoration: none !important;
  color: #000000 !important;
}
/* responsive */
@media only screen and (min-width: 1025px) {
  .lg-text-right {
    text-align: right !important;
  }
  header .navbar-nav > li {
    float: left;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .lg-text-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1025px) {
  .lg-text-right {
    text-align: right !important;
  }
}
@media (max-width:991px) {
  footer.footer h2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px !important;
    letter-spacing: 0;
  }
  #primary-menu > ul > li.current > a, #primary-menu > ul > li:hover > a {
    /* color: #ffd313 !important; */
    /* background: transparent !important; */
    box-shadow: none;
  }
  .togglemenudropdown {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px !important;
  }
  .contactinfo {
    margin-top: 0;
    margin-bottom: 10px;
  }
  header .navbar-nav > li > .dropdown-menu a {
    color: #fff;
    padding: 5px 25px;
    font-weight: normal;
  }
  .corner {
    position: absolute;
    top: 0px;
    right: 7%;
  }
  div#nav-res {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 auto !important;
    width: 100%;
    top: 0;
    float: left;
    box-shadow: none;
  }
  header {
    border-bottom: 0;
    padding: 5px 0;
    /* background: #fff; */
  }
  header .navbar-nav {
    float: right;
    width: 100%;
  }
  .togglenav {
    display: block;
    position: absolute;
    left: 20px;
    border: 0;
    font-size: 24px;
    background: transparent;
    top: 21px;
    z-index: 9999999;
  }
  footer .rights p {
    margin: 0px;
    line-height: 30px;
    text-align: center;
  }
  .togglenav:focus {
    outline: none;
  }
  header .navbar-nav > li > a {
    padding: 10px 0;
    width: 100%;
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777;
    text-align: left;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }
  .dropdown-menu {
    border: 0 !important;
  }
  header .nav > li {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    float: left;
  }
  .line, .double-line {
    margin: 20px 0;
  }
  #primary-menu ul li > a {
    padding: 8px 10px;
    color: #000000 !important;
    border-radius: 0;
    margin: 0;
    /* border-bottom: 1px solid #ebebeb; */
    /* border: 0; */
  }
  #primary-menu ul .dropdown-menu > li > a {
  color: #000000 !important;
  }
  #primary-menu ul li > a:hover {
    transition: all ease 1s;
    background: #462679 !important;
    color: #ffffff !important;
    box-shadow: none;
  }
  #header.full-header #primary-menu > ul, #header.full-header #primary-menu > ul li {
    text-align: left; /* margin: 0; */ /* padding: 0; */
  }
  header .dropdown-menu {
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    text-align: left;
    display: block;
    background: transparent;
    text-align: left;
    padding-left: 20px;
    border-radius: 4px !important;!i;!;
  }
  #copyrights {
    text-align: center;
  }
  header .logo {
    margin: 10px 0 10px 0;
  }
  #nav-res, .top-bar {
    display: none;
  }
}
.button.button-full.bggray span.fa {
  margin-right: 5px;
}
.icon-action-redo, .icon-action-undo, .icon-anchor, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-badge, .icon-bag, .icon-ban, .icon-bar-chart, .icon-basket, .icon-basket-loaded, .icon-bell, .icon-book-open, .icon-briefcase, .icon-bubble, .icon-bubbles, .icon-bulb, .icon-calculator, .icon-calendar, .icon-call-end, .icon-call-in, .icon-call-out, .icon-camcorder, .icon-camera, .icon-check, .icon-chemistry, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-compass, .icon-control-end, .icon-control-forward, .icon-control-pause, .icon-control-play, .icon-control-rewind, .icon-control-start, .icon-credit-card, .icon-crop, .icon-cup, .icon-cursor, .icon-cursor-move, .icon-diamond, .icon-direction, .icon-directions, .icon-disc, .icon-dislike, .icon-doc, .icon-docs, .icon-drawer, .icon-drop, .icon-earphones, .icon-earphones-alt, .icon-emoticon-smile, .icon-energy, .icon-envelope, .icon-envelope-letter, .icon-envelope-open, .icon-equalizer, .icon-eye, .icon-eyeglasses, .icon-feed, .icon-film, .icon-fire, .icon-flag, .icon-folder, .icon-folder-alt, .icon-frame, .icon-game-controller, .icon-ghost, .icon-globe, .icon-globe-alt, .icon-graduation, .icon-graph, .icon-grid, .icon-handbag, .icon-heart, .icon-home, .icon-hourglass, .icon-info, .icon-key, .icon-layers, .icon-like, .icon-link, .icon-list, .icon-lock, .icon-lock-open, .icon-login, .icon-logout, .icon-loop, .icon-magic-wand, .icon-magnet, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-map, .icon-microphone, .icon-mouse, .icon-moustache, .icon-music-tone, .icon-music-tone-alt, .icon-note, .icon-notebook, .icon-paper-clip, .icon-paper-plane, .icon-pencil, .icon-picture, .icon-pie-chart, .icon-pin, .icon-plane, .icon-playlist, .icon-plus, .icon-pointer, .icon-power, .icon-present, .icon-printer, .icon-puzzle, .icon-question, .icon-refresh, .icon-reload, .icon-rocket, .icon-screen-desktop, .icon-screen-smartphone, .icon-screen-tablet, .icon-settings, .icon-share, .icon-share-alt, .icon-shield, .icon-shuffle, .icon-size-actual, .icon-size-fullscreen, .icon-social-dribbble, .icon-social-dropbox, .icon-social-facebook, .icon-social-tumblr, .icon-social-twitter, .icon-social-youtube, .icon-speech, .icon-speedometer, .icon-star, .icon-support, .icon-symbol-female, .icon-symbol-male, .icon-tag, .icon-target, .icon-trash, .icon-trophy, .icon-umbrella, .icon-user, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-users, .icon-vector, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-wallet, .icon-wrench {
  font-family: Simple-Line-Icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.page-header.md-shadow-z-1-i.navbar.navbar-static-top.oe-header {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .menubar {
    /* margin-top: 26px; */
  }
  #primary-menu > ul > li.sub-menu:hover > .dropdown-menu {
    display: block;
  }
  #primary-menu ul ul li {
    float: none;
    margin: 0;
    text-align: left;
    /* border-bottom: 1px solid #433428; */
  }
  #primary-menu ul ul li:last-child {
    border: 0;
  }
  #primary-menu ul ul li:hover a {
    transition: all ease 1s;
    transition: all ease 1s;
    background: #990000 !important;!i;!;
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .lines-button {
    display: none
  }
  header .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    transition: all ease 0.3s;
    height: 3px;
    background: #1dcb8b;
  }
  header .navbar-nav {
    float: right;
  }
  header .navbar-nav > li:hover > a:before {
    width: 100%;
    transition: all ease 0.3s;
  }
}
@media (max-width: 991px) {
  #top-header {
  /* display:none; */
  padding: 5px 0;
  }
  header .dropdown-menu {
    box-shadow: none !important;
    background: #fff!important;
    border-radius: 4px !important;
    /* overflow: hidden; */
    padding-left: 10px;
  }
  .footerinfo {
    display: block;
  }
  .togglerclose {
    /* display: block; */
  }
  header .container {
    position: relative
  }
  .menubar {
    float: left;
    position: static;
    width: 100%;
    overflow: auto;
    top: 0;
    height: 80vh;
    max-width: 100%;
    background: #ffffff;
    padding: 0;
    margin-top: 0;
    display: none;
  }
  div#top-header a {
    /* padding: 0px 11px; */
    text-transform: none;
    font-size: 13px;
    /* display: block; */
    text-align: center;
    line-height: normal;
  }
  header ul.nav.navbar-nav ul > li.sub-menu > ul {
    position: static;
    display: block !important;
  }
  div#logo {
    /* max-width: 100%; */
    float: right;
    height: auto;
    /* margin: 0; */
    text-align: left;
    /* width: 100%; */
    box-shadow: none;
    /* display: table; */
    /* margin-right: 40%; */
    margin-top: 0;
    /* width: calc(100% - 44px); */
  }
  li.sub-menu span.fa {
    /* width: 25px; */
    /* text-align: center; */
    /* z-index: 999; */
    /* top: 0; */
    /* bottom: auto; */
    /* height: 33px; */
    /* line-height: 30px; */
  }
}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width: 991px) {
  div#primary-menu-trigger, .closemenu {
    margin-top: 16px;
    display: inline-block;
  }
  .closemenu img {
    max-width: 23px;
    height: auto;
    margin-left: 11px;
  }
  #primary-menu-trigger img {
    max-width: 40px;
    height: auto;
  }
  #top-header a {
  padding: 5px 5px;
  }
  div#logo a img {
    /* height: auto; */
    float: none;
    /* margin: 5px auto; */
    /* max-height: 85px; */
    padding: 0;
    /* max-width: 83px; */
    margin-right: 0;
    /* display: table-cell; */
    box-shadow: none;
    max-height: 61px;
    position: relative;
    /* left: 40%; */
    /* transform: translateX(-40%); */
    max-width: 100%;
  }
  div#logo a {
    line-height: 29px;
  }
  #logo {
    /* display: block; */
    /* float: right; */
    /* margin: 0 auto 0 !important; */
    text-align: center;
    border: 0 !important;
    padding: 0px 0 !important;
  }
}
@media (min-width:1200px) {
  header .container, footer .container {
    max-width: 1200px;
    width: 100%;
  }
  footer .container {
    width: 1250px;
  }
  nav#primary-menu {
    /* margin-top: 36px; */
  }
}
@media (min-width:1025px) and (max-width:1199px) {
  #copyrights {
    text-align: center;
  }
  header .navbar-nav > li > a {
    padding: 15px 10px;
  }
  #logo img {
    margin: 0;
  }
  #logo {
    /* max-width: 178px; */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .navbar-nav > li > a {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  #logo img {
    margin: 0;
  }
}
header .navbar-nav {
  float: right;
}
@media (max-width: 767px) {
  article.fotercontent {
    padding: 30px 0 20px;
  }
  footer .contactinfo { /* margin-top: 20px; */
  }
  div#logo h2 {
    font-size: 30px;
    text-align: center;
    float: none;
    letter-spacing: 0px;
    line-height: 30px;
    max-width: 200px;
    margin: auto;
  }
  footer.footer h2 {
    margin-top: 19px;
    margin-bottom: 10px;
  }
  span.pull-left.follow {
    width: 100%;
  }
  .menubar.primary-menu-open {
    right: 0;
    transition: all ease .5s;
    width: 100%;
  }
  #top-header ul.socialbar {
    float: none;
  }
  #top-header ul.socialbar li a, .contacts-info a {
    border: 0;
  }
  .textbox {
    margin: 10px 0;
  }
  ul.navfooter {
    margin-bottom: 10px;
  }
  .socisl {
    text-align: center !important;
  }
  .barfull {
    padding: 10px;
    font-size: 14px;
  }
  ul.navfooter li {
    padding: 0px 5px 5px 5px;
  }
  footer#footer h4 {
    margin-top: 25px;
  }
  .fb {
    display: none !important;
  }
  .contacts-info a {
    padding: 2px 5px;
    display: inline-block;
  }
  #top-header .contacts-info {
    text-align: center;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .infotop a {
    display: block;
  }
  header .navbar-nav {
    float: right;
    width: 100%;
    margin: 0;
  }
  .top-bar {
    display: none;
  }
  .flink a {
    display: block;
  }
  .logo-desk {
    display: none !important;
  }
  .logo-mobile {
    display: block;
  }
  header .navbar-nav > li > a {
    padding: 6px 5px;
    border-color: #2c3e50;
  }
  img.footer-logo {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .navbar-nav > li ul.dropdown-menu {
    position: relative;
    padding: 0 9%;
    background: transparent;
    box-shadow: none !important;
  }
  .navbar-nav > li a {
    border-bottom: 1px solid #ddd;
  }
  #footer.dark, .dark #footer {
    padding: 8px 0 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  div#logo h2 {
    font-size: 24px;
  }
  #header.full-header #logo {
    margin-top: 0;
    width: 100%;
    text-align: center;
    float: right;
    /* width: calc(100% - 50px); */
  }
  .menubar {
    width: 100%;
    margin-top: 10px;
  }
  #primary-menu ul li > a {
    /* padding: 4px; */
    /* margin: 0; */
  }
  div#logo a {
    width: 100%;
    text-align: center;
    float: left;
  }
  div#logo a img {
    float: none;
    margin: auto;
    max-height: 60px;
  }
  div#logo img { /* max-width: 150px; */
  }
  #header #header-wrap .container {
    width: 100%;
  }
  nav#primary-menu {
    /* margin-top: 22px; */
  }
}
.icon-action-redo, .icon-action-undo, .icon-anchor, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-badge, .icon-bag, .icon-ban, .icon-bar-chart, .icon-basket, .icon-basket-loaded, .icon-bell, .icon-book-open, .icon-briefcase, .icon-bubble, .icon-bubbles, .icon-bulb, .icon-calculator, .icon-calendar, .icon-call-end, .icon-call-in, .icon-call-out, .icon-camcorder, .icon-camera, .icon-check, .icon-chemistry, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-compass, .icon-control-end, .icon-control-forward, .icon-control-pause, .icon-control-play, .icon-control-rewind, .icon-control-start, .icon-credit-card, .icon-crop, .icon-cup, .icon-cursor, .icon-cursor-move, .icon-diamond, .icon-direction, .icon-directions, .icon-disc, .icon-dislike, .icon-doc, .icon-docs, .icon-drawer, .icon-drop, .icon-earphones, .icon-earphones-alt, .icon-emoticon-smile, .icon-energy, .icon-envelope, .icon-envelope-letter, .icon-envelope-open, .icon-equalizer, .icon-eye, .icon-eyeglasses, .icon-feed, .icon-film, .icon-fire, .icon-flag, .icon-folder, .icon-folder-alt, .icon-frame, .icon-game-controller, .icon-ghost, .icon-globe, .icon-globe-alt, .icon-graduation, .icon-graph, .icon-grid, .icon-handbag, .icon-heart, .icon-home, .icon-hourglass, .icon-info, .icon-key, .icon-layers, .icon-like, .icon-link, .icon-list, .icon-lock, .icon-lock-open, .icon-login, .icon-logout, .icon-loop, .icon-magic-wand, .icon-magnet, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-map, .icon-microphone, .icon-mouse, .icon-moustache, .icon-music-tone, .icon-music-tone-alt, .icon-note, .icon-notebook, .icon-paper-clip, .icon-paper-plane, .icon-pencil, .icon-picture, .icon-pie-chart, .icon-pin, .icon-plane, .icon-playlist, .icon-plus, .icon-pointer, .icon-power, .icon-present, .icon-printer, .icon-puzzle, .icon-question, .icon-refresh, .icon-reload, .icon-rocket, .icon-screen-desktop, .icon-screen-smartphone, .icon-screen-tablet, .icon-settings, .icon-share, .icon-share-alt, .icon-shield, .icon-shuffle, .icon-size-actual, .icon-size-fullscreen, .icon-social-dribbble, .icon-social-dropbox, .icon-social-facebook, .icon-social-tumblr, .icon-social-twitter, .icon-social-youtube, .icon-speech, .icon-speedometer, .icon-star, .icon-support, .icon-symbol-female, .icon-symbol-male, .icon-tag, .icon-target, .icon-trash, .icon-trophy, .icon-umbrella, .icon-user, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-users, .icon-vector, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-wallet, .icon-wrench {
  font-family: Simple-Line-Icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.page-header.md-shadow-z-1-i.navbar.navbar-static-top.oe-header {
  padding: 0 !important;
}
.footer span.fa {
  margin-right: 5px;
}
.footertop span.fa {
  margin-right: 6px;
  font-size: inherit;
}
.barfull span.fa {
  margin-right: 5px;
}
.shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, .4);
  padding: 10px;
  max-width: 100%;
  height: auto;
  background: #fff;
}
span.pull-left.follow span.fa {
  margin: 0 !important;
}
/* css for line menu*/
.lines-button {
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0;
  outline: none !important;
  float: left;
  margin-top: 3px;
  color: #fff;
}
.lines {
  display: inline-block;
  width: 30px;
  height: 0.3571428571rem;
  background: #ffffff;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  position: relative;
  /* background: transparent; */
  /*create the upper and lower lines as pseudo-elements of the middle line*/
  height: 4px;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #ffffff;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.1785714286rem center;
  -moz-transform-origin: 0.1785714286rem center;
  -ms-transform-origin: 0.1785714286rem center;
  transform-origin: 0.1785714286rem center;
}
.lines:before {
  top: 8px;
}
.lines:after {
  top: -8px;
}
button.lines-button.x.close span.lines {
  background: transparent;
}
.lines-button.x .lines:before, .lines-button.x .lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.1s ease, transform 0.3s ease;
}
.lines-button.x.close .lines {
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  -moz-transform: rotate3d(0, 0, 1, 90deg);
  -ms-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  text-indent: 0 !important;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transition: top 0.3s ease, transform 0.3s 0.1s ease;
  -moz-transition: top 0.3s ease, transform 0.3s 0.1s ease;
  -ms-transition: top 0.3s ease, transform 0.3s 0.1s ease;
  transition: top 0.3s ease, transform 0.3s 0.1s ease;
  top: 0;
  background: #ffffff;
  opacity: 1 !important;
  outline: none !important;
  background-image: none !important;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
button.lines-button.x.close {
  opacity: 1;
}
.lines-button span.menutext {
  text-indent: -99999px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
/* end css for line menu*/


/* ================================ START Code for FLAGS LANGUAGE TRANSLATOR ================ */
/*Top Left and bottom-left*/

div#DSSLanguageTranslateorWidget.clsbutton button {
    margin: 2px !important;
}
div#DSSLanguageTranslateorWidget.tl.clsbutton {
    top: 0px;
    left: 0px;
}
div#DSSLanguageTranslateorWidget.tr.clsbutton {
    top: 0px;
    right: 0px;
}
div#DSSLanguageTranslateorWidget.tl.clsbutton,
div#DSSLanguageTranslateorWidget.bl.clsbutton{
    background: #fff;
    padding: 5px;
    max-width: 88px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0;
	transition: all ease 0.5s;
}

div#DSSLanguageTranslateorWidget.tl.clsbutton:after,
div#DSSLanguageTranslateorWidget.bl.clsbutton:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 6px;
    top: 11px;
	transition: all ease 0.5s;
}

div#DSSLanguageTranslateorWidget.tl.clsbutton:hover, 
div#DSSLanguageTranslateorWidget.tl.clsbutton:focus, 
div#DSSLanguageTranslateorWidget.bl.clsbutton:hover, 
div#DSSLanguageTranslateorWidget.bl.clsbutton:focus
{
	max-width:100%; transition: all ease 0.5s;  }
div#DSSLanguageTranslateorWidget.tl.clsbutton:hover:after, 
div#DSSLanguageTranslateorWidget.tl.clsbutton:focus:after, 
div#DSSLanguageTranslateorWidget.bl.clsbutton:hover:after, 
div#DSSLanguageTranslateorWidget.bl.clsbutton:focus:after
{
	opacity:0; visibility:hidden; transition: all ease 0.5s;
}

 
div#DSSLanguageTranslateorWidget.tr.clsbutton,
div#DSSLanguageTranslateorWidget.br.clsbutton{
    background: #fff;
    padding: 5px;
    max-width: 88px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0;
	transition: all ease 0.5s;
}

div#DSSLanguageTranslateorWidget.tr.clsbutton:after, 
div#DSSLanguageTranslateorWidget.br.clsbutton:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 6px;
    top: 11px;
	transition: all ease 0.5s;
}
 
div#DSSLanguageTranslateorWidget.tr.clsbutton:hover, 
div#DSSLanguageTranslateorWidget.tr.clsbutton:focus,
div#DSSLanguageTranslateorWidget.br.clsbutton:hover, 
div#DSSLanguageTranslateorWidget.br.clsbutton:focus
{max-width:100%; transition: all ease 0.5s;}

div#DSSLanguageTranslateorWidget.tr.clsbutton:hover:after, 
div#DSSLanguageTranslateorWidget.tr.clsbutton:focus:after,
div#DSSLanguageTranslateorWidget.br.clsbutton:hover:after, 
div#DSSLanguageTranslateorWidget.br.clsbutton:focus:after
{opacity:0; visibility:hidden; transition: all ease 0.5s;}
 
@media (max-width:767px) {
div#DSSLanguageTranslateorWidget.tl.clsbutton:hover, 
div#DSSLanguageTranslateorWidget.tl.clsbutton:focus, 
div#DSSLanguageTranslateorWidget.bl.clsbutton:hover, 
div#DSSLanguageTranslateorWidget.bl.clsbutton:focus,
div#DSSLanguageTranslateorWidget.tr.clsbutton:hover, 
div#DSSLanguageTranslateorWidget.tr.clsbutton:focus,
div#DSSLanguageTranslateorWidget.br.clsbutton:hover, 
div#DSSLanguageTranslateorWidget.br.clsbutton:focus
{
white-space: normal;
}
}
/*================================ END Code for FLAGS LANGUAGE TRANSLATOR ================*/