/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*** fonts ***/
@font-face {
	font-family: 'gotham_narrow_book';
	src: url('../fonts/Gotham XNarrow Book.eot');
	src: local('â˜º'),  url('../fonts/Gotham XNarrow Book.ttf') format('truetype'), url('../fonts/Gotham XNarrow Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_narrow_light';
	src: url('../fonts/Gotham XNarrow Extra Light.eot');
	src: local('â˜º'),  url('../fonts/Gotham XNarrow Extra Light.ttf') format('truetype'), url('../fonts/Gotham XNarrow Extra Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_narrow_bold';
	src: url('../fonts/Gotham XNarrow Bold.eot');
	src: local('â˜º'),  url('../fonts/Gotham XNarrow Bold.ttf') format('truetype'), url('../fonts/Gotham XNarrow Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'akrobat';
	src: url('../fonts/Akrobat-Regular.eot');
	src: local('â˜º'),  url('../fonts/Akrobat-Regular.ttf') format('truetype'), url('../fonts/Akrobat-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'akrobat';
	src: url('../fonts/Akrobat-Bold.eot');
	src: local('â˜º'),  url('../fonts/Akrobat-Bold.ttf') format('truetype'), url('../fonts/Akrobat-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'akrobat';
	src: url('../fonts/Akrobat-Black.eot');
	src: local('â˜º'),  url('../fonts/Akrobat-Black.ttf') format('truetype'), url('../fonts/Akrobat-Black.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}
/** end of fonts css **/
::selection {
	background: #799e2a;
	color: #fff
}

html {
	position: relative;
	height: 100%;
	min-height: 100%
}

* {
	-webkit-tap-highlight-color: transparent
}

h1 {
	font-family: akrobat;
	font-weight: 900;
	color: #000;
	font-size: 50px;
	text-align: center;
	margin-bottom: 100px;
	position: relative
}

h1 span {
	position: absolute;
	width: 150px;
	height: 10px;
	background-color: #00684b;
	left: 50%;
	margin-left: -75px;
	bottom: -27px
}

h2 {
	font-family: akrobat;
	font-size: 22px;
	font-weight: 700
}

h3 {
	font-family: gotham_narrow_bold, Arial;
	font-size: 34px;
	color: #555;
	margin-bottom: 17px
}

.home_h4title {
	font-family: akrobat;
	font-size: 28px;
	color: #000;
	font-weight: 900;
	margin-bottom: 50px;
	position: relative
}

.home_h4title span {
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #00684b;
	left: -30px;
	bottom: -26px
}

p {
	font-family: gotham_narrow_book, Arial;
	font-size: 16px;
	line-height: 24px
}

p strong {
	font-weight: 700
}

a {
	text-decoration: none
}

.clear {
	clear: both
}

::selection {
	background-color: #000;
	color: #fff
}

.valign-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.valign-wrapper .valign {
	display: block
}

.center-image {
	display: block;
	margin: 0 auto
}

* {
	outline: 0!important
}

.full_width_img {
	float: left;
	width: 100%
}

.nmb {
	margin-bottom: 0!important
}

.green_evim {
	color: #006d4d
}

.no_border {
	border: 0!important
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both
}

.absolute-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.absolute-center-x {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0)
}

.absolute-center-y {
	position: absolute;
	top: 50%!important;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

.mb20 {
	margin-bottom: 20px
}

.center_text_align {
	text-align: center
}

.mw80 {
	max-width: 80%
}

.t1 {
	transition: all cubic-bezier(.6, .18, .85, .94) .1s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .1s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .1s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .1s
}

.t2 {
	transition: all cubic-bezier(.6, .18, .85, .94) .2s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .2s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .2s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .2s
}

.t3 {
	transition: all cubic-bezier(.6, .18, .85, .94) .3s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .3s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .3s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .3s
}

.t4 {
	transition: all cubic-bezier(.6, .18, .85, .94) .4s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .4s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .4s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .4s
}

.t5 {
	transition: all cubic-bezier(.6, .18, .85, .94) .5s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .5s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .5s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .5s
}

.t10 {
	transition: all cubic-bezier(.6, .18, .85, .94) 1s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) 1s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) 1s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) 1s
}

footer #footer_top {
	height: 68px;
	position: relative
}

footer #footer_top #footer_social {
	height: 98px;
	width: 360px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	padding-top: 20px
}

footer #footer_top #footer_social p {
	height: 27px;
	text-align: center;
	font-family: akrobat, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 900
}

footer #footer_top #footer_social ul {
	width: 100%;
	text-align: center
}

footer #footer_top #footer_social ul li {
	width: 50px;
	height: 49px;
	display: inline-block;
	border-bottom: 1px solid #e7e7e7
}

footer #footer_top #footer_social ul li:hover {
	border-bottom: 1px solid #006d4d
}

footer #footer_top #footer_social ul li a {
	width: 50px;
	height: 50px;
	display: block;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #000
}

footer #footer_top #footer_social ul li a:hover {
	color: #006d4d
}

footer #footer_mid {
	background-color: #f2f2f2;
	border-top: 1px solid #e7e7e7;
	padding-top: 97px;
	padding-bottom: 40px
}

footer #footer_mid #footer_mid_container {
	box-sizing: border-box;
	padding-left: 135px;
	padding-right: 135px
}

footer #footer_mid #footer_mid_container .footer_fourth {
	float: left;
	width: 25%
}

footer #footer_mid #footer_mid_container .footer_fourth .footer_h2 {
	font-family: akrobat, sans-serif;
	color: #000;
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: 700
}

footer #footer_mid #footer_mid_container .footer_fourth .footer_h2 a {
	color: #000
}

footer #footer_mid #footer_mid_container .footer_fourth .footer_h2 a:hover {
	color: #006d4d
}

footer #footer_mid #footer_mid_container .footer_mutlu {
	color: #fff;
	height: 51px;
	line-height: 51px;
	padding-left: 20px;
	padding-right: 75px;
	display: inline-block;
	border-radius: 26px;
	background: #00855e;
	background: -moz-linear-gradient(left, #00855e 0, #00976b 44%, #007452 100%);
	background: -webkit-linear-gradient(left, #00855e 0, #00976b 44%, #007452 100%);
	background: linear-gradient(to right, #00855e 0, #00976b 44%, #007452 100%);
	font-family: akrobat, sans-serif;
	font-size: 18px;
	position: relative
}

footer #footer_mid #footer_mid_container .footer_mutlu:hover {
	padding-right: 85px
}

footer #footer_mid #footer_mid_container .footer_mutlu span {
	width: 20px;
	height: 5px;
	background: url(../images/img_footer_arrow.png) top left no-repeat;
	position: absolute;
	right: 25px;
	top: 22px
}

footer #footer_mid #footer_mid_container .footer_mutlu:hover span {
	right: 15px
}

footer #footer_mid #footer_mid_container .footer_fourth p {
	color: #000;
	font-family: gotham_narrow_light;
	margin-bottom: 10px
}

footer #footer_mid #footer_mid_container .footer_fourth ul {
	width: 100%
}

footer #footer_mid #footer_mid_container .footer_fourth ul li {
	background: url(../images/footer_li_bullet.png) top left no-repeat;
	width: 100%;
	font-family: gotham_narrow_book, Arial;
	margin-bottom: 16px;
	box-sizing: border-box;
	padding-left: 20px
}

footer #footer_mid #footer_mid_container .footer_fourth ul li a {
	color: #000
}

footer #footer_mid #footer_mid_container .footer_fourth ul li a:hover {
	color: #006d4d
}

footer #footer_mid #footer_mid_container .footer_fourth .footer_gray {
	color: #000
}

footer #footer_mid .footer_fourth .footer_gray.internet_link {
	font-size: 22px;
	font-family: gotham_narrow_book, Arial;
	color: #000
}

footer #footer_mid .footer_fourth .footer_gray span {
	position: relative
}

footer #footer_mid #footer_mid_container .footer_fourth .footer_gray span span {
	position: absolute;
	height: 1px;
	width: 0;
	left: 0;
	bottom: 0;
	background-color: #999
}

footer #footer_mid #footer_mid_container .footer_fourth .footer_gray:hover span span {
	width: 100%
}

footer #footer_mid #footer_mid_container .footer_fourth .contact_text {
	line-height: 18px;
	margin-bottom: 12px
}

footer #footer_mid #footer_mid_container .footer_fourth .contact_text a {
	color: #000
}

footer #footer_mid #footer_mid_container .footer_fourth .contact_text a:hover {
	color: #799e2a
}

footer #footer_mid #footer_mid_container .footer_fourth .contact_text img {
	float: left;
	margin-right: 10px
}

footer #footer_mid #footer_mid_container .footer_fourth .contact_text.last_contact_text {
	margin-bottom: 50px
}

footer #footer_mid #footer_mid_container #newsletter_wrapper {
	width: 298px;
	height: 48px;
	border: 1px solid #999;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden
}

footer #footer_mid #footer_mid_container #newsletter_wrapper input[type=submit] {
	background: #f9af1b;
	background: -moz-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: -webkit-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: linear-gradient(to right, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	color: #fff;
	cursor: pointer;
	width: 98px;
	box-sizing: border-box;
	border: 0;
	height: 48px;
	float: right
}

footer #footer_mid #footer_mid_container #newsletter_wrapper input[type=text] {
	width: 200px;
	box-sizing: border-box;
	padding-left: 20px;
	background-color: transparent;
	height: 48px;
	float: left;
	border: 0
}

#scroll_up {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 2;
	width: 35px;
	cursor: pointer;
	display: none
}

footer #footer_bottom {
	height: 79px;
	border-top: 1px solid #e7e7e7
}

footer #footer_bottom #img_emingrup {
	float: left;
	margin-top: 19px;
	margin-left: 135px;
	height: 40px
}

footer #footer_bottom p {
	float: right;
	margin-top: 19px;
	margin-left: 135px;
	font-size: 17px;
	color: #000;
	margin-top: 31px;
	margin-right: 135px
}

footer #footer_bottom p a.footer_sitemap {
	color: #000
}

footer #footer_bottom p a.copy_link {
	color: #000;
	font-style: italic
}

footer #footer_bottom p a span {
	position: relative
}

footer #footer_bottom p a span span {
	position: absolute;
	height: 1px;
	width: 0;
	left: 0;
	bottom: 0;
	background-color: #000
}

footer #footer_bottom p a:hover span span {
	width: 100%
}

aside {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80px;
	border-right: 1px solid #e7e7e7;
	background-color: #fff;
	z-index: 103
}

aside #left_menu_cover {
	position: absolute;
	left: -2px;
	width: 80px;
	top: 0;
	bottom: 0
}

aside #left_menu_cover #left_menu_cover_top {
	cursor: pointer;
	background-color: #ebebeb;
	position: absolute;
	left: 0;
	width: 80px;
	top: 0;
	height: 50%
}

aside #left_menu_cover #left_menu_cover_top:hover {
	background-color: #00684b
}

aside #left_menu_cover #left_menu_cover_top a {
	transform-origin: center center;
	transform: rotate(-90deg);
	font-family: akrobat;
	font-weight: 400;
	font-size: 26px;
	color: #00684b;
	margin-left: -68px
}

aside #left_menu_cover #left_menu_cover_top:hover a {
	color: #fff
}

aside #left_menu_cover #left_menu_cover_bottom {
	cursor: pointer;
	background-color: #f6f6f6;
	position: absolute;
	left: 0;
	width: 80px;
	top: 50%;
	height: 50%
}

aside #left_menu_cover #left_menu_cover_bottom a {
	transform-origin: center center;
	transform: rotate(-90deg);
	font-family: akrobat;
	font-weight: 400;
	font-size: 26px;
	color: #00684b;
	margin-left: -68px
}

aside #left_menu_cover #left_menu_cover_bottom:hover a {
	color: #fff
}

aside #left_menu_cover #left_menu_cover_bottom:hover {
	background-color: #00684b
}

aside a span {
	position: relative
}

aside a span img.chosen_icon {
	position: absolute;
	top: 2px;
	right: -50px;
	height: 24px;
	transform: rotate(90deg)
}

aside a span img.img_aside_down {
	position: absolute;
	top: 8px;
	left: -40px;
	transform: rotate(90deg)
}

#mobile_menu_wrapper {
	display: none
}

header {
	width: 100%;
	position: relative;
	z-index: 102
}

header #header_top {
	width: 100%;
	height: 99px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #fff
}

header #header_top #logo_eminevim {
	float: left;
	margin-left: 160px;
	margin-top: 10px;
	margin-right: 110px;
	height: 80px
}

header #header_top #header_stats_cover {
	height: 99px;
	float: left;
	border-left: 1px solid #e7e7e7
}

header #header_top #header_stats_cover #header_stats {
	float: left;
	margin-top: 20px;
	height: 58px;
	line-height: 58px;
	margin-left: 74px;
	border: 1px solid #fff;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	background: linear-gradient(-45deg, #a00, #f9af1b, #0c0, #f9af1b);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

header #header_top #header_stats_cover #header_stats img {
	filter: brightness(0) invert(1);
	float: left;
	margin-top: 14px;
	margin-right: 16px;
	height: 30px;
	margin-bottom: 10px
}

header #header_top #header_stats_cover #header_stats p {
	color: #fff;
	height: 60px;
	line-height: 60px;
	float: left;
	font-family: akrobat;
	font-weight: 700;
	font-size: 22px;
	display: block
}

header #header_top #header_stats_cover #header_stats p span {
	color: #fff;
	margin-left: 10px;
	font-family: gotham_narrow_bold, Arial
}

header #header_top #header_stats_cover #header_stats p span#current_month {
	color: #fff;
	font-family: akrobat;
	font-weight: 700
}

header #header_top #header_stats_cover #header_stats #header_seperator {
	float: left;
	width: 1px;
	height: 30px;
	background-color: #fff;
	margin-top: 14px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px
}

header #header_top #header_phone {
	float: right;
	margin-right: 80px;
	height: 30px;
	margin-top: 34px;
	line-height: 30px;
	font-size: 20px;
	font-family: akrobat, Arial
}

header #header_top #header_phone img {
	float: left;
	margin-right: 11px;
	width: 20px
}

header #header_top #header_phone a {
	color: #000
}

header #header_top #header_phone a:hover {
	color: #799e2a
}

header #header_top #header_internet {
	float: right;
	margin-right: 50px;
	height: 30px;
	margin-top: 34px;
	line-height: 30px;
	font-size: 20px;
	font-family: akrobat, Arial
}

header #header_top #header_internet img {
	float: left;
	margin-right: 11px;
	width: 24px
}

header #header_top #header_internet a {
	color: #000
}

header #header_top #header_internet a:hover {
	color: #799e2a
}

header #header_top #header_internet a span {
	position: relative
}

header #header_top #header_internet a span span {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000
}

header #header_top #header_internet a:hover span span {
	background-color: #799e2a
}

header #header_bottom {
	width: 100%;
	height: 79px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #fff
}

header #header_bottom #menu_cover {
	height: 80px;
	line-height: 80px;
	float: left;
	margin-left: 160px;
	border-right: 1px solid #e7e7e7
}

header #header_bottom #menu_cover .menu_item {
	position: relative;
	height: 80px;
	line-height: 80px;
	float: left;
	margin-right: 50px
}

header #header_bottom #menu_cover .menu_item a {
	height: 80px;
	line-height: 80px;
	font-family: akrobat;
	font-size: 22px;
	color: #000;
	display: block;
	font-weight: 700
}

header #header_bottom #menu_cover .menu_item .bottom_span {
	opacity: 0;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #00684b
}

header #header_bottom #menu_cover .menu_item .menu_arrow {
	width: 14px;
	height: 14px;
	bottom: 8px;
	background: url(../images/img_gray_arrowdown.png) right center no-repeat
}

header #header_bottom #menu_cover .menu_item:hover .menu_arrow {
	bottom: 6px;
	background: url(../images/img_green_arrowdown.png) right center no-repeat
}

header #header_bottom #menu_cover .menu_item:hover .bottom_span {
	opacity: 1
}

header #header_bottom #menu_cover .menu_item .menu_hover_cover {
	position: absolute;
	top: 77px;
	left: 0;
	z-index: 1;
	display: none
}

header #header_bottom #menu_cover .menu_item:hover .menu_hover_cover {
	position: absolute;
	top: 77px;
	left: 0;
	z-index: 10;
	display: block
}

#header_menu_2 {
	width: 320px;
	box-sizing: border-box
}

.menu_hover_bg {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 4px;
	opacity: 0
}

header #header_bottom #menu_cover .menu_item:hover .menu_hover_cover .menu_hover_bg {
	opacity: 1
}

.menu_hover_bg ul li a {
	font-size: 18px!important;
	color: #000!important;
	height: 40px!important;
	line-height: 40px!important
}

.menu_hover_bg ul li a:hover {
	color: #00684b!important
}

#header_menu_1 {
	width: 940px
}

#header_menu_1 .gradient_button {
	height: 40px!important;
	line-height: 40px!important;
	color: #fff!important;
	text-align: left!important
}

#header_menu_1 .gradient_button a {
	height: 40px!important;
	line-height: 40px!important;
	color: #fff!important
}

.home_drop_prod {
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 300px;
	height: 300px;
	float: left;
	text-align: center;
	position: relative;
	cursor: pointer
}

.home_drop_prod:hover {
	border: 1px solid #00684b
}

.home_drop_prod .menu_h2 {
	font-family: akrobat;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px
}

.home_drop_prod p {
	margin-bottom: 20px
}

#header_menu_1 .home_icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	display: block
}

#header_menu_1 .home_icon.home_icon_1 {
	background: url(../images/icon_urun_1_g.svg) top left no-repeat
}

#header_menu_1 .home_icon.home_icon_2 {
	background: url(../images/aracf.png) top left no-repeat
}

#header_menu_1 .home_icon.home_icon_3 {
	background: url(../images/icon_urun_3_g.svg) top left no-repeat
}

#header_menu_3 {
	width: 700px
}

#header_menu_3 h2 {
	float: left;
	line-height: 1;
	margin-bottom: 20px
}

#header_menu_3 ul {
	width: 260px;
	float: left
}

#header_menu_3 #menu_3_rightside {
	padding-left: 50px;
	width: 260px;
	border-left: 1px solid #999;
	float: left
}

.settingsHappyCustomersLink i {
	margin-left: 8px
}

#fakebg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 99
}

#searchbg {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 1000px;
	background-color: rgba(0, 0, 0, .6);
	z-index: 99;
	padding-left: 100px;
	box-sizing: border-box
}

#searchbg p {
	width: 100%;
	margin-top: 30px;
	padding-left: 20px
}

#searchbg ul {
	width: 100%;
	margin-top: 30px;
	padding-left: 20px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 8px;
	font-family: gotham_narrow_book, Arial
}

#searchbg ul li {
	width: 100%;
	float: left;
	font-size: 20px;
	list-style: disc;
	color: #fff;
	margin-bottom: 8px;
	font-family: gotham_narrow_book, Arial
}

#searchbg ul li.search_title {
	list-style: none;
	font-size: 30px;
	color: #799e2a;
	margin-bottom: 8px;
	font-family: gotham_narrow_book, Arial
}

#searchbg ul li a {
	color: #fff
}

#searchbg ul li a:hover {
	opacity: .9
}

#searchbg i {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	cursor: pointer;
	color: #fff
}

header #header_bottom #mutlu_musteriler_cover {
	height: 80px;
	line-height: 80px;
	float: left;
	margin-right: 50px;
	font-family: akrobat;
	font-weight: 700;
	color: #00684b;
	font-size: 26px
}

header #header_bottom #mutlu_musteriler_cover a {
	color: #00684b;
	padding-left: 40px;
	padding-right: 20px;
	display: block;
	height: 80px;
	font-weight: 400;
}

header #header_bottom #mutlu_musteriler_cover a strong {
	font-weight: bold;
}

header #header_bottom #mutlu_musteriler_cover a:hover {
	color: #fff;
	background-color: #799e2a
}

header #header_bottom #mutlu_musteriler_cover a img {
	float: right;
	margin-left: 10px;
	margin-top: 31px
}

header #header_bottom #mutlu_musteriler_cover a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

header #header_bottom #notify_box {
	float: right;
	height: 79px;
	line-height: 79px;
	margin-right: 80px;
	margin-left: 20px;
	position: relative
}

header #header_bottom #notify_box span {
	font-size: 10px;
	color: #fff;
	font-family: akrobat;
	top: 20px;
	right: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #00684b;
	border-radius: 100%;
	position: absolute
}

header #header_bottom #notify_box img {
	float: right;
	margin-top: 25px;
	width: 25px
}

header #header_bottom #header_bottom_line {
	float: right;
	width: 1px;
	margin-top: 25px;
	background-color: #e7e7e7;
	height: 30px;
	margin-left: 20px
}

