body, html {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  height: 100%;
}

header {
  height: 140px;
  width: 100%;
  z-index: 4;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;

  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);

  transition: all 300ms ease 0s;
}
header .brand {
  position: absolute;
  line-height: 90px;
  bottom: 40px;
}
header .brand img {}
header .brand2 {
  display: none;
  background-size: auto 90px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 0 0;
  color: #fff;
}
header .brand2 img {
  height: 70px;
  transition: height .2s ease-in-out;
}

header .header-inner {
  position: relative;
  height: 100%;
  width: 1150px;
}

header.sticky {
  position: fixed;
  height: 64px;
  line-height: 64px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0px 2px 2px rgba(0,0,0, 0.2);
  z-index: 50;
}
header.sticky .navigation li a {
  color: #000;
  font-size: 15px;
}
header.sticky .brand {
  display: none;
}
header.sticky a.brand2 {
  display: block;
}
header.sticky a.brand2 img {
  height: 50px;
}




footer {
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  padding: 30px 0 80px 0;
}



a {
  color: #2b2b2b;
  transition: color .2s ease-in-out;
}
a:hover {
  color: #ddd;
  text-decoration: none;
}


h2 {
  font-size: 34px;
  line-height: 34px;
  color: #2b2b2b;
  padding: 80px 0 50px 0;
  font-weight: 900;
  letter-spacing: -1px;
}

h5 {
  font-size: 20px;
  line-height: 21px;
  color: #2b2b2b;
  padding: 0;
  letter-spacing: 0px;
}




.mel-container {
  width: 1000px;
}




/*wrapper*/
.wrapper {
  margin-top: 140px;
}




.mel-dropdown ul {
  display: block;
  opacity: 0;
  top: 64px !important;
  left: 0;
  padding: 5px 10px;
  margin-left: 0px;
  background: #fff;
  transition: all .25s 0s ease-in-out;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.mel-dropdown ul li {
  display: block;
  float: none;
  border: 0;
  text-align: left;
  background: transparent;
}
.mel-dropdown ul li a {
  color: #222;
  font-size: 13px !important;
  line-height: 40px;
}
.mel-dropdown:hover ul {
  opacity: 1;
  top: 100px;
}



.mel-list-inline {
  margin: 0;
}


.mel-button {
  display: inline-block;
  color: #fff;
  background-color: rgba(255,255,255, 0);
  padding: 5px 20px;
  font-size: 17px;
  letter-spacing: 2px;
  height: auto;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0px;
  text-shadow: none;
  border: 3px solid #ed9308;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
}

.brand {
  padding: 0px;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
.brand:hover {
  opacity: 0.7;
}






/*main_menu*/
.main_menu {
  position: absolute;
  height: 45px;
  bottom: 0;
  width: 100%;
  background-color: #000;
}
.main_menu ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.main_menu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 7px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  left: -7px;
}
.main_menu ul:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 7px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: -7px;
  top: 0;
}
.main_menu ul li {
  background-color: #000;
  display: inline-block;
}
.main_menu ul li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 45px;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 300ms ease 0s;
}
.main_menu ul li a:hover {
  text-decoration: none;
  color: #ccc;
}
.main_menu ul li:first-child a {
  padding-left: 20px;
}
.main_menu ul li:last-child a {
  padding-right: 20px;
}
.main_menu ul li.active a {
  border-bottom: 4px solid #000 !important;
}
.main_menu ul li.active a::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #000 transparent;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  margin-left: -5px;
}


/*top-nav*/
.top-nav {
  position: absolute;
  bottom: 65px;
  right: 0;
}
.top-nav li {
  margin-bottom: 0;
}
.top-nav li a {
  color: #000;
  font-size: 22px;
  font-weight: 0;
  letter-spacing: -0.3px;
}
.top-nav .flag img {
  height: 13px;
}



section.hero {
  position: relative;
  width: 100%;
  display: block;
}





