@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/Lato-Light.ttf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/Lato-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/Lato-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}

* { margin: 0 }
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 100%
}
body {
	background: #ffffff;
	color: #9c9c9c;
    font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: 100%;
}
strong, b { font-weight: 500 !important; }
a:link, a:visited {
	color: #4897d1;
	text-decoration: none;
	font-size: 13px;
	outline: 0 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
h1, .componentheading {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	line-height: 42px;
	display: inline-block;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}
h2 {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	display: inline-block;
	margin: 12px 0;
	padding: 0;
	width: 100%;
	text-align: left;
	position: relative;
	text-transform: uppercase;
}
h3 {
	font-family: 'Lato', sans-serif;
	color: #222;
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
	display: inline-block;
	margin: 15px 0;
	padding: 0;
	width: 100%;
	text-align: left;
	position: relative;
	text-transform: none;
}
h3 a {
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}

h4, h4 a {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-size: 13px;
	line-height: 20px;
	color: #000 !important;
	font-weight: 600;
	padding: 0;
	margin: 20px 0;
	text-transform: none;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
h4 a:hover {
	color: #ff5800 !important;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
input, textarea, select {
	border: 1px solid #e9e9e9;
	padding: 0 17px;
	line-height: 40px;
	height: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: 13px;
	color: #222;
	transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-webkit-transition: border 0.3s ease-in-out;
	-webkit-appearance: none;
	font-family: 'Lato', sans-serif;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border: 1px solid #5f9d63;
	color: #222;
	transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-webkit-transition: border 0.3s ease-in-out;
	outline: none;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
input[type=radio] {
	-webkit-appearance: radio;
}
button, input[type="button"], input[type="submit"] {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    font-size: 18px;
	border: 0;
	background: #f7d364;
	color: #fff;
	line-height: 40px;
	height: 40px;
	padding: 0 48px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    cursor: pointer;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	color: #FFFFFF;
	background: #5f9d63;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}
button:focus {
	outline: none
}
hr {
	background: none;
	border: 0;
	border-top: 1px solid #f7f7f7;
	margin: 20px 0;
	clear: both;
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
th, td {
	padding: 0
}


.item-page table, 
.product-container table {
	border-color: #f7f7f7;
	border-style: solid;
	font-size: 12px;
	text-align: left;
	border-width: 1px;
    font-weight: lighter;
}
.item-page tr, 
.product-container tr {
	background-color: #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.item-page tr:hover, 
.product-container tr:hover {
    background: #4897d1;
    color: #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.item-page tr td, 
.product-container tr td {
	border-color: #f7f7f7;
	border-style: solid;
	padding: 6px 10px;
	margin: 0;
    line-height: 18px;
	border-width: 1px 1px 0 0;
}
.item-page tr:hover td, 
.product-container tr:hover td {
    border-right: 1px solid transparent;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none
}
p {
	padding: 0;
	margin: 0
}
iframe {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0
}
img {
	display: block;
	outline: none;
	max-width: 100%;
}
b, strong {
	font-weight: 600;
}
.container {
	padding: 0 8%;
	margin: 0 auto;
	overflow: auto;
}
.block {
	padding: 0;
	width: 100%;
	display: block;
	overflow: auto
}
.contentbox {
    display: block;
    overflow: auto;
	line-height: 28px;
    padding: 0;
}
.contentbox ul, .contentbox ol {
	margin: 10px 0;
}
.contentbox ul li {
	padding-left: 25px;
	line-height: 28px;
	position: relative;
}
.contentbox ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #4897d1;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 13px;
	line-height: 28px;
	width: 20px;
	text-align: center;
	list-style: outside none none;
	margin: 0;
	overflow: auto
}
.contentbox ol li {
	line-height: 28px;
	position: relative;
}
.item-page { display: block; overflow: auto; margin-bottom: 42px; }
.item-page .icons, .blog .icons { visibility: hidden; display: none; }
.contentbox .item-page p { margin: 20px 0; }


/*HEADER-START*/
#head {
	display: block;
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,1.00);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	z-index: 100;
	text-align: center;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
#head.scrolled, header.internal #head {
	background: rgba(255,255,255,1.0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#head .container {
	display: block;
    overflow: visible;
}
#head .header_inner {
	display: block;
	overflow: visible;
	padding: 0;
	margin: 0;
}
#head .logo {
	display: block;
	overflow: auto;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding: 21px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#head.scrolled .logo {
	padding: 15px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#head .logo a {
	display: block;
	overflow: auto;
	text-align: left;
	text-decoration: none;
	width: 165px;
	height: 43px;
	padding: 0;
	background: url("../images/eurodrill-logo.svg") top left no-repeat;
	background-size: 165px 43px;
}

#head .topmenu {
	display: inline-block; 
	overflow: auto;
	vertical-align: top;
	font-size: 0;
}
#head .topmenu ul {
	display: block;
	overflow: auto;
}
#head .topmenu ul li {
	overflow: auto;
	display: block;
	float: left;
}
#head .topmenu ul li a, 
#head .topmenu ul li span {
	cursor: pointer;
	display: block;
	overflow: hidden;
	line-height: 85px;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#head .topmenu ul .active a, 
#head .topmenu ul li:hover a, 
#head .topmenu ul .active span, 
#head .topmenu ul li:hover span  {
	color: #4897d1;
	position: relative;
}
#head .topmenu ul li:hover ul {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	opacity: 1
}
#head .topmenu ul .active ul a { background: #fff; }
#head .topmenu ul li ul {
	background: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	margin: 0;
    text-align: center;
	font-size: 0;
	padding: 0 8%;
    width: 100%;
	top: 85px;
    left: 0;
	z-index: 1000;
    box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#head .topmenu ul li:hover ul {
	visibility: visible;
	margin: 0;
	display: block;
	overflow: auto;
	background: #4897d1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
