@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p|PT+Sans+Caption|Syncopate&display=swap');


body {
	width: 100%;
	margin-left:auto; 
    margin-right: auto; 
	margin-top:0;
	line-height: 100%;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 1px;
	font-size: 100%;
	background-color: #000000;
	height: 100%;
	color: #000000;
	margin: 0;
}

@media only screen and (max-width: 800px) {
    body {
	font-size: 130%;
		background-color: #ffffff;
	}	
}

/* --------------------------------------------HEADER*/
#header {
    width: 100%;
	height: auto;
    top: 0;
	z-index: 100;
}

/* --------------------------------------------LOGO*/

.ram {
    font-family: Arial, "sans-serif";
	font-size: 140%;
	color: #ffffff;
    top:0;
	padding: .2%;
	z-index: 4000;
}


.logo {
    position: fixed;
	display: block;
	width: 11%;
	height: auto;
    float: left;
    left: .5%;
    top:0;
	padding: .2%;
	z-index: 4000;
}

@media only screen and (max-width: 1440px) {
    .logo {
	display: block;
	width: 10%;
	height: auto;
    float: left;
    left: .5%;
    top:1.5%;
	padding: .2%;
	z-index: 10000;
	}	
}

@media only screen and (max-width: 1100px) {
    .logo {
	display: block;
	width: 14%;
	height: auto;
    float: left;
    left: .5%;
    top:1.5%;
	padding: .2%;
	z-index: 10000;
	}	
}


@media only screen and (max-width: 900px) {
    .logo {
	display:none;
	}	
}

.logo-mobi {
    display:none;
}

@media only screen and (max-width: 900px) {
    .logo-mobi {

	display:none;
    width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 1%;
    margin-top: 6%;
}
	}	

.logo-background {
    display: none;
	width: 100%;
    background-color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .logo-background {
    display: block;
	width: 100%;
    background-color: #ffffff;
	}	
}



/* --------------------------------------------NAV*/


#topnav {
	position: fixed;
	width: 100%;
	background-color: #ffffff;
	height:4%;
	text-align:center;
	padding:0;
	top:0;
	z-index: 5000;
}	


nav {
    
    text-transform: uppercase;
    width:98%;
	top: 0;
	padding:.5%;
	text-align: right;
    clear: both;
}


/* --------------------------------------------SLIDER*/

#slider {
	margin-top:0;
}	

/* --------------------------------------------CONTENT*/

#content {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-2.jpg);
	
	overflow:auto;
	text-align: left;
	padding-bottom:3%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1100px) {
    #content {
	padding-bottom:5%;
	}	
}

@media only screen and (max-width: 900px) {
    #content {
	margin-top:5%;
		padding-bottom:10%;
	}	
}

@media only screen and (max-width: 600px) {
    #content {
	padding-bottom:20%;
	}	
}



/* --------------------------------------------ROW */
div.row {
	width:70%;
	padding: 1% 5% 1% 5%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	line-height: 150%;
	
}

@media only screen and (max-width: 1100px) {
    div.row {
	width: 80%;
	}	
}

@media only screen and (max-width: 900px) {
    div.row {
	width: 85%;
	}	
}

div.row-1 {
	width:100%;
	display: inline-block;
	text-align:center;
}

@media only screen and (max-width: 1100px) {
    div.row-1 {
	width: 90%;
	}	
}


/* --------------------------------------------BOX */

div.box
{
width:28%;
height:auto;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align:center;
vertical-align: top;
margin-top:0;
margin:1%;
padding: 1%;
}

@media only screen and (max-width: 800px) {
    div.box {
	width: 98%;
	}	
}


div.box-1
{
width:28%;
height:auto;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align:center;
vertical-align: top;
background-image: url(../images/bg-2.jpg);
margin-top:0;
margin:1%;
padding: 1%;
}

@media only screen and (max-width: 800px) {
    div.box-1 {
	width: 98%;
	}	
}


div.box-2
{
width:30%;
height:auto;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align:center;
vertical-align: top;
margin-top:0;
margin:1%;
padding: 1%;
}

@media only screen and (max-width: 800px) {
    div.box-2 {
	width: 98%;
	}	
}


/* --------------------------------------------IMG RI*/

