.logo{
    margin-top: 1px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    /*width: 80%;*/
    height: 90px;
    cursor: pointer;
}
.exo-menu{
  width: 100%;
  float: left;
  list-style: none;
  position:relative;
  /*background: #23364B;*/
}
.exo-menu > li {  display: inline-block;float:left;}
.exo-menu > li > a{
  color: #ccc;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px #365670 dotted;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
  background:#009FE1;
  color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
  left: 0px;
  min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display:none;
  height: 100%;
  padding: 15px;
  min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
  color:#fff;
  background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
  left:0;
  display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Blog .blog-title{
  color:#fff;
  font-size:15px;
  text-transform:uppercase;

}
.Blog .blog-des{
  color:#ccc;
  font-size:90%;
  margin-top:15px;
}
.Blog a.view-more{
  margin-top:0px;
}
/*Images*/
.Images{
  left:0;
   width:100%;
   display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
  background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
  display:block;
}
/*responsive*/
 @media (min-width:767px){
  .exo-menu > li > a{
  display:block;
  padding: 20px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:absolute;
}
 .flyout-right>ul{
  left: 100%;
  }
  .flyout-left>ul{
  right: 100%;
}
 }
@media (max-width:767px){

  .exo-menu {
    min-height: 58px;
    background-color: #23364B;
    width: 100%;
  }
  
  .exo-menu > li > a{
    width:100% ;
      display:none ;
  
  }
  .exo-menu > li{
    width:100%;
  }
  .display.exo-menu > li > a{
    display:block ;
      padding: 20px 22px;
  }
  
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

.links-container {
  width: 100%;
  margin: 100px auto;
}

.contact-links {
  width: 100%;
  text-align: center;
}
.contact-links > li {
  display: inline-block;
  padding: 15px;
}
.contact-links > li a {
  position: relative;
  text-decoration: none;
  background: #1B1725;
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.contact-links > li a:before {
  content: "";
  position: absolute;
  top: 7%;
  left: 7%;
  width: 85%;
  height: 85%;
  opacity: 0.8;
  border: 1px solid #1B1725;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, transform 0.5s ease;
  transition: opacity 0.4s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.no-touch .contact-links > li a:hover:before {
  opacity: 0;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
.no-touch .contact-links > li a:hover span.fa {
  -webkit-animation: 0.5s slide-icon cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  animation: 0.5s slide-icon cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
}
.contact-links > li a:focus {
  opacity: 0.85;
}
.contact-links > li a span {
  font-size: 2.5em;
  line-height: 80px;
  color: #fff;
}

@-webkit-keyframes slide-icon {
  49% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-icon {
  49% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1190 {
font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    /* margin: 10px 1%; */
    min-width: 100%;
    /* max-width: 310px; */
    max-height: 440px;
    width: 100%;
    background: #000000;
    text-align: center;
    margin-top: 30px;
}
figure.snip1190 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1190 img {
  opacity: 0.8;
  width: 100%;
}
figure.snip1190 figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
figure.snip1190 h2 {
  font-weight: 400;
  left: 0;
  right: 0;
  letter-spacing: -1px;
  margin: 0 auto;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1190 h2 span {
  font-weight: 800;
}
figure.snip1190 p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translateY(-20%) scale(0.7);
  transform: translateY(-20%) scale(0.7);
}
figure.snip1190 .square {
  height: 78px;
  width: 78px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after,
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after {
  width: 65%;
  height: 2px;
}
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  width: 2px;
  height: 65%;
}
figure.snip1190 .square:before,
figure.snip1190 .square div:before {
  left: 0;
  top: 0;
}
figure.snip1190 .square:after,
figure.snip1190 .square div:after {
  bottom: 0;
  right: 0;
}
figure.snip1190 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1190:hover img,
figure.snip1190.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1190:hover h2,
figure.snip1190.hover h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
figure.snip1190:hover p,
figure.snip1190.hover p {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
figure.snip1190:hover .square:before,
figure.snip1190.hover .square:before {
  width: 38%;
}
figure.snip1190:hover .square div:before,
figure.snip1190.hover .square div:before {
  height: 38%;
}
figure.snip1190:hover .square:after,
figure.snip1190.hover .square:after {
  width: 55%;
}
figure.snip1190:hover .square div:after,
figure.snip1190.hover .square div:after {
  height: 55%;
}


hr.style11 {
    content: "";
    display: block;
    width: 50%;
    position: relative;
    /* float: left; */
    margin: 30px 0;
    height: 6px;
    background: url(../images/hr-11.png) repeat-x 0 0;
    border: 0;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 1;
  font-size: 1.5em;
  background-color: #fff;
}
.hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #818078, transparent);
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #000;
  background-color: #fff;
}


#cssvmenu {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
#cssvmenu ul,
#cssvmenu ul li,
#cssvmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssvmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssvmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
#cssvmenu ul li.hover,
#cssvmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssvmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
#cssvmenu ul ul li {
  float: none;
}
#cssvmenu ul ul ul {
  top: -2px;
  right: 0;
}
#cssvmenu ul li:hover > ul {
  visibility: visible;
}
#cssvmenu ul ul {
  top: 1px;
  left: 99%;
}
#cssvmenu ul li {
  float: none;
}
#cssvmenu ul ul {
  margin-top: 1px;
}
#cssvmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssvmenu {
  width: 200px;
  background: #009688;
  font-family: Tahoma, Arial, sans-serif;
  zoom: 1;
  font-size: 12px;
}
#cssvmenu:before {
  content: '';
  display: block;
}
#cssvmenu:after {
  content: '';
  display: table;
  clear: both;
}
#cssvmenu a {
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#cssvmenu > ul {
  width: 200px;
}
#cssvmenu ul ul {
  width: 200px;
}
#cssvmenu > ul > li > a {
  border-right: 4px solid #D50000;
  color: #ffffff;
}
#cssvmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssvmenu > ul > li.active a {
  background: #F44336;
}
#cssvmenu > ul > li a:hover,
#cssvmenu > ul > li:hover a {
  background: #D32F2F;
}
#cssvmenu li {
  position: relative;
}
#cssvmenu ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#cssvmenu ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#cssvmenu ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#cssvmenu ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#cssvmenu ul ul {
  border: 1px solid #D50000;
}
#cssvmenu ul ul a {
  font-size: 12px;
  color: #ffffff;
}
#cssvmenu ul ul a:hover {
  color: #ffffff;
}
#cssvmenu ul ul li {
  border-bottom: 1px solid #B71C1C;
}
#cssvmenu ul ul li:hover > a {
  background: #B71C1C;
  color: #ffffff;
}
#cssvmenu.align-right > ul > li > a {
  border-left: 4px solid #d50000;
  border-right: none;
}
#cssvmenu.align-right {
  float: right;
}
#cssvmenu.align-right li {
  text-align: right;
}
#cssvmenu.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#cssvmenu.align-right ul li.has-sub > a:after {
  content: none;
}
#cssvmenu.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
#cssvmenu.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#cssvmenu.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#cssvmenu.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}





ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
    /* display: block; */
    /* padding: .2rem 0; */
    color: #00000;
    /* font-size: .875rem; */
    text-decoration: none;
}
a:hover {
  color: #fe0000;
  text-decoration: underline;
}

