@charset "UTF-8";

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Blackd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Gotham-Black.otf) format('opentype'), url(../fonts/Gotham-Black.woff) format('woff'), url(../fonts/Gotham-Black.ttf) format('truetype'), url(../fonts/Gotham-Black.svg#Gotham-Black) format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Boldd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Gotham-Bold.otf) format('opentype'), url(../fonts/Gotham-Bold.woff) format('woff'), url(../fonts/Gotham-Bold.ttf) format('truetype'), url(../fonts/Gotham-Bold.svg#Gotham-Bold) format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Mediumd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Gotham-Medium.otf) format('opentype'), url(../fonts/Gotham-Medium.woff) format('woff'), url(../fonts/Gotham-Medium.ttf) format('truetype'), url(../fonts/Gotham-Medium.svg#Gotham-Medium) format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Bookd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Gotham-Book.otf) format('opentype'), url(../fonts/Gotham-Book.woff) format('woff'), url(../fonts/Gotham-Book.ttf) format('truetype'), url(../fonts/Gotham-Book.svg#Gotham-Book) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Lightd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Gotham-Light.otf) format('opentype'), url(../fonts/Gotham-Light.woff) format('woff'), url(../fonts/Gotham-Light.ttf) format('truetype'), url(../fonts/Gotham-Light.svg#Gotham-Light) format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Thind41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Gotham-Thin.otf) format('opentype'), url(../fonts/Gotham-Thin.woff) format('woff'), url(../fonts/Gotham-Thin.ttf) format('truetype'), url(../fonts/Gotham-Thin.svg#Gotham-Thin) format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap
}

.intl-tel-input {
	position: relative;
	display: inline-block
}

.intl-tel-input * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.intl-tel-input .hide {
	display: none
}

.intl-tel-input .v-hide {
	visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0
}

.intl-tel-input .flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	width: 36px;
	height: 100%;
	padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
	border-top: none;
	border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
	bottom: 100%;
	margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
	display: inline-block;
	width: 20px
}

@media (max-width:500px) {
	.intl-tel-input .country-list {
		white-space: normal
	}
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
	padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
	color: #999
}

.intl-tel-input .country-list .country.highlight {
	background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
	vertical-align: middle
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
	margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
	right: auto;
	left: 0
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
	width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
	cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
	cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
	background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
	background-color: rgba(0, 0, 0, .05);
	display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	display: table-cell;
	vertical-align: middle;
	padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
	padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
	width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
	padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
	width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
	padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
	width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
	padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
	width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
	padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
	width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
	padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
	width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
	padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
	width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
	padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
	width: 94px
}

.intl-tel-input.iti-container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px
}

.intl-tel-input.iti-container:hover {
	cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed
}

.iti-mobile .intl-tel-input .country-list {
	max-height: 100%;
	width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
	padding: 10px 10px;
	line-height: 1.5em
}

.iti-flag {
	width: 20px
}

.iti-flag.be {
	width: 18px
}

.iti-flag.ch {
	width: 15px
}

.iti-flag.mc {
	width: 19px
}

.iti-flag.ne {
	width: 18px
}

.iti-flag.np {
	width: 13px
}

.iti-flag.va {
	width: 15px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.iti-flag {
		background-size: 5630px 15px
	}
}

.iti-flag.ac {
	height: 10px;
	background-position: 0 0
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0
}

.iti-flag.cy {
	height: 13px;
	background-position: -1225px 0
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0
}

.iti-flag.do {
	height: 13px;
	background-position: -1379px 0
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0
}

.iti-flag.us {
	height: 11px;
	background-position: -5241px 0
}

.iti-flag.uy {
	height: 14px;
	background-position: -5263px 0
}

.iti-flag.uz {
	height: 10px;
	background-position: -5285px 0
}

.iti-flag.va {
	height: 15px;
	background-position: -5307px 0
}

.iti-flag.vc {
	height: 14px;
	background-position: -5324px 0
}

.iti-flag.ve {
	height: 14px;
	background-position: -5346px 0
}

.iti-flag.vg {
	height: 10px;
	background-position: -5368px 0
}

.iti-flag.vi {
	height: 14px;
	background-position: -5390px 0
}

.iti-flag.vn {
	height: 14px;
	background-position: -5412px 0
}

.iti-flag.vu {
	height: 12px;
	background-position: -5434px 0
}

.iti-flag.wf {
	height: 14px;
	background-position: -5456px 0
}

.iti-flag.ws {
	height: 10px;
	background-position: -5478px 0
}

.iti-flag.xk {
	height: 15px;
	background-position: -5500px 0
}

.iti-flag.ye {
	height: 14px;
	background-position: -5522px 0
}

.iti-flag.yt {
	height: 14px;
	background-position: -5544px 0
}

.iti-flag.za {
	height: 14px;
	background-position: -5566px 0
}

.iti-flag.zm {
	height: 14px;
	background-position: -5588px 0
}

.iti-flag.zw {
	height: 10px;
	background-position: -5610px 0
}

.iti-flag {
	width: 20px;
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(../img/flags.html);
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.iti-flag {
		background-image: url(../img/flags%402x.html)
	}
}

.iti-flag.np {
	background-color: transparent
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {

	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	50%,
	from,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	50%,
	from,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (print),
(prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

html {
	scroll-behavior: smooth
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	overflow-x: hidden
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	position: relative;
	height: 100%;
	min-height: 100%
}

* {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	font-family: Gotham, sans-serif !important
}

h1.inner {
	font-size: 24px;
	font-weight: 700;
	color: #515151;
	padding-left: 120px;
	height: 32px;
	margin-top: 28px;
	float: left
}

p {
	font-size: 16px;
	line-height: 1.5
}

p strong {
	font-weight: 700
}

a {
	text-decoration: none
}

strong {
	font-weight: 600
}

.container {
	width: 80%;
	margin: 0 auto;
	max-width: 1360px
}

.clear {
	clear: both;
	display: block
}

::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
}

.no_border {
	border: 0 !important
}

.left {
	float: left
}

.right {
	float: right
}

.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: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-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
}

.t6 {
	transition: all cubic-bezier(.6, .18, .85, .94) .6s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .6s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .6s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .6s
}

.t7 {
	transition: all cubic-bezier(.6, .18, .85, .94) .7s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .7s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .7s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .7s
}

.t8 {
	transition: all cubic-bezier(.6, .18, .85, .94) .8s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .8s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .8s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .8s
}

.t9 {
	transition: all cubic-bezier(.6, .18, .85, .94) .9s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) .9s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) .9s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) .9s
}

.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
}

.t20 {
	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
}

.t30 {
	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
}

.t40 {
	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
}

.t50 {
	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
}

.t80_linear {
	transition: all linear 12s;
	-moz-transition: all linear 12s;
	-webkit-transition: all linear 12s;
	-o-transition: all linear 12s
}

.t150 {
	transition: all cubic-bezier(.6, .18, .85, .94) 15s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) 15s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) 15s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) 15s
}

.t350 {
	transition: all cubic-bezier(.6, .18, .85, .94) 35s;
	-moz-transition: all cubic-bezier(.6, .18, .85, .94) 35s;
	-webkit-transition: all cubic-bezier(.6, .18, .85, .94) 35s;
	-o-transition: all cubic-bezier(.6, .18, .85, .94) 35s
}

.dt1 {
	transition-delay: .1s;
	-moz-transition-delay: .1s;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s
}

.dt2 {
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s
}

.dt3 {
	transition-delay: .3s;
	-moz-transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s
}

.dt4 {
	transition-delay: .4s;
	-moz-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s
}

.dt5 {
	transition-delay: .5s;
	-moz-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s
}

.dt6 {
	transition-delay: .6s;
	-moz-transition-delay: .6s;
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s
}

.dt7 {
	transition-delay: .7s;
	-moz-transition-delay: .7s;
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s
}

.dt8 {
	transition-delay: .8s;
	-moz-transition-delay: .8s;
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s
}

.dt9 {
	transition-delay: .9s;
	-moz-transition-delay: .9s;
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s
}

.dt10 {
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s
}

.dt12 {
	transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s
}

.dt14 {
	transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s
}

.dt16 {
	transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s
}

.dt15 {
	transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s
}

.dt20 {
	transition-delay: 2s;
	-moz-transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s
}

.dt25 {
	transition-delay: 2.5s;
	-moz-transition-delay: 2.5s;
	-webkit-transition-delay: 2.5s;
	-o-transition-delay: 2.5s
}

.dt30 {
	transition-delay: 3s;
	-moz-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	-o-transition-delay: 3s
}

.dt40 {
	transition-delay: 4s;
	-moz-transition-delay: 4s;
	-webkit-transition-delay: 4s;
	-o-transition-delay: 4s
}

.dt50 {
	transition-delay: 5s;
	-moz-transition-delay: 5s;
	-webkit-transition-delay: 5s;
	-o-transition-delay: 5s
}

body {
	background-color: #000
}

aside {
	position: fixed;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	background-color: #000;
	z-index: 1000
}

aside.free {
	background-color: transparent
}

#hamburger {
	position: relative;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background-color: #000;
	border-bottom: 1px solid #5e5e5e
}

#hamburger:hover {
	background: rgba(0, 0, 0, .1)
}

#hamburger div {
	background-color: #fff;
	height: 3px;
	position: absolute;
	left: 30px
}

#hamburger div#line_top {
	width: 20px;
	top: 28px
}

#hamburger:hover div#line_top {
	width: 30px;
	left: 25px
}

#hamburger div#line_mid {
	width: 10px;
	top: 38px
}

#hamburger:hover div#line_mid {
	width: 30px;
	left: 25px
}

#hamburger div#line_bot {
	width: 15px;
	top: 48px
}

#hamburger:hover div#line_bot {
	width: 30px;
	left: 25px
}

.aside_menu {
	border-bottom: 1px solid #5e5e5e;
	cursor: pointer;
	float: left;
	width: 100%;
	height: 34vh;
	padding-top: 30px;
	font-size: 1.7vh;
	text-align: center;
	color: #fff;
	line-height: 1.1;
	background-color: rgba(0, 0, 0, .1)
}

.aside_menu:hover {
	background-color: rgba(0, 0, 0, .3)
}

.aside_menu img {
	display: block;
	width: 20px;
	margin: 0 auto 20px
}

#btn_aside_project.aside_menu {
	background-color: rgba(0, 0, 0, .2)
}

#btn_aside_project.aside_menu:hover {
	background-color: rgba(0, 0, 0, .3)
}

#icon_email {
	width: 20px;
	left: 50%;
	margin-left: -10px;
	bottom: 140px;
	position: absolute
}

#icon_email img {
	width: 100%
}

#icon_phone {
	width: 20px;
	left: 50%;
	margin-left: -10px;
	bottom: 55px;
	position: absolute
}

#icon_phone img {
	width: 100%
}

#icon_share {
	width: 20px;
	left: 0;
	bottom: 10px;
	position: absolute
}

.lang_ {
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin-left: -10px;
	color: #fff
}

#nav_share_wrapper {
	left: 30px;
	bottom: 90px;
	position: absolute;
	width: 40px;
	overflow: hidden;
	height: 40px
}

#nav_share_wrapper:hover {
	width: 240px
}

