/****RIPPLES.JS****/
.ripples-js{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/homePage/sailboat.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/*Scroll Down 'Image':*/
@keyframes scroll {
  0% {
      opacity: 0;
  }
  10% {
      transform: translateY(0);
      opacity: 1;
  }
  100% {
      transform: translateY(10px);
      opacity: 0;
  }
}
.scroll-down-wrap{
  margin: 0 auto;
  position: absolute;
  z-index: 999999;
  vertical-align: middle;
  align-items: center;
  display: flex;
  width: 100%;
  bottom: 20px;
  cursor: pointer;
}
.mousey{
  width: 20px;
  height: 30px;
  border-radius: 6px;
  padding: 0 6px;
  border: 2px solid #FFF;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.scroller{
  position: relative;
  left: 50%;
  top: 6px;
  margin-left: -1.5px;
  width: 3px;
  height: 6px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
  background: #FFF;
}
/************/
/*PAGE LOADER*/
.container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.container--box {
  width: 100%;
  height: 100%;
  display: grid;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
.container--box .box {
  display: grid;
  vertical-align: middle;
  align-items: center;
  display: flex;
  margin: 0 auto;
}
.container--box .box .spinner {
  margin: 0 auto;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
/* Spinner 2 */

.container--box .box .spinner--2 {
  border: 8px solid rgba(135, 8, 22, 0.4);
  border-top-color: rgba(135, 8, 22, 0.9);
  animation: spinner2 600ms linear infinite;
}
@keyframes spinner2 {
  to {
    transform: rotate(360deg);
  }
}

/*lozad.js*/
.lozad {
  opacity: 0;
}

.fade {
  animation-name: fade;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
@font-face {
  font-family: 'h1-gloma';
  src:  url(../font/Bradley-Hand-ITC_8269.ttf),
        url(../font/Bradley-Hand-ITC_8269.woff),
        url(../font/Bradley-Hand-ITC_8269.eot);
}
@font-face {
  font-family: 'Montserrat';
  src:  url(../font/Montserrat/Montserrat-Regular.ttf),
        url(../font/Montserrat/Montserrat-Regular.woff),
        url(../font/Montserrat/Montserrat-Regular.eot);
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
}
body{
  
}
html{
   scroll-behavior: smooth;
  
}
header{
  z-index: 23;
  position: fixed;
  width: 100%;
  height: 100px;
  color: #FFF;
}
h1{
  font-size: 120px;
}

#h2-gloma{
  font-size: 40px; 
  font-weight: lighter;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
p{
  font-size: 20px;
  text-align: justify;
}
/**** FOOTER ****/
#footer{
  overflow: hidden;
  position: absolute;
  background-color: #870816;
  width: 100%;
  height: auto;
  color: #FFF;
  padding: 5%;
  z-index: 21;
}
#footer_products{
  background-color: #870816;
  width: 100%;
  height: 350px;
  color: #FFF;
  display: block;
}
#footer_niceThings{
  background-color: #870816;
  width: 100%;
  height: 350px;
  color: #FFF;
}
#footer_left{
  float: left;
  width: 40%;
  height: 200px;
}
#footer_middle{
  float: left;
  width: 40%;
  height: 200px;
}
#footer_right{
  float: left;
  width: 20%;
  height: 200px;
  
}
#footer_left_under{
  float: left;
  width: 40%;
}
#footer_left h3{
  font-size: 30px;
}
#footer_left h4{
    font-size: 10px;
  }
#footer_right p, #footer_middle p,  #footer_right h4{
  font-size: 14px;
  line-height: 2;
  font-weight:lighter;
}
#footer_right h4{
  font-weight: bold;
  font-size: 20px;
}
#footer_right a{
  text-decoration: none;
  color: #FFF;
}
#footer_under{
  width: 100%;
  float: left;
  border-top: 1px solid #FFF;
}
#footer_under_left{
  float: left;
  font-size: 10px;
}
#footer_under_right{
  float: right;
  font-size: 10px;
  cursor: pointer;
}
/* Add a black background color to the top navigation */
.topnav_home {
  position: fixed;
  width: 100%;
  height: 140px;
  transition: 0.4s;
  box-shadow: none;
}
.topnav-menu{
  width: 15%;
  height: inherit;
  cursor: pointer;
  float: right;
  display: none;
}
.transitionScale :hover{
  font-style: bold;
  color: #870816;
}
.changeColor{
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
}
.logo-subtittle{
  padding-left: 14px;
  padding-right: 14px;
  width: 85%;
  float: left;
  position:absolute;
}
.left_home{
  width: 210px;
  float: left;
  
}
.right{
  width: 700px;
  height: 70px;
  margin-left: 175px;
  padding-left: 10px;
  float:left;
  text-align: right;
}
#gloma_logo_home {
  width: 180px;
  position: fixed;
}
/* Style the links inside the navigation bar */
.list-nav{
  top: 70px;
  padding: 5%;
  left: 100%;
  background-color: #000;
  opacity: 0.95;
  filter: alpha(opacity=95); /* For IE8 and earlier */
  transition: all 0.5s;
  width: 100%;
  position: absolute;
  z-index: -1;
}
#list-nav_home ul{
}
#list-nav_home{
  top: 0;
  padding-top: 140px;
  height: 100vh;
}
.list-nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-nav a {
  float: left;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;  
}  
.transitionScale{
  width: 80%;
  transition: 0.4s;
  color: #615F5F;
}
#niceThings_arrow{
  transition: all 0.4s ease-in-out;
}
#products_arrow{
  transition: all 0.4s ease-in-out;
}
#products_arrow_menu_mobile{
  width: 20%;
  float: left;
  margin-top:  16px;
  transition: all 0.4s ease-in-out;
}
#niceThings_arrow_menu_mobile{
  width: 20%;
  float: left;
  margin-top:  16px;
  transition: all 0.4s ease-in-out;
}
#niceThings_Submenu_mobile{
  height: 0;
  width: calc(100% - 100px);
  margin-left: 100px;
  overflow: hidden;
  transition: all 0.5s;
}
#products_Submenu_mobile{
  height: 0;
  width: calc(100% - 100px);
  margin-left: 100px;
  overflow: hidden;
  transition: all 0.5s;
}
#activeProducts #products_Submenu_mobile{
  height: 540px;
}
#activeNice #niceThings_Submenu_mobile{
  height: 455px;
}
.niceThings_Submenu_mobile{
  width: 100vw;
}
.niceThings_Submenu_mobile a{
  color: #FFF;
  width: calc(90% - 100px);
  padding: 13px;
  font-size: 11px;
  border-top: 1px solid #615F5F;
}
.products_Submenu_mobile{
  width: 100vw;
}
.products_Submenu_mobile a{
  color: #FFF;
  width: calc(90% - 100px);
  padding: 13px;
  font-size: 11px;
  border-top: 1px solid #615F5F;
}
#activeSub{
  color: #870816;
}
#activeSubNice{
  color: #870816;
}
/*Secondary menu products*/
#activeShackles{
  background-color: #870816;
  color: #FFF;
}
#activeNicethings{
  background-color: #870816;
  color: #FFF;
}
.list-nav-secondary{
  position: absolute;
  top: 70px;
  left: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.80;
  filter: alpha(opacity=60);
  text-align: center;
  align-items: center;
  padding-left: 200px;
}
.list-nav-secondary ul{
  list-style-type: none;
  text-align: center;
  align-items: center;
}
.list-nav-secondary a{
  padding:12px 16px;
  width: 33.3%;
  height: 70px;
  float: left;
  text-decoration: none;
  font-size: 15px;
  color: #FFF;
  display: flex;
  align-items: center;
  text-align: left;
  margin: 0 auto;
}
.list-nav-secondary a:hover{
  background-color: #870816;
  color: #FFF;
}
/*Secondary menu Nice Things*/
.list-nav-secondary-niceThings{
  position: absolute;
  top: 70px;
  left: -100%;
  width: 100%;
  background-color: #000;
  opacity: 0.80;
  filter: alpha(opacity=80);
  text-align: center;
  align-items: center;
  padding-left: 200px;
}
.list-nav-secondary-niceThings ul{
  list-style-type: none;
  text-align: center;
  align-items: center;
}
.list-nav-secondary-niceThings a{
  padding:12px 16px;
  width: 33.3%;
  height: 70px;
  float: left;
  text-decoration: none;
  font-size: 15px;
  color: #FFF;
  display: flex;
  align-items: center;
  text-align: left;
  margin: 0 auto;
}
.list-nav-secondary-niceThings a:hover{
  background-color: #870816;
  color: #FFF;
}
/* Add a color to the active/current link */
#active {
  color: #870816;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}
