.top1{
	width:100%;
	height:89px;
	font-family:"Work Sans", sans-serif;
	font-size:0.8em;
	color:#333;
	background-color: #FFF;
	z-index:99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
@media(max-width:1024px){
.top1{
	display:none;
}
}

.topblank{
	width:100%;
	height:0px;
}
@media(max-width:1024px){
.topblank{
	width:100%;
	height:35px;
}
}

@media(max-width:768px){
.topblank{
	width:100%;
	height:40px;
}
}

.logo{
	float:left;
	padding-top:16px;
	width:auto;
	height:auto;
}
.texttop1{
	float:right;
	font-family:"Work Sans", sans-serif;
	font-size:1.5em;
	color:#333;
	width:auto;
	height:auto;
}
.texttop1 span{
	font-family:"Work Sans", sans-serif;
	font-size:1em;
	color:#F00;
}
.boxmenuleft{
	width:40%;
	float:left;
	padding-top:10px;
	padding-left: 20px;
}
.boxmenuright{
	float:right;
	padding-top:10px;
	width: 20%;
	text-align: left;
}
.boxmenuright img:hover{
	opacity:0.5;
}
.top2{
	display:none;
	width: 100%; /* 0 width - change this with JavaScript */
	z-index: 999;
	right: 0;
	top:0;
	margin: 0px;
	overflow-x: hidden; /* Place content 60px from the top */
	transition: 0.8s; /* 0.5 second transition effect to slide in the sidenav */
	font-style: normal;
	font-weight: normal;
	background-color: #FFF;
	overflow: hidden;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	position: fixed;
}
@media(max-width:1024px){
.top2{
	display:block;
}
}
.menuleft2{
	float:right;
	padding-top:15px;
	padding-left:10px;
	padding-right: 10px;
}
.logo2{
	float:left;
	width:33%;
	padding-top:5px;
	padding-left: 5px;
}
.menusearch2{
	float:right;
	padding-top:15px;
	padding-right: 10px;
}
.menuuser2{
	float:right;
	padding-top:15px;
	padding-right:10px;
	padding-left: 10px;
}



.dropdown {
	float: left;
	overflow: hidden;
	font-family: 'Work Sans', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
}

.dropdown .dropbtn {
	border: none;
	outline: none;
	color: #333;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	font-weight: lighter;
	background:#FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height:70px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;	
}

.dropdown .dropbtn a {
	border: none;
	outline: none;
	color: #333;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 0;
	font-weight: lighter;
	text-decoration: none;
}
.dropbtn:hover {
	color:#C00;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C00;	
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	box-shadow: 0px 3px 5px -2px rgba(199,199,199,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	z-index: 98;
	width:100%;
	left:0;
	padding:10px;
}

.dropdown-content a {
    float: none;
    display: block;
}
.dropdown-content:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C00;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown3 {
	float: right;
	overflow: hidden;
	font-family: 'Work Sans', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
}

.dropdown3 .dropbtn3 {
	border: none;
	outline: none;
	color: #333;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	font-weight: lighter;
	background:#FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height:77px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;	
}

.dropdown3 .dropbtn3 a {
	border: none;
	outline: none;
	color: #333;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 0;
	font-weight: lighter;
	text-decoration: none;
}
.dropbtn3:hover {
	color:#C00;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C00;	
}

.dropdown-content3 {
	display: none;
	position: absolute;
	background-color: #FFF;
	box-shadow: 0px 3px 5px -2px rgba(199,199,199,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	z-index:999;
	width:100%;
	left:0;
	padding:10px;
}

.dropdown-content3 a {
    float: none;
    display: block;
}
.dropdown-content3:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C00;
}
.dropdown3:hover .dropdown-content3 {
    display: block;
}

.boxmenulist{
	width:33%;
	height:auto;
	position:relative;
	float: left;
}
.boxmenurecent{
	width:33%;
	height:auto;
	position:relative;
	float: right;
	text-align: right;
}
.menulisttitle{
	font-weight: 600;
}
ul.menulist{
	list-style-type: none;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}
li.menulist a{
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	text-decoration: none;
	color:#333;
}
.menulistlink:hover{
	text-decoration: none;
	color:#C00;
}

/* ---------------------------------Modal Search ---------------------------------*/
.modal-search {
	display: none; /* Hidden by default */
	z-index: 999999; /* Sit on top */
	padding-top: 0px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.0); /* Black w/ opacity */
	position: fixed;
	left: 0px;
	top: 0px;
}

/* Modal Content */
.modal-search-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	width: 80%;
	top: 72px;
	-webkit-box-shadow: 0px 0px 9px 2px rgba(224,224,224,1);
	-moz-box-shadow: 0px 0px 9px 2px rgba(224,224,224,1);
	box-shadow: 0px 0px 9px 2px rgba(224,224,224,1);
	border-radius: 9px;
	height: 250px;
	padding-top: 6px;
}

