/* RESET */
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;
}
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;
}
a, a:link, a:hover, a:active, a:focus, a:visited { color: inherit; text-decoration: inherit; }

*, *:before, *:after, html * {
	box-sizing: border-box;
}
img { max-width: 100%; }
html body * { overflow: hidden; }

/* FONTAI */



/* STILIAI */
body {
	height: 100vh;
	font-family: 'Roboto', sans-serif;
}

.container {
	width: 95%;
	max-width: 1400px;
	padding: 15px 45px;
	margin: 15px auto;
}
#header {
	height: 65%;
	background: #333 url("../img/header-bg.png") no-repeat fixed center;
	background-size: cover;
	color: #fff;
	border-bottom: 5px solid #2f9ade;
}
#header .container {
	height: 70%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-inner {
	text-align: center;
}
.header-inner .logo-main {
	margin-bottom: 15px;
	display: block;
}
.header-text h1 {
	font-size: 36px;
	margin-bottom: 25px;
}
.header-text p {
	font-size: 18px;
}
.lang-buttons {
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.10);
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0 15px;
}
.lang-button {
	width: 40px;
	height: 40px;
	margin: 5px;
	border-radius: 100%;
	display: inline-block;
}
.lang-button-gb {
	background: url(../img/flag-uk.png) center no-repeat;
}
.lang-button-lt {
	background: url(../img/flag-lt.png) center no-repeat;
}
#services-first {
	background: #fff;
	border-radius: 20px;
	margin-top: -130px;
	padding-top: 20px;
	box-shadow: 8px -8px 0px 0px rgba(255,255,255,0.15), 16px -16px 0px 0px rgba(255,255,255,0.1), 24px -24px 0px 0px rgba(255,255,255,0.07);
}
#services-first .row {
	display: block;
	margin-top: 80px;
	margin-bottom: 20px;
}
#services-first .col {
	display: inline-block;
	width: 50%;
	float: left;
}
#services-first .col-left {
	width: 15%;
	float: left;
	display: inline-block;
	padding: 5px;
}
#services-first .col-right {
	width: 85%;
	float: left;
	display: inline-block;
	padding: 5px;
}
#services-first img {
	max-width: 100%;
}
#services-first h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
#services-first label {
	font-weight: 500;
	color: #fff;
	background: #2f9ade;
	font-size: 15px;
	padding: 3px 8px;
	border-radius: 10px;
	margin-bottom: 7px;
	display: inline-block;
}
#services-first p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #6d6d6d;
	margin-bottom: 20px;
}
#services-first .col:nth-of-type(1) {
	padding-right: 60px;
}
#services-first .col:nth-of-type(2) {
	padding-left: 60px;
}

#services-second {
	position: relative;
	color: #fff;
	background: url("../img/services-bg.png") center no-repeat;
	padding: 50px 25px;
	display: flex;
	align-items: center;
}
#services-second .left {
	float: left;
	width: 52%;
	padding-right: 200px;
	padding-left: 60px;
	margin: 50px 0;
}
#services-second .left h2 {
	font-size: 36px;
	margin-top: 45px;
	margin-bottom: 10px
}
#services-second .left p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 45px;
}
#services-second .right {
	display: inline-block;
	width: 48%;
	float: left;
	padding-bottom: 30px;
	display: flex;
	justify-content: flex-end;
}
#services-second .col {
	display: inline-block;
	width: calc(50% - 30px);
	background: #fff;
	float: left;
	margin: 15px;
	text-align: center;
	border-radius: 25px;
	position: relative;
	overflow: visible;
	padding-bottom: 30px;
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.15);
	max-width: 350px;
}
#services-second .head {
	width: 100%;
	background-size: cover !important;
	padding: 35px 5px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
#services-second .head-1 {
	background: url("../img/service-1.png") center no-repeat;
}
#services-second .head-2 {
	background: url("../img/service-2.png") center no-repeat;
}
#services-second .head h2 {
	font-size: 18px;
	margin-bottom: 35px;
}
#services-second .head h3 {
	font-size: 24px;
}
#services-second .body {
	color: #6d6d6d;
	padding: 25px;
	line-height: 1.5;
}
#services-second .body p {
	margin-bottom: 20px;
	font-weight: 300;
}