#active2 {/*active menu mobile*/
  color: #870816;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}

/* Ad ico-menu */
.ico-menu_home{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px; 
  top: 37px;
  left: 40%;
}
.bar1_home, .bar2_home, .bar3_home {
  width: 25px;
  height: 2px;
  background-color: #FFF;
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1_home{
  -webkit-transform: rotate(-45deg) translate(-5px, 8px);
  transform: rotate(-45deg) translate(-5px, 8px);
}

.change .bar2_home{
  -webkit-transform:translate(-110px,0);
  transform:translate(-110px,0);
  opacity: 0;
}

.change .bar3_home{
  -webkit-transform: rotate(45deg) translate(-2px, -5px);
  transform: rotate(45deg) translate(-2px, -5px);
}
.changeColorHome{
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
}
.changeColorHome:hover{
  color: #870816 !important ;
}
/*rest of pages*/
.changeColor:hover{
  color: #870816 !important ;
}
/************************ HOME *****************************/
#home{
  overflow-x: hidden;
}
#homePage {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
#button_fixed_under{
  position: fixed;
  height: 90px;
  width: 90px;
  border:none;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  background-color: #a37a00; 
  z-index: 2;
}

#button_fixed{
  position: fixed;
  z-index: 20;
  height: 90px;
  width: 90px;
  border:none;
  border-radius: 50%;
  font-size: 12px;
  color: #FFF;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  background:-moz-linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 71%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.13) 92%, rgba(255, 255, 255, 0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -moz-transition: .5s all;
  background:-webkit-linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 71%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.13) 92%, rgba(255, 255, 255, 0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: .5s all;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 71%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.13) 92%, rgba(255, 255, 255, 0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: .5s all;
  
  background-size: 400% 100%;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 2px #605E5E;
}
#button_fixed:hover{
  background-position: 100% 100%;
}

#copyHome{
  position: fixed;
  right: -50px;
  color: #d4d4d4;
  transform: rotate(90deg);
  top:50%;
  z-index: 22;
}
#copyHome p{
 font-size: 10px;
}
.sections-nav{
  position: fixed;
  top:45%;
  left: 4%;
  z-index: 22;
}
.sections-nav li{
  margin-bottom: 15px;
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #F0F0F0;
  list-style: none;
  cursor: pointer;
}
.divOpacity_white{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.divOpacity{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
/***** FIRST SECTION *****/
#first-section{
  overflow: hidden;
  z-index: 1;
  transition: top 0.5s;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  min-width: 100%;
  min-height: 100%;
  box-shadow: rgb(96, 94, 94) 0px 1px 10px;
}
.first-section{
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
}

#first-section video{ 
  top: 0;
  position: absolute;
  height: 100%;/*AUTO for IE*/
  width: 100%;
  object-fit: cover;
  z-index:-999;
}
.position_first_section{
  position: relative;
  top:0%;  
  padding: 10%;
  width: 100%;/*100vw for IE*/
  height: 100%;
  left: 0%;
  text-align: center;
  color: #FFF;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
#divGloma{
  vertical-align: center;
  align-items: center;
  float: left;
  width: 100%;
  z-index:100;
}
#first-section-divTransparent{
  position: absolute;
  top:0%;  
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
#h1-gloma{
  text-align: center;
  position: static;
  font-size:120px; 
  font-family: 'h1-gloma';
  font-weight: bold; 
}
#h2-gloma{
  position: static;
  font-size: 50px;
  margin-top: 100px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}