#head .topmenu ul li ul li {
	padding: 0;
	margin: 0;
    float: none;
    display: inline-block;
}
#head .topmenu ul li:hover ul li a {
	background: none;
	color: #fff;
}
#head .topmenu ul li ul li a {
	line-height: 50px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	padding: 0 26px;
    box-sizing: border-box;
}
#head .topmenu ul li ul li a:hover, 
#head .topmenu ul li ul li.active a {
    background: rgba(255,255,255,0.1);
}

#head .responsivemenu {
	display: block;
    overflow: auto;
	float: right;
	margin: 0;
    padding: 22px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#head .menu-icon-cont { vertical-align: middle; }

#head .sm-btn-90 .menu-icon3 span {
	background: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#head .sm-btn-90:hover .menu-icon3 span {
	background: #4897d1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.sm-level .level1 dt.level1 { visibility: hidden; display: none; }
.sm-menu .sm-logo img {
    width: 160px;
    margin: 50px auto 40px auto;
}
.custom.contactusrmod {
    display: block;
    overflow: auto;
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 26px;
	font-weight: lighter;
}
.custom.contactusrmod h3 {
    font-family: 'Lato', sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 32px;
	font-weight: lighter;
	display: inline-block;
	margin: 19px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	text-transform: uppercase;
    letter-spacing: 0.02em;
}
.custom.contactusrmod h3:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0 auto;
	width: 46px;
	height: 1px;
	background: #4897d1;
}
.custom.contactusrmod a, 
.custom.contactusrmod:hover a {
    text-transform: none !important;
	font-weight: lighter !important;
    color: #000 !important;
    font-size: 13px !important;
    line-height: 30px;
}
.custom.contactusrmod a:hover {
	color: #4897d1 !important;
}
.custom.contactusrmod ul li:before {
	font-family: 'Pe-icon-7-stroke';
    color: #4897d1;
    font-size: 14px;
    line-height: 30px;
    font-weight: lighter;
    margin-right: 7px;
}
.custom.contactusrmod ul li:nth-child(1):before { content: "\e638"; }
.custom.contactusrmod ul li:nth-child(2):before { content: "\e639"; }
.custom.contactusrmod ul li:nth-child(3):before { content: "\e670"; }

