 /*scrollbar - remove horizontal "x" scrollbar*, use overflow-x:  hidden. to change color of the scroll use webkit*/
::-webkit-scrollbar {
	width: 12px;
	height:12px;
}
::-webkit-scrollbar-track{
	background:#000;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background:#FFF;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background:#06F;
	border-radius: 10px;
}
 /* cellphone Layout: 320px to a max of 768px.  */

@media only screen and (min-width: 320px) {

/*styling the fonts*/

h1 {font-size: 16px;
	color:#cfb53b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	
	}
h2 {font-size: 16px;
	color:#cfb53b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform:capitalize;
	
	}

h3 { font-size: 16px;
	color: #cfb53b;
	border-bottom: 2px dotted #cfb53b;
	padding: 1px 5px 1px 5px;
	display: inline;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;

}
h4 { font-size: 16px;
	color: #cfb53b;
	padding: 5px  0px 2px 0px;
	display: line-block;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
}

p { 
	color: #000;
	font-size: 14px;
	
}		  
a{ color:#FFF;
text-decoration:none;
}  

/*division and contents styling*/
html, body {
	background: #cfb53b;
	margin:0;
	padding:0;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	vertical-align: baseline;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
.container {
	width: 100%;
	max-width: 100vw;
	height:100%;
	max-height: 100vh;
	padding:0;
	margin:0 auto 0 auto;
	background-color:#000;
	box-sizing:border-box;
}
.header {
	width: 100%;
	max-width: 100vw;
	height: 20%;
	max-height: 20vh;
	background-color:#000;
	
}


.header_columnleft {
	float:left;
	clear:none;
	width: 100%;
	max-width: 100vw;
	height: 25%;
	max-height: 25vh;
	border:0;
	background-color:#000;

}
.header_columnleft_img {
	text-align:center;
	width:141px;
	height: 136px;
}

.header_columnright {
	float:left;
	clear:none;
	width: 100%;
	max-width: 100vw;
	height: 20%;
	max-height: 20vh;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color:#000;
	border:0;
	margin:0;
	
}
.branding{
	max-height: 20vh;
	list-style: none;
	display: block;
	text-align: center;
	padding:  0;
	margin:0;
	list-style: none;

	
}
#header_columnright .branding h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #cfb53b;
}
#header_columnright .branding h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #cfb53b;
}

/*styling of the navigation menu*/

#navigation.navigation {
	clear:both;
	background-color: #cfb53b;
	font-weight:600;
	font-size: 12px;
	display:block;
	width: 100%;
	max-width:100vw;
	height: 5%;
	max-height: 5vh;
	margin:0;
	padding: 0;	
	border-bottom: 2px solid #FFF;
	border-top:2px solid #FFF;
	position:relative;
	
	
}
#navigation.navigation ul {
	width: 100%;
	max-width: 100vw;
	height: 4%;
	max-height: 4vh;
	display: block;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	list-style:none;
	padding-top: 0.2%;
	padding-bottom: .5%;
	

	
}
	
#navigation.navigation li {
	width: 100%;
	max-width: 100vw;
	height: 4%;
	max-height: 4vh;
	color: #000;
	display:inline;
	text-transform: capitalize;
	font-weight: 600;
	list-style-type: none;
	margin-left: .8%;
	margin-right:.8%;
	padding-left: .8%;
	padding-right: .8%;
	padding-bottom: 0.8%;
	padding-top: 0.8%;

	
	
}
li.active{background-color:#FFFF;
			margin-left: 2%;
			margin-right: 2%;
			padding-left: 2%;
			padding-right: 2%;
			padding-top: .8%;
			padding-bottom: .8%;
			padding-top: .8%;
			margin-top: .8%;
			margin-bottom: .8%;
}

#navigation.navigation a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:capitalize;
	text-decoration: none;
	color:#000;
	display: inline;
	width: 100%;
	max-width: 100vw;
	margin-bottom: 1%;
	
}
#navigation.navigation li:hover{
	width: 100%;
	max-width: 100vw;
	height: 4%;
	max-height: 4vh;
	color:#cfb53b;
	font-size: 16px;
	background-color:#06F;
	margin-left: .8%;
	margin-right: .8%;
	padding-left: .8%;
	padding-right: .8%;
	padding-bottom: 0.8%;
	padding-top: 0.5%;
	
}
#navigation.navigation a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:capitalize;
	text-decoration: none;
	color:#FFF;
	font-weight:600;
	margin-bottom: 1%;
	
}