#h2_second_section, .tradeShow h2{
  font-size: 60px;
  color: #870816;
}
.button{
  position: static;
  background-color: #870816;
  border: 1px solid #870816;
  color: #FFF;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border-radius: 20px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  bottom: 20%;
}
.button:hover{
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 15px;
}
#products_arrow:hover{
  cursor: pointer;
}
#products_arrow:hover .products_arrow{
  fill:#870816;
}
#niceThings_arrow:hover{
  cursor: pointer;
}
#niceThings_arrow:hover .niceThings_arrow{
  fill:#870816;
}
.arrowDown{
 position: absolute;
 left: 50%;
 margin-left: -40px;
 /* Safari 4.0 - 8.0 */
 -webkit-animation: rebound 0.5s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: ease-out;
 -webkit-animation-direction: alternate;
 -webkit-animation-play-state: running;
 /* syntax */
 animation: rebound 0.5s;
 animation-iteration-count:infinite;
 animation-timing-function: ease-out;
 animation-direction: alternate;
 animation-play-state: running;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes rebound {
  0%   {top: 92%;}
  100%  {top: 90%;}
}

@keyframes rebound {
  0%   {top: 92%;}
  100% {top: 90%;}
}
/***** FIRST SECTION BIS *****/
.first-section-bis{
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
}
#mobile1{
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
  background-image:url("../images/homePage/arena-min.jpg");
  background-attachment: fixed;
}
.mobile1{
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
}
.position_first_section_bis{
  width: 100%;
}
#text_first_section_bis{
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  padding: 0 10%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
#newProducts{
  vertical-align: center;
  align-items: center;
  float: left;
  width: 100%;
}
#images_first_bis{
  position: absolute;
  left: -50%;
  top: 0;
  width: 50%;
  height: 100%;
  padding:5% 15%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 10px #000;
}
#div_button1{  
  position: absolute;
  width: 65%;
  text-align: center;
}
#text_first_section_bis h2{ 
  margin-bottom: 30px;
}
#text_first_section_bis p{
  margin-bottom: 30px;
}
.button1{
  background-color: #870816;
  border: 1px solid #870816;
  border: 0;
  color: #FFF;
  padding: 15px;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border-radius: 20px;
  width: 200px;
}
.button1:hover{
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 15px;
}
.img-fluid{
  width: 100%;
}
.shacklesBlock{
  width: 100%;
  height: 33%;
  float: left;
  margin: 1px;
 
  background-color: transparent;
  display: inline-block;
  display:flex;
  align-items: center;
}

.shacklesBlock:hover{
  cursor: pointer;
}

.shackle0{

  width: 40%;
  margin: 0 auto;
}
.shackle1{
  width: 55%;
  margin: 0 auto;
}
.shackle2{
  width: 45%;
  margin: 0 auto;
}
.hidden{
  display: none;
}
#tittleVertical1{
  display: none;
}
/***** SECOND SECTION *****/
#second-section{
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
}
#mobile2{
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
  box-shadow: inset 2px 2px 10px #000;
  background-attachment: fixed;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  background-image: url("../images/homePage/background_second_section-min.jpg");
}
.mobile2{
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
}
#position_second_section{
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  padding: 0 10%;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  vertical-align: middle;
  align-items: center;
  display: flex;
  box-shadow: 2px 2px 10px #000;
}
#position_second_section p{
  overflow: hidden;
}
#making{
  vertical-align: center;
  align-items: center;
  float: left;
  width: 100%;
}
#h2_second_section{
  margin-bottom: 20px; 
}
#applus{
  width: 110px;
  position: relative;
  top: 10px;
  left:5px;
}
#second-section p {
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 30px;
}
#div_button2{
  margin-top: 60px;
  width: 100%;
}
.button2{
  background-color: #870816;
  border: 1px solid #870816;
  color: #FFF;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border-radius: 20px;
  bottom: 10%;
  width: 200px;
}
.button2:hover{
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
}
#tittleVertical2{
  display: none;
}
/***** THIRD SECTION *****/
#third-section{
  overflow: hidden;
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
}
#mobile3{
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-image: url("../images/homePage/niceThings_background-min.jpg");
}
.mobile3{
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
}
.position_third_section{
  position: absolute;
  top:0;
  left: 50%;
  height: 100%;
  padding: 0 10%;
  width: 50%;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
#niceThings{
  vertical-align: center;
  align-items: center;
  float: left;
  width: 100%;
}
.position_third_section h2{
  display: none;
}
.position_third_section h3{
  display: none;
}
#logo_niceThings_white{
  display: block;
  width:90%;
  margin-bottom: 40px;  
}
#logo_niceThings_white_mobile3{
  display: none;
}
#niceThings_inline{
  position: absolute;
  left: -50%;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 0 10%;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  vertical-align: middle;
  align-items: center;
  box-shadow: 2px 2px 10px #000;
}
#niceThings_inline div{
  z-index: 9999;
}
#div_button3{
  position: static;
  margin-top: 100px;
  width: 100%;
}
.niceThingsImage{
  width: 80%;
  margin: 0 auto;
  z-index: -4;
}
.niceThings_inline{
  width: 49%;
  height: 200px;
  margin: 1px;
  z-index: 2;
  float: left;
  display: inline-block;
  display:flex;
  align-items: center;
  transition: 0.4s;
  padding: 5%;
}
.niceThings_inline:hover{
  cursor: pointer;
}

.button3{
  background-color: #870816;
  border: 1px solid #870816;
  color: #FFF;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border-radius: 20px;
  margin-top: 2%;
  margin: 0 auto;
  display: inline-block;
  width: 200px;
}
.button3:hover{
  color: #FFF;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #FFF;
}
#tittleVertical3{
  display: none;
}
/***** FOURTH SECTION *****/
#fourth-section{
  overflow: hidden;
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
}
#mobile4{
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-image: url("../images/homePage/background_fourth_section-min.jpg");
}
.mobile4{
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
}
#position_fourth_section{
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  color: #FFF;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
#fourth-section-text{
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  padding: 0 10%;
  background-color: #FFF;
  color: #000;
  vertical-align: middle;
  align-items: center;
  display:flex;
  box-shadow: 2px 2px 10px #000;
}
#trades{
  position: absolute;
  width:50%;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 10%;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