.custom.socaillinksr {
    display: block;
    overflow: auto;
    text-align: center;
    margin: 10px 0 0 0;
    line-height: 40px;
}
.custom.socaillinksr ul li {
    display: inline-block;
}
.custom.socaillinksr ul li a, 
.custom.socaillinksr:hover ul li a, 
.sm-bottom:hover .custom.socaillinksr ul li a {
	font-family: "FontAwesome" !important;
    color: #4897d1;
    padding: 0 14px;
}
.custom.socaillinksr ul li a:hover {
    color: #1d3f57 !important;
}

#slider {
    position: relative;
	overflow: hidden;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#slider .tp-caption.TITLE, 
#slider .tp-caption.TEXTS {
    left: 8% !important;
}
#slider .tp-caption.TEXTS a.bluebtn {
    display: block;
    overflow: hidden;
    background: #4897d1;
    color: #fff;
    font-size: 12px;
    line-height: 37px;
    height: 35px;
    padding: 0 26px;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#slider .tp-caption.TEXTS a.bluebtn:hover {
    background: #fff;
    color: #4897d1;
}
#noslider {
	height: 120px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#services {
	display: block;
    overflow: auto;
	padding: 0;
	position: relative;
}
#services .mod_ext_owl_carousel_articles_news { padding: 0; }
#services a {
    display: block;
    overflow: auto;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    color: #909090;
    background: #fafafa;
	padding: 43px 0;
}
#services a:hover {
    background: #fff;
}
#services li {
    padding: 110px 12% 0 12%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: lighter;
}

#services li.sondaji-za-voda { background: url("../images/services/sondaji-za-voda.svg") center top no-repeat; background-size: 13% auto; }
#services li.izgrajdane-na-napoitelni-sistemi { background: url("../images/services/izgrajdane-na-napoitelni-sistemi.svg") center top no-repeat; background-size: 13% auto; }
#services li.izgrajdane-na-ozonovi-sistemi { background: url("../images/services/izgrajdane-na-ozonovi-sistemi.svg") center top no-repeat; background-size: 13% auto; }
#services li.hidrolojki-prouchvania { background: url("../images/services/sondaji-za-voda.svg") center top no-repeat; background-size: 13% auto; }
#services li.uzakonyavane-na-sondaji { background: url("../images/services/izgrajdane-na-napoitelni-sistemi.svg") center top no-repeat; background-size: 13% auto; }
#services li.geolojki-prouchvania { background: url("../images/services/izgrajdane-na-ozonovi-sistemi.svg") center top no-repeat; background-size: 13% auto; }
#services li.pochistvane-na-sondaji { background: url("../images/services/sondaji-za-voda.svg") center top no-repeat; background-size: 13% auto; }

#services .owl-theme .owl-controls { margin-top: 0; }
#services .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0;
	font-size: 26px;
	background: #4797d0;
	filter: Alpha(Opacity=0);
	opacity: 0;
    width: 30px;
    line-height: 100px;
    top: 50%;
    margin-top: -50px;
	font-family: 'Pe-icon-7-stroke';
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#services .owl-theme .owl-controls .owl-buttons div:hover {
	background: #1d3f57;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#services:hover .owl-theme .owl-controls .owl-buttons div {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#services .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    -webkit-border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    border-radius: 0px 50px 50px 0px;
}
#services .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    -webkit-border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    border-radius: 50px 0px 0px 50px;
}
#services h3 {
	display: inline-block;
	margin: 0;
	text-align: center;
    overflow: auto;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	font-weight: normal;
    text-transform: uppercase;
	line-height: 22px;
    position: relative;
    padding: 3px 0 7px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#services a:hover h3 {
	color: #4797d0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#aboutus {
	display: block;
	overflow: auto;
	position: relative;
}
#aboutus:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../images/za-nas.png") center no-repeat;
    background-size: auto 80%;
}