header #header_bottom #form_cover {
	background: url(../images/icon_header_search.svg) right center no-repeat;
	float: right;
	width: 340px;
	margin-top: 25px;
	height: 30px;
	margin-left: 20px;
	display: none
}

#mobile_menu_cover form {
	display: none
}

header #header_bottom #form_cover input {
	float: left;
	width: 295px;
	line-height: 30px;
	height: 30px;
	border: 0;
	font-family: akrobat;
	font-size: 20px;
	border-bottom: 2px solid #c1c1c1
}

header .header_form {
	height: 100px;
	background-color: #799e2a;
	box-sizing: border-box;
	margin-left: 80px;
	padding-left: 80px;
	padding-right: 80px
}

header .header_form .icon_headerform_phone {
	float: left;
	margin-top: 23px;
	margin-right: 20px
}

header .header_form .call_you_headline {
	font-family: akrobat;
	font-weight: 900;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	float: left;
	margin-top: 37px;
	margin-right: 20px
}

header .header_form .call_you_text {
	font-family: gotham_narrow_book, Arial;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	float: left;
	margin-top: 29px;
	margin-right: 20px
}

header .header_form_wrapper {
	float: right;
	width: calc(100% - 520px);
	margin-top: 10px
}

header .header_form_wrapper input {
	float: left;
	width: 32%;
	margin-right: 1%;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	padding-left: 2%;
	font-family: gotham_narrow_book, Arial;
	color: #000;
	font-size: 16px;
	border: 0;
	border-radius: 3px;
	box-sizing:border-box;
}

header .header_form_wrapper .error_message {
	display: none!important
}

.header_form_wrapper .intl-tel-input {
	width: 34%;
	float: left;
	margin-right:0;
}

.header_form_wrapper .intl-tel-input .intl-tel-input {
	width: 100%
}

.header_form_wrapper .intl-tel-input input {
	width: 100%
}

header .header_form_wrapper .checkbox_wrapper {
	float: left;
	margin-top: 4px;
	width: 60%
}

header .header_form_wrapper .checkbox_wrapper p {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-family: gotham_narrow_book, Arial;
	font-style: italic;
	margin-bottom:4px;
}

header .header_form_wrapper .checkbox_wrapper p a {
	color: #fff;
	text-decoration: underline
}

.checkbox_wrapper p span {
	cursor: pointer
}

header .header_form_wrapper .custom_checkbox {
	cursor: pointer;
	float: left;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	margin-right: 14px
}

header .header_form_wrapper .custom_checkbox.active {
	background: url(../images/img_headerform_checked.png) center center no-repeat
}

header .header_form_wrapper .header_form_button_wrapper {
	float: right;
	width: 16%;
	margin-top:4px;
}

header .header_form_wrapper .header_form_button_wrapper a {
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background-color: #fff;
	color: #799e2a;
	font-family: akrobat;
	font-weight: 900;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	width: 90%;
	box-sizing: border-box;
	display: inline-block;
	float: Right
}

header .header_form_wrapper .header_form_button_wrapper a:hover {
	box-shadow: 0 0 7px 7px rgba(0, 0, 0, .15);
	color: #fff;
	background-color: #799e2a
}

header.fixedHeader {
	position: fixed;
	z-index: 99991;
	left: 0;
	top: 0
}

header.noSticky.fixedHeader {
	display: none!important
}

header.fixedHeader #header_bottom {
	display: none
}

header.fixedHeader #header_top {
	display: none
}

body.fixedHeader {
	padding-top: 180px
}

#breadcrumb {
	height: 50px;
	line-height: 50px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding-left: 160px
}

#breadcrumb ul {
	float: left;
	margin-top: 15px
}

#breadcrumb ul li {
	float: left;
	font-size: 22px;
	font-family: gotham_narrow_book, Arial;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	font-weight: 700
}

#breadcrumb ul li a {
	color: #000;
	font-weight: 400
}

#breadcrumb ul li a:hover {
	color: #00684b
}

#breadcrumb ul li img {
	width: 22px
}

.full_content {
	padding-top: 40px;
	padding-bottom: 80px
}

.two_col_content {
	padding-bottom: 80px
}

.wrapper {
	padding-left: 160px;
	padding-right: 80px
}

#left_col {
	width: 300px;
	float: left
}

#right_col {
	width: calc(100% - 380px);
	float: right
}

#bg_gray_title {
	position: absolute;
	z-index: 0;
	left: 0;
/*	height: 77px;
*/	width: 100%;
	background-color: #f6f6f6;
	z-index: -1
}

#news_right {
	width: 400px;
	float: right
}

#news_left {
	width: calc(100% - 480px);
	float: left
}

#news_left img.img_news {
	max-width: 100%;
	height: auto;
	width: 100%;
	margin-bottom: 20px
}

#news_left p {
	margin-bottom: 22px;
	font-size: 22px;
	line-height: 33px
}

#news_left ul {
	margin-bottom: 22px;
	padding-left: 20px
}

#news_left ul li {
	font-size: 22px;
	line-height: 33px;
	list-style: disc;
	font-family: gotham_narrow_book, Arial
}

.content_img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px
}

.center_content {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px
}

#bankno {
	position: absolute;
	top: -99999px
}

.text_bank {
	font-family: gotham_narrow_book, Arial;
	font-size: 22px;
	color: #000;
	line-height: 42px;
	margin-bottom: 20px
}

.text_bank img {
	float: left;
	margin-right: 21px;
	width: 42px
}

.text_bank strong {
	font-family: gotham_narrow_bold, Arial
}

.bank_table {
	width: 100%;
	border-bottom: 1px solid #999
}

.bank_row {
	width: 100%;
	height: 120px;
	line-height: 120px
}

.bank_col {
	float: left;
	height: 120px;
	font-family: akrobat;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	border-top: 1px solid #999;
	box-sizing: border-box;
	border-left: 1px solid #999
}

.bank_title .bank_col {
	font-size: 28px;
	font-weight: 900;
	font-family: akrobat;
	color: #00684b;
	text-align: center
}

.bank_col_1 {
	width: 30%;
	padding-left: 20px;
	position: relative
}

.bank_col_1 img.bank_img {
	margin-top: 35px;
	float: left;
	height: 50px
}

.bank_col_1 img.icon_freeaccount {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -21px;
	width: 42px
}

.bank_col_2 {
	width: 20%;
	text-align: center
}

.bank_col_3 {
	width: 20%;
	text-align: center
}

.bank_col_4 {
	width: 30%;
	position: relative;
	padding-left: 20px;
	border-right: 1px solid #999
}

.bank_col_4 img.img_copybank {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -20px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: pointer;
	height: 40px
}

.bank_col_4 img.img_copybank:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

#art_banka #text_title_wrapper {
	margin-bottom: 20px
}

.gradient_button {
	height: 60px;
	line-height: 60px;
	font-family: gotham_narrow_book, Arial;
	color: #fff;
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	background-color: red;
	display: inline-block;
	min-width: 180px;
	position: relative;
	overflow: hidden
}

.gradient_button .button_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.gradient_button:hover .button_bg {
	opacity: 1
}

.gradient_button a {
	position: relative;
	z-index: 1;
	color: #fff;
	display: block;
	margin-left: -30px;
	margin-right: -30px;
	box-sizing: border-box;
	padding-left: 30px
}

.gradient_button span {
	position: absolute;
	width: 5px;
	height: 8px;
	background: url(../images/img_gbutton_arrow.png) top left no-repeat;
	right: 30px;
	top: 50%;
	margin-top: -4px;
	z-index: 2
}

.gradient_button:hover span {
	right: 20px
}

.green_gradient_button {
	background: #008e66;
	background: -moz-linear-gradient(left, #008e66 0, #009c70 44%, #006a4c 100%);
	background: -webkit-linear-gradient(left, #008e66 0, #009c70 44%, #006a4c 100%);
	background: linear-gradient(to right, #008e66 0, #009c70 44%, #006a4c 100%)
}

.green_gradient_button .button_bg {
	opacity: 0;
	background: #006a4c;
	background: -moz-linear-gradient(left, #006a4c 0, #009c70 44%, #008e66 100%);
	background: -webkit-linear-gradient(left, #006a4c 0, #009c70 44%, #008e66 100%);
	background: linear-gradient(to right, #006a4c 0, #009c70 44%, #008e66 100%)
}

.yellow_gradient_button {
	background: #799e2a;
	background: -moz-linear-gradient(left, #799e2a 0, #7ba02c 44%, #8aad2f 100%);
	background: -webkit-linear-gradient(left, #799e2a 0, #7ba02c 44%, #8aad2f 100%);
	background: linear-gradient(to right, #799e2a 0, #7ba02c 44%, #8aad2f 100%)
}

.yellow_gradient_button .button_bg {
	opacity: 0;
	background: #8aad2f;
	background: -moz-linear-gradient(left, #8aad2f 0, #7ba02c 44%, #799e2a 100%);
	background: -webkit-linear-gradient(left, #8aad2f 0, #7ba02c 44%, #799e2a 100%);
	background: linear-gradient(to right, #8aad2f 0, #7ba02c 44%, #799e2a 100%)
}

.orange_gradient_button {
	background: #f9af1b;
	background: -moz-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: -webkit-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: linear-gradient(to right, #f9af1b 0, #f8b421 44%, #fa9f1b 100%)
}

.orange_gradient_button .button_bg {
	opacity: 0;
	background: #fa9f1b;
	background: -moz-linear-gradient(left, #fa9f1b 0, #f8b421 44%, #f9af1b 100%);
	background: -webkit-linear-gradient(left, #fa9f1b 0, #f8b421 44%, #f9af1b 100%);
	background: linear-gradient(to right, #fa9f1b 0, #f8b421 44%, #fa9f1b 100%)
}

.white_gradient_button {
	background: #fff;
	border: 1px solid #00684b;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	display: block;
	width: 120px
}

.white_gradient_button .button_bg {
	opacity: 0;
	background: #fff
}

.white_gradient_button a {
	color: #00684b
}

.white_gradient_button span {
	background: url(../images/img_gbutton_arrow_green.png) top left no-repeat
}

#big_map {
	width: 100%;
	height: 550px;
	background-color: #f1f1f1;
	margin-bottom: 40px
}

#small_map {
	width: 100%;
	height: 300px;
	background-color: #f1f1f1;
	margin-bottom: 0
}

#control_cover_subeler {
	width: 100%;
	margin-bottom: 20px
}

#control_cover_subeler .yellow_gradient_button {
	float: right
}

#control_cover_subeler .green_gradient_button {
	float: left;
	margin-right: 20px
}

#control_cover_subeler select {
	float: left;
	margin-right: 20px;
	height: 60px;
	width: 25%;
	border: 1px solid #999;
	border-radius: 6px;
	padding-left: 40px;
	font-family: gotham_narrow_book, Arial;
	color: #555;
	font-size: 22px
}

.sube_list {
	width: calc(100% + 40px);
	margin-left: -20px
}

.istanbul_list .sube_cover {
	width: 100%
}

.sube_cover {
	width: 33.33%;
	padding: 20px 20px 0;
	margin-bottom: 20px;
	box-sizing: border-box
}

.align_sube_left .sube_cover {
	float: left
}

.sube_cover .sube {
	width: 100%;
	padding: 30px 30px 10px;
	box-sizing: border-box;
	float: left;
	border: 1px solid #999;
	border-radius: 20px;
	box-sizing: border-box
}

.sube_cover .sube .sube_h2 {
	font-family: akrobat;
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	font-size: 28px
}

div.other_sube {
	font-family: akrobat;
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	color: #000;
	height: 40px;
	line-height: 40px;
	background-color: #ebebeb;
	text-align: center;
	margin-bottom: 10px;
	font-size: 28px;
	margin-top: 20px
}

.sube_cover .sube .sube_left {
	width: 100%;
	float: left;
	padding-right: 30px;
	box-sizing: border-box
}

.sube_cover .sube .sube_right {
	width: 100%;
	float: left
}

.sube_cover .sube .sube_left .sube_text_cover {
	width: 100%;
	float: left
}

.sube_cover .sube .sube_right .sube_text_cover .gradient_button {
	box-sizing: border-box;
	float: right
}

.sube_cover .sube .sube_image {
	width: 35px;
	float: left
}

.sube_cover .sube .sube_image img {
	float: left
}

.sube_cover .sube .sube_text {
	width: calc(100% - 35px);
	float: left;
	font-family: gotham_narrow_book, Arial;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px
}

.sube_cover .sube .sube_text p {
	font-family: gotham_narrow_book, Arial;
	font-size: 20px;
	line-height: 20px
}

.sube_cover .sube .sube_text a {
	color: #000
}

.sube_cover .sube .sube_text a:hover {
	color: #799e2a
}

.sube_cover .sube label {
	width: 100%;
	color: #00684b;
	font-size: 22px;
	font-family: gotham_narrow_bold, Arial;
	display: block;
	margin-bottom: 4px
}

.sube_cover .sube .gradient_button {
	height: 40px;
	line-height: 40px
}

#sube_photo {
	float: right;
	width: 45%;
	margin-top: -308px;
	position: relative;
	z-index: 2;
	margin-right: 0px
}

#sube_photo img {
	float: right;
	width: 100%;
	position: relative;
	z-index: 2
}

.orange_shadow {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #799e2a
}

#form_wrapper {
	float: right;
	padding: 60px 0;
	box-sizing: border-box;
	width: 50%
}

.kurumsal_h2 {
	font-family: akrobat;
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	color: #000;
	margin-bottom: 36px;
	font-size: 28px
}

#form_wrapper .kurumsal_h2 {
	font-family: akrobat;
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	color: #000;
	margin-bottom: 36px;
	font-size: 28px
}

#form_wrapper .form_left_text {
	width: calc(50% - 10px);
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
	border: 1px solid #999;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	margin-bottom: 20px
}

#form_wrapper .form_right_text {
	width: calc(50% - 10px);
	box-sizing: border-box;
	padding-left: 20px;
	float: right;
	border: 1px solid #999;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	margin-bottom: 20px
}

#form_wrapper .form_right_textarea {
	width: calc(50% - 10px);
	box-sizing: border-box;
	padding-left: 20px;
	float: right;
	border: 1px solid #999;
	height: 100px;
	line-height: 40px;
	border-radius: 4px;
	margin-bottom: 20px
}

#form_wrapper .gradient_button {
	width: calc(48% - 60px);
	float: right;
	min-width: 1px
}

#form_wrapper #img_contact {
	width: 100%;
	float: right
}

#medya_text {
	font-size: 20px;
	line-height: 30px;
	font-family: akrobat;
	font-weight: 400;
	margin-bottom: 30px
}

#medya_text strong {
	font-weight: 700
}

.current_sube {
	background-color: #f1f1f1
}

.map_message p {
	cursor: pointer
}

#sube_yedek {
	display: none
}

#art_sube_detay .sube_cover .sube h2 {
	font-size: 32px
}

#art_sube_detay .sube_cover .sube .sube_text label {
	font-size: 24px
}

#art_sube_detay .sube_cover .sube .sube_text p {
	font-size: 22px;
	line-height: 22px
}

#art_sube_detay .sube_cover .sube .sube_text a {
	font-size: 22px
}

#logo_wrapper {
	text-align: center
}

#logo_wrapper .logo_box {
	margin-top: 40px;
	display: inline-block;
	position: relative;
	width: 20%;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 10px;
	background-color: #f0f0f0;
	box-sizing: border-box;
	padding: 40px 40px 60px
}

#logo_wrapper .logo_box img {
	width: 100%
}

#logo_wrapper .logo_box .gradient_button {
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -126px;
	bottom: -40px;
	border: 6px solid #fff
}

#left_menu_cover {
	border: 1px solid #e7e7e7;
	background-color: #fff
}

#left_menu_title {
	box-sizing: border-box;
	height: 76px;
	line-height: 76px;
	font-family: akrobat;
	color: #555;
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	padding-left: 20px;
	position: relative
}

#left_menu_title span {
	height: 1px;
	width: 80px;
	background-color: #e7e7e7;
	position: absolute;
	left: 0;
	bottom: 0
}

#left_menu_cover ul {
	width: 100%;
	box-sizing: border-box
}

#left_menu_cover ul ul {
	width: 100%
}

#left_menu_cover ul ul li {
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	float: left
}

#left_menu_cover ul ul li a {
	display: block;
	box-sizing: border-box;
	padding: 8px 32px 8px 20px;
	color: #f9af1b!important;
	cursor: pointer
}

#left_menu_cover ul li {
	font-family: gotham_narrow_book, Arial;
	font-size: 18px;
	color: #555;
	position: relative
}

#left_menu_cover ul li a {
	display: block;
	box-sizing: border-box;
	padding: 20px 32px 20px 20px;
	color: #555
}

#left_menu_cover ul li.current a {
	color: #00684b;
	font-family: gotham_narrow_bold, Arial
}

#left_menu_cover ul li:hover a {
	color: #00684b;
	font-family: gotham_narrow_bold, Arial
}

#left_menu_cover ul li .left_menu_arrow {
	position: absolute;
	right: 10px;
	width: 9px;
	height: 15px;
	top: 50%;
	margin-top: -8px;
	background: url(../images/left_menu_rightarrow.png) top left no-repeat;
	opacity: 0
}

#left_menu_cover ul li.current .left_menu_arrow {
	top: 30px
}

#left_menu_cover ul li:hover .left_menu_arrow {
	opacity: 1
}

#left_menu_cover ul li.current .left_menu_arrow {
	opacity: 1
}

#left_menu_cover ul li .left_menu_line {
	position: absolute;
	left: -1px;
	width: 5px;
	height: 30px;
	background-color: #00684b;
	top: 50%;
	margin-top: -15px;
	opacity: 0
}

#left_menu_cover ul li.current .left_menu_line {
	top: 13px;
	margin-top: 0
}

#left_menu_cover ul li.current .left_menu_line {
	opacity: 1
}

#left_menu_cover ul li:hover .left_menu_line {
	opacity: 1
}

#image_wrapper {
	position: relative;
	margin-bottom: 40px;
	max-width: 100%
}

#image_wrapper img {
	float: left;
	width: 100%
}

#image_wrapper h1 {
	position: absolute;
	bottom: 0;
	left: 20px;
	font-size: 50px;
	color: #fff;
	font-family: akrobat;
	margin-bottom: 0;
	height: 80px
}

#image_wrapper h1 span {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 0;
	background-color: #00684b
}

#image_wrapper ul {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1
}

#image_wrapper ul li {
	float: left;
	background-color: rgba(0, 0, 0, .6);
	border: 2px solid #fff;
	border-top-width: 0;
	margin-right: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-family: gotham_narrow_book, Arial
}

#image_wrapper ul li a {
	display: block;
	padding: 15px;
	cursor: pointer
}

#image_wrapper ul li:hover {
	background-color: #799e2a
}

#right_col_wrapper {
	padding-left: 20px;
	padding-right: 20px
}

#right_col_wrapper p {
	margin-bottom: 22px;
	font-size: 22px;
	line-height: 33px
}

#right_col_wrapper p strong {
	font-family: gotham_narrow_bold
}

#right_col_wrapper p em {
	font-style: italic
}

#right_col_wrapper ul {
	margin-bottom: 22px
}

#right_col_wrapper ul li {
	font-family: gotham_narrow_book, Arial;
	padding-left: 20px;
	font-size: 22px;
	line-height: 33px;
	background: url(../images/img_li_orange_bullet.png) top left no-repeat
}

#right_col_wrapper ul li strong {
	font-family: gotham_narrow_bold, Arial
}

#right_col_wrapper ul li a {
	color: #000
}

#right_col_wrapper ul li a:hover {
	color: #799e2a
}

#right_col_wrapper ul li em {
	font-style: italic
}

#right_col_wrapper .left_image {
	float: left;
	margin-right: 20px
}

#right_col_wrapper table {
	margin-bottom: 20px
}

#right_col_wrapper table tr:hover {
	background-color: #f1f1f1
}

#right_col_wrapper table tr th {
	text-align: center;
	color: #fff;
	background-color: #799e2a;
	padding: 20px 40px;
	font-family: akrobat;
	font-size: 20px
}

#right_col_wrapper table tr.orange_title th {
	background-color: #f9af1b
}

#right_col_wrapper table tr.green_title th {
	background-color: #008e66
}

#right_col_wrapper table tr:nth-child(even) {
	background: #ccc
}

#right_col_wrapper table tr td {
	text-align: center;
	color: #000;
	padding: 20px 40px;
	font-family: akrobat;
	font-size: 20px;
	border: 1px solid #f1f1f1
}

#right_col_wrapper table tr td .gradient_button a {
	text-align: left
}