#trades2{
  vertical-align: center;
  align-items: center;
  float: left;
  width: 100%;
}
.tradeShow{
  vertical-align: center;
  align-items: center;
  float: left;
  width: 100%;
}
.tradeShow h2{
  text-align: center;
}
.tradeShow p{
  margin-top: 20%;
}
#mets, #saloneNautico{
  width: 100%;
  height: 300px;
  float: left;
  display:flex;
  align-items: center;
  margin-bottom: 10%;
}

#saloneNautico-logo{
  display: block;
  width: 70%;
  margin: 0 auto;
}
#mets-logo{
  display: block;
  width: 90%;
  margin: 0 auto;
}
#mets:hover, #saloneNautico:hover{
  background-color: rgba(255,255,255,0.7);
  cursor: pointer;
}
#tittleVertical4{
  display: none;
}
/************************ HEADER PAGES DIFFERENT OF HOME *****************************/
#page{
  overflow: scroll;
}
.standard_tittle h2{
  font-size: 20px;
}
.topnav{
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #FFF;
  transition: 0.4s;
  box-shadow: 0 1px 3px #605E5E;
}
#gloma_logo{
  width: 150px;
}
.ico-menu{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px; 
  top: 20px;
  left: 40%;
}
.bar1, .bar2, .bar3 {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1{
  -webkit-transform: rotate(-45deg) translate(-5px, 8px);
  transform: rotate(-45deg) translate(-5px, 8px);
}

.change .bar2{
  -webkit-transform:translate(-110px,0);
  transform:translate(-110px,0);
  opacity: 0;
}

.change .bar3{
  -webkit-transform: rotate(45deg) translate(-2px, -5px);
  transform: rotate(45deg) translate(-2px, -5px);
}
.left{
  width: 160px;
  float: left;
  position: fixed;
  z-index: 500;
}

#list-nav_restOfPages{
  top: 0;
  padding-top: 70px;
  padding-bottom: 400px;
  right: 0;
  position: relative;
  transition: all 0.5s;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

/************************ ABOUT US *****************************/
#tittle_background_about{
  height: 350px;
  color: #FFF;
  display:flex;
  align-items: center;
  width: 100%;
  background-position: center;
}
.tittle_background_about{
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
}
#tittle_background_about h1{
  margin: 0 auto;
}
#section_products_about{
  text-align: center;
  padding: 5% 10%;
}
#section_about{
  padding-top: 70px;
  margin: 0;
}
#div_section_left{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #605E5E;
  border-radius: 5px;
}
#div_section_left h2{
  color: #870816;
  text-transform: uppercase;
}
/************************ PRODUCTS *****************************/
/***header***/
#tittle_background_products{
  height: 350px;
  color: #FFF;
  display:flex;
  align-items: center;
  width: 100%;
  text-align: center;
}
.tittle_background_products{
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
}
#tittle_background_products h1{
  margin: 0 auto;
}
#list-nav_bigSize{
  position: absolute;
  right: 20px;
  margin-top: 35px;
  top:0;
}
#list-nav_bigSize li{
  display: inline;
  padding: 14px 10px;
}

.changeColor{
  font-size: 14px;
  text-decoration: none;
  color: #605E5E;
}
/***/
#section_products{
  margin: 0 auto;
  padding-top: 70px;
  display: block;
}
#section_products_position{
  display: block;
  padding: 2.5%;
  height: auto;
  overflow: hidden;
}
.product_shackles{
  width: 50%;
  margin: 0 auto;
  z-index: -99;
}
.product_float{
  height: 400px;
  width: 18%;
  float: left;
  margin: 1%;
  border: 1px solid #870816;
}
.product_float2{
  height: 450px;
  width: 18%;
  float: left;
  margin: 1%;
  border: 1px solid #870816;
}
#premium_float1, #premium_float2, #premium_float3, #premium_float4{
  width: 23%;
  height: 500px;
  cursor: auto;
}
#leather_float1, #leather_float2{
  width: 48%;
}
#premium_float1 .transition_hover_collection, #premium_float2 .transition_hover_collection, #premium_float3 .transition_hover_collection, #premium_float4 .transition_hover_collection{
  padding-bottom: 180px;
}
.product_float:hover{
  cursor: pointer;
}
.transition_hover{
  background-color: rgba(0,0,0,0.1);
  height: 100%;
  display: inline-block;
  display:flex;
  align-items: center;
  position: relative;
  padding-top: 70px;
}
.transition_hover:hover{
  background-color: rgba(255,255,255,0);
}
.transition_hover:hover .product_shackles{
  transform: scale(1.4,1.4);
}
#clipagImage img{
    width: 60%;
  }
.product_tittle{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #870816;
  width: 100%;
  height: 70px;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
}
.product_tittle h2{
  font-size: 20px;
  color: #FFF;
  margin: 0 auto;
}
.transition_hover_collection{
  background-color: rgba(0,0,0,0.1);
  height: 100%;
  display: inline-block;
  display:flex;
  align-items: center;
  position: relative;
  padding-top: 70px;
  padding-bottom: 90px;
}
.transition_hover_collection:hover{
  background-color: rgba(255,255,255,0);
}
.transition_hover_collection:hover .niceThings{
  transform: scale(1.4,1.4);
}
.product_ref_Hook{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  width: 100%;
  height: 90px;
  padding: 10px;
}
.product_ref{
  position: absolute;
  bottom: 90px;
  left: 0;
  background-color: #FFF;
  width: 100%;
  height: 90px;
  padding: 10px;
}
.product_ref2{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #870816;
  width: 100%;
  height: 90px;
  padding: 10px;
  color: #FFF;
}
.product_ref_Hook p, .product_ref p, .product_ref2 p{
  text-align: left;
  margin-left: 2%;
  font-size: 15px;
}
.product_float_spanner{
  height: 650px;
  width: 31%;
  float: left;
  margin: 1%;
  border: 1px solid #870816;
}
/************************ NICE THINGS *****************************/
.niceThings{
  width: 50%;
  margin: 0 auto;
  z-index: -99;
}
.transition_hover:hover .niceThings{
  transform: scale(1.4,1.4);
}
#tittle_background_niceThings{
  height: 350px;
  color: #FFF;
  display:flex;
  align-items: center;
  width: 100%;
  text-align: center;
}
.tittle_background_niceThings{
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
#tittle_background_niceThings h1{
  margin: 0 auto;
}
#section_niceThings{
  margin: 0 auto;
  padding-top: 70px;
}
#section_niceThings_position{
  padding:2.5%; 
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.video_clipag{
  width: 78%;
  float: left;
  margin: 1%;
  text-align: center;
}
.float_clip video{
  width: 100%;
}
#leatherCenter{
  text-align: center; 
  width: 50%; 
  margin-left: auto; 
  margin-right: auto;
}
#leather_float1, #leather_float2{
  height: 550px;
}
#leather_float1:hover, #leather_float2:hover{
  cursor: auto;
}
.listShop{
  list-style-type: none;
  line-height: 1.6;
  text-align: center;
}
.listShop p{
  text-align: center;
}
.float_shop img{
  width: 65%;
}
.float_shop{
  float:left; 
  padding: 5%; 
  width: 50%;
}
.float_clip{
  float:left; 
  padding: 5%; 
  width: 100%;
}
#widthImage{
  width: 20%;
}
.float_shop > p{
  font-size: 25px;
}
#section_displayShop_position{
  padding:2.5%; 
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  vertical-align: middle; 
  align-items: center; 
  display: flex;
}
/************************ MAKING PROCESS *****************************/

