body {
	font-family: 'Lato', sans-serif;
}

.crellyslider, .crellyslider ul li{
	width:100vw!important;
	height:576px!important;
}

/* Max content widths */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

/* Navbar */
.navbar {
	padding: 0;
	height: 100%;
}

.navbar-topbar {
  border-radius: 0;
}
.navbar .dropdown-menu li {
  width: 100%;
  margin-left: 0 !important;
}

.navbar-toggler {
	margin: auto;
}
.navbar-brand {
	padding: 16px 0;
	display: inherit;
}
.navbar-brand img{
	max-height: 46px;
	background-size: contain;
}

.navbar .navbar-collapse {
	height: 100%;
}
.navbar-nav {
	padding-top: 0;
}
.navbar .nav-item .nav-link {
	display: block;
	height: 100%;
	text-transform: uppercase;
  color: #000000;
	font-size: 18px;
	display: flex;
	align-items: center;
}
/*.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:active,
.navbar .current-menu-item .nav-link {
	background: #000000;
	color: #FFF !important;
}*/

.nav-back {
	width: 120px;
	height: 78px;
	background: black url(../img/s-logo.png) no-repeat center;
	background-size: 45px 45px;
	position: absolute;
	right: 0;
	color: #FFF;
	font-size: 46px;
	text-decoration: none;
	z-index: 99999;
}
.nav-back:hover, .nav-back:active {
	text-decoration: none;
}

.header-line {
	width: 100%;
	height: 8px;
	background: #000000;
	margin-bottom: 20px
}

/* TOP Baner */
@media only screen and (min-width: 768px)  {
	.top-baner {
		width: 100%;
		height: 576px;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: cover !important;
	background-repeat: no-repeat !important;
	}
	.top-baner h1 {
		font-weight : 400;
		text-transform: uppercase;
		font-size: 44px;
		color: #ffffff;
		max-width: 90%;
	  margin: auto auto;
	}
}

@media only screen and (max-width: 767px)  {
	.top-baner {
		background: none !important;
	}
	.top-baner h1 {
		font-weight : lighter;
		text-transform: uppercase;
		font-size: 22px;
		color: #000;
		max-width: 70%;
	  margin: 30px auto;
	}
}

/* Front page - About us section */
.index-offer {
	padding: 40px 0;
	text-align: center;
}
.index-offer h2 {
	font-size: 24px;
	font-weight: 700;
	color: #567499;
	text-transform: uppercase;
}
.index-offer p {
	font-size: 18px;
	color: #000000;
	margin: 25px 0;
	font-weight: 700;
}
.index-offer h3{
	font-size: 20px;
	color: #000;
	margin-top: 25px;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.index-offer ul {
	list-style: none;
	width: 100%;
	margin: 0 10px;
	padding: 0;
	-webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.index-offer ul li {
	display: inline-block;
	padding: 0 10% 0 1.5em;
  text-indent: -12px;
	text-align: left;
	margin: 10px 0;
}
.index-offer ul li::before {
  content: "• ";
  color: #567499; /* or whatever color you prefer */
}

@media only screen and (max-width: 768px) {
	.index-offer ul {
		-webkit-column-count: 1;
	  -moz-column-count: 1;
	  column-count: 1;
	}
	.index-offer ul li {
		padding-right: 5%;
	}
}

.index-offer .s-footer {
	overflow: hidden;
	padding: 20px 10px;
	text-align: center;
	margin: 35px auto;
	width: 80%;
	background: #567499;
}
.index-offer .s-footer p {
	color: #FFF;
	padding: 0;
	margin: 5px 0;
	font-weight: 400;
}
.index-offer .s-footer a {
	color: #FFF;
	text-decoration: none;
}

/* Front page - About us section */
.index-aboutus {
	padding: 40px 0;
	text-align: center;
}
.index-aboutus h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}
.index-aboutus p {
	font-size: 18px;
	color: #000000;
	margin: 25px 0;
}
.index-aboutus h3{
	font-size: 20px;
	color: #000;
	margin-top: 25px;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

/* Front page - Last images section */
.index-images {
	background: #f2f2f2;
	padding: 40px 0;
}
.index-images h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 25px;
	text-align: center;
}
.index-images p {
	font-size: 18px;
	color: #000000;
	margin: 15px 0;
	text-align: center;
}
.index-images h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.index-images .thumbnail, .index-aboutus .thumbnail{
	overflow: hidden;
}
.index-images .thumbnail ul, .index-aboutus .thumbnail ul{
	list-style: none;
	text-align: center;
	padding: 0;
}
.index-images .thumbnail ul li, .index-aboutus .thumbnail ul li{
	width: 17%;
	height: auto;
	display: inline-block;
	margin: 5px 10px;
}
.index-images .thumbnail ul li img, .index-aboutus .thumbnail ul li img{
	background-size: cover;
	height: 150px;
	width: 100%;
}


@media only screen and (max-width: 767px) {
	.index-aboutus .thumbnail ul li, .index-images .thumbnail ul li{
		width: 50% !important;
		height: auto !important;
		display: inline-block !important;
		margin: 5px 0 !important;
	}
	.index-aboutus .thumbnail ul li img, .index-images .thumbnail ul li img{
		height: 150px !important;
	}
}

/* Main content */
#content article {
  margin: 20px 0 40px 0
}
#content article h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}

