/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Kaushan Script', cursive;
*/

body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #9daeb6;
	background-color: white;
	height: 7218px;
}

/* #1 Header */

header {
	background: url(../img/header_back.jpg) no-repeat 50% 0;
	height: 698px;
	margin: 0;
	padding: 0;
}

.white {
	background-color: rgba(255,255,255, 0.23);
	height: 88px;
}

.navigation {
	max-width: 1140px;
	margin: 0 auto;
	height: 88px;
	display: flex;  
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.navigation h1 {
	font-family: 'Kaushan Script', cursive;
	font-size: 26px;
	letter-spacing: 0.05em;
}

.nav {
	flex-basis: 720px;
}

.nav a {
	position:relative;
	color: #9daeb6;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 25px;
	font-size: 12px;
}

.nav a:hover::after  {
  position: absolute;
  content: '';
  left: 0%; right: 0%;
  bottom: -5px;
  height: 2px;
  background: #56c7ff;
}

.head_button {
	width: 150px;
	height: 40px;
	background-color: none;
	border: 3px solid #56c7ff;
	text-decoration: none;
	border-radius: 4px;
	color: #56c7ff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
}

.head_button:hover {
	background-color: white;
}

.head_line {
	background: url(../img/line.png) no-repeat 50% 0;
	height: 324px;
	width:1141px;
	margin: auto;
	margin-top:133px;
	padding: 25px 0 0 7em;
}

.head_welcome1 {
	color: white;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.head_welcome2 {
	color: #56c7ff;
	font-size: 62px;
	font-family: 'Kaushan Script', cursive;
	line-height: 0.15em;
}

.head_line p {
	font-size: 20px;
	margin-top: 40px;
	width: 45%
}

.head_order {
	display: inline-block;
	text-transform: uppercase;
	width: 253px;
	height: 60px;
	text-decoration: none;
	color: white;
	background: #36aeea;
	text-align: center;
	line-height: 60px;
	border-radius: 4px;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: 600;
/*		border: 3px solid #36aeea; */
}

.head_order:hover {
	background: white;
	color: #36aeea;
}

/* #2 Blog */

.zone {
	width: 1141px;
	margin: auto;
	height: 100%;
	position: relative;
}

main {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.blog {
	background: #f6f4f4;
	height: 667px;
}

.blog_map {
	position: absolute;
	top: 20px;
	left: 100px;
}

.blog h2 {
	text-transform: uppercase;
	color: black;
	margin: 0;
	font-size: 20px;
	padding-top: 260px;
}

.blog p {
	font-size: 14px;
	margin-top: 15px ;
	width: 370px;
	line-height: 1.8em;
}

.blog_button {
	position: relative;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	width: 126px;
	height: 36px;
	text-decoration: none;
	color: white;
	background: #36aeea;
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: 600;
	border: 2px solid #36aeea;
	z-index: 5;
}

.blog_button:hover {
	background: white;
	color: #36aeea;
}

.blog_foto2 {
	position: absolute;
	right: -220px;
	top: -40px;
}

.blog_foto1 {
	position: absolute;
	bottom: 40px;
	right: 350px;
}

/* #3 Journal */

.journal {
	height: 980px;
	text-align: center;
}

.journal h2 {
	color: black;
	text-transform: uppercase;
	font-size: 30px;
	padding-top: 60px;
	margin: 0;
}

.journal_flex {
	display: flex;  
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	max-width: 1140px;
	max-height: 760px;
	box-shadow: 0 0 15px rgba(0,0,0, 0.3);
	margin: 60px auto 0;
}

.journal_flex_block {
	width: 380px;
	height: 380px;
	line-height: 380px;
	position:relative;
}
   
.block1 {
	background: url(../img/journal1.jpg) no-repeat 50% 50%;
}

.block2 {
	background: url(../img/journal3.jpg) no-repeat 50% 50%;
}

.block3 {
	background: url(../img/journal2.jpg) no-repeat 50% 50%;
}

.block1::after {
    content: ''; 
    position: absolute;
    right: 0px; 
	top: 50px;
    border: 10px solid transparent;
    border-right: 10px solid white;
   }

.block2::after {
    content: ''; 
    position: absolute;
    left: 50px; 
	bottom: 0px;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
   }
   
.block3::after {
    content: ''; 
    position: absolute;
    top: 50px; 
	left: 0px;
    border: 10px solid transparent;
    border-left: 10px solid white;
   }

.journal_flex_block_text {
	width: 380px;
	height: 380px;
}

.journal_flex_text1 {
	text-align: center;
	height: 100px;
	color: #16b5ef;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 100px;
}

.journal_flex_text2 {
	width: 300px;
	margin: auto;
	text-align: center;
	height: 100px;
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.journal_flex_text3 {
	width: 300px;
	margin: auto;
	display: inline-block;
	text-align: center;
	height: 100px;
	margin: 0 0;
	font-size: 14px;
	line-height: 1.7em;
}

.journal_flex_text4 {
	font-family: serif;
	text-align: center;
	height: 80px;
	color: black;
	font-size: 14px;
	font-style: italic;
	line-height: 70px;
	font-weight: bold;
}

.line_through {
	position:relative;
}

.line_through::after {
	position: absolute;
	content: '';
	width: 134px;
	top: 11px;
	left: -2px;
	height: 2px;
	background: black;
}

.journal_sticker {
	vertical-align: middle;
}

/* #4 Offer */

.offer{
	background: url(../img/offer_back.jpg) no-repeat 50% 0;
	height: 651px;
	margin: 0;
	padding: 0;
}
.offer_text{
	width: 1140px;
	margin: auto;
	padding-top: 190px;
}

.offer_text h2 {
	font-size: 20px;
	color: black;
}

.offer_text p {
	max-width: 720px;
}

form {
	position:relative;
	margin-top: 30px;
}

.offer-text {
	position:relative;
	float: left;
	height: 60px;
	width: 300px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	padding: 0 0 0 20px;
}

::-webkit-input-placeholder {
	color: #cecece;
}

.offer_form_line {
	position: absolute;
	top: 12px;
	left: 317px;
	width: 1px;
	height: 36px;
	background-color: #ebebeb;
	z-index: 25;
}

.offer-tel {
	position:relative;
	float: left;
	margin-left: -4px;
	height: 60px;
	width: 530px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	padding: 0 0 0 20px;
}
	
.offer-tel:focus,
.offer-text:focus {
	outline: none;
}

.offer-submit {
	position:relative;
	right: 227px;
	top: 2px;
	height: 56px;
	width: 225px;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background: #36aeea;
	text-align: center;
	line-height: 52px;
	letter-spacing: 0.1em;
	font-weight: 600;
	border: 2px solid #36aeea;
	z-index: 5;
}

.offer-submit:hover {
	background: white;
	color: #36aeea;
}