body {
	color: #1C1C1C;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	letter-spacing: 1px;
}

header {
	color: #F2F1F0;
	background-color: #1C1C1C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3a3a3a;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

a {
	text-decoration: none;
	transition: all 0.5s;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

a:focus {
	color: #fff;
}

ul,
li,
a {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

button:focus,
input:focus {
	outline: none;
}

:-webkit-input-placeholder {
	color: inherit;
}

.section-padding {
	padding: 80px 0;
}

p {
	margin: 0 0 15px;
}

.ex-margin {
	margin: 0 !important;
}

.arina-btn {
	background-color: #F2F1F0;
	border: 1px solid #F2F1F0;
	border-radius: 3px;
	color: #1a1a1a;
	font-weight: 600;
	margin: 20px 10px 0 0;
	padding: 10px 15px;
	text-transform: uppercase;
}

.non-bg-btn {
	background-color: transparent;
}

.hvr-radial-out::before {
	background: #1a1a1a none repeat scroll 0 0;
	border: 1px solid #1a1a1a !important;
}

.hvr-radial-in:before {
	background: #F2F1F0 none repeat scroll 0 0;
}

.title h2 {
	display: inline-block;
	font-size: 35px;
	position: relative;
}

.news-area .title h2 {
	padding-bottom: 40px;
}

.title p {
	padding: 40px 0 45px;
	margin: 0;
}

.page-title-area {
	background: url('../img/title.jpg') no-repeat scroll center top / cover;
	padding: 70px 0;
	position: relative;
}

.page-title-area::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(0, 0, 0, .7);
}

.page-title {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
}

.page-title .title {
	padding: 0;
}

.page-title .title h2 {
	color: #fff;
	font-size: 30px;
}

.page-title .title h2::before,
.page-title .title h2::after {
	display: none
}

.page-title i.fa {
	margin: 0 3px;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
}

ul.breadcrumb li a {
	color: #D9D9D9;
	font-size: 14px;
}

.breadcrumb > li + li::before {
	font-size: 14px;
}

.breadcrumb > .active {
	color: #fff;
	font-size: 14px;
}

#scrollUp {
	background: #D9D9D9 none repeat scroll 0 0;
	border-radius: 3px;
	bottom: 56px;
	font-size: 20px;
	padding: 5px 0;
	right: 50px;
	transition: all 0.5s ease 0s;
	z-index: 999 !important;
	border-radius: 50%;
}

#scrollUp:hover {
	background-color: #272727;
}

#scrollUp:hover .hvr-icon-bob:before {
	color: #D9D9D9;
}

.hvr-icon-bob:before {
	animation-delay: 0s, 0.3s;
	animation-direction: normal, alternate;
	animation-duration: 0.3s, 1.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1, infinite;
	animation-name: hvr-icon-bob-float, hvr-icon-bob;
	animation-timing-function: ease-out, ease-in-out;
	color: #1a1a1a;
	content: "";
	font-size: 30px;
	right: 12px;
	top: -26px;
	transition: all 0.5s ease 0s;
}