/*styling the slider*/
*, *::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
		   }

*:hover {
  cursor: default; }


.slider {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  position: relative; }

.slides-wrapper {
  width: 100%;
  position: relative; }

.slide {
  position: relative;
  width: 100%;
  height: 70%;
  max-height: 70vh;
  display: none; }

.slide.current {
    display: block;
    -webkit-animation: fade 1s ease-out;
            animation: fade 1s ease-out; }
.slide__img {
    display: block;
    width: 100%; 
	max-height: 70vh;
	}
  
 /*styling the buttons of the slider*/
.slider__btn {
  display: block;
  font-size: 3rem;
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  padding: 0 2rem;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: rgba(255, 255, 255, 0.2); } 
     
.slider__btn:hover{
    color: #fff;
    cursor: pointer; }	  
	  
.slider__btn--next {
	right: 0;
	background-image: url(../gallery/rightarrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.slider__btn--next:hover {
    background: rgba(0, 0, 0, 0.8); 
	background-image: url(../gallery/rightarrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
.slider__btn--prev {
      left: 0; 
	  background-image:url(../gallery/leftarrow.png);
	  background-repeat:no-repeat;
	  background-position: center center;
	 }
 .slider__btn--prev:hover {
    background: rgba(0, 0, 0, 0.8);
	background-image:url(../gallery/leftarrow.png);
	background-repeat:no-repeat;
	background-position: center center; }



/*styling caption & button enter*/
.slide__caption {
	font-size: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 90%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    max-width: 100%;
    text-shadow: 0px 0px 4px #000000;
    color:#FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
}
			
.slide__caption--btn {
	font-size: 8px;
	font-weight: 600;
	background: #cfb53b;
    text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 2px solid #FFF;
	border-radius: 10px;
	width: 20%;
	max-width: 20vw;
	height: auto;
	color: #FFF;
	margin-left:65%;
	margin-top: 0;
	text-decoration: none;
}
.slide__caption--btn:hover {
	background-color: #06F;
}
.slide__caption--btn a {
	color: #FFF;
	font-size: 8px;
	font-weight: 600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 text-transform: uppercase;
	}
/*styling the indicators*/

.indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.indicators__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0; }
.indicators__item {
    display: block;
    width: 1.5rem;
    height: .7rem;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
.indicators__item:hover {
    -webkit-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer; }
.indicators__item.active {
    background: #ffffff;
    -webkit-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000; }
    .indicators__item:not(:last-child) {
    margin-right: 1rem; }

/*styling the footer*/
.footer {
	width: 100%;
	max-width: 100vw;
	height: 5%;
	max-height: 5vh;
	background-color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding-top: .5%;
	padding-bottom:.5%;
	text-transform: capitalize;
	color: #cfb53b;
	text-align: center;
	margin:0 0 1% 0;

}
.footer h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	color: #cfb53b;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin:0;
	padding-top: 0;

}

}

/* Tablet Layout: 800px to 1024px. Inherits styles from: desktop. */

@media only screen and (min-width: 800px) {
h1 {font-size: 18px;
	color:#cfb53b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	
	}
h2 {font-size: 18px;
	color:#cfb53b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform:capitalize;
	
	}

h3 { font-size: 16px;
	color: #cfb53b;
	border-bottom: 2px dotted #cfb53b;
	padding: 1px 5px 1px 5px;
	display: inline;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;

}
h4 { font-size: 16px;
	color: #cfb53b;
	padding: 5px  0px 2px 0px;
	display: line-block;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
}

p { 
	color: #000;
	font-size: 14px;
	
}		  
a{ color:#FFF;
text-decoration:none;
}  

html, body {
	background: #cfb53b;
	margin:0;
	padding:0;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	vertical-align: baseline;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
.container {
	width: 100%;
	max-width: 100vw;
	height:100%;
	max-height: 100vh;
	padding:0;
	margin:0 auto 0 auto;
	background-color:#000;
	box-sizing:border-box;
}
.header {
	width: 100%;
	max-width: 100vw;
	height: 20%;
	max-height: 20vh;
	background-color:#000;
	
}


.header_columnleft {
	float:left;
	clear:none;
	width: 20%;
	max-width: 20vw;
	height: 20%;
	max-height: 20vh;
	border:0;
	background-color:#000;
	
}
.header_columnleft_img {
	text-align:center;
	width:145px;
	height: 140px;
	padding:0;
	margin:0;
}
.header_columnright {
	float:right;
	clear:none;
	width: 80%;
	max-width: 80vw;
	height: 20%;
	max-height: 20vh;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000;
	border:0;
	margin:0;
	}
.branding{
	height: 20%;
	max-height: 20vh;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

#header_columnright .branding h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #cfb53b;
	}
#header_columnright .branding h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: #cfb53b;
	}


/*styling of the navigation menu*/

#navigation.navigation {
	clear:both;
	background-color: #cfb53b;
	font-weight:600;
	font-size: 18px;
	display:block;
	width: 100%;
	max-width:100vw;
	height: 5%;
	max-height: 5vh;
	margin:0;
	padding: 0;	
	border-bottom: 2px solid #FFF;
	border-top:2px solid #FFF;
	position:relative;
	}
#navigation.navigation ul {
	width: 100%;
	max-width: 100vw;
	height: 4%;
	max-height: 4vh;
	display: block;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	list-style:none;
	padding-top: 0.2%;
	padding-bottom: .5%;
	

	
}
#navigation.navigation li {
	width: 100%;
	max-width: 100vw;
	height: 4%;
	max-height: 4vh;
	color: #000;
	display:inline;
	text-transform: capitalize;
	font-weight: 600;
	list-style-type: none;
	padding-bottom: 0.5%;
	padding-top: .5%;
	margin-left: 2%;
	margin-right:2%;
	padding-left: 2%;
	padding-right: 2%;

	
	
}
li.active{background-color:#FFFF;
			margin-left: 2%;
			margin-right: 2%;
			padding-left: 2%;
			padding-right: 2%;
			padding-top: .8%;
			padding-bottom: .8%;
			padding-top: .8%;
			margin-top: .8%;
			margin-bottom: .8%;
}