#services-second .button-container {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	z-index: 2;
	overflow: visible;
}

#services-second .button {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 20px;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 0px 15px 10px -5px rgba(0,0,0,0.15);
	background: #fff;
	color: #2b2b2b;
	border: 1px solid transparent;
	transition: border .5s ease-in-out;
}
#services-second .button-primary {
	background-image: -moz-linear-gradient( -35deg, rgb(33,147,176) 0%, rgb(109,213,237) 100%);
	background-image: -webkit-linear-gradient( -35deg, rgb(33,147,176) 0%, rgb(109,213,237) 100%);
	background-image: linear-gradient( -35deg, rgb(33,147,176) 0%, rgb(109,213,237) 100%);
	color: #fff;
}
#services-second .button:hover {
	border-color: #2F9ADE;
}
#reviews {
	margin-bottom: 100px;
	text-align: center;
}
#reviews h3 {
	font-size: 36px;
	margin-bottom: 25px;
}
#reviews .button {
	display: inline-block;
	padding: 5px 15px;
	background: #2f9ade;
	border-radius: 25px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 0.5s background;
	font-size: 18px;
	color: #fff;
}
#reviews .button:hover {
	background: #1681C5;
}
#reviews .slide {
	border: 1px solid #dfdfdf;
	border-radius: 25px;
	padding: 25px;
	margin: 10px 50px;
	text-align: left;
	outline: none;
}
#reviews .slide .slide-head {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	position: relative;
}
#reviews .slide .img, #reviews .slide .text {
	float: left;
	display: inline-block;
	margin-right: 25px;
}
#reviews .slide h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
#reviews .slide .time {
	font-size: 13px;
	color: #6d6d6d;
}
#reviews .slide .slide-body p {
	color: #6d6d6d;
	font-size: 15px;
	line-height: 1.5;
}
#reviews .slide .rating {
	position: absolute;
	top: 10px;
	right: 25px;
}


#order {
	background: url(../img/order.png) center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 60px 20px;
}
#order h2 {
	font-size: 36px;
}
#order h4 {
	font-size: 24px;
	color: #2f9ade;
	margin-bottom: 50px;
}
#order .form-group {
	display: inline-block;
	padding: 10px;
	padding-left: 40px;
	border-bottom: 2px solid #2f9ade;
	font-size: 18px;
	margin: 0 24px;
}
#order .form-user {
	background: url(../img/icon-user.png) left center no-repeat;
}
#order .form-number {
	background: url(../img/icon-number.png) left center no-repeat;
}
#order input {
	background: transparent;
	border: none;
	font-size: 18px;
	color: #fff;
	padding: 5px;
	outline: none;
}
#order input::placeholder {
	color: #fff;
	opacity: 0.8;
}
#order .button {
	display: inline-block;
	padding: 15px 40px;
	background: #2f9ade;
	border-radius: 25px;
	margin: 0 24px;
	cursor: pointer;
	transition: 0.5s background;
	-webkit-appearance: none;
}
#order .button:hover {
	background: #1681C5;
}
#contact {
	padding: 95px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact .left {
	text-align: center;
	width: 40%;
	float: left;
	display: inline-block;
}
#contact .right {
	display: inline-block;
	width: 60%;
	float: left;
}
#contact .form-group {
	margin: 10px;
}
#contact .txt {
	background: #fbfbfb;
	padding: 20px 25px;
	border-radius: 25px;
	border: none;
	outline: none;
	font-size: 18px;
	color: #6d6d6d;
	width: calc(50% - 100px);
	float: left;
	margin: 10px 20px;

}
#contact .txt:nth-of-type(1) {
	margin-right: 60px;
}
#contact .textarea-group {
	margin: 10px 110px 10px 30px;
	position: relative;
}
#contact textarea {
	background: #fbfbfb;
	padding: 20px 25px;
	border-radius: 25px;
	border: none;
	outline: none;
	font-size: 18px;
	color: #6d6d6d;
	width: 100%;
	float: left;
	min-height: 300px;
	resize: none;
}
#contact .submit {
	display: inline-block;
	padding: 10px 30px;
	background: #2f9ade;
	border-radius: 25px;
	font-size: 18px;
	cursor: pointer;
	transition: 0.5s background;
	color: #fff;
	position: absolute;
	bottom: 15px;
	right: 15px;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}