#right_col_wrapper table tr td small {
	font-size: 10px;
	font-style: italic
}

#news_list {
	text-align: center
}

#news_list .news_box {
	display: inline-block;
	width: 22%;
	margin-left: 1%;
	margin-right: 1%;
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
	vertical-align: top
}

#news_list .news_box .news_title {
	margin-bottom: 30px;
	float: left
}

#news_list .news_box .news_title img {
	float: left;
	margin-right: 20px;
	width: 35px
}

#news_list .news_box .news_title .gallery_title_h2 {
	float: left;
	font-family: gotham_narrow_bold, Arial;
	font-size: 22px;
	line-height: 22px;
	color: #555;
	width: calc(100% - 90px);
	text-align: left
}

#news_list .news_box .news_title .gallery_title_h2 a {
	color: #555
}

#news_list .news_box .news_title .gallery_title_h2:hover a {
	color: #00684b
}

#news_list .news_box .img_news {
	width: 100%;
	float: left;
	border-bottom: 5px solid #799e2a
}

#news_list .news_box .news_wrapper {
	text-align: left
}

#news_list .news_box .gradient_button {
	float: left
}

.news_meta {
	font-size: 16px;
	font-family: akrobat;
	font-weight: 400;
	color: #999;
	height: 16px;
	line-height: 16px;
	margin-bottom: 20px
}

.news_meta img {
	float: left;
	margin-right: 8px;
	max-width: 100%
}

#news_list .news_box.my_gallery_box .news_wrapper {
	padding: 0!important
}

#news_list .news_box.my_gallery_box:hover {
	background-color: #f2f2f2
}

#news_list .news_box .news_wrapper {
	padding: 20px
}

#news_list .news_box .news_wrapper p {
	margin-bottom: 20px
}

#news_left p {
	margin-bottom: 20px
}

#related_news_cover {
	border: 1px solid #e7e7e7;
	background-color: #fff
}

#related_news_title {
	height: 76px;
	line-height: 76px;
	font-family: akrobat;
	color: #555;
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	padding-left: 20px;
	position: relative
}

#related_news_title span {
	height: 1px;
	width: 80px;
	background-color: #e7e7e7;
	position: absolute;
	left: 0;
	bottom: 0
}

#related_news_cover ul {
	width: 100%;
	box-sizing: border-box
}

#related_news_cover ul li {
	border-bottom: 1px solid #e7e7e7;
	font-family: gotham_narrow_book, Arial;
	font-size: 14px;
	color: #555;
	position: relative;
	padding: 20px 20px 0
}

#related_news_cover ul li a.related_link_title {
	color: #000;
	font-size: 20px;
	font-family: akrobat;
	margin-bottom: 20px;
	float: left
}

#related_news_cover ul li a.related_link {
	color: #000;
	font-size: 16px;
	font-family: akrobat;
	font-weight: 700
}

#related_news_cover ul li:hover a.related_link {
	color: #00684b
}

#related_news_cover ul li a.related_link img {
	margin-left: 8px
}

#related_news_cover ul li a.related_link span {
	position: relative
}

#related_news_cover ul li a.related_link span span {
	position: absolute;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background-color: #000;
	left: 0
}

#related_news_cover ul li:hover a.related_link span span {
	background-color: #00684b
}

.gallery_icon_wrapper {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #00684b;
	margin-right: 10px
}

.gallery_icon_wrapper img {
	height: 30px;
	margin-top: 5px;
	float: none!important;
	display: block;
	margin: 5px auto!important
}

#news_list .news_box .news_title {
	margin-bottom: 22px
}

.news_box .gradient_button {
	height: 40px;
	line-height: 40px
}

#text_title_wrapper {
	height: 76px
}

#text_title_wrapper h1 {
	height: 76px;
	margin-bottom: 0;
	text-align: left
}

#text_title_wrapper h1 span {
	bottom: 0;
	left: 0;
	margin-left: 0
}

#history_wrapper {
	width: 100%;
	padding-top: 40px
}

#history_time_cover {
	height: 70px;
	line-height: 70px;
	width: 100%;
	background-color: #00684b;
	margin-bottom: 40px
}

#history_time_cover .history {
	float: left;
	width: 16.6666%;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: gotham_narrow_bold, Arial;
	position: relative;
	cursor: pointer
}

.right_history {
	width: 11px;
	height: 70px;
	position: absolute;
	top: 0;
	right: -1px;
	background: url(../images/img_history_green_left.jpg?v1) bottom right no-repeat
}

.left_history {
	width: 11px;
	height: 70px;
	position: absolute;
	top: 0;
	left: -1px;
	background: url(../images/img_history_green_right.jpg?v1) bottom right no-repeat
}

.history.active {
	background-color: #799e2a
}

.history.active .right_history {
	background: url(../images/img_history_orange_left.jpg?v1) bottom right no-repeat
}

.history.active .left_history {
	background: url(../images/img_history_orange_right.jpg?v1) bottom right no-repeat
}

.history_col {
	width: calc(50% - 60px);
	float: left;
	position: relative
}

.r_history.history_col {
	float: right
}

.history_col img {
	float: float;
	width: 100%
}

.history_row {
	width: 100%;
	margin-bottom: 40px
}

.history_row .history_date {
	font-family: gotham_narrow_bold, Arial;
	font-size: 28px;
	color: #799e2a;
	margin-bottom: 20px;
	line-height: 1
}

.history_row .history_title {
	font-family: akrobat, Arial;
	font-weight: 700;
	font-size: 28px;
	color: #00684b;
	margin-bottom: 20px;
	line-height: 1
}

.history_row .history_msg {
	font-family: akrobat, Arial;
	font-weight: 400;
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
	line-height: 1
}

.l_history {
	text-align: right
}

#history_milestones {
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px
}

#history_line {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	top: 0;
	background-color: #799e2a
}

.history_seperator {
	position: absolute;
	width: 76px;
	height: 30px;
	z-index: 10
}

.l_history .history_seperator {
	top: 0;
	right: -88px;
	background: url(../images/left_history.jpg) bottom right no-repeat
}

.r_history .history_seperator {
	top: 0;
	left: -88px;
	background: url(../images/right_history.jpg) bottom right no-repeat
}

.merak_title {
	font-size: 38px;
	margin-bottom: 19px;
	font-family: gotham_narrow_bold, Arial
}

.merak_title.green_merak_title {
	color: #00684b
}

.question_box {
	border: 1px solid #555;
	border-radius: 6px;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box
}

.question_box.green_question_box {
	border: 1px solid #e5e5e5
}

.question_box .question_box_title {
	padding-right: 60px;
	position: relative;
	line-height: 28px;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 22px;
	font-family: akrobat, Arial;
	font-weight: 400;
	box-sizing: border-box;
	padding-left: 20px;
	cursor: pointer
}

.question_box .question_box_title:hover {
	color: #799e2a
}

.question_box .question_box_title span {
	position: absolute;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 27px;
	height: 18px;
	right: 30px;
	top: 50%;
	margin-top: -9px;
	background: url(../images/o_icon_header_arrow.png) bottom right no-repeat
}

.question_box .question_box_title:hover span {
	right: 20px;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.question_box.green_question_box .question_box_title {
	color: #00684b
}

.question_box.green_question_box .question_box_title span {
	background: url(../images/icon_header_arrow.png) bottom right no-repeat
}

.question_box .question_box_content {
	font-family: akrobat, Arial;
	font-weight: 400;
	box-sizing: border-box;
	padding: 20px
}

.campaign_img {
	width: 100%;
	margin-bottom: 20px
}

#campaign_detail h1 {
	margin-bottom: 44px
}

.campaign_section {
	margin-bottom: 60px
}

.campaign_section h2 {
	font-size: 28px;
	border-bottom: 1px solid #555;
	color: #555;
	margin-bottom: 20px;
	font-family: akrobat;
	font-weight: 900
}

#campaign_detail .campaign_section ul li {
	font-family: gotham_narrow_book, Arial;
	padding-left: 20px;
	font-size: 16px;
	line-height: 33px;
	background: url(../images/img_li_orange_bullet.png) top left no-repeat;
	color: #799e2a
}

.fancybox-inner .error_message {
	width: 500px
}

.fancybox-inner .error_message h2 {
	font-family: akrobat;
	font-size: 26px;
	margin-bottom: 12px;
	font-weight: 900;
	color: #f99f1b
}

.fancybox-inner .error_message p {
	font-family: gotham_narrow_book;
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 400
}

.fancybox-inner .fancybox-content {
	font-family: gotham_narrow_book;
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 400
}

.fancybox-inner .success_message {
	width: 500px
}

.fancybox-inner .success_message h2 {
	font-family: akrobat;
	font-size: 26px;
	margin-bottom: 12px;
	font-weight: 900;
	color: #103f36
}

.fancybox-inner .success_message p {
	font-family: gotham_narrow_book;
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 400
}

.fancybox-inner .map_message {
	width: 400px
}
.success_message_block {
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 248, 255, 0.85);
    z-index: 1;
    cursor: pointer;
    text-align: center;
}
.success_message_block p, .success_message_block h2 {
	top: 45%;
     left: 50%;
     transform: translate(-50%, -50%);
     position: relative;
}
.fancybox-inner .map_message p {
	border: 1px solid #999;
	padding: 20px;
	border-radius: 8px;
	font-family: gotham_narrow_book;
	font-size: 24px;
	line-height: 42px;
	margin-bottom: 12px;
	font-weight: 400
}

.fancybox-inner .map_message p i {
	float: left;
	margin-right: 10px;
	color: #999;
	width: 42px;
	height: 42px;
	font-size: 24px;
	border: 1px solid #ccc;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 42px
}

.fancybox-inner .map_message a {
	text-decoration: none
}

.fancybox-inner .map_message h2 {
	text-align: center;
	margin-bottom: 20px
}

body.home header .header_form {
	display: none
}

body.home header.fixedHeader .header_form {
	display: block
}

#home_slider {
	width: 100%;
	height: calc(100vh - 180px);
	position: relative
}

.home_wrapper {
	box-sizing: border-box;
	padding-left: 160px;
	padding-right: 80px
}

#home_stat {
	width: 100%;
	height: 100px;
	background: url(../images/bg_home_stat.jpg?v3) bottom right no-repeat;
	background-size: cover;
	margin-bottom: 80px
}

#home_stat #stat_title {
	font-family: akrobat;
	font-weight: 900;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	float: left;
	margin-top: 25px;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, .6);
	width: 180px;
	box-sizing: border-box
}

#home_stat #stat_title h1 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 0;
	text-align: left
}

#home_stat #home_stat_list {
	float: left;
	margin-top: 25px;
	width: calc(100% - 180px);
	box-sizing: border-box
}

#home_stat #home_stat_list .home_stat {
	float: left;
	font-family: akrobat;
	box-sizing: border-box;
	font-weight: 100;
	font-size: 22px;
	color: #fff;
	height: 54px;
	line-height: 54px;
	width: 20%;
	border-right: 1px solid rgba(255, 255, 255, .6);
	text-align: center
}

#home_stat #home_stat_list .home_stat.long_home_stat {
	width: 30%
}

#home_stat #home_stat_list .home_stat strong {
	font-weight: 900
}

#home_stat #home_stat_list .home_stat img {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 40px
}

#home_stat #home_stat_list .home_stat.last_home_stat {
	border-right-width: 0;
	margin-right: 0;
	padding-right: 0
}

.home_title {
	font-family: akrobat;
	font-weight: 900;
	color: #000;
	font-size: 60px;
	text-align: center;
	margin-bottom: 80px
}

.home_title span {
	color: #00684b
}

#urun_wrapper_cover {
	width: calc(100% + 40px);
	height: 300px;
	margin-left: -20px
}

.home_urun_cover {
	width: calc(33.3333%);
	height: 300px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	cursor: pointer
}

.home_urun_cover .home_urun {
	width: 100%;
	height: 300px;
	border: 1px solid #00684b;
	position: relative
}

#home_solutions {
	padding-bottom: 80px
}

.home_urun_content {
	width: 80%
}

.home_urun_content .home_icon {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto 20px;
	position: relative
}

.home_urun_content .home_icon.home_icon_1 {
	background: url(../images/icon_urun_1_g.svg) top left no-repeat
}

.home_urun_content .home_icon.home_icon_2 {
	background: url(../images/aracf.png) top left no-repeat
}

.home_urun_content .home_icon.home_icon_3 {
	background: url(../images/icon_urun_3_g.svg) top left no-repeat
}

.home_urun_content p {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-family: gotham_narrow_book, Arial;
	margin-bottom: 20px
}

.home_urun_content .home_urun_new_h2 {
	font-size: 28px;
	color: #00684b;
	line-height: 1;
	text-align: center;
	color: #00684b;
	font-family: akrobat, Arial;
	font-weight: 900;
	margin-bottom: 20px
}

.home_urun_hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_home_urun_hover.jpg) top center no-repeat;
	background-size: cover
}

.home_urun_hover:hover {
	opacity: 1
}

.home_urun_hover p {
	color: #fff
}

.home_urun_hover .home_urun_new_h2 {
	color: #fff
}

.home_urun_hover .home_urun_content .home_icon.home_icon_1 {
	background: url(../images/icon_urun_1_w.svg) top left no-repeat
}

.home_urun_hover .home_urun_content .home_icon.home_icon_2 {
	background: url(../images/aracf.png) top left no-repeat
}

.home_urun_hover .home_urun_content .home_icon.home_icon_3 {
	background: url(../images/icon_urun_3_w.svg) top left no-repeat
}

.home_urun_hover .white_gradient_button {
	background-color: transparent;
	border-color: #fff
}

.home_urun_hover .white_gradient_button a {
	color: #fff
}

.home_urun_hover .white_gradient_button:hover a {
	color: #00684b
}

.home_urun_hover .white_gradient_button span {
	background: url(../images/img_gbutton_arrow.png) top left no-repeat
}

.home_urun_hover .white_gradient_button:hover span {
	background: url(../images/img_gbutton_arrow_green.png) top left no-repeat
}

#home_news {
	padding-bottom: 80px
}

.home_musteri_left {
	float: left;
	width: calc(50% - 10px);
	height: 800px;
	margin-bottom: 20px
}

.home_musteri_right {
	float: right;
	width: calc(50% - 10px);
	height: 800px;
	margin-bottom: 20px
}

#home_musteri_box_1 {
	width: 100%;
	height: 340px;
	float: left;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

#home_musteri_box_2 {
	width: calc(50% - 10px);
	height: 440px;
	float: left;
	background-color: #f1f1f1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

#home_musteri_box_3 {
	width: calc(50% - 10px);
	height: 440px;
	float: right;
	background-color: #f1f1f1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

#home_musteri_box_4 {
	width: calc(50% - 10px);
	height: 440px;
	float: left;
	margin-bottom: 20px
}

#home_musteri_box_5 {
	width: calc(50% - 10px);
	height: 440px;
	float: right;
	background-color: #f1f1f1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px
}

#home_musteri_box_6 {
	width: 100%;
	height: 340px;
	float: right;
	background-color: #f1f1f1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

#home_musteri_box_7 {
	width: calc(36% - 20px);
	height: 320px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px
}

#home_musteri_box_8 {
	width: calc(21% - 20px);
	height: 320px;
	float: left;
	background-color: #f1f1f1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
	margin-bottom: 20px
}

#home_musteri_box_9 {
	width: calc(21% - 20px);
	height: 320px;
	float: left;
	background-color: #f1f1f1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
	margin-bottom: 20px
}

#home_musteri_box_10 {
	position: relative;
	width: 22%;
	height: 320px;
	float: right;
	background-color: #fff;
	border: 1px solid #799e2a;
	margin-bottom: 20px;
	box-sizing: border-box
}

#home_musteri_box_10_text {
	text-align: center;
	width: 80%
}

#home_musteri_box_10_text p {
	font-family: akrobat;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 15px
}

#home_musteri_box_10 a {
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #fff;
	color: #799e2a;
	font-family: akrobat;
	font-weight: 900;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	display: block;
	background-color: #799e2a;
	color: #fff;
	width: 100%;
	margin-bottom: 10px
}

#home_musteri_box_10 a:hover {
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, .15)
}

#home_musteri_box_10 strong {
	color: #799e2a
}

#home_musteri_box_10 a.home_gallery_button {
	background-color: #00684b
}

.customer_box {
	box-sizing: border-box;
	padding: 20px;
	background-color: #799e2a;
	cursor: pointer
}

.customer_box .yorum_title {
	font-family: akrobat;
	color: #fff;
	font-weight: 900;
	font-size: 26px;
	margin-bottom: 13px
}

.customer_box p {
	font-family: akrobat;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

#home_musteri_box_4.customer_box p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical
}

#home_musteri_box_7.customer_box p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.img_home_customer {
	float: left;
	margin-bottom: 20px
}

.fancybox-caption {
	font-family: akrobat;
	color: #fff
}

.gallery_box {
	position: relative
}

.bg_customer_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 104, 75, .8);
	z-index: 10;
	box-sizing: border-box;
	padding: 20px;
	opacity: 0
}

.gallery_box:hover .bg_customer_overlay {
	opacity: 1;
	cursor: pointer
}

.customer_text {
	position: absolute;
	font-family: akrobat;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	bottom: 20px;
	left: 20px
}

#faker {
	position: absolute;
	top: -9999px
}

#faker img {
	width: 1px
}

#home_eminevim {
	padding-bottom: 80px
}

#home_neden_left {
	width: 70%;
	float: left
}

.img_home_neden {
	float: right;
	width: calc(50% - 40px);
	margin-right: 30px
}

#home_neden_left_cover {
	float: left;
	width: 50%
}

#home_neden_left_cover p {
	margin-bottom: 20px;
	font-family: gotham_narrow_book, Arial;
	font-size: 22px;
	line-height: 26px
}

#home_neden_left_cover p strong {
	font-family: gotham_narrow_bold, Arial
}

#home_neden_right {
	width: 30%;
	float: right
}

#home_neden_right ul {
	width: 100%
}

#home_neden_right ul li {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #999;
	border-radius: 29px
}

#home_neden_right ul li a {
	width: 100%;
	display: block;
	padding-left: 28px;
	font-family: gotham_narrow_book, Arial;
	font-size: 18px;
	line-height: 18px;
	padding-right: 60px;
	color: #000;
	box-sizing: border-box;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: gotham_narrow_book, Arial;
	font-size: 18px;
	color: #000
}

#home_neden_right ul li:hover a {
	color: #fff
}

#home_neden_right ul li .video_icon {
	position: absolute;
	right: 18px;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background: url(../images/bg_video_circle_gray.png) center center no-repeat;
	pointer-events: none
}

#home_neden_right ul li:hover .video_icon {
	background: url(../images/bg_video_circle_white.png) center center no-repeat
}

#home_neden_right ul li:hover {
	background: #008e66
}

#home_panel {
	position: relative;
	height: 400px;
	width: 100%
}

#home_panel #home_panel_left {
	position: relative;
	height: 400px;
	width: 50%;
	float: left
}

#home_panel_left_control {
	width: 900px;
	height: 220px;
	top: -220px;
	left: 0;
	position: absolute;
	overflow: hidden;
	border-right: 1px solid #e7e7e7
}

#home_panel_left_panel {
	width: 6000px;
	height: 220px;
	position: absolute;
	top: 0;
	left: 0
}

.home_news {
	float: left;
	height: 220px;
	box-sizing: border-box;
	width: 300px;
	border: 1px solid #e7e7e7;
	border-right-width: 0;
	padding: 20px;
	background: url(../images/bg_related_new.png) bottom right no-repeat;
	cursor: pointer
}

.home_news:hover {
	background-color: #799e2a;
	color: #fff
}

.home_news:hover .news_meta {
	color: #fff
}

.home_news .home_news_title {
	font-family: akrobat;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px
}

.ing_news_leftarrow {
	left: -60px;
	top: -150px;
	position: absolute
}

.ing_news_rightarrow {
	left: 910px;
	top: -150px;
	position: absolute
}

#home_panel #home_panel_right {
	position: relative;
	height: 400px;
	width: 50%;
	float: left
}

#home_panel #home_panel_right #home_panel_right_firstcol {
	position: relative;
	height: 400px;
	width: 50%;
	float: left
}

#home_panel #home_panel_right #home_panel_right_firstcol #bg_tanitim_video {
	position: relative;
	height: 200px;
	width: 100%;
	float: left;
	background: url(../images/bg_tanitim_video.png) center center no-repeat;
	background-size: cover
}

#home_panel #home_panel_right #home_panel_right_firstcol #bg_tanitim_video a {
	display: block;
	width: 100%;
	height: 100%
}

