/*
file:	Main Style Sheet
year:	2016
author:	Boje Brojeva
email:	info@bojebrojeva.hr
site:	www.bojebrojeva.hr
*/

@charset "utf-8";

/* General HTML Styles */

* {
	font-weight: 300 !important;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	/*background: url("../img/background_image.png") repeat 0 0 #fff;*/
	background: #fff;
}

div, span, p, em, a, time, tr, th, td, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Mukta", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 13px;
	color: #696969;
	font-weight: 400;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
em {
	font-size: 17px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 15px;
	font-style: normal;
	display: block;
}
a {
	font-size: 14px;
	color: #011296;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s linear;
}
a:hover {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*slickmenu responsive*/

.slicknav_menu {
	display: none;
}

/*header*/

header {
	width: 100%;
	margin: 0;
	padding: 20px 0 10px;
	display: table;
	background: #fff;
}

header section {
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
	position: relative;
}

/*logo*/

a.logo {
	width: auto;
	float: left;
	margin: 0;
	padding: 5px 0;
}

a.logo img {
	max-height: 34px;
	display: flex;
}

/*slogan mark*/

.slogan_mark {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.slogan_mark img {
	max-height: 60px;
	display: flex;
	margin: 0;
	padding: 0;
}

/*contact data*/

.contact_data {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	display: table;
}

.contact_data div {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}

.contact_data p {
	font-size: 14px;
	color: rgba(0,0,0,0.80);
	font-weight: 600;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

.contact_data a {
	font-size: 14px;
	color: rgba(0,0,0,0.80);
	font-weight: 600;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

.contact_data a:hover {
	font-size: 14px;
	color: #011296;
}

.contact_data a:last-of-type {
	margin: 0;
}

.contact_data img {
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
	transition: all .3s linear;
	opacity: 0.80;
}

.contact_data img:hover,
.contact_data a:hover img {
	opacity: 1;
}
.contact_data dl{
	margin: 0 10px;
	display: table;
	width: 120px;
}
.contact_data dl ul{
	list-style: none;
}
.contact_data dl ul li{
	float: left;
  	margin-left: 10px;
}




/*main navigation*/

.main_navigation {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	display: table;
}

.main_navigation nav {
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.main_navigation nav ul {
	list-style: none;
	margin: 0 40px 0 0;
	padding: 0;
	display: table-cell;
	width: auto;
}

.main_navigation nav ul:last-of-type {
	margin: 0;
}

.main_navigation nav ul li {
	float: left;
	margin: 0 40px 0 0;
	position: relative;
}

.main_navigation nav ul:nth-of-type(2) li:nth-of-type(1) {
	display: none;
}

.main_navigation nav ul li:last-of-type {
	margin: 0;
}

.main_navigation nav ul:last-of-type li:last-of-type {
	float: right;
}

.main_navigation nav ul li a {
	font-size: 18px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	display: block;
	text-align: center;
	transition: all .2s linear;
}

.main_navigation nav ul li a:hover, .main_navigation nav ul li a.active {
	font-size: 18px;
	/*color: #011296;*/
	color: rgba(0,0,0,0.75);
}

/*main navigation drop-down menu*/

.main_navigation nav ul {
	position: relative;
}

.main_navigation nav ul li ul {
	width: 960px;
	float: none;
	margin: 0;
	padding: 30px 0;
	background: #fff;
	/*box-shadow: 10px 0 20px rgba(0,0,0,0.40);*/
	box-shadow: 0 0 0 50em rgba(0,0,0,0.30);
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 350;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
}

.main_navigation nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

/*
.main_navigation nav ul h2 {
	font-size: 24px;
	color: rgba(0,0,0,0.80);
	font-weight: 500;
	margin: 0 15% 25px;
	padding: 21px 0;
	display: block;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.20);
}
*/

/*second submenu*/

.main_navigation nav ul li ul li {
	width: 320px;
	float: left;
	margin: 0 0 19px;
	padding: 0 30px;
	border: none;
	display: inherit;
	box-sizing: border-box;
}

.main_navigation nav ul li ul:last-of-type li:last-of-type {
	float: left;
}

.main_navigation nav ul li ul li a {
	font-size: 16px;
	color: #011296;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: inherit;
}

.main_navigation nav ul li ul li a:hover,
.main_navigation nav ul li ul li a.active {
	font-size: 16px;
	color: #000;
}

/*third submenu*/

.main_navigation nav ul li ul li ul {
	width: 100%;
	margin: -1px 0 0;
	padding: 0 5px;
	background: transparent;
	box-shadow: none;
	position: inherit;
	left: inherit;
	top: inherit;
	opacity: inherit;
	visibility: inherit;
}

.main_navigation nav ul li ul li ul li {
	width: 100%;
	display: block;
	margin: 0 0 -2px;
	padding: 0;
	border: none;
	float: none;
}

.main_navigation nav ul li ul li ul li a {
	font-size: 16px;
	color: rgba(0,0,0,0.65);
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: inherit;
}

.main_navigation nav ul li ul li ul li a:hover,
.main_navigation nav ul li ul li ul li a.active {
	font-size: 16px;
	color: #011296;
}

/*ana tražila da se treća razina ne prikazuje*/

/*
.main_navigation nav ul li ul li ul {
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: all .2s linear;
}

.main_navigation nav ul li ul li:hover > ul,
.main_navigation nav ul li ul li:hover a > ul {
	opacity: 1;
	visibility: visible;
	display: block;
}
*/



/*main navigation submenu*/

/*
.main_navigation nav ul li ul {
	width: 220px;
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 51px;
	background: #fff;
	box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.30);
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
}

.main_navigation nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

.main_navigation nav ul li ul li {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main_navigation nav ul li ul li:last-of-type {
	border: none;
}

.main_navigation nav ul li ul li a,
.main_navigation nav ul li ul li:last-of-type a {
	font-size: 12px;
	color: #555;
	font-weight: 600;
	text-transform: none;
	margin: 0;
	padding: 10px 15px;
	display: block;
	text-align: left;
}

.main_navigation nav ul li ul li a:hover, .main_navigation nav ul li ul li a.active,
.main_navigation nav ul li ul li:last-of-type a:hover, .main_navigation nav ul li ul li:last-of-type a.active {
	font-size: 12px;
	color: #000;
	background: rgba(0,0,0,0.08);
}
*/

/*main container*/

.main_container {
	width: 1200px;
	margin: 0 auto 40px;
	padding: 0;
	clear: both;
	display: table;
}

/*main_content_left_cnt main_content_right_cnt*/

.main_content_left_cnt {
	display: none !important;
}

.main_content_left_cnt {
	width: 210px;
	float: left;
	margin: 0;
	padding: 0;
}

.main_content_right_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.gdpr_page {
	width: 100%;
	float: none;
	display: table;
}

/*search content*/

.search_content {
	width: 350px;
	float: right;
	margin: 0;
	padding: 0;
	clear: none;
}

.search_content form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
}

.search_content label {
	font-size: 13px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 9px 0;
	float: left;
	cursor: text;
}

.search_content input[type="search"] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 9px 20px 10px;
	font-size: 14px !important;
	color: #414141;
	font-weight: 500;
	background: #fff;
	border: 1px solid #d7d7d7;
	transition: all .2s linear;
	float: none;
	border-radius: 50px;
}

.search_content input[type="search"]:hover, .search_content input[type="search"]:focus {
	color: #000;
	border: 1px solid #a5a5a5;
}

.search_content input[type="submit"] {
	width: auto;
	max-width: inherit;
	font-size: 0 !important;
	color: transparent;
	font-weight: inherit;
	margin: 0;
	padding: 21px;
	background: url("../img/search-icon-submit.png") no-repeat center center;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all .2s linear;
}

.search_content input[type="submit"]:hover, .search_content input[type="submit"]:focus {
	background-color: transparent;
}

/*left categories*/

.main_content_left_cnt h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 8px 20px;
	background: #c3c3c3;
	width: 100%;
	box-sizing: border-box;
}

.main_content_left_cnt nav {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 0;
	display: table;
	background: #f0f0f0;
}

/*

.main_content_left_cnt nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.main_content_left_cnt nav ul li {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}

.main_content_left_cnt nav ul li a {
	font-size: 15px;
	color: #696969;
	font-weight: 400;
	display: block;
	margin: 0;
	padding: 8px 20px;
}

.main_content_left_cnt nav ul li a:hover, .main_content_left_cnt nav ul li a.active {
	font-size: 15px;
	color: #000;
}

*/

/*main content sub menu*/

/*

.main_content_left_cnt nav ul li ul {
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.60);
}

.main_content_left_cnt nav ul li ul li:first-of-type {
	border-top: 1px solid #cdcdcd;
}

.main_content_left_cnt nav ul li ul li {
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
}

.main_content_left_cnt nav ul li ul li a {
	font-size: 13px;
	color: #555;
	font-weight: 300;
	margin: 0;
	padding: 7px 20px 7px 30px;
}

.main_content_left_cnt nav ul li ul li a:hover, .main_content_left_cnt nav ul li ul li a.active {
	font-size: 13px;
	color: #011296;
	background: rgba(255,255,255,0.85);
}

*/

/*GLOSSY MENU SUBMENU*/

.glossymenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.glossymenu li {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}

.glossymenu li a {
	font-size: 15px;
	color: #696969;
	font-weight: 400;
	display: block;
	margin: 0;
	padding: 8px 20px;
}

.glossymenu li a:hover, .glossymenu li a.active, .glossymenu li.active a.submenuheader {
	font-size: 15px;
	color: #000;
}

/*second level menu*/

.glossymenu li ul {
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.60);
}

.glossymenu li ul li:first-of-type {
	border-top: 1px solid #cdcdcd;
}

.glossymenu li ul li {
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
}

.glossymenu li ul li a {
	font-size: 13px;
	color: #555;
	font-weight: 300;
	margin: 0;
	padding: 7px 20px 7px 30px;
}

.glossymenu li ul li a:hover, .glossymenu li ul li a.active {
	font-size: 13px;
	color: #011296;
	background: rgba(255,255,255,0.85);
}

div ul.glossymenu .active-submenu {
	display: block;
}

.glossymenu .submenu {
	display: none;
}

.glossymenu li.show .submenu {
	display: block;
}

/*newsletter cnt*/

.newsletter_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	/*display: table;*/
	display: none !important;
}