#nav_share {
	left: 40px;
	bottom: 0;
	position: absolute;
	width: 200px;
	background-color: #515151
}

#nav_share li {
	width: 40px;
	line-height: 40px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 20px
}

#nav_share li:hover {
	opacity: .4
}

#nav_share li a {
	display: block;
	width: 40px;
	height: 40px;
	color: #fff
}

.tooltip::after {
	content: attr(tooltip-text);
	position: absolute;
	left: 200%;
	background: #fff;
	color: #000;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	line-height: 1.45;
	font-size: 13px;
	padding: 5px;
	top: -5px;
	transition: all .25s ease-in-out
}

.tooltip:hover::after {
	opacity: 1;
	visibility: visible
}

header {
	z-index: 1000;
	position: relative
}

header #logo {
	position: absolute;
	top: 23px;
	left: 115px;
	height: 50px
}

header.inner_header {
	box-shadow: 0 0 14px 3px rgba(0, 0, 0, .5);
	height: 80px;
	width: 100%;
	background-color: #000;
	border-bottom: 1px solid #f5f5f5
}

#inner_logo {
	height: 60px
}

.btn {
	padding: 10px 20px;
	border-radius: 45px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #fff;
	height: 40px;
	color: #fff;
	display: inline-block;
	margin-right: 20px
}

.btn_detail:hover {
	background-color: rgba(255, 255, 255, .2);
	color: #fff
}

.btn_detail img {
	height: 5px;
	margin-right: 18px;
	vertical-align: middle
}

.btn_demand {
	background-color: #fff;
	color: #000
}

.btn_demand:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #fff
}

.btn_demand img {
	height: 18px;
	margin-right: 18px;
	vertical-align: middle;
	margin-top: -3px
}

.btn_demand:hover img {
	filter: brightness(0) invert(1)
}

.oduller .btn {
	color: #000;
	border-color: #000
}

.more_filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_logo.png) bottom center no-repeat rgba(0, 0, 0, .5);
	background-size: contain;
	z-index: 10
}

#home_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden
}

.home_slide.active {
	opacity: 1
}

.home_slide .bg {
	position: absolute;
	top: -20px;
	left: 0;
	width: calc(100% + 40px);
	height: calc(100% + 40px)
}

.owl-carousel .item .bg {
	position: absolute;
	top: -20px;
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

#home_slider_0 .bg {
	background: url(../images/slide/1.png) center center no-repeat;
	background-size: cover
}

#home_slider_1 .bg {
	background: url(../images/bg_slide_2.jpg) center center no-repeat;
	background-size: cover
}

#home_slider_2 .bg {
	background: url(../images/ayyildiz/1.jpg) center center no-repeat;
	background-size: cover
}

.slider_loading {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000
}

.home_slide .slider_loading .slider_pane {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background-color: #fff;
	width: 0
}

.home_slide.active .slider_loading .slider_pane {
	width: 100%
}

.slider_text {
	left: 115px;
	z-index: 20
}

.slider_title {
	font-size: 3vw;
	line-height: 56px;
	color: #fff;
	margin-bottom: 48px
}

.slider_subtitle {
	font-size: 1.8vw;
	line-height: 28px;
	color: #fff;
	font-style: italic;
	margin-bottom: 24px
}

.slider_subtitle span {
	width: 40px;
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 20px
}

.slider_campaign {
	padding-left: 20px;
	margin-left: 40px;
	margin-bottom: 40px
}

.slider_campaign li {
	font-size: 16px;
	line-height: 24px;
	list-style: disc;
	color: #fff
}

.slider_name {
	height: 30px;
	line-height: 22px;
	font-size: 14px;
	border-radius: 30px;
	padding: 4px 24px 4px 12px;
	background-color: #e10f21;
	display: inline-block;
	color: #fff;
	margin-bottom: 24px
}

.slider_name img {
	height: 16px;
	margin-right: 12px
}

#slider_left {
	position: absolute;
	left: 115px;
	bottom: 20px;
	z-index: 20;
	width: 50px
}

#slider_right {
	position: absolute;
	left: 175px;
	bottom: 20px;
	z-index: 20;
	width: 50px
}

.slider_button:hover {
	opacity: .6
}

.icon_project {
	position: absolute;
	top: 15px;
	right: 80px;
	z-index: 11;
	max-width: 190px
}

.icon_toki {
	position: absolute;
	bottom: 26px;
	right: 20px;
	z-index: 11;
	max-width: 200px
}

.icon_more {
	position: absolute;
	bottom: 32px;
	right: 20px;
	z-index: 11;
	max-width: 100px
}

#home_slider_0 .more_filter,
#home_slider_1 .more_filter,
#home_slider_2 .more_filter {
	background: url(../images/bg_logo.png) bottom center no-repeat rgba(0, 0, 0, .2)
}

#home_slider .owl-carousel,
#home_slider .owl-carousel .owl-item,
#home_slider .owl-carousel .owl-stage,
#home_slider .owl-carousel .owl-stage-outer {
	height: 100%
}

.owl-carousel .owl-item {
	overflow: hidden
}

#galeri .lig_galeri .item {
	height: 70vh;
	background: #262427
}

.item {
	width: 100%;
	height: 100%;
	overflow: hidden
}

#project_detail #home_slider {
	height: calc(100% - 80px)
}

.owl-carousel .owl-item .slider_loading .slider_pane {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background-color: #fff;
	width: 0
}

.owl-carousel .owl-item.active .slider_loading .slider_pane {
	width: 100%
}

.menu_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	z-index: 999
}

body.openMenu .menu_overlay {
	opacity: 1;
	visibility: visible
}

#menu {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: url(../images/menu_mask.png) bottom center no-repeat #1a1a1a;
	background-size: cover;
	z-index: 1001;
	transition: -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
	transition: transform .5s cubic-bezier(.25, .46, .45, .94);
	transition: transform .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
	overflow: hidden
}

#menu.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	overflow: visible
}

.sub_menu {
	position: fixed;
	left: 45%;
	top: 0;
	height: 100%;
	background: #515151 url(../images/sub-menu.jpg) no-repeat bottom right;
	width: 14%;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: all .5s cubic-bezier(.25, .46, .45, .94) .5s;
	transition: all .5s cubic-bezier(.25, .46, .45, .94) .5s;
	transition: all .5s cubic-bezier(.25, .46, .45, .94) .5s
}

.sub_menu.hover {
	left: 30%;
	opacity: 1;
	visibility: visible;
	transition-delay: .6s
}

.back_button {
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: 0;
	width: 90px;
	opacity: .9;
	height: 90px;
	background: url(../images/back_btn.jpg) no-repeat center center
}

.back_button.homeback_button {
	display: none !important;
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: 0;
	width: 90px;
	opacity: .9;
	height: 90px;
	background: url(../images/home_btn.jpg) no-repeat center center
}

.back_button:hover {
	opacity: 1
}

#menu.open #main_menu {
	opacity: 1;
	margin-left: 0
}

#main_menu {
	position: absolute;
	left: 90px;
	width: calc(100% - 90px);
	display: inline-flex;
	flex-flow: column;
	margin-left: -200px;
	opacity: 0;
	transition: all .5s cubic-bezier(.25, .46, .45, .94) .4s;
	transition: all .5s cubic-bezier(.25, .46, .45, .94) .4s;
	transition: all .5s cubic-bezier(.25, .46, .45, .94) .4s
}

#main_menu>li {
	height: 36px;
	margin-bottom: 30px;
	text-align: right;
	display: inline-block;
	position: relative;
	padding-right: 50px;
	cursor: pointer
}

#main_menu li a {
	font-size: 36px;
	color: #fff;
	font-weight: 400
}

#main_menu li.active>a {
	color: #515151
}

#main_menu li.dropdown::after {
	content: "";
	width: 0;
	height: 2px;
	background: #515151;
	position: absolute;
	right: 0;
	top: 16px;
	transition: all .3s cubic-bezier(1, .18, .4, .94) .2s;
	-webkit-transition: all .3s cubic-bezier(1, .18, .4, .94) .2s;
	-moz-transition: all .3s cubic-bezier(1, .18, .4, .94) .2s
}

#main_menu li.dropdown:hover::after {
	width: 35px
}

#main_menu>li:hover>a {
	color: #515151
}

#main_menu li a span {
	position: relative;
	top: -7px;
	font-size: 16px;
	margin-left: 20px
}

#main_menu li:hover ul {
	opacity: 1;
	visibility: visible;
	transition-delay: .8s
}

#main_menu li ul {
	opacity: 0;
	visibility: hidden;
	float: left;
	position: absolute;
	left: 90%;
	white-space: nowrap;
	bottom: -100px;
	transition-delay: .2s
}

#main_menu li ul li {
	float: left;
	width: auto;
	margin-bottom: 20px;
	padding-left: 80px;
	position: relative
}

#main_menu li ul li::after {
	content: "";
	height: 2px;
	width: 0;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
	transition: all .3s cubic-bezier(1, .18, .4, .94);
	-webkit-transition: all .3s cubic-bezier(1, .18, .4, .94);
	-moz-transition: all .3s cubic-bezier(1, .18, .4, .94)
}

#main_menu li ul li:hover::after {
	width: 50px
}

#main_menu li ul li a:hover {
	color: #fff;
	opacity: 1
}

#main_menu li li a {
	font-size: 18px;
	opacity: .5
}

#menu_social {
	float: left;
	width: 90px;
	height: 100%;
	padding-top: 100px;
	border-right: 1px solid #2a2a2a;
	display: flex;
	flex-flow: column;
	justify-content: flex-end
}

#menu_social li {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px
}

#menu_social li:hover {
	opacity: .4
}

#menu_social li a {
	display: block;
	color: #fff
}

#overlay_4 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #000c;
	width: 100%;
	height: 100%;
	opacity: 1
}

#menu_guncel {
	right: 300px;
	width: 410px
}

#menu_guncel .new_project_wrapper {
	width: 100%;
	height: 100px
}

#menu_guncel_title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px
}

.new_project_wrapper {
	cursor: pointer;
	width: calc(33.33% - 20px);
	position: relative;
	height: 270px;
	margin-bottom: 20px;
	background-color: #000;
	border-radius: 6px;
	overflow: hidden;
	float: left;
	margin-right: 20px
}

.new_project_wrapper .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .4
}

.new_project_wrapper:hover .bg {
	opacity: 1;
	transform: scale(1.1)
}