#home_panel #home_panel_right #home_panel_right_firstcol #bg_news_all {
	position: relative;
	height: 200px;
	width: 100%;
	float: left;
	background: url(../images/bg_news_all.png) center center no-repeat;
	background-size: cover
}

#home_panel #home_panel_right #home_panel_right_secondcol {
	position: relative;
	height: 400px;
	width: 50%;
	float: left;
	overflow: hidden
}

#home_panel #home_panel_right #home_panel_right_secondcol .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: center center;
	background: url(../images/bg_dergi.jpg) top center no-repeat;
	background-size: cover
}

#home_panel #home_panel_right #home_panel_right_secondcol:hover .bg {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2)
}

#home_news_slider {
	position: relative;
	height: 400px;
	width: 100%;
	cursor: pointer
}

.home_news_slider {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.home_news_slider.active {
	opacity: 1;
	z-index: 1
}

.home_slider_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_slider.jpg) center center no-repeat;
	background-size: cover!important;
	opacity: 0;
	cursor: pointer
}

.home_slider_bg.activeSlide {
	opacity: 1;
	z-index: 1
}

.home_slider_text {
	position: absolute;
	left: 160px;
	width: 20%
}

.home_slider_main_text {
	font-family: akrobat;
	font-size: 60px;
	line-height: 60px;
	color: #000;
	font-weight: 900;
	margin-bottom: 20px;
	border-left: 4px solid #00684b;
	padding-left: 20px;
	margin-left: -20px
}

.home_slider_main_subtext {
	font-family: gotham_narrow_book, Arial;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	color: #000;
	margin-bottom: 20px;
	width: 80%
}

.home_slider_main_promotion ul {
	margin-bottom: 20px
}

.home_slider_main_promotion ul li {
	font-family: gotham_narrow_book, Arial;
	color: #799e2a;
	padding-left: 20px;
	font-size: 22px;
	line-height: 33px;
	background: url(../images/img_li_orange_bullet.png) top left no-repeat
}

.home_slider_main_promotion p {
	font-family: gotham_narrow_book, Arial;
	color: #799e2a;
	font-size: 22px;
	line-height: 33px
}

.slider_img {
	height: 76%;
	right: 550px
}

#img_scroll_down {
	z-index: 100;
	bottom: 20px;
	width: 92px;
	cursor: pointer
}

.prevBtn {
	position: absolute;
	z-index: 100;
	border: 1px solid #000;
	cursor: pointer;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px
}

.nextBtn {
	position: absolute;
	z-index: 100;
	border: 1px solid #000;
	cursor: pointer;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px
}

#homePrevBtn {
	left: 160px;
	bottom: 30px
}

#homeNextBtn {
	left: 230px;
	bottom: 30px
}

.controls i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 24px;
	color: #000
}

.controls:hover {
	opacity: .4
}

#slider_form {
	width: 400px;
	right: 0;
	background: #799e2a;
	background: -moz-linear-gradient(left, #799e2a 0, #7ba02c 44%, #8aad2f 100%);
	background: -webkit-linear-gradient(left, #799e2a 0, #7ba02c 44%, #8aad2f 100%);
	background: linear-gradient(to right, #799e2a 0, #7ba02c 44%, #8aad2f 100%);
	padding: 50px 20px;
	z-index: 2
}

#slider_form p.h2 {
	font-family: gotham_narrow_book, Arial;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}

#slider_form input {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	line-height: 30px;
	padding-left: 10px;
	font-family: gotham_narrow_book, Arial;
	color: #000;
	font-size: 18px;
	border: 0;
	border-radius: 6px;
	margin-bottom: 20px
}

.intl-tel-input {
	width: 100%
}

#slider_form .intl-tel-input input {
	padding-left: 52px
}

.intl-tel-input * {
	font-family: gotham_narrow_book
}

#slider_form .checkbox_wrapper {
	float: left;
	margin-top: 10px;
	width: 100%
}

#slider_form .checkbox_wrapper p {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-family: gotham_narrow_book, Arial;
	font-style: italic;
	margin-bottom: 10px
}

#slider_form .checkbox_wrapper p a {
	color: #fff;
	text-decoration: underline
}

#slider_form .custom_checkbox {
	cursor: pointer;
	float: left;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	margin-right: 14px;
	margin-bottom: 10px
}

#slider_form .custom_checkbox.active {
	background: url(../images/img_headerform_checked.png) center center no-repeat
}

#slider_form .header_form_button_wrapper {
	float: left;
	width: 100%
}

#slider_form .header_form_button_wrapper a {
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #f9af1b;
	background: -moz-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: -webkit-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: linear-gradient(to right, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	color: #fff;
	font-family: akrobat;
	font-weight: 400;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	width: 180px;
	font-size: 22px;
	box-sizing: border-box;
	display: inline-block;
	float: Right;
	letter-spacing: 3px
}

#slider_form .header_form_button_wrapper a:hover {
	box-shadow: 0 0 7px 7px rgba(0, 0, 0, .15);
	color: #fff;
	background-color: #799e2a
}

#slider_form .form_sol_bant {
	position: absolute;
	height: 100%;
	right: 100%;
	top: 0
}

#home_urun_menu {
	display: none
}

#mobile_sticky {
	display: none
}

#why_menu {
	display: none;
	width: 100%;
	text-align: center
}

#kampanya_wrapper {
	width: calc(100% + 60px);
	margin-left: -30px
}

.campaign_box_cover {
	width: 50%;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	margin-bottom: 20px
}

.campaign_box {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	padding: 30px
}

.campaign_box .img_campaign {
	width: 100%;
	float: left;
	border-bottom: 5px solid #799e2a;
	margin-bottom: 20px
}

.campaign_box .campaign_h2_title {
	font-family: gotham_narrow_bold, Arial;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 8px
}

.campaign_box .campaign_h2_title a {
	color: #00684b
}

.campaign_box .campaign_h2_title:hover a {
	color: #799e2a
}

.campaign_box p {
	font-family: gotham_narrow_book;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	margin-bottom: 20px
}

.campaign_box ul {
	margin-bottom: 20px
}

.campaign_box ul li {
	font-family: gotham_narrow_book, Arial;
	color: #799e2a;
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
	background: url(../images/img_li_orange_bullet.png) top left no-repeat
}

body.detail_campaign header .header_form {
	display: none!important
}

body.detail_campaign #slider_form {
	position: fixed;
	z-index: 1001
}

#gray_box {
	width: 100%;
	height: 190px;
	background-color: #fff;
	position: relative;
	margin-bottom: 80px
}

#gray_box p {
	font-size: 30px;
	color: #000;
	font-family: akrobat;
	font-weight: 400;
	line-height: 40px;
	float: left;
	width: 100%;
	text-align: center
}

#img_add_comment {
	bottom: -30px;
	cursor: pointer
}

#hide_form {
	margin-bottom: 20px;
	display: none
}

#hide_form_left {
	width: 30%;
	float: left
}

#hide_form_left .white_gradient_button {
	float: left;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px
}

#hide_form_left .green_gradient_button {
	float: right
}

#hide_form_right {
	width: 68%;
	float: right
}

#hide_form_right textarea {
	width: 100%;
	float: right;
	height: 220px;
	color: #000;
	font-family: akrobat;
	font-size: 20px;
	color: #000;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 10px;
	border: 1px solid #999
}

#art_musteri #form_wrapper {
	width: 100%
}

#art_musteri #form_wrapper .form_left_text {
	width: 100%;
	height: 60px;
	font-family: akrobat;
	font-size: 20px;
	color: #000
}

#comment_wrapper {
	width: 100%
}

.comment_box {
	width: 100%;
	padding: 30px;
	border: 1px solid #999;
	border-radius: 10px;
	margin-bottom: 20px;
	box-sizing: border-box
}

.comment_box_left {
	width: 100px;
	float: left
}

.comment_profile_box {
	position: relative
}

.profile_box {
	border-radius: 100%;
	overflow: hidden
}

.icon_quote {
	position: absolute;
	top: -10px;
	right: -10px
}

.comment_box_right {
	width: calc(100% - 140px);
	float: right
}

.comment_box_right .comment_box_right_title {
	font-family: akrobat;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 24px;
	color: #000
}

.comment_box_right .comment_box_right_title span {
	font-size: 18px;
	font-weight: 100;
	color: #999;
	display: inline-block;
	margin-left: 20px
}

.comment_box_right p {
	font-size: 20px;
	line-height: 1
}

.title_mobile_cozum {
	display: none
}

.left_coz_col {
	width: 48%;
	float: left
}

.left_coz_col .cozum_content .product_h3 {
	color: #00684b
}

.left_coz_col .cozum_box {
	border-color: #00684b
}

.right_coz_col {
	width: 48%;
	float: right
}

.right_coz_col .cozum_content .product_h3 {
	color: #799e2a
}

.right_coz_col .cozum_box {
	border-color: #799e2a
}

.right_coz_col .white_gradient_button a {
	color: #799e2a
}

.right_coz_col .white_gradient_button {
	border-color: #799e2a
}

.title_cozum {
	width: 100%;
	float: left;
	margin-bottom: 20px
}

.cozum_box {
	float: left;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 20px
}

.cozum_box .white_gradient_button {
	float: left;
	min-width: 140px
}

.img_cozum {
	width: 20%;
	float: left
}

.cozum_content {
	width: 76%;
	float: right
}

.cozum_content .product_h3 {
	margin-bottom: 17px;
	font-weight: 900;
	font-family: akrobat;
	font-size: 32px
}

.cozum_content p {
	font-family: gotham_narrow_book, Arial;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 24px
}

.cozum_meta_text {
	text-align: center;
	margin-bottom: 24px;
	min-height: 60px
}

.cozum_meta_text p {
	font-family: gotham_narrow_book, Arial;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 24px;
	min-height: 60px
}

.pagination {
	width: 100%;
	display: block;
	text-align: center
}

.pagination li {
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	text-align: center;
	font-family: akrobat;
	line-height: 40px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.pagination li a {
	display: Block;
	width: 100%;
	height: 100%;
	color: #799e2a
}

.pagination li.active a {
	background-color: #799e2a;
	color: #fff
}

.pagination li:hover a {
	background-color: #799e2a;
	color: #fff
}

#step_wrapper {
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	padding: 5px 25px;
	margin-bottom: 30px
}

#step_wrapper .how_to_box {
	box-sizing: border-box;
	padding: 15px 25px;
	margin-bottom: 20px;
	margin-top: 20px
}

#step_wrapper .how_to_box h4 {
	font-family: gotham_narrow_bold, Arial;
	font-size: 34px;
	color: #555;
	margin-bottom: 0
}

#step_wrapper .how_to_box p {
	margin-bottom: 0
}

.bg_gray_1 {
	background-color: #fbfbfb
}

.bg_gray_2 {
	background-color: #fafafa
}

.bg_gray_3 {
	background-color: #f6f6f6
}

.bg_gray_5 {
	background-color: #fbfbfb
}

.bg_gray_4 {
	background-color: #fafafa
}

.bg_gray_6 {
	background-color: #f6f6f6
}

.step_no {
	width: 50px;
	height: 50px;
	font-size: 50px;
	font-weight: 900;
	font-family: akrobat;
	color: #799e2a;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px
}

.subtitle {
	font-size: 36px;
	margin-bottom: 20px;
	color: #00684b;
	font-weight: 900;
	font-family: akrobat
}

div.truncate {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.fancybox-inner .overlay_title {
	font-family: akrobat;
	font-weight: 400;
	margin-bottom: 14px;
	font-size: 20px;
	line-height: 24px
}

.fancybox-inner p {
	font-family: akrobat;
	font-weight: 100;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 21px
}

.fancybox-inner p a {
	text-decoration: underline;
	color: #000
}

.fancybox-inner p strong {
	font-family: akrobat;
	font-weight: 700
}

#magazine_wrapper {
	width: 100%;
	padding-top: 40px
}

#magazine_wrapper #right_col_wrapper {
	padding-left: 0;
	padding-right: 0
}

.magazine {
	width: calc(25% - 20px);
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative
}

.magazine img {
	width: 100%;
	float: left
}

.magazine_hover {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 104, 75, .8);
	pointer-events: none
}

.magazine:hover .magazine_hover {
	opacity: 1
}

.magazine_hover div {
	width: 80%;
	font-family: akrobat;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-align: center
}

#merak_wrapper {
	position: relative;
	width: 100%
}

#merak_wrapper_mover {
	position: relative;
	width: 100%
}

#merak_wrapper_mover_left {
	width: 100%;
	float: left
}

#merak_wrapper_mover_right {
	width: 100%;
	float: left
}

#merak_wrapper_mover_right .question_box_title {
	font-size: 32px;
	font-family: akrobat;
	font-weight: 700;
	color: #799e2a;
	margin-bottom: 16px
}

#merak_wrapper_mover_right p {
	font-size: 24px;
	line-height: 1;
	color: #000;
	font-family: akrobat;
	font-weight: 400
}

#merak_wrapper_mover_right ul {
	padding-left: 20px;
	list-style: square
}

#merak_wrapper_mover_right ul li {
	font-size: 24px;
	line-height: 1;
	color: #000;
	font-family: akrobat;
	font-weight: 400
}

#merak_wrapper_mover_right .question_box_content {
	display: block!important
}

#art_merak #slider_form {
	position: fixed
}

#galeri_select {
	height: 60px;
	background-color: #ebebeb;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-bottom: 20px
}

#galeri_select .gallery_box {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-right: 10px;
	margin-left: 10px;
	box-sizing: border-box;
	border-radius: 40px;
	background-color: #799e2a;
	color: #fff;
	display: inline-block;
	font-family: akrobat;
	cursor: pointer;
	display: inline-block
}

#galeri_select .gallery_box:hover {
	opacity: .6
}

.gallery_box img {
	float: left;
	height: 24px;
	margin-right: 10px;
	margin-top: 8px
}

#home_news .gallery_box img {
	float: left;
	height: 62px;
	margin-right: 0;
	margin-top: 0
}

.center_text_align p {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px
}

#galeri_select .gallery_box.other_gallery_box {
	background-color: #0b684c
}

#galeri_select .gallery_box.other_gallery_box strong {
	font-weight: 700
}

.fancybox-button {
	background: #799e2a!important
}

.fancybox-navigation .fancybox-button {
	height: 70px!important;
	top: calc(50% - 35px)!important;
	padding: 10px!important
}

.fancybox-caption {
	font-size: 18px!important
}

#img_musteri {
	max-width: 50%
}

.footer_form_wrapper {
	display: none
}

.odeme_half {
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%
}

.odeme_half table {
	width: 100%
}

#art_cozum #merak_wrapper_mover {
	width: 100%
}

.footer_form_wrapper .footer_h2 {
	font-family: akrobat, sans-serif;
	color: #fff;
	font-size: 24px;
	margin-bottom: 18px;
	font-weight: 700
}

.campaign_block {
	padding: 20px
}

.campaign_title {
	font-family: akrobat;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 12px;
	color: #799e2a
}

.error_message_div {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	color: red;
	padding-top: 10px;
	text-align: left
}

.error_message_div p {
	display: inline-block;
	color: #e00
}

.error_message p {
	color: #e00;
	text-shadow: 1px 1px 0 #000
}

#slider_form input._sc_error,
#slider_form textarea._sc_error {
	border: 1px solid red
}

.gm-style-iw {
	width: 400px
}

.gm-style-iw a {
	color: #000
}

.gm-style-iw a:hover {
	color: #799e2a
}

.gm-style-iw label {
	width: 100%;
	font-weight: 700;
	float: left
}

#convesion_area {
	max-width: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

#convesion_area p {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 30px
}

#convesion_area p strong {
	font-size: 30px;
	color: #799e2a;
	margin-bottom: 16px
}

#convesion_area p b {
	font-size: 26px;
	color: #000
}

#convesion_area a {
	text-align: left
}

.subcontent_title {
	font-family: gotham_narrow_bold, Arial;
	font-size: 34px;
	color: #555;
	margin-bottom: 17px
}

.fake_text {
	opacity: 0
}

.fancybox-container embed {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

body.conversion {
	background: url(../images/slide2_bg.jpg) center center no-repeat;
	background-size: cover
}

#gorsel {
	position: absolute;
	top: -9999px
}

#header_stats p span:not(#current_month),
#home_stat_list .home_stat span strong {
	display: none
}

.slider_img {
	transform: translate(-50%, -50%);
	left: 50%
}

body.newlanding .my_landing_wrapper {
	background-position: top left!important
}

body.landing.newlanding #first_landing_slider .home_slider_main_text {
	color: #fff;
	border-left-color: #f06c00
}

body.landing.newlanding #first_landing_slider .home_slider_main_subtext {
	color: #fff
}

body.landing {
	height: 100%
}

body.landing * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.sidebar_form {
	width: 26%;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	background: #799e2a;
	background: -moz-linear-gradient(left, #799e2a 0, #7ba02c 44%, #8aad2f 100%);
	background: -webkit-linear-gradient(left, #799e2a 0, #7ba02c 44%, #8aad2f 100%);
	background: linear-gradient(to right, #799e2a 0, #7ba02c 44%, #8aad2f 100%);
	padding: 15px 30px;
	z-index: 5
}

#landing_man {
	content: "";
	width: 294px;
	height: 459px;
	background: url(../images/formsign.png) no-repeat;
	position: absolute;
	bottom: 0;
	display: inline;
	left: -55px;
	z-index: -1;
	background-size: contain
}

body.landing .sidebar_form #slider_form {
	background: 0 0!important;
	width: 100%;
	padding: 0
}

h2.form_title {
	font-size: 55px;
	font-family: akrobat;
	font-weight: 900;
	margin-top: 40px;
	color: #fff;
	text-shadow: 0 8px 12.35px rgba(0, 0, 0, .2);
	margin-bottom: 25px
}

p.form_text {
	font-size: 20px;
	color: #fff;
	font-family: gotham_narrow_book;
	margin-bottom: 20px
}

body.landing #slider_form .header_form_button_wrapper a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	background: #f9af1b;
	background: -moz-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: -webkit-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: linear-gradient(to right, #f9af1b 0, #f8b421 44%, #fa9f1b 100%)
}

body.landing #slider_form input {
	height: 55px;
	padding-left: 30px
}

body.landing #slider_form input#slider_form_input_3 {
	padding-left: 65px
}

body.landing footer {
	height: 50px;
	width: 74%;
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	padding: 15px 35px;
	position: fixed;
	bottom: 0;
	z-index: 100
}

.footer_links p,
.footer_links p a {
	color: #999;
	font-family: gotham_narrow_book;
	font-size: 14px;
	display: inline-block;
	line-height: 17.5px
}

.footer_links p span {
	color: #006d4d
}

.footer_links {
	float: right
}

.footer_links ul {
	float: left
}

.footer_links ul li {
	float: left
}

.footer_links ul li::before {
	content: "|";
	display: inline-block;
	margin: 0 22px;
	color: #999;
	font-family: gotham_narrow_light
}

.footer_links ul li a {
	color: #999;
	font-family: gotham_narrow_light;
	font-style: italic;
	text-decoration: underline;
	font-size: 14px
}

.grupLogo {
	max-width: 120px;
	display: inline-block
}

.grupLogo svg {
	max-width: 100%;
	height: auto
}

.landing_slider {
	height: calc(100% - 49px);
	width: 75%
}

.landing #logo_eminevim {
	max-width: 230px;
	position: fixed;
	top: 45px;
	left: 60px
}

.slider_content {
	width: 85%;
	margin-left: 55px
}

.slider_buttons {
	height: 80px;
	width: 82%;
	margin-top: -81px;
	z-index: 8;
	display: block;
	position: relative;
	border-right: 0
}

.slider_buttons ul li {
	float: left;
	width: 25%;
	background: #fff
}