#contact .submit:hover {
	background: #1681C5;
}
#footer {
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.1);
	padding: 25px 50px;
	color: #6d6d6d;
	font-weight: 300;
}
#footer .col1 {
	width: 35%;
	display: inline-block;
	float: left;
	padding: 15px;
	padding-right: 50px;
}
#footer .col2 {
	width: 45%;
	display: inline-block;
	float: left;
	padding: 15px;
	padding-right: 50px;
}
#footer .col3 {
	width: 20%;
	display: inline-block;
	float: left;
	padding: 15px 10px;
}
#footer p {
	font-size: 14px;
}
#footer h4 {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}
#footer .i {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #b4b4b4;
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
	float: left;
	transition: background-color 0.3s ease-in-out;
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
}
#footer .i:hover {
	background-color: #2f9ade;
}
#footer .tw {
	background-image: url(../img/icon-tw.png);
}
#footer .ig {
	background-image: url(../img/icon-ig.png);
}
#footer .fb {
	background-image: url(../img/icon-fb.png);
	background-size: 75%;
	background-position: bottom center;
}
#footer .email {
	background: url(../img/icon-mail.png) left center no-repeat;
	padding: 5px 5px 5px 40px;
	font-size: 16px;
	margin-bottom: 15px;
}
#footer .phone {
	background: url(../img/icon-number.png) left center no-repeat;
	padding: 5px 5px 5px 40px;
	font-size: 16px;
	margin-bottom: 15px;
}
#footer .location {
	background: url(../img/icon-location.png) left center no-repeat;
	padding: 5px 5px 5px 40px;
	font-size: 16px;
	margin-bottom: 15px;
}
.bgbar, .tikmobile {
	display: none;
}
#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
}
#modal .close {
	font-size: 50px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 50px;
}
#modal .inner-modal {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#modal .modal-body {
	background: #fff;
	border-radius: 25px;
	width: 90%;
	max-width: 900px;
	padding: 50px;
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.5);
}
#modal .modal-body h3 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}
#modal .modal-body .txt {
	background: #fbfbfb;
	padding: 20px 25px;
	border-radius: 25px;
	border: none;
	outline: none;
	font-size: 18px;
	color: #6d6d6d;
	width: 100%;
	float: left;
	margin: 40px 0;
}
#modal .modal-body textarea {
	background: #fbfbfb;
	padding: 20px 25px;
	border-radius: 25px;
	border: none;
	outline: none;
	font-size: 18px;
	color: #6d6d6d;
	width: 100%;
	float: left;
	min-height: 300px;
	resize: none;
}
#modal .bottom {
	position: relative;
	vertical-align: middle;
}
.rating {
	overflow: hidden;
	display: inline-block;
	margin-left: 15px;
}
.rating-input {
	float: right;
	width: 28px;
	height: 24px;
	padding: 0;
	margin: 0 0 0 -28px;
	opacity: 0;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
	background-position: 0 0;
}

.rating-star,
.rating:hover .rating-star {
	position: relative;
	display: block;
	float: right;
	width: 28px;
	height: 24px;
	background: url('../img/stars-rating.png') 0 -28px;
}
#modal .maintext {
	display: block;
	font-size: 16px;
	line-height: 32px;
	margin-top: 15px;
	vertical-align: middle;
}
#modal .muted {
	color: #6d6d6d;
	font-size: 15px;
	margin-top: 15px;
	padding-right: 160px;
}
#modal .submit {
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	background: #2f9ade;
	border-radius: 25px;
	cursor: pointer;
	transition: 0.5s background;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 0;
	font-weight: 300;
	outline: none;
}
#modal .submit:hover {
	background: #1681C5;
}
#cookie-bar {
    background: rgba(45, 63, 74, 0.8) !important;
}