#menu_istinye.new_project_wrapper .bg {
	background: url(../images/istinye/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_kucukyali.new_project_wrapper .bg {
	background: url(../images/kucukyali/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_ayyildiz.new_project_wrapper .bg {
	background: url(../images/ayyildiz/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_seyrantepe.new_project_wrapper .bg {
	background: url(../images/seyrantepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_antakya_avm.new_project_wrapper .bg {
	background: url(../images/antakya_avm/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_atasehir_avm.new_project_wrapper .bg {
	background: url(../images/atasehir_avm/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_atasehir_bati.new_project_wrapper .bg {
	background: url(../images/atasehir_bati/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_atasehir_guney.new_project_wrapper .bg {
	background: url(../images/atasehir_guney/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_atasehir_kuzey.new_project_wrapper .bg {
	background: url(../images/atasehir_kuzey/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_besiktas.new_project_wrapper .bg {
	background: url(../images/besiktas/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_demircikoy.new_project_wrapper .bg {
	background: url(../images/demircikoy/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_basaksehir.new_project_wrapper .bg {
	background: url(../images/basaksehir/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_goztepe.new_project_wrapper .bg {
	background: url(../images/goztepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_seyrantepe.new_project_wrapper .bg {
	background: url(../images/seyrantepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_seyrantepe.new_project_wrapper .bg {
	background: url(../images/seyrantepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_seyrantepe.new_project_wrapper .bg {
	background: url(../images/seyrantepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_seyrantepe.new_project_wrapper .bg {
	background: url(../images/seyrantepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_seyrantepe.new_project_wrapper .bg {
	background: url(../images/seyrantepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_seyrantepe.new_project_wrapper .bg {
	background: url(../images/seyrantepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_seyrantepe.new_project_wrapper .bg {
	background: url(../images/seyrantepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_seyrantepe.new_project_wrapper .bg {
	background: url(../images/seyrantepe/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_cengelkoy.new_project_wrapper .bg {
	background: url(../../nidapark-cengelkoy/files/15e1f.jpg?v=2) bottom center no-repeat;
	background-size: cover
}

#menu_yenisahra.new_project_wrapper .bg {
	background: url(../images/yenisahra/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_beylerbeyi.new_project_wrapper .bg {
	background: url(../images/beylerbeyi/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_beykoz.new_project_wrapper .bg {
	background: url(../images/beykoz/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_bomonti.new_project_wrapper .bg {
	background: url(../images/bomonti/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_kayasehir.new_project_wrapper .bg {
	background: url(../images/kayasehir/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_levent.new_project_wrapper .bg {
	background: url(../images/levent/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_palladium.new_project_wrapper .bg {
	background: url(../images/palladium/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_kozyatagi.new_project_wrapper .bg {
	background: url(../images/kozyatagi/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_swissotel.new_project_wrapper .bg {
	background: url(../images/swissotel/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_sentido.new_project_wrapper .bg {
	background: url(../images/sentido/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_kent.new_project_wrapper .bg {
	background: url(../images/kent/menu.jpg) bottom center no-repeat;
	background-size: cover
}

#menu_perissia.new_project_wrapper .bg {
	background: url(../images/perissia/menu.jpg) bottom center no-repeat;
	background-size: cover
}

.new_project_wrapper .new_project_wrapper_logo {
	width: 155px;
	z-index: 2
}

.new_project_wrapper:hover .new_project_wrapper_logo {
	opacity: 0
}

article#project_detail {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

article#project_detail.text {
	background: fixed #e9e9e9 url(../images/bg_inner_logo.png) center center no-repeat;
	background-size: cover
}

article {
	background-color: #f9f9f9;
	min-height: 100vh;
	position: relative;
	z-index: 1
}

article.withbg {
	background: fixed #e9e9e9 url(../images/bg_inner_logo.png) center center no-repeat;
	background-size: cover
}

article#sosyal {
	background: fixed #e9e9e9 url(../images/bg_inner_logo.png) center center no-repeat;
	background-size: cover
}

article#about {
	background: fixed #e9e9e9 url(../images/bg_inner_logo.png) center center no-repeat;
	background-size: cover
}

article#home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.gray_content {
	background: fixed #232323 url(../images/bg_logo.png) bottom center no-repeat;
	background-size: contain
}

#proje_wrapper {
	padding-left: 160px;
	padding-right: 40px;
	text-align: center;
	padding-top: 120px
}

#project_meta {
	font-size: 14px;
	color: #565656;
	text-align: left;
	height: 24px;
	line-height: 24px;
	top: -51px;
	display: inline-block;
	position: relative
}

#project_meta span {
	font-size: 14px;
	color: #515151
}

#project_filter_buttons {
	margin-bottom: 24px;
	width: 100%;
	position: relative;
	text-align: center
}

#project_filter_buttons .main_btn_simple {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 200px;
	background-color: #3d3d3d;
	text-align: left;
	border-color: #3d3d3d;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .2)
}

#project_filter_buttons .main_btn_simple img {
	float: right;
	height: 8px;
	margin-top: 4px
}

#project_filter_buttons .btn_simple {
	background-color: #3d3d3d
}

.btn_simple {
	opacity: .5
}

.btn_simple:hover {
	opacity: 1
}

#project_filter_buttons .btn_selected_p {
	background-color: #515151
}

.btn_selected_p {
	background-color: #515151;
	border-color: #515151;
	opacity: 1
}

#project_detail .more_filter {
	background: url(../images/bg_logo.png) bottom center no-repeat rgba(0, 0, 0, .2)
}

#bottom_links {
	overflow: hidden;
	width: calc(100% - 80px);
	position: relative;
	background-color: #fff;
	float: right
}

#bottom_links a {
	color: #000;
	float: left;
	display: block;
	font-size: 26px;
	height: 160px;
	line-height: 160px;
	width: 50%
}

#bottom_links a:hover {
	color: #fff;
	background-color: #515151
}

.bottom_previous {
	text-align: left;
	padding-left: 120px
}

.bottom_previous i {
	font-size: 40px;
	position: absolute;
	left: 40px;
	top: 60px
}

.bottom_previous:hover i {
	left: 20px
}

.bottom_next {
	text-align: right;
	padding-right: 120px
}

.bottom_next i {
	font-size: 40px;
	position: absolute;
	right: 40px;
	top: 60px
}

.bottom_next:hover i {
	right: 20px
}

footer.inner img {
	float: left;
	width: 100%
}

#project_detail .back_button {
	z-index: 55;
	color: #fff;
	opacity: 1;
	left: 80px;
}

#project_detail .home_slide .bg {
	left: -20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

#project_detail #slider_left {
	left: 125px;
	bottom: auto;
	top: 50%;
	margin-top: -25px
}

#project_detail #slider_right {
	left: auto;
	right: 20px;
	bottom: auto;
	top: 50%;
	margin-top: -25px
}

#inner_content {
	padding-top: 100px;
	padding-bottom: 100px
}

#inner_content h2 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px
}

#inner_content p {
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 36px;
	text-align: justify
}

#inner_content .tanitim_wrapper p {
	margin-bottom: 0
}

#inner_content li {
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 20px
}

#inner_content ol li {
	list-style-type: decimal
}

article#about #inner_content_wrapper {
	padding: 40px 0 40px 0
}

#inner_content_wrapper {
	padding: 40px 40px 40px 120px
}

.campaign_wrapper {
	/*min-height: 353px;*/
	background-color: #000;
	cursor: pointer;
	/*width: calc(33.33% - 14px);*/
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	float: left;
	margin-right: 20px
}

#inner_content_wrapper .yazili_basin.campaign_wrapper {
	width: calc(25% - 20px)
}

#inner_content_wrapper .yazili_basin.campaign_wrapper:nth-of-type(3n) {
	margin-right: 20px
}

#inner_content_wrapper .yazili_basin.campaign_wrapper:nth-of-type(4n) {
	margin-right: 0
}

#inner_content #inner_content_wrapper .yazili_basin.campaign_wrapper p {
	text-align: center
}

#inner_content_wrapper .online_basin.campaign_wrapper {
	width: calc(35% - 95px)
}

#inner_content_wrapper .online_basin.campaign_wrapper:nth-of-type(3n) {
	margin-right: 20px
}

#inner_content_wrapper .online_basin.campaign_wrapper:nth-of-type(4n) {
	margin-right: 0
}

#inner_content #inner_content_wrapper .online_basin.campaign_wrapper p {
	text-align: center
}

.campaign_wrapper:hover img {
	opacity: .8
}

.campaign_wrapper:nth-of-type(3n) {
	margin-right: 0
}

.campaign_box {
	background-color: #fff;
	position: relative;
	padding: 30px;
	text-align: center
}

.etkinlik_foto .campaign_box {
	min-height: 185px
}

.campaign_box .campaign_title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 0;
	color: #000;
	min-height: 44px
}

.campaign_box p {
	font-size: 18px;
	color: #000;
	height: 60px
}

.campaign_line {
	height: 40px;
	width: 1px;
	background-color: #515151;
	top: -20px
}

.campaign_wrapper:hover .campaign_line {
	height: 60px;
	top: -30px
}

.campaign_wrapper:hover {
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, .22)
}

.campaign_wrapper.kampanya img {
	width: 100%
}

.campaign_wrapper a {
	display: block;
	max-height: 190px;
	overflow: hidden;
	text-align: center
}

.campaign_wrapper a img {
	max-height: 190px !important;
	min-height: 190px !important;
	max-width: 100%
}

.ilanlar_page .campaign_wrapper a {
	max-height: none
}

.reklamlar .campaign_box {
	padding: 40px 40px
}

.reklamlar .campaign_box .campaign_title {
	margin-bottom: 0;
	min-height: 50px
}

.reklamlar .campaign_box p {
	margin-bottom: 0 !important;
	height: 20px !important
}

.tv-programs .campaign_wrapper a {
	max-height: 275px;
	position: relative
}

.tv-programs .campaign_wrapper a img {
	opacity: .5
}

.tv-programs .campaign_wrapper a::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 50px;
	background: #000;
	border-radius: 50%;
	left: 50%;
	margin-left: -40px;
	z-index: 1;
	top: 50%;
	margin-top: -40px
}

.tv-programs .campaign_wrapper a::before {
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	z-index: 5;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-weight: 900
}

.lig_row .campaign_wrapper a {
	max-height: 310px
}

.campaign_button {
	color: #515151;
	border-color: #515151;
	margin-right: 0;
	margin-top: 15px
}

.campaign_button:hover {
	background: #515151;
	color: #fff;
	border-color: #515151
}

.oduller .campaign_wrapper {
	width: calc(50% - 25px)
}

.oduller .campaign_wrapper .campaign_box p {
	height: auto
}

.oduller .campaign_wrapper a {
	max-height: unset
}

.bulten-date {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	height: 20px
}

#parallax_container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

#parallax_container img.parallax_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

#parallax_container img.parallax_bg_fake {
	float: left;
	width: 100%;
	opacity: 0
}

#parallax_container img.mini_logo {
	position: absolute;
	top: 20px;
	left: 115px;
	z-index: 1;
	height: 50px
}

#parallax_container h1 {
	font-weight: 700;
	color: #fff;
	font-size: 48px;
	z-index: 2;
	text-align: center;
	text-transform: uppercase
}

blockquote {
	color: #343433;
	font-size: 32px;
	text-align: center;
	margin-bottom: 100px;
	line-height: 1.6
}

.full_width_img {
	float: left;
	width: 100%;
	margin-bottom: 40px
}

.tanitim_img:hover {
	box-shadow: 0 0 14px 3px rgba(0, 0, 0, .5)
}

.manager_wrapper {
	text-align: center
}

.manager_box {
	width: calc(25% - 20px);
	position: relative;
	margin: 0 20px 30px;
	display: inline-block
}

.manager_box .manager_img {
	width: 100%;
	float: left
}

.manager_content {
	background-color: #fff;
	position: relative;
	float: left;
	width: 100%;
	padding: 30px;
	text-align: center
}

.manager_content .manager_box_name {
	white-space: nowrap;
	font-size: 22px;
	color: #000;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px
}

.manager_content .manager_box_title {
	font-size: 18px;
	color: #000;
	line-height: 1.1;
	margin-bottom: 18px
}

.manager_social {
	text-align: center
}

.manager_social li {
	font-size: 24px;
	display: inline-block;
	width: 40%
}

.manager_social li a {
	color: #515151
}

.manager_social li a:hover i {
	opacity: .5
}

.manager_box_line {
	height: 40px;
	width: 1px;
	background-color: #515151;
	top: -20px
}

.manager_box:hover .manager_box_line {
	height: 60px;
	top: -30px
}

.manager_box:hover {
	box-shadow: 0 0 14px 3px rgba(0, 0, 0, .5)
}

.social_box_wrapper {
	margin-bottom: 60px
}

.social_box_image {
	float: left;
	width: 55%;
	position: relative
}

.social_box_image a::after {
	content: "";
	width: 90px;
	height: 90px;
	display: block;
	background: #515151;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	box-shadow: 0 9px 16px 1px #5151518f
}

.social_box_image a::before {
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	z-index: 5
}

.oduller .social_box_image a::after {
	left: 10%;
	top: 85%
}

.oduller .social_box_image a::before {
	left: 10%;
	top: 85%
}

.oduller .social_box_image span {
	position: absolute;
	top: 86%;
	left: 23%;
	color: #fff;
	padding: 10px;
	background: #00000052;
	transform: translate(0, -50%)
}

.oduller .social_box_image span::before {
	content: "";
	height: 1px;
	width: 27px;
	background: #515151;
	position: absolute;
	bottom: 19px;
	left: -35px
}

.social_box_image img {
	float: left;
	width: 100%
}

.social_box_content {
	float: left;
	width: 45%
}

.left_social_box .social_box_content {
	padding-right: 60px
}

.right_social_box .social_box_content {
	padding-left: 60px
}

.social_box_title {
	font-size: 22px;
	font-weight: 700;
	color: #515151;
	line-height: 1.54;
	margin-bottom: 44px
}

.social_box p {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	margin-bottom: 18px
}

#oduller .social_box_content {
	width: 50%
}

#oduller .social_box_image {
	width: 45%
}

#oduller .social_box_image .year {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	position: absolute;
	top: 15px
}

#oduller .social_box_image .year::after {
	content: "";
	height: 1px;
	width: 70px;
	background: #515151;
	position: absolute;
	bottom: 8px
}

#oduller .left_social_box .social_box_image .year {
	padding-right: 85px;
	left: -80px
}

#oduller .left_social_box .social_box_image .year::after {
	right: 0
}

#oduller .right_social_box .social_box_image .year {
	padding-left: 85px;
	right: -80px
}

#oduller .right_social_box .social_box_image .year::after {
	left: 0
}

#oduller .left_social_box .social_box_image {
	left: 5%
}

#oduller .right_social_box .social_box_content {
	position: relative;
	left: 5%
}

#oduller .right_social_box .social_box_content .social_box_title {
	text-align: justify
}

#oduller .right_social_box .social_box_content p {
	text-align: justify
}

#oduller .owl-nav {
	float: left
}

#oduller .owl-nav button {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .1);
	margin-right: 10px
}

#oduller .owl-nav button:hover {
	border-color: rgba(0, 0, 0, 1)
}

#oduller .owl-dots {
	float: right;
	margin-top: 17px
}

#oduller .owl-dots button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	opacity: .1;
	margin-left: 15px;
	transform: scale(.6)
}

#oduller .owl-dots button.active {
	opacity: 1;
	transform: scale(1)
}

