#header{
	position: relative;
	width: 100%;
	height: 670px;
	background-color: #140001;
	margin: 0 auto;
}

#youtube{
	position: relative;
	width: 1000px;
	height: 610px;
	margin: 0 auto;
}

#menu_bg{
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-color: #000;
}

#menu{
	position: relative;
	width: 1000px;
	height: 60px;
	margin: 0 auto;
}

.menu{
	position: relative;
	float: left;
	width: 838px;
	margin-top: 25px;
}

.menu li{
	position: relative;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	height: 12px;
	border-right: 1px solid #fff;
}

.menu li:last-child{
	border: 0;
	margin: 0;
	padding: 0;
}

.menu li a{
	position: relative;
	display: block;
	font-size: 13px;
	color: #fff;
	height: 22px;
	padding:8px 9px 0 9px;
	text-transform: uppercase;
	margin-top: -9px;
}

.menu li .menu_active{
	background-color: #fff;
	color: #000;
}

#languages{
	position: relative;
	float: left;
	width: 120px;
	height: 30px;
	border: 1px solid #ececec;
	background-color: #fbfbfb;
	cursor: pointer;
	border-bottom: 0;
	z-index: 100;
	margin-top: 12px;
}

.languages{
	position: relative;
	float: left;
	width: 120px;
	margin-top: 2px;
	border: 1px solid #ececec;
	border-top: 0;
	margin-left: -1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 5;
}

.languages li{
	position: relative;
	width: 120px;
	height: 22px;
}


.languages li a{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	display: block;
	color: #383838;
	font-size: 12px;
	z-index: 50;
	background-color: #fbfbfb;
}

.languages li a:hover{
	background-color: #fff;
}

#az, #eng, #ru{
	display: none;
}

#flag{
	background-image: url("../../../../20211217064707im_/https_/aqsinxelilov.com/css/img/az_flag.png");
}

.flag{
	position: relative;
	float: left;
	width: 16px;
	height: 12px;
	margin-right: 5px;
	margin-left: 5px;
}

#down_arrow{
	position: absolute;
	right: 5px;
	top: 8px;
	width: 9px;
	height: 5px;
	color: #a0a0a0;
	font-size: 14px;
	z-index: 10;
}

#content{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box{
	position: relative;
	float: left;
	width: 256px;
	height: 300px;
	margin-left: 77px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}

.box a{
	position: relative;
	display:block;
	width: 100%;
	height: 100%;
	color: #000;
}

.box1{
	margin-left: 17px;
}


.hover{
	position: absolute;
	width: 100%;
	height: 258px;
	background-color: #D40207;
	opacity: .3;
	z-index: 1;
	display: none;
}

.img{
	position: relative;
	float: left;
	width: 256px;
	height: 258px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.img img{
	position: relative;
	width: 100%;
	height: 100%;	
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	-ms-transition:all 500ms;
}

.box:hover .img img{
	transform: scale(1.09, 1.09);
	-webkit-transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
	-o-transform: scale(1.09, 1.09);
	-ms-transform: scale(1.09, 1.09);
}


.box:hover .hover{
	display: block;
}

.header{
	position: relative;
	float: left;
	width: 256px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: inherit;
	color: #000;
}


.photo{
	position: relative;
	float: left;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 17px;
}

.video{
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-left: 17px;
}

.text{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	margin-top: 10px;
	text-indent: 5px;
	color: #353535;
}

.text span{
	font-size: 25px;
}

#about{
	position: relative;
	width: 700px;
	text-align: left;
	line-height: 23px;
	color: #353535;
}

#footer_bg{
	position: relative;
	width: 100%;
	height: 69px;
	margin: 0 auto;
	background-image: url("../../../../20181010184030im_/http_/aqsinxelilov.com/css/img/footer.png");
	background-position: center;
	background-repeat: repeat-x;
}

#footer{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

#contact{
	position: relative;
	width: 1000px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.block{
	position: relative;
	float: left;
	width: 370px;
	margin-bottom: 75px;
}

.f_input{
	position: relative;
	float: left;
	width: 365px;
	height: 43px;
	outline: none;
	border: 1px solid #cd0307;
	text-indent: 15px;
	margin-top: 10px;
	margin-right: 10px;
	text-transform: capitalize;
}


.f_input::-webkit-input-placeholder {
   color: #353535;
}

.f_input:-moz-placeholder { /* Firefox 18- */
    color: #353535; 
}

.f_input::-moz-placeholder {  /* Firefox 19+ */
    color: #353535; 
}

.f_input:-ms-input-placeholder {  
    color: #353535; 
}

.f_text{
	height: 95px;
	resize:none;
	padding-top: 15px;
}

.f_btn{
	text-indent: 0;
	color: #fff;
	background-color: #cd0307;
	cursor: pointer;
	width: 235px;
	margin-top: 25px;
}

#fikir{
	height: 30px;
}

#imza{
	position: relative;
	float: right;
	width: 200px;
	height: 96px;
	background-image: url(../../../../20181010202541im_/http_/aqsinxelilov.com/css/img/imza.jpg);
	background-repeat: no-repeat;
	margin-top: 45px;
	margin-bottom: 20px;
}
/*
     FILE ARCHIVED ON 08:21:59 Dec 17, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:56:00 Jun 18, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.575
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.06
  esindex: 0.01
  cdx.remote: 17.543
  LoadShardBlock: 1088.458 (3)
  PetaboxLoader3.resolve: 1335.231 (5)
  PetaboxLoader3.datanode: 231.835 (5)
  load_resource: 687.728 (2)
*/