.slider_buttons ul li:hover {
	background: #008e66;
	background: -moz-linear-gradient(left, #008e66 0, #009c70 44%, #006a4c 100%);
	background: -webkit-linear-gradient(left, #008e66 0, #009c70 44%, #006a4c 100%);
	background: linear-gradient(to right, #008e66 0, #009c70 44%, #006a4c 100%);
	border-color: #008e66
}

.slider_buttons ul li a {
	padding-left: 40px;
	display: block;
	line-height: 80px;
	font-size: 20px;
	font-family: akrobat;
	color: #555;
	font-weight: 600;
	border: 1px solid #e7e7e7;
	position: relative;
	margin-right: -1px
}

.slider_buttons ul li:hover a {
	color: #fff
}

.slider_buttons ul li a::after {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 39px;
	left: 10px;
	transition: all cubic-bezier(.6, .18, .85, .94) .3s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .3s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .3s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .3s
}

.slider_buttons ul li a.active::after {
	width: 20px
}

.goToSlide.active {
	background: #008e66;
	background: -moz-linear-gradient(left, #008e66 0, #009c70 44%, #006a4c 100%);
	background: -webkit-linear-gradient(left, #008e66 0, #009c70 44%, #006a4c 100%);
	background: linear-gradient(to right, #008e66 0, #009c70 44%, #006a4c 100%);
	color: #fff;
	border-color: #008e66
}

body.landing .owl-nav {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 120px;
	height: 60px
}

body.landing .owl-nav button {
	width: 50%;
	float: left;
	height: 100%;
	border: 1px solid #e7e7e7!important;
	background: #fff!important
}

body.landing .home_slider_main_text {
	text-transform: uppercase;
	margin-left: 0
}

body.landing .owl-nav button:hover {
	background: #006d4d!important;
	color: #fff
}

.slider_content_boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	height: calc(100% - 140px)
}

.slider_content_box {
	padding: 40px 25px;
	text-align: center;
	border: 1px solid #00684b;
	display: inline-block;
	max-width: 380px;
	width: 32%;
	margin-bottom: 15px
}

.slider_content_box h4 {
	font-family: akrobat;
	font-size: 28px;
	letter-spacing: .5px;
	font-weight: 600;
	color: #00684b;
	margin-bottom: 20px
}

.slider_content_box p {
	font-size: 20px;
	color: #555;
	font-family: gotham_narrow_book
}

.withIcon .slider_content_box h4 {
	font-size: 18px;
	margin-bottom: 15px
}

.withIcon .slider_content_box p {
	font-size: 16px
}

.withIcon .slider_content_box {
	padding: 25px
}

.owl-carousel .owl-item .slider_content_box svg {
	width: auto;
	max-height: 40px;
	display: inline;
	margin-bottom: 15px;
	fill: #00684b;
	fill-rule: evenodd;
	clip-rule: evenodd
}

#landingVideo .slider_absolute_img {
	top: 255px
}

.slider_absolute_img {
	position: absolute;
	height: 70%;
	width: auto!important;
	right: 15px;
	top: 15%
}

.owl-dots {
	counter-reset: dots;
	bottom: 144px;
	position: absolute;
	z-index: 7;
	width: 60px
}

.owl-dot {
	display: block;
	margin-bottom: 20px;
	position: relative
}

.owl-dot:before {
	counter-increment: dots;
	content: "0" counter(dots);
	font-size: 16px;
	padding-left: 40px;
	font-family: gotham_narrow_book;
	color: #999;
	opacity: .4
}

.owl-dot.active::before {
	opacity: 1
}

.owl-dot.active::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #999;
	position: absolute;
	left: 0;
	top: 7px
}

.input_boxes,
.intl-tel-input {
	width: 100%
}

.mobileShow {
	display: none
}

.mobile_menu {
	display: none;
	position: absolute;
	right: 10px;
	top: 48px;
	width: 245px;
	height: auto;
	z-index: 6;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 12px 0 rgba(87, 87, 87, .1)
}

.mobile_menu.open {
	display: block
}

.mobile_menu li:last-child a {
	border: none;
	margin-bottom: 0
}

.mobile_menu li a {
	font-family: akrobat;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	padding-bottom: 5px
}

#menu_icon {
	width: 42px;
	height: 42px;
	background: #799e2a;
	position: absolute;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	top: 6.5px;
	right: 10px;
	z-index: 1000;
	box-shadow: 0 0 12px 0 rgba(87, 87, 87, .3)
}

#menu_icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: calc(100% - 20px);
	background: #fff;
	opacity: 1;
	left: 10px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

#menu_icon span:nth-child(1) {
	top: 12px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

#menu_icon span:nth-child(2) {
	top: 19px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

#menu_icon span:nth-child(3) {
	top: 26px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

#menu_icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
	left: 14px
}

#menu_icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0
}

#menu_icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 27px;
	left: 14px
}

@media (min-width:769px) {
	.owl-carousel,
	.owl-carousel .owl-stage,
	.owl-carousel .owl-stage-outer,
	.owl-carousel.owl-drag .owl-item,
	.owl-carousel.owl-drag .owl-item .item {
		height: 100%
	}
}

@media all and (min-width:1024px) and (max-width:1441px) {
	.slider_content {
		margin-left: 61px
	}
	.slider_content_box {
		padding: 25px 15px
	}
	.slider_content_box h4 {
		font-size: 18px
	}
	.slider_content_box p {
		font-size: 14px;
		line-height: 18px
	}
	.landing #logo_eminevim {
		top: 10px
	}
	.slider_buttons ul li a {
		font-size: 15px;
		padding-left: 15px
	}
	.owl-carousel .owl-item .slider_content_box svg {
		max-height: 30px;
		margin-bottom: 10px
	}
	.withIcon .slider_content_box h4 {
		font-size: 16px;
		margin-bottom: 10px
	}
	.withIcon .slider_content_box p {
		font-size: 14px
	}
	.withIcon .slider_content_box {
		padding: 10px;
		margin: 5px 0
	}
	#landing_man {
		display: none
	}
	h2.form_title {
		margin-top: 0;
		font-size: 40px
	}
	.slider_buttons {
		width: 75%
	}
	body.landing footer {
		height: auto
	}
	.slider_absolute_img {
		height: 60%;
		top: 20%
	}
}

@media (max-width:768px) {
	#first_landing_slider img {
		display: none
	}
	body.landing .owl-carousel {
		display: block!important
	}
	.landing header {
		background-color: #fff;
		height: 55px;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 5555;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
	}
	.mobileShow {
		display: block
	}
	.sidebar_form {
		width: 100%;
		position: initial
	}
	#landing_man {
		display: none
	}
	.landing_slider {
		width: 100%;
		height: auto;
		z-index: 6
	}
	.slider_content {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		float: left
	}
	.landing #logo_eminevim {
		position: relative;
		top: 10px;
		left: 10px;
		height: 40px;
		width: auto
	}
	.slider_content_box {
		width: 49%;
		margin-bottom: 10px;
		padding: 15px
	}
	.slider_buttons ul li {
		width: 100%
	}
	.slider_buttons ul li a {
		display: none;
		margin: 0;
		line-height: 50px;
		height: 50px
	}
	.goToSlide.active {
		display: block
	}
	.owl-carousel.owl-drag .owl-item .item {
		float: left;
		background-size: cover!important;
		padding-top: 100px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		padding-bottom: 50px
	}
	.slider_buttons {
		width: 70%;
		margin: 0 15%;
		position: fixed;
		bottom: 15px
	}
	.slider_buttons ul li a::after {
		top: 23px
	}
	body.landing .owl-nav {
		position: fixed;
		width: 100%;
		height: 50px;
		top: 0;
		left: 0;
		display: none
	}
	body.landing .owl-nav button {
		width: 15%
	}
	.owl-carousel .owl-nav button.owl-prev {
		background-color: #799e2a!important;
		color: #fff
	}
	.owl-carousel .owl-nav button.owl-next {
		background-color: #799e2a!important;
		color: #fff;
		float: right
	}
	body.landing footer {
		width: 100%;
		height: auto;
		text-align: center;
		position: relative
	}
	.footer_links ul {
		margin: 15px auto;
		width: 100%
	}
	.footer_links ul li {
		display: block;
		float: none
	}
	.footer_links ul li::before {
		display: none
	}
	body.landing {
		padding-bottom: 100px;
		height: auto;
		padding-top: 55px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}
	body.landing #mobile_sticky {
		opacity: 0;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}
}

@media (max-width:575.98px) {
	.slider_content_box {
		width: 100%;
		max-width: max-content;
		padding: 10px 15px
	}
}

#img_emingrup {
	float: left;
	margin-left: 0;
	height: 30px
}

.home_slider_main_subtext {
	width: 50%
}

.home_slider_main_promotion {
	width: 50%
}

.slider_content_wrapper {
	width: 100%
}

.my_landing_wrapper {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

@media all and (min-width:1521px) and (max-width:1680px) {
	.slider_content_box {
		padding: 30px 20px
	}
	.slider_content_box h4 {
		font-size: 22px;
		height: 44px
	}
	.slider_content_box p {
		min-height: 90px
	}
	.withIcon .slider_content_box {
		padding: 10px 15px;
		margin-bottom: 10px
	}
}

@media all and (min-width:1367px) and (max-width:1520px) {
	.slider_content_box {
		padding: 30px 20px
	}
	.home_slider_main_promotion p {
		font-size: 18px;
		line-height: 1
	}
	.slider_content_box h4 {
		font-size: 20px
	}
	.slider_content_box p {
		min-height: 90px
	}
	.withIcon .slider_content_box {
		padding: 10px 15px;
		margin-bottom: 10px
	}
	.slider_buttons ul li a {
		padding-left: 55px
	}
	.slider_buttons {
		height: 40px;
		margin-top: -46px
	}
	.slider_buttons ul li a {
		line-height: 40px
	}
	body.landing footer {
		padding: 12px 15px
	}
	.footer_links {
		margin-top: 10px
	}
	#img_emingrup {
		height: 24px
	}
	.landing_slider {
		height: calc(100% - 46px)
	}
	body.landing .owl-nav {
		bottom: 45px;
		width: 90px;
		height: 45px
	}
	.home_slider_main_text {
		font-size: 32px;
		line-height: 1;
		margin-bottom: 16px
	}
	.landing #logo_eminevim {
		max-width: 190px;
		top: 10px
	}
	.owl-carousel .owl-item .slider_content_box svg {
		height: 24px;
		margin-bottom: 6px
	}
}

@media all and (min-width:1025px) and (max-width:1366px) {
	.slider_content_box {
		margin-top: 30px;
		padding: 10px 20px
	}
	.home_slider_main_promotion p {
		font-size: 18px;
		line-height: 1
	}
	.slider_content_box h4 {
		font-size: 18px
	}
	.slider_content_box p {
		min-height: 60px
	}
	.withIcon .slider_content_box {
		padding: 10px 15px;
		margin-bottom: 10px
	}
	.slider_buttons ul li a {
		padding-left: 55px
	}
	.slider_absolute_img {
		top: 10%
	}
	.slider_content {
		width: 90%;
		left: 5%
	}
	.slider_buttons {
		height: 40px;
		margin-top: -28px
	}
	.slider_buttons ul li a {
		line-height: 40px
	}
	body.landing footer {
		padding: 5px 15px;
		overflow: hidden
	}
	.footer_links {
		margin-top: 10px
	}
	#img_emingrup {
		height: 24px
	}
	.landing_slider {
		height: calc(100% - 52px)
	}
	body.landing .owl-nav {
		bottom: 28px;
		width: 90px;
		height: 45px
	}
	.home_slider_main_text {
		font-size: 32px;
		line-height: 1;
		margin-bottom: 16px
	}
	.landing #logo_eminevim {
		max-width: 190px;
		top: 10px
	}
	.owl-carousel .owl-item .slider_content_box svg {
		height: 24px;
		margin-bottom: 6px
	}
}

@media all and (min-width:768px) and (max-width:1024px) {
	.slider_content_box {
		padding: 30px 20px
	}
	.home_slider_main_promotion p {
		font-size: 18px;
		line-height: 1
	}
	.slider_content_box h4 {
		font-size: 22px
	}
	.slider_content_box p {
		min-height: 90px
	}
	.withIcon .slider_content_box {
		padding: 10px 15px;
		margin-bottom: 10px
	}
	.slider_buttons ul li a {
		padding-left: 55px
	}
	.slider_absolute_img {
		top: 10%
	}
	body.landing {
		overflow: hidden
	}
	.slider_content {
		margin-left: 20px
	}
	.landing #logo_eminevim {
		left: 20px
	}
}

#landingMobilImage {
	display: none
}

@media all and (max-width:768px) {
	.my_landing_wrapper {
		position: relative;
		width: 100%;
		height: auto;
		top: auto;
		left: auto;
		box-sizing: border-box;
		padding: 20px 30px
	}
	.slider_content_wrapper {
		top: auto!important;
		position: relative;
		-webkit-transform: none
	}
	.home_slider_main_subtext {
		width: 100%
	}
	.home_slider_main_promotion {
		width: 100%
	}
	.home_slider_main_promotion p {
		font-size: 16px;
		line-height: 16px
	}
	.slider_absolute_img {
		position: relative;
		float: left;
		top: auto;
		left: auto;
		height: auto!important;
		width: 100%;
		max-width: 100%!important
	}
	.slider_buttons {
		display: none
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 0;
		height: 50px;
		position: absolute;
		top: 0;
		width: 50px
	}
	.owl-carousel .owl-nav button.owl-prev {
		right: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		width: 50px
	}
	.footer_links {
		width: 100%
	}
	h2.form_title {
		font-size: 26px;
		margin-bottom: 13px;
		margin-top: 0
	}
	#slider_form input {
		height: 40px!important;
		line-height: 40px;
		border-radius: 4px;
		margin-bottom: 12px
	}
	.grupLogo {
		max-width: 100%;
		margin-bottom: 20px
	}
	#landingMobilImage {
		float: left;
		width: 100%;
		display: block;
		position: relative
	}
	#landingMobilImage img {
		max-width: 100%
	}
	#landingMobilImage h2 {
		position: absolute;
		bottom: 10px;
		left: 10px;
		font-size: 22px;
		line-height: 29px;
		font-family: akrobat;
		color: #000;
		width: 50%
	}
	.sidebar_form {
		height: auto
	}
	.owl-carousel {
		display: block
	}
	#first_landing_slider {
		display: none
	}
	.slider_content_boxes.withIcon svg {
		width: auto;
		max-height: 40px;
		display: inline;
		margin-bottom: 15px;
		fill: #00684b;
		fill-rule: evenodd;
		clip-rule: evenodd
	}
	.slider_content_box h4 {
		font-size: 21px;
		margin-bottom: 10px;
		line-height: 1
	}
	.slider_content_box p {
		font-size: 18px;
		line-height: 24px
	}
	p.form_text {
		margin-bottom: 10px
	}
	body.landing #mobile_whatsapp_cta {
		display: none
	}
	#mobile_sticky {
		left: 0
	}
}

._sc_error {
	border: 2px solid #e00!important
}

body.landing .error_message {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	color: #e00
}

header #header_bottom #mutlu_musteriler_cover.onfire {
	margin-right: 0
}

header #header_bottom #mutlu_musteriler_cover.onfire a {
	padding-left: 20px;
	color: #fff
}

#mutlu_musteriler_cover span {
	display: inline-block;
	margin-right: 6px
}

#mutlu_musteriler_cover span i {
	color: #fff;
	font-size: 20px
}

header #header_bottom #mutlu_musteriler_cover.onfire {
	background: linear-gradient(-45deg, #f9591b, #c04110, #e00, #f9591b);
	display: none;
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite
}

header #header_bottom #mutlu_musteriler_cover.countdown {
	background: linear-gradient(-45deg, #799e2a, #0e0, #648b10, #799e2a);
	display: none;
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff
}

.sticky_onfire {
	background-color: #f9591b;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.sticky_onfire a {
	color: #fff;
	font-size: 16px;
	font-family: akrobat
}

.sticky_oncountdown {
	background-color: #799e2a;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: akrobat
}

header #header_bottom #mutlu_musteriler_cover.countdown {
	font-weight: 400
}

header #header_bottom #mutlu_musteriler_cover.countdown strong {
	font-weight: 700
}

#mobile_broadcast {
	display: none;
}

.profile_box img {
	float: left;
	width: 100px;
	height: 100px;
}

.admin_white_text .home_slider_main_text {
	color: #fff;
}

.admin_orange_button .gradient_button {
	background: #f9af1b;
	background: -moz-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: -webkit-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
	background: linear-gradient(to right, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
}

.video_gallery_wrapper {
	width: 64vw;
	display: Block;
	margin: 0px auto;
}

.video_gallery_wrapper iframe {
	width: 100%;
	height: 36vw;
}

body.enkolaylanding #first_landing_slider .home_slider_main_text {
	color: #ff9f1a;
	border-left-color: #ff9f1a;
	text-shadow: 2px 2px 0px #000;
}

body.enkolaylanding #first_landing_slider .home_slider_main_subtext {
	color: #000;
}

body.enkolaylanding .home_slider_main_promotion p {
	color: #fff;
}

.w100 {
	width: 100%;
	max-width: 100%;
}

.new_news_image_wrapper {
	height: 320px;
	overflow: hidden;
}


#iletisimpost .custom_checkbox {
	cursor: pointer;
	float: left;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	margin-right: 14px;
	margin-bottom: 10px
}

#iletisimpost .custom_checkbox.active {
	background: url(../images/img_headerform_checked.png) center center no-repeat
}
#footer_top .custom_checkbox {
	cursor: pointer;
	float: none;
	display:inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	margin-right: 14px;
	margin-bottom: 10px
}

#footer_top .custom_checkbox.active {
	background: url(../images/img_headerform_checked.png) center center no-repeat
}
#iletisimpost p{color:#000;}
#iletisimpost p a{color:#000;text-decoration:underline;}
/** end of style css **/

#cozum_genelfix_header{display:none;}
.newcekilis_icon_message{display:none;}
#mobile_bottom_form {
    display: none
}

.wrapper {
    padding-left: 80px
}

#breadcrumb {
    padding-left: 80px
}

body.detail_campaign #slider_form {
    border: 1px solid #cfcfcf
}

body.detail_campaign #mobile_bottom_form {
    border: 1px solid #cfcfcf
}

aside {
    display: none
}

.home_title {
    margin-bottom: 30px
}

.home_wrapper {
    padding-left: 80px
}

footer #footer_mid #footer_mid_container {
    padding-left: 80px;
    padding-right: 80px
}

footer #footer_bottom #img_emingrup {
    margin-left: 80px
}

#homePrevBtn {
    left: 20px;
    border-color: #fff;
    bottom: auto;
    top: 50%;
    margin-top: -25px;
    z-index: 55
}

#homeNextBtn {
    left: auto;
    right: 530px;
    border-color: #fff;
    bottom: auto;
    top: 50%;
    margin-top: -25px;
    z-index: 55
}

#home_slider .controls i {
    color: #fff
}

.home_slider_text {
    left: 125px
}

header .header_form {
    margin-left: 0
}

#home_stat {
    height: auto;
    padding: 20px 0
}

#home_stat #home_stat_list {
    margin-top: 0
}

#home_stat #stat_title {
    border-right: none;
    margin-top: 23px;
    line-height: 1.1
}

#home_stat #home_stat_list .home_stat {
    height: 100px;
    background: rgba(255, 255, 255, .2);
    border-right: none;
    text-align: left;
    padding-right: 20px
}

.home_stat {
    line-height: 24px;
    margin-right: 1%
}

.home_stat:last-child {
    margin-right: 0
}

#home_stat #home_stat_list .home_stat.long_home_stat {
    width: 28.5%
}

.home_stat span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 20px;
    padding-top: 5px;
    width: calc(100% - 150px)
}

.home_stat span strong {
    display: block !important;
    font-size: 160%;
    line-height: 1.2
}

.home_stat_image {
    height: 100%;
    width: 100px;
    background: rgba(255, 255, 255, .1);
    vertical-align: middle;
    text-align: center;
    line-height: 96px;
    display: inline-block;
    margin-right: 20px
}

.home_stat_image img {
    margin-right: 0 !important
}

.all_product_btn {
    text-align: center;
    margin-top: 40px
}

.gradient_button {
    text-align: left
}

.home_questions * {
    box-sizing: border-box
}

.question-wrapper-2 {
    margin-bottom: 60px;
    text-align: center;
    padding-top: 40px
}

.question-wrapper-2 .gradient_button a {
    padding-right: 85px
}

.questions-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.question-item {
    position: relative;
    border-right: 2px solid #000
}

.question-item:last-child {
    border-right-color: transparent
}

.question-item a>img {
    width: 100%;
    max-width: 100%;
    vertical-align: top
}

.question-item span {
    display: block;
    overflow: hidden;
    line-height: 55px;
    background: #0c6b51;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    font-family: gotham_narrow_book, Arial
}

.question-item span img {
    vertical-align: middle;
    max-height: 25px;
    position: relative;
    top: -2px;
    margin-right: 20px
}

#home_panel {
    padding-top: 220px
}

#home_panel_left_control {
    width: 200%
}

.ing_news_rightarrow {
    left: calc(200% + 10px)
}

.home-from-customer {
    margin-bottom: 50px
}

.grey-box {
    padding: 30px 80px;
    background: #efefef;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver
}

.faizsiz-ev>a {
    width: 50%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle
}

.faizsiz-ev p {
    margin: 25px 0;
    width: calc(50% - 50px);
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    font-size: 25px;
    line-height: 1.3
}

.mw-100 {
    max-width: 100%
}

.newHome-allGallery {
    display: grid;
    grid-template-columns: calc(75% - 40px) 25%;
    grid-gap: 40px
}