#section_products_making{ 
  display: inline-block;
  width: 100%;
  padding: 5% 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#tittle_background_making{
  height: 350px;
  color: #FFF;
  display:flex;
  align-items: center;
  width: 100%;
}
.tittle_background_making{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #FFF;
}
#tittle_background_making h1{
  margin: 0 auto;
  text-align: center;
}
#table_making h2{
  text-align: center;
  color: #605E5E;
}
#section_making{
  text-align: center;
  padding-top: 70px;
}
.div_section_left_making{
  width: 100%;
  color: #605E5E;
  text-align: left;
  border-radius: 5px;
}
.div_section_right_making{
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.sizeImage{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.image_tittle_making{
  text-align: center;
  margin: 0 auto;
  width: 33.3%;
  float: left;
  padding: 0.5%;
}
.image_tittle_making img{
  object-fit: cover;
  height: 400px;
}
.image_tittle_making h3{
  color: #870816;
  font-size: 25px;
  text-align: center;
}
#table_making table{
  border-collapse: collapse;
  width: 100%;
}
#table_making td, #table_making th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
#table_making th{
  background-color: #870816;
  color: #FFF;
  height: 70px;
  text-align: center;
}
/************************ CONTACT US *****************************/
#tittle_background_contact{
  height: 350px;
  background-position-y: center;
  color: #FFF;
  display:flex;
  align-items: center;
  width: 100%;
}
.tittle_background_contact{
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
}
#tittle_background_contact h1{
  margin: 0 auto;
}
#section_products_contact{
  height: auto;
  overflow: hidden; 
  padding: 5% 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#div_section_map{
  width: 100%;
  float: left;
  color: #605E5E;
  text-align: left;
}
#div_section_form{
  margin-left: 3px;
  margin-top: 200px;
  width: 100%;
  float: left;
  color: #605E5E;
  text-align: left;
}
#div_section_trade{
  margin-top: 200px;
  float: left;
  width: 100%;
}
#div_section_map_left{
  float: left;
  width: 30%;
  padding-right: 50px;
  margin-bottom: 50px;
}
#div_section_map_right{
  float: left;
  width: 70%;
  height: 400px;
}
#div_section_form_left{
  float: left;
  width: 30%;
  padding-right: 50px;
  margin-bottom: 50px;
}
#div_section_form_right{
  float: left;
  width: 70%;
}
#div_section_trade_left{
  float: left;
  width: 30%;
  padding-right: 50px;
  margin-bottom: 50px;
}
#div_section_trade_right{
  float: left;
  width: 70%;
  text-align: center;
  margin-bottom: 50px;
}
#div_section_map_left h2, #div_section_form_left h2, #div_section_trade_left h2{
  font-size: 30px;
  color: #870816;
}
#div_section_map_left h3, #div_section_form_left h3{
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
#div_section_map_left p, #div_section_form_left p, #div_section_trade_left p{
  font-size: 16px;
}
#trade_events_left{
  padding: 0 5%;
  width: 40%;
  height: 200px;
  float: left;
  vertical-align: middle;
  display: flex;
}
#trade_events_right{
  padding: 0 5%;
  width: 60%;
  height: 200px;
  float: left;
  
}
#trade_events_left img, #trade_events_right img{
  margin: auto;
  width: 100%;
  height: auto;
}
#def_snapHook{
  margin-top: -2px;
  background-color: #FFF;
  border-top: 1px solid grey;
  border-bottom: 1px solid #870816;
  color: grey;
  width: 100%;
  height: auto;
  vertical-align: middle;
  align-items: center;
  display: flex;
  height: 80px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