/*slideshow*/
.the-slideshow {
  z-index: 50;
  position: relative;
  display: block;
  background-color: #000;
  margin-top: 0px;
}
.slideshow-outer {
  z-index: 60;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0, 0.03);

  -webkit-box-shadow: inset 107px 136px 181px -58px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 107px 136px 181px -58px rgba(0,0,0,0.1);
  box-shadow: inset 0px 100px 101px -58px rgba(0,0,0,0.3);
}
ul.slideshow {
  z-index: 50;
  height: 450px;
  list-style: none outside none;
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
ul.slideshow li {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
ul.slideshow li img {
  height: 100%;
}
.slideshow-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.slideshow-image a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.caption {
  z-index: 70;
  display: block;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  width: 800px;

  /*background: rgba(0,0,0,0.7);*/
  color: white;
  bottom: 0;
  padding: 20px 5px;
  text-shadow: #222 0px 1px 5px;
  text-align: left;

  /*-ms-transform: skew(-10deg,0deg);
	-webkit-transform: skew(-10deg,0deg);
	transform: skew(-10deg,0deg);*/
}
.caption a h1 {
  color: #fff;
  font-family: "UniversLTPro-UltraCondensed","Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, qeti_caps;
  font-size: 450%;
  font-weight: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;

  /*-ms-transform: skew(10deg,0deg);
	-webkit-transform: skew(10deg,0deg);
	transform: skew(10deg,0deg);*/
}
.caption a:hover {
  text-decoration: none;
}
.caption p {
  padding: 0;
  margin: 5px 0px;

  /*    -ms-transform: skew(10deg,0deg);
			-webkit-transform: skew(10deg,0deg);
			transform: skew(10deg,0deg);*/
}
.caption .heading {
  font-size: 300%;
  font-weight: 200;
  line-height: 1.2em;
  color: #fff;
  text-shadow: #222 0px 1px 5px;
  padding: 0;
  margin: 0;
}
.caption .intro-btn a {
  background: none repeat scroll 0 0 #bd1e26;
  color: #fff;
  font-size: 150%;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 10px 20px 7px 20px;
  margin: 0 10px;
  display: inline-block;
  letter-spacing: -1px;
}
.caption .heading1 {
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 25px;
  padding: 10px 0;
  text-shadow: none;
  text-transform: none;
  text-shadow: #222 0px 1px 5px;
}
.slideshow-prev {
  color: #fff;
  z-index: 60;
  height: 35px;
  width: 30px;
  line-height: 25px;
  left: 30px;
  position: absolute;
  top: 40%;
  display: block;
  font-size: 34px;
  text-align: center;
}
.slideshow-next {
  color: #fff;
  z-index: 60;
  height: 35px;
  width: 30px;
  line-height: 25px;
  position: absolute;
  right: 0px;
  top: 40%;
  display: block;
  font-size: 34px;
  text-align: center;
}

.slideshow-pager {
  z-index: 60;
  bottom: 15px;
  right: 25px;
  position: absolute;
}
.pager-box {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  background: url("images/tab-pager-ring-lgray.png") no-repeat scroll 0 0 transparent;
}
.pager-box.cycle-pager-active {
  background-position: 0 -30px;
}
.slideshow-container {
  margin: 0 auto;
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  margin-left: -500px;
}






.ztitle {
  font-size: 34px;
  background-color: #000;
  color: #fff;
  padding: 0px 20px;
  display: inline-block;
  position: relative;
  line-height: 60px;
  height: 60px;
  text-transform: uppercase;
}
.ztitle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 7px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: -7px;
  top: 0;
}







/*featured*/
.featured {
  display: block;
  padding: 0px;
  margin: 0px -10px 0px -10px;
  text-align: center;
}

.featured figure, .featured .item {
  display: inline-block;
  height: 230px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  transition: all 300ms ease 0s;
  text-align: center;
}
.featured figure:hover {
  /*box-shadow: 1px 2px 2px rgba(0,0,0, 0.15);*/
  opacity: 0.9;
}
.featured figure .thumb {
  display: block;
  height: 170px;
  overflow: hidden;
  transition: all 200ms ease 0s;
  padding: 10px 0 0 0;
}
.featured figure .thumb img {
  height: 100%;
}
.featured figcaption {
  position: absolute;
  color: #fff !important;
  font-size: 14px;
  font-weight: 0;
  height: auto !important;
  width: 100%;
  font-weight: 100;
  line-height: 15px;
  bottom: 0 !important;
  left: 0 !important;
  transition: all 300ms ease 0s;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, .9) 100%);
  padding: 40px 15px 10px 10px;
}
/*.featured figcaption:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 7px 0 0;
    border-color: #b8152d transparent transparent transparent;
    position: absolute;
    right: -7px;
    top: 0;
}*/
.featured figure:hover > figcaption {
}
.featured figure:hover > .thumb {
}







