* {
	margin: 0;
	padding: 0;
	outline: 0
}

body,
html {
	height: 100%
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #6b6b6b;
	background-color: #fff
}

:focus {
	outline: 0
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	border: none
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset
}

form textarea:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus {
	border: 0
}

form select,
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"] {
	color: #222;
	font-size: 16px;
	padding: 0 10px;
	background-color: #fff;
	border: 0;
	height: 43px;
	line-height: 35px;
	border-radius: 2px;
	width: 100%
}

form textarea {
	color: #222;
	font-size: 16px;
	padding: 10px;
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	resize: none;
	width: 100%;
	min-height: 120px
}

.Y-Center-outer {
	display: table;
	height: 100%
}

.Y-Center-inner {
	display: table-cell;
	vertical-align: middle
}

.Y-Center {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.XY-Center {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.space {
	padding: 70px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	color: #222
}

h1 {
	font-size: 26px;
	line-height: 32px
}

h2 {
	font-size: 22px;
	line-height: 28px
}

h3 {
	font-size: 18px;
	line-height: 28px
}

h4 {
	font-size: 18px;
	line-height: 28px
}

h5 {
	font-size: 18px;
	line-height: 28px
}

h6 {
	font-size: 18px;
	line-height: 28px
}

strong {
	font-weight: 700
}

a {
	color: #06a84e;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

a:hover,
a:active,
a:focus {
	color: #06a84e;
	outline: 0;
	text-decoration: none
}

p {
	color: #6b6b6b;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5
}

.heading {
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 32px;
	line-height: 40px;
	color: #222;
	font-weight: 700;
	text-transform: uppercase
}

.btn-primary {
	background-color: #06a84e;
	border: 2px solid #06a84e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-radius: 2px;
	padding: 7px 13px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #06a84e;
	border: 2px solid #06a84e
}

.btn-secondary {
	border: 2px solid #06a84e;
	color: #06a84e;
	border-radius: 2px;
	padding: 7px 13px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff;
	background-color: #06a84e
}

header {
	position: relative;
	z-index: 100;
	min-height: 640px;
	background: url(../img/header-bgr3.jpg) no-repeat top center;
	background-size: cover
}

header:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/img-01.jpg) no-repeat;
	background-size: 100%
}

header .header-intro {
	text-align: right;
	padding: 35px 0 0 0
}

header h1 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 10px 0;
	letter-spacing: 1px
}

header h2 {
	font-size: 22px;
	line-height: 28px
}

header .order {
	padding: 33px 15px 25px;
	margin: 0 0 0 40px;
	width: 100%;
	background-color: #8e0608
}

header .order .phone-order {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	color: #fff
}

header .order .phone-order span {
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px
}

header img {
	margin: 0 0 0 -15px
}

header .order .order-heading h3 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

header .order .timeleft {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase
}

header .order .timeleft span {
	display: block;
	font-weight: 400;
	font-size: 14px
}

header .order .timeleft #getting-started {
	margin-bottom: 15px
}

header .order .order-form .btn-primary {
	width: 100%
}

.video iframe {
	width: 100%;
	height: 312px;
	pointer-events: all;
	margin: 8px 0 0 0
}

.section-01 {
	background-color: #fafafa
}

.section-01 .heading {
	text-align: left
}

.section-02 {
	background-color: #F9F9F9
}

.section-02 .heading {
	text-align: left
}

.section-02 ul li {
	font-size: 18px;
	margin: 0 0 7px 0
}

.section-03 .heading {
	text-align: left
}

.section-03 ul li {
	margin: 0 0 16px 0
}

.section-03 ul li img {
	width: 22px;
	margin-right: 10px;
	vertical-align: top
}

.section-04 .heading {
	text-align: left
}

.section-04 ul li {
	margin: 0 0 16px 0
}

.section-04 ul li img {
	width: 22px;
	margin-right: 10px;
	vertical-align: top
}

.price {
	margin: 20px 0 0 0
}

.price .old-price {
	font-size: 32px;
	line-height: 1.5;
	margin-right: 15px;
	text-decoration: line-through;
	font-weight: 400;
	color: #8e8e8e
}

.price .new-price {
	position: relative;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 700;
	padding: 0 15px;
	border: 3px solid #8e0608;
	border-radius: 100px;
	color: #8e0608;
	width: 190px;
	height: 59px;
	text-align: center
}

.price .new-price:before {
	content: "Τιμή προσφοράς";
	color: #8e0608;
	background-color: #fafafa;
	font-size: 12px;
	position: absolute;
	top: -9px;
	left: 10%;
	width: 110px;
	text-align: center
}

.price div {
	display: inline-block
}

footer {
	text-align: center;
	background-color: #333;
	padding: 20px 0 0
}

footer p {
	color: #fff
}

footer h3,
footer .heading {
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase
}

.center-block {
	margin: 0 auto;
	display: block
}

.p0 {
	padding: 0
}

.mt50 {
	margin-top: 120px
}

.input-wrapper label {
	display: none
}

.input-wrapper {
	position: relative
}

.input-wrapper .error {
	border: 1px solid red;
	/* padding-top: 6px; */
	background-position-y: 65%
}

.input-wrapper .error+label {
	width: 100%;
	height: 100%;
	color: red;
	display: block !important;
	font-size: 11px;
	left: 20px;
	line-height: 1;
	position: absolute;
	top: 5px;
	text-align: left
}

.input-wrapper .error+label:before,
.input-wrapper .error+label:after {
	content: "";
	position: absolute;
	right: 50px;
	top: 40%;
	width: 3px;
	height: 21px;
	background-color: red
}

.input-wrapper .error+label:before {
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg)
}

.input-wrapper .error+label:after {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg)
}

.footer {
	background-color: #333 !important;
	color: #fff !important;
	padding: 20px 0 !important;
}

.footer p {
	;
	color: #fff !important
}