.sponsor_link {
	width: calc(50% - 40px);
	position: relative;
	overflow: hidden;
	float: left;
	margin: 20px
}

.sponsor_link .fake_img_bg {
	width: 100%;
	float: left;
	opacity: 0
}

.sponsor_link .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat
}

.sponsor_link:hover .bg {
	transform: scale(1.1, 1.1)
}

.basketbol_link .bg {
	background: url(../images/bg_basket.jpg) top center no-repeat;
	background-size: cover
}

.esponsor_link .bg {
	background: url(../images/bg_epor.jpg) top center no-repeat;
	background-size: cover
}

.azizsancar_link .bg {
	background: url(../images/azizsancar.jpg) top center no-repeat;
	background-size: cover
}

.sponsor_title {
	text-align: center;
	color: #fff;
	font-size: 36px;
	margin-bottom: 30px
}

.sponsor_title span {
	display: block;
	font-size: 25px;
	margin-top: 15px;
	padding-top: 10px;
	position: relative
}

.sponsor_title span::before {
	content: "";
	height: 1px;
	width: 50px;
	background: #fff;
	display: block;
	margin: 0 auto 15px
}

.s_btn_detail {
	position: absolute;
	width: 160px;
	bottom: 90px;
	left: 50%;
	margin-left: -80px;
	z-index: 1
}

.sponsor_link:hover .s_btn_detail {
	bottom: 70px
}

.sponsor_btn {
	display: inline-block;
	width: 180px;
	z-index: 1;
	height: 50px;
	line-height: 50px;
	margin-right: 0;
	padding: 0;
	font-size: 12px
}

.sponsor_btn img {
	max-width: 30px;
	filter: brightness(0) invert(0);
	margin-right: 0;
	margin-top: 0;
	margin-left: 9px
}

.sponsor_year {
	padding: 9px 15px;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5
}

.sponsor_content {
	z-index: 2;
	text-align: center;
	width: 80%
}

.fancy-content {
	display: none;
	max-width: 50%;
	padding: 50px
}

#map_cover {
	width: 100%;
	height: 520px;
	position: relative;
	margin-bottom: 50px
}

#map {
	width: 100%;
	height: 520px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 14px 3px rgba(0, 0, 0, .5)
}

#sube_list_cover {
	position: absolute;
	top: -40px;
	left: 40px;
	width: 400px;
	background-color: red;
	z-index: 10
}

.sube_detail {
	display: none
}

.active .sube_detail {
	display: block
}

.sube_name {
	cursor: pointer;
	width: 100%;
	height: 60px;
	line-height: 22px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: #515151;
	border-bottom: 1px solid #850606;
	padding: 20px;
	box-sizing: border-box;
	position: relative
}

.sube_name i {
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 10px
}

.sube_detail {
	padding: 20px
}

#inner_content .sube_detail p {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px
}

#inner_content .sube_detail p i {
	float: left;
	width: 20px;
	margin-bottom: 20px
}

#inner_content .sube_detail p a {
	color: #fff
}

#inner_content p a {
	color: #515151
}

#inner_content table {
	width: 100%
}

#inner_content table tr td {
	padding: 10px;
	font-size: 16px;
	line-height: 24px
}

#inner_content table tr:nth-child(even) {
	background: #f4f4f4
}

#inner_content table tr:nth-child(odd) {
	background: #fff
}

#inner_content table a {
	color: #e6292c
}

#inner_content table a:hover {
	color: #62031d;
	text-decoration: underline
}

.logolar_img {
	max-height: 140px
}

.logo_item,
.onlinebasin_item {
	margin: 10px 6px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 12px
}

.logo_item {
	border-radius: 3px;
	width: 160px;
	height: 160px;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.sosyalContainer .onlinebasin_img {
	width: 225px
}

.sosyalContainer .onlinebasin_info {
	width: 220px;
	margin-top: 5px
}

.onlinebasin_img {
	width: 140px;
	height: 120px;
	overflow: hidden
}

.onlinebasin_img img {
	width: 100%
}

.logolar_img {
	width: 140px;
	height: auto;
	display: table;
	overflow: hidden;
	text-align: center
}

.logolar_img img {
	width: 90%
}

.onlinebasin_info {
	font-family: Gotham, sans-serif;
	color: #666;
	display: inline-block;
	width: 140px;
	font-size: 12px
}

.onlinebasin_info span {
	font-family: Gotham, sans-serif;
	font-size: 11px
}

.aktivite_title,
.imageTitle {
	font-family: Gotham, sans-serif
}

.onlinebasin_item a:hover {
	text-decoration: none
}

.no-arrow {
	background-image: none !important
}

.imageTitle {
	color: #e6292c;
	font-size: 17px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 94%;
	border-bottom: 3px solid #e6292c
}

footer.project_footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 10
}

.icon_footer_menu {
	height: 20px;
	margin-top: -6px;
	vertical-align: middle
}

.btn_bilgi_alin {
	width: 15.625vw;
	cursor: pointer;
	height: 80px;
	float: right;
	color: #fff;
	background-color: #515151;
	line-height: 80px;
	font-size: .8vw;
	text-align: center;
	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
}

.btn_bilgi_alin:hover {
	background-color: #cc1226
}

.btn_web_site {
	width: 15.625vw;
	height: 80px;
	color: #515151;
	background-color: #f4f4f4;
	line-height: 80px;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #e5e2e2;
	display: table-cell
}

.btn_web_site a {
	color: #515151;
	display: block
}

#project_icons {
	width: calc(100% - 15.625vw);
	float: left;
	height: 100%;
	display: table;
	table-layout: fixed
}

.project_icons_row {
	display: table-row
}

.project_menu {
	height: 80px;
	color: #000;
	background-color: #fff;
	line-height: 80px;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #e5e2e2;
	cursor: pointer;
	opacity: .8;
	position: relative;
	font-weight: 600;
	display: table-cell
}

.project_menu a {
	display: block;
	color: #000;
	font-weight: 500
}

.project_menu.active {
	opacity: 1
}

.project_menu:hover {
	opacity: 1
}

.p_line {
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #515151;
	top: 0;
	left: 0;
	z-index: 1
}

.project_menu:hover .p_line {
	width: 100%
}

.project_menu.active .p_line {
	width: 100%
}

#project_detail.text .back_button {
	color: #000;
	font-weight: 600;
	top: 0
}

#project_detail.text .container {
	padding-top: 35px
}

#project_detail.text .container p {
	margin-bottom: 65px;
	font-weight: 600
}

#project_about {
	width: 100%;
	position: relative
}

#project_about img {
	width: 100%
}

#project_kunye {
	position: absolute;
	top: -40px;
	right: 100px;
	width: 300px;
	padding: 30px;
	color: #fff;
	line-height: 1.3;
	font-size: 18px;
	background: url(../images/bg_kunye.png) top center no-repeat;
	background-size: cover;
	font-weight: 100;
	font-family: Gotham, sans-serif
}

#project_kunye label {
	font-weight: 700
}

#project_map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 65px);
	background-color: #000
}

.contactForm {
	width: 40%;
	opacity: 0;
	visibility: hidden;
	background: url(../images/bg_logo.png) bottom center no-repeat #515151;
	height: 100vh;
	position: fixed;
	padding: 80px;
	right: -40%;
	top: 0;
	z-index: 333
}

.contactForm .closeBtn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 80px;
	height: 80px;
	background: url(../images/closeBtn.png) no-repeat center center;
	background-size: cover
}

.contactForm .closeBtn img {
	max-width: 80px;
	opacity: 0
}

.contactForm * {
	box-sizing: border-box
}

.contactForm .formText p {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 100px
}

.wRow {
	margin: 0 -40px
}

.wRow_100 {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	float: left
}

.wRow_50 {
	width: 50%;
	padding-left: 40px;
	padding-right: 40px;
	float: left
}

.relativeBox {
	position: relative
}