h4 {
  margin: .5rem 0 .75rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
  font-size: 1.25rem;
  font-weight: normal;
}

h5 {
  margin: 0;
  margin-bottom: .5rem;
  font-size: .875rem;
}

nav::after {
  content: '';
  display: block;
  clear: both;
}

.menu {
  display: inline-block;
  border-radius: .2rem;
  background: #fff;
  position: relative;
  z-index: 2;
  top: 32px;
}
.menu:hover {
  -webkit-box-shadow: 0 0 0.35rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.35rem 0 rgba(0, 0, 0, 0.5);
  position: absolute;
}
.menu:hover > li {
  display: block;
}
.menu:hover > li:first-child {
  border-color: transparent;
  border-bottom: none;
  border-radius: .2rem .2rem 0 0;
  background-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
  color: #444;
  cursor: default;
}
.menu:hover > li:first-child::after {
  content: '\f106';
}
.menu:hover > li:last-child {
  border-radius: 0 0 .2rem .2rem;
}
.menu:hover + .temp::after {
  display: block;
}
.menu > li {
  display: none;
  width: 12rem;
  margin: 0;
  border-right: 1px solid #bbb;
}
.menu > li:first-child {
  display: block;
  padding: .65rem;
  border: 1px solid #bbb;
  border-radius: .20rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
  color: #51b5d6;
  font-weight: bold;
  font-size: .875rem;
  cursor: pointer;
}
.menu > li:first-child::after {
  content: '\f107';
  float: right;
  font: bold 1rem fontAwesome;
}
.menu > li:not(:first-child):hover {
  width: calc(960px - 6rem);
  border-right: none;
}
.menu > li:nth-child(2):hover::before {
  content: '';
  display: block;
  width: 12rem;
  height: 3rem;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  z-index: 10;
}

