@charset "utf-8";

/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 19px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #ff6200;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body{
	font-family: sans-serif,ariel;
	z-index: 100;
	background-color: black;
	overflow-x: hidden;
}

.body_container{
	width: 100%;
	margin: 0 auto;
	align-content: center;
}

header{
	margin: 0 auto;
	z-index: 600;
	width: 80%;
	z-index: 600;
}

.header_container{
	top: 0em;
}

.logo1 img{
	Left: 10%;
	top:-10px;
	padding: 5px 0px 0px 0px;
	width:100%;
}

.logo2 img{
	width:100%;
	padding: 5px 0px 5px 0px;
}

.menu-bar{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:auto;
}

.navigation{
	position: relative;
	margin: 0 auto;
	font-weight: normal;
	text-align:center;
	align-content: center;
	display: none;
	height: auto;
	width: 94%;
	left: 0%;
	border-radius: 5px;
	padding: 0px 0px 10px 0px;
	z-index: 620;
}

.navigation ul li{
	position: relative;
	list-style: none;
	line-height: 27px;
	background: linear-gradient(orange 6%, brown 94%);		
	box-shadow: 0em 0.125em 0.3125em 0em gold;
	width: 100%;
	float: none;
}

ul li ul{
	position: absolute;
	z-index: 10000;
}

ul li a{
	color: #ffffff;
	height: 25px;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

ul li a:hover{
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}

ul li ul{
	display: none;
	position: static;
}

ul li:hover ul{
	display: block;
}

ul li ul li a{
	background: #222;
}

.fa{
	margin-right: 5px;
}

.fa-list.modify{
	font-size: 32px;
	position: absolute;
	padding: 10px 10px 10px 10px;
	float: right;
	right: -10px;
	top:  7%;
	cursor: pointer;
	color: rgb(255, 172, 6);
	display: block;
}

.advert{

	margin: 0 auto;
	align-items: center;
	width:80%;
	height:auto;
	background-color: none;
}

.holder33 img{

	width: 100%;
}

.details{

	margin: 0 auto;
	background-color:none;
	font-size: 16x;
	text-shadow: -1px 1px 2px #000,
			  	  1px 1px 2px #000,
			  	  1px -1px 0 #000,
			 	 -1px -1px 0 #000;
	width:80.0%;
	height: auto;
}

span {
	line-height: 18px;
}

.holder34{

	width: 100%;
	background: none;
	font-size: 16px;
	text-align: justify;
	font-weight: bold;
	height: 12.5%;
}

.gif_container {
	position: relative;
	margin: 0 auto;
	top:27px;
   	align-items: center;
    width:200px;
}

.logo3 img{
	width:200px;
	height: 50px;
}

.footer-container{
    position:relative;
	margin: 0 auto;
	width:98%;
	left:0%;
	height:auto;
	color: #ffffff;
	font-size: 10.5px;
	text-align: center;
	text-shadow:   -1px 1px 2px #000,
					1px 1px 2px #000,
					1px -1px 0 #000,
		   		    -1px -1px 0 #000;
	font-weight: bold;
	background: linear-gradient(orange 16%, brown 84%);
	border-style: inset;
	border-width: 3px;
	border-color: orange;
	border-radius: 15px;
	margin-bottom: 10px;
}

@media screen and (min-width: 320px){

.fa-list.modify{
	font-size: 30px;
	top:  3px;
	right: 0px;
}
}

@media screen and (min-width: 360px){
  
}

@media screen and (min-width: 375px){
    
}

@media screen and (min-width: 414px){

.fa-list.modify{
        right: 20px;
}

.logo3 img{
        height: 40px;
}

.footer-container{
        padding-top: 0%;
        height:auto;
}
}

@media screen and (min-width: 500px){

.fa-list.modify{
    font-size: 36px;
}

.logo3 img{
    width:300px;
}
}

@media screen and (min-width: 600px){

}

@media screen and (min-width: 768px){

h1{
    font-size: 20.5px;
}
    
.body_container{
    height:800px;
}
    
header{
	position: fixed;
	Left: 2%;
	top: 0;
	width:96%;
}
    
.logos-wrapper{
    display: flex;
    margin: 0 auto;
    left: 0%;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}
    
.logo1 img{
    width:100%;
    padding: 0px 0px 3px 0px;
}

.logo2 img{
    float: right;
    width:86%;
    padding: 0px 0px 0px 0px;
}
    
.navigation{
    width: 100%;
    height: 30px;
    display: block;
}
    
.navigation ul li{
    width: 12.5%;
    line-height: 30px;
    float: left;
    left: 0%;  
}
    
.navigation > ul > li:nth-of-type(1){
    border-radius: 5px 0px 0px 5px;
}
    
.navigation > ul > li:nth-of-type(8){
    border-radius: 0em 5px 5px 0px;
}
    
.navigation ul li a{
    height: 28px;
    font-size: 13px;
}
    
.navigation ul li ul{
    display: none;
}
    
.navigation ul li:hover ul{
    display: block;
}
    
.navigation ul li ul li{
    list-style: none;
    line-height: 28px;		
    width: 100%;
    float: none;
    z-index: 620;
}
    
.navigation li ul li a{
    background: #222;
}
    
.fa-list.modify{
    display: none;
}

.main_info{
	position: absolute;
	top:14.5em;
	width: 98%;
	left: 1%;	
}
.advert{
	position:relative;
	float: left;
	left: 1%;
    top: 14px;
	width: 680px;
}

.holder33 img{

	width: 50%;
}

.details{
	position:absolute;
	float: right;
	right: 2%;
	top:230px;
	width:50%;
	text-shadow: 2px 2px 4px #000000;
}

span {
	line-height: 22px;
}

.holder34{
	font-size: 15.5px;
}

.gif_container {
	top:30px;
	width:440px;
}

.logo3 img{
	width:440px;
	height: 50px;
}
    
.footer-container{
    position:absolute;
    top: 860px;
    left:1%;
    width:97%;
    height:26px;
    font-size: 16px;
    align-content: center;
    margin-bottom: 0px;
}
}

@media screen and (min-width: 896px){

}


@media screen and (min-width: 1024px){

}


@media screen and (min-width: 1080px){

}


@media screen and (min-width: 1136px){

}


@media screen and (min-width: 1152px){

}


@media screen and (min-width: 1200px){

header{
	Left: 10%;
	Width: 80%;
}

.advert{
    top: 12px;
    left:9.5%;
}
            
.details{
    right: 10%;
}

span {
	line-height: 25px;
}

.holder34{
    font-size: 19px;
}

.footer-container{
	width: 80%;
	left:10%;
}	
}


@media screen and (min-width: 1280px){

}


@media screen and (min-width: 1366px){

}


@media screen and (min-width: 1600px){

}

@media screen and (min-width: 1920px){

}