#def_snapHook p{
  width: 100%;
  font-size: 17px;
}
/*form*/
input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  outline: none;
  border-top:0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #ccc;
}
#button_contact{
  text-align: center;
  margin-top: 50px;
}
.button_contact{
  background-color: #870816;
  border: 1px solid #870816;
  color: #FFF;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border-radius: 20px;
  margin-top: 2%;
  margin: 0 auto;
  display: inline-block;
  width: 200px;
}
.button_contact:hover{
  color: #000;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #000;
}
/***/
@media only screen and (max-width : 1600px) {
  .niceThings_inline{
    padding: 0;
  }
}
@media only screen and (max-width : 1500px) {
  #h1-gloma{
    font-size: 90px;
  }
  #h2-gloma {
    font-size: 35px;
  }
  #newProducts h2, #h2_second_section, .tradeShow h2, #niceThings h2{
    font-size: 40px;
  }
  /***PRODUCTS***/
  .product_float{
    width: 23%;
  }
  .video_clipag{
    width: 73%;
  }
  .product_float2{
    width: 23%;
  }
  .sections-nav li{
    height: 14px;
    width: 14px;
  }
}
@media only screen and (max-width : 1300px){ 
  h1{
    font-size: 90px;
  }
  #section_products_making{
    padding: 5%;
  }
  #section_products_contact{
    padding: 5%;
  }
}
@media only screen and (max-width : 1200px){ 
  h2{
    font-size: 30px;
  }
  /***NICE THINGS***/
  .product_niceThings_float{
    width: 24.7%;
  }
  /***CONTACT US***/
  #div_section_map_left,#div_section_map_right,#div_section_form_left,#div_section_form_right,#div_section_trade_left,#div_section_trade_right{
    width: 100%;
  }
  #trade_events_left, #trade_events_right{
    height: auto;
  }
  /***shackle spaneer***/
  .product_float_spanner{
    height: 500px;
    width: 31%;
  }

}
@media only screen and (max-width : 1100px){ 
  #mobile1,#mobile2,#mobile3,#mobile4{
    background-attachment: scroll;
  } 
}
@media only screen and (max-width : 1024px){
      #h1-gloma{
        font-size: 100px;
      }
      #h2-gloma{
        font-size: 40px;
      }
      #leatherCenter{
        width: 70%; 
      }
      .product_float2{
        width: 31%;
      }
      .video_clipag{
        width: 65%;
      }
    }