/*.posts*/
.posts {
  padding: 0px;
  margin: 0px;
}

.posts .item {
  display: block;
  float: left;
  width: 33%;
  height: 350px;
  margin: 0px 0px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: all 300ms ease 0s;
  font-size: 120%;
  line-height: 18px;
  background-color: rgba(0,0,0, 0.9);
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center;/* align vertical*/
}
.posts .item:after {
  background: linear-gradient(45deg, #7cc1ad 0%, rgba(124, 193, 173, 0) 90%);
}
.posts .item:hover {
  opacity: 1;
}
.posts .item .thumb {
  display: block;
  overflow: hidden;
}
.posts .item .thumb img {
  width: 100%;
}
.posts .item .thumb::before {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4,1.4,1);
  z-index: 1;
}
.posts .item .thumb:hover::before {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.posts figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-shadow: #000 0px 1px 1px !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(0,0,0, 0.1);
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center;/* align vertical*/
  transition: all 300ms ease 0s;
}
.posts .item:hover figcaption {
  background-color: rgba(0,0,0, 0.5);
}

.posts .item .thumb.video:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 5px;
  width: 40px;
  height: 50px;
  z-index: 100;
  background: transparent url(images/play.png) no-repeat 50% 50%;
  background-size: 35px 40px;
  pointer-events: none;
  opacity: 0.9;
}
.posts .item .thumb.video img {
  height: 250px !important;
}



/*page*/
.page-title {
  background-color: #fafafa;
  width: 100%;
  min-height: 80px;
  padding: 30px 0;
}
.page-title h1 {
  color: #000;
  margin:0;
  text-transform: uppercase;
}
.page-content {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.3px;
  padding: 10px 0;
}
.page-content img {
  margin: 0px 20px 20px 0;
}