#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}
.page-header {
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding: 10px 14px;
}

/* Sidebar */
.sidebar {
  margin-top: 20px
}
.sidebar section {
  margin-bottom: 40px
}
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0
}

/* Hide form placeholders on focus */
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */
#respond {
  margin-top: 40px
}
ol.commentlist {
	counter-reset: li; /* Initiate a counter */
	padding: 0
}
ol.commentlist ul {
  padding: 0
}
ol.commentlist > li {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none /* Disable the normal item numbering */
}
ol.commentlist > li:before {
  content: "Thread " counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position:absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  padding: 5px 20px 5px 10px;
  color: #999
}
ol.commentlist li ol,
ol.commentlist li ul {
  list-style-type: none;
  margin: 0
}

.commentlist li li {
  background: #f9f9f9;
}
.commentlist li li li {
  background: #fff
}
.commentlist li li li li {
  background: #f9f9f9
}
.commentlist li li li li li li {
  background: #fff
}
.commentlist li {
  padding: 20px
}
.commentlist ul li {
  margin-top: 20px;
  margin-bottom: 0
}
.reply p {
  margin: 0
}

/* Site footer */
.site-footer {
	background: #567499;
	padding: 40px 0;
	color: #FFF;
}

.site-footer h2 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
.site-footer p {
	font-size: 16px;
	color: #ffffff;
	margin: 25px 0;
}

.site-footer .footer-list{
	display: flex;
}
.site-footer .footer-list ul {
	columns: 2;
  column-gap: 0;
}
.site-footer .footer-list ul li{
	margin: 0;
	padding: 20px 20px 10px 20px;
}

.site-footer .footer-contact{
	display: flex;
}
.site-footer .footer-contact img{
	padding-right: 30px;
}

.site-footer .wpcf7-form .form-control{
	border-radius: 0;
}
.site-footer .wpcf7-form .wpcf7-form-control-wrap {
	position: inherit;
}
.site-footer .wpcf7-form .finline{
	width: 50%;
	float: left;
}
.site-footer .wpcf7-form .text-form{
	width: 100%;
	display: block;
}
.site-footer .wpcf7-form .text-form textarea{
	height: 70px;
}
.site-footer .wpcf7-form .btn-primary {
	background: #000;
	width: 50%;
	border: 0;
	text-transform: uppercase;
}

.site-footer .copyright{
	margin: 0;
}
.site-footer .copyright p{
	margin: 0;
}

.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}
.site-footer li {
  margin: 10px 0
}
.site-sub-footer p {
  text-align: center
}

.site-footer a {
  color: #FFF;
	text-decoration: none;
}

/* BUTTONS */
.btn:hover, btn:active {
	color: #FFF;
}
.btn-1 {
	background: #263a6b;
	padding: 10px 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	margin: auto;
}
.btn-2{
	background: #000;
	padding: 10px 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  margin: auto;
	border: 0;
}

/* Lang item */
.lang-item {
  display: inline;
	list-style: none;
}