img.ri {
	max-width: 100%;
	display: block;
	margin: auto;
	height:auto;
	}

img.ri-2 {
	max-width: 48%;
	display: inline;
	text-align: center;
	margin: auto;
	height:auto;
	}

@media only screen and (max-width: 800px) {
    div.ri-2 {
	width: 98%;
	}	
}

img.icon {
	max-width: 30%;
	display: inline-block;
	margin: auto;
	height:auto;
	}



/* --------------------------------------------IFRAME*/

iframe {
	width: 100%;
	min-height: 500px;
	display:block;
	line-height: 0;
	border: 0px !important;
	 
}

@media only screen and (max-width: 1440px) {
    iframe {
	width: 100%;
	display:block;
	min-height: 300px;
	
}

}



/* --------------------------------------------H  */

h1 {
	font-family: 'Arial', 'sans-serif';
	font-size: 360%;
	font-weight:bold;
	text-transform: uppercase;
	color: #000000;
	padding:.5% 0 .5% 0;
}

@media only screen and (max-width: 1440px) {
    h1 {
	font-size: 260%;
}	

  }	


@media only screen and (max-width: 1100px) {
    h1 {
	font-size: 240%;
}	

  }	
  
  
  @media only screen and (max-width: 800px) {
    h1 {
	font-size: 200%;
}	

  }

  @media only screen and (max-width: 400px) {
    h1 {
	font-size: 120%;
}	

  }

h2 {
	font-family: 'Arial', 'sans-serif';
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	color: #b4b3b3;
}

@media only screen and (max-width: 1440px) {
    h2 {
	font-size: 140%;
}	

  }	


@media only screen and (max-width: 1100px) {
    h2 {
	font-size: 110%;
	padding:1% 0 0 0;	
}	

  }	
  
  
  @media only screen and (max-width: 800px) {
    h2 {
	font-size: 80%;
}	

  }


h3 {
	font-family: 'Arial', 'sans-serif';
	font-size: 140%;
	line-height: 140%;
	text-transform: uppercase;
	color: #000000;
	padding:.5% 0 0 0;
	margin: 0px;
}

@media only screen and (max-width: 1440px) {
    h3 {
	font-size: 250%;
}	

  }	


@media only screen and (max-width: 1100px) {
    h3 {
	font-size: 240%;
}	

  }	
  
  
  @media only screen and (max-width: 800px) {
    h3 {
	font-size: 200%;
}	

  }


.titles {
	font-family: 'Arial', 'sans-serif';
	font-size: 300%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	color: #7f0b16;
	padding:.5% 0 0 0;
	margin: 0px;
}

@media only screen and (max-width: 1440px) {
    .titles {
	font-size: 100%;
}	

  }	


@media only screen and (max-width: 1100px) {
    .titles {
	font-size: 90%;
}	

  }	
  
  
  @media only screen and (max-width: 800px) {
    .titles {
	font-size: 120%;
}	

  }

.text {
	width: 70%;
	margin: 0 15% 0 15%;
	text-align: justify;	
}

@media only screen and (max-width: 1440px) {
    .text {
	font-size: 100%;
}	

  }	


@media only screen and (max-width: 1100px) {
    .text {
	font-size: 90%;
}	

  }

  @media only screen and (max-width: 800px) {
    .text {
	width: 96%;	
	font-size: 100%;
	text-align: left;
	margin: 0 2% 0 2%;	
}	

  }


.text-red {
	font-family: 'Arial', 'sans-serif';
	font-size: 130%;
	font-weight: 800;
	text-transform: uppercase;
	color: #7f0b16;
	text-align: center;
}

@media only screen and (max-width: 1440px) {
    .text-red {
	font-size: 100%;
}	

  }	


@media only screen and (max-width: 1100px) {
    .text-red {
	font-size: 90%;
}	

  }

@media only screen and (max-width: 900px) {
    .text-red {
	font-size: 80%;
}	

  }


/* --------------------------------------------TYPE*/


.type {
	font-family: 'Arial', 'sans-serif'; 
  	font-size:110%; 
  	margin: .5% 1%; 
  	letter-spacing: 6px; 
  	font-weight: bold;
	}