.newsletter_cnt article {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
	background: #f0f0f0;
}

.newsletter_cnt article h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 8px 20px;
	background: #c3c3c3;
	width: 100%;
}

.newsletter_cnt article section {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: table;
}

.newsletter_cnt article em {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0;
}

.newsletter_application_btn {
	font-size: 11px;
	color: #414141;
	font-weight: 700;
	margin: 0;
	padding: 6px 10px;
	display: table;
	background: linear-gradient(#ffffff, #f5f5f5);
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	border: 1px solid #cdcdcd;
}

.newsletter_application_btn:hover {
	font-size: 11px;
	color: #011296;
	border: 1px solid #011296;
}

/*slider content*/

.slider_content {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	display: table;
}

.bx-wrapper {
	margin: 0 auto !important;
}

.bx-wrapper .bx-pager {
	padding: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 12px;
}

.bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.bxslider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

/*
PRIJE POSTAVLJANJA U GORNJU SEKCIJU
.bx-wrapper img {
	margin: 0;
	padding: 0;
	max-width: 730px;
	max-height: 270px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}
*/

.bx-wrapper img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}

.bx-wrapper .bx-caption {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	border-radius: 500em;
	border: 1px solid rgba(0,0,0,0.60);
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 500em;
	border: 1px solid rgba(0,0,0,0.30);
}