#aboutus .aboutus1 {
	display: block;
	overflow: auto;
    padding: 120px 0;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: lighter;
    color: #000;
}
#aboutus .aboutus1 strong { font-weight: normal; }
#aboutus .aboutus1 a {
	display: block;
	overflow: auto;
    color: #4797d0;
    font-size: 13px;
	line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
	text-decoration: none;
	padding-left: 136px;
	position: relative;
	margin-top: 10px;
}
#aboutus .aboutus1 a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 130px;
	height: 1px;
	background: #4797d0;
}
#aboutus .aboutus1 a:hover { color: #1d3f57; }
#aboutus .aboutus2 {
	display: block;
	overflow: auto;
    padding: 120px 0;
    background: #fafafa;
    font-size: 18px;
    line-height: 26px;
    font-weight: lighter;
    color: #909090;
}
#aboutus .aboutus2 strong {
    display: block;
    overflow: auto;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}
#aboutus .aboutus2 a {
	display: inline-block;
	overflow: hidden;
    color: #fff;
    background: #4797d0;
    font-size: 13px;
	line-height: 38px;
    height: 36px;
    padding: 0 28px;
    text-transform: uppercase;
    font-weight: normal;
	text-decoration: none;
	position: relative;
	margin-top: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#aboutus .aboutus2 a:hover { background: #1d3f57; }
#aboutus .aboutus1 .custom, 
#aboutus .aboutus2 .custom {
    padding-right: 60%;
    padding-left: 120px;
}

#products {
	display: block;
    overflow: auto;
	padding: 0;
    margin: 120px 0;
	position: relative;
}
#products .mod_ext_owl_carousel_articles_news { padding: 0; }
#products li {
    display: block;
    overflow: auto;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    background: #4797d0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: lighter;
}
#products .owl-theme .owl-controls { margin-top: 0; }
#products .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0;
	font-size: 26px;
	background: #fff;
    color: #4797d0;
	filter: Alpha(Opacity=0);
	opacity: 0;
    width: 30px;
    line-height: 100px;
    top: 50%;
    margin-top: -50px;
	font-family: 'Pe-icon-7-stroke';
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#products .owl-theme .owl-controls .owl-buttons div:hover {
    line-height: 120px;
    margin-top: -60px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#products:hover .owl-theme .owl-controls .owl-buttons div {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#products .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    -webkit-border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    border-radius: 0px 50px 50px 0px;
}
#products .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    -webkit-border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    border-radius: 50px 0px 0px 50px;
}
#products ul li {
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	width: 100%;
}
#products .contents, 
#products .image {
    display: block;
    overflow: auto;
    width: 50%;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}
#products .contents {
    padding: 110px 50px;
    text-align: center;
}
#products h3 {
	display: inline-block;
	margin: 0;
	text-align: center;
    overflow: auto;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
    text-transform: uppercase;
	line-height: 24px;
    position: relative;
    padding: 15px 22px;
    border-bottom: 1px solid #fff;
    width: auto;
}
#products .introtext { margin: 26px 0 22px 0; }
#products  a.readmore {
    display: inline-block;
    overflow: auto;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 3px 8px;
}
#products  a.readmore:hover { padding: 3px 18px; }
#products .image .productimage {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
}

#products li.pompi .image .productimage { background: url("../../../images/products/pompi.jpg") no-repeat; background-size: cover; }
#products li.trabi .image .productimage { background: url("../../../images/products/trabi.jpg") no-repeat; background-size: cover; }
#products li.filtri .image .productimage { background: url("../../../images/products/pompi.jpg") no-repeat; background-size: cover; }
#products li.baseini .image .productimage { background: url("../../../images/products/trabi.jpg") no-repeat; background-size: cover; }
#products li.instrumenti .image .productimage { background: url("../../../images/products/pompi.jpg") no-repeat; background-size: cover; }