.contactForm input,
.contactForm textarea {
	width: 100%;
	height: 60px;
	color: #fff;
	background: rgba(255, 255, 255, 0);
	border: none;
	border-bottom: 2px solid #fff;
	position: relative;
	z-index: 0;
	padding-top: 20px
}

.contactForm label {
	position: absolute;
	color: #fff;
	width: 100%;
	z-index: 1;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.contactForm label span a {
	color: #fff;
	font-weight: 600
}

.contactForm .kvkk label {
	position: relative;
	font-size: 12px;
	text-transform: unset;
	position: relative;
	padding-left: 40px;
	display: block;
	cursor: pointer
}

.contactForm .kvkk label input {
	display: none
}

.contactForm .kvkk label .checkmark {
	border: 1px solid #fff;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 24px;
	top: 4px;
	border-radius: 0
}

.contactForm .kvkk label .checkmark i {
	display: none
}

.contactForm .kvkk label input:checked~.checkmark i {
	display: inline-block
}

.contactForm .campaign label {
	position: relative;
	font-size: 12px;
	text-transform: unset;
	position: relative;
	padding-left: 40px;
	display: inline-block;
	cursor: pointer;
	width: auto;
	margin-right: 15px;
	line-height: 33px
}

.contactForm .campaign>span {
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 2px
}

.contactForm .campaign>span a {
	color: #fff;
	font-weight: 600
}

.contactForm .btn_demand {
	cursor: pointer;
	height: 60px;
	line-height: 40px;
	padding-left: 40px;
	padding-right: 40px
}

.contactForm.active {
	opacity: 1;
	visibility: visible;
	right: 0
}

.contactFormShow {
	cursor: pointer
}

.space80 {
	height: 80px
}

.space40 {
	height: 40px
}

.contactForm p {
	font-size: 23px;
	color: #fff;
	line-height: 1.3;
	margin-top: 20px
}

.contactForm p.kvkk {
	font-size: 14px;
	margin-top: 0
}

.contactForm p a {
	color: #fff;
	font-weight: 700
}

@media all and (min-width:1025px) and (max-width:1440px) {
	.contactForm .btn_demand {
		margin-top: 0;
		height: 40px;
		line-height: 20px;
		padding-left: 20px;
		padding-right: 20px
	}

	.contactForm label {
		font-size: 12px
	}

	.contactForm {
		padding: 50px;
		width: 35%
	}

	.contactForm .closeBtn img {
		max-width: 50px
	}

	.contactForm input[type=text] {
		height: 50px
	}

	.space80 {
		height: 40px
	}

	.wRow {
		margin: 0 -20px
	}

	.wRow_50 {
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
		float: left;
		overflow: auto
	}

	.wRow_100 {
		padding-left: 20px;
		padding-right: 20px
	}

	.space40 {
		height: 20px
	}

	.contactForm .kvkk label {
		font-size: 9px
	}

	.contactForm .campaign>span {
		font-size: 9px
	}
}

.pagenation {
	float: left;
	width: 100%
}

.pagenation ul {
	float: left;
	margin-bottom: 25px;
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
	width: 100%;
	padding: 5px;
	border-radius: 6px
}

.pagenation li {
	display: inline-block;
	width: 45px;
	text-align: center;
	padding: 0 !important
}

.pagenation li a {
	color: #000;
	display: block;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	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;
	border-radius: 6px
}

.pagenation li.active a,
.pagenation li:hover a {
	color: #fff;
	background: #000
}

section.basket_lig h2 {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px
}

footer {
	width: calc(100% - 80px);
	float: right
}

footer .container {
	width: 100%;
	padding: 0 40px;
	max-width: unset;
	margin: 0 auto
}

.footer_top {
	background: #101010;
	padding: 85px 0;
	float: left;
	width: 100%;
	position: relative
}

.footer_top ul li {
	display: inline-block
}

.footer_top ul.left_menu {
	float: left
}

.footer_top ul.left_menu li {
	margin-right: 50px
}

.footer_top ul.left_menu li:last-child {
	margin-right: 0
}

.footer_top ul.right_menu {
	float: right
}

.footer_top ul.right_menu li {
	margin-left: 50px
}

.footer_top ul.right_menu li:first-child {
	margin-left: 0
}

.footer_logo {
	width: 100px
}

.footer_logo img {
	max-width: 100%
}

.footer_top ul a {
	font-size: 18px;
	color: #fff;
	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
}

.footer_top ul a:hover {
	color: #515151
}

.footer_bottom {
	background: #000;
	padding: 40px 0;
	float: left;
	width: 100%;
	text-align: center
}

ul.social_media {
	display: inline-flex;
	align-self: center
}

ul.social_media li {
	margin: 0 15px
}

ul.social_media li a {
	color: #fff;
	font-size: 20px;
	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
}

ul.social_media li a:hover {
	color: #515151
}

.copyright,
.copyright a {
	font-size: 15px;
	color: rgba(255, 255, 255, .4)
}

.fikstur {
	margin-bottom: 40px;
	float: left;
	width: 100%
}

.weekdiv {
	border-top: 1px solid #000;
	position: relative;
	opacity: 0;
	visibility: hidden;
	height: 0;
	float: left;
	width: 100%
}

.weekdiv.current {
	opacity: 1;
	visibility: visible;
	height: auto
}

.weekrow {
	text-align: center;
	line-height: 90px;
	border-bottom: 1px solid #dfdfdf;
	float: left;
	width: 100%
}

.week_head {
	top: -38px;
	font-size: 14px
}

.score {
	display: inline-block;
	text-align: center;
	width: 25%;
	font-size: 23px;
	font-weight: 700
}

.score span {
	margin: 0 30px;
	display: inline-block
}

.team1 {
	float: left;
	width: 37.5%;
	text-align: left
}

.team2 {
	float: right;
	width: 37.5%;
	text-align: right
}

.week_menu {
	float: right;
	margin-top: -40px;
	position: relative
}

.trigger_weeks {
	font-size: 15px;
	color: #000
}

.fisktur_list {
	position: absolute;
	display: none;
	top: 22px;
	left: 15px;
	background: #333;
	padding: 10px 10px 5px;
	z-index: 55
}

.fisktur_list li {
	margin-bottom: 5px
}

.fisktur_list a {
	color: #fff;
	white-space: nowrap
}

.lig_row {
	margin-top: 50px
}

.lig_vdeolar .campaign_wrapper {
	width: 100%;
	border-radius: 0
}

.lig_vdeolar .campaign_wrapper:nth-of-type(2n) {
	margin-right: 0
}

.lig_vdeolar.kariyer_vdeolar {
	position: relative;
	min-height: 515px;
	max-width: 1024px;
	margin: 0 auto
}

.lig_vdeolar.kariyer_vdeolar .owl-nav {
	display: none
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_box {
	height: 0;
	padding: 0
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_wrapper:hover img {
	opacity: .6
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_wrapper img {
	opacity: .6
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_box {
	height: 130px;
	padding: 40px;
	box-shadow: 0 0 14px 3px rgba(0, 0, 0, .5)
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_wrapper:hover {
	box-shadow: none
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper:hover img {
	opacity: 1
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper img {
	opacity: 1
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_wrapper {
	width: calc(100% - 90px);
	border-radius: 0;
	position: relative;
	left: 50%;
	transform: translate(-50%, 30%);
	top: 50%
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper {
	width: 100%;
	border-radius: 0;
	position: relative;
	left: 0;
	transform: none
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .item {
	min-height: 440px
}

.lig_vdeolar.kariyer_vdeolar .k_left {
	position: absolute;
	top: 50%;
	left: -80px;
	transform: translate(0, -50%);
	cursor: pointer
}

.lig_vdeolar.kariyer_vdeolar .k_right {
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translate(0, -50%);
	cursor: pointer
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item .campaign_line {
	height: 0
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper .campaign_line {
	height: 40px
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .campaign_wrapper:hover .campaign_line {
	height: 60px
}

.lig_vdeolar.kariyer_vdeolar .campaign_box .campaign_title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
	min-height: 20px
}

.lig_vdeolar.kariyer_vdeolar .campaign_box .campaign_desc {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
	color: #000;
	min-height: 20px
}

.lig_vdeolar.kariyer_vdeolar .k_play {
	position: absolute;
	top: -20%;
	width: 0;
	left: 50%;
	transform: translate(-50%, -50%)
}

.lig_vdeolar.kariyer_vdeolar .owl-carousel .owl-item.center .k_play {
	width: 110px
}

#videolar>h2 {
	color: #515151;
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	margin-bottom: 100px
}

.lig_haberler .campaign_wrapper {
	border-radius: 0
}

.lig_galeri #home_slider {
	position: relative;
	float: left;
	width: 100%;
	height: 550px
}

.lig_galeri #home_slider .home_slide img {
	max-width: 100%
}

.lig_galeri {
	position: relative;
	width: 100%;
	height: 100%;
	display: block
}

.lig_galeri .galeri-date {
	display: none;
	position: absolute;
	top: -10px;
	right: -26px;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	border-radius: 20px;
	padding: 0 15px;
	z-index: 10;
	font-weight: 700
}

.lig_galeri .ribbon_date {
	position: absolute;
	top: 18px;
	right: 28px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sponsor_link .galeri-date {
	position: absolute;
	top: -10px;
	right: -26px;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	border-radius: 20px;
	padding: 0 15px;
	z-index: 10;
	font-weight: 700
}

.sponsor_link .galeri-date img {
	width: 140px
}

.sponsor_link .ribbon_date {
	position: absolute;
	top: 32px;
	right: 43px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 16px
}

.sponsor_link .ribbon_date.ribbon_due {
	position: absolute;
	top: 30px;
	right: 24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 16px
}

.lig_galeri #slider_left {
	left: 20px;
	bottom: 40px
}

.lig_galeri #slider_right {
	left: 80px;
	bottom: 40px
}

.teambox img {
	width: 45px;
	vertical-align: middle
}

.team1 img {
	margin-right: 30px
}

.team2 img {
	margin-left: 30px
}

footer.project_footer.lig_footer {
	position: relative;
	width: calc(100% - 80px);
	margin-bottom: 30px;
	left: unset;
	right: 0;
	bottom: unset;
	top: 0
}

.musteri_hizmetleri_gen table tr td {
	vertical-align: middle
}

.musteri_hizmetleri_gen table p {
	margin-bottom: 0
}

table.tesisler {
	margin-bottom: 50px
}

table.tesisler a {
	color: #000
}

table.tesisler img {
	max-width: 115px
}

.tesisler {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
	float: left
}

.tesisler ul li {
	width: 50%;
	display: inline-block;
	list-style: none;
	float: left
}

.tesisler ul li .width30 {
	width: 30%;
	float: left;
	position: relative;
	min-height: 131px
}

.tesisler ul li .width70 {
	width: 70%;
	float: left;
	position: relative;
	min-height: 131px
}

.tesisler ul li .width30 img {
	max-width: 115px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%)
}

.tesisler ul li .width70 a {
	color: #e6292c;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%)
}

.tesisler ul li .width70 a:hover {
	color: #62031d;
	text-decoration: underline
}

.tesisler ul li .width70 a h3 {
	font-weight: 700;
	font-size: 18px
}

.tesisler ul li:nth-child(1),
.tesisler ul li:nth-child(2),
.tesisler ul li:nth-child(5) {
	background: #fff
}

.tesisler ul li:nth-child(3) {
	background: #f4f4f4
}

.tesisler ul li:nth-child(4) {
	background: #f4f4f4
}

.tesisler.tesis_yonetimi {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
	float: left
}

.tesisler.tesis_yonetimi ul li {
	width: 100%;
	display: inline-block;
	list-style: none;
	float: left;
	background: #f4f4f4
}

.tesisler.tesis_yonetimi ul li .width20 {
	width: 205px;
	float: left;
	position: relative;
	min-height: 131px
}

.tesisler.tesis_yonetimi ul li .width80 {
	width: calc(100% - 205px);
	float: left;
	position: relative;
	min-height: 131px
}

.tesisler.tesis_yonetimi ul li .width20 img {
	max-width: 115px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%)
}

.tesisler.tesis_yonetimi ul li .width80 p {
	margin-bottom: 0 !important
}

.tesisler.tesis_yonetimi ul li .width80 h3 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 15px
}

.tesisler.tesis_yonetimi ul li:nth-child(2n+1) {
	background: #fff
}

.musteri_hizmetleri_gen table h3 {
	font-weight: 700;
	font-size: 18px
}

.musteri_hizmetleri_gen .imageTitle {
	width: 100%
}

.basin-bulten .campaign_box p {
	height: auto
}

.fancybox-content p {
	margin-bottom: 30px
}

.iletisim_form {
	background: #fff
}

.iletisim_form .form_head {
	padding: 50px 65px;
	border-bottom: 1px solid #e5e2e2
}

.iletisim_form .form_head h2 {
	margin-bottom: 0 !important;
	font-size: 24px
}

.iletisim_form .form_inline {
	padding: 50px 65px;
	margin-bottom: 50px
}

.iletisim_form .form_head label {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 30px;
	line-height: 22px
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	border: 2px solid #000
}

.iletisim_form .form_head input:checked~.checkmark::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 3px;
	top: 3px;
	background: #000;
	border-radius: 50%
}

.iletisim_form .form_head input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.form_inline select {
	height: 50px;
	width: 220px;
	margin-right: 30px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 25px;
	font-size: 12px;
	padding-left: 30px;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='red' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 93%;
	background-position-y: 12px
}

.form_row {
	margin-bottom: 50px
}

.form_row>p {
	font-size: 13px !important
}

.form_inputs {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

.form_inputs .form_item {
	width: 23%;
	position: relative
}

.form_inputs .form_item span {
	font-size: 12px
}

.form_inputs .form_item input {
	height: 34px;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #000;
	background: #fff
}

.form_inputs .form_item.form_error input {
	border-color: red
}

.form_inputs .form_item.message_item {
	width: 74.5%
}

.form_inputs .form_item.message_item textarea {
	height: 34px;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #000;
	background: #fff
}

.form_inputs .form_item.form_error textarea {
	border-color: red
}

.form_submit {
	width: 290px;
	line-height: 50px;
	background: #515151;
	padding-left: 50px;
	border-radius: 25px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	box-shadow: 1px 10px 15px rgba(255, 0, 0, .3)
}

.form_submit img {
	width: 25px;
	margin-left: 20px
}

.duyurular {
	position: relative;
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
	font-weight: 300;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block
}

.duyurular input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.duyurular span {
	position: absolute;
	width: 22px;
	height: 22px;
	border: 2px solid #000;
	border-radius: 2px;
	left: 0;
	top: 0
}

.duyurular input:checked~span::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 3.5px;
	top: 4px;
	background: url(../images/checkbox-ok.svg) center center no-repeat
}

.kat-planlari .campaign_wrapper {
	width: calc(25% - 20px);
	min-height: 190px;
	background: #fff
}

.kat-planlari .campaign_wrapper:nth-of-type(3n) {
	margin-right: 20px
}

.kat-planlari .campaign_wrapper:nth-of-type(4n) {
	margin-right: 0
}

.kat-planlari article#project_detail {
	height: auto;
	padding-bottom: 100px
}

.planyok {
	text-align: center;
	font-size: 30px;
	margin-top: 150px
}

.accordion {
	margin-top: 50px
}

.acco_head {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
	margin-bottom: 15px;
	background: #fff;
	padding: 10px
}

.acco_head.current {
	background: #515151;
	color: #fff
}

.acco_cont {
	display: none
}

.mobilBtn {
	display: none
}

.location_info {
	position: absolute;
	left: 30px;
	bottom: 105px;
	padding: 20px;
	background: #fff;
	width: 300px;
	-webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, .36);
	-moz-box-shadow: 0 0 10px -3px rgba(0, 0, 0, .36);
	box-shadow: 0 0 10px -3px rgba(0, 0, 0, .36)
}

.location_info>p.head {
	padding-left: 0;
	display: block;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px
}

.location_info>p {
	margin-bottom: 18px;
	font-size: 15px;
	position: relative;
	padding-left: 25px
}

.location_info>p i {
	position: absolute;
	left: 0;
	top: 0;
	color: #515151;
	font-size: 19px
}

.location_info>p.address i {
	top: 9px
}

.location_info>p.phone {
	line-height: 22px
}

.location_info>a {
	background: #515151;
	font-size: 14px;
	line-height: 40px;
	margin: 10px 0 0;
	padding: 0 25px;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
	border: 1px solid #515151
}

.location_info>a:hover {
	background: #fff;
	color: #515151
}

.location_info button[type=submit] {
	font-size: 14px;
	line-height: 40px;
	margin: 10px 0 0;
	padding: 0 25px;
	border-radius: 20px;
	display: inline-block;
	border: 1px solid #515151;
	cursor: pointer;
	background: #fff;
	color: #515151
}

.location_info button[type=submit]:hover {
	background: #515151;
	color: #fff
}

.project_wrapper_container {
	opacity: 0
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	z-index: 999999
}

#loading .loader,
#overlay_4 .loader {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border-top: 2px solid red;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	position: relative;
	animation: spin 3s linear infinite forwards;
	left: 50%;
	top: 40%
}

#loading .loader:after,
#loading .loader:before,
#overlay_4 .loader::after,
#overlay_4 .loader::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	border-top: 2px solid inherit;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}

#loading .loader:before,
#overlay_4 .loader::before {
	top: 7px;
	left: 7px;
	width: 178px;
	height: 178px;
	border-top: 2px solid red;
	animation: spin 2s linear infinite forwards
}

#loading .loader:after,
#overlay_4 .loader::after {
	top: 16px;
	left: 16px;
	width: 160px;
	height: 160px;
	border-top: 2px solid red;
	animation: spin 1s linear infinite forwards
}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}