.newHome-comments {
    position: relative
}

.img_home_customer {
    width: 60px !important
}

.newHome-comments_slider .owl-dots {
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}

.newHome-comments_slider .owl-dots .owl-dot {
    display: inline-block;
    font-size: 0 !important;
    width: 18px;
    height: 18px;
    border: 3px solid rgba(75, 75, 75, 0);
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    margin: 0 5px
}

.newHome-comments_slider .owl-dots .owl-dot.active {
    background: #fff;
    border-color: rgba(0, 0, 0, 1)
}

.newHome-comments_slider .owl-dots .owl-dot::after,
.newHome-comments_slider .owl-dots .owl-dot:before {
    display: none
}

.newHome-customers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
}

.newHome-customers_item.gallery_box>img {
    width: 100%;
    margin: 0;
    height: auto !important;
    float: none !important;
    vertical-align: middle
}

.newHome-header {
    height: 80px;
    background: #efefef;
    overflow: hidden;
    display: none
}

.newHome-header li {
    display: inline-block;
    margin-right: 40px
}

.newHome-header li:last-child {
    margin-right: 0
}

.newHome-header a {
    font-family: akrobat;
    font-size: 25px;
    color: #03694c;
    font-weight: 900;
    line-height: 80px;
    position: relative;
    padding-left: 50px
}

.newHome-header a::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 50px;
    bottom: -2px;
    width: 0;
    background: #03694c;
    transition: all .3s ease-in-out
}

.newHome-header a:hover::after {
    width: calc(100% - 50px)
}
.newHome-header li.active a::after {
    width: calc(100% - 50px)
}

.newHome-header a>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%
}

.newHome-header a>span>img {
    width: 100%
}

#home_slider {
    padding: 0;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding-bottom: 20px
}

#home_slider .owl-item {
    height: 100%;
    opacity: .8
}

#home_slider .owl-item.active {
    opacity: 1
}

#home_slider .owl-nav {
    position: absolute;
    top: 50% !important;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: calc(100% - 580px);
    left: 30px
}

#home_slider .owl-nav button {
    color: #fff;
    font-size: 30px
}

#home_slider .owl-nav .owl-next {
    float: right
}

.newHome-slider_item {
    width: 100vw;
    background-color: #027152;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    height: 100%
}

.newHome-slider.owl-carousel .owl-item img {
    width: auto
}

.newslider-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 70px;
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    text-shadow: 0 6px 4px rgba(0, 0, 0, .2);
    border-radius: 6px;
    background: #f9af1b;
    background: -moz-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    background: -webkit-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    background: linear-gradient(to right, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    font-family: akrobat;
    padding: 0 30px
}

.newslider-btn:hover {
    text-shadow: 0 6px 4px rgba(0, 0, 0, .09)
}

.newHome-slider .owl-dots {
    position: initial;
    width: 100%;
    margin-top: 20px;
    text-align: center
}

.newHome-slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 0 !important;
    width: 18px;
    height: 18px;
    border: 3px solid rgba(2, 103, 69, 0);
    background: rgba(2, 103, 69, .5);
    border-radius: 50%
}

.newHome-slider .owl-dots .owl-dot.active {
    border-color: #026745;
    background: #fff
}

.newHome-slider .owl-dots .owl-dot::after,
.newHome-slider .owl-dots .owl-dot:before {
    display: none
}

.newhome-slider__content {
    height: 500px;
    padding: 50px 0 120px 30px
}

.newhome-slider__content img {
    max-height: 100%;
    display: inline-block !important;
    vertical-align: middle
}

.newhome-slider__content_text {
    display: inline-block;
    width: 30%;
    font-family: akrobat;
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    vertical-align: middle
}

.newHome-news {
    margin-bottom: 80px
}

.newHome-news .home_wrapper {
    padding-right: 0
}

.newHome-news-slider_item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 600px;
    font-family: akrobat
}

.newHome-news-slider_item .slider-date {
    position: absolute;
    right: 0;
    top: 0;
    background: #027152;
    border-bottom-left-radius: 10px;
    padding: 8px 30px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.newHome-news-slider_item .slider-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 103, 69, .95);
    padding: 18px 30px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    border-radius: 10px;
    overflow: hidden
}

body.detail_campaign #slider_form {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    z-index: 20;
}

body.detail_campaign #mobile_bottom_form {
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

#slider_form {
    background: #fff;
    font-family: akrobat;
    color: #02694c;
    padding: 25px 30px;
    border-radius: 10px
}

#mobile_bottom_form {
    overflow: hidden;
    background: #fff;
    font-family: akrobat;
    color: #02694c;
    padding: 25px 30px
}

#mobile_bottom_form input {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 30px;
    padding-left: 10px;
    font-family: gotham_narrow_book, Arial;
    color: #000;
    font-size: 18px;
    border: 0;
    border-radius: 6px;
    margin-bottom: 20px
}

.newform-title {
    margin-bottom: 19px
}

.newform-title span {
    display: block;
    font-size: 21px;
    color: #02694c;
    font-weight: 900;
    letter-spacing: .5px
}

.newform-title>p {
    color: silver;
    margin-top: 5px
}

.newform-title .newform-title_orange {
    font-size: 13px;
    color: #fff;
    font-weight: 800;
    padding: 7px 20px;
    background: #f18c1c;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    letter-spacing: .5px
}

.newform-title .newform-title_orange:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #f18c1c;
    border-width: 4px;
    margin-left: -4px;
    margin-top: -1px
}

#slider_form input {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 50px
}

#slider_form .custom_checkbox {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .5)
}

#slider_form .checkbox_wrapper p {
    color: rgba(0, 0, 0, .5);
    font-size: 11px;
    line-height: 1.2;
    padding-left: 35px;
    font-style: normal
}

#slider_form .checkbox_wrapper p a {
    color: rgba(0, 0, 0, .5)
}

#slider_form .checkbox_wrapper {
    margin-top: 15px
}

#slider_form .custom_checkbox.active {
    background-color: #02694c;
    border-color: #02694c
}

#mobile_bottom_form input {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 50px
}

#mobile_bottom_form .checkbox_wrapper {
    float: left;
    margin-top: 10px;
    width: 100%
}

#mobile_bottom_form .checkbox_wrapper p {
    color: rgba(0, 0, 0, .5);
    font-size: 11px;
    line-height: 1.2;
    padding-left: 35px;
    font-style: normal;
    position: relative;
    z-index: 44;
}

#mobile_bottom_form .checkbox_wrapper p a {
    color: rgba(0, 0, 0, .5)
}

#mobile_bottom_form .custom_checkbox {
    cursor: pointer;
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    margin-right: 14px;
    margin-bottom: 20px
}

#mobile_bottom_form .checkbox_wrapper {
    margin-top: 10px
}

#mobile_bottom_form .custom_checkbox.active {
    background: url(../images/img_headerform_checked.png) center center no-repeat
}

#mobile_bottom_form .custom_checkbox.active {
    background-color: #02694c;
    border-color: #02694c
}

#mobile_bottom_form .intl-tel-input input {
    padding-left: 52px
}

#mobile_bottom_form .header_form_button_wrapper a {
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #f9af1b;
    background: -moz-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    background: -webkit-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    background: linear-gradient(to right, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    color: #fff;
    font-family: akrobat;
    font-weight: 400;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    width: 180px;
    font-size: 22px;
    box-sizing: border-box;
    display: inline-block;
    float: Right;
    letter-spacing: 3px
}

.newform-head {
    margin-bottom: 30px;
    padding: 0 0px 0px;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: 2px solid #02694c;
    display: none
}

.newform-head_title {
    font-size: 21px;
    color: #02694c;
    font-weight: 900;
    letter-spacing: .5px;
    margin-bottom: 20px
}

.newform-head>a {
    width: 33.33%;
    display: inline-block;
    text-align: center;
    padding: 6px 0;
    margin-right: -4px;
    font-size: 14px;
    font-weight: 900;
    color: rgba(0, 0, 0, .69)
}

.newform-head>a img {
    height: 25px;
    display: block;
    margin: 0 auto 7px
}

.newform-head>a:nth-of-type(2) {
    border-left: 1px solid #02694c;
    border-right: 1px solid #02694c
}

.home_urun_content .home_icon.home_icon_3 {
	background: url(../newhome/isyerif.png) top left no-repeat
}

.home_urun_hover .home_urun_content .home_icon.home_icon_3 {
    background: url(../newhome/isyerif.png) top left no-repeat
}

#mobile_whatsapp_cta_link {
    display: none
}

#slider_form .header_form_button_wrapper {
    text-align: center
}

#mobile_bottom_form .header_form_button_wrapper {
    text-align: center
}

#slider_form .header_form_button_wrapper a {
    width: auto;
    float: none
}

#mobile_bottom_form .header_form_button_wrapper a {
    width: auto;
    float: none
}

#mobile_bottom_form .custom_checkbox {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .5)
}

.logo {
    background: url(https://www.eminevim.com/assets/images/eminevim_logo.svg?20190207) no-repeat center left;
    position: relative;
    float: left;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 5px;
    display: inline-block;
    background-size: contain;
    max-width: 200px
}

.logo img {
    opacity: 0;
    height: 58px;
    max-width: 100%
}

header #header_top #header_stats_cover {
    height: 74px
}

header #header_top #header_stats_cover #header_stats {
    margin-top: 13px;
    height: 45px
}

header #header_top #header_stats_cover #header_stats p {
    height: 100%;
    line-height: 46px
}

header #header_top #header_stats_cover #header_stats img {
    margin-top: 8px;
    margin-right: 12px;
    height: 28px
}

header #header_top #header_stats_cover #header_stats #header_seperator {
    height: 23px;
    margin-top: 12px
}

header #header_top #logo_eminevim {
    margin-left: 80px;
    margin-top: 18px;
    height: 60px
}

header #header_bottom #menu_cover {
    margin-left: 80px;
    height: 100%;
    width: calc(100% - 160px);
    margin-right: 80px;
    border: 0 !important
}

header #header_bottom {
    height: 64px;
    border-bottom: 0
}

header #header_bottom #menu_cover .menu_item {
    height: 100%;
    line-height: 65px;
    margin-right: 41px
}

header #header_top {
    height: 74px
}

header #header_bottom #menu_cover .menu_item a {
    color: #00684b;
    font-size: 17px;
    height: 100%;
    line-height: 65px
}

header #header_bottom #menu_cover .menu_item a>img {
    width: 27px;
    top: 5px;
    position: relative;
    margin-right: 14PX
}

header #header_bottom #menu_cover .menu_item::after {
    content: "";
    width: 1px;
    height: 60%;
    background: rgba(153, 153, 153, .25);
    position: absolute;
    top: 20%;
    right: -20px
}

header #header_bottom .newHome-rightMenu {
    float: right
}

header #header_bottom #menu_cover .newHome-rightMenu .menu_item>a {
    color: #999;
    font-size: 18px
}

header #header_bottom #menu_cover .newHome-rightMenu .menu_item>a:hover {
    color: #333
}

header #header_bottom #menu_cover .newHome-rightMenu .menu_item:last-child {
    margin-right: 0
}

header #header_bottom #menu_cover .newHome-rightMenu .menu_item:last-child::after {
    display: none
}

header #header_bottom #menu_cover .menu_item.last-menu:hover .menu_hover_cover {
    left: auto;
    right: 0
}

header #header_bottom #mutlu_musteriler_cover {
    height: 100%;
    line-height: 65px;
    font-size: 22px;
    margin-right: 0;
    margin-left: -20px
}

header #header_bottom #mutlu_musteriler_cover a {
    height: 100%;
    color: #c2632a;
    padding: 0 20px
}

header #header_top #header_internet {
    margin-top: 24px
}

header #header_top #header_phone {
    margin-top: 24px
}

header #header_bottom #menu_cover .menu_item:hover .menu_hover_cover {
    top: 59px
}

.menu_hover_bg {
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .2)
}

.fancybox-inner .fancybox-content {
    max-height: 80vh;
    overflow: scroll
}

.closeFancy {
    font-size: 16px;
    color: #fff !important;
    background: #006b50;
    padding: 7px 30px;
    border-radius: 5px;
    margin: 10px auto 0 !important;
    display: block;
    max-width: 200px;
    text-align: center;
    text-decoration: none
}

.newHome-news-slider_container {
    text-align: center;
    width: 100%;
    margin-left: -40px;
    margin-top: 40px;
    margin-bottom: 40px
}

.newHome-news .owl-new-dots {
    z-index: 7;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.newHome-news button.owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #cfcfcf;
    margin-bottom: 0;
    margin: 0 3px;
    border-radius: 50%;
    border: 0
}

.newHome-news button.owl-dot.active {
    background: #02694c
}

.newHome-news .owl-dot::after,
.newHome-news .owl-dot:before {
    display: none
}

.newHome-news-slider_container>button {
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    color: #000;
    background: 0 0;
    border: 0;
    margin: 0 15px;
    cursor: pointer
}

#slider_form ._sc_error::placeholder {
    color: red !important
}

#slider_form ._sc_error::-webkit-input-placeholder {
    color: red
}

#mobile_bottom_form ._sc_error::placeholder {
    color: red !important
}

#mobile_bottom_form ._sc_error::-webkit-input-placeholder {
    color: red
}



header .header_form_wrapper .header_form_button_wrapper a {
    background: #f9af1b;
    background: -moz-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    background: -webkit-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    background: linear-gradient(to right, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    color: #fff
}

header .header_form_wrapper input._sc_error::placeholder {
    color: red
}

.musteri-sikayet {
    margin: 30px 0
}

.musteri-sikayet .footer_h2 {
    margin-bottom: 5px !important
}

footer #footer_mid #footer_mid_container .footer_fourth .social-media li {
    display: inline-block;
    background: 0 0;
    padding-left: 0;
    width: auto;
    margin-right: 18px;
    font-size: 21px
}

footer #footer_mid #footer_mid_container .footer_fourth ul li {
    margin-bottom: 25px;
    padding-left: 0;
    background: 0 0
}

#footer_top {
    height: auto !important;
    padding: 40px 0;
    text-align: center;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    box-sizing: border-box
}

.footer-top_title {
    font-family: akrobat, sans-serif;
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 800
}

#newsletter_wrapper {
    width: 440px;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden
}

#newsletter_wrapper input[type=text] {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 20px;
    background-color: transparent;
    height: 48px;
    float: left;
    border: 0
}

#newsletter_wrapper input[type=submit] {
    background: #f9af1b;
    background: -moz-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    background: -webkit-linear-gradient(left, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    background: linear-gradient(to right, #f9af1b 0, #f8b421 44%, #fa9f1b 100%);
    color: #fff;
    cursor: pointer;
    width: 100px;
    box-sizing: border-box;
    border: 0;
    height: 48px;
    float: right
}

.special-color {
    color: #c2632a !important
}

.customer_box {
    background: #f2f2f2
}

.customer_box .yorum_title {
    color: #0a0a0a;
    font-size: 23px
}

.customer_box p {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 1.5
}
.green_question_box{position:relative;}
.green_question_box::after{
    content:'';
    width:15px;
    height:15px;
    position:absolute;
    top:10px;
    color:#00684b;
    pointer-events:none;
    right:10px;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
}
.green_question_box.on::after{
    content: "\f077";
}

@media (min-width:769px) {
    .newhome-slider__content {
        width: calc(100% - 550px)
    }

    .newHome-slider.owl-carousel .owl-item img {
        width: 45%
    }

    .newHome-slider {
        display: none !important
    }

    #slider_form {
        right: 30px
    }

    #mobile_bottom_form {
        right: 30px
    }

    #home_slider {
        height: calc(100vh - 278px)
    }

    .newHome-news .all_product_btn {
        margin: 0
    }

    .newHome-comments_slider {
        height: calc(100% - 103px)
    }

    .newHome-customers_item {
        height: 100%
    }

    .newHome-comments::after {
        content: "";
        position: absolute;
        left: -19px;
        top: 10%;
        bottom: 35%;
        width: 1px;
        background: #e7e7e7
    }
}

@media (max-width:1680px) and (min-width:1521px) {
    #slider_form {
        width: 420px
    }

    #mobile_bottom_form {
        width: 420px
    }

    header .header_form_wrapper input {
        width: 24%
    }

    header .header_form_wrapper .header_form_button_wrapper {
        width: 200px
    }
}


@media (max-width:1500px) {
    .newBroadcastBody header #header_bottom #menu_cover .menu_item a {
        font-size: 14px;
    }
    .newBroadcastBody header #header_bottom #mutlu_musteriler_cover {
        font-size: 15px;
    }
    .newBroadcastBody header #header_bottom #menu_cover .newHome-rightMenu .menu_item>a {
        font-size: 14px;
    }
    .newBroadcastBody header #header_bottom #menu_cover {
        width: calc(100% - 120px);
        margin-right: 40px;
    }
}


@media (max-width:1520px) and (min-width:1367px) {
    .newhome-slider__content {
        width: calc(100% - 300px)
    }

    #home_slider .owl-nav {
        width: calc(100% - 300px)
    }

    #home_slider {
        height: calc(100vh - 175px)
    }

    #slider_form .header_form_button_wrapper a {
        padding: 0 20px;
        font-size: 14px
    }

    #homeNextBtn {
        right: 425px
    }

    .newform-title>p {
        font-size: 14px;
        line-height: 1.1
    }

    #slider_form {
        width: 285px
    }

    header .header_form .call_you_headline {
        font-size: 22px
    }

    header .header_form_wrapper input {
        width: 24%
    }

    header .header_form_wrapper .header_form_button_wrapper {
        width: 200px
    }

    .img_home_customer {
        width: 30px !important;
        margin-bottom: 10px
    }

    .customer_box p {
        font-size: 13px;
        line-height: 14px
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .newform-title>p {
        display: none
    }

    #home_slider {
        height: calc(100vh - 150px)
    }

    #homeNextBtn {
        right: 420px
    }

    .img_home_customer {
        display: none !important
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .logo {
        margin: 5px 30px 0;
    }
    header #header_top #header_phone {
        margin-right: 30px;
    }
    header #header_bottom #menu_cover {
        margin-left: 30px;
        width: calc(100% - 60px) !important;
    }
    .home_wrapper {
        padding: 0 30px;
    }
   
    .newBroadcastBody header #header_bottom #mutlu_musteriler_cover {
        font-size: 12px;
        margin-left: -12px;
    }
    .newBroadcastBody #mutlu_musteriler_cover span {
        display: none;
    }
    .newBroadcastBody header #header_bottom #menu_cover .menu_item a>img {
        display: none;
    }
    .home_stat_image {
        margin-right: 5px;
        width: 70px;
    }
    .home_stat span {
        font-size: 13px;
        width: calc(100% - 80px);
    }
    header #header_bottom #menu_cover .menu_item {
        margin-right: 21px;
    }
    header #header_bottom #menu_cover .menu_item::after {
        right: -10px;
    }
    #home_stat #home_stat_list {
        width: calc(100% - 130px);
    }
    #home_stat #home_stat_list .home_stat.long_home_stat {
        width: calc(33.33% - 51px);
    }
    #home_slider {
        height: calc(100vh - 776px);
    }
    #homeNextBtn {
        right: 345px;
    }
}