#news {
	display: block;
    overflow: auto;
	padding: 0;
    margin: 120px 0;
	position: relative;
}
#news .mod_ext_owl_carousel_articles_news { padding: 0; }
#news li {
    display: block;
    overflow: auto;
    text-decoration: none;
    font-size: 15px;
    line-height: 23px;
    color: #909090;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: lighter;
}
#news .owl-theme .owl-controls { margin-top: 0; }
#news .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0;
	font-size: 26px;
	background: rgba(71,151,208,0.05);
    color: #4797d0;
	filter: Alpha(Opacity=0);
	opacity: 0;
    width: 30px;
    line-height: 100px;
    top: 50%;
    margin-top: -50px;
	font-family: 'Pe-icon-7-stroke';
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#news .owl-theme .owl-controls .owl-buttons div:hover {
    line-height: 120px;
    margin-top: -60px;
    background: #4797d0;
    color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#news:hover .owl-theme .owl-controls .owl-buttons div {
	filter: Alpha(Opacity=100);
	opacity: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#news .owl-theme .owl-controls .owl-buttons .owl-prev { left: -31px; }
#news .owl-theme .owl-controls .owl-buttons .owl-next { right: -31px; }
#news ul li {
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	width: 100%;
}
#news .contents {
    display: block;
    overflow: auto;
	box-sizing: border-box;
	text-align: center;
	position: relative;
    padding: 0 16px;
}
#news h2 {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	display: inline-block;
	margin: 12px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}
#news div.subtitle {
    text-align: center;
    width: 28%;
    margin: 16px auto 74px auto;
    color: #909090;
    font-size: 15px;
    line-height: 16px;
}
#news h3 {
	display: inline-block;
	margin: 0;
	text-align: center;
    overflow: auto;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: normal;
    text-transform: none;
	line-height: 26px;
    position: relative;
    padding: 31px 0 4px 0;
    border: none;
    width: auto;
}
#news .introtext {
    margin: 0;
    display: block;
    overflow: auto;
}
#news  a.readmore {
    display: inline-block;
    overflow: auto;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #4797d0;
    padding: 3px 8px;
    margin-top: 11px;
}
#news  a.readmore:hover { padding: 3px 18px; }
#news .image .productimage {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
}

#reviews {
	display: block;
    overflow: auto;
	padding: 0;
    margin: 0;
	position: relative;
}
#reviews .mod_ext_owl_carousel_articles_news { padding: 0; }
#reviews li {
    display: block;
    overflow: auto;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    color: #2d2d2d;
    background: #f8f8f8;
    font-style: italic;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: lighter;
}
#reviews .owl-theme .owl-controls { margin-top: 0; }
#reviews .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0;
	font-size: 26px;
	background: #4797d0;
    color: #fff;
	filter: Alpha(Opacity=0);
	opacity: 0;
    width: 30px;
    line-height: 100px;
    top: 50%;
    margin-top: -50px;
	font-family: 'Pe-icon-7-stroke';
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#reviews .owl-theme .owl-controls .owl-buttons div:hover {
    line-height: 120px;
    margin-top: -60px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#reviews:hover .owl-theme .owl-controls .owl-buttons div {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#reviews .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    -webkit-border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    border-radius: 0px 50px 50px 0px;
}
#reviews .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    -webkit-border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    border-radius: 50px 0px 0px 50px;
}
#reviews ul li {
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	width: 100%;
}
#reviews .contents, 
#reviews .image {
    display: block;
    overflow: auto;
    width: 50%;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}
#reviews .contents {
    padding: 150px 28% 150px 100px;
    text-align: left;
}
#reviews .introtext { margin: 0; }

#reviews .author {
    display: block;
    overflow: auto;
    color: #4797d0;
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: 27px;
}
#reviews .workposition {
    display: block;
    overflow: auto;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
}