li h3 {
  width: 12rem;
  margin: 0;
  padding: .65rem .75rem;
  border: 1px solid transparent;
  border-width: 1px 0;
  position: relative;
  z-index: 10;
  font-size: .875rem;
  font-weight: normal;
  cursor: default;
}
li:last-child h3 {
  border-radius: 0 0 .2rem .2rem;
  /*color: darkred;*/
}
li:last-child:hover h3 {
  border-bottom-color: transparent;
  border-radius: 0 0 0 .2rem;
}
li:hover h3 {
  width: calc(12rem + 1px);
  /*border-color: #bbb;*/
}
li:hover div {
  display: block;
}
li div {
  display: none;
  width: calc(960px - 6rem - 12rem);
  padding: 1rem 1.2rem;
  /*border-left: 1px solid #bbb;*/
  border-radius: 0 .2rem .2rem 0;
  /*background: #fff;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12rem;
  z-index: 1;
}

.temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  border-radius: .2rem;
  float: right;
  font-size: .875rem;
}
.temp::after {
  content: '';
  display: none;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.temp li {
  padding: .65rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15rem;
  margin-top: 2rem;
  padding: 1rem;
  background: #ccc;
  position: relative;
  z-index: 1;
  clear: both;
}
main p {
  margin: auto;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 60rem) {
  .temp {
    width: 67%;
  }
}




.blocks-menus {
    /* background: white; */
    /* padding: 20px 10px; */
    text-align: center;
    /*margin-top: 28px;*/
    /* line-height: 78px; */
}
.blocks-menus .primary-menus {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.blocks-menus .primary-menus i {
  padding: 0 10px;
}
.blocks-menus .primary-menus li {
  list-style: none;
  float: left;
  padding: 10px 10px;
  cursor: pointer;
}
.blocks-menus .primary-menus li a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  /*text-transform: uppercase;
  /*text-transform: lowercase;*/
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.blocks-menus .primary-menus li a:hover {
  color: #20b2aa;
}
.blocks-menus .menus-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
}
.blocks-menus .dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ECECEC;
  padding: 10px 6px;
  z-index: 999;
  background: white;
  text-align: left;
  width: 100%;
  min-width: 175px;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.blocks-menus .dropdown li {
  line-height: 30px;
  float: none;
}
.blocks-menus .dropdown a {
  font-size: 11px;
  font-weight: normal;
}
.blocks-menus .menus-dropdown {
  position: relative;
}
.blocks-menus .menus-megamenus:hover .mega-menus {
  opacity: 1;
  visibility: visible;
}
.blocks-menus .mega-menus {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 8px auto;
    width: 100%;
    z-index: 999999;
    height: fit-content;
    border: 1px solid #ECECEC;
    padding: 0 15px;
    min-height: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    background-color: white;
    text-transform: none;

}
.blocks-menus .mega-menus li {
  float: none;
  text-align: left;
  padding: 0;
}
.blocks-menus .section {
    float: left;
    margin: 4px 1%;
    width: 23%;
    left: 0;
    position: relative;
    line-height: 1;
}
.blocks-menus .section h3 {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 15px;
  text-align: left;
  padding: 10px 0;
  /*text-transform: uppercase;*/
  font-weight: bold;
  /*border-bottom: 1px solid #d6d6d6;*/
}

.hero-images {
  background: url("https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/e79f7130876159.56377fa835aae.jpg");
  background-size: cover;
  width: 100%;
  height: 570px;
}



.fixed-header{
  position:fixed;
  width:100%;
  height:150px;
  background-color:#231f20;
}

.fixed-header img{ 
  display:block;
  width:130px; 
  margin:10px auto;
}

.msg{ 
  padding-top:200px; 
  text-align:center; 
  font-family:sans-serif; 
  color:#231f20;
  font-size:30px;
}

/*the size that header and logo will be*/
.small-header{ 
  height:70px;
}

.small-header img{ 
  width:50px;
}