@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.pre-wraper {
	width: 40px;
	height: 40px;
	margin: 100px auto;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-scaleout2 1.0s infinite ease-in-out;
	animation: sk-scaleout2 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout2 {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes sk-scaleout2 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.preloader {
	background: #1C1C1C none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.preloader .pre-wraper {
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	background-color: #F2F1F0;
}

.top-header-area {
	background-color: #000;
	color: #fff;
	padding: 20px 0;
}

.top-header-info i.fa {
	color: #F2F1F0;
	margin-right: 5px;
}

.top-header-info a {
	color: #fff;
	margin-right: 10px;
}

.slogan ul {
	margin: 0;
	text-transform: capitalize;
}

.slogan ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.slogan ul li button {
	color: #fff;
	background: transparent;
	border: none;
}

.slogan ul li span.svk {
	background: url('../img/flags/sk.svg') no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 10.5px;
	margin-right: 5px;
}

.slogan ul li span.eng {
	background: url('../img/flags/gb.svg') no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 10.5px;
	margin-right: 5px;
}

.arina-logo {
	padding: 16px 0 8px;
}

.arina-logo img {
	width: 170px;
}

.fixed-menu {
	z-index: 999 !important;
	background-color: #1C1C1C;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.main-menu {
	text-align: right;
	margin: 20px 0;
	transition: 0.5s;
}

.main-menu ul {
	display: inline-flex;
	list-style: outside none none;
}

.main-menu ul li {
	display: inline-block;
	position: relative;
}

ul li a.menu-active {
	background-color: #D9D9D9;
	color: #000 !important;
}

.main-menu ul li a {
	color: #F2F1F0;
	display: block;
	font-weight: 600;
	padding: 5px 14px;
	margin-right: 5px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	border: 1px solid #1C1C1C;
}

.main-menu ul li a:hover {
	background-color: #D9D9D9;
	color: #000;
}

.responsive-menu-wrap {
	display: none;
}

.slider-area {
	background-color: #272727;
}

.single-slider {
	position: relative;
}

.single-slider:before {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.slider-one {
	background: url("../img/slider1.jpg") no-repeat scroll center center / cover;
}

.slider-two {
	background: url("../img/slider2.jpg") no-repeat scroll center center / cover;
}

.slider-three {
	background: url("../img/slider3.jpg") no-repeat scroll center center / cover;
}

.slider-table {
	display: table;
	height: 100vh;
	width: 100%;
}

.slider-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.slider-info h2 {
	font-size: 50px;
	line-height: 1.23;
	color: #BABDBF;
}

.slider-info h2 span {
	color: #fff;
}

.slider-info p {
	color: #fff;
	margin: 30px 0 20px;
}

.slider-wraper .owl-nav div {
	background-color: #1C1C1C;
	color: #F2F1F0;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	transition: all 0.5s ease 0s;
}

.slider-wraper div.owl-prev {
	left: auto;
	opacity: 0;
	left: -1%;
}

.slider-area:hover .slider-wraper div.owl-prev {
	left: 0;
	opacity: 1;
}

.slider-wraper div.owl-next {
	left: auto;
	opacity: 0;
	right: -1%;
}

.slider-area:hover .slider-wraper div.owl-next {
	right: 0;
	opacity: 1;
}

.slider-area .owl-dots,
.destination-img .owl-dots,
.testmonial-content .owl-dots {
	bottom: 80px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

.slider-area .owl-dot,
.destination-img .owl-dot,
.testmonial-content .owl-dot {
	background-color: #1C1C1C;
	display: inline-block;
	height: 5px;
	margin: 0 2px;
	width: 25px;
}

.slider-area .owl-dot.active,
.destination-img .owl-dot.active,
.testmonial-content .owl-dot.active {
	background-color: #fff;
}

.about-page-content h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.about-page-content {
	margin: 40px 0 0;
}

.about-page-content p:last-child {
	margin: 0;
}

.about-top {
	margin: 0 !important;
}

.about-content-overflow {
	margin-top: 50px;
	overflow: hidden;
}

.about-img {
	position: relative;
}

.about-img::before {
	position: absolute;
	content: '';
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 33;
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-img img {
	width: 100%;
}

.news-area {
	background-color: #F6F6F6;
}

.news-info {
	margin-bottom: 30px;
}

.news-content {
	padding: 30px 20px;
	transition: 0.5s;
}

.news-img {
	position: relative;
}

.news-img img {
	width: 100%;
}

.news-img:before {
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 9;
}

.news-content h2 {
	font-size: 16px;
	margin: 15px 0;
}

.news-content a {
	margin-right: 0;
}

.blog-slide .owl-nav div {
	background-color: #D9D9D9;
	color: #000;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	transition: all 0.5s ease 0s;
}

.blog-slide div.owl-prev {
	left: auto;
	left: -5%;
}

.blog-slide div.owl-next {
	left: auto;
	right: -5%;
}

.footer-area {
	background-color: #1C1C1C;
}

.footer-widgets img {
	margin-top: 60px;
	width: 160px;
	margin-bottom: 25px;
}

.footer-widgets p {
	color: #fff;
}

.footer-widgets h2 {
	font-size: 26px;
	font-weight: 600;
	margin: 3px 0 40px;
	color: #BABDBF;
}

.footer-widgets ul {
	list-style: outside none none;
	margin: 0 0 20px;
}

.footer-widgets ul li {
	color: #fff;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}

.footer-widgets ul li:before {
	color: #BABDBF;
	content: "-";
	left: 0;
	position: absolute;
}

.address-wid ul li {
	margin-bottom: 10px;
	padding-left: 26px;
	position: relative;
}

.address-wid ul li i.fa {
	color: #BABDBF;
	left: 0;
	position: absolute;
	top: 5px;
}

.address-wid ul li:before {
	display: none;
}

.footer-widgets ul li a {
	color: #fff;
	display: inline-block;
}

.main-footer-area {
	background-color: #171717;
	padding: 25px 0;
}

.copy-right p {
	color: #fff;
	margin: 0;
}

.copy-right p span,
.copy-right p a {
	color: #BABDBF;
	font-weight: 900;
}

.portfolio-area1,
.portfolio-area3 {
	background-color: #F6F6F6;
	padding-bottom: 0;
}

.portfolio-area2 {
	background-color: #fff;
	padding-bottom: 0;
}

.single-project {
	float: left;
	overflow: hidden;
	position: relative;
	width: 25%;
}

.single-project img {
	height: 100%;
	width: 100%;
	transform: scale(1);
	transition: all 2s ease 0s;
}

.single-project:hover.single-project img {
	transform: scale(1.5);
}

.project-lightbox {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 40px 30px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 1s ease 0s;
	width: 100%;
	z-index: 6;
}

.single-project:hover .project-lightbox {
	opacity: 1;
}

.project-lightbox a i.fa {
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 20px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #1C1C1C;
	transition: 0.5s;
}

.project-lightbox a i.fa:hover {
	border-radius: 5px;
}

.pro-more i.fa {
	right: 60px !important;
}

.google-map-area {
	overflow: hidden;
}

.gmap3 {
	border: 1px dashed #C0C0C0;
	height: 500px;
}

#map {
	float: left;
	width: 50%;
}

#street {
	float: right;
	width: 50%;
}

.contact-info-content h2 {
	font-size: 26px;
	text-transform: capitalize;
}

.contact-form-area h2 {
	font-size: 26px;
	text-transform: capitalize;
}

.con-info {
	margin-top: 20px;
}

.con-info ul {
	margin: 0;
}

.con-info ul li {
	color: #1C1C1C;
}

.con-info ul li a {
	color: #1C1C1C;
	display: inline-block;
}

.con-info ul li:last-child {
	margin: 0;
}

.contact-form {
	margin-top: 25px;
}

.form-content {
	margin-bottom: 20px;
}

.form-content input {
	height: 50px;
}

textarea {
	height: 200px !important;
	margin: 0 0 20px;
	padding: 20px 10px !important;
}

.sent-button {
	padding: 10px 40px !important;
	margin: 0;
}

.form-control:focus {
	border-color: #ccc;
	box-shadow: none;
}

.progress-area {
	background-color: #F6F6F6;
}

.about-area ul,
.progress-area ul {
	padding-left: 40px;
}

.portfolio-area1 ul,
.portfolio-area2 ul,
.portfolio-area3 ul {
	text-align: left;
	padding: 0 40px 40px 40px;
}