#partners {
	display: block;
    overflow: auto;
	padding: 0;
    margin: 120px 0;
	position: relative;
}
#partners .mod_ext_owl_carousel_articles_news { padding: 0; }
#partners li {
    display: block;
    overflow: auto;
    text-decoration: none;
    font-size: 15px;
    line-height: 23px;
    color: #909090;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: lighter;
}
#partners .owl-theme .owl-controls { margin-top: 0; }
#partners .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0;
	font-size: 26px;
	background: rgba(71,151,208,0.05);
    color: #4797d0;
	filter: Alpha(Opacity=0);
	opacity: 0;
    width: 30px;
    line-height: 100px;
    top: 50%;
    margin-top: -50px;
	font-family: 'Pe-icon-7-stroke';
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#partners .owl-theme .owl-controls .owl-buttons div:hover {
    line-height: 120px;
    margin-top: -60px;
    background: #4797d0;
    color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#partners:hover .owl-theme .owl-controls .owl-buttons div {
	filter: Alpha(Opacity=100);
	opacity: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
#partners .owl-theme .owl-controls .owl-buttons .owl-prev { left: -31px; }
#partners .owl-theme .owl-controls .owl-buttons .owl-next { right: -31px; }
#partners ul li {
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	width: 100%;
}
#partners .contents {
    display: block;
    overflow: auto;
	box-sizing: border-box;
	text-align: center;
	position: relative;
    padding: 30px 0;
    width: 100%;
}
#partners h2 {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	display: inline-block;
	margin: 12px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}
#partners div.subtitle {
    text-align: center;
    width: 28%;
    margin: 16px auto 74px auto;
    color: #909090;
    font-size: 15px;
    line-height: 16px;
}
#partners .introimage {
    display: block;
    overflow: auto;
    text-align: center;
    width: 100%;
	box-sizing: border-box;
    border-right: 1px solid #f5f5f5;
}
#partners .introimage img {
    width: 160px;
    margin: 0 auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.65;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#partners .introimage:hover img {
    width: 160px;
    margin: 0 auto;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    opacity: 1.00;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer {
	display: block;
	overflow: auto;
}
#footermodules {
    display: block;
    overflow: auto;
	width: 100%;
	padding: 0;
	color: #909090;
    position: relative;
}
#footermodules:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    z-index: -2;
}

#footermodules .fmodules {
	display: block;
	overflow: auto;
    position: relative;
}

#footermodules .fmodules:before {
    content: "";
    width: 100%;
    height: 280px;
    background: url("../images/footer-bg.jpg") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}
#footermodules .fmodules:after {
    content: "";
    width: 100%;
    height: 50px;
    background: #1d3f57;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
#footer .whitebox {
    background: #fff;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
    box-sizing: border-box;
	width: 60%;
    margin: 160px auto 30px auto;
    padding: 48px 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
}
#footermodules .footer1, 
#footermodules .footer2 {
    display: block;
    overflow: auto;
    width: 50%;
    font-size: 13px;
	line-height: 16px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 60px;
}
#footermodules .footer1 { border-right: 1px solid #f5f5f5; }
#footermodules .footer1 h3 {
	color: #000;
	font-size: 20px;
	line-height: 54px;
	margin: 0 0 22px 0;
	text-transform: uppercase;
    position: relative;
	font-weight: normal;
	text-align: center;
}
#footermodules .footer1 h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width: 82px;
    height: 1px;
    background: #4797d0;
}
#footermodules .footer1 .contacts ul {
	margin-bottom: 7px;
    position: relative;
    font-size: 13px;
    line-height: 23px;
}
#footermodules .footer1 .contacts ul li:nth-child(1):before {
	content: "\e638";
	font-family: 'Pe-icon-7-stroke';
	overflow: auto;
	width: 23px;
	line-height: 23px;
	font-size: 16px;
	color: #4797d0;
	text-align: center;
    padding-right: 5px;
}
#footermodules .footer1 .contacts ul li:nth-child(2):before {
	content: "\e639";
	font-family: 'Pe-icon-7-stroke';
	overflow: auto;
	width: 26px;
	line-height: 23px;
	font-size: 16px;
	color: #4797d0;
	text-align: center;
    padding-right: 5px;
}
#footermodules .footer1 .contacts ul li:nth-child(3):before {
	content: "\e627";
	font-family: 'Pe-icon-7-stroke';
	overflow: auto;
	width: 26px;
	line-height: 23px;
	font-size: 16px;
	color: #4797d0;
	text-align: center;
    padding-right: 5px;
}
#footermodules .footer1 ul li a {
    text-decoration: none;
    color: #909090;
    font-size: 13px;
}
#footermodules .footer1 ul li a:hover { color: #4797d0; }
#footermodules .socials {
    display: block;
    overflow: auto;
}
#footermodules .socials ul { line-height: 0; font-size: 0; }