#navigation.navigation a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform:capitalize;
	text-decoration: none;
	color:#000;
	display: inline;
	width: 100%;
	max-width: 100vw;
	margin-bottom: 1%

	
	
}
#navigation.navigation li:hover{
	width: 100%;
	max-width: 100vw;
	height: 4%;
	max-height: 4vh;
	color:#cfb53b;
	font-size: 18px;
	background-color:#06F;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0.5%;
	padding-top: .5%;
	
	
	}
#navigation.navigation a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform:capitalize;
	text-decoration: none;
	color:#FFF;
	font-weight:600;
	margin-bottom: 1%
	}



/*styling the slider*/
*, *::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
		   }

*:hover {
  cursor: default;
   }


.slider {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
   }

.slides-wrapper {
  width: 100%;
  position: relative; 
  }

.slide {
  position: relative;
  width: 100%;
  height: 70%;
  max-height: 70vh;
  display: none;
   }

.slide.current {
    display: block;
    -webkit-animation: fade 1s ease-out;
    animation: fade 1s ease-out;
			 }
.slide__img {
    display: block;
    width: 100%; 
	max-height: 70vh;
	}
  
 /*styling the buttons of the slider*/
.slider__btn {
  display: block;
  font-size: 3rem;
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  padding: 0 2rem;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: rgba(255, 255, 255, 0.2); 
  } 
     
.slider__btn:hover{
    color: #fff;
    cursor: pointer; 
	}	  
	  