.checkForm .errorCol * {
	border-color: #000;
	color: #000
}

#loading {
	display: none
}

#tesekkurler h3 {
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.2px;
	margin-bottom: 15px;
	color: #515151
}

#tesekkurler .fancybox-button.fancybox-close-small {
	display: none !important
}

#tesekkurler p {
	font-weight: 300;
	letter-spacing: 1px
}

#tesekkurler a {
	width: 160px;
	line-height: 50px;
	background: #515151;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	box-shadow: 1px 10px 15px rgba(255, 0, 0, .3);
	text-align: center;
	display: block;
	margin: 0 auto
}

#error_tesekkurler p {
	font-weight: 200;
	letter-spacing: 1px
}

#error_tesekkurler a {
	width: 160px;
	line-height: 50px;
	background: #515151;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	box-shadow: 1px 10px 15px rgba(255, 0, 0, .3);
	text-align: center;
	display: block;
	margin: 0 auto
}

#error_tesekkurler .fancybox-button.fancybox-close-small {
	display: none !important
}

.cc-banner {
	position: relative !important;
	width: 100%;
	padding: 20px;
	transition: margin .5s cubic-bezier(.25, .8, .25, 1) !important
}

.cc-banner.cc-bottom {
	/*position: fixed !important;*/
	background-color: rgba(60, 52, 53, .8) !important;
	width: calc(100% - 80px) !important;
	right: 0 !important;
	left: auto !important
}

body .cc-banner {
	display: inline-block
}

.cc-banner .cc-message {
	font-size: .75rem !important;
	line-height: 18px !important;
	color: #999;
	font-weight: 500
}

.cc-banner h2 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #fff
}

.cc-banner p {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #fff
}

.cc-banner p a {
	font-weight: 700;
	color: #fff;
	text-decoration: underline
}

.cc-banner .cc-link {
	display: none
}

.cc-compliance {
	display: inline-block !important;
	position: absolute;
	right: 2%;
	top: 20px
}

.cc-compliance a {
	min-width: inherit !important;
	padding: 0 !important;
	margin: 5px 0 0 !important;
	font-size: 15px;
	float: left;
	display: inline-block;
	font-weight: 600;
	color: #fff !important
}

.cc-window.cc-invisible {
	display: none
}

.drone-btn {
	position: absolute;
	z-index: 99999999;
	top: 220px;
	right: 80px
}

.newVideo-btn {
	background-color: #e10f21;
	border-color: #e10f21
}

.newVideo-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #111
}

.two-btn-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px
}

.two-btn-box a:last-child {
	border-color: #000;
	color: #000
}

.two-btn-box a:last-child:hover {
	background: #000;
	color: #fff
}

.ilanlar_page .campaign_wrapper {
	width: 100%;
	margin-right: 0
}

.ilanlar_page .grid-item {
	width: calc(33.33% - 20px);
	margin-right: 20px
}

.ilanlar_page .grid-item--width2 {
	width: calc(66.66% - 20px)
}

.scope_text {
	color: #fff;
	position: absolute;
	bottom: 10px;
	text-align: center;
	opacity: .3;
	text-decoration: none;
	display: inline-block;
	left: calc(50% + 45px);
	transform: translate(-50%, 0)
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 30px #cb0016 inset !important;
	-webkit-text-fill-color: #fff !important
}

@media all and (min-width:1600px) and (max-width:1920px) {
	#menu {
		width: 37%
	}

	.sub_menu {
		width: 17%
	}

	.sub_menu.hover {
		left: 35%
	}

	#main_menu li a {
		font-size: 30px
	}

	#main_menu li ul {
		left: 100%
	}
}