.page-inner {
  margin-top: 64px;
  min-height: 400px;
  padding: 0px 0;
}
.page-header {
  padding: 0;
  height: 250px;
  text-align: center;
  background-color: #ddd;
}
.page-header h1 {
  font-size: 54px;
  line-height: 250px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.page-body {
  font-family: "Roboto", "Open Sans", sans-serif;
  padding: 40px 0 60px 0;
  font-weight: 400;
  font-size: 16px;
  min-height: 400px;
  letter-spacing: -0.5px;
}


/*sub-pages*/
.sub-pages {
  display: block;
  padding: 0px;
  margin: 0px;
  background-color: #fafafa;
  padding: 0 0 20px 0;
}

.sub-pages figure {
  display: inline-block;
  width: 450px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  transition: all 300ms ease 0s;
  background-color: #fff;
}
.sub-pages figure:hover {
  opacity: 0.8;
}
.sub-pages figure .thumb {
  display: block;
  width: 120px;
  height: 100px;
  overflow: hidden;
  float: left;
}
.sub-pages figure .thumb img {
  width: 100%;
}
.sub-pages figcaption {
  width: 330px;
  padding: 20px;
  font-size: 16px;
  font-weight: 0;
  line-height: 18px;
  float: left;
  text-transform: uppercase;
}


/*page-home*/
.sub-pages figure.page-home {
  display: inline-block;
  width: 320px;
  height: 170px;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  transition: all 300ms ease 0s;
  text-align: center;
}
.sub-pages figure.page-home .thumb {
}
.sub-pages figure.page-home .thumb img {
  width: 100%;
  height: auto;
}
.sub-pages figure.page-home figcaption {
  position: absolute;
  left: 0;
  bottom: 20px;
  transition: all 300ms ease 0s;
  background: rgba(14,27,13,0.9);
  color: #fff;
  padding: 0px 20px;
  display: inline-block;
  line-height: 38px;
  height: 40px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
.sub-pages figure.page-home figcaption:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 7px 0 0;
  border-color: rgba(14,27,13,0.9) transparent transparent transparent;
  position: absolute;
  right: -7px;
  top: 0;
}







/*partenrs*/
.partners-page h4 {
  padding: 20px 0 0 20px;
  margin: 0;
}

.partner-category {
  border: 1px solid #f1f1f1;
  margin: 0 0 20px 0;
}

.partners {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.partners li {
  display: inline-block;
  /* width: 185px; */
  height: 120px;
  padding: 10px 20px;
  margin: 15px 0;
  text-align: center;
}
.partners li img {
  margin: 0;
  height: 100%;
  max-width: auto;
  /*     -webkit-filter: grayscale(100%);
			filter: grayscale(100%); */
}








#single-image {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
#single-image img {
  height: 100%;
}

.price {
  font-size: 34px;
  font-weight: 700;
}

.product-gallery-heading {
  border-bottom: 1px solid #ededed;
  margin: 20px 0 10px 0;
}
.product-gallery-heading h2 {
  margin: 0;
  padding: 5px 0;
}
.product-gallery ul li.item a {
  width: 100%;
  display: block;
}
.product-gallery ul li a.active {
  border: 4px solid #fcdb00;
}
.product-gallery ul li.item a img {
  width: 100%;
}
.product-gallery h5 {
  margin: 0;
  line-height: 40px;
  letter-spacing: 0px;
}



.zoomWindowContainer div {
  border: 0 !important;
}




form.form-add {
  margin: 20px 0;
  width: 400px;
}
form.form-add input {
  width: 40% !important;
  float: left;
  text-align: center;
  border-radius: 3px 0 0 3px !important;
  height: 44px !important;
  border-right: 0 !important;
}
form.form-add button {
  width: 60% !important;
  float: left;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background-color: #fcdb00;
  background-image: none;
  text-shadow: none;
  border-radius: 0px 3px 3px 0px !important;
}





#cart-inner {
  position: fixed;
  top: 0;
  right: -350px;
  width: 300px;
  height: 100%;
  background-color: #000;
  color: #fff;
  padding: 20px;
  z-index: 100;
  transition: all .2s ease-in-out;
  text-align: left;
}
#cart-inner h3 {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  margin: 0;
}
#cart-inner ul li {
  display: block;
  float: none;
  padding: 10px 0;
  border-bottom: 1px solid #444;
  height: 70px;
}
#cart-inner form {
  position: relative;
  height: 100%;
}
#cart-inner form button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
}
#cart-inner ul {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 260px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
#cart-close {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.7;
  transition: all .2s ease-in-out;
}
#cart-close:hover {
  opacity: 1;
}