/*make anim happens*/
.animate-item{
    -webkit-transition: all .3s;
    -moz-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;
}
.qty {
  width: 100%;
  margin: 0 auto;
  margin-top: 10%;
  display: block;
}
[name=quantity] {
  background: transparent;
  border: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  text-align: center;
}
.minus,
.plus {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  background: #888;
  width: 50%;
  float: left;
  height: 20px;
  text-align: center;
  line-height: 10px;
  /*top: 1rem;*/
  padding: 6px 0;
  position: relative;
  color: #aaa;
  box-shadow: 0 5px 0 #777;
  margin-bottom: 10px;
}
.minus:hover,
.plus:hover {
  color: #ffcd03;
  background: #aaa;
}
.minus:active,
.plus:active {
  top: 1.5rem;
  box-shadow: none;
}
.minus {
  border-radius: 0.2em 0 0 0.2em;
}
.plus {
  border-radius: 0 0.2em 0.2em 0;
}



.header2 {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    height: auto;
    z-index: 1000;
    background-color: #fff;
    /*border-bottom: 10px solid #f5f5f5;*/

}
.header2 .options {
    bottom: 0px !important;
    line-height: 100px;
}
.header2 .search-hd{
  margin-top: 5px;
}
.header2.shrink {
      position: fixed;
    background-color: #fff;
        -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    /*border-bottom: 2px solid #f1f1f1;*/
    min-height: 56px;
    height: auto;
    -webkit-box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.05);
box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.05);
border-bottom: none;
}
.header2.shrink .logo{
    margin-top: 8px;
    float: left;
    height: 80px;
    width: auto;
}
.header2.shrink .badge {
    top: 14px;
}
.header2.shrink .search-hd{
      margin-top: 0px;
}

.header2.shrink .blocks-menus{
  margin-top: 3px;
}
.header2.shrink .options {
    bottom: 8px !important;
  }
.slideDownUp {
    height:0px;
  overflow:hidden;
    font-size:24px;
    /*background: #f1f1f1;*/
    color:white;
}

.badge {
  background-color: #ff8c00;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
      position: absolute;
    top: 27px;
}

.shopping-cart {
    margin: 0px 20px;
    /* float: right; */
    background: white;
    display: none;
    width: 320px;
        margin-top: 4px;
        /*margin-top: -29px;*/
    right: 0;
    position: absolute;
    /**border-radius: 3px;*/
    padding: 20px;
    z-index: 999999999 !important;
    line-height: 1;
}
.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 30px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}
.shopping-cart .shopping-cart-items {
  padding-top: 20px;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}
.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-price {
  color: #6394F8;
  margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #ABB0BE;
}

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: #6394F8;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}
.button:hover {
  background: #729ef9;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.button-top-search{
  border: none;background: transparent;font-size: 20px;height: auto;top: 9px;position: relative;border: none;background: transparent;font-size: 20px;cursor: pointer;
}
.button-top-search:focus{
  border:none;
  outline:none;
}

.scroll-line {
  height: 1px;
  margin-bottom: -2px;
/*  background: blue;*/
  width: 0%;
  background-color: #ffca55;
}

