
[class^="icon-"]:after,
[class*=" icon-"]:after {
  /*font-family: "untitled-font-1";*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up-open-big { display: inline-block; }

.icon-up-open-big:after {
  content: "a";
  font-size: 2.5em;
  display: block;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: black;
  -webkit-transition: color .3s;
          transition: color .3s;
}

.icon-up-open-big:hover:after {
	color: white;	
}

.scroll-icon {
	position: absolute;
 	left: 50%;
  bottom: 30px;
  padding: 0 10px;
  	-webkit-transform: translateX(-50%);
  	    -ms-transform: translateX(-50%);
  	        transform: translateX(-50%);
}



/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}

.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	    -ms-transform: translateY(300px);
	        transform: translateY(300px);
	-webkit-transition: opacity, -webkit-transform 1s;
	        transition: opacity, transform 1s;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}



/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
	margin: 0;
	padding: 0;

}

ul, li {
	list-style-type: none;
}
a {
	text-decoration:none;
}
.fp-tableCell {
	display:block;
}
.responsive-img {
	width:100%;
}
.top-main-cat {
	padding-top:100px;
}
.video-section {
	padding-top:10%;
}
.border-img {
	max-width:100%;
	display:block;
	margin:20px auto;
}


/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header-top {
	/*background: rgba(0, 47, 77, .3);*/
	height: 100px;
	padding: 0 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	box-sizing: border-box;
	background: #fff;
}

h1 {
	line-height: 53px;
}

h1 a {
	display: block;
	padding: 0 10px;
}

.toggle-menu {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	top:3px;
}

.toggle-menu i {
	position: absolute;
	display: block;
	height: 2px;
	background: #000;
	width: 30px;
	left: 0px;
	-webkit-transition: all .3s;
	        transition: all .3s;
}

.toggle-menu i:nth-child(1) {
	top: 16px;
}

.toggle-menu i:nth-child(2) {
	top: 24px;
}

.toggle-menu i:nth-child(3) {
	top: 32px;
}

.open-menu i:nth-child(1) {
	top: 25px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}

.open-menu i:nth-child(2) {
	background: transparent;
}

.open-menu i:nth-child(3) {
	top: 25px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}

nav {
 	height: 0;
	opacity: 0;
  box-sizing: border-box;
  background:rgb(145,1,18) !important;
	/*background: rgba(0, 47, 77, .25);*/
	position: fixed;
	top: 100px;
	width: 100%;
  -webkit-transition: all 1s;
          transition: all 1s;
}

.open-menu ~ nav {
	opacity: 1;
 	padding: 50px 0;
	z-index: 15;
	height:calc(90vh);
	/*height: calc(90vh - 70px);*/
}

nav ul {
	padding: 0 10px;
/*	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;*/
}

nav li {
/*	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;*/
}

nav li a {
	font-size: 5vw;
	display: block;
	/*padding: 25px;*/
	text-align: center;
	color:#fff;
	-webkit-transition: background .3s;
	        transition: background .3s;
}

nav li:nth-child(odd) a,
body.fp-viewing-fifthSection-1 #menu li:nth-child(5) a {
	/*background: #eddf21;*/
	background:transparent;
	color:#000;
}
nav li:nth-child(odd) a {
	/*background: #eddf21;*/
	color:#fff;
	background:transparent;

}


nav li:nth-child(even) a {
	/*background: #853412;*/
	color:#fff;
	background:transparent;

}

nav li:nth-child(odd) a:hover {
	/*background: #562916;*/
	color:#000;
}

nav li:nth-child(even) a:hover {
	/*background: #c1c567;*/
	color:#000;
}

/*nav li.active a,
body.fp-viewing-fifthSection-1 #menu li:last-child a {
  background: #eddf21;
}
  */


/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav, .fp-slidesNav {
	display:none;
}

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: white;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #24221F;
}



/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 767px) {
	nav ul {
/*		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;*/
	}

	nav li {
		margin-top: 1px;
	}
  
  nav li a {
    font-size: 1.5em;
  }
  
  .scroll-icon {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
  
  .open-menu ~ nav {
		padding: 20px 0;
	}

	nav li a {
		padding: 3px;
	}
}

.top-menu {background:transparent;padding:10px 0 0;width:100%;}	.top-menu ul.top-menu1 {float:right;}
.top-menu ul.top-menu1 li {float:left;}
.top-menu ul.top-menu1 li a {padding:7px 15px;color:#ec7d6c;font-size:16px;}
.header-top {padding:0px;margin:0px;}