@media only screen and (max-width : 992px){
  .divOpacity{
    background-color: transparent;
  }
  .list-nav-secondary{/*hide the big size nav secundary*/ 
    display: none;
  }
  .list-nav-secondary-niceThings{/*hide the big size nav secundary*/ 
    display: none;
  }
  #home{
   overflow-y: scroll;
  }
  .sections-nav{
    display: none;
  }
  h1{
    font-size: 70px;
  }
  p{
    font-size: 16px;
  }
   #button_fixed_under{
    display:none;
  }
  /***glomaNautica_size***/
  #h1-gloma{
    font-size: 70px;
  }
  #h2-gloma {
    font-size: 25px;
  }
  .button{
    font-size: 14px;
  }
  .button:hover{
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
  }
  #gloma_logo_home{
    width: 150px;
    margin-top: 0px;
  }
  .ico-menu_home{
    top: 30px;
  }
  .topnav-menu{
    display: block;
  }
  #list-nav_bigSize{
    display: none;
  }
  .scroll-down-wrap{
    display: none;
  }
  /***First section bis***/
  #tittleVertical1{
    position: absolute;
    padding: 0;
    left: -230px;
    top: 40%;
    transform: rotate(-90deg);
    width: 600px;
    height: 100px;
    display: block;
  }
   #tittleVertical1 p{
    font-size: 50px;
    width: 100%;
    color: #f4f3f3;
    transform: scaleY(1.4);
    z-index: 2;
   }
  #mobile1{
    position: static;
    display: block;
    min-height: 0;
    min-width: 0;
    top: 0;
    width: 100%;
    height: 35%;
    background-attachment: scroll;
  }
  #align_firstSection-bis{
    height: 65%;
    vertical-align: middle;
    align-items: center;
    display: flex;
  }
  .position_first_section_bis{
    top: 35%;
  }
  #first-section{
    min-height: 0;
    background-attachment: fixed;
    box-shadow: inset 2px 2px 10px #000;
  }
  .button1{
    font-size: 14px;
  }
  .button1:hover{
    font-size: 14px;
  }
  
  #text_first_section_bis{
    position: static;
    top: 40%;
    left: 0;
    width: 100%;
    height:auto;
    padding: 5% 10%;
    background-color: transparent;
    color: #000;
    box-shadow: none;
  }
  #text_first_section_bis h2{
    color: #870816;
    margin-bottom: 10px;
    position: relative;
    z-index: 999;
  }
  #text_first_section_bis p{
    margin-bottom: 0;
    position: relative;
    z-index: 999;
    margin-top: 30px;
  }
  #images_first_bis{
    position: static;
    margin-top: 15px;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    box-shadow: none;
  }
  #div_button1{
    position: static;
    margin: 0;
    margin-top: 15px;
    width: 100%;
  }
  .button1{
    position: relative;
    z-index: 999;
  }
  .button1:hover{
    border:1px solid #FFF;
    color: #FFF;
    font-size: 2vw;
    background-color: transparent;
  }
  .shacklesBlock{
    width: 33.3%;
    height: 33.3%;
    margin-top: 20px;
    display:flex;
    align-items: center;
    margin: 0 auto;
  }
  .shacklesBlock img{
    position: relative;
    z-index: 999;
  }
  /***second section***/
  #tittleVertical2{
    position: absolute;
    padding: 0;
    left: -260px;
    top: 30%;
    transform: rotate(-90deg);
    width: 600px;
    height: 100px;
    display: block;
  }
   #tittleVertical2 p{
    font-size: 50px;
    width: 100%;
    color: #f4f3f3;
    transform: scaleY(1.4);
    z-index: -998!important;
    padding: 0;
   }
  #mobile2{
    position: static;
    background-attachment: scroll;
    min-height: 0;
    top: 0;
    width: 100%;
    height: 35%;
    box-shadow: none;
  }
  #h2_second_section{
    color: #870816;
  }
  #position_second_section{
    right: 0;
    width: 100%;
    height: 65%;
    top: 35%;
    padding: 5% 10%;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  #making{
    vertical-align: center;
    align-items: center;
    float: left;
    width: 100%;
  }
  #position_second_section p{
    overflow: scroll;
    color: #000;
  }
  #div_button2{
    
  }
  .button2{
    font-size: 14px;
  }
  .button2:hover{
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
  }
  /***third section bis***/
  #align_thirdSection{
    height: 65%;
    vertical-align: middle;
    align-items: center;
    display: flex;
  }
  #tittleVertical3{
    position: absolute;
    padding: 0;
    left: -130px;
    top: 35%;
    transform: rotate(-90deg);
    width: 400px;
    height: 100px;
    display: block;
  }
   #tittleVertical3 p{
    font-size: 50px;
    width: 100%;
    color: #f4f3f3;
    transform: scaleY(1.4);
    padding: 0;
   }
   #mobile3{
    position: static;
    display: block;
    min-height: 0;
    min-width: 0;
    top: 0;
    width: 100%;
    height: 35%;
    text-align: center;
    display: flex;
    align-items: center;
    background-attachment: scroll;
    background-position: 50% 50%;
  }  
  .position_third_section{
    position: static; 
    height: 65%;
    top: 35%;
    width: 100%;
    padding: 5% 10%;
    background-color: transparent;
    color: #000;
    box-shadow: none;
  }
  #niceThings_inline{
    position: static;
    height: auto;
    width: 100%;
    padding: 0 10%;
    box-shadow: none;
  }
  .niceThings_inline{
    width: 24%;
    height: 150px;
  }
  .niceThings_inline img{
    position: relative;
    z-index: 999;
  }
  .position_third_section p{
    margin-top: 40px;
    position:relative;
    z-index: 999;
  }
  .position_third_section h2{
    display: block;
    position:relative;
    z-index: 999;
    color: #870816;
  }
  #logo_niceThings_white{
    display: none;
  }
  #logo_niceThings_white_mobile3{
    margin: 0 auto;
    width: 45%;
    display: block;
  }
   #div_button3{
    position: static;
    padding:0;
    width: 100%;
    margin-top: 40px;
  }
  .button3{
    font-size: 14px;
    position:relative;
    z-index: 999;
  }
  .button3:hover{
    border:1px solid #000;
    color: #000;
    font-size: 14px;
    background-color: transparent;
  }
   /***fourth section***/
  #tittleVertical4{
    position: absolute;
    padding: 0;
    left: -130px;
    top: 35%;
    transform: rotate(-90deg);
    width: 400px;
    height: 100px;
    display: block;
  }
  #tittleVertical4 p{
    font-size: 50px;
    width: 100%;
    color: #f4f3f3;
    transform: scaleY(1.4);
    z-index: -998!important;
    padding: 0;
  }
  #mobile4{
    background-attachment: scroll;
    position: static;
    display: block;
    min-height: 0;
    min-width: 0;
    top: 0;
    width: 100%;
    height: 35%;
    box-shadow: none;
    background-attachment: scroll;
    background-position: 50% 50%;
  } 
  #position_fourth_section{
    height: 65%;
    top: 35%;
    padding: 0 10%;
    box-shadow: none;
  }
  #fourth-section-text{
    position: static;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: transparent;
    color: #000;
    padding: 0;
    box-shadow: none;
  }
  .tradeShow{
    margin-top: 50px;
  }
  .tradeShow h2{
    color: #870816;
    position: static;
    width: 100%;
  }
  .tradeShow p {
    margin-top: 40px;
    overflow: scroll;
  }
  #trades{
    right: 0;
    width: 100%;
    margin-top: 50px;
    height: 30%;
    background-color: transparent;
    padding: 0 10%;
    position: static;
    box-shadow: none;
  }
  #saloneNautico{
    height: 150px;
    width: 50%;
  }
  #mets{
    height: 150px;
    width: 50%;
  }
  #mets-logo{
    width: 80%;
  }
  #saloneNautico-logo{
    width: 50%;
  }
  /***footer***/
  #footer{
    height: auto;
  }
  /* OTHER PAGES HEADER*/
  #gloma_logo {
    width: 110px;
  }
  .ico-menu{
    top: 19px;
  }
  #header{
    height: 70px;
    width: 100%;
  }
   /***PRODUCTS***/
  .product_float{
    width: 31%;
    height: 300px;
  }
  #leather_float1, #leather_float2{
    height: 450px;
  }
  #premium_float1, #premium_float2, #premium_float3, #premium_float4{
    width: 31%;
    padding-bottom: 0;
  }
  .transition_hover{
    padding-top: 55px;
  }
  .product_tittle{
    height: 55px;
  }
  .transition_hover_collection{
    padding-top: 55px;
  }
  .product_tittle h2{
    font-size: 18px;
  }
  .standard_tittle h2{
    font-size: 18px;
  }
  /***ABOUT***/
  #section_products_about{
    padding: 5%;
  }
  /***MAKING PROCESS***/
  #section_products_making{
    padding: 5%;
  }
  /***CONTACT US*****/
  #button_contact{
    text-align: left;
  }
  .button_contact{
    font-size: 14px;
    width: 150px;
  }
  .button_contact:hover{
    font-size: 14px;
  }
  #trade_events_left, #trade_events_right{
    width: 100%;
    height: auto;
    padding: 0;
  }
  #trade_events_left{
    text-align: left;
  }
  #trade_events_right{
    margin-top: 50px;
  }
  #trade_events_left img{
    width: 60%;
    margin: auto;
  }
  #trade_events_right img{
    display: block;
    width: 70%;
    margin: auto;
  }
  #div_section_map_left,#div_section_form_left,#div_section_trade_left{ 
    padding: 0;
  }
  #div_section_map_left h2 ,#div_section_form_left h2 ,#div_section_trade_left h2 {
   font-size: 25px;
  }
  #div_section_map_left h3 ,#div_section_form_left h3 ,#div_section_trade_left h3 {
   font-size: 16px;
  }
  #div_section_map_left p ,#div_section_form_left p ,#div_section_trade_left p {
   font-size: 14px;
  }
  /***shackle spaneer***/
  .product_float_spanner{
    height: 500px;
    width: 48%;
  }
  #premium_float1, #premium_float2, #premium_float3, #premium_float4{
    height: 400px;
  }
  .float_shop{
    width: 100%;
  }
  #section_displayShop_position{
    display: block;
  }
  .float_shop > p{
    font-size: 20px;
  }
  .float_shop img{
    width: 50%;
  }
  #def_snapHook p{
    font-size: 14px;
  }
  .video_clipag{
    width: 98%;
  }
  #clipagImage{
    width: 98%;
  }
  #clipagImage img{
    width: 20%;
  }
  .arrowDown{
    display: none;
  }
}
@media only screen and (max-width : 850px) {
  /***RESIZE TITTLES TOP NAV AND HIDE ***/
  #list-nav_home{
    position: absolute;
  }
  /***NICE THINGS***/
  .product_niceThings_float{
    width: 32.8%;
  }
  #leatherCenter{
    width: 100%; 
  }
}
@media only screen and (max-width : 700px){
  /*first-section*/
  #h1-gloma{
    font-size: 50px;
  }
  #h2-gloma {
    font-size: 15px;
  }
  h1{
    font-size: 60px;
  }
  /***footer***/
  #footer{
    padding-top: 10%;
  }
  #footer_left{
    width: 100%;
    text-align: center;
    height: 50px;
  }
  #footer_middle{
    margin-top: 20px;
    width: 70%;
    height: auto;
  }
  #footer_right{
    margin-top: 20px;
    width: 30%;
    height: auto;
  }
  #footer_left_under{
    margin-top: 50px;
    width: 100%;
  }
  #newProducts h2, #h2_second_section, .tradeShow h2, #niceThings h2{
    font-size: 30px;
  }
  /***PRODUCTS***/
  .product_float{
    width: 48%;
  }
  .product_float2{
    width: 48%;
  }
  #premium_float1, #premium_float2, #premium_float3, #premium_float4{
    width: 48%;
  }
  .product_tittle h2{
    font-size: 16px;
  }
  .standard_tittle h2{
    font-size: 16px;
  }
  .product_float{
    height: 250px;
  }
  .product_float2{
    height: 350px
  }
  #tittle_background_products,#tittle_background_niceThings,#tittle_background_about,#tittle_background_making,#tittle_background_contact{
    height: 200px;
  }
  #table_making table{
    font-size: 10px;
  }
  .image_tittle_making{
    width: 100%;
  }
  /***shackle spaneer***/
  .product_float_spanner{
    height: 400px;
  }
}
@media only screen and (max-width : 550px){
  /*first-section*/
  h1{
    font-size: 40px;
  }
  h2{
    font-size: 6vw;
  }
  p{
    font-size: 14px;
  }
  #newProducts p{
    overflow: scroll;
  }
  /***NICE THINGS***/
  .product_niceThings_float{
    width: 49.4%;
  }
  
  /***glomaNautica_size***/
  #gloma_logo_home{
    width: 120px;
    margin-top: 12px;
  }

  .ico-menu_home{
    top: 34px;
    left:10%;
  }
  .bar1_home, .bar2_home, .bar3_home {
    width: 20px;
    height: 2px; 
    margin: 3px 0;
  }
  .change .bar1_home{
  -webkit-transform: rotate(-45deg) translate(-3px, 8px);
  transform: rotate(-45deg) translate(-3px, 8px);
  }
  .change .bar3_home{
    -webkit-transform: rotate(45deg) translate(1px, -4px);
    transform: rotate(45deg) translate(1px, -4px);
  }
  /***BUTTON NEW PRODUCTS***/
  #button_fixed{
    width: 60px;
    height: 60px;
    font-size: 7px;
  }
  #button_fixed:hover{
    font-size: 8px;
  }
  #button_fixed_under{
    width: 60px;
    height: 60px;
  }
  .niceThings_inline{
    height: 100px;
  }
  .niceThingsImage{
    width: 70%;
  }
  #applus{
    width: 70px;
  }
  .tradeShow p {
    margin-top: 10%;
  }
  #saloneNautico{
    height: 80px;
    width: 100%;
  }
  #mets{
    height: 80px;
    width: 100%;
  }
  /* OTHER PAGES HEADER*/
  .ico-menu{
    top: 25px;
    left:10%;
  }
  .bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px; 
    margin: 3px 0;
  }
  .change .bar1{
  -webkit-transform: rotate(-45deg) translate(-3px, 8px);
  transform: rotate(-45deg) translate(-3px, 8px);
  }
  .change .bar3{
    -webkit-transform: rotate(45deg) translate(1px, -4px);
    transform: rotate(45deg) translate(1spx, -4px);
  }
  #gloma_logo {
    width: 90px;
    margin-top: 8px;
  }
  /***PRODUCTS***/
  .product_tittle h2{
    font-size: 15px;
  }
  .standard_tittle h2{
    font-size: 15px;
  }
  #tittle_background_products,#tittle_background_niceThings,#tittle_background_about,#tittle_background_making,#tittle_background_contact{
    height: 150px;
  }
  #footer h3{
    font-size: 17px;
  }
  #footer h4{
    font-size: 17px;
  }
  #footer_left h4{
    font-size: 9px;
  }
  #footer p{
    font-size:12px;
  }
  #footer a{
    font-size:12px;
  }
  #footer_under p{
    font-size: 8px;
  }
  #leather_float1, #leather_float2{
    height: 400px;
  }
  .float_shop > p{
    font-size: 17px;
  }
  .image_tittle_making h3{
    font-size: 19px;
  }
  #def_snapHook{
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width : 460px) {
  #footer_middle {
    width: 100%;
  }
  #footer_middle p{
    text-align: center;
  }
  #footer_right{
    width: 100%;
    text-align: center;
  }
  #footer_left_under{
    text-align: center;
  }
  /***PRODUCTS***/
  .product_float{
    height: 200px;
  }
  h1{
    font-size: 30px;
  }
}
@media only screen and (max-width : 400px){
  /***shackle spaneer***/
  .product_float_spanner{
    height: 350px;
    
  }
  /*NICE THINGS PREMIUM COLLECTION*/
  #premium_float1, #premium_float2, #premium_float3, #premium_float4{
    height: 400px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width : 350px){
  /**FIRST_SECTION**/
  .position_first_section{
    padding-top: 40%;
  }
  .button{
    padding: 12px;
    bottom: 15%;
  }
  #h2-gloma{
    margin-top: 150px;
  }
  /***NICE THINGS***/
  .product_nicethings_float{
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }
 #position_second_section p {
  height: 50vw;
 }
  /***glomaNautica_size***/
  #gloma_logo_home{
    width: 100px;
    margin-top: 16px;
  }
  .ico-menu_home{
    top: 34px;
  }
  /* OTHER PAGES HEADER*/
  #gloma_logo {
    width: 90px;
    margin-top: 10px;
  }
  .product_tittle h2{
    font-size: 12px;
  }
  .standard_tittle h2{
    font-size: 12px;
  }
  /***shackle spaneer***/
  .product_float_spanner{
    height: 300px;
  }
}