@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

* {
	transition: all 300ms ease;
}

img {
	max-width: 100%;
	height: auto;
}

.btn.btn-primary {
	background: #0f4771;
	border: 0;
}
.btn.btn-primary:hover {
	background: #063050;
}

body {
	background-color: #f7f7f7;
}
@media(min-width: 991px) {
	body {
		background-image: url(../images/verktoy.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 100px 30px;
	}
}

#wrapper {
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
}

body, #wrapper, p, label, li, h1, h2, h3 {
	font-family: 'Montserrat';
}



#topline {
	background: #212121;
}
#topline .col-md-6:last-of-type {
	text-align: right;
}
#topline a {
	display: block;
	color: #fff;
	padding: 10px 15px;
}



/* HEADER */
header {

}
header nav .navbar-brand {
}
header nav .navbar-brand img {
	width: auto;
	height: 62px;
}
header nav.navbar {
	background-color: #0f4771;
	padding: 1.5rem 1rem;
	z-index: 999999;
}
header .navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0;
	padding-right: 0;
	margin-left: 1rem;
	margin-right: 1rem;

}
header nav.navbar li.active a,
header nav.navbar li.current-page-ancestor a {
	border-bottom: solid 2px #fff;
}
header nav.navbar .dropdown-menu {
	background: #121212;
	border-radius: 0;
	padding: 0;
}
header nav.navbar .dropdown-menu li:not(:last-of-type) {
	border-bottom: solid 1px rgba(255,255,255,0.15);
}
header nav.navbar .dropdown-menu li a {
	white-space: nowrap;
}


.hero {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	transition: all 300ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hero .inner {
	max-width: 650px;
	text-align: center;
	z-index: 9;
}
.hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.hero h1 {
	color: #fff;
	font-size: 50px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
}
.hero p {
	color: #fff;
	font-size: 26px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
}
@media(max-width: 991px) {
	.hero {
		height: 300px;
	}
	.hero h1 {
		font-size: 26px;
	}
	.hero p {
		display: none;
	}
}




section#frontpage-services {
	padding: 30px;
}
section#frontpage-services .service-grid {
	margin: -1%;
}
section#frontpage-services .service-grid .service {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 20px;
	min-height: 350px;
}
section#frontpage-services .service-grid .service .icon {
	text-align: center;
	margin-bottom: 15px;
}
section#frontpage-services .service-grid .service .icon img {
	width: 50px;
}
section#frontpage-services .service-grid .service h2 {
	font-size: 26px;
}
section#frontpage-services .service-grid .service p {
	min-height: 100px;
}
section#frontpage-services .service-grid .service:nth-of-type(1),
section#frontpage-services .service-grid .service:nth-of-type(2),
section#frontpage-services .service-grid .service:nth-of-type(4),
section#frontpage-services .service-grid .service:nth-of-type(5),
section#frontpage-services .service-grid .service:nth-of-type(7),
section#frontpage-services .service-grid .service:nth-of-type(8) {
	border-right: solid 1px #eaeaea;
}
section#frontpage-services .service-grid .service:nth-of-type(1),
section#frontpage-services .service-grid .service:nth-of-type(2),
section#frontpage-services .service-grid .service:nth-of-type(3),
section#frontpage-services .service-grid .service:nth-of-type(4),
section#frontpage-services .service-grid .service:nth-of-type(5),
section#frontpage-services .service-grid .service:nth-of-type(6),
section#frontpage-services .service-grid .service:nth-of-type(7),
section#frontpage-services .service-grid .service:nth-of-type(8),
section#frontpage-services .service-grid .service:nth-of-type(9) {
	border-bottom: solid 1px #eaeaea;
}
section#frontpage-services .service-grid .service:nth-of-type(10) {
	border-right: solid 1px #eaeaea;
}
section#frontpage-services .service-grid .service .readmore a {

}
@media(max-width: 860px) {
	section#frontpage-services .service-grid .service {
		width: 50%;
		border: 0 !important;
	}
	section#frontpage-services .service-grid .service p {
		min-height: 100px;
	}
}
@media(max-width: 600px) {
	section#frontpage-services .service-grid .service {
		width: 100%;
		border: 0 !important;
		min-height: initial;
		border-bottom: solid 1px #eaeaea !important;
	}
	section#frontpage-services .service-grid .service p {
		min-height: initial;
	}
}



section#featured-image {

}
section#featured-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}



#main-content {
	padding: 30px 60px;
}




#sidebar {
	padding: 30px 40px;
	border-left: solid 1px #eaeaea;
}
ul#sidebar-widgets {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#sidebar-widgets li.widget {
	margin-bottom: 50px;
}
#sidebar h2.widgettitle {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
#sidebar #menu-sidebar {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar #menu-sidebar li {

}
#sidebar #menu-sidebar li a {
	display: block;
	border: solid 1px #eaeaea;
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}
#sidebar #menu-sidebar li a:hover {
	background: #0f4771;
	color: #fff;
}




section#kontakt-form {
	background: #343434;
	padding: 60px;
}
section#kontakt-form .form-row {
	margin-bottom: 30px;
}
section#kontakt-form label {
	color: #fff;
	font-weight: 400;
}
section#kontakt-form label sup {
	color: red;
}
section#kontakt-form input,
section#kontakt-form textarea,
section#kontakt-form select {
	background: #505050;
	border: 0;
	color: #fff;
}
section#kontakt-form input:focus,
section#kontakt-form textarea:focus,
section#kontakt-form select:focus {
	background: #505050;
	color: #fff;
}
section#kontakt-form input[type=submit] {
	background: #0f4771;
	padding: 10px 20px;
}
section#kontakt-form input[type=submit]:hover {
	background: #063050;
}




footer {
	background: #0f4771;
	padding: 30px;
	color: #fff;
}
footer h3 {
	color: #fff;
	font-size: 20px;
	border-bottom: solid 1px rgba(255,255,255,0.25);
	padding-bottom: 5px;
}
footer p {
	color: #f6f6f6;
}
footer p a {
	color: #f6f6f6;
}
footer p a:hover {
	color: #fff;
}

#byline {
	text-align: center;
	font-size: 13px;
	padding: 10px;
}


div.wpcf7-mail-sent-ok {
	color: #fff;
}



#privacy {
	
}
#privacy a {
	display: block;
	color: #fff;
	background: #313131;
	text-align: center;
	font-size: 13px;
	padding: 10px;
	text-decoration: none;
}
#privacy a:hover {
	background: #000;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #ff0000;
    border: none;
}