@media all and (min-width:1366px) and (max-width:1599px) {
	#menu {
		width: 37%
	}

	.sub_menu {
		width: 17%
	}

	.sub_menu.hover {
		left: 35%
	}

	#main_menu li a {
		font-size: 30px
	}

	#main_menu li ul {
		left: 100%
	}

	.contactForm {
		padding: 25px
	}

	#main_menu>li {
		padding-right: 50px;
		margin-bottom: 20px
	}

	.contactForm p {
		font-size: 18px
	}

	#main_menu li.dropdown:hover::after {
		width: 35px
	}

	.contactForm .closeBtn {
		width: 40px;
		height: 40px
	}

	#main_menu li ul li {
		padding-left: 20px;
		width: 100%;
		text-align: left
	}

	#main_menu li ul li:hover::after {
		width: 10px
	}

	aside {
		width: 80px
	}

	#hamburger {
		width: 80px;
		height: 80px
	}

	#hamburger div {
		left: 30px
	}

	#hamburger div#line_top {
		width: 20px;
		top: 32px
	}

	#hamburger:hover div#line_top {
		width: 30px;
		left: 25px
	}

	#hamburger div#line_mid {
		width: 10px;
		top: 38px
	}

	#hamburger:hover div#line_mid {
		width: 30px;
		left: 25px
	}

	#hamburger div#line_bot {
		width: 15px;
		top: 44px
	}

	#hamburger:hover div#line_bot {
		width: 30px;
		left: 25px
	}

	.aside_menu {
		height: 30vh;
		font-size: 12px;
		line-height: 1.1;
		padding-top: 20px
	}

	.aside_menu img {
		width: 12px;
		margin-bottom: 12px
	}

	#nav_share li {
		font-size: 14px
	}

	header #logo {
		left: 110px
	}

	.slider_text {
		left: 110px
	}

	#slider_left {
		left: 110px
	}

	#slider_right {
		left: 170px
	}

	.icon_project {
		max-width: 100px
	}

	.icon_toki {
		position: absolute;
		bottom: 21px;
		right: 140px;
		z-index: 11;
		max-width: 180px
	}

	#proje_wrapper {
		padding-left: 120px;
		padding-right: 20px
	}

	.btn {
		padding: 8px 18px;
		font-size: 12px;
		line-height: 16px;
		height: 34px;
		margin-right: 10px
	}

	#project_filter_buttons .main_btn_simple {
		min-width: 180px
	}

	footer {
		height: 70px
	}

	footer .other_project {
		width: 240px;
		height: 70px
	}

	footer .other_project a {
		line-height: 70px;
		font-size: 14px
	}

	footer .project_demand {
		width: 240px;
		height: 70px
	}

	footer .project_demand a {
		line-height: 70px;
		font-size: 14px
	}

	footer .project_demand img {
		height: 16px
	}

	.btn_web_site,
	.project_menu {
		font-size: 11px
	}

	.footer_top ul a {
		font-size: 12px
	}
}

@media all and (min-width:1025px) and (max-width:1365px) {
	#menu {
		width: 35%
	}

	.sub_menu {
		width: 19%
	}

	.sub_menu.hover {
		left: 35%
	}

	#main_menu li a {
		font-size: 25px
	}

	#main_menu li ul {
		left: 82%
	}

	#main_menu li.dropdown::after {
		top: 11px
	}

	aside {
		width: 80px
	}

	#hamburger {
		width: 80px;
		height: 80px
	}

	#hamburger div {
		left: 30px
	}

	#hamburger div#line_top {
		width: 20px;
		top: 32px
	}

	#hamburger:hover div#line_top {
		width: 30px;
		left: 25px
	}

	#hamburger div#line_mid {
		width: 10px;
		top: 38px
	}

	#hamburger:hover div#line_mid {
		width: 30px;
		left: 25px
	}

	#hamburger div#line_bot {
		width: 15px;
		top: 44px
	}

	#hamburger:hover div#line_bot {
		width: 30px;
		left: 25px
	}

	.aside_menu {
		height: 30vh;
		font-size: 10px;
		line-height: 12px;
		padding-top: 20px
	}

	.aside_menu img {
		width: 12px;
		margin-bottom: 12px
	}

	#nav_share li {
		font-size: 14px
	}

	header #logo {
		left: 110px
	}

	.slider_text {
		left: 110px
	}

	#slider_left {
		left: 110px
	}

	#slider_right {
		left: 170px
	}

	.icon_project {
		max-width: 150px
	}

	.icon_toki {
		position: absolute;
		bottom: 21px;
		right: 140px;
		z-index: 11;
		max-width: 180px
	}

	#proje_wrapper {
		padding-left: 120px;
		padding-right: 20px
	}

	.btn {
		padding: 8px 18px;
		font-size: 12px;
		line-height: 16px;
		height: 34px;
		margin-right: 10px
	}

	#project_filter_buttons .main_btn_simple {
		min-width: 180px
	}

	footer {
		height: 70px
	}

	footer .other_project {
		width: 240px;
		height: 70px
	}

	footer .other_project a {
		line-height: 70px;
		font-size: 14px
	}

	footer .project_demand {
		width: 240px;
		height: 70px
	}

	footer .project_demand a {
		line-height: 70px;
		font-size: 14px
	}

	footer .project_demand img {
		height: 16px
	}

	.lig_vdeolar.kariyer_vdeolar .k_left {
		left: -25px;
		z-index: 99
	}

	.lig_vdeolar.kariyer_vdeolar .k_right {
		right: -25px;
		z-index: 99
	}
}

@media all and (max-width:1024px) {
	.slider_title {
		line-height: 1em;
		margin-bottom: 1em;
	}

	.contactForm .closeBtn {
		width: 50px;
		height: 50px
	}

	body {
		overflow-x: hidden;
		max-width: 100vw
	}

	.campaign_box p {
		height: auto;
		font-size: 15px
	}

	#inner_logo {
		height: 35px
	}
}

@media all and (min-width:769px) and (max-width:1024px) {
	.icons_wrapper .tooltip {
		display: none
	}

	.aside_menu {
		padding-top: 14px;
	}

	.aside_menu img {
		width: 9px
	}

	header #logo {
		height: 30px;
		top: 9px
	}

	.slider_name {
		font-size: 12px;
		margin-bottom: 1em
	}

	.slider_subtitle {
		line-height: 1em
	}

	#slider_left,
	#slider_right {
		width: 30px
	}

	.btn {
		padding: 10px 13px;
		font-size: 12px
	}

	.iconBtn {
		max-width: 10vw;
		max-height: 10vw
	}

	.campaign_box {
		height: 258px;
		overflow: hidden
	}

	.pagenation {
		padding: 0
	}

	#inner_content #inner_content_wrapper {
		padding: 0
	}

	.icon_footer_menu {
		display: none
	}

	.project_menu {
		font-size: 12px;
		display: inline-table;
		padding: 0 17px 0 10px
	}

	.btn_bilgi_alin {
		width: 13%
	}

	#project_icons {
		width: calc(100% - 13%)
	}

	.btn_web_site {
		display: inline-table;
		width: auto;
		padding: 0 10px
	}

	.container {
		margin: 0 0 0 15%
	}

	.footer_logo {
		top: 45px
	}

	.footer_top ul.left_menu {
		width: 100%;
		text-align: center;
		margin-bottom: 30px
	}

	.footer_top ul.right_menu {
		width: 100%;
		text-align: center
	}

	.footer_top {
		padding-bottom: 30px
	}
}