.bx-controls-direction {
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 999;
}

/*featured products cnt*/

.featured_products_cnt {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: table;
}

.featured_products_cnt article {
	width: 285px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.15);
	background: #fff;
}

.featured_products_cnt article:nth-of-type(4n) {
	margin-right: 0;
}

.featured_products_cnt article figure {
	max-width: 100%;
	max-height: 166px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.featured_products_cnt article figure img {
	width: 285px;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

.featured_products_cnt article figure figcaption {
	position: absolute;
	right: -35px;
	top: 12px;
	text-align: center;
	margin: 0;
	transform: rotate(45deg);
}

.featured_products_cnt article figure figcaption p {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 5px 15px 6px;
	background: #cd1c1c;
	width: 100px;
	text-align: center;
	display: table-cell;
}

.featured_products_cnt article section {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: table;
}

.featured_products_cnt article h1 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 18px;
	overflow: hidden;
	height: 37px;
}

.featured_products_cnt article h1, .featured_products_cnt article h1 a {
	font-size: 16px;
	color: #011296;
	font-weight: 700 !important;
	text-align: center;
}

.featured_products_cnt article h1 a:hover {
	font-size: 16px;
	color: #2d2d2d;
}

.featured_products_cnt article em {
	font-size: 12px;
	color: #696969;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0;
	line-height: 17px;
	overflow: hidden;
	height: 104px;
}

.featured_products_cnt article span {
	font-size: 20px;
  	color: #2d2d2d;
  	font-weight: 700 !important;
  	float: right;
  	clear: right;
}

.featured_products_cnt article p {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 300 !important;
	display: table;
	width: 100%;
}


.send_request_btn {
	font-size: 14px;
  	color: #011296;
  	font-weight: 400;
  	float: right;
  	clear: right;
  	margin: 10px 0px;
  	padding: 5px 10px;
  	border: 1px solid #011296;
}

.send_request_btn:hover {
	font-size: 14px;
	color: #fff;
	background-color: #011296;
}

/*news content*/

.news_content {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: table;
}

.news_content h1 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px;
}

.news_content article {
	width: 48.7%;
	float: left;
	margin: 0 30px 30px 0;
	padding: 0;
}

.news_content article:nth-of-type(2n) {
	margin-right: 0;
}