@media (max-width:768px) {
    .footer-top_title {
        font-size: 18px;
        margin-bottom: 12px
    }

    footer #footer_mid #footer_mid_container .footer_fourth ul li {
        margin-bottom: 6px
    }

    #newsletter_wrapper {
        width: 100%
    }

    #footer_top {
        padding: 20px
    }

    .newHome-news-slider_container {
        display: none
    }

    .home_title {
        margin-bottom: 20px
    }

    .newHome-allGallery {
        grid-template-columns: 100%;
        grid-gap: 0
    }

    .newHome-customers_item.customer_box {
        padding-bottom: 40px
    }

    .newHome-customers_item.customer_box .img_home_customer {
        max-width: 35px
    }

    .wrapper {
        padding-left: 10px
    }

    #breadcrumb {
        padding-left: 20px
    }

    .newform-title>p {
        display: none
    }

    .newHome-news-slider .owl-nav {
        display: none
    }

    #home_slider .controls,
    #home_slider_wrapper {
        display: none
    }

    .newHome-header {
        display: block
    }

    #slider_form form>input:nth-child(1),
    #slider_form form>input:nth-child(2) {
        width: calc(50% - 10px)
    }

    #slider_form form>input:nth-child(1) {
        margin-right: 20px
    }

    #mobile_bottom_form form>input:nth-child(1),
    #mobile_bottom_form form>input:nth-child(2) {
        width: calc(50% - 10px)
    }

    #mobile_bottom_form form>input:nth-child(1) {
        margin-right: 20px
    }

    #mobile_bottom_form {
        position: relative;
        top: auto !important;
        bottom: auto;
        -webkit-transform: none !important;
        left: auto;
        right: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 20px 20px 60px
    }

    .newform-head {
        display: block
    }

    #home_urun_menu li .home_icon.home_icon_3 {
        background: url(../newhome/isyerif.pngg) top left no-repeat;
        background-size: 36px 36px
    }

    #home_urun_menu li.active .home_icon.home_icon_3 {
        background: url(../newhome/isyerif.png) top left no-repeat;
        background-size: 36px 36px
    }

    #mobile_menu_items a {
        background-color: transparent
    }

    footer #footer_mid #footer_mid_container {
        padding: 0 20px
    }

    .newHome-news-slider_item {
        width: 340px
    }

    .newHome-news-slider_item .slider-title {
        font-size: 16px;
        padding: 15px
    }

    .newHome-news-slider_item .slider-date {
        font-size: 14px;
        padding: 8px 12px
    }

    #home_slider {
        padding: 12px 0 0 10px
    }

    .newHome-slider_item {
        width: 85vw;
        border-radius: 10px
    }

    .newhome-slider__content {
        height: auto;
        padding: 47px 20px 60px
    }

    .newslider-btn {
        right: 16px;
        bottom: 16px;
        left: auto;
        padding: 0 15px;
        height: 38px;
        line-height: 40px;
        font-size: 15px
    }

    .grey-box {
        padding: 20px 20px 0;
        margin-bottom: 20px
    }

    .faizsiz-ev {
        margin: 0 -20px
    }

    .faizsiz-ev p {
        padding: 0 20px
    }

    .home_slider_text {
        left: 0;
        padding-left: 30px;
        padding-right: 30px
    }

    #homePrevBtn {
        left: 30px
    }

    #homeNextBtn {
        left: auto;
        right: 30px
    }

    #slider_form {
        padding: 20px;
        border-radius: 0;
        display: none
    }

    .newform-head {
        margin: 0 0px 25px;
        padding-bottom: 0px
    }

    .home_title {
        padding-left: 20px;
        font-size: 28px
    }

    .home_wrapper {
        padding-left: 10px;
        padding-right: 10px
    }

    header #header_top #logo_eminevim {
        margin-left: 50px;
        height: 25px;
        margin-top: 6px
    }

    #home_stat #home_stat_list .home_stat {
        width: calc(50% - 8px) !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
        height: 60px
    }

    #home_stat #home_stat_list .home_stat:nth-child(1),
    #home_stat #home_stat_list .home_stat:nth-child(3) {
        margin-right: 15px !important
    }

    .home_stat_image {
        width: 60px;
        line-height: 60px;
        margin-right: 10px
    }

    #home_stat #home_stat_list .home_stat img {
        max-width: unset;
        vertical-align: middle
    }

    .home_stat span {
        width: calc(100% - 75px);
        padding: 0;
        float: none;
        font-size: 10px;
        padding-top: 8px
    }

    .home_stat span strong {
        font-size: 220%
    }

    #home_stat {
        padding-bottom: 0
    }

    #home_stat #stat_title {
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 17px
    }

    .all_product_btn {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .questions-wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 0;
        margin-left: -20px;
        margin-right: -22px
    }

    .question-item:nth-child(1) {
        border-bottom: 2px solid #000
    }

    .question-item:nth-child(2) {
        border-right-color: transparent;
        border-bottom: 2px solid #000
    }

    .question-item span img {
        margin-right: 5px
    }

    #home_solutions {
        border-bottom: 1px solid #999;
        margin-bottom: 20px;
        padding-bottom: 0;
        padding-top: 20px
    }

    .question-wrapper-2 {
        margin-bottom: 20px;
        padding-top: 20PX
    }

    .newHome-customers {
        grid-template-columns: repeat(1, 1fr)
    }

    #home_news {
        margin-top: 25px;
        padding-bottom: 0
    }

    .newHome-customers_item:nth-child(1) {
        margin-bottom: 10px
    }

    .newHome-customers_item:nth-child(2),
    .newHome-customers_item:nth-child(3) {
        display: none
    }

    .newHome-slider .owl-dots {
        margin-bottom: 10px;
        margin-top: 10px
    }

    header {
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .1)
    }

    .newHome-header {
        height: 40px;
        position: relative
    }

    .newHome-header li {
        margin-right: 0;
        position: relative;
        top: 2px
    }

    .newHome-header a {
        font-size: 12px;
        line-height: 40px;
        padding-left: 22px
    }

    .newHome-header a>span {
        width: 16px;
        top: -2px
    }

    .newHome-news {
        margin-bottom: 25px;
        border-bottom: 1px solid silver
    }

    #mobile_sticky {
        bottom: 10px;
        left: 10px;
        width: calc(100% - 10px - 10px - 10px - 60px);
        height: 56px;
        border-radius: 10px;
        background: #f18c1c;
        border: 2px solid #fff;
        box-shadow: 0 -8px 9.9px 1.1px rgba(0, 0, 0, .2)
    }

    #mobile_sticky a {
        display: block;
        font-size: 22px;
        color: #fff;
        font-weight: 900;
        font-family: akrobat;
        text-align: center;
        line-height: 56px;
        text-shadow: 0 3px 2px rgba(0, 0, 0, .2)
    }

    #mobile_sticky a img {
        vertical-align: middle;
        margin-right: 15px
    }

    #mobile_whatsapp_cta_link {
        bottom: 10px;
        border-radius: 10px;
        box-shadow: 0 -8px 9.9px 1.1px rgba(0, 0, 0, .2);
        display: block !important
    }

    #whatsapp_bg {
        display: none
    }

    #whatsapp_overflow {
        border-radius: 10px;
        height: 56px;
        width: 56px;
        background: #26db4e;
        border: 2px solid #fff
    }

    #whatsapp_overflow>img {
        width: 60%
    }

    #mobile_whatsapp_cta {
        width: 100%
    }

    footer #footer_bottom #img_emingrup {
        margin: 0 auto 20px
    }

    footer #footer_bottom {
        padding-left: 20px
    }

    .newhome-slider__content img {
        width: 53% !important
    }

    .newhome-slider__content_text {
        width: 45%;
        font-size: 20px;
        vertical-align: top;
        line-height: 1.2
    }

    .question-item span {
        line-height: 40px
    }

    #mobile_bottom_form .fancybox-close-small {
        background: #cfcfcf !important;
        color: #000;
        margin-right: -1px
    }

    .newHome-header ul {
        text-align: center;
        display: flex;
        justify-content: space-between
    }

    #mobile_bottom_form .header_form_button_wrapper a {
        font-size: 18px;
        height: 46px;
        line-height: 50px;
        padding: 0 35px;
        float: none;
        font-weight: 900;
        box-shadow: none !important
    }

    .gradient_button {
        height: 36px;
        line-height: 38px
    }

    .gradient_button a {
        font-weight: 700;
        letter-spacing: 2px
    }

    #mobile_bottom_form input {
        height: 45px !important;
        line-height: 45px !important;
        padding: 10px;
        outline: none;    
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #mobile_bottom_form form>input:nth-child(1) {
        margin-right: 10px
    }

    #mobile_bottom_form form>input:nth-child(1),
    #mobile_bottom_form form>input:nth-child(2) {
        width: calc(50% - 5px)
    }

    #urun_wrapper_cover {
        display: none
    }

    header #header_top {
        height: 40px
    }

    .logo {
        margin-left: 50px;
        margin-top: 5px;
        background-image: url(../newhome/logo.svg);
        margin-right: 0
    }

    .logo img {
        height: 25px
    }

    #mobile_logo_eminevim {
        height: 30px;
        margin-top: 3px
    }

    #home_urun_menu li {
        height: auto;
        padding: 10px
    }

    #home_urun_menu li p {
        position: initial;
        bottom: 0;
        margin-top: 10px
    }

    .newform-title {
        margin-bottom: 15px
    }

    .iti-mobile .intl-tel-input.iti-container {
        z-index: 99999;
        width: auto
    }

    .fancybox-inner .error_message {
        width: 100%
    }

    .faizsiz-ev>a {
        width: 100%;
        margin-right: 0
    }

    .faizsiz-ev p {
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
        margin-bottom: 10px
    }

    .newHome-news-slider {
        margin-bottom: 20px
    }

    .fancybox-inner .fancybox-content {
        font-size: 13px
    }

    .fancybox-inner .fancybox-content table {
        width: 100%
    }

    #mobile_bottom_form .checkbox_wrapper {
        position: relative;
        z-index: 9999;
    }

    #mobile_bottom_form .custom_checkbox {
        position: absolute;
        left: 0;
        top: 2px;
        z-index: 9999;
    }

    .newHome-news-slider .owl-dots {
        display: none
    }
}

@media (max-width:380px) {
    .newHome-news-slider_item {
        width: 270px
    }
}

@media (max-width:340px) {
    .logo {
        margin-top: 9px
    }

    .logo img {
        height: 17px
    }

    .newHome-header a {
        font-size: 10px;
        padding-left: 21px
    }

    .newhome-slider__content {
        padding: 25px 10px 60px
    }

    .newslider-btn {
        height: 34px;
        line-height: 35px;
        font-size: 13px
    }

    #slider_form .header_form_button_wrapper a {
        font-size: 14px;
        padding: 0 20px
    }

    #home_stat #home_stat_list .home_stat {
        padding-right: 0
    }

    .home_stat_image {
        margin-right: 5px
    }
}

.newhome_gallery_image {
    width: 100% !important;
    float: left !important;
    height: auto !important
}

.bg_customer_overlay {
    pointer-events: none
}

.w100 {
    width: 100%;
    max-width: 100%;
}

