/* style.css */

@font-face {
	font-family: 'ANRP-Regular';
	src: url('../fonts/avenir-next-rounded-pro-regular-58cee8ce91c6b.eot');
	src: local('ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº'), url('../fonts/avenir-next-rounded-pro-regular-58cee8ce91c6b.woff') format('woff'), url('../fonts/avenir-next-rounded-pro-regular-58cee8ce91c6b.ttf') format('truetype'), url('../fonts/avenir-next-rounded-pro-regular-58cee8ce91c6b.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ANRP-Medium';
	src: url('../fonts/avenir-next-rounded-pro-medium-58cee8d16c12f.eot');
	src: local('ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº'), url('../fonts/avenir-next-rounded-pro-medium-58cee8d16c12f.woff') format('woff'), url('../fonts/avenir-next-rounded-pro-medium-58cee8d16c12f.ttf') format('truetype'), url('../fonts/avenir-next-rounded-pro-medium-58cee8d16c12f.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'ANRP-Regular', sans-serif;
	letter-spacing: 0.02em;
	color: #2c334c;
	font-size: 15px;
	padding: 0 20px 20px 20px;
	width: 96%;
	max-width: 1680px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.container {
    	width: 1080px;
	}

	header #navbar {
		width: calc(100% - 250px) !important;
	}
}

@media (min-width: 992px) {
	.container {
	    width: 90%;
	    max-width: 1280px;
	}
}


/*** BASIC ***/

h2 {
	color: #2c334c;
	font-size: 2.5em;
	line-height: 1.5em;
	font-weight: bold;
	background: url("../img/separator.png") no-repeat bottom center;
	padding-bottom: 60px;
	margin-bottom: 60px;
	font-family: 'ANRP-Medium', sans-serif;
}

h3 {
	color: #2c334c;
	font-size: 1.5em;
	letter-spacing: 0.033em;
	font-weight: bold;
	font-family: 'ANRP-Medium', sans-serif;
}

p {
	line-height: 1.75em;
}
article p {
	text-align: justify;
}
p.subtitle {
	font-size: 1.25em;
	margin-bottom: 120px;
}

span.separator {
	display: inline-block;
	width: 100%;
	height: 60px;
}

strong {
	font-family: 'ANRP-Medium', sans-serif;
}

a {
	color: #00a2d3;
}

a:hover, a:active, a:focus {
  outline: 0;
 }

a.btn {
	background: #13a1ff;
	color: #fff;
	font-weight: bold;
	font-family: 'ANRP-Medium', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding: 0.75em 1.5em;
	border: none !important;
	border-radius: 5px;
	position: relative;
	top: 0;
	transition: top ease .2s;
}
a.btn:hover {
	color: #fff;
	top: -3px;
	background: #13a1ff;
    border-color: #13a1ff;
}


/*** HEADER ***/

header h1 {
	float: left;
}
header h1 a {
	background: url("../img/header-logo.svg") no-repeat center left;
	background-size: auto 80px;
	width: 165px;
	height: 100px;
	display: block;
	overflow: hidden;
	padding-left: 165px;
}

header #navbar {background: #fff;width: calc(100% - 200px);float: right;padding: 0px;}

header #navbar.in, header #navbar.collapsing {height: auto !important;width: 100%;}
header #navbar.in ul li, header #navbar.collapsing ul li {display: block;width: 100%;margin: 0px;height: 50px;line-height: 50px;}


header > nav {background-color: transparent !important;border: none !important;margin: 0px !important;height: 100px;line-height: 100px;overflow: auto;}

header nav button {border: none !important;padding: 0px !important;margin: 42px 15px 42px 0 !important;}
header nav ul {
	height: 100px;
	overflow: hidden;
    text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify;
    padding: 0px;
    margin: 0px;
}
header nav ul:after {content: "";
    display: inline-block;
    width: 100%;}
header nav li {display: inline-block;}
header nav li.current-menu-item:not(.phone) a {
	border-bottom: 2px solid #139af5;
}
header nav li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #2c334c;
	font-size: 14px;
	font-family: 'ANRP-Medium', sans-serif;
	letter-spacing: 0.03em;
	padding: 4px 2px;
}
header nav li.phone a {
	font-size: 17px;
	color: #13a1ff;
}
header nav li a:hover,
header nav li a:active,
header nav li a:focus {
	color: #2c334c;
	border-bottom: 2px solid #6dc1ce;
	text-decoration: none !important;
}


/*** GENERAL SECTION ***/

section {
	text-align: center;
	padding: 120px 0px;
}

section div.box {
	border: 3px solid #eceff3;
	text-align: center;
	padding: 40px;
	border-radius: 6px;
}
section div.box strong {
	font-size: 5em;
	color: #13a0ff;
	margin-bottom: 20px;
	display: block;
}
section div.box p {
	font-size: 1.25em;
}


/*** SECTION#WELCOME ***/

