@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
    font-family: 'Rubik', sans-serif;
    background-color: #000;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.white {
    color: #fff;
}
.header {
    display: none !important;
}
.sloganout {
    display: table;
    width: 100%;
    float: left;
}
.masktext {
    width: 100%;
    display: block;
    float: left;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/masktextbg.jpg);
}
.masktext img {
    display: block;
    float: left;
    width: 100%;
}
.topmenu {
	width: 100%;
	display: table;
	float: left;
	padding: 10px 50px;
	margin-top: 50px;
	position: fixed;
	z-index: 9999;
	transition: all 500ms;
}
.contentwhat {
    width: 100%;
    display: table;
    float: left;
    padding: 100px 100px;
    padding-bottom: 0px;
    background-color: #f8f5f0;
}
.img-decoration img {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    position: relative;
    z-index: 2;
    width: 100%;
}
.aboutus {
    display: table;
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    background-image: url(../images/pattern0.png);
    padding: 100px 20px 100px 100px;
}
.aboutleft {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-right: 10%;
    position: relative;
}
.titleup {
    font-size: 30px;
    color: #000;
    display: block;
    float: left;
    margin-bottom: 30px;
}
.explaindown {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #212121;
    line-height: 25px;
}
.makeblue {
    color: #0395fa;
}
.img-decoration {
    display: inline-block;
    height: auto;
    left: 37px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}