.typewrite {
	font-family: 'Arial', 'sans-serif'; 
  	font-size:200%; 
	display: block;
	margin:auto; 
	letter-spacing: 6px; 
	line-height: 130%;
	text-align: center;
  	font-weight: bold;
	color: #000000;
	padding:2% 0 2% 0;
	margin: .5% 8%; 
	z-index: 4000;
	}


@media only screen and (max-width: 900px) {
    .typewrite {
	font-size: 180%;
	line-height: 120%;
	}	
}


@media only screen and (max-width: 600px) {
    .typewrite {
	font-size: 140%;
	}	
}
  
/* Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 1px;
	width: 80%;
	text-align: center;
	display: block;
	margin: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


/* --------------------------------------------FOOTER*/

.mainFooter {
	position: fixed;
	font-size: 80%;
	font-weight: normal;
	width:100%;
	height:2%;
	background-color: #000000;
	display:inline;
	text-align:center;
	top: auto;
	padding:.5%;
    right: 0;
    bottom: 0;
    left: 0;
	color: #ffffff;
	z-index: 3000;		
}	

 
@media only screen and (max-width: 600px) {
    .mainFooter {
	font-size: 60%;
	height:5%;
	}	
}

/* --------------------------------------------LINKS*/

a:link {
	font-family: 'M PLUS 1p', sans-serif;
	padding-left:0;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: none;
	color: #7f0b16;
}	
	a:visited {
	font-family: 'M PLUS 1p', sans-serif;
	padding-left:0;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: none;
	color: #7f0b16;
}	
	a:hover {
	font-family: 'M PLUS 1p', sans-serif;
	padding-left:0;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: none;
	color: #000000;
}


/* --------------------------------------------TOPNAV-1*/	

.links a:link {
	font-family: 'Arial', 'sans-serif'; 
	text-transform: uppercase;	
	font-size: 120%;
	font-weight: 800;
	line-height: 200%;
	padding: 5% 0 5% 0;
	color: #ffffff;
	
}	
	
.links a:visited {
	font-family: 'Arial', 'sans-serif';; 
	text-transform: uppercase;	
	font-size: 120%;
	font-weight: 800;
	line-height: 200%;
	padding: 5% 0 5% 0;
	color: #ffffff;
}
.links a:hover {
	font-family: 'Arial', 'sans-serif'; 
	text-transform: uppercase;	
	font-size: 120%;
	font-weight: 800;
	line-height: 200%;
	padding: 5% 0 5% 0;
	color: #000000;
	
}


	
/* --------------------------------------------TOPNAV-1*/	

#topnav-1 {
 	position: relative;
  	display:block;
  	width: 100%;
	background-image: url(../images/bg-5.jpg);
   	text-transform: uppercase;
	padding: 0;
	float: right;
	margin-top:0;
	margin-right: 0;
  	z-index: 3000;
}

@media only screen and (max-width: 900px) {
      	#topnav-1 {
		display: none;
}
        }  
 
/* --------------------------------------------TOPNAV*/	

 #topnav {
  display:none;
}

@media only screen and (max-width: 900px) {
      	#topnav {
		display:block;
		clear: both;
		
}
        } 


 .topnav {
  overflow: hidden;
  background-color: #ffffff;
}

.topnav a {
  float: left;
  display: block;
  font-family: 'Arial', "sans-serif";
  font-size: 150%;
  font-weight:normal;
  text-decoration: none;
  text-transform: uppercase;	
  border:none;
  padding: 2.5%;
}

.topnav a:hover {
  background-color: #ffffff;
  color: black;
}

.active {
  background-color: #ffffff;
  color: black;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}


/* --------------------------------------------TOPNAV-1*/	

.topnav-1 a:link {
	font-family: 'Arial', "sans-serif";
	text-transform: uppercase;	
	font-size: 100%;
	font-weight:normal;
	text-decoration: none;
	padding:0 1% 0 1%;
	color:#ffffff;
	
}	
	
.topnav-1 a:visited {
	font-family: 'Arial', "sans-serif";
	text-transform: uppercase;	
	font-size: 100%;
	font-weight:normal;
	text-decoration: none;
	border:none;
	padding:0 1% 0 1%;
	color:#ffffff;
	
}
.topnav-1 a:hover {
	font-family: 'Arial', "sans-serif";
	text-transform: uppercase;	
	font-size: 100%;
	font-weight:normal;
	text-decoration: none;
	border-bottom: medium;
	border-color: #ffffff;
	border-bottom-style: solid;
	color:#ffffff;
	
}

