html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
b{
	font-weight: bold;
}
strong{
	font-weight: 600;	
}
i{
	font-style: italic;	
}
::-webkit-input-placeholder {
   color: #fff; 
   font-size: 13px;
   font-weight: 500;
}
:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
   font-size: 13px; 
   font-weight: 500;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;   
   font-size: 13px;
   font-weight: 500;
}
:-ms-input-placeholder {  
   color: #fff; 
   font-size: 13px;
   font-weight: 500;
}
select,
textarea,
select option{
   color: #fff;   
   font-size: 13px;
   font-weight: 500;
}
a:hover,
li:hover{
	text-decoration: none;	
}

.clear0{
	clear: both;	
	height: 0px;	
}
.clear10{
	clear: both;
	height: 10px;	
}
.clear20{
	clear: both;
	height: 20px;	
}
.clear25{
	clear: both;
	height: 15px;		
}
.clear40{
	width: 100%;
	clear: both;	
	height: 40px;	
}
.clear50{
	width: 100%;
	clear: both;	
	height: 50px;	
}
.width20{
	width: 20%;
	float: left;	
}
.width25{
	width: 25%;
	float: left;	
}
.width33{
	width: 33.333333%;
	float: left;	
}
.width50{
	width: 50%;
	float: left;	
}

.width40-1{
	width: 40%;
	float: left;	
}
.width60,
.width60-1{
	width: 60%;
	float: left;	
}
.width60,
.width40{
	width: 50%;
	float: left;
}
.width30{
	width: 30%;
	float: left;	
}
.width70{
	width: 70%;
	float: left;	
}
/* ########################
   ######   WIDTH    ######
   ######################## */

.w100{
	width: 100%;
}
.w90{
	width: 90%;
	float: left;
}
.w80{
	width: 80%;
	float: left;
}
.w75{
	width: 75%;
	float: left;
}
.w70{
	width: 70%;
	float: left;
}
.w60{
	width: 60%;
	float: left;
}
.w50{
	width: 50%;
	float: left;
}
.w40{
	width: 40%;
	float: left;
}
.w30{
	width: 30%;
	float: left;
}
.w33{
	width: 33.3333%;
	float: left;
}
.w25{
	width: 25%;
	float: left;
}
.w20{
	width: 20%;
	float: left;
}
.w15{
	width: 15%;
	float: left;
}
.w10{
	width: 10%;
	float: left;
}


/* ########################
   ######   clear    ######
   ######################## */
.c0{
	width: 100%;
	clear: both;
}
.c5{
	width: 100%;
	clear: both;
	height: 5px;
}
.c10{
	width: 100%;
	clear: both;
	height: 10px;
}
.c15{
	width: 100%;
	clear: both;
	height: 15px;
}
.c20{
	width: 100%;
	clear: both;
	height: 20px;
}
.c25{
	width: 100%;
	clear: both;
	height: 25px;
}
.c30{
	width: 100%;
	clear: both;
	height: 30px;
}
.c40{
	width: 100%;
	clear: both;
	height: 40px;
}
.c50{
	width: 100%;
	clear: both;
	height: 50px;
}
.c60{
	width: 100%;
	clear: both;
	height: 60px;
}
.c70{
	width: 100%;
	clear: both;
	height: 70px;
}
.c80{
	width: 100%;
	clear: both;
	height: 80px;
}
.c90{
	width: 100%;
	clear: both;
	height: 90px;
}
.c100{
	width: 100%;
	clear: both;
	height: 100px;
}
.c150{
	width: 100%;
	clear: both;
	height: 150px;
}
.c200{
	width: 100%;
	clear: both;
	height: 200px;
}

/* ########################
   ######   BUTTON   ######
   ######################## */
.btn{
	width: 160px;
	height: 40px;
	display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	border: none;
	outline: none;
}
.btn-filled{
	color:#fff;
	background-color: #1f95ff;    
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    transition-property: color,background-color,border;	
}
.btn-filled:hover{
	color: #1f95ff;
	background-color: transparent;
	text-decoration:none;
	border: 1px solid #1f95ff;
}
.btn-empty{
	background-color: transparent;
    color: #494949;
    border: 2px solid #494949;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition-property: color,background-color,border;		
}
.btn-empty:hover{
	color: #fff;
	background-color: #494949;
	text-decoration: none;	
}
.btn-white{
	color: #fff;
    border: 2px solid #fff;
}
.btn-white:hover{
	color: #494949;
	background-color: #fff;
}


/* ########################
   ######    MENU    ######
   ######################## */
#nav-icon1{
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 30px;
  top: 65px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #feb400;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {

  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