@media all and (max-width:768px) {
	.wRow {
		margin: -10px 0
	}

	.kvkk label {
		line-height: 14px;
		font-size: 10px
	}

	.wRow_100,
	.wRow_50 {
		padding-left: 10px;
		padding-right: 10px
	}

	.contactForm .space40 {
		height: 20px
	}

	.contactForm label {
		font-size: 8px
	}

	.pdfviewer .container {
		width: 100%
	}

	.pdfviewer #example1 {
		border: 0
	}

	#inner_content.pdfviewer {
		padding-top: 0
	}

	.ilanlar_page .campaign_wrapper {
		width: 100%;
		margin-right: 0
	}

	.ilanlar_page .grid-item {
		width: 100%;
		margin-right: 0
	}

	.ilanlar_page .grid-item--width2 {
		width: 100%
	}

	.two-btn-box {
		grid-template-columns: 100%;
		grid-gap: 0
	}

	.drone-btn {
		top: 112px;
		right: 15px;
		width: 90px
	}

	.drone-btn img {
		max-width: 100%
	}

	.oduller .social_box_image a::after {
		width: 50px;
		height: 50px
	}

	.oduller .social_box_image a::before {
		font-size: 11px
	}

	.tesisler ul li .width30 {
		width: 100% !important
	}

	.tesisler ul li .width70 {
		width: 100% !important;
		height: 100%
	}

	.tesisler ul li .width20 {
		width: 100% !important
	}

	.tesisler ul li .width80 {
		width: 100% !important
	}

	.tesisler.tesis_yonetimi ul li .width80 p {
		text-align: center !important
	}

	.tesisler ul li {
		width: 100% !important;
		padding-left: 10px !important;
		padding-bottom: 15px
	}

	.tesisler ul li .width30 img {
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.tesisler ul li .width70 a {
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%
	}

	.tesisler.tesis_yonetimi ul li .width20 img {
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.tesisler ul li .width70 a h3 {
		text-align: center
	}

	.tesisler ul li:nth-child(2n+1) {
		background: #f4f4f4 !important
	}

	.tesisler ul li:nth-child(2n) {
		background: #fff;
		padding-left: 10px !important;
		padding: 0 10px
	}

	.tesisler.tesis_yonetimi ul li .width80 h3 {
		margin-top: 15px;
		text-align: center
	}

	.form_row {
		margin-bottom: 10px
	}

	#more_form p {
		font-size: 10px !important;
		line-height: 1.1 !important;
		text-align: left !important;
		margin-bottom: 10px
	}

	.cc-compliance a {
		color: #000 !important
	}

	.cc-window .cc-message p a {
		color: #000 !important;
		font-weight: 700
	}

	table {
		width: 100%;
		max-width: 100%;
		overflow-x: scroll;
		display: inline-block
	}

	aside {
		width: 50px
	}

	.aside_menu {
		height: 26vh;
		padding-top: 20px;
		font-size: 10px;
		line-height: 1.2
	}

	.aside_menu img {
		width: 12px;
		margin: 0 auto 5px
	}

	#hamburger {
		width: 100%;
		height: 50px
	}

	#hamburger div {
		background-color: #fff;
		height: 2px;
		position: absolute;
		left: 10px
	}

	#hamburger div#line_top {
		width: 27px;
		top: 18px
	}

	#hamburger:hover div#line_top {
		width: 30px;
		left: 8px
	}

	#hamburger div#line_mid {
		width: 18px;
		top: 25px
	}

	#hamburger:hover div#line_mid {
		width: 30px;
		left: 8px
	}

	#hamburger div#line_bot {
		width: 23px;
		top: 32px
	}

	#hamburger:hover div#line_bot {
		width: 30px;
		left: 8px
	}

	header #logo {
		top: 15px;
		left: 60px;
		height: 25px
	}

	article {
		overflow-y: scroll !important;
		-webkit-overflow-scrolling: touch
	}

	#nav_share_wrapper {
		left: 6px
	}

	.icon_toki img {
		max-width: 150px
	}

	.hide_mobile {
		display: none
	}

	.slider_text {
		left: 60px
	}

	.slider_title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 24px
	}

	.slider_subtitle {
		font-size: 16px;
		line-height: 16px;
		padding-right: 20px
	}

	.slider_subtitle span {
		width: 20px
	}

	.slider_campaign {
		margin-left: 20px;
		margin-bottom: 20px
	}

	.slider_campaign li {
		font-size: 14px;
		line-height: 18px
	}

	.slider_text .btn {
		width: 80%;
		margin-bottom: 10px
	}

	#slider_left {
		left: 60px;
		bottom: 20px;
		width: 40px
	}

	#slider_right {
		left: 110px;
		bottom: 20px;
		width: 40px
	}

	.icon_project {
		max-width: 90px;
		top: 15px;
		right: 15px
	}

	.home_istinye.icon_project {
		max-width: 110px
	}

	.more_filter {
		background-size: cover;
		background-position: center center
	}

	.slider_name {
		margin-bottom: 12px
	}

	#project_detail .slider_text {
		left: 20px
	}

	#proje_wrapper {
		padding: 60px 20px 20px 60px
	}

	#project_filter_buttons {
		float: left;
		width: 100%
	}

	#proje_wrapper .new_project_wrapper {
		width: 100%;
		margin-right: 0
	}

	#project_filter_buttons .btn_simple {
		font-size: 12px;
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%
	}

	#project_meta {
		display: none
	}

	#menu_guncel {
		right: 10%;
		width: 80%;
		bottom: 40px;
		top: auto !important;
		-webkit-transform: none
	}

	#menu_guncel .new_project_wrapper {
		width: calc(33% - 20px);
		float: left;
		margin-right: 20px;
		height: 60px
	}

	#menu_guncel .new_project_wrapper .new_project_wrapper_logo {
		width: 50%
	}

	#main_menu li {
		height: auto;
		margin-bottom: 15px
	}

	#main_menu li a {
		font-size: 28px
	}

	#menu_social {
		width: 50px
	}

	#menu_social li {
		float: none;
		display: inline-block
	}

	#main_menu li ul {
		margin-top: 10px;
		margin-bottom: 15px;
		display: none;
		opacity: 1;
		visibility: visible;
		position: initial;
		text-align: left;
		transition-delay: 0s
	}

	#main_menu li ul li {
		margin-bottom: 5px;
		width: 100%;
		padding-left: 0
	}

	#main_menu li.dropdown::after {
		display: none
	}

	footer {
		width: calc(100% - 50px)
	}

	footer .other_project {
		width: 50%;
		height: 45px;
		position: absolute;
		top: 0;
		left: 0
	}

	footer .other_project a {
		line-height: 45px;
		font-size: 12px;
		font-weight: 400
	}

	footer .other_project a img {
		height: 10px
	}

	footer .project_demand {
		width: 50%;
		height: 45px;
		position: absolute;
		top: 0;
		right: 0;
		line-height: 45px
	}

	footer .project_demand a {
		line-height: 45px;
		font-size: 12px;
		font-weight: 400
	}

	footer .project_demand a img {
		height: 12px
	}

	footer .project_links {
		line-height: 45px;
		width: 100%;
		height: 70px;
		bottom: 0;
		position: absolute;
		background: #e10f21 url(../images/img_detail_footer_m.png) center center no-repeat;
		background-size: contain
	}

	.footer_logo {
		top: 35px
	}

	.footer_top {
		padding-bottom: 25px
	}

	.footer_top ul {
		width: 100%
	}

	.footer_top ul.right_menu {
		float: left
	}

	.footer_top ul li {
		display: block;
		text-align: center;
		margin-bottom: 10px
	}

	.footer_top ul.right_menu li {
		margin-left: 0 !important
	}

	.footer_top ul.left_menu li {
		margin-right: 0 !important
	}

	.copyright,
	.copyright a {
		display: block;
		text-align: center;
		margin: 10px 0;
		width: 100%
	}

	ul.social_media {
		margin-bottom: 10px
	}

	#home_slider {
		z-index: 9
	}

	#project_detail .back_button {
		width: 50px;
		height: 50px;
		left: 0
	}

	#project_detail .back_button.homeback_button {
		width: 50px;
		height: 50px
	}

	#project_detail #slider_left {
		left: 10px;
		top: auto;
		bottom: 135px;
		z-index: 45
	}

	#project_detail #slider_right {
		right: 10px;
		top: auto;
		bottom: 135px;
		z-index: 45
	}

	.new_project_wrapper {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px
	}

	.pagenation {
		padding: 0
	}

	.kampanyalar #inner_content_wrapper,
	.projeler #inner_content_wrapper {
		padding: 10px 15px 15px 65px
	}

	#inner_content_wrapper {
		padding: 0
	}

	#icon_share {
		left: 8px
	}

	.campaign_wrapper {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 15px
	}

	#menu {
		width: 100vw;
		height: 100vh
	}

	.contactForm {
		position: fixed;
		width: 100%;
		z-index: 555555;
		padding: 100px 20px 15px;
		padding-top: 50px
	}

	.contactForm p {
		font-size: 15px
	}

	.space80 {
		height: 30px
	}

	.campaign_box p {
		height: auto
	}

	#project_kunye {
		position: initial;
		width: 100%;
		margin-bottom: 20px
	}

	#project_detail.text .container p {
		margin-top: 20px;
		margin-bottom: 20px
	}

	article#project_detail {
		padding-bottom: 150px
	}

	header.inner_header {
		height: 49px
	}

	h1.inner {
		margin-top: 15px;
		font-size: 21px;
		padding-left: 72px
	}

	#parallax_container h1 {
		font-size: 21px
	}

	#inner_content {
		padding: 30px 0 0
	}

	.container {
		width: calc(100% - 50px);
		padding-left: 50px
	}

	#project_detail.text .container {
		padding-left: 0
	}

	blockquote {
		font-size: 17px;
		margin-bottom: 20px
	}

	.basket_lig>blockquote {
		padding-left: 50px
	}

	.iletisim_form .form_inline {
		padding: 10px 20px;
		margin-bottom: 20px
	}

	.iletisim_form .form_head {
		padding: 10px 20px
	}

	.iletisim_form .form_head label {
		margin-bottom: 10px
	}

	.form_inline select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		height: 35px;
		border-radius: 10px;
		background-position-y: 5px
	}

	.form_inputs {
		margin-top: 0;
		margin-bottom: 10px
	}

	.form_inputs .form_item.message_item {
		width: 100%
	}

	.form_submit {
		width: 100%;
		padding: 0;
		text-align: center;
		line-height: 35px
	}

	.form_submit img {
		display: none
	}

	.form_inputs .form_item {
		width: 100%;
		margin-bottom: 10px
	}

	.social_box_content {
		width: 100%;
		padding: 0 !important
	}

	#oduller .social_box_wrapper {
		display: flex;
		flex-flow: column
	}

	#oduller .social_box_content {
		width: 100%;
		padding: 0 !important;
		left: 0 !important;
		order: 2
	}

	#oduller .left_social_box .social_box_image,
	#oduller .social_box_image {
		width: 100%;
		left: 0 !important;
		order: 1;
		margin-bottom: 10px
	}

	.social_box_image {
		width: 100%
	}

	.social_box_title {
		font-size: 17px;
		margin-bottom: 20px
	}

	#oduller .right_social_box .social_box_content .social_box_title {
		text-align: left
	}

	#oduller .social_box_image .year {
		position: relative;
		top: 0;
		left: 0 !important;
		right: auto !important;
		padding-left: 80px;
		margin-bottom: 5px
	}

	#oduller .left_social_box .social_box_image .year::after {
		left: 0;
		right: auto
	}

	#bottom_links {
		width: calc(100% - 50px);
		height: 100px
	}

	.bottom_previous i {
		left: 10px;
		top: 29px
	}

	.bottom_next i {
		top: 29px;
		right: 10px
	}

	#bottom_links a {
		font-size: 14px;
		line-height: 100px;
		height: 100px
	}

	.bottom_previous {
		padding-left: 35px
	}

	.bottom_next {
		padding-right: 35px
	}

	footer.project_footer {
		height: 50px;
		width: 100% !important
	}

	#project_icons {
		width: 100%;
		position: absolute;
		background: #fff;
		height: auto;
		z-index: 554
	}

	.lig_footer #project_icons {
		padding-left: 50px
	}

	#project_icons.open {
		transform: translateY(-100%)
	}

	.project_menu {
		width: 50% !important;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #e5e2e2;
		font-size: 11px;
		display: table-row-group;
		float: left;
		text-align: left;
		padding-left: 15px
	}

	.project_menu:first-child a::after {
		content: ""
	}

	.btn_bilgi_alin {
		height: 50px;
		line-height: 2.2;
		width: 50%;
		z-index: 555;
		position: relative;
		padding-top: 8px
	}

	.mobilBtn {
		height: 50px;
		line-height: 50px;
		width: 50%;
		float: left;
		text-align: center;
		display: block;
		background: #fff;
		z-index: 555;
		position: relative
	}

	.btn_bilgi_alin {
		font-size: 1.4vh;
		padding-top: 2vh
	}

	.btn_web_site {
		width: 100%;
		display: table;
		height: 40px;
		line-height: 40px;
		text-align: center
	}

	.sponsor_content {
		margin-top: 10px
	}

	.sponsor_link {
		width: 100%;
		margin: 0 0 20px 0
	}

	.sponsor_title {
		font-size: 19px;
		margin-bottom: 10px
	}

	.sponsor_title span {
		font-size: 15px;
		margin-top: 5px
	}

	.sponsor_btn {
		height: 30px;
		line-height: 30px;
		width: 130px;
		text-align: center
	}

	.sponsor_btn img {
		display: none
	}

	.sponsor_year {
		padding: 0
	}

	#sube_list_cover {
		position: initial;
		width: 100%
	}

	#main_menu li:hover ul {
		display: none
	}

	.icon_footer_menu {
		height: 17px
	}

	.btn_web_site .icon_footer_menu {
		height: 15px
	}

	.back_button {
		height: 50px;
		width: 50px;
		left: 50px
	}

	#menu .back_button {
		left: 0
	}

	.back_button.homeback_button {
		height: 50px;
		width: 50px
	}

	.manager_box {
		width: 100%;
		margin: 0 0 20px 0 !important
	}

	#parallax_container {
		width: calc(100% - 50px);
		margin-left: 50px;
		height: 300px
	}

	#parallax_container img {
		display: none
	}

	#map_cover {
		height: auto
	}

	.pagenation li {
		width: 35px
	}

	.pagenation li a {
		line-height: 25px;
		padding: 0
	}

	.acco_head {
		width: 45%;
		font-size: 13px
	}

	#project_detail #home_slider {
		height: calc(100% - 40px)
	}

	.location_info {
		left: 15px;
		bottom: 60px
	}

	#loading .loader,
	#overlay_4 .loader {
		left: 40%
	}

	#map {
		height: 420px
	}

	.campaign_wrapper a img {
		min-height: unset !important
	}
}

@media all and (max-width:575px) {

	#loading .loader,
	#overlay_4 .loader {
		left: 30%
	}

	#inner_content table tr td {
		text-align: center;
		font-size: 14px;
		line-height: 1.3
	}

	#inner_logo {
		display: none
	}

	#menu_social li {
		margin-right: 0
	}

	.slider_text .btn {
		font-size: 3vw
	}

	#parallax_container img.mini_logo {
		display: block;
		top: 10px;
		left: 15px;
		height: 35px
	}

	#inner_content p {
		font-size: 16px;
		line-height: 20px;
		text-align: left !important
	}

	.logo_item {
		width: 100%;
		margin: 0 0 20px;
		min-height: unset;
		height: auto
	}

	.logolar_img {
		width: 100%;
		min-height: unset
	}

	.imageTitle {
		width: 100%;
		margin-right: 0
	}

	.sube_name {
		font-size: 12px
	}

	#map {
		height: 300px
	}
}

@media all and (max-width:375px) {
	#inner_content table tr td {
		font-size: 13px;
		line-height: 1.2
	}
}

@media all and (max-width:320px) {
	.slider_text .btn {
		font-size: 9px
	}

	#project_filter_buttons .btn_simple {
		font-size: 10px
	}

	#inner_content table tr td {
		font-size: 12px;
		line-height: 1.2
	}
}