.news_content article figure {
	max-width: 210px;
	max-height: 160px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
	
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.news_content article figure img {
	max-width: 210px;
	max-height: 160px;
	vertical-align: middle;
	text-align: center;
}

.news_content article time {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: table;
}

.news_content article h1 {
	margin: 0 0 10px;
	padding: 0;
}

.news_content article h1, .news_content article h1 a {
	font-size: 16px;
	color: #011296;
	font-weight: 700;
}

.news_content article h1 a:hover {
	font-size: 14px;
	color: #000;
}

.news_content article em {
	color: #696969;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
}

/*brands content*/

.brands_content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.brands_content h1 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px;
}

.brands_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.brands_content ul li {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.brands_content ul li:nth-of-type(7n) {
	margin-right: 0;
}

.brands_content ul li img {
	max-width: 132px;
	display: flex;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
}

.brands_content ul li img:hover {
	opacity: 0.70;
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	display: table;
	clear: both;
	background: #f0f0f0;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.08) inset;
}

footer section {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

footer section aside {
	width: 480px;
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

footer section aside:nth-of-type(3n) {
	width: 150px;
	margin: 0;
}

footer section aside:last-of-type {
	width: 100%;
	float: none;
	margin: 0;
	padding: 20px 0 0;
	display: table;
}

footer section aside h1 {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

footer section aside em, footer section aside p {
	font-size: 14px;
	color: #696969;
	font-weight: 400;
	padding: 0;
}

footer section aside p a {
	float: none;
}

footer section aside a {
	float: left;
	margin: 0 10px 0 0;
}

footer section aside a i {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	display: table-cell !important;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	background: rgba(0,0,0,0.30);
	border-radius: 500em;
}

footer section aside img {
	max-height: 29px;
	display: flex;
	margin: 0;
	padding: 0;
}

footer section aside p {
	float: left;
}

footer section aside p:last-of-type {
	float: right;
}

footer section aside p a {
	font-size: 14px;
	color: #011296;
	font-weight: 400;
}

footer section aside p a:hover {
	font-size: 14px;
	color: #000;
}

/*BASIC CSS*/

/*contact form*/

.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

/*
.contact_form div {
	width: 236px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
*/

.contact_form div {
	width: 220px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

.contact_form div.request_for_cnt {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.contact_form div:nth-of-type(3n) {
	margin: 0 0 10px;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}

.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}

.contact_form dt {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 !important;
}

.contact_form dt label {
	font-size: 13px;
	color: #555;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px 5px;
	display: block;
	cursor: text;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.buttons_action input[type="reset"] {
	background: #a5a5a5 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 1px solid #a5a5a5 !important;
	padding: 7px 10px !important;
	font-size: 11px !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 5px 0 0 !important;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 11px !important;
	color: #ffffff !important;
	background: #a5a5a5 !important;
	border: 1px solid #a5a5a5 !important;
	opacity: 0.80;
}

.buttons_action input[type="submit"] {
	background: #011296 !important;
	border: 1px solid #011296 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 7px 10px !important;
	font-size: 11px !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}

.buttons_action input[type="submit"]:hover, .buttons_action input[type="submit"]:focus {
	font-size: 11px !important;
	color: #ffffff !important;
	background: #011296 !important;
	border: 1px solid #011296 !important;
	opacity: 0.80;
}

.contact_form dl a{
	color: #011296;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 11px;
	margin: 0 !important;

	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border-radius: 0 !important;
	border: 1px solid #cdcdcd !important;
	box-shadow: none !important;

	transition: all .2s linear;
	color: #2d2d2d;
	font-size: 12px !important;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea {
	min-height: 120px;
	max-height: 120px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}

.contact_form dd select {
	padding: 8px 10px 10px;
}

.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}

/*invalid input*/

.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border: 1px solid #179d0a !important;
}

.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}

.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}

.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

/*sorter*/

.sorter {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	display: table;
}

.sorter form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.sorter form div {
	width: auto;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.sorter div:last-of-type {
	margin: 0;
	float: right;
}

.sorter form label {
	font-size: 11px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 11px 15px 0 0;
	padding: 0;
	float: left;
	cursor: text;
}

.sorter div:last-of-type select {
	width: 90px;
	max-width: 90px;
}

.sorter form div select {
	width: 280px !important;
	max-width: 280px !important;
	box-sizing: border-box;
	margin: 0;
	padding: 6px 8px 7px;
	font-size: 11px !important;
	color: #696969;
	font-weight: normal;
	background: linear-gradient(#ffffff, #f5f5f5);
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	border: 1px solid #d7d7d7;
}

.sorter form div select[name="per_page"] {
	width: 100px !important;
	max-width: 100px !important;
}

/*paging content*/

.paging_content {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 0 0;
	display: table;
	clear: both;
}

.paging_content .paging, .paging_content .paging_info {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
}

.paging_content .paging p {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 10px 0 0;
	padding: 0;
	float: left;
}

.paging_content .paging span {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.paging_content .paging a, .paging_content .paging span {
	font-size: 11px;
	color: #414141;
	font-weight: 700;
	margin: 0 -1px 0 0;
	padding: 8px 12px;
	float: left;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all .3s linear;
}

.paging_content .paging span:first-of-type {
	border-radius: 0;
}

.paging_content .paging a:last-of-type {
	border-radius: 0;
}

.paging_content .paging a:hover, .paging_content .paging a:focus, .paging_content .paging a.active,
.paging_content .paging span:hover, .paging_content .paging span:focus, .paging_content .paging span.active {
	font-size: 11px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 300;
	padding: 5px 0 0 75px;
}

.paging_content .paging .paging_right_cnt {
	width: 855px;
	float: left;
}

.basic_site_inner_content_catalog_group .paging_content .paging .paging_right_cnt,
.basic_site_inner_content_news .paging_content .paging .paging_right_cnt {
	width: 655px;
}

/*basic site inner content catalog*/

.basic_site_inner_content_catalog {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_catalog article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_catalog h1 {
	font-size: 23px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content_catalog figure {
	max-width: 320px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
	
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.basic_site_inner_content_catalog figure img {
	max-width: 320px;
	max-height: 240px;
	vertical-align: middle;
	text-align: center;
}

/*basic site inner content catalog group*/

.basic_site_inner_content_catalog_group {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_catalog_group h1 {
	font-size: 23px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content_catalog_group article {
	width: 225px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.15);
	background: #fff;
}

.basic_site_inner_content_catalog_group article:nth-of-type(4n) {
	margin-right: 0;
}

.basic_site_inner_content_catalog_group article figure {
	max-width: 225px;
	max-height: 166px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_catalog_group article figure img {
	max-width: 225px;
	max-height: 166px;
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content_catalog_group article figure figcaption {
	position: absolute;
	right: -35px;
	top: 12px;
	text-align: center;
	margin: 0;
	transform: rotate(45deg);
}

.basic_site_inner_content_catalog_group article figure figcaption p {
	font-size: 11px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 5px 15px 6px;
	background: #cd1c1c;
	width: 90px;
	text-align: center;
	display: table-cell;
}

.basic_site_inner_content_catalog_group article section {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: table;
}

.basic_site_inner_content_catalog_group article h1 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 18px;
	overflow: hidden;
	height: 37px;
}

.basic_site_inner_content_catalog_group article h1, .basic_site_inner_content_catalog_group article h1 a {
	font-size: 14px;
	color: #011296;
	font-weight: 700;
}

.basic_site_inner_content_catalog_group article h1 a:hover {
	font-size: 14px;
	color: #2d2d2d;
}

.basic_site_inner_content_catalog_group article em {
	font-size: 12px;
	color: #696969;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0;
	line-height: 17px;
	overflow: hidden;
	height: 104px;
}

.basic_site_inner_content_catalog_group article span {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 600 !important;
	float: right;
	clear: right;
}

.basic_site_inner_content_catalog_group article p {
	font-size: 10px;
	color: #2d2d2d;
	font-weight: 300 !important;
	display: table;
	width: 100%;
}

/*basic site inner content catalog details*/

.basic_site_inner_content_catalog_details {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_catalog_details article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_catalog_details h1 {
	font-size: 23px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content_catalog_details figure {
	max-width: 460px;
	max-height: 345px;
	/*
	max-width: 320px;
	max-height: 240px;
	*/
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.15);
	position: relative;
	
	float: left;
	margin: 0 0 30px;
	padding: 0;
}

.basic_site_inner_content_catalog_details figure img {
	max-width: 460px;
	max-height: 345px;
	/*
	max-width: 320px;
	max-height: 240px;
	*/
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content_catalog_details figure figcaption {
	position: absolute;
	right: -35px;
	top: 12px;
	text-align: center;
	margin: 0;
	transform: rotate(45deg);
}

.basic_site_inner_content_catalog_details figure figcaption p {
	font-size: 11px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 5px 15px 6px;
	background: #cd1c1c;
	width: 90px;
	text-align: center;
	display: table-cell;
}

.basic_site_inner_content_catalog_details section {
	width: 460px;
	/*width: 370px;*/
	float: right;
	margin: 30px 0 30px;
	padding: 0;
}

.basic_site_inner_content_catalog_details section dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_catalog_details section dl div {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #d7d7d7;
	display: table;
}

.basic_site_inner_content_catalog_details section dl div dt, .basic_site_inner_content_catalog_details section dl div dd {
	font-size: 14px;
	color: #696969;
	font-weight: 400;
}

.basic_site_inner_content_catalog_details section dl div dt {
	float: left;
}

.basic_site_inner_content_catalog_details section dl div dd {
	color: #414141;
	font-weight: 600;
	float: right;
}


.basic_site_inner_content_catalog_details section p {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 300 !important;
	display: table;
	width: 100%; 
}

.product_price {
	width: 100%;
	box-sizing: border-box;
	margin: -1px 0 15px;
	padding: 0;
	background: linear-gradient(#ffffff, #f5f5f5);
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	border: 1px solid #d7d7d7;
	display: table;
}

.product_price div {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
	display: table;
}

.product_price div:last-of-type {
	border: none;
}

.product_price p {
	font-size: 13px;
	color: #696969;
	text-transform: uppercase;
	float: left;
	margin: 1px 0 0;
	padding: 0;
}

.product_price > div:only-of-type > p,
.product_price > div:nth-of-type(2) > p {
	/*margin: 5px 0 0;*/
	margin: 8px 0 0;
}

.product_price span {
	font-size: 23px;
	color: #011296;
	font-weight: 700 !important;
	float: right;
	margin: 0;
	padding: 0;
}

.product_price del {
	font-size: 13px;
	color: #414141;
	font-weight: 600;
	float: right;
	margin: 0;
	padding: 0;
}

.send_request_button {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	float: right;
	margin: 10px 0 0;
	padding: 6px 8px;
	
	background: linear-gradient(#1f2ea9, #011296);
	background: -webkit-linear-gradient(#1f2ea9, #011296);
	border: 1px solid #011296;
	border-radius: 3px;
}

.send_request_button:hover, .send_request_button:focus {
	font-size: 12px;
	color: #fff;
	opacity: 0.75;
}

.product_description_details_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	box-sizing: border-box;
}

.product_description_details_cnt h1 {
	font-size: 17px;
	color: #2d2d2d;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px;
}

.product_description_details_cnt em,
.product_description_details_cnt p {
	font-size: 13px;
	color: #696969;
	font-weight: 400;
	padding: 0;
}

/*product details - gallery*/

.basic_site_inner_content_catalog_details .ecms_gallery_box {
	width: 100%;
	clear: both;
	float: none;
	display: table;
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 0;
	border: none;
}

.basic_site_inner_content_catalog_details .ecms_gallery_box a {
	width: 15.7%;
	margin: 10px 10px 0 0;
}

.basic_site_inner_content_catalog_details .ecms_gallery_box a:nth-of-type(4n) {
	margin: 10px 10px 0 0;
}

.basic_site_inner_content_catalog_details .ecms_gallery_box a:nth-of-type(6n) {
	margin: 10px 0 0 0;
}

/*product details - iframe*/

.basic_site_inner_content_catalog_details p iframe {
	width: 31.7%;
	height: auto;
	float: left;
	margin: 0 15px 0 0;
}

.basic_site_inner_content_catalog_details p {
	padding: 0;
}

.basic_site_inner_content_catalog_details article p {
	/*padding: 0 0 15px;*/
}

/*product details table*/

.basic_site_inner_content_catalog_details .product_description_details_cnt table {
	width: 100% !important;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_catalog_details .product_description_details_cnt table,
.basic_site_inner_content_catalog_details .product_description_details_cnt table tr,
.basic_site_inner_content_catalog_details .product_description_details_cnt table tr td {
	border: none !important;
}

.basic_site_inner_content_catalog_details .product_description_details_cnt table tr td {
	width: 50% !important;
}

/*piktogrami - Mario 1.9.2025*/
.basic_site_inner_content_catalog_details .piktogram-wrap{
	float: none;
}
.piktogram-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
.piktogram-item {
	width: 60px;
	text-align: center;
	position: relative;
}
.piktogram-item img {
	max-width: 44px;
	height: auto;
	display: block;
	margin: 0 auto 5px;
}
.piktogram-item .piktogram-title {
	font-size: 10px;
	color: #333;
}
.piktogram-item:hover .piktogram-tooltip {
	opacity: 1;
	visibility: visible;
}
.piktogram-tooltip {
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 11px;
	padding: 6px 10px;
	border-radius: 5px;
	white-space: normal;
	width: 160px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	z-index: 99;
}

/*basic site inner content news*/

.basic_site_inner_content_news {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.basic_site_inner_content_news h1 {
	font-size: 23px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content_news article {
	width: 225px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.15);
	background: #fff;
}

.basic_site_inner_content_news article:nth-of-type(4n) {
	margin-right: 0;
}

.basic_site_inner_content_news article figure {
	max-width: 225px;
	max-height: 166px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_news article figure img {
	max-width: 225px;
	max-height: 166px;
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content_news article section {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: table;
}

.basic_site_inner_content_news article h1 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 18px;
	overflow: hidden;
	height: 37px;
}

.basic_site_inner_content_news article h1, .basic_site_inner_content_news article h1 a {
	font-size: 14px;
	color: #011296;
	font-weight: 700;
}

.basic_site_inner_content_news article h1 a:hover {
	font-size: 14px;
	color: #2d2d2d;
}

.basic_site_inner_content_news article em {
	font-size: 12px;
	color: #696969;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 17px;
	overflow: hidden;
	/*height: 104px;*/
	height: 35px;
}

/*news basic site backup*/
/*ANA tražila da se promijeni ispis novosti*/

/*

.basic_site_inner_content_news {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.basic_site_inner_content_news h1 {
	font-size: 23px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content_news article {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: table;
}

.basic_site_inner_content_news article figure {
	max-width: 200px;
	max-height: 150px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
	
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.basic_site_inner_content_news article figure img {
	max-width: 200px;
	max-height: 150px;
	text-align: center;
	vertical-align: middle;
}

.basic_site_inner_content_news article time {
	font-size: 12px;
	color: #011296;
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_news article h1 {
	padding: 0 0 5px;
	margin: 0;
}

.basic_site_inner_content_news article h1, .basic_site_inner_content_news article h1 a {
	font-size: 18px;
	color: #4d4d4d;
	font-weight: 600;
}

.basic_site_inner_content_news article h1 a:hover {
	font-size: 18px;
	color: #011296;
}

.basic_site_inner_content_news article em {
	font-size: 13px;
	color: #696969;
}

*/

/*basic site inner content news details*/

.basic_site_inner_content_news_details_details {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.basic_site_inner_content_news_details article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_news_details figure {
	max-width: 320px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
	
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.basic_site_inner_content_news_details figure img {
	max-width: 320px;
	max-height: 240px;
	text-align: center;
	vertical-align: middle;
}

/*news details right cnt*/

.news_details_right_cnt {
	width: 615px;
	float: left;
	margin: 0;
	padding: 0;
}

.news_details_right_cnt ul {
	padding-left: 17px;
}

.news_details_right_cnt iframe {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border: none !important;
}

.basic_site_inner_content_news_details time {
	font-size: 12px;
	color: #011296;
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content_news_details h1 {
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}

.basic_site_inner_content_news_details h1, .basic_site_inner_content_news_details h1 a {
	font-size: 24px;
	color: #4d4d4d;
	font-weight: 600;
}

.basic_site_inner_content_news_details h1 a:hover {
	font-size: 24px;
	color: #011296;
}

.basic_site_inner_content_news_details h2 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content_news_details h2, .basic_site_inner_content_news_details h2 a {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_news_details h2 a:hover {
	font-size: 22px;
	color: #011296;
}

.basic_site_inner_content_news_details h3 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content_news_details h3, .basic_site_inner_content_news_details h3 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_news_details h3 a:hover {
	font-size: 20px;
	color: #011296;
}

/*basic site inner content*/

.basic_site_inner_content {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.basic_site_inner_content article {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 0;
	display: table;
	clear: both;
}

.basic_site_inner_content h1 {
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}

.basic_site_inner_content h1, .basic_site_inner_content h1 a {
	font-size: 24px;
	color: #011296;
	font-weight: 600;
}

.basic_site_inner_content h1 a:hover {
	font-size: 24px;
	color: #011296;
}

.basic_site_inner_content h2 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content h2, .basic_site_inner_content h2 a {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content h2 a:hover {
	font-size: 22px;
	color: #011296;
}

.basic_site_inner_content h3 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content h3, .basic_site_inner_content h3 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content h3 a:hover {
	font-size: 20px;
	color: #011296;
}

.basic_site_inner_content figure {
	max-width: 320px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
	
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.basic_site_inner_content figure img {
	max-width: 320px;
	max-height: 240px;
	text-align: center;
	vertical-align: middle;
}

.basic_site_inner_content article ul {
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0 40px 0;
	padding: 15px 0;
	list-style: none;
	display: table;
	border-top: 1px dashed #a5a5a5;
	border-bottom: 1px dashed #a5a5a5;
}

.basic_site_inner_content article ul li:before {
	content: "";
	position: absolute;
	display: list-item;
	list-style-type: square;
	color: #009036;
	top: -1px;
}

.basic_site_inner_content article ul li {
	font-size: 15px;
	color: #555;
	font-weight: 400;
	margin: 0 0 0 16px;
	padding: 0 0 8px;
	display: table;
	position: relative;
}

.basic_site_inner_content article ul li:last-of-type {
	padding: 0;
}

.basic_site_inner_content iframe {
	margin: 10px 0 30px;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 45%;
	float: left;
	margin: 0;
	padding: 0;
	clear: left;
}

.basic_site_inner_content_contact article:nth-of-type(1) {
	width: 240px;
	float: left;
	clear: none;
}

.basic_site_inner_content_contact article:nth-of-type(3) {
	clear: both;
}

.basic_site_inner_content_contact h1 {
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}

.basic_site_inner_content_contact h1, .basic_site_inner_content_contact h1 a {
	font-size: 24px;
	color: #011296;
	font-weight: 600;
}

.basic_site_inner_content_contact h1 a:hover {
	font-size: 24px;
	color: #011296;
}

.basic_site_inner_content_contact h2 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content_contact h2, .basic_site_inner_content_contact h2 a {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_contact h2 a:hover {
	font-size: 22px;
	color: #011296;
}

.basic_site_inner_content_contact h3 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content_contact h3, .basic_site_inner_content_contact h3 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_contact h3 a:hover {
	font-size: 20px;
	color: #011296;
}

/*
.right_column_contact {
	width: 100%;
	display: table;
	margin: 0 0 30px;
	padding: 0;
}
*/

.right_column_contact {
	width: 680px;
	float: right;
	margin: 0 0 40px;
	padding: 0;
}

.basic_site_inner_content_contact iframe {
	width: 45%;
	height: 280px;
	float: right;
	clear: right;
	margin: 10px 0 30px;
}

/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	box-sizing: border-box;
	margin: 45px 0 0;
	padding: 20px 0 0;
	border-top: 1px dashed #a5a5a5;
}

.ecms_gallery_box h1 {
	font-size: 15px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box p {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	/*width: 22.94%;*/
	width: 23.4%;
	float: left;
	margin: 20px 20px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(4n) {
	margin: 20px 0 0;
}

.ecms_gallery_box a img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border: none;
	border-right: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.ecms_gallery_box em {
	font-size: 14px;
	color: #555;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;

	line-height: 18px;
	overflow: hidden;
	height: 39px;
	min-height: 39px;
}

/*download*/

/*
.document_category, .basic_site_inner_content_catalog_details aside.document_category {
	width: 100%;
	box-sizing: border-box;
	margin: 40px 0 0;
	padding: 15px 20px 0 20px;
	clear: both;
	display: table;
	background: linear-gradient(transparent 0%, rgba(0,0,0,0.04) 100%);
	background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.04) 100%);
	border: 1px solid rgba(0,0,0,0.15);
}

.document_category h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 47.5%;
	float: left;
	margin: 0 0 15px;
	padding: 0;
}

.document_category ul li:nth-of-type(2n) {
	float: right;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 48px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 16px;
	color: #414141;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
	width: 80%;
}

.document_category ul li a:hover {
	font-size: 16px;
	color: #011296;
}
*/

.document_category, .basic_site_inner_content_catalog_details aside.document_category {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	display: table;
}

.document_category h1 {
	display: none;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: auto;
	float: left;
	margin: 0 10px 10px 0;
}

.document_category ul li img {
	display: none;
}

.document_category ul.downloads_list li a {
	font-size: 14px;
	font-weight: 700 !important;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 7px 10px;
	display: block;
	background: #ff0000;
	border: 1px solid #ff0000;
	/*background: #a5a5a5;
	border: 1px solid #919191;*/
	border-radius: 3px;
}

.document_category ul.downloads_list li a:hover {
	font-size: 14px;
	color: #fff;
	background: #c10000;
	/*background: #bba086;*/
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	box-sizing: border-box;
	margin: 40px 0 0 !important;
	padding: 0 !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 3px 0;
	padding: 0;
}

.social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 4px 10px 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a {
	display: flex;
}

.social_toolbar_inside ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 1;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#hist a {
	font-size: 11px;
	color: #414141;
	font-weight: 700;
	margin: 0;
	padding: 6px 10px;
	display: table;
	background: linear-gradient(#ffffff, #f5f5f5);
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	border: 1px solid #cdcdcd;
}

#hist a:hover, #hist a:focus {
	font-size: 11px;
	color: #011296;
	border: 1px solid #011296;
}

/*FANCYBOX*/

.fancybox-skin {
	background: #fff !important;
}

.fancybox-lock {
	overflow: inherit !important;
}


/*EU PRICES*/

.featured_products_cnt article section {
	height: 147px;
}

.basic_site_inner_content_catalog_group article section {
	height: 147px;
}

/*
.product_price_euro_cnt {
	margin: -10px 0 0;
	background: none;
	background: none;
	border: none;
}

.product_price_euro_cnt div {
	padding: 0 10px;
}
*/

.eu_price, .eu_price_old, .product_price_euro_cnt {
}

.product_price .eu_price_old {
	clear: right;
}

.product_price .eu_price {
	clear: right;
}

.product_price span {
	font-size: 25px !important;
}

.product_price span.eu_price {
	font-size: 21px !important;
}
#contact_form iframe {
width: 100%;
height: auto;
float: none;
margin: 0;
padding: 0;
}