.fancybox-slide--html {
    height: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.iti-mobile .intl-tel-input.iti-container{right:60px;}


/*** new cozumler ***/
.newcekilis_subtitle{    text-align: center;
    padding-bottom: 10px;
    color: #01694c;
    font-size: 30px;
    font-weight: 900;
    font-family: akrobat;
    position:relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;}
.newcekilis_subtitle a{font-size:18px; line-height:40px; color:rgba(0,0,0,.5); font-weight:400; font-family: akrobat; right:0; top:0; position:absolute;}
.newcekilis_subtitle a i{font-size:14px; line-height:40px; }
.newcekilis_mainbox{-webkit-box-shadow: 0px 0px 36px -3px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 36px -3px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 36px -3px rgba(0,0,0,0.27);
    border-radius: 8px;
    position: relative;
    padding: 30px 20px;
    background-color: #fff;
    margin-bottom: 60px;
    cursor:pointer;
}
.newcekilis_mainbox:hover{
    -webkit-box-shadow: 0px 0px 40px -3px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 40px -3px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 40px -3px rgba(0,0,0,0.47);
}
.newcekilis_summary{width:calc(35% - 1px); float:left; padding-right:30px; height:260px; box-sizing:border-box; padding-top:72px; padding-bottom:30px;}
.newcekilis_big_summary{padding-top:37px;}
.newcekilis_icons{width:calc(40% - 1px); height:1px; float:left; padding-left:30px; box-sizing:border-box; padding-right:30px;}
.newcekilis_payment{width:25%;     padding-left: 70px;
   float: left; padding-top: 31px; box-sizing:border-box;}
.newcekilis_badge{width: 210px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 40px;
    z-index: 2;
    background-color: #f9b21e;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 900;
    font-family: akrobat;
    border-top-right-radius: 10px;
    font-size: 18px;
    border-bottom-left-radius: 10px;}
.newcekilis_badge.second_newcekilis_badge{background-color:#1e4cf9}
.newcekilis_badge.third_newcekilis_badge{background-color:#b91ef9}
.newcekilis_innerbadge.second_newcekilis_badge{background-color:#1e4cf9}
.newcekilis_innerbadge.third_newcekilis_badge{background-color:#b91ef9}
.newcekilis_summary h2{color:#000; font-size:32px; text-align:center; font-weight:900; font-family: akrobat; margin-bottom:30px;}
.newcekilis_summary p{color:#000; font-size:18px; line-height:1.2; text-align:center; font-weight:400; font-family: akrobat; margin-bottom:10px;}
.newcekilis_summary p strong{font-weight:600;}
.newcekilis_vertical_line{float:left; width:1px; height:180px; margin-top:50px; background-color:#e5e5e5;}
.newcekilis_payment h2{font-size:22px; font-weight:900; font-family: akrobat; margin-bottom:0px;}
.newcekilis_payment .newcekilis_type{font-size:18px; color:rgba(0,0,0,.5);  font-family: akrobat;}
.newcekilis_price{float:left;    margin-right: 10px;}
.newcekilis_price{font-weight:900; font-size:58px; font-family: akrobat; vertical-align:bottom;}
.newcekilis_price span{font-size:28px;}
.newcekilis_pricetext{float:left; margin-top: 10px; font-size:18px; line-height:22px; color:rgba(0,0,0,.5);  font-family: akrobat;}
.newcekilis_advantagetext{color: #01694c;
    font-size: 18px;
    font-family: akrobat;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;}
.newcekilis_link{    float: left;
    height: 60px;
    line-height: 60px;
    background-color: #799e2a;
    color: #fff;
    font-size: 18px;
    font-family: akrobat;
    font-weight: 900;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;}

.newcekilis_icons{text-align:center; position:relative;}
.newcekilis_icon_warn{padding-top:6px; width:100%; text-align:center; color:#799e2a; font-size:18px; font-family: akrobat; font-weight:900;}
.newcekilis_icons_box{display:inline-block; margin-left:10px; margin-right:10px; height:130px; margin-top:75px;}
.newcekilis_icons_plus{display:inline-block; margin-left:10px; margin-right:10px; font-size:24px; height:280px; vertical-align: top; line-height:280px;}
.newcekilis_icons_box_text{font-size:18px; line-height:20px; font-family: akrobat; font-weight: 400;
    color: rgba(0,0,0,.5); }

.cozumler_list_title{height:48px; line-height:48px; background-color:#f6f6f6; padding-left:20px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.newcekilis_leftmenu #left_menu_title{font-family:'akrobat'; font-weight:900; font-size:18px; color:#000;}
#left_menu_cover.newcekilis_leftmenu ul ul li a{font-weight:400; font-size:16px;     color: #555 !important;}
#left_menu_cover.newcekilis_leftmenu ul ul li:hover a{ color: #00684b !important;}

#right_col_wrapper.newcekilis_content{padding-top:40px; padding-left:0; padding-right:0;}
#right_col_wrapper.newcekilis_content h2{font-size:32px; color:#000; margin-bottom:12px; font-weight:900;}
#right_col_wrapper.newcekilis_content p{font-size:18px; line-height:1.2; color:#000; margin-bottom:36px; font-weight:400;}
#right_col_wrapper.newcekilis_content p strong{ font-weight:700;}
#right_col_wrapper.newcekilis_content .newcekilis_icons{height:auto;}

#left_menu_cover.newcekilis_leftmenu ul li:hover a{color:#f9b21e; font-weight:400;}
#left_menu_cover.newcekilis_leftmenu ul li:hover .left_menu_line{    background-color: #f9b21e;}


.newcekilis_content_wrapper{margin-bottom:50px;}

#newcekilis_gray_title{height:76px;}
#newcekilis_gray_title h1{text-align:left; height:76px; line-height:76px; margin-top:-4px; font-size:40px; margin-bottom:0;}
#newcekilis_gray_title h1 span{display:none;}

.newcekilis_innerbadge{
    width: 210px;
    height: 40px;
   top:-20px;
   left:50%;
   margin-left:-105px;
   position:absolute;
    z-index: 2;
    background-color: #f9b21e;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 900;
    font-family: akrobat;
    border-top-right-radius: 10px;
    font-size: 18px;
    border-bottom-left-radius: 10px;
}
sup i{color:#799e2a;}
#right_col_wrapper.newcekilis_content .newcekilis_icons{position:relative; border-radius:5px; padding:50px 20px 10px; border:1px solid #e1e1e1; padding-left:0; width:100%;  margin-bottom:40px;}
#right_col_wrapper.newcekilis_content .newcekilis_icons p{margin-bottom:8px; width:90%; padding-left:5%; font-size:18px;}
#right_col_wrapper.newcekilis_content .newcekilis_icons p strong{font-size:22px;}
#right_col_wrapper.newcekilis_content .newcekilis_icons_box{padding-left:0;margin-top:20px; margin-left:30px; margin-right:30px; margin-bottom:20px;}
#right_col_wrapper.newcekilis_content .newcekilis_icons_box img{width:60px; height:auto;}
#right_col_wrapper.newcekilis_content .newcekilis_icons_plus{padding-left:0;height: 110px; margin-left: 0px;
    margin-right: 0px; line-height: 110px;}
#right_col_wrapper.newcekilis_content .newcekilis_icon_message{font-family:akrobat; font-weight:400; color:#f9b21e; font-size:18px;}
#right_col_wrapper.newcekilis_content .newcekilis_icon_message a{color:#f9b21e;}
#right_col_wrapper.newcekilis_content .newcekilis_icon_message span{text-decoration:underline;}

#newcekilis_gray_title ul{float:right; height:30px; margin-top:20px;}
        #newcekilis_gray_title ul li{float:left; width:auto; height:30px; margin-left:10px;}
        #newcekilis_gray_title ul li a{color: #000000;border:1px solid #000;
        font-size: 14px;
        font-family: akrobat;
        display:block;
        height:30px;
        text-align:center;
        padding-left:15px;
        padding-right:15px;
        line-height: 30px;
        }
        #newcekilis_gray_title ul li:hover a{border:1px solid #00684b; background-color:#00684b; color:#fff;}
        #newcekilis_gray_title ul li.active {border-bottom:3px solid #01694c;}
        #newcekilis_gray_title ul li.active a{color: #01694c; font-weight:bold;}
#newcekilis_gray_title .newcekilis_icon_warn{position:absolute; left:0; bottom:0; width:auto; height:16px; line-height:16px; font-weight:700;} 

#right_col_wrapper.newcekilis_content table tr td{
    text-align:left;
    font-weight:700;
}
#right_col_wrapper.newcekilis_content table tr td.home_price_info{
    color:#fff;
    font-size:18px; 
    font-weight:700;
    
    background-color: #4b4b4b;
}
#right_col_wrapper.newcekilis_content table tr span{float:right; font-weight:400;}
#right_col_wrapper.newcekilis_content table tr td {padding:12px 20px; font-size:16px;}
#right_col_wrapper.newcekilis_content table tr:nth-child(even) {
    background-color:#fafafa;
}
.new_table_title{height:60px; line-height:60px; padding-left:20px; margin-bottom:0px; font-family:akrobat; font-weight:700; color:#fff; border-top-left-radius:8px;border-top-right-radius:8px; background-color:#4b4b4b; font-size:20px;}
.odeme_half{margin-left:0px; margin-right:20px; width:calc(50% - 20px);}
.hide_table_row{display:none;}
#right_col_wrapper.newcekilis_content table tr.more_row{background:#97a7c1; color:#fff;}
#right_col_wrapper.newcekilis_content table tr.more_row:hover{background:rgba(151, 167, 193, .8); }
#right_col_wrapper.newcekilis_content table tr.more_row td{color:#fff; cursor:pointer;}
#right_col_wrapper.newcekilis_content table  tr:hover {
    background-color: #f1f1f1
}
#right_col_wrapper.newcekilis_content table{margin-bottom:0;}

.mycursor{cursor:pointer;}
 
 
@media all and (min-width:1521px) and (max-width:1680px) {
    .newcekilis_summary{width:calc(35% - 1px);}
    .newcekilis_icons{width:calc(40% - 1px);} 
    .newcekilis_summary h2{font-size:30px;}
    #right_col_wrapper.newcekilis_content .newcekilis_icons_box{margin-left:25px; margin-right:25px;}
}
@media all and (min-width:1367px) and (max-width:1520px) {
    .newcekilis_mainbox{padding:40px 20px;}
    .newcekilis_summary{width:calc(35% - 1px);}
    .newcekilis_icons{width:calc(40% - 1px); padding-left:18px; padding-right:18px;} 
    .newcekilis_icons_box_text{font-size:16px; line-height:18px;}
    .newcekilis_icons_box img{height:50px;}
    .newcekilis_summary h2{font-size:30px;}
    .newcekilis_summary p{font-size:16px; line-height:1.1;}
    .newcekilis_link{height:60px; line-height:60px;font-size: 15px;}
    #right_col_wrapper.newcekilis_content .newcekilis_icons_box{margin-left:20px; margin-right:20px;}
    .newcekilis_payment{padding-left:30px;}
    #newcekilis_gray_title h1{font-size:30px;}
    header .header_form_wrapper input{width:22%;}
}

@media all and (min-width:1025px) and (max-width:1366px) {
    .newcekilis_mainbox{padding:40px 20px;}
    .newcekilis_summary{width:calc(30% - 1px);}
    .newcekilis_icons{width:calc(45% - 1px);} 
    .newcekilis_summary h2{font-size:30px;}
    .newcekilis_summary p{font-size:18px; line-height:1.1;}
    .newcekilis_icons_box_text{font-size:12px;}
    .newcekilis_icons_box img{width:40px; height:40px;}
    .newcekilis_link{height:50px; line-height:50px;font-size: 13px;}
    #right_col_wrapper.newcekilis_content .newcekilis_icons_box{margin-left:15px; margin-right:15px;}
    .newcekilis_payment{padding-left:15px;}
    .newcekilis_icons_plus{margin-left:0; margin-right:0;}
    .newcekilis_summary p{font-size:13px;}
    #newcekilis_gray_title h1{font-size:22px;}
    header .header_form_wrapper input{width:22%;}
}
#newcekilis_mobile_control{display:none;}
@media all and (min-width:224px) and (max-width:1024px) {
    .newcekilis_mainbox{ padding:30px 20px 20px; margin: 10px 10px 40px;}
    .newcekilis_vertical_line{display:none;}
    .newcekilis_summary{width:100%; padding:0; height:auto; border-bottom:1px solid #e5e5e5; padding-bottom:0px;}
    .newcekilis_icons{width:100%; padding:0; height:110px; margin-bottom:30px;}
    .newcekilis_payment{width:100%; padding:0 14%; border-top:1px solid #e5e5e5; padding-top:0px;}
    .newcekilis_icons{margin-left:-40px; width:calc(100% + 80px); height: 100px; margin-bottom:0;}
    .newcekilis_icons_box img{width:42px; height:42px;}
    .newcekilis_icons_box_text{font-size:16px;}
    #art_cozumlerimiz .newcekilis_icons_box_text{font-size:10px; line-height:1.2;}
    .newcekilis_badge{    width: 160px;
    height: 30px;
    line-height: 30px;
    top: -15px;
    left: 50%;
    margin-left: -80px;
    font-size: 14px;}
    .newcekilis_innerbadge{    width: 160px;
    height: 30px;
    line-height: 30px;
    top: -15px;
    left: 50%;
    margin-left: -80px;
    font-size: 14px;}
    .newcekilis_summary h2{font-size:18px; margin-bottom: 20px; line-height:1.2;}
    .newcekilis_icon_warn{top:30px;    padding-top: 1px;
    width: 100%;
    text-align: center;
    color: #799e2a;
    font-size: 14px;
    font-family: akrobat;
    font-weight: 400;}
    .newcekilis_icons_plus{    height: 75px;
    line-height: 75px; margin-left:0; margin-right:0;}
    .newcekilis_icons_box {width:80px;     height: 115px;
    margin-top: 10px; margin-left:0px; margin-right:0px; vertical-align:top;}
    .newcekilis_link {
    height: 48px;
    line-height: 48px;
    display: inline-block;
    margin: 0px auto;
    border-radius: 48px;
    font-size: 15px;
        padding-left: 0;
    padding-right: 0;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    text-align:center;
    border: 2px solid #799e2a;
    background: white;
    color: #799e2a;
}
    .newcekilis_payment h2{font-size:14px;}
    .newcekilis_summary p{font-size:14px;}
    .newcekilis_payment .newcekilis_type{font-size:14px; line-height:18px;}
    .newcekilis_price {
        font-weight: 900;
        font-size: 49px;
        font-family: akrobat;
        vertical-align: bottom;
        margin-right: 5px;
    }.newcekilis_pricetext {
        float: left;
        margin-top: 15px;
        font-size: 12px;
        line-height: 15px;
        color: rgba(0,0,0,.5);
        font-family: akrobat;
    }
    .newcekilis_advantagetext {
        color: #01694c;
        font-size: 14px;
        font-family: akrobat;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    #faizsiz_h1{font-size:24px; padding-left:0; padding-right:0; margin-bottom:10px}
    #faizsiz_h1 span{display:none;}
    #newcekilis_gray_title h1#faizsiz_h1{font-size:22px; text-align:center; padding-left:0; padding-right:0; height:50px; line-height:50px;}
    .newcekilis_subtitle{display:none;}
    
    #newcekilis_mobile_control{display:block ;}
    #newcekilis_mobile_control ul{float:left; width:100%; border-bottom:1px solid #e5e5e5; height:30px; margin-bottom:20px;}
        #newcekilis_mobile_control ul li{float:left; width:33.3333%; height:30px;}
        #newcekilis_mobile_control ul li a{color: #000000;
        font-size: 14px;
        font-family: akrobat;
        display:block;
        height:30px;
        text-align:center;
        line-height: 30px;
        }
        #newcekilis_mobile_control ul li.active {border-bottom:3px solid #01694c;}
        #newcekilis_mobile_control ul li.active a{color: #01694c; font-weight:bold;}
    #newcekilis_mobile_control p{text-align:center; margin-bottom:50px;}
    .newcekilis_group{display:none;}
    #newcekilis_group_1{display:block;}
    #newcekilis_gray_title .newcekilis_icon_warn{
            position: absolute;
    left: 0;
    bottom: -11px;
    width: auto;
    height: 16px;
    line-height: 16px;
    font-weight: 700;
    top: auto;
    width: 100%;
    }
    #right_col_wrapper.newcekilis_content{padding-left:20px; padding-right:20px;}
    #right_col_wrapper.newcekilis_content .newcekilis_icons{margin-left:0; margin-right:0;padding-left:0; padding-right:0;}
    #newcekilis_gray_title ul{width:100%; margin-bottom:50px;}
    #newcekilis_gray_title ul li{margin-left:5px; margin-right:5px; font-size:12px; float:none; display:inline-block;}
    #newcekilis_gray_title ul li a{padding-right:8px; padding-left:8px; font-size:12px;}
    .odeme_half{width:100%; margin-bottom:20px;}
    #right_col_wrapper.newcekilis_content .newcekilis_icons_box{width:100%; margin-left:0; margin-right:0;}
    #right_col_wrapper.newcekilis_content .newcekilis_icons_plus{display:none;}
    
    #right_col_wrapper.newcekilis_content .newcekilis_icons_box{margin-top:0; margin-bottom:10px;}
        #right_col_wrapper.newcekilis_content .newcekilis_icon_message{width:100%; text-align:center; display:block;}
        
    .newcekilis_summary p{display:none;}
    .hide_cekilis_text{display:none;}
    .newcekilis_payment{border-top:0;}
    
    #right_col_wrapper.newcekilis_content .newcekilis_icons{padding-top:30px;}
    #right_col_wrapper.newcekilis_content{padding-left:10px; padding-right:10px;}
    #right_col_wrapper.newcekilis_content .newcekilis_icons{border-radius:10px;}
    #right_col_wrapper.newcekilis_content .newcekilis_icons p{font-size:16px;}
    #right_col_wrapper.newcekilis_content .newcekilis_icons_box_text br{display:none;}
    .newcekilis_content_wrapper{margin-bottom:0px;}
    
    #right_col_wrapper table tr:hover{background:rgba(0,0,0,0)}
    #right_col_wrapper.newcekilis_content h2{font-size:18px;}
    
    #cozum_genelfix_header{
        position:fixed;
        top:40px;
        left:0; 
        width:100%;
        background-color:#efefef;
        z-index:1000;
        height:40px;
        display:none;
    }
    #cozum_genelfix_header ul{width:100%; margin-bottom:50px; text-align:center; margin-top:4px;}
    #cozum_genelfix_header ul li{margin-left:5px; margin-right:5px; font-size:12px; float:none; display:inline-block;}
    #cozum_genelfix_header ul li a {
    color: #000000;
    border: 1px solid #000;
    font-size: 14px;
    font-family: akrobat;
    display: block;
    height: 30px;
    font-weight:900;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
}
    #cozum_genelfix_header ul li a{padding-right:8px; padding-left:8px; font-size:12px;}
    #right_col_wrapper.newcekilis_content table tr:hover{background-color:rgba(0,0,0,0);}
    
    #faq_cozum #right_col_wrapper.newcekilis_content{padding-top:0;}
    #faq_cozum #newcekilis_gray_title{height:auto;}
    #faq_cozum #newcekilis_gray_title h1#faizsiz_h1{height:auto; line-height:44px; font-size:24px; padding-top:14px;}
    
    #header_form_input_5{top:40px !important;}
}
.goruntulu_chat{
	position:fixed;
	bottom:20px;
	left:20px;
	height:40px;
	line-height:44px;
	/*background: linear-gradient(-45deg,#a00,#f9af1b,#0c0,#f9af1b);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;*/
	font-size:18px;
	padding-left:24px;
	padding-right:24px;
	z-index:1000;
	color: #fff;
    font-family: akrobat;
    font-weight: 400;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.goruntulu_chat img{position:absolute; left:0; bottom:0; height:90px;}
footer #footer_bottom{padding-bottom:50px;}

@media all and (min-width:224px) and (max-width:1024px) {
	.goruntulu_chat{border-radius:3px;
	left:10px;
	right:10px;
	text-align:center;
	bottom:82px;font-size: 16px;}
	.goruntulu_chat img{height:auto; width:100%}
}
.goruntulu_chat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 70px;
    width: 280px;
    z-index: 1000;
    font-family: akrobat;
    font-weight: 900;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,108,80,1) 0%, rgba(0,164,119,1) 100%);
    padding-right: 0;
    padding-left: 0;
    }
    
    .goruntulu_chat .first-tab,
    .goruntulu_chat .second-tab
     {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: all .3s ease-in-out;
        text-align: center;
        font-size:30px;
line-height: 70px;
    }
    .goruntulu_chat .first-tab {
  color: rgb(250, 184, 94);
  
  text-shadow: -0.609px 4.963px 6.08px rgba(0, 0, 0, 0.09);

}

    .goruntulu_chat:hover .first-tab,
    .goruntulu_chat:hover .first-tab ~ .second-tab,
    .goruntulu_chat:focus .first-tab,
    .goruntulu_chat:focus .first-tab ~ .second-tab {
        transform: translateY(100%);
        
    }
    .goruntulu_chat .second-tab {
        top:-100%;
      font-size: 16px;
      font-family: 'gotham_narrow_bold';
    }
    .goruntulu_chat .divider {
        display: inline-block;
        width: 1px;
        background: white;
        height: 60%;
        vertical-align: middle;
        margin:0 2%;
    }
    .goruntulu_chat a {
  color: white;
    text-shadow: -0.609px 4.963px 6.08px rgba(0, 0, 0, 0.09);
text-decoration: none;
line-height: 70px;
display: inline-block;
color: #fff;
    }
    .goruntulu_chat a:hover {
  color: rgb(250, 184, 94);
    }
    .goruntulu_chat img {
        height: 18px!important;
        vertical-align: middle;
        padding:0px 0 2px 0;
        position: relative!important;
    }
    @media (max-width: 768px) {
        .goruntulu_chat {
            bottom: 80px;
            height: 50px;
            width: 90%;
        }
            .goruntulu_chat .first-tab,
    .goruntulu_chat .second-tab
     {
        line-height: 50px;
     }
         .goruntulu_chat a {
        line-height: 50px;

}
    }

/*SUBELER*/
    section.full_content {
    background-color: #fbfbfb;
}
.info-search {
    text-align: center;
}
.info-search p {
    padding: 20px 0;
    font-family: Akrobat;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  text-align: center;
}
.info-search .gradient_button {
    border-radius: 26px;
  background-color: #01694c;
  font-family: Akrobat;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.29px;
  color: #ffffff;
  min-width: auto;
}
.info-search .gradient_button a{
         margin-left: 0; 
     margin-right: 0; 
    padding-left: 0;
}
.info-search .gradient_button a:hover {
    color: #f8a91e;
}
.wrapper--select {
        width: 76%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.sube_backbtn {
    /*position: absolute;*/
    left: 10px;
    bottom: -60px;
    border-radius: 26px;
    box-shadow: 0 5px 7px -3px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    font-family: Akrobat;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.36px;
    color: #799e2b;
    padding: 3px 17px;
}
.sube_backbtn:before {
    content: '';
    border: solid #7a9e2a;
    border-width: 0px 0px 2px 2px;
    display: inline-block;
    padding: 3px;
    margin: 2px 4px;
    transform: rotate(45deg);
}
#control_cover_subeler {
    width: 94%;
    background: white;
    border-radius: 20px;
    box-shadow: 3px 6px 7px rgb(0 0 0 / 0.1);
    padding: 3%;
    display: flex;
        flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#control_cover_subeler select {
    float: none; 
 margin-right: 0; 
    height: 40px;
    width: 46%;
    border: 1px solid #999;
    padding-left: 40px;
    font-family: gotham_narrow_book, Arial;
    color: #555;
    font-size: 22px;
    border-radius: 40px;
    background:white;
}
.sube_list {
    width: 50%;
    margin-left: 0;
    float: left;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
.sube_cover {
    width: 50%;
}
.sube_cover .sube {
    height: 100%;
    overflow-wrap: break-word;
      border-radius: 5px;
  box-shadow: 0 5px 7px -3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border:1.5px solid transparent;
  transition:all .3s ease-in-out;
}
.sube_cover .sube:hover,
.sube_cover .sube:focus {
      border: solid 1.5px #01694c;
}
#big_map {
    width: 50%;
    height: 550px;
    background-color: transparent;
    margin-bottom: 40px;
}
.aranan-cantainer {

}
.aranan-headline,
.map-headline {
    text-align: center;
    margin: 20px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    flex-grow: 1;
}
.h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.29px;
    margin-bottom: 14px;
    position: relative;
}
.h3:after,.h3:before {
    content: '';
    position: absolute;
}
.h3:before {
    width: 140%;
    height: 3px;
    background: #01694c;
    bottom: -14px;
    left: -20%;
}
.h3:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #01694b transparent;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}
hr.underline {
  height: 1px;
  background: #e9e9e9;
  border: 0;
  margin-top: 0;
}
.aranan-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    }
.aranan-container * {
    box-sizing: border-box;
}
.aranan-box {
    flex: 0 1 32%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 5px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  padding: 14px;
}

.aranan-box>div {
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aranan-box>img {
    margin-right: 15px;
    border-radius: 10px;
}
.aranan-box h5 {
font-family: Akrobat;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.29px;
  color: #01694c;
}
.aranan-box h5 span {
  font-weight: normal;
  line-height: 1.19;
  color: #000000;
  display: block;
}
.get-direction {
    font-family: Akrobat;
      font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.29px;
  color: #799e2b!important;
  display: block;
}
.get-direction:after {
content: '';
    border: solid #7a9e2a;
    border-width: 2px 2px 0px 0;
    display: inline-block;
    padding: 3px;
    margin: 1px 4px;
    transform: rotate(45deg);

}
.sube_cover .sube .sube_text a.get-direction {
    float: right;
}
.sube_cover .sube .sube_h2 {
    font-family: Akrobat;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #01694c;
}
.sube_cover .sube .sube_left {
    padding-right: 0;
}
.sube_cover .sube .sube_text {
    width: 100%;
     font-family: Akrobat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -0.29px;
  color: #000000;
}
.sube_text [href^="tel"] + [href^="tel"]:before {
    content: '|';
    width: 1px;
    height: 100%;
    padding: 0 6px
}
.sube_result {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0;
    box-sizing: border-box;
      font-family: Akrobat;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.25px;
  color: #000000;
}
.ico-sort {
    border: solid black;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 1px 4px;
    transform: rotate(45deg);
    transition: all .3s ease-in-out
}
.invert .ico-sort {
    transform: rotate(-135deg);
}
b {
    font-weight: 900;
}

span.distance {
    float: right;
    font-family: Akrobat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.29px;
    text-align: right;
    color: #799e2b;
}
span.distance:not(:empty):after {
    content: ' KM';
}
select.cselect {
  display: none;
}



body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #666;
  font-family: 'Montserrat', sans-serif;
}

.container {
  margin: 40px auto 0;
  max-width: 120px;
}

.by {
  bottom: 12px;
  color: #aaa;
  font-size: 12px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #666;
}
.mobile-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.map-headline {display: none;}
/*SUBELER*/
    .detay_header {
  font-family: Akrobat;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #01694c;
  margin-bottom: 10px;
    }
    #small_map {
    width: 50%;
    height: 400px;
    background-color: #f1f1f1;
    margin-bottom: 0;
    float: right;
}
#sube_photo {
    float: none;
    width: 95%;
     margin-top: 0; 
    position: relative;
    z-index: 2;
    margin-right: 0px;
    max-height: 300px;
    overflow: hidden;
}
.sube_detay .sube_cover {
    width: 100%;
    padding: 0;
}
.sube_detay .sube_cover .sube {
    border: 0;
    border: 0;
    padding: 20px 20px 0 0;
    background: transparent;
    box-shadow: none;
}
.sube_detay .sube_text {
    font-family: Akrobat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.29px;
  color: #000000;
}
#small_map>a {
    border-radius: 26px;
    background-color: #01694c;
    font-family: Akrobat;
    font-size: 13px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.29px;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px;
}
#small_map>a+a {
    left: 150px;
}
@media screen and (max-width:768px ) {

    .map-headline.show {
        display: block;
    }
    .map-headline,
    .aranan-headline {
        opacity: .3;
    }
    .map-headline hr.underline,
    .aranan-headline hr.underline {
        opacity: 0;
    }

    .map-headline.active-tab,.aranan-headline.active-tab {
        opacity: 1;
    }
    .map-headline.active-tab .underline,.aranan-headline.active-tab .underline {opacity: 1}
    .wrapper--select {
        flex-direction: column;
        width: 90%;
    }
    .dropdown, .sube_result {
        width: 100%;
        margin-bottom: 10px;
    }
    .aranan-box {
    flex: 0 1 100%;
}
.sube_list,#big_map,.sube_cover,#small_map {
    width: 100%;
}
.sube_cover {
    padding: 0 5px 0px;
}
#big_map {
    display: none;
}
#control_cover_subeler .gradient_button {
     width: auto; 
}
#control_cover_subeler {
    background: transparent;
    box-shadow:none;
}
#small_map>a {
    bottom: auto;
    top: 10px;
}
#small_map>a+a {
    bottom: auto;
    left: auto;
    right: 10px;
}
.sube_backbtn {
    position: absolute;
    text-indent: -421px;
    top: -32px;
    bottom: auto;
}
.sube_backbtn:before {
    position: absolute;
    top: 10px;
    left: 10px;
}
}
@media screen and (min-width:769px ) {
/*#big_map,#small_map {
    display: block!important;
}*/
#art_sube_detay .mobile-container {
    display: none;
}
}

.bs-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 248, 255, 0.85);
    z-index: 9999;
}
.bs-canvas-overlay:before {
    font-family: akrobat;
    content: 'GÖNDERİLİYOR...';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 900;
}



.dropdown {
 border-radius: 26px;
    border: solid 2px #eaeaea;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 47%;
}
}
.dropdown:focus {
  background-color: #f1f1f1;
}
.dropdown:hover {
  background-color: #f3f3f3;
}
.dropdown:active, .dropdown.open {
  background-color: #f0f0f0 !important;
  border-color: #01694c;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}
.dropdown:after {
  height: 0;
    width: 0;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    border: solid black;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 1px 4px;
    transform: rotate(45deg) translate(-50%, -50%);
}
.dropdown.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.dropdown.open .list {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: auto;
      max-height: 300px;
    overflow-y: scroll;
    width: 100%;
}
.dropdown.open .option {
  cursor: pointer;
}
.dropdown.wide {
  width: 100%;
}
.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown .list {
  box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: solid 1px rgba(193,194,195,0.3);
}
.dropdown .option img {
    vertical-align: sub;
    margin-right: 10px;
}
.dropdown .option:hover, .dropdown .option:focus {
  background-color: #f6f6f6 !important;
}
.dropdown .option.selected {
  font-weight: 600;
}
.dropdown .option.selected:focus {
  background: #f6f6f6;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 47%!important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: solid 2px #eaeaea;
    border-radius: 15px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 38px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: solid 1px rgba(193,194,195,0.3);
    user-select: none;
    -webkit-user-select: none;
    background-image: url(../images/pin-copy.svg);
    background-repeat: no-repeat;
    background-position: 10px;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 10px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 26px;
    border: solid 2px #eaeaea;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 0;
    width: 0;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    border: solid black;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 1px 4px;
    transform: rotate(45deg) translate(-50%, -50%);
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(-135deg) translate(50%, 0);
          transform: rotate(-135deg) translate(50%, 0);
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
       border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
@media screen and (max-width: 768px) {
    .select2-container {
        width: 100%!important;
        margin: 5px 0!important;
    }
}