.produto .btn-comprar-animated{
    display: none;
}
.produto:hover .btn-comprar-animated{
  display: block;
    position: absolute;
    top: 250px;
    right: 10px;
    padding: 10px;
}
produto:hover .btn-comprar-animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInRight {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInRight {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
  .produto:hover .btn-comprar-animated span{
    display: none;
    transition: all ease 1s;
  }
  .produto:hover .btn-comprar-animated:hover span{
    display:inline-block;
    font-size: 13px;
    padding-left: 4px;
     transition: all ease 1s;
     opacity: 0.9;
  }
  

.add-to-cart {

}

.add-to-cart.size {
    width: 48px;
    left: 108px;
    font-size: 0;
    color: #e7bb45;
    letter-spacing: 0;
    /*-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;*/
}

.add-to-cart.hover {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 108px 24px;
    -moz-transform-origin: 108px 24px;
    -o-transform-origin: 108px 24px;
    -ms-transform-origin: 108px 24px;
    transform-origin: 108px 24px;
}

a.cart2{
    top: 11px;
    position: relative;
}

a.cart2 > .badge {
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    line-height: 13px;
    position: absolute;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: block;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    top: 23px;
    right: 0;
    bottom: 0;
    /* left: 0; */
    /* margin: auto; */
    background: #ee1d23;
    box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
}

a.cart2 > .badge.counter {
    
        /* right: 3px; */
    top: 0px;
    height: 100%;
    line-height: 3;
    border-radius: 0;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.nav-vertical-menu {
  position: relative;
  /*width: 360px;*/
}
.nav-vertical-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-vertical-menu ul li {
  /* Sub Menu */
}
.nav-vertical-menu ul li a {
  display: block;
  font-size: 16px;
  /*background: #e33135;*/
  padding: 10px 15px;
  color: #000000;
    border-bottom: 1px solid #cccccc;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.nav-vertical-menu ul li a:hover {
  background: #5c5a5d;
  color: #515151;
}
.nav-vertical-menu ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float:right;
}
.nav-vertical-menu ul ul {
  background-color:#ebebeb;
}
.nav-vertical-menu ul li ul li a {
  background: #f8f8f8;
  border-left: 4px solid transparent;
  padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
}
.nav-vertical-menu ul li ul li a:hover {
  background: #ffca55;
  border-left: 4px solid #000000;
    color:#000000!important;
}
.menu-gd{
  background: rgb(238,29,35);
background: -moz-linear-gradient(top,  rgba(238,29,35,1) 1%, rgba(238,29,35,1) 50%, rgba(193,3,9,1) 50%, rgba(193,3,9,1) 100%);
background: -webkit-linear-gradient(top,  rgba(238,29,35,1) 1%,rgba(238,29,35,1) 50%,rgba(193,3,9,1) 50%,rgba(193,3,9,1) 100%);
background: linear-gradient(to bottom,  rgb(82 78 82) 1%,rgb(35 32 35) 50%,rgb(35 32 35) 50%,rgb(82 78 82) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1d23', endColorstr='#c10309',GradientType=0 );

}


.button-cart{
  margin-right:15px;
  width:75%;
  /*width:225px;*/
  margin-top:20px;
  height:38px;
  border:0;
  background:#ee1d23;
  cursor:pointer;
  float:right;
}
.button-cart i{
  
}



.button {
    position: relative;
    display: block;
    margin: auto;
    width: 75%;
    height: 46px;
    border: 2px solid #ee1d23;
    background: none;
    cursor: pointer;
    overflow: hidden;
    margin-right: 15px;
    color: #666;
    margin-top: 22px;
    font-size: 14px;
    font-weight: normal;
}
.button a{
  color: #000 !important;
}
.button a:hover{
  color: #000 !important;
}
.button span {
  font-weight: bold;
  /*letter-spacing: .07em;*/
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}
.button .fa {
  position: absolute;
  font-size: 1.2em;
  color: #F15261;
  right: -18px;
  -webkit-transition: 0.4s right cubic-bezier(0.38, 0.6, 0.48, 1);
  transition: 0.4s right cubic-bezier(0.38, 0.6, 0.48, 1);
}
.button:hover {
  border-color: #ee1d23;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  background-color: #fff;
  color: #000 !important;
}
.button:hover span {
  margin-right: 20px;
  color: #000;
}
.button:hover .fa {
  right: 18px;
}
.gfx{
  -webkit-filter: grayscale(100%);
}
.gfx:hover{
  -webkit-filter: grayscale(0%);
}
/*menu submenu horizontal*/
.dropdownmenu ul, .dropdownmenu li {
  margin: 0;
  padding: 0;
}
.dropdownmenu ul {
  /*background: gray;*/
  list-style: none;
  width: 100%;
}
.dropdownmenu li {
  float: left;
  position: relative;
  width:auto;
}
.dropdownmenu a {
  /*color: #efefef;*/
  display: block;
  font: bold 12px/20px sans-serif;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.dropdownmenu li:hover a {
  background: #ffca55;
  color:#363336!important;
  border-radius: 5px;
  text-decoration: none;
}
#submenu {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  visibility: hidden;
  z-index: 1;
  -webkit-box-shadow: 0px 15px 27px -8px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 15px 27px -8px rgba(0,0,0,0.15);
box-shadow: 0px 15px 27px -8px rgba(0,0,0,0.15);
width: fit-content;
}
li:hover ul#submenu {
  opacity: 1;
  top: 40px;  /* adjust this as per top nav padding top & bottom comes */
  visibility: visible;
}
#submenu li {
  float: none;
  width: 100%;
}
#submenu a:hover {
  background: #dfaf6c;
  color: #363336!important;
}
#submenu a {
  background-color:#ffca55;
  color: #000000!important;
    width: 140px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
}

#submenu:after {
  content: "\f0d8";
  display:block;
  position: absolute;
  font:normal normal normal 26px/1 FontAwesome;
  color: #ffca55;
  top: -18px;
  margin-left: 30%;
}
/* menu submenu horizontal*/