@media only screen and (max-width: 1100px) {
   .topnav-1 a:link,.topnav-1 a:visited, .topnav-1 a:hover {
	font-size: 75%;
	   padding:0 .5% 0 .5%;
}	

}	

@media only screen and (max-width: 900px) {
   .topnav-1 a:link,.topnav-1 a:visited, .topnav-1 a:hover {
	font-size: 70%;
	   padding:0 .5% 0 .5%;
}	

}



/* Style The Dropdown Button */

/* Style The Dropdown Button */

.dropbtn {
	border: none;
	color: #144734;
	display: inline;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
	text-transform:lowercase;
	min-width: 5%;
	display: inline-block;
	padding:0 .5% 0 .5%;
	}
@media only screen and (max-width: 1440px) {
  .dropdown {
    min-width: 6%;

}	

}

.dropdown1 {
    position: relative;
	text-transform:lowercase;
	min-width: 5%;
	display: inline-block;
	padding:0 .5% 0 .5%;
	}
@media only screen and (max-width: 1440px) {
  .dropdown1 {
    min-width: 6%;

}	

}

.dropdown2 {
    position: relative;
	text-transform:lowercase;
	min-width: 6%;
	display: inline-block;
	padding:0 .5% 0 .5%;
	}

@media only screen and (max-width: 1440px) {
  .dropdown2 {
    min-width: 8%;

}	

}

.dropdown3 {
    position: relative;
	text-transform:lowercase;
	min-width: 7%;
	display: inline-block;
	padding:0 .5% 0 .5%;
	}

@media only screen and (max-width: 1440px) {
  .dropdown3 {
    min-width: 10%;

}	

}

.dropdown4 {
    position: relative;
	text-transform:lowercase;
	min-width: 9%;
	display: inline-block;
	padding:0 .5% 0 .5%;
	}

@media only screen and (max-width: 1440px) {
  .dropdown4 {
    min-width: 16%;

}	

}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	width:130%;
	font-size: 80%;
	text-transform:lowercase;
    background-color: #000000;
    text-align: left;
	padding:1%;
	z-index: 3500;
}
.dropdown1-content {
    display: none;
    position: absolute;
	width:100%;
	font-size: 80%;
	text-transform:lowercase;
    background-color: #000000;
    text-align: left;
	padding:1%;
	z-index: 3500;
}



/* Links inside the dropdown */
.dropdown-content a {
    color: black;
	font-family: 'Arial', "sans-serif";
    text-decoration: none;
    display: block;
	text-align: left;
	margin-top:7%;
}
.dropdown1-content a {
    color: black;
	font-family: 'Arial', "sans-serif";
    text-decoration: none;
    display: block;
	text-align: left;
	margin-top:7%;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #000000;	
}

.dropdown1-content a:hover {
	background-color: #000000;	
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown1:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
   	
}

.imagedropshadow {
    width: 90%;
	height: 100%;
	padding: 5px;
    
}
a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #000000;
    -webkit-box-shadow: 1px 1px 5px #000000;
        box-shadow: 1px 1px 5px #000000;
}





/* --------------------------------------- */
/*	Scroll Up
/* --------------------------------------- */
#myBtn {
  width:60px;
  height:64px;
  opacity:0.3;
  position:fixed;
  display:none;
  border: none;
  outline: none;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  background-color: transparent; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index:5000;
}

#myBtn:hover {
  background-color: transparent;
}


@media only screen and (max-width: 800px) {
   #myBtn{
  width:40px;
  height:44px;
  bottom:6%;
  right: 3%;
}	

}

.wrap-collabsible {
  margin-bottom: 1.2rem 0;
}

input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;

  font-weight: bold;
  font-family: monospace;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;

  padding: 1rem;

  color: #A77B0E;
 

  cursor: pointer;

  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: #7C5A0B;
}

.lbl-toggle::before {
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 500px;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  background: rgba(179, 179, 178, .2);
  border-bottom: 1px solid rgba(179, 179, 178, .45);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem 1rem;
}