.slider__btn--next {
	right: 0;
	background-image: url(../gallery/rightarrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
.slider__btn--next:hover {
    background: rgba(0, 0, 0, 0.8); 
	background-image: url(../gallery/rightarrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
.slider__btn--prev {
      left: 0; 
	  background-image:url(../gallery/leftarrow.png);
	  background-repeat:no-repeat;
	  background-position: center center;
	 }
 .slider__btn--prev:hover {
    background: rgba(0, 0, 0, 0.8);
	background-image:url(../gallery/leftarrow.png);
	background-repeat:no-repeat;
	background-position: center center;
	 }



/*styling caption & button enter*/
.slide__caption {
	font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 90%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
	max-width: 100vw;
    text-shadow: 0px 0px 4px #000000;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
	
	}
			
.slide__caption--btn {
	font-size: 12px;
	font-weight: 600;
	background: #cfb53b;
    text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 2px solid #FFF;
	border-radius: 10px;
	width: 15%;
	max-width: 15vw;
	height: auto;
	color: #FFF;
	margin-left:70%;
	margin-top: 0;
	text-decoration: none;
}
.slide__caption--btn:hover {
	background-color: #06F;
}
.slide__caption--btn a {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 text-transform: uppercase;
	}
	
/*styling the indicators*/

.indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  }
.indicators__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
	 }
.indicators__item {
    display: block;
    width: 2.5rem;
    height: .7rem;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; 
	}
.indicators__item:hover {
    -webkit-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer; }
.indicators__item.active {
    background: #ffffff;
    -webkit-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000; 
	}
    .indicators__item:not(:last-child) {
    margin-right: 1rem; 
	}
/*styling the footer*/
.footer {
	width: 100%;
	max-width: 100vw;
	height: 5%;
	max-height: 5vh;
	background-color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding-top: .5%;
	padding-bottom:.5%;
	text-transform: capitalize;
	color: #cfb53b;
	text-align: center;
	margin:0 0 1% 0;

}
.footer h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #cfb53b;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin:0;
	padding-top: 0;

}

  }
  


@media only screen and (min-width: 1000px) {
/* Desktop Layout: 1000px to a max of 1580px.  */


/*font styling*/
h1 {font-size: 28px;
	color:#cfb53b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	
	}
h2 {font-size: 28px;
	color:#cfb53b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform:capitalize;
	
	}

h3 { font-size: 18px;
	color: #cfb53b;
	border-bottom: 2px dotted #cfb53b;
	padding: 1px 5px 1px 5px;
	display: inline;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;

}
h4 { font-size: 18px;
	color: #cfb53b;
	padding: 5px  0px 2px 0px;
	display: line-block;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
}

p { 
	color: #000;
	font-size: 16px;
	
}		  
a{ color:#FFF;
text-decoration:none;
}  



/*division and contents styling*/
html, body {
	background: #cfb53b;
	margin:0;
	padding:0;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	vertical-align: baseline;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
.container {
	width: 100%;
	max-width: 100vw;
	height:100%;
	max-height: 100vh;
	padding:0;
	margin:0 auto 0 auto;
	background-color:#000;
	box-sizing:border-box;
}
.header {
	width: 100%;
	max-width: 100vw;
	height: 20%;
	max-height: 20vh;
	background-color:#000;
	
}

.header_columnleft {
	float:left;
	clear:none;
	width: 20%;
	max-width: 20vw;
	height: 20%;
	max-height: 20vh;
	border:0;
	background:#000;

}
.header_columnleft_img {
	text-align:center;
	width:141px;
	height: 136px;
	padding:0;
	margin:0;
}

.header_columnright {
	float:right;
	clear:none;
	width: 80%;
	max-width: 80vw;
	height: 20%;
	max-height: 20vh;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000;
	border:0;
	margin:0;
	
}
.branding{

	max-height: 20vh;
	display: block;
	text-align: center;
	padding:  0;
	margin:0;
	
}
#header_columnright .branding h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #cfb53b;
}
#header_columnright .branding h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	color: #cfb53b;
}


/*styling of the navigation menu*/