section#welcome {
	padding: 60px 0 !important;
}
section#welcome p.subtitle {
	margin-bottom: -60px !important;
	max-width: 80%;
	margin: 0 10% 20px 10%;
}


/*** SECTION#HOWITWORKS ***/

section#howitworks .row .wrapper {
	margin-bottom: 60px;
}

section#howitworks .box {
    padding: 20px;
    min-height: 20px !important;
    overflow: auto;
    border-radius: 6px;
}

section#howitworks .box strong {
    margin: 0px;
    width: 30%;
    text-align: center;
    float: left;
    height: 120px;
    line-height: 120px;
}

section#howitworks .box p {
    text-align: left;
    float: right;
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translateY(-50%);
    width: 50%;
}


/*** SECTION#MAP ***/

section#map.featured {
	background: #1d1d2b;
	color: #fff;
}

section#map.featured h2 {
	color: #fff;
}



/*** SECTION#FEATURED ***/

section#featured {
	padding: 40px 0;
}

section#featured .box .icon {
	font-size: 3em;
    margin-bottom: 40px;
    display: block;
    color: #13a0ff;
}


section.featured {
	background: #eceff3;
	padding: 120px 0px;
}
section.featured p.subtitle {
	margin-bottom: 0px !important;
}

section.featured div.box {
	text-align: center;
	background: #fff;
	min-height: 270px;
	border-radius: 6px;
}
section.featured div.box .icon {
	color: #13a0ff;
	font-size: 3em;
	display: block;
	margin-bottom: 1em;
}
section.featured div.box h3 {
	margin: 10px 0px 20px 0px;
}
section.featured div.box p {
	font-size: 15px;
}

section.featured div.box ul li {
	margin-bottom: 15px;
}

.slick-prev:before, .slick-next:before {
	color: #13a0ff;
}

/***  SECTION#CAROUSEL ***/

section#carousel {
	position: relative;
	background: #1d1d2b;
	padding: 120px 60px;
	width: 100%;
}

section#carousel:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/theme.jpeg") no-repeat;
	background-size: cover;
	background-position: 0 40%;
	z-index: 1;
	opacity: .66;
}

section#carousel h2 {
	color: #fff;
	font-size: 2.8em;
	letter-spacing: 0.03em;
	background: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	display: inline-block;
	z-index: 2;
	position: relative;
	max-width: 60%;
	margin: 0 20% 50px 20%;
}
section#carousel p {
	color: #fff;
	font-size: 1.75em;
	margin-bottom: 60px;
	z-index: 2;
	position: relative;
}
section#carousel a {
	padding: 1.25em 1.75em;
	z-index: 2;
	position: relative;
}


/*** SECTION#SUBMENU ***/

section#submenu {
	padding: 60px 0px 80px 0px;
	clear: both;
	border-bottom: 3px solid #eceff3;
}

section#submenu div.item {
	border: 3px solid #fff;
	text-align: center;
	padding: 170px 20px 40px 20px;
}
section#submenu div.item:hover {
	border: 3px solid #eceff3;
	-webkit-transition:all .5s;
	transition:all .5s
}
section#submenu div.item h3 {
	margin-bottom: 30px;
}
section#submenu div.item p {
	margin-bottom: 40px;
	min-height: 110px;
	padding: 0 8px;
}

section#submenu div.item.kopane {
	background: url("../img/submenu-kopane-icon.png") no-repeat center 30px;
}
section#submenu div.item.vrtane {
	background: url("../img/submenu-vrtane-icon.png") no-repeat center 30px;
}
section#submenu div.item.cistenie {
	background: url("../img/submenu-cistenie-icon.png") no-repeat center 30px;
}


/*** SECTION#SERVICES ***/

section#services {
	padding: 120px 0px 90px 0px;
}
section#services div.box {
	margin-bottom: 30px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
}
section#services div.box p {
	font-size: 1.25em;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}


/*** SECTION#CONTACT ***/

input {
	width: 100%;
	height: 4.5em;
	line-height: 4.5em;
	padding: 0 1em;
	color: #2c334c;
	font-weight: bold;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	-webkit-appearance: none;
	box-shadow: none !important;
}
input[type="submit"] {
	border: none;
	background: #13a0ff;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'ANRP-Medium', sans-serif;
	letter-spacing: 0.033em;
	width: auto;
    height: auto;
    display: inline;
    line-height: inherit;
    padding: 1.25em 1.75em;
    font-size: 0.93em;
    -webkit-appearance: none;
	box-shadow: none !important;
}
input[type="submit"]:hover {
	opacity:.9;
	filter:alpha(opacity=90)
	-webkit-transition:all .5s;
	transition:all .5s
}

textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 10em;
	min-height: 10em;
	padding: 1em;
	margin: 30px 0px;
	line-height: 1.5em;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	-webkit-appearance: none;
	box-shadow: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #14a0ff;
	border: 1px solid #14a0ff;
	-webkit-transition:all .5s;
	transition:all .5s;
	-webkit-appearance: none;
	box-shadow: none !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #999;
}


