/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{outline:0;}
.clear{clear:both;}
#cover{position:fixed; top:0; left:0; right:0; bottom:0; background-color:#ffffff;}
#promo{position:absolute; left:0; top:0; width:70%; height:100%;background:url('../images/main.jpg') center center no-repeat; background-size:cover;}
nav{position:absolute; right:0; top:0; width:30%; height:100%;background-color:#564f49;}
nav .positioner{width:86%;}
nav .logo{display:block; margin:0px auto 30px; width:70%;}
nav h1{color:#fff; font-size:40px; line-height:1.1; margin-bottom:20px;}
nav p{color:#fff; font-size:18px; line-height:1.1; margin-bottom:20px;}
form input[type="text"]{border:none; border-bottom:2px solid #fff; font-family: 'Playfair Display', serif;color:#fff; font-size:16px;background-color:rgba(0,0,0,0); width:100%; margin-bottom:15px;display:block; float:left;height:32px; line-height:32px;}
form input[type="email"]{border:none; border-bottom:2px solid #fff; font-family: 'Playfair Display', serif;color:#fff; font-size:16px;background-color:rgba(0,0,0,0); width:100%; margin-bottom:15px;display:block; float:left;height:32px; line-height:32px;}
form input[type="phone"]{border:none; border-bottom:2px solid #fff; font-family: 'Playfair Display', serif;color:#fff; font-size:16px;background-color:rgba(0,0,0,0); width:100%; margin-bottom:15px;display:block; float:left;height:32px; line-height:32px;}
form input[type="text"]::placeholder{color:rgba(255,255,255,.6);}
form input[type="phone"]::placeholder{color:rgba(255,255,255,.6);}
form input[type="email"]::placeholder{color:rgba(255,255,255,.6);}
.row{display:block; width:100%;}
.row .col{float:left; width:100%; padding-right:20px; box-sizing:border-box;}
.row .col_2{float:left; width:50%;padding-right:20px; box-sizing:border-box;}
.row p{font-family: 'Playfair Display', serif;color:#fff; font-size:14px; line-height:1.2;}
.row p a{color:#fff;}
.row input[type="checkbox"]{border:0px; float:left; width:14px; height:14px; margin-right:12px; margin-bottom:20px;}
.row button{font-family: 'Playfair Display', serif;height:54px; line-height:54px; background-color: #fff;
    color: #384344; border-radius:54px; display:block; width:240px; cursor:pointer; border:0;}

#aydinlatma p{
	font-family: 'Playfair Display', serif;color:#384344; font-size:14px; line-height:1.2; margin-bottom:12px;
}
#aydinlatma h2{
	font-family: 'Playfair Display', serif;color:#384344; font-size:20px; line-height:1.2; margin-bottom:15px;
}
#aydinlatma b{
	font-weight:900;
}

.map-link{
	font-family: 'Playfair Display', serif;height:54px; line-height:54px; background-color:#384344; color:#fff; border-radius:54px; display:block; width:240px; cursor:pointer; border:0;
	position:absolute;bottom:20px;left:20px;text-align:center;text-decoration:none;
}

@media all and (min-width:1521px) and (max-width:1680px) {
    #promo{width:65%;}
    nav{width:35%;}
	nav .logo{width:60%;}
	nav h1{font-size:32px;}
    nav p{font-size:16px;}
	.row button{height:48px; line-height:48px; border-radius:48px;}
}
@media all and (min-width:1367px) and (max-width:1520px) {
	#promo{width:65%;}
    nav{width:35%;}
	nav .logo{width:60%;}
	nav h1{font-size:28px;}
    nav p{font-size:16px;}
	.row button{height:48px; line-height:48px; border-radius:48px;}
}
@media all and (min-width:1025px) and (max-width:1366px) {
	#promo{width:65%;}
    nav{width:35%;}
	nav .logo{width:60%;}
	nav h1{font-size:24px;}
    nav p{font-size:14px;}
	.row button{height:40px; line-height:40px; width:200px; border-radius:40px;}
}
@media all and (min-width:768px) and (max-width:1024px) {
		#promo{width:60%;}
    nav{width:40%;}
	nav .logo{width:60%;}
	nav h1{font-size:24px;}
    nav p{font-size:14px;}
	.row button{height:40px; line-height:40px; width:200px; border-radius:40px;}
}
@media all and (min-width:768px) and (max-width:2560px) {
	.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%)
}

.absolute-center-x {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0)
}

.absolute-center-y {
    position: absolute;
    top: 50% !important;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%)
}
}
@media all and (max-width:768px) {
    body{background-color:#7fb8c0;}
	#cover{position:relative; top:auto; left:auto; right:auto; bottom:auto;}
    #promo{position:relative; top:auto; left:auto; right:auto; bottom:auto; height:300px; width:100%;}
    nav{position:relative; top:auto; left:auto; right:auto; bottom:auto; width:100%; height:auto;}
	nav .positioner{box-sizing:border-box; width:100%; padding:25px;}
	nav h1{font-size:24px;}
    nav p{font-size:14px;}
	.row button{height:40px; line-height:40px; width:200px; border-radius:40px;}
	
	.map-link{height:22px; line-height:22px; width:120px; border-radius:22px; font-size:11px; left:10px; bottom:10px;}
}