/* The Close Button */
.modal-search-close {
	color: #666;
	float: right;
	font-size: 28px;
	font-weight: bold;
  	text-decoration: none;
	padding:0px;
}

.modal-search-close:hover,
.modal-search-close:focus {
	color: #F00;
	text-decoration: none;
	cursor: pointer;
}

.modal-search-header {
	background-color: #FFF;
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	color: #333;
	font-weight: 500;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	padding-top: 2px;
}

.modal-search-body {padding: 2px 16px;}

.modal-search-footer {
	padding: 2px 16px;
	background-color: #CCC;
	color: white;
}
.search{
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
}

ul.modalsearch {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li.modalsearch {
	float: left;
	padding-right: 20px;
	width: 20%;
}
@media(max-width:768px){
.search{
	padding-left:5px;
	padding-right:5px;
}
.modal-search {
	top:0;
	height:100%
}
.modal-search-content {
	width:100%;
	height:100%;
	overflow:auto;
	top:0;
}
li.modalsearch{
	width:100%;
}

}
/* -------------------------------------------------------------------- INPUT FORM*/

.txtsearch{
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color: #333;
	width: 98%;
	height: 40px;
	border-radius: 4px;
	font-size: 1em;
	background-color: white;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 40px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #F00;
	border-left-color: #FFF;
}
.txtform1{
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color: #333;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	font-size: 1em;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #F00;
	border-left-color: #FFF;
	margin: 10px;
}
.selectform1{
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color: #333;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	font-size: 0.9em;
	background-color: white;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	padding: 10px;
	margin: 10px;
	border: 1px solid #DFDFDF;
}
.cmdsearch{
	font-family: 'Work Sans', sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	color: #FFF;
	background-color: #e71017;
	border: 1px solid #e71017;
	height: 40px;
	margin: 10px;
	border-radius: 2px;
	background-image: url(images/search-white5.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.cmdsearch:hover{
	background-color: #FF2020;
}

/* ---------------------------------Modal forgot ---------------------------------*/
.modal-forgot {
	display: none; /* Hidden by default */
	z-index: 99999; /* Sit on top */
	padding-top: 0px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/* Modal Content */
.modal-forgot-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	width: 30%;
	top: 68px;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(204,204,204,0.62);
	-moz-box-shadow: 0px 1px 5px 1px rgba(204,204,204,0.62);
	box-shadow: 0px 1px 5px 1px rgba(204,204,204,0.62);
	border-radius: 5px;
	height: auto;
	padding-top: 0px;
}

/* The Close Button */
.modal-forgot-close {
	color: #666;
	float: right;
	font-size: 28px;
	font-weight: bold;
  	text-decoration: none;
	padding:10px;
}

.modal-forgot-close:hover,
.modal-forgot-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-forgot-header {
	background-color: #FFF;
	color: #333;
	margin: 10px;
	padding-top: 2px;
}

.modal-forgot-body {
}

.modal-forgot-footer {
	padding: 2px 16px;
	background-color: #CCC;
	color: white;
}
.forgot{
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
}
.txtforgot{
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #333;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 40px;
}
@media(max-width:768px){
.forgot{
	padding-left:5px;
	padding-right:5px;
}
.modal-forgot {
	top:0;
	height:100%
}
.modal-forgot-content {
	width:100%;
	height:100%;
	top:0;
	overflow:auto;
}

}

/* ---------------------------------Modal User ---------------------------------*/
.modal-user {
	display: none; /* Hidden by default */
	z-index: 9999; /* Sit on top */
	padding-top: 0px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/* Modal Content */
.modal-user-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	width: 30%;
	top: 68px;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(204,204,204,0.62);
	-moz-box-shadow: 0px 1px 5px 1px rgba(204,204,204,0.62);
	box-shadow: 0px 1px 5px 1px rgba(204,204,204,0.62);
	border-radius: 5px;
	height: auto;
	padding-top: 0px;
}

/* The Close Button */
.modal-user-close {
	color: #666;
	float: right;
	font-size: 28px;
	font-weight: bold;
  	text-decoration: none;
	padding:10px;
}

.modal-user-close:hover,
.modal-user-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-user-header {
	background-color: #FFF;
	color: #333;
	margin: 10px;
	padding-top: 2px;
}

.modal-user-body {
}

.modal-user-footer {
	padding: 2px 16px;
	background-color: #CCC;
	color: white;
}
.user{
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
}
.txtuser{
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #333;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 40px;
}
@media(max-width:768px){
.user{
	padding-left:5px;
	padding-right:5px;

}
.modal-user {
	top:0;
	height:100%
}
.modal-user-content {
	width:100%;
	height:100%;
	top:0;
	overflow:auto;
}

}

/* ---------------------------End -Modal User ---------------------------------*/

.modal-menu {
	display:none;
	z-index: 99999; /* Sit on top */
	padding-top: 0px; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	position: fixed;
	left: 0px;
	width:100%;
	height:100%;
	padding:0;
	top:0;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.1); /* Black w/ opacity */

}
.modal-menu-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(204,204,204,0.62);
	-moz-box-shadow: 0px 1px 5px 1px rgba(204,204,204,0.62);
	box-shadow: 0px 1px 5px 1px rgba(204,204,204,0.62);
	padding-top: 0px;
	float:left;
	width:80%;
	height:99%;
	top:0;
	left:0;
	overflow:auto;

}

/* The Close Button */
.modal-menu-close {
	color: #666;
	float: right;
	padding-right:10px;
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
}

.modal-menu-close:hover,
.modal-menu-close:focus {
	color: #F00;
	text-decoration: none;
	cursor: pointer;
}

.modal-menu-header {
	padding: 2px 16px;
	background-color: #FFF;
	font-family: 'Work Sans', sans-serif;
	font-size:1.2em;
	color: #333;
	font-weight: 500;
}

.modal-menu-body {
	padding: 0px;
}

.modal-menu-footer {
	padding: 2px 16px;
	background-color: #CCC;
	color: white;
}
.menu{
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
}

@media(max-width:768px){

.modal-menu {
	width:100%;
	height:100%;
	padding:0;
	top:0;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
}
.modal-menu-content {
	border-radius: 0px;
	float:left;
	width:80%;
	height:99%;
	top:0;
	left:0;
	overflow:auto;
}

}

ul.listmenu-m{
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	background-color: #FFF;
	vertical-align: middle;
	width: 100%;
	padding: 0px;
}
li.listmenu-m{
	font-family: 'Work Sans', sans-serif;
	font-size:0.9em;
	color: #333;
	text-align: left;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}
ul.listmenu-m span{
	padding-left:10px;
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	color: #333;
	font-weight:bold;
}
li.listmenu-m:hover{
	color:#F00;
	background:#FFF;
}
.boxadvertising{
	background-image: url(images/advertising.png);
	background-repeat: no-repeat;
	width:234px;
	height:52px;
	float: right;
	margin-top:20px;
	margin-left:5px;
}
.boxadvertising-text{
	position:absolute;
	font-family: 'Work Sans', sans-serif;
	font-size:2em;
	color: #333;
	font-weight:bold;
	padding-top:10px;
	padding-left: 15px;
}


/* ---------------------------End Modal Menu Mobile ---------------------------------*/