/*** SECTION IN CONTENT-PAGE.PHP ***/

section#post {
	padding: 0px;
	text-align: justify;
}
section#post header {
	position: relative;
	background: #1d1d2b;
}
section#post header div.container {
	padding: 0px;
}
section#post header h2.article-title {
	color: #fff;
	text-align: center !important;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
	margin: 2em 0em;
	background-position: bottom center !important;
	position: relative;
	z-index: 2;
	letter-spacing: 0.045em;
}

section#post div.article-content {
	padding: 80px 0px;
}

section#post p.subtitle {
	margin-bottom: 30px;
}
section#post h3 {
	margin-bottom: 30px;
}
section#post p {
	text-align: left;
}
section#post small {
	display: inline-block;
	width: 100%;
	font-size: 1.75em;
	line-height: 1.75em;
	margin: 60px 0px;
	color: #13a0ff;
	text-align: center;
}

section#post ul {
	margin: 30px 0 15px 0;
}
section#post ul li {
	margin-bottom: 15px;
}


section#post table {
	width: 100%;
}
section#post table thead th {
	background: #13a0ff;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
section#post table th, section#post table td {
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eceff3;
}
section#post table tr:nth-child(even) {
	background: #eceff3;
}


section#post div.contactinfo {
	padding: 120px 0px;
}
section#post div.contactinfo p label {
	display: inline-block;
	width: 60px;
	font-family: 'ANRP-Medium', sans-serif;
}
section#post div.contactinfo p a {
	font-weight: bold;
	color: #00a2d3;
	font-family: 'ANRP-Medium', sans-serif;
	letter-spacing: 0.033em;
}

/*** FOOTER ***/

footer {
	border-top: 3px solid #eceff3;
}
footer div.copyright {
	padding: 80px 0 100px 0;
	line-height: 240px;
	background: url("../img/footer-logo.png") no-repeat 50% 40px;
	text-align: center;
}
footer div.copyright p {
	color: #2c334c;
	font-size: 12px;
}
footer div.copyright p:first-child {
	font-size: 14px;
	margin-bottom: 10px;
}
footer div.copyright p strong {
	font-size: 18px;
	color: #1da4ff;
}


/*** MEDIA RULES ***/

@media (max-width: 768px) {
header h1 a {
	height: 70px;
	width: 120px;
	padding-left: 120px;
	background-size: auto 40px;
}

header #navbar {
    margin-right: 0px;
    display: block;
    height: 0px !important;
    width: 100%;
}

header #navbar ul {overflow: hidden;text-align: left;text-align-last: left;-moz-text-align-last: left;padding: 0px;margin: 0px;height: inherit;}

header #navbar ul:after {display: none;}

header nav {
	height: auto;
	/* line-height: 70px; */
}

header nav button {margin: 28px 0 !important;}
header nav button:hover {background-color: transparent !important;border-color: transparent !important;}
header nav ul li {
	margin-left: 30px;
}
header nav ul li.phone {
	display: none;
}

}

@media (min-width: 768px) and (max-width: 1060px) {
	header.container {
		width: 100%;
	}

	header nav.navbar {
		height: 160px;
	}

	header .navbar-header {
		width: 100%;
	}
	header .navbar-header h1 {
		width: 100%;
	}
	header .navbar-header h1 a {
		background-position: 50% !important;
		width: 100%;
		padding-left: 100%;
	}

	header #navbar {
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
	}

	section#carousel {
		padding-top: 90px !important;
    	padding-bottom: 100px !important;
	}

	section#carousel h2 {
		font-size: 2.25em;
		margin: 0 10% 40px 10%;
		max-width: 100%;
	}
}

@media (max-width: 840px) {

header nav ul li {
	margin-left: 15px;
}

section#carousel {
	padding: 60px 30px 75px 30px;
}
section#carousel h2 {
	font-size: 2em;
	margin-bottom: 20px;
	max-width: 100%;
	margin: 0 0 60px 0;
}
section#carousel p {
	font-size: 1.25em;
	margin-bottom: 36px;
}
	
}


@media (max-width: 768px) {
	h2 {
		font-size: 2em;
	}

	section#howitworks .box strong {
		width: 100%;
	}

	section#howitworks .box p {
		position: relative;
	    left: 0;
	    top: 0;
	    transform: none;
	    width: 100%;
	    text-align: center;
	}

	section:not(.page) {
		padding: 60px 0 !important;
	}

	section.featured {
		padding: 30px 0;
	}

	section#post div.article-content {
		padding: 60px 0 !important;
	}

	section#post .contactinfo .kopane {
		margin-top: 40px;
	}
}


/* OTHERS */

div.wpcf7-validation-errors {
	border: none !important;
    padding: 40px 0 !important;
    margin: 0px !important;
    width: 100%;
    display: inline-block;
    color: #ff0029;
}

span.wpcf7-not-valid-tip {
	text-align: left;
}