.img-decoration:before {
    background: url(../images/pattern3.png) no-repeat center/cover;
    bottom: 30px;
    content: "";
    left: -30px;
    position: absolute;
    right: 30px;
    top: -30px;
    z-index: 1;
}
.img-decoration:after {
    border: 3px solid #0395fa;
    bottom: -30px;
    content: "";
    left: 30px;
    position: absolute;
    right: -30px;
    top: 30px;
}
.thirdpart {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    border: 10px solid #f8f5f0;
}
.thirdpart img {
    width: 100%;
    display: block;
    float: left;
}
.moreinfo {
    width: 80%;
    margin-left: 10%;
    display: block;
    float: left;
    background-color: #f8f5f0;
    margin-top: -40px;
    padding: 20px;
}
.moreinfodown {
    width: 100%;
    display: block;
    float: left;
    background-color: #f8f5f0;
    margin-top: -40px;
    padding: 20px;
}
.moretitle {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 200;
}
.moretext {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
}
.sticky {
	width: 100%;
	top:0px;
	margin-top: 0px;
	background-color: #000000c2;
	padding: 20px 50px;
}
.sticky .logo img {
	width: 100%;
	display: block;
	float: left;
}
.sticky .menus {
    background-color: transparent;
    padding: 0px;
    margin-left: 0px;
    width: 90%;
}
.logo {
	width: 10%;
	display: inline-block;
	float: none;
	vertical-align: middle;
	transition: all 500ms;
}
.logo img {
	width: 100%;
	display: block;
	float: left;
	transition: all 500ms;
}
.menus {
	width: 80%;
	margin-left: 10%;
	display: inline-block;
	position: relative;
	z-index: 9999;
	float: none;
	text-align: right;
	transition: all 500ms;
	padding: 20px 50px;
	background-color: #00000096;
}
.menus a {
	display: inline-block;
	margin-left: 20px;
	padding: 5px 0px;
	color: #fff;
	letter-spacing: 1px;
	font: 13px/26px 'Rubik', sans-serif;
	text-decoration: none;
	transition: all 500ms;
}
.infos {
	width: 100%;
	display: table;
	position: absolute;
	top: -10px;
	right: 100px;
	text-align: right;
	color: #fff;
	padding-top: 20px;
	padding-left: 160px;
	transition: all 500ms;
	z-index: 9999;
}
.sticky .infos {
	width: 100%;
	display: table;
	position: absolute;
	top: 10px;
	right: 50px;
	text-align: right;
	color: #fff;
	padding-top: 20px;
	padding-left: 160px;
	z-index: 9998;
}
.menus a::after {
	display: block;
	content: '';
	border-bottom: 2px solid #fff;
	width: 0px;
	transition: all 500ms;
}
.menus a:hover, .activated {
	color: #0395fa !important;
}
.menus a:hover:after {
	width: 100%;
}
.infos a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	border-right: 1px solid #fff;
	padding: 0px 10px;
	text-decoration: none;
}
.phone {
	color: #fff;
	font-size: 25px;
}
.address {
	width: 100%;
	display: block;
	float: left;
	color: #8B8B8B;
	font-size: 13px;
	font-weight: 200;
}
.content {
	width: 100%;
	display: block;
	float: left;
	position: absolute;
	height: 100vh;
	left: 0px;
	right: 0px;
	z-index: 9997;
}
.sloganin {
	width: 100%;
	display: block;
	display: none;
}
.slide {
	width: 100%;
	padding: 0px 5%;
	height: 100vh;
	float: left;
	display: block;
	position: relative;
}
.slidecontent {
	width: 90%;
	margin: 0px 5%;
	height: 70vh;
	float: left;
	display: block;
}
.slogan {
	width: 60%;
	display: block;
	height: 400px;
	float: left;
	padding: 100px;
	border: 2px solid #fff;
	position: absolute;
	top: 150px;
	left: 0px;
}
.slogancontent {
	width: 60%;
	display: block;
	float: left;
	padding: 30px;
	border: 2px solid #fff;
	position: absolute;
	top: 150px;
	left: 0px;
}
.sloganheader {
	font-size: 25px;
	font-weight: 300;
	line-height: 70px;
	margin-bottom: 23px;
	width: 100%;
	display: block;
	color: #905b59;
}
.slogantext {
	width: 100%;
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}
.slogantextwhat {
    width: 100%;
	display: block;
	float: left;
    margin-top: 30px;
	color: #000;
	font-size: 16px;
	line-height: 25px;
}
.sidemenu {
	top: auto;
	width: 30%;
	display: block;
	position: absolute;
	right: 100px;
	bottom: 50px;
	z-index: 9999;
}
.sidemenuheader {
	display: block;
	float: right;
	text-align: right;
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 50px;
	text-transform: uppercase;
	color: #905b59;
}
.sidemenu a {
	width: 100%;
	display: block;
	float: left;
	text-align: right;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	text-decoration: none;
}
.margintop50 {
	margin-top: 50px;
}
.bottomcontent {
	width: 100%;
	display: block;
	float: left;
	padding: 50px 55px;
}
.eachnews {
	width: 33.33%;
	display: flex;
	float: left;
	border-right: 1px solid #fff;
	padding: 0px 20px;
}
.eachnewsheader {
	width: 30%;
	display: flex;
	vertical-align: middle;
}
.eachnewstext {
	width: 70%;
	display: flex;
	vertical-align: middle;
	color: #fff;
	font-size: 13px;
	padding-left: 20px;
}
.newsday {
	vertical-align: middle;
	width: 50%;
	display: inline-grid;
	color: #fff;
	font-size: 30px;
}
.newsmonthday {
	width: 50%;
	display: inline-grid;
	vertical-align: middle;
}
.newsmonth {
	width: 100%;
	display: block;
	float: left;
	font-size: 16px;
	color: #f1ce98;
}
.newsyear {
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.noborder {
	border: none;
}
.contentdetail {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	padding: 100px 75px;
}
.infohalftext {
	width: 60%;
	display: block;
	float: left;
}
.infohalf {
	width: 40%;
	display: block;
	float: left;
	padding-left: 40px;
}
.infohalf img {
	width: 100%;
	display: block;
	float: left;
}
.footerdown {
	width: calc(100% - 200px);
	margin: 0px 100px;
	padding: 50px 0px;
	display: block;
	float: left;
	color: #585858;
}
.footerhalf, .footersocial {
	width: 50%;
	display: block;
	float: left;
	font-size: 13px;
}
.footersocial a {
	color: #585858;
	font-size: 13px;
	padding: 0px 20px;
	text-decoration: none;
	float: right;
}
.sloganall {
    width: 100%;
    display: block;
    padding: 100px 200px;
    float: left;
    position: relative;
    text-align: center;
}
.sloganallwhat {
    width: 100%;
    display: block;
    padding: 50px 200px;
    float: right;
    position: relative;
    text-align: center;
}
.slogantitle {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    font-size: 46px;
    font-weight: 200;
    letter-spacing: 3px;
    color: #f3f3f3;
}
.slogansubtitle {
    display: block;
    float: left;
    letter-spacing: 15px;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 200;
    color: #ffffff;
    width: 100%;
}
.slogantext {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin-top: 50px;
}
.sloganmiddle {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    overflow: visible;
}
.contactus {
    width: 100%;
    display: table;
    float: left;
    padding: 100px 100px;
    background-image: url(../images/darkbg.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-color: #333333 !important;
    background-position: center top;
}
.halfimage {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 100px;
}
.paddingleft {
    padding-left: 100px;
}

.halftext {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.titlestandart {
    color: #0395fa;
    font-size: 15px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 10px;
    z-index: 9998;
}
.lineheight {
    line-height: 55px;
}

.titlebig {
    width: 100%;
    display: block;
    float: left;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
form.contact {
    display: block;
    float: left;
    width: 100%;
}
form.contact input {
    background-color: rgba(0, 0, 0, 0.59);
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 13px;
    border: none;
    margin-bottom: 10px;
}
form.contact textarea {
    background-color: rgba(0, 0, 0, 0.59);
    width: 100%;
    height: 150px;
    padding: 20px;
    color: #fff;
    font-size: 13px;
    border: none;
}
form.contact a {
    display: block;
    float: left;
    padding: 15px 50px;
    background-color: rgba(0, 0, 0, 0.59);
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
}
.mapcontact {
    width: 100%;
    display: table;
    float: left;
    padding: 0px 75px;
	margin-top: 30px;
    position: relative;
    background-color: #000000 !important;
}
.maphalf {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.mapfull {
    width: 100%;
    display: block;
	float: left;
}
#harita {
    position: relative;
	float: left;
	height: 400px;
    width: 100%;
    margin: auto;
}
.contacttitle {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 20px;
}
.contacttext {
    width: 100%;
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
}
.outline {
    margin-bottom: 20px;
    padding: 1px 20px;
    background-color: #0395fa;
    color: #fff;
}
.mobilelogo {
		display: none;
	}
@media only screen and (max-device-width: 1024px) {
	.topmenu {
    display: none;
}
    .header {
    display: block !important;
}
    .aboutus {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 10px;
}
    .aboutleft {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-right: 0px;
}
    .titleup {
    font-size: 20px;
}
    .img-decoration {
    width: 75%;
    margin-top: 50px;
    margin-bottom: 50px;
}
    .contentwhat {
    padding: 10px;
}
    .thirdpart {
    width: 100%;
    margin-bottom: 10px;
    border: 0px;
}
    
    .mobilehide {
        display: none;
    }
	.margintop50 {
	margin-top: 10px;
}
	.contentdetail {
    padding: 50px 10px;
}
	.contactus {
    padding: 50px 10px;
}
	.maphalf {
    width: 100%;
	text-align: center;
}
	.halftext {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-top: 50px;
}
	.mapcontact {
    padding: 10px;
    margin-top: 00px;
}
	.eachnews {
    width: 100%;
    margin-bottom: 30px;
    border: none;
    padding: 0px 20px;
}
	.bottomcontent {
    padding: 30px 10px;
}
	.footerdown {
    width: 100%;
    margin: 0px;
    padding: 0px 30px;
    display: block;
    margin-bottom: 30px;
    float: left;
    color: #585858;
    border-top: 1px solid #fff;
}
	.footerhalf, .footersocial {
    margin-top: 20px;
}
	.sloganall {
	padding: 200px 10px;
	text-shadow: 1px 1px 15px #000;
}
    .sloganallwhat {
	padding: 50px 10px;
}
	.slogansubtitle {
    font-size: 18px;
    letter-spacing: normal;
}
	.infohalftext {
    width: 100%;
    text-align: center;
}
	.infohalf {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
}
	.sidemenu {
    width: 100%;
    right: 30px;
    bottom: 50px;
}
	.sloganheader {
    font-size: 40px;
}
	.mobilelogo {
		position: absolute;
		z-index: 9998;
		top: 100px;
		left: 0;
		right: 0;
		width: 60%;
		display: block;
		margin: auto;
	}
	.mobilelogo img {
		position: relative;
		width: 100%;
		display: block;
		float: left;
	}
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
	.sidemenu a {
    width: 100%;
    display: block;
    float: left;
    text-align: right;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
}
	.sidemenuheader {
    display: block;
    float: right;
    text-align: right;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #905b59;
}
	.sidemenu {
    width: 100%;
    right: 20px;
    bottom: 20px;
}
	.mobilelogo {
    position: absolute;
    z-index: 9998;
    top: 20px;
    left: 30px;
    right: 0;
    width: 30%;
    display: block;
    margin: unset;
}
}