@charset "utf-8";
body {
	font-family: 'Roboto', sans-serif;
	background: #fff;
}
div, span, a, p, input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	transition: .4s all;
}
.textinfo {
	width: 100%;
	display: block;
	float: left;
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;text-align: center;
}
.socialbox {
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.socialbox a {
	font-size: 14px;
	color: #fff;
}
.content {
	position: absolute;
	top: 20vh;
    height: 80vh;
    overflow: auto;
	right: -70%;
	font-size: 12px;
	color: #fff;
	padding: 50px;
	width: 60%;
	text-align: justify;
	letter-spacing: 0.04em;
	line-height: 25px;
	transition: all 1500ms;
	z-index: 1;
}
ul.hasup li a {
    text-decoration: none;
    width: 100%;
    color: #ffffff;
    position: relative;
    border: 0px;
    bottom:  0px;
    top: 0px;
    left: 0px;
    right:  0px;
    font-size:  12px;
    display:  block;
    float:  left;
    text-align:  center;
    padding: 0px 0px;
}
.titlecontent {
	font-size: 44px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	display:  block;
	width:  100%;
	float:  left;
	text-align:  left;
	margin-bottom: 30px;
}
ul.hasup li {
	display: inline-block;
	text-align:  center;
	width:  100%;
}
.hassub ul::before {
    font-family: FontAwesome;
    content: "\f0d8";
    font-size: 20px;
    color: #aedce1;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -22px;
    padding-top: 0px;
    padding-bottom:  10px;
    width: 100%;
    text-align: center;
    margin-left: -10px;
}
a.firstactive {
    color: #02a7d1;
}
li.hassub {
    display: inline-block;
    position: relative;
}
li.hassub ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
    margin-left: -155%;
    background: linear-gradient(140deg, #55231c 0%, rgb(143, 27, 90) 40%, #1aa8dd 90%);
    border: 1px solid rgb(181, 126, 126);
    top: 40px;
    text-align:  center;
    z-index: 9999;
    width: 390%;
    padding:  30px 0px;
}
.socialbox a {
    font-size: 20px;
    padding: 10px;
    width: 45px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    transition: all 300ms;
}
.socialbox a:hover {
    color: #ffffff;
    border-color: #63b8d9;
}
.mainmenu {
	position: fixed;
	top: 30px;
	width: 100%;
	padding-right:  50px;
	box-sizing:  border-box;
	text-align:  right;
	transition:  all 500ms;
	z-index:  9999;
}
.normallink {
	margin-right: 20px;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	transition: all 300ms;
}
.normallink:hover {
	color: #aedbe1;
}
.logolink {
	width: 250px;
	display: inline-block;
	vertical-align: middle;
}
.logolink img {
	max-width: 100%;
}
.video {
	position: relative;
	min-height: 100%;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	background-color: #fff;
	transition: all 500ms;
	border-top: none;
}
.videoinside {
	position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    overflow: hidden;
}
.maindiv {
    position: relative;
    min-height: 100%;
    height: 100vh;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #aedbe1;
    overflow: hidden;
    background: linear-gradient(155deg, #55231c 0%, rgb(143, 27, 90) 40%, #1aa8dd 90%);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
	transition: all 800ms;
}
.bg-aside {
    width: 100%;
	float: left;
	position: relative;
}
.img {
	width:50%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.img img {
	width:100%;
	height: auto;
	display: block;
}
.cnt-block {
	width: 50%;
	padding-left: 10%;
	padding-right: 10%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
	z-index: 9998;
}
.bg-aside-left .cnt-block:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 28px 28px 0;
    border-color: transparent #fff transparent transparent;
    right: 100%;
}
.bg-aside-right .cnt-block:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 30px;
    border-color: transparent transparent transparent #fff;
    left: 100%;
	z-index: 9999;
}
.bg-aside .cnt-block:before {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    z-index: 9999;
}
h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #aedbe1;
    text-transform: uppercase;
}
h2+hr {
    margin-top: 10px;
}
hr {
    display: inline-block;
    margin: 0;
    width: 72px;
    height: 3px;
    background: #dfb7c2;
    border: none;
}
hr+h4 {
    margin-top: 10px;
}
h4 {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.04em;
    line-height: 25px;
    color: #787e80;
}
a.btn {
    color: #e0b8c3;
    border: 1px solid #e4c2cc;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 400;
}
a.btn, a.btn-2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 400;
    display: inline-block;
    width: 134px;
    padding: 12px;
    font-size: 12px;
    line-height: 20px;
	text-decoration: none;
}
*+a.btn {
    margin-top: 20px;
}
a.btn:hover {
    color: #ffffff;
    border-color: #5ad9ea;
    background-color: #aedbe1;
}
#title span.normaltext {
	border: none;
	float: left;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: normal;
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	margin-top: 30px;
}
.headerup {
	width: 100%;
	text-align: center;
	padding-bottom: 70px;
	padding-top: 70px;
	float: left;
}
.headerup h2 {
    color: #aedbe1;
}
.headerup h4 {
    color: #e0b8c3;
}
.headerup hr {
    background: #dfb7c2;
}
.gallery {
	float: left;
	width:100%;
}
#harita {
    width: 50%;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    min-height: 100vh;
}
.contactinfo {
	width: 50%;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	min-height: 100vh;
	text-align: center;
	background-color: #fcf9f9;
}
#slidebg {
	position: absolute;
    min-height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
	border-top: none;
	opacity: 0.2;
}
.contactinfo img {
	width:300px;
	height: auto;
	margin-bottom: 10px;
}
.footerdown {
	width: 100%;
	float: left;
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url(../images/contactbg.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
input.inputall {
    background-color: rgba(246, 246, 246, 1);
	border-radius: 30px;
    padding: 16px 20px;
    border: none;
	font-size: 12px;
	width: 100%;margin-block-end: 20px;
	float: left;
	color: #000;
	
	
}
select.inputall {
    background-color: rgba(246, 246, 246, 1);
	border-radius: 30px;
    padding: 16px 20px;
    border: none;
	font-size: 12px;-webkit-appearance: none;
	width: 100%;margin-bottom: 20px;
	float: left;
	color: #000;
	
	
}
.textwidget {
	color: #646464;
	line-height: 2;
}
.textwidget a {
	color: #e0b8c3;
	text-decoration: none;
}
b, strong {
    font-weight: bold;
}
textarea.inputall {
    background-color: rgba(246, 246, 246, 1);
	border-radius: 20px;
    padding: 16px 20px;
    border: none;
	font-size: 12px;
	width:100%;
	float: left;
	height: 120px;
	
	color: #000;
}
textarea:focus, input:focus {
	outline-width: 0;
}
.formall {
	width:100%;
	padding-left: 250px;
	padding-right: 250px;
	float: left;
}
a.submitbutton {
    color: #ffffff;
    background-color: transparent;
    margin-top: 10px;
    padding: 14px 48px 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fff;
    width: 100%;
    float:  left;
    text-decoration:  none;
    transition: all 300ms;
}
a.submitbutton:hover {
    color: #97d6de;
    background-color: #ffffff;
}
.mapall {
	width: 100%;
	float: left;
	position: relative;
	display: table;
}
a.social {
	color: #97d6de;
	text-decoration: none;
	margin-top: 30px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 22px;
	transition: all 300ms;
}
a.social:hover {
	color:#e0b8c3;
}
.menuall {
	position: relative;
    min-height: 100%;
    height: 100vh;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #aedbe1;
    overflow: hidden;
    background-image: url(../images/bg.png),linear-gradient(155deg, #55231c 0%, rgb(143, 27, 90) 40%, #1aa8dd 90%);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
	transition: all 800ms;
}
.maindivfixed {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    padding-top: 5px;
    top: auto;
    text-align: right;
    right: 0px;
    width: 100%;
    border-top: 5px solid #aedbe1;
	background-image: url(../images/bg.png),linear-gradient(155deg, #55231c 0%, rgb(143, 27, 90) 40%, #1aa8dd 90%);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
	transition: all 800ms;
}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    right: 0px;
    left: 0px;
    padding: 10px 50px;
    bottom: auto;
    z-index: 9999;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    transition: all 500ms;
}
.firstimage {
	width:auto;
	height: 100vh;
	position: absolute;
	left: 50px;
	bottom: 0px;
}
.secondsub {
	display: none;
	width: 80%;
	float: left;
	border-top:  1px solid #fff;
	border-bottom:  1px solid #fff;
	margin-left:  10%;
}
.secondsub2 {
	display: none;
	width: 80%;
	float: left;
	border-top:  1px solid #fff;
	border-bottom:  1px solid #fff;
	margin-left:  10%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.arrowdown {
	display: inline-block;
	animation: one 2s infinite;
    animation-direction: alternate;
}
	@keyframes one {
  0% {
    margin-top: 20px;
	opacity: 100;
  }
  100% {
    margin-top: 0px;
	opacity: 0.6;
  }
}
	.mobilemenu {
    display: none;
}
@media only screen and (max-device-width: 1024px) {
	.img {
    width: 100%;
    display: block;
    vertical-align: unset;
    position: relative;
}
	.none {
		display: none;
	}
	i.arrowdown {
		display: none;
	}
	.topmargin {
		margin-top: 50px;
	}
	h2 {
    margin-top: 50px;
}
	.contactinfo {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: unset;
    min-height: unset;
    padding-bottom: 100px;
}
	#harita {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: unset;
}
	.formall {
    padding-left: 10px;
    padding-right: 10px;
}
	input.inputall {
    width: 100%;
    margin-bottom: 10px;
}
	textarea.inputall {
    margin-top: 0px;
}
	.contactinfo img {
    width: 60%;
    margin-top: 80px;
}
	.firstimage {
    display: none;
}
	.paddingbottom {
		padding-bottom: 50px;
	}
	.socialbox {
    right: 50%;
    margin-right: -17%;
}
	.mobilemenu {
    width: 50%;
    display: block;
    vertical-align: unset;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -26%;
}
	.mainmenu {
		display: none;
	}
	.mobilemenu img {
    width: 100%;
}
.content {
    position: absolute;
    bottom: 20%;
    right: -370%;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    overflow: auto;
    width: 100%;
    height: 350px;
    text-align: center;
    letter-spacing: normal;
    line-height: 18px;
    transition: all 1500ms;
    z-index: 1;
}
	.titlecontent {
    font-size: 24px;
	text-align: center;
    margin-bottom: 10px;
}
	.bg-aside {
    width: 100%;
    overflow: hidden;
}
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
.socialbox {
		display: none;
	}
		.content {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: auto;
}
	.mobilemenu {
    width: 180px;
    margin-left: -13%;
    top: 20px;
}
}