#footermodules .socials .custom.socaillinksr {
	margin: 0;
	line-height: 40px;
}

#footermodules .socials .custom.socaillinksr ul li a { padding: 0; color: #4797d0; }

#footermodules .socials a {
	display: block;
	overflow: auto;
	float: left;
    font-size: 13px;
	line-height: 36px;
	width: 36px;
	text-align: center;
}
#footermodules .socials a:hover { color: #f7c64f; }

#footermodules .footer2  {
	background: url("../images/eurodrill-logo.svg") top center no-repeat;
	background-size: 165px 43px;
    padding: 70px 60px 0 60px;
}
#footermodules .footer2 .acym_introtext {
    display: block;
    overflow: auto;
    font-size: 13px;
    line-height: 20px;
    color: #909090;
    padding: 0 0 20px 0;
    font-weight: lighter;
}
#footermodules .footer2 .acym__users__creation__fields__title { visibility: hidden; display: none;}
#footermodules .footer2 .acym_module_form .onefield { margin: 0; }
#footermodules .footer2 .acym_module_form input {
    max-width: 100%;
    border: 0;
    background: none;
}
#footermodules .footer2 .acym_module_form #acym__user__edit__email {
    border-bottom: 1px solid #d8d8d8;
    line-height: 44px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 11px;
    box-sizing: border-box;
    width: 100%;
}
#footermodules .footer2 .acym_module_form label { width: 100%; box-sizing: border-box; }

#footermodules .footer2 .acym_form {
    position: relative;
}
#footermodules .footer2 .acysubbuttons {
    position: absolute;
    top: 0;
    right: 0;
}
#footermodules .footer2 .acysubbuttons input {
    background: none;
	font-family: 'Pe-icon-7-stroke';
    height: 40px;
    padding: 0 20px;
    color: #4797d0;
}
#footermodules .footer2 .acysubbuttons input:hover {
    color: #1c3e56;
}



#footerline {
	display: block;
	overflow: auto;
	line-height: 54px;
	height: 54px;
	font-size: 13px;
    text-align: center;
    color: #000;
    font-weight: lighter;
}
#footerline a { font-size: 13px; color: #000; text-decoration: none; }
#footerline a:hover { color: #4797d0; }


.contactpage {
    display: block;
    overflow: auto;
}
.contactpage .left, 
.contactpage .right {
    display: block;
    overflow: hidden;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.contactpage .left { padding-right: 10%; }
.contactpage .right { }
.contactpage h3 {
	color: #4797d0;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	position: relative;
	text-transform: none;
}
.contactpage .left a { color: #000; }
.contactpage .left a:hover { color: #4797d0; }
.contactpage .left ul li:nth-child(1):before {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	content: "\e627";
	font-family: 'Pe-icon-7-stroke';
	font-size: 18px;
	line-height: 28px;
	width: 20px;
	text-align: center;
	list-style: outside none none;
	margin: 0;
	overflow: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contactpage .left ul li:nth-child(2):before {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	content: "\e639";
	font-family: 'Pe-icon-7-stroke';
	font-size: 18px;
	line-height: 28px;
	width: 20px;
	text-align: center;
	list-style: outside none none;
	margin: 0;
	overflow: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contactpage .left ul li:hover::before {
	color: #4797d0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#privacyaccept0 {
    float: left;
    margin: 0 10px 0 0;
    height: 24px;
    line-height: 24px;
}
.map { margin-top: 30px; margin-bottom: 30px;}
#msg {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.formControlLabel { display:none; }

.formResponsive textarea { width: 500px; }
