@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');

html,body,td,th {
	font-family: 'Manrope', sans-serif;
	font-size:16px;
	color:#333;
	padding:0;
	margin:0;
	height:100%;
}

A:link		 { color:#000; text-decoration:none;}
A:visited	 { color:#000; text-decoration:none;}
A:hover		 { color:#E6B91E; text-decoration:none;}

h1 {
	color:#E6B91E;
}

strong {
	color:#000 !important;
}

/*switch*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.gift_txt {
	position:relative;
	text-align:center;
	width:80px;
}

.gift_box {
	height:34px;
}

/*/////*/

/*video*/

.v_photo {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center top 30px;
}

.b_header {
  position: relative;
  top:0px;
  width: 100%;
  height: 60%;
  overflow: hidden;
}

.b_header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header_h50 {
	height:40% !important;
}

.header_h30 {
	height:20% !important;
}

/*/////*/

.b_bg {
	width:100%;
	height:100%;
	position:absolute;
	background-image:url(../images/d_bg.png);
}

.d_bg {
	width:100%;
	height:inherit;
	background-image:url(../images/d_bg.png);
	border-radius: 15px;
	font-size:18px;
}

.c_say {
	background-color:#E6B91E;
	color:#fff;
	border-radius:50%;
	width:25px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-top:-5px;
}

.top_bg {
	width:100%;
	min-height:250px;
	position:relative;
	top:108px;
}

.top_h {
	top:80px;
	background-color:#f0f0f0;
	padding-top:28px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}

.min_h {
	min-height:400px;
}

.sub_menu {
	position:fixed;
	width:100%;
	margin-top:80px;
	z-index:4;
	background-color:#E6B91E;
	padding-top:3px;
	padding-bottom:3px;
}

.sub_menu_m {
	padding-left:40px;
}

.offline {
	width:45px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	z-index:2;
	position:relative;
}

.offline_txt {
	position:relative;
	margin-top:-35px;
	font-size:10px;
	margin-bottom:24px;
}

.offline_ick {
	width:45px;
	float:right;
	margin-top:-125px;
	margin-right:350px;
	z-index:2;
	position:relative;
}

.agree_box {
	display:inline-table;
	height:15px;
}

.acc_box {
	width:100%;
	height:150px;
}

.acc_box_ev {
	background-color:#444;
	border-radius:7px;
}

.calendar-container {
    position: relative;
    margin: auto;
    max-width: 100%;
}

.linesec {
	border-left:1px solid #f0f0f0;
}

.z_push {
	z-index:9999 !important;
}

.margin_lr {
	margin-left:20px;
	margin-right:20px;
}

.pkt_icon {
	margin-bottom:-30px;
}

.pkt_icon_height {
	height:60px;
}

.ctg_button {
	font-size:14px;
	padding:5px;
	color:#E6B91E !important;
}

.ctg_button:hover {
	color:#E6B91E !important;
}

.pkt_button {
	background-color:#f0f0f0;
	width:100%;
	display:table;
	border-bottom:1px solid #fff;
}

.pkt_button:hover {
	background-color:#E6B91E;
	color:#fff;
}

.pkt_table {
	display:inline-table;
	vertical-align:top;
	width:auto;
	margin:1%;
}

.pkt_btn {
	background-color:#fff;
	border-radius:10px;
	width:100%;
	height:auto;
	box-shadow:0px 0px 20px #ccc;
	border-top:20px solid #ffed00;
}

.top_spc {
	padding-top:10px;
	padding-bottom:10px;
	z-index:3;
}

.top_button_bg {
	background-color:#f0f0f0;
	border-radius:10px;
	border:3px solid #ececec;
	display:table;
}

.ht_show {
	width:auto;
	height:70px;
}

.fix_bb {
	position:fixed !important;
	top:0px;
	width:inherit;
}

.comm {
    width: 95px;
    height: 95px;
    overflow: hidden;
    border-radius: 100px;
    box-shadow: 0px 0px 20px #ccc;
    position: relative;
    margin: 0 auto;
    bottom: 0px;
    background-size: cover;
    background-position: center;
}

.inst_box {
	background-color: #999;
	background-size: 100%;
	background-repeat: repeat;
	display:table !important;
	margin-top:20px;
	display:table;
	color:#fff;
	display:block;
	width:100%;
}


.gradient_text {
	background-color: #cbaa3f;
	background-image: linear-gradient(45deg, rgba(203,170,63,1) 0%, rgba(194,87,55,1) 33%, rgba(105,126,183,1) 66%, rgba(89,141,79,1) 99%);
	background-size: 100%;
	background-repeat: repeat;
	display:table !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient_box {
	background-color: #cbaa3f;
	background-image: linear-gradient(45deg, rgba(203,170,63,1) 0%, rgba(194,87,55,1) 33%, rgba(105,126,183,1) 66%, rgba(89,141,79,1) 99%);
	background-size: 100%;
	background-repeat: repeat;
	display:table !important;
	padding:30px 45px 30px 45px;
	margin-top:20px;
	display:table;
	border-radius:20px;
	width:350px;
}

.gradient_note {
	background-color: #E6B91E;
	background-size: 100%;
	background-repeat: repeat;
	display:table !important;
	padding:15px;
	border-radius:5px;
	display:table;
}

.gradient_br {
	background-color: #E6B91E !important;
}

.tiny_etk {
	width:80px;
	height:80px;
	border-radius:80px;
	background-size:cover;
	background-position:center;
	border:20px solid #fff;
	position:absolute;
	z-index:3;
	top:120px;
	right:-20px;
}

.tiny_etk2 {
	width:80px;
	height:80px;
	border-radius:80px;
	background-size:cover;
	background-position:center;
	border:20px solid #fff;
	position:absolute;
	z-index:3;
	top:120px;
	left:-20px;
}

.egt_bas {
	width:350px;
	text-align:right !important;
}

.table {
	display:table !important;
}

.logo {
	position:fixed;
	height:65px;
	top:-2px;
	padding:9px 10px 9px 10px;
}

.logo_left {
	position:relative;
	top:0;
	left:0;
	z-index:6;
	display:inline-table;
}

.font_small {
	font-size:12px !important;
}

.font_smaller {
	font-size:10px !important;
}

.member_us {
	font-size:10px !important;
	margin-top:3px;
	text-align:left;
	font-weight:normal;
	width:74px;
	padding-left:1px;
	position:absolute;
}

.member_us_m {
	font-size:10px !important;
	margin-top:3px;
	text-align:left;
	font-weight:normal;
	padding-left:3px;
	display:inline;
}

.discount {
	font-size:12px !important;
	text-decoration:line-through;
	color:#999;
}

.normal {
	font-weight:normal !important;
}

.cookie {
	font-family: 'Manrope', sans-serif;
	font-size:12px;
	line-height:normal;
	color:#fff;
}

.cookie_button {
	font-family: 'Manrope', sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

.cc_container {
	background-color:#E6B91E !important;
	border:0 !important;
	padding:0px 10px 5px 10px !important;
}

.cc_btn {
	max-width: 10px !important;
	border-radius:0px !important;
	background:none !important;
	padding:5px 5px 5px 5px !important;
	margin-top:5px;
}

.margin_top_xxs { margin-top:5px !important; }
.margin_top_xss { margin-top:10px !important; }
.margin_top_xs { margin-top:20px !important; }
.margin_top { margin-top:40px !important; }
.margin_top_xl { margin-top:80px !important; }
.margin_top_xxl { margin-top:120px !important; }
.margin_bottom_xxs { margin-bottom:5px !important; }
.margin_bottom_xs { margin-bottom:20px !important; }
.margin_bottom { margin-bottom:40px !important; }
.margin_bottom_xl { margin-bottom:80px !important; }
.margin_bottom_xxl { margin-bottom:120px !important; }

.bh {
	width:100%;
	height:200px;
}

.m_button {
	font-size:16px;
	color:#000 !important;
	padding:10px 20px 10px 20px;
	display:block;
	text-align:left;
	font-weight:bold;
}

.m_button:hover {
	color:#E6B91E !important;
}

.s_button {
	font-size:12px;
	color:#fff !important;
	padding:10px 3px 10px 3px;
	display:inline-table;
	text-align:center;
	font-weight:bold;
	margin:0px 7px 0px 7px;
}

.s_button:hover {
	color:#000 !important;
}

.sw_button {
	font-size:12px;
	color:#fff !important;
	padding:10px 3px 10px 3px;
	display:inline-table;
	text-align:center;
	font-weight:bold;
	margin:0px 7px 0px 7px;
}

.sw_button:hover {
	color:#E6B91E !important;
}

.sm_button {
	font-size:14px;
	color:#000 !important;
	padding:5px 10px 5px 10px;
	display:block;
	text-align:left;
	font-weight:bold;
}

.sm_button:hover {
	color:#E6B91E !important;
}

.warning {
    color:#000;
    background-color:#f9f9f9;
	border:1px solid #f0f0f0 ;
    padding:30px;
    line-height:20px;
	margin-top:40px;
}

.x_button {
	font-size:16px;
	color:#E6B91E !important;
	padding:10px 3px 10px 3px;
	display:inline-table;
	text-align:center;
	font-weight:normal;
	margin:0px 10px 0px 10px;
	letter-spacing:0.5px;
}

.x_button:hover {
	color:#fff !important;
}

.button_footer:hover {
	color:#000 !important;
	text-decoration:underline;
}

.button_center {
	position:fixed;
	height:54px;
	top:0px;
	width:100%;
	z-index:5;
	/*background: rgb(255,255,255);
	background: linear-gradient(310deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);	*/
	background-color:#0b1d44;
	padding:17px 0px 9px 0px;
}

.imenu {
	position:fixed !important;
	display:none;
	width:94%;
	height:100%;
	background: rgb(255,255,255);
	background: linear-gradient(310deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);	
	background-size:cover;
	background-position:center;
	padding:3% 3% 3% 3%;
	z-index:8;
}

.together_bg_l {
	width:175px;
	height:220px;
	position:absolute;
	left:0;
	background-size:cover;
	background-position:center;
}

.together_bg_r {
	width:175px;
	height:220px;
	position:absolute;
	right:0;
	background-size:cover;
	background-position:center;
}

.triangle_bg {
	width:350px;
	height:220px;
	background-size:cover;
	background-position:center;
	position:relative;
	z-index:2;
	border-radius:7px;
}

.triangle_up {
	width:0; 
	height:0; 
	border-left:175px solid transparent;
	border-right:175px solid transparent;
	border-top:220px solid #cbad3b;
	opacity:0.3;
}

.triangle_down {
	width:0; 
	height:0; 
	border-left:175px solid transparent;
	border-right:175px solid transparent;
	border-bottom:220px solid #687eb9;
	opacity:0.3;
}

.hand {
    cursor:pointer;
}

.cursos {
    cursor:auto !important;
}

.bold {
	font-weight:bold !important;
}

.left {
	text-align:left;
}

.push_left {
	float:left !important;
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.middle {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.bottom {
	display:table-cell;
	vertical-align:bottom;
	text-align:center;
}

.g_title {
	font-size:42px;
	color:#000;
}

.b_title {
	font-size:56px;
	color:#000 !important;
}

.b_count {
	font-size:24px;
}

.e_title {
	font-size:20px;
	font-weight:bold;
	color:#000 !important;
}

.e_content {
	font-size:16px;
	width:60%;
}

.b_content {
	width:1024px;
}

.x_content {
	width:1024px;
}

.y_content {
	width:100%;
}

.firsat {
	background-color:#fff;
	border-radius:20px;
	font-size:14px;
	border:5px solid #000;
	width:auto;
	display:table;
	padding-left:45px;
	padding-right:45px;
	padding-top:5px;
	padding-bottom:5px;
}

.konten {
	padding:5px 10px 5px 10px;
	background-color:#E6B91E;
	font-size:10px !important;
	color:#fff;
	border-radius:5px;
	display:table;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.e_year {
	font-size:24px;
	line-height:24px;
	float:left;
	text-align:left;
	margin-right:10px;
}

.e_space {
	font-size:24px;
	line-height:60px;
	float:left;
	text-align:left;
	margin-right:7px;
	margin-left:7px;
}

.offline_img {
	width:50%;
	border:1em solid #E6B91E;
}

.static_img {
	width:100%;
	margin-bottom:20px;
	border-radius: 15px;
}

.p_puan {
	margin-right:10px;
	margin-left:2px;
}

.e_month {
	float:left;
	text-align:left;
	margin-top:5px;
	line-height:24px;
	font-weight:500;
}

.e_clock {
	margin-top:10px;
	font-size:14px;
}

.e_place {
	margin-top:5px;
}

.memo {
	background-color:#E6B91E;
	color:#fff !important;
	border-radius:5px;
	display:table;
	padding:20px 40px 20px 40px;
}

.tkv_box {
	background-color:#f0f0f0;
	border-radius:5px;
	display:table;
	display:inline-table;
	width:40%;
	margin:1%;
}

.tkv_box:hover {
	background-color:#f9f9f9;
}

.white {
	color:#fff !important;
}

.button_white {
	color:#fff !important;
}

.button_white:hover {
	color:#E6B91E !important;
}

.slogan {
	position:relative;
	width:60%;
	height:100%;
	z-index:2;
}

.banner_font {
	font-size:32px;
	letter-spacing:0.5px;
}

.button {
	-webkit-appearance:none;
	background-color:#999;
	color:#fff !important;
	padding:10px 15px 10px 15px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	outline:none;
	border:0;
	display:inline-table;
	border-radius:5px;
}

.button:hover {
	-webkit-appearance:none;
	background-color:#E6B91E;
	color:#fff !important;
}

.button_01 {
	background-color:#999;
	color:#fff !important;
	padding:10px 15px 10px 15px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	outline:none;
	border:0;
	display:inline-table;
	border-radius:5px;
}

.button_02 {
	background-color:#000;
	color:#fff !important;
	padding:10px 15px 10px 15px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	outline:none;
	border:0;
	display:inline-table;
	border-radius:5px;
	width:auto;
}

.button_02:hover {
	-webkit-appearance:none;
	background-color:#E6B91E;
	color:#fff !important;
}

.button_03 {
	background-color:#999;
	color:#fff !important;
	padding:7px 10px 7px 10px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	outline:none;
	border:0;
	display:inline-table;
	border-radius:5px;
}

.button_03:hover {
	-webkit-appearance:none;
	background-color:#000;
	color:#fff !important;
}

.button_04 {
	background-color:#598e4c;
	color:#fff !important;
	padding:7px 10px 7px 10px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	outline:none;
	border:0;
	display:inline-table;
	border-radius:5px;
}

.button_04:hover {
	opacity:0.8;
}

.button_05 {
	background-color:#E6B91E;
	color:#fff !important;
	padding:7px 10px 7px 10px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	outline:none;
	border:0;
	display:inline-table;
	border-radius:5px;
}

.button_05:hover {
	opacity:0.8;
}

.footer {
	width:100%;
	height:250px;
	background-color:#E6B91E;
	position:relative;
	bottom:0;
	padding-top:30px;
	padding-bottom:30px;
}

.social_icon {
	height:30px;
	padding:3px;
}

.hr {
	width:25%;
	margin-top:60px;
	margin-bottom:60px;
	height:5px;
	background-color:#f0f0f0;
	border-radius:3px;
}

.hr_white {
	width:25%;
	height:1px;
	background-color:#fff;
	margin-top:5px;
	margin-bottom:5px;
}

.hr_head {
	width:100%;
	height:1px;
	background-color:#f0f0f0;
	margin-top:25px;
	margin-bottom:25px;
}

.hr_br {
	width:33%;
	height:1px;
	background-color:#f0f0f0;
	margin-top:15px;
	margin-bottom:5px;
}

.clear {
	clear:both;
}

.d_none {
	display:none;
}

.card_text {
	margin-top:10px;
	font-size:12px;
}

.card_width {
	width:100%;
	margin-bottom:20px;
}

.card_type {
	position:absolute;
	font-size:12px;
	font-style:italic;
	margin-top:-17px;
	margin-left:120px;
	color:#999;
}

.input {
    font-family:'Manrope', sans-serif;
    font-size:14px;
    background-color:#f0f0f0;
    border:0;
    height:45px;
    width:360px;
    padding:10px;
    outline:none;
    margin-top:5px;
    margin-bottom:5px;
}

.textarea {
    font-family:'Manrope', sans-serif;
    font-size:14px;
    background-color:#f0f0f0;
    border:0;
    height:140px;
    width:360px;
    padding:10px;
    outline:none;
    margin-top:5px;
    margin-bottom:5px;
}

.r_table {
	width:650px;
}

.c_table {
	width:500px;
}

.s_baslik {
	font-size:52px;
}

.table_but {
	display:inline-table;
	line-height:24px;
}

.canta_hr {
	width:100%;
	height:10px;
}

.inline {
	display:inline-table !important;
}

.etiket {
	border-top:2px solid #f0f0f0;
	border-bottom:2px solid #f0f0f0;
	padding:5px;
	font-weight:bold;
	width:75%;
	color:#E6B91E;
}

.free {
	margin-top:10px;
	background-color:#598e4d;
	color:#fff;
	padding:5px 15px 5px 15px;
	display:inline-table;
	border-radius:15px;
	font-size:12px;
}

.fee {
	margin-top:0px;
	font-weight:bold;
	padding:5px 15px 5px 15px;
}

.comm_main {
	padding:20px 40px 20px 40px;
}

.comm_width {
	width:90%;
	margin-top:-40px;
}

.comm_genel {
	float:left;
	width:50%;
	margin-bottom:40px;
}

.comm_genel:nth-child(2n+2){
    clear:both;
}

.cer_genel {
	float:left;
	width:50%;
	margin-bottom:40px;
}

.cer_genel:nth-child(2n+2){
    clear:both;
}

.tkv_genel {
	float:left;
	width:50%;
	margin-bottom:80px;
}

.tkv_genel:nth-child(2n+2){
    clear:both;
}

.tkv_genel_push {
	width:100% !important;
}

.c_push {
	width:840px !important;
}

.t_top {
	position:relative;
	top:0px;
	width:100%;
}

.close {
	font-size: 26px;
    line-height: .5;
	float:right;
    color: #000;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}

.close_x {
	font-size: 26px;
    line-height: .5;
	float:right;
    color: #000;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
	margin-top:3px;
}

.cell_over {
	BACKGROUND-COLOR: #e0e0e0;
	cursor:pointer;
}

.cell_out {
	BACKGROUND-COLOR: #f9f9f9;
	cursor:pointer;
}

.cell_over_twin {
	BACKGROUND-COLOR: #e0e0e0;
	cursor:pointer;
}

.cell_out_twin {
	BACKGROUND-COLOR: #f0f0f0;
	cursor:pointer;
}

.tell_over {
	BACKGROUND-COLOR: #e0e0e0;
}

.tell_out {
	BACKGROUND-COLOR: #fff;
}

.tell_over_twin {
	BACKGROUND-COLOR: #e0e0e0;
}

.tell_out_twin {
	BACKGROUND-COLOR: #fff;
}

.padd_lr {
	padding:0px 30px 0px 30px;
}

.padd_20 {
	padding:20px 0px 30px 0px;
}

.padd_15 {
	padding:15px;
}

.padd_x5 {
	padding:15px;
}

.padd_x {
	padding:15px 5px 15px 5px;
}

.padd_10 {
	padding:10px;
}

.padd {
	padding-left:15px;
	padding-right:15px;
}

.padd_footer {
	padding-left:5px;
	padding-right:5px;
}

.top_button_text {
	padding:10px 20px 10px 20px;
}

.right {
	float:right;
}

.padd_mini {
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
}

.br {
	width:50px;
	height:5px;
	background-color:#f0f0f0;
	border-radius:3px;
}

.icon {
	height:20px;
}

.icon_double {
	height:40px;
}

.picon {
	height:55px;
}

.i_w {
	width:auto;
}

.etk_videmb {
	width:400px;
	height:206px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
	margin-top:10px;
	background-position:center;
	background-size:cover;
	display:inline-table;
	border-radius: 15px;
}

.etk_cover {
	width:90%;
	height:190px;
	background-position:center;
	background-size:cover;
	border-radius: 15px;
	border: 10px solid #f0f0f0;
}

.etk_color {
	color:#E6B91E !important;
	height:45px;
}

.black {
	color:#000 !important;
}

.etk_vid {
	float:right;
	width:400px;
	height:206px;
	margin-left:40px;
	margin-bottom:40px;
	margin-top:10px;
	background-position:center;
	background-size:cover;
	border-radius: 15px;
}

.etk_pic {
	float:right;
	width:400px;
	margin-left:40px;
	margin-bottom:40px;
	margin-top:10px;
	border-radius: 45px;
	border:18px solid #fff;
}

.etk_pic_l {
	float:left;
	width:400px;
	margin-right:40px;
	margin-bottom:40px;
	margin-top:10px;
	border-radius: 15px;
}

.glr_t {
	width:10%;
	height:300px;
	margin:0.5%;
	display:inline-table;
	background-size:cover;
	background-position:center;
	border:3px solid #fff;
}

.glr_t:hover {
	border:3px solid #E6B91E;
}

.glr_s {
	width:15%;
	height:210px;
	margin:0.5%;
	display:inline-table;
	background-size:cover;
	background-position:center;
	border:3px solid #fff;
}

.glr_s:hover {
	border:3px solid #E6B91E;
}


@media (max-width: 1224px) {
	
	.b_content {
		width:90%;
	}

	.x_content {
		width:auto;
	}
	
	.bc_padd {
		float:right;
		margin-right:75px;
	}
	
	.x_button {
		font-size:14px !important;
		margin:0px 5px 0px 5px;
	}
	
	.etk_pic {
		width:275px !important;
	}
	
	.etk_pic_l {
		width:275px !important;
	}
	
}


@media (max-width: 1024px) {

	.g_title {
		font-size:36px;
		color:#000;
	}

	.e_content {
		width:80% !important;
	}
	
	.comm_width {
		width:100%;
	}
	
	.sub_menu {
		position:absolute;
		top:-200px;
	}
	
	.egt_bas {
		width:250px !important;
	}
	
	.triangle_bg {
		width:250px !important;
	}
	
	.together_bg_l {
		width:125px !important;
	}
	
	.together_bg_r {
		width:125px !important;
	}
	
	.triangle_up {
		border-left:125px solid transparent !important;
		border-right:125px solid transparent !important;
	}
	
	.triangle_down {
		border-left:125px solid transparent !important;
		border-right:125px solid transparent !important;
	}
	
	.etk_pic {
		width:275px !important;
	}
	
	.offline_ick {
		margin-top:-125px;
		margin-right:225px;
	}
	
	.etk_videmb {
		width:275px !important;
		height:142px !important;
	}
	
	.etk_cover {
		width:250px !important;
		height:250px !important;
	}
	
	.etk_vid {
		width:275px !important;
		height:142px !important;
	}
	
	.etk_pic_l {
		width:275px !important;
	}
	
	.r_table {
		width:550px !important;
	}
	
	.top_h {
		top:80px;
		padding-left:5%;
		padding-right:5%;
		padding-top:5px;
		padding-bottom:10px;
		margin-top:-15px;
	}
	
	.d_bg {
		font-size:16px !important;
	}
	
}



@media (max-width: 740px) {

	.etk_videmb {
		width:200px !important;
		height:103px !important;
	}
	
	.etk_cover {
		width:175px !important;
		height:175px !important;
	}
	
	.gradient_box {
		display:block !important;
		width:80% !important;
		padding:7% 10% 7% 10% !important;
		font-size:12px !important;
	}
	
	.d_bg {
		font-size:14px !important;
	}
	
	.ctg_button {
		font-size:12px !important;
	}
	
}


@media (max-width: 600px) {

	.top_bg {
		width:90%;
		top:80px;
	}
	
	.y_content {
		width:90%;
	}
	
	.top_spc {
		width:100%;
		position:inherit;
	}
	
	.etk_cover {
		width:125px !important;
		height:125px !important;
	}
	
	.fix_bb {
		width:90% !important;
	}
	
	.t_top {
		width:90% !important;
	}
	
	.slogan {
		width:80%;
		margin-top:20px;
	}
	
	.w_button {
		font-size:18px;
	}
	
	.imenu {
		padding:9% 3% 3% 3%;
	}
	
	.g_title {
		font-size:28px;
	}
	
	.e_content {
		width:auto !important;
	}
	
	.firsat {
		padding-left:15px !important;
		padding-right:15px !important;
	}
	
	.input {
		width:90%;
	}
	
	.textarea {
		width:90%;
	}
	
	.r_table {
		width:90% !important;
	}
	
	.c_table {
		width:90%;
	}
	
	.cc_container {
		padding:5px 10px 5px 10px !important;
	}
	
	.footer {
		height:200px;
	}
	
	.comm_genel {
		float:none !important;
		width:100%;
	}

	.tkv_genel {
		float:none !important;
		width:100%;
	}
	
	.linesec {
		border-left:none;
	}
	
	.e_title {
		font-size:20px !important;
		font-weight:bold !important;
	}
	
	.etk_vid {
		float:left !important;
		width:100% !important;
		height:220px !important;
		margin:10px 0px 25px 0px !important;
	}
	
	.etk_pic {
		float:none !important;
		width:87% !important;
		margin:10px 0px 25px 0px !important;
	}
	
	.offline_ick {
		margin-top:-115px;
		margin-right:5px;
	}
	
	.etk_pic_l {
		float:none !important;
		width:91% !important;
		margin:10px 0px 25px 0px !important;
	}
	
	.top_button_text {
		padding:5px 10px 5px 10px !important;
		font-size:12px !important;
	}
	
	.padd_mini {
		padding-left:2px !important;
		padding-right:2px !important;
		margin-left:2px !important;
		margin-right:2px !important;
	}
	
	.ht_show {
		height:60px !important;
	}
	
	.comm_main {
		padding:20px 20px 20px 20px !important;
	}
	
	.calendar-container {
		max-width: 90% !important;
	}
	
	.banner_font {
		font-size:24px;
	}
	
	.glr_t {
		width:15%;
		height:100px;
		margin:0.5%;
	}
	
	.glr_s {
		width:30%;
		height:100px;
		margin:0.5%;
	}

}



@media (max-width: 560px) {

	.i_w {
		width:100%;
	}
	
	.tkv_box {
		width:30% !important;
	}
	
	.padd_x5 {
		padding:10px;
	}

	.etk_videmb {
		width:100% !important;
		height:220px !important;
		margin:10px 0px 20px 0px !important;
	}
	
	.c_say {
		margin-top:15px;
	}
	
	.etk_cover {
		width:91% !important;
		height:300px !important;
	}
	
	.padd_x {
		padding:20px 5px 0px 5px;
	}
	
	.d_bg {
		font-size:20px !important;
	}
	
	.ctg_button {
		font-size:16px !important;
	}
	
	.offline_img {
		width:80%;
		border:1em solid #E6B91E;
	}
	
}



@media (max-width: 340px) {
	
	.top_button_text {
		padding:2px 5px 2px 5px !important;
		font-size:12px !important;
	}
	
	.padd_mini {
		padding-left:1px !important;
		padding-right:1px !important;
		margin-left:1px !important;
		margin-right:1px !important;
	}
	
	.ht_show {
		height:55px !important;
	}
	
	.firsat {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.g_title {
		font-size:24px;
	}
	
	.banner_font {
		font-size:18px;
	}	
	
	.tkv_box {
		width:91% !important;
	}
	
}	