#navigation.navigation {
	clear:both;
	background-color: #cfb53b;
	font-weight:600;
	font-size: 18px;
	display:block;
	width: 100%;
	max-width:100vw;
	height: 5%;
	max-height: 5vh;
	margin:0;
	padding: 0;	
	border-bottom: 2px solid #FFF;
	border-top:2px solid #FFF;

	
	
}
#navigation.navigation ul {
	width: 100%;
	max-width: 100vw;
	height: 4%;
	max-height: 4vh;
	display: block;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	list-style:none;
	padding-top: 0.2%;
	padding-bottom: .5%;
	

	
}
#navigation.navigation li {
	width: 100%;
	max-width: 100vw;
	height: 4%;
	max-height: 4vh;
	color: #000;
	display:inline;
	text-transform: capitalize;
	font-weight: 600;
	list-style-type: none;
	margin-left: 2%;
	margin-right:2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0.5%;
	padding-top: 0.5%;

	
	
}
li.active{background-color:#FFFF;
			margin-left: 2%;
			margin-right: 2%;
			padding-left: 2%;
			padding-right: 2%;
			padding-top: .8%;
			padding-bottom: .8%;
			padding-top: .8%;
			margin-top: .8%;
			margin-bottom: .8%;
}


#navigation.navigation a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform:capitalize;
	text-decoration: none;
	color:#000;
	display: inline;
	width: 100%;
	max-width: 100vw;
	margin-bottom: 1%;

	
	
}
#navigation.navigation li:hover{
	width: 100%;
	max-width: 100vw;
	height: 4%;
	max-height: 4vh;
	color:#cfb53b;
	font-size: 18px;
	background-color:#06F;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: .7%;
	padding-bottom: 0.5%;
	padding-top: 0.5%;
	
	
}
#navigation.navigation a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform:capitalize;
	text-decoration: none;
	color:#FFF;
	font-weight:600;
	margin-bottom: 1%;
	
}



/*styling the slider*/
*, *::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
		   }

*:hover {
  cursor: default; }


.slider {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  position: relative; }

.slides-wrapper {
  width: 100%;
  position: relative; }

.slide {
  position: relative;
  width: 100%;
  height: 70%;
  max-height: 70vh;
  display: none; }

.slide.current {
    display: block;
    -webkit-animation: fade 1s ease-out;
            animation: fade 1s ease-out; }
.slide__img {
    display: block;
    width: 100%; 
	max-height: 70vh;
	}
  
 /*styling the buttons of the slider*/
.slider__btn {
  display: block;
  font-size: 3rem;
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  padding: 0 2rem;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: rgba(255, 255, 255, 0.2); } 
     
.slider__btn:hover{
    color: #fff;
    cursor: pointer; }	  
	  
.slider__btn--next {
	right: 0;
	background-image: url(../gallery/rightarrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.slider__btn--next:hover {
    background: rgba(0, 0, 0, 0.8); 
	background-image: url(../gallery/rightarrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
.slider__btn--prev {
      left: 0; 
	  background-image:url(../gallery/leftarrow.png);
	  background-repeat:no-repeat;
	  background-position: center center;
	 }
 .slider__btn--prev:hover {
    background: rgba(0, 0, 0, 0.8);
	background-image:url(../gallery/leftarrow.png);
	background-repeat:no-repeat;
	background-position: center center; }



/*styling caption & button enter*/
.slide__caption {
	font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 90%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
	max-width: 100vw;
    text-shadow: 0px 0px 4px #000000;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	 }
			
.slide__caption--btn {
	font-size: 16px;
	font-weight: 600;
	background: #cfb53b;
    text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 2px solid #FFF;
	border-radius: 10px;
	width: 18%;
	max-width: 18vw;
	height:auto;
	color: #FFF;
	margin-left:70%;
	margin-top: 0;
	text-decoration: none;
}
.slide__caption--btn:hover {
	background-color: #06F;
}
.slide__caption--btn a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 text-transform: uppercase;
	}
/*styling the indicators*/

.indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.indicators__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0; }
.indicators__item {
    display: block;
    width: 3rem;
    height: .7rem;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
.indicators__item:hover {
    -webkit-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer; }
.indicators__item.active {
    background: #ffffff;
    -webkit-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000; }
    .indicators__item:not(:last-child) {
    margin-right: 1rem; }

/*styling the footer*/
.footer {
	width: 100%;
	max-width: 100vw;
	height: 5%;
	max-height: 5vh;
	background-color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	display: block;
	padding-top: .5%;
	padding-bottom:.5%;
	text-transform: capitalize;
	color: #cfb53b;
	text-align: center;
	margin:0 0 1% 0;

}
.footer h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: #cfb53b;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin:0;
	padding-top: 0;

}

}

