@charset "utf-8";

.toparea
{position:absolute;
width: 70%;
left: 15%;
right: 15%;
z-index: 999;}

.lang
{margin-top:25px;}

.lang li
{list-style-type: none;
display: block;
	float: left;
}

.lang li a
{color: #FFFFFF;}

.mymenu
{margin-left: -50px;}

.mymenu li
{display: block;
float: left;
margin: 10px 5px;}

.mymenu li a
{color:#EAC15A;}


.pa-overline-from-left li{
   position: relative;
   overflow: hidden;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
	padding: 10px 10px;
}

.pa-overline-from-left li a::before {
   content: "";
   position: absolute;
   z-index: 2;
   left: 0;
   right: 100%;
   top: 0;
   background:#EAC15A;
   height: 2px;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
}

.pa-overline-from-left li a:hover::before {
   right: 0;
}

.read_more
{width: 100%;
height: 53px;
border:2px solid #EAC15A;}

.pa-background-grow li a
{color: #EAC15A !important;
text-decoration: none;
display: block;
text-align: center;
}

.pa-background-grow:hover a
{color:#FFFFFF !important;}

.pa-background-grow li{
   position: relative;
   z-index: 1;  
   padding: 10px 10px;
	list-style-type: none;
	
	
}

.pa-background-grow li a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #000000;
   z-index: -1;
   opacity: 0;
   -webkit-transform: scale(.5);
   -ms-transform: scale(.5);
   transform: scale(.5);
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
   -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	
}

.pa-background-grow li a:hover::before {
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}


.myactive
{border-top: 2px solid #000000;}

.wrapper
{width: 100%;
padding-top: 30px;
padding-bottom: 30px;}

.wrapper h3
{color:#EB2424;}

.tabs
{width: 100%;
height: 100px;}

.tab
{width:49%;
display: block;
float:left;
color: #FFFFFF;
border-bottom: none;
padding-bottom:10px;
cursor: pointer;}



.tab.myactive
{color:#EB2424;}

.tab::before
{content: "";
display: block;	
border: 2px solid #EAC15A;
width: 0px;
transition: 0.3s;
opacity: 0;
margin-bottom: 20px;}

.tab:hover::before
{content: "";
display: block;	
border: 2px solid #EAC15A;
width: 100%;
transition: 0.3s;
opacity:1;}

.tab-item
{width: 100%;
margin-top: 9px;
}



@media screen and (max-width: 4000px) {
	
#main-nav
{display:none;}
	
.hero_outer
{display:block;}
	
.toparea
{display:block;}	

	
}

@media screen and (max-width: 1080px) {
	
#main-nav
{display:block;}	

.hero_outer
{display:none;}
	
.toparea
{display:none;}
	
.tabs
{width: 100%;
height:auto;}

.tab
{width:100%;
display: block;
float:none;
color: #FFFFFF;
border-bottom: none;
padding-bottom:10px;
cursor: pointer;}

	
}