.cart-product-remove {
  position: absolute;
  top: 5px;
  right: 0;
  height: 20px;
  line-height: 20px;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.cart-product-remove a {
  color: #fff !important;
}
.cart-product:hover .cart-product-remove {
  opacity: 0.7;
}
.cart-product-thumb {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  float: left;
}
.cart-product-thumb img {
  width: 100%;
  margin: 0;
}
.cart-product-title {
  padding: 0 10px;
  float: left;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  width: 210px;
}





.checkout-products {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-products li {
  display: block;
  margin: 5px 0;
}



/*modal*/
.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, .4);
  top: 0;
  left: 100%;
  opacity: 0;
  z-index: 600;
}
.overlay .modal-overlay {
  opacity: 1;
  left: 0;
}
.modal {
  position: fixed;
  top: 10%;
  bottom: 10%;
  left: 50%;
  z-index: -9999;
}
.modal .modal-body {
  background: #ffffff;
  opacity: 0;
  height: 100%;
  width: 950px;
  margin-left: -485px;
  padding: 0px;
  position: relative;
}
.modal.visible, .modal.transitioning {
  z-index: 9999;
}
.modal.visible .modal-body {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.modal .modal-exit {
  cursor: pointer;
  display: block;
  width: 30px;
  text-align: center;
  height: 24px;
  position: absolute;
  top: 8px;
  right: 0px;
  color: #777;
  z-index: 700;
}
.modal .modal-content {
  height: 100%;
  position: relative;
}

.modal-content h3 {
  padding: 0px 0 0 10px;
  margin: 0;
  height: 40px;
  line-height: 40px;
}

.modal-heading {
  padding: 0px 10px;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
}
.modal-heading .mel-breadcrumb {
  margin: 0;
}
.modal-inner {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  bottom: 0;
  padding: 20px;
  overflow: auto;
}
.modal-inner2 {
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  padding: 20px;
  overflow: auto;
  width: 100%;
}





/*owl*/
.owl-prev {
  position: absolute;
  left: -60px;
  top: 20%;
  text-align: left;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 600% !important;
  display: none !important;
}
.owl-next {
  position: absolute;
  right: -60px;
  top: 20%;
  text-align: right;
  text-align: left;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 600% !important;
  display: none !important;
}
.owl-dots {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.owl-page {
  display: inline-block;
}
.owl-page span {
  margin: 7px 3px !important;
  background: #d6d6d6;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-page.active span {
  background: #fff !important;
}
.owl-pagination {
  opacity: 0.7;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 3px;
}
.owl-wrapper-outer {
  padding: 0 0 30px 0;
  z-index: 100;
}



.partners .owl-prev {
  color: #000 !important;
  top: 0 !important;
  font-size: 400% !important;
}
.partners .owl-next {
  color: #000 !important;
  top: 0 !important;
  font-size: 400% !important;
}

.partners .owl-controls {
  padding-top: 0 !important;
}

.partners .owl-controls .owl-page.active span {
  background-color: #000 !important;
}





.app-forms {
  margin: 0px 0 20px 0;
}
.app-form {
  position: relative;
  display: block;
  float: left;
  width: 49%;
  height: 100px;
  border-bottom: 5px solid #000;
}
.app-form a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 300%;
  text-align: center;
  line-height: 90px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.app-form:first-child {
  margin: 0 5px 0 0;
}
.app-form:last-child {
  margin: 0 0 0 5px;
}






/*mel-form*/
.mel-form label {
  display: none;
  font-weight: bold;
  color: #444;
  font-size: 120%;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 20px;
}
.mel-form input, .mel-form select, .mel-form textarea {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 120%;
  height: 40px !important;
  padding: 0 !important;
  width: 100% !important;
}
.mel-form input:focus, .mel-form select:focus, .mel-form textarea:focus {
  border-color: #000 !important;
}

.mel-form input[type="checkbox"] {
  height: 20px !important;
}




.form-accreditation {
  width: 600px;
  margin: 0 auto;
}





.mel-button {
  background-color: #000;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  width: 100%;
  border: 0;
  height: 50px;
}




@media (max-width:768px) {
  .mel-container {
    width:100%;
    max-width:100%;
  }

  header .header-inner {
    width:100%;
  }

  .app-form {
    width:100%;
  }

  .posts .item {
    width:100%;
  }

  [class*='mel-width']{
    width:100%}

  footer .mel-grid {
    flex-direction:column
  }
  .sub-pages figure {
    width:100%
  }

  .sub-pages figure .thumb {
    width: 100%;
    height: auto;
  }

  .sub-pages figcaption {
    width:100%;
    padding:0;
    margin-top:20px;
  }
  .sub-pages figure {
    margin-bottom:30px;
  }
	
	.main_menu ul {
		    overflow-y: scroll;
    white-space: nowrap;
	}
	
	header .header-inner .mel-float-left, header .header-inner .mel-float-right{
		float:none;
	}
	header .brand img {
    width: 202px;
}
	.main_menu {
		left:0;
	}
}

