@charset "utf-8";

/* General HTML Styles */

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
}

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: Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 13px;
	color: #7b7c7e;
	font-weight: 300;
	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 {
	margin: 0;
	padding: 0 0 15px;
	font-style: normal;
	display: block;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 500;
}

a {
	font-size: 14px;
	color: #ee7f01;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s linear;
}

a:hover {
	font-size: 14px;
	color: #333;
	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;
}

.slicknav_menu {
	display: none;
}

/*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;
}

/*header*/

header {
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: 10px solid #ff7f00;
	background: #fff;
}

header section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.logo, .logo img {
	max-height: 60px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.contact_data {
	display: table;
	float: left;
	margin: 13px 0 0;
	padding: 0:
}

.contact_data a {
	float: left;
	margin: 0;
	padding: 0;
	color: #888;
	font-size: 12px;
	font-weight: 600;
}

.contact_data a:hover {
	color: #ee7f01;
	font-size: 12px;
} 


.contact_data a.mail {
	background: url("../img/mail.jpg") no-repeat center left #fff;
	margin: 4px 0 0 20px;
	padding: 3px 0 3px 30px;
}

.contact_data a.phone {
	background: url("../img/phone.jpg") no-repeat center left #fff;
	padding: 7px 0 7px 30px;		
}

.language_content {
	display: table;
	float: right;
	margin: 20px 0 0;
	padding: 0;
}

.language_content ul {
	display: table;
	list-style: none;
	float: right;
	margin: 0;
}

.language_content ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	color: #888;
}

.language_content ul li a img {
	float: left;
	max-height: 12px;
	margin: 3px 5px 0 0;
	vertical-align: middle;
}

.language_content ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}

.language_content ul li:last-of-type a {
	margin: 0;
}

.language_content ulli a:hover, .language_content ul li a.focus, .language_content ul li a:active {
	font-size: 11px;
	color: #ff7f00;
}

.language_content ul li img {
	margin: 0 5px 0 0;
}

.language_content #sample dt {
	display: none;
}

header nav {
	clear: both;
	display: table;
	margin: 0;
	padding: 0;
	width: 960px;
}

header nav ul {
	width: auto;
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
	display: table;
	text-align: center;
}

header nav ul li {
	float: left;
	padding: 0 20px;
	border-left: 1px solid #bcbdbf;
}

header nav ul li:last-child {
	border-right: 1px solid #bcbdbf;
}

header nav ul li a {
	font-size: 13px;
	color: #929395;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

header nav ul li a:hover, nav ul li a.active {
	font-size: 13px;
	color: #ff7f00;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	background: linear-gradient(#eeeeee 0px, #ebebeb 180px, #e4e4e4 240px, #c8c8c8 241px, #f2f2f2 241px, #f2f2f2 100% );
}

/*top content*/

.top_content {
	width: 960px;
	margin: 0 auto;
	display: table;
}

.top_content article {
	width: 960px;
	height: 240px;
	overflow: hidden;
	border: 1px solid #c7c7c7;
	background: #fff;
	padding: 0;
	border-radius: 5px;
	margin: 0 auto 15px;
	position: relative;
}

.top_content article h1, .top_content article em, .top_content article p {
	max-width: 48%;
}

.top_content article figure {
	position: absolute;
	right: 0;
	top: 0;
}

.top_content article h1 {
	color: #ff7f00;
	font-size: 30px;
	margin: 0;
	padding: 15px 0 10px 20px;
	text-align: right;
}

.top_content article em {
	color: #636466;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 20px;
	text-align: right;
}

.top_content article p {
	padding: 0 0 0 20px;
	margin: 0;
	text-align: right;
}

.top_content article figure {
	max-width: 460px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #e6e6e6;
	border-radius: 0 5px 5px 0;
	margin: 0;
}

.top_content article figure img {
	max-width: 460px;
	max-height: 240px;
	text-align: center;
	vertical-align: middle;
}

/*main_content*/

.main_content {
	width: 960px;
	display: table;
	margin: 0 auto;
}

/*left content*/
.left_content{
	width: 240px;
	display: table-cell;
	height: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0 0 71px;
	border: 1px solid #c7c7c7;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
	border-right: none;
	background: url("../img/park_smile_icon.png") no-repeat bottom center #f1f1f1;
}

.logo2 {
	width: 210px;
	height: 40px;
	margin: 0 0 15px;
	padding: 14px 15px 22px;
	border-bottom: 1px solid #c7c7c7;
	border-radius: 5px 0 0;
	display: block;
	background: #fff;
}

.logo2 img {
	border-radius 5px 0 0;
}

.logo2 p {
	margin: -6px 0 0;
}

.left_content article {
	width: 200px;
	display: block;
	padding: 0 0 30px;
	margin: 0 auto 15px;
	border-bottom: 1px solid #c8c8c8;
}

.left_content article h1 {
	font-size: 14px;
	color: #555;
	padding: 5px 0;
	margin: 0;
	font-weight: bold;
}


.left_content article h1 a {
	font-size: 14px;
	color: #555;
}

.left_content article h1 a:hover, .left_content article h1 a.active, .left_content article h1 a:focus {
	font-size: 14px;
	color: #ee7f01;
}

.left_content article em {
	font-size: 13px;
	font-style: normal;
	color: #7b7c7e;
	padding: 5px 0 10px;
}

.left_content article span, .left_content article time {
	font-size: 12px;
	color: #929395;
	display: block;
	float: left;
	font-style: italic;
	margin: 10px 0 15px;
}

.left_content article span {
	margin: 10px 3px 15px 0;
}

.left_content article figure {
	max-width: 200px;
	max-height: 150px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	margin: 0 0 5px 20px;
}

.left_content article figure img {
	max-width: 200px;
	max-height: 150px;
	text-align: center;
	vertical-align: middle;
}

.more_info_button {
	text-transform: uppercase;
	font-size: 13px;
	color: #ee7f01;
	font-weight: normal;
	text-align: right;
	float: right;
}

.more_info_button:hover, .more_info_button.active, .more_info_button:focus {
	color: #333;
	font-size: 13px;
}

.right_content {
	width: 719px;
	box-sizing: border-box;
	display: table-cell;
	height: 100%;
	vertical-align: top;
	border: 1px solid #c7c7c7;
	border-radius: 0 5px 5px 0;
	padding: 30px 14px 20px;
	margin: 0;
	background: #fff;
}

.right_content figure {
	max-width: 320px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	margin: 0 15px 15px 0;
	float: left;
}

.right_content figure img {
	max-width: 320px;
	max-height: 240px;
	text-align: center;
	vertical-align: middle;
}

.right_content h1 {
	font-size: 24px;
	color: #ff7f00;
	padding: 0 0 10px;
	margin: 0;
}

.right_content em {
	font-style: normal;
	padding: 0 0 20px;
	font-size: 16px;
	color: #7b7c7e;
}

.right_content p {
	font-size: 13px;
	color: #7b7c7e;
	margin: 0;
	padding: 0 0 15px;
}

.right_content a {
	font-size: 13px;
	color: #ff7f00;
}

.right_content a:hover, .right_content a.active, .right_content a:focus {
	font-size: 13px;
	color: #333;
}

/*featured products content homepage */

.right_content section article {
	width: 330px;
	float: left;
	margin: 0 0 20px;
	border: 1px solid #ddd;
}

.right_content section.first_article article:first-of-type {
	width: 100%;
	border: none;
}

.right_content section.first_article article {
	float: right !important;
}

.right_content section.first_article article:nth-of-type(2n) {
	float: left !important;
}

.right_content section.homepage article:nth-of-type(2n) {
	float: right;
}

.right_content section.homepage article h1, .right_content section.homepage article h1 a {
	font-size: 14px;
	color: #ff7f00;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 10px 4px;
	margin: 0;
	border-bottom: 2px solid #ff7f00;
}

.right_content section.homepage article h1 a {
	border-bottom: none;
}

.right_content section.homepage article h1 a:hover, .right_content section.homepage article h1 a:focus, .right_content section.homepage article h1 a.active {
	font-size: 14px;
	color: #333;
}

.right_content section.homepage article figure {
	max-width: 330px;
	max-height: 175px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.right_content section.homepage article figure img {
	max-width: 330px;
	max-height: 175px;
	text-align: center;
	vertical-align: middle;
}

/*footer*/

footer {
	width: 960px;
	margin: 0 auto 15px;
	padding: 15px;
	clear: both;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	display: table;
	box-sizing: border-box;
}

.copyright p {
	font-size: 12px;
	color: #707070;
	float: left;
	padding: 0;
}

.copyright p a {
	font-size: 12px;
	color: #ff7f00;
}

.copyright p a:hover {
	font-size: 12px;
	color: #333;
}

.copyright p:last-of-type {
	float: right;
}

.copyright p:last-of-type a {
	font-size: 13px;
	color: #ff7f00;
	font-weight: bold;
}

.copyright p:last-of-type a:hover, .copyright p:last-of-type a.active, .copyright p:last-of-type a:focus, .copyright span:hover, .copyright span.active, .copyright span:focus {
	color: #333;
}

.copyright span {
	display: inline-block;
	transform: scale(-1, 1);
	transition: all 0.2s linear 0s;
	color: #ff7f00;
	font-weight: bold;
}

/*left menu*/

.left_menu {
	float: left;
	width: 240px;
	border: 1px solid #c7c7c7;
	border-radius: 5px 0 0 5px;
	border-right: none;
	background: url("../img/park_smile_icon.png") no-repeat bottom center #f1f1f1;
	padding: 0px 0 71px;
}

.main_container nav {
	width: 100%;
	margin: 0;
	padding: 15px 15px 0;
	box-sizing: border-box;
}

.main_container nav ul {
	display: table;
	padding: 0 0 20px;
	margin: 0;
	width: 100%;
}

.main_container nav ul li {
	display: block;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #d5d5d5;
	width: 100%;
}

.main_container nav h1 {
	font-size: 17px;
	color: #7d7d7d;
	padding: 0 0 25px;
	margin: 0;
	display: table;
	text-transform: uppercase;
}

.main_container nav ul li a {
	color: #5f5f5f;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

.main_container nav ul li a:hover, .main_container nav ul li a.active, .main_container nav ul li a:focus {
	color: #ff7f00;
	font-size: 13px;
}

.main_container nav ul.glossymenu {
	display: table;
	padding: 0 0 20px;
	margin: 0;
	width: 100%;
}

.main_container nav ul.glossymenu li {
	display: block;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #d5d5d5;
	width: 100%;
}

.main_container nav ul.glossymenu li a {
	color: #5f5f5f;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

.main_container nav ul.glossymenu li a:hover, .main_container nav ul.glossymenu li a.active, .main_container nav ul.glossymenu li a:focus {
	color: #ff7f00;
	font-size: 13px;
}

/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	box-sizing: border-box;
	margin: 45px 0 20px;
	padding: 20px 0;
	border-top: 1px dashed #a5a5a5;
}

.ecms_gallery_box h1 {
	font-size: 18px !important;
	color: #414141 !important;
	font-weight: bold ;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
}

.ecms_gallery_box p {
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0;
}

.ecms_gallery_box a {
	width: 22.72%;
	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;
	box-shadow: 1px 1px 0 0 #cdcdcd;
}

.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;
}
/*contact form*/

.contact_form {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	display: table;
	float: left;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.contact_form div {
	width: 322px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.contact_form div:nth-of-type(2n) {
	margin: 0 0 15px;
}

.contact_form div:last-of-type {
	float: none;
	display: table;
	width: 100%;
	margin: 0 0 15px;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	display: table;
}

.contact_form div:last-of-type dd span.formInfo {
	margin: -48px 0 0 184px !important;
}

.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;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.contact_form dl a{
	color: #ff6432;
}

.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;

	backgrouground: linear-gradient(#f1f1f1, #f5f5f5);
	background: -webkit-linear-gradient(#f1f1f1, #f5f5f5) ;
	border-radius: 0 !important;
	border: 1px solid #d7d7d7;
	box-shadow: none !important;

	transition: all .2s linear;
	color: #231f20;
	font-size: 12px !important;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff;
	border: 1px solid #a5a5a5;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff ;
	border: 1px solid #a5a5a5;
	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: 0;
	top: -25px;
	font-size: 30px;
}

/*invalid input*/

.contact_form dd input:focus:invalid {
	border: 1px solid red !important;
}

.formInfo {
	margin: 0;
	color: #ff7f00;
	font-size: 30px;
	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: #231f20 !important;
	margin: 20px 0;
}

.msg_content {
	color: #231f20 !important;
	margin: 20px 0;
}

.buttons_action .form_submit {
	background: #ff7f00 !important;
	border: none !important;
	padding: 7px 10px !important;
	font-size: 13px !important;
	color: #fff !important;
	font-weight: 400;
	text-transform: uppercase;
	width: auto !important;
	cursor: pointer;
	border-radius: 3px !important
}

.buttons_action .form_submit:hover, .buttons_action .form_submit.active,.buttons_action .form_submit:focus {
	color: #000;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.contact_form .buttons_action .form_reset {
	background: #f5f5f5 !important;
	border: 1px solid #ff7f00 !important;
	padding: 7px 10px !important;
	margin: 0 20px 0 0 !important;
	font-size: 13px !important;
	color: #2d2d2d !important;
	font-weight: 400;
	text-transform: uppercase;
	width: auto !important;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 3px;
}

.buttons_action .form_reset:hover,.contact_form .buttons_action .form_reset.active, .buttons_action .form_reset:focus {
	color: #000;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.featured_products_group_content {
	width: 690px;
	box-sizing: border-box;
	float: left;
	padding: 0;
}

.right_content section.featured_products_group_content article {
	float: left;
	margin: 0 10px 40px 0;
	width: 165px;
	border: none;
}

.right_content section.featured_products_group_content article:nth-of-type(4n) {
	margin: 0 0 20px;
}

.right_content section.featured_products_group_content article figure {
	max-width: 160px;
	max-height: 120px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	border: 1px solid #c7c7c7;
	float: none;
}

.right_content section.featured_products_group_content article figure img {
	max-width: 160px;
	max-height: 120px;
	vertical-align: middle;
	text-align: center;
}

.right_content section.featured_products_group_content article h1 {
	overflow: hidden;
	height: 35px;
	padding: 5px 0 0;
	margin: 0;
}

.right_content section.featured_products_group_content article h1 a {
	font-size: 16px;
	color: #ee7f01;
	font-weight: normal;
}

.right_content section.featured_products_group_content article h1 a:hover, .right_content section.featured_products_group_content article h1 a.active, .right_content section.featured_products_group_content article h1 a:focus {
	color: #333;
	font-size: 16px;
}

.right_content section.featured_products_group_content article em {
	margin: 0;
	padding: 0 0 15px;
	color: #7b7c7e;
	font-size: 13px;
	height: 78px;
	overflow: hidden;
}

.right_content section.featured_products_group_content article a.read_more_button {
	font-size: 13px;
	color: #cdcdcd;
	padding: 5px 10px;
	border-radius: 3px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.15);
}

.right_content section.featured_products_group_content article a.read_more_button:hover, .right_content section.featured_products_group_content article a.read_more_button.active, .right_content section.featured_products_group_content article a.read_more_button:focus {
	opacity: 0.75;
	text-decoration: none;
	color: #333;
}

.document_category {
	display: table;
	width: 100%;
	margin: 25px 0;
	padding: 0;
	clear: both;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.document_category ul {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
}

.document_category ul li {
	float: left;
	width: 32.2%;
	margin: 0 15px 15px 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 15px;
	color: #ee7f01;
}

.document_category ul li a:hover, .document_category ul li a:focus, .document_category ul li a.active {
	color: #333;
	font-size: 15px;
}

.document_category img {
	float: left;
	max-height: 24px;
	margin: 0 10px 0 0;
}

/*COOKIE INFO*/

.cookie_ribon {
	width: 320px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px;
	clear: both;
	display: table;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	box-shadow: 5px -5px 0 0 rgba(0,0,0,0.10);
	transition: all .2s linear;
	z-index: 8500;
}

.cookie_ribon:hover {
	box-shadow: 5px -5px 0 0 rgba(238,24,41,0.30);
}

.cookie_ribon:hover img {
	opacity: 0.30;
}

.cookie_ribon p {
	font-size: 13px;
	color: #414141;
	font-weight: 400;
	text-align: justify;
	margin: 0 0 20px;
	padding: 0;
	float: none;
	display: table;
	clear: both;
}

.cookie_ribon p:first-of-type {
	color: #2d2d2d;
	font-weight: 600;
	text-transform: uppercase;
	margin: 16px 0 0;
	float: left;
	clear: none;
}

.cookie_ribon a {
	font-size: 11px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	margin: 0 5px 0 0;
	padding: 7px;
	background: transparent;
	border: 1px solid #414141;
	border-radius: 0;
	transition: all .2s linear;
	position: relative;
}

.cookie_ribon a:hover {
	font-size: 11px;
	font-weight: 700;
	padding: 7px 30px 7px 7px;
}

.cookie_ribon a.ok_active {
	background: #EE1C29;
	color: #fff;
}

.cookie_ribon a:hover:before, .cookie_ribon a.ok_active:hover:before {
	content: "";
	position: absolute;
	right: 7px;
	top: 7px;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url("http://www.multiparking.hr/hrvatski/--_/") no-repeat center center;
}

.cookie_ribon img {
	max-height: 48px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	opacity: 0.15;
	transition: all .2s linear;
}

.gallery .ecms_gallery_box {
	border: none;
	margin: 0;
	padding: 0;
}

.gallery .ecms_gallery_box a {
	width: 31.30%;
}

.gallery .ecms_gallery_box a:nth-of-type(3n) {
	margin: 20px 0 0 !important; 
}

.gallery .ecms_gallery_box a:nth-of-type(4n) {
	margin: 20px 20px 0 0;
}

.back_button {
	background: #f5f5f5 !important;
	border: 1px solid #ff7f00 !important;
	padding: 7px 10px !important;
	margin: 30px 20px 0 0 !important;
	font-size: 13px !important;
	color: #2d2d2d !important;
	font-weight: 400;
	text-transform: uppercase;
	width: auto !important;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 3px;
	clear: left;
	display: table;
}

.back_button:hover, .back_button.active, .back_button:focus {
	color: #000;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);	
}

.right_content .send_request_button {
	background: #ff7f00;
	color: #fff;
	padding: 7px 10px;
	margin: 10px 0 0;
	display: table;
	border-radius: 3px;
}

.right_content .send_request_button:hover, .right_content .send_request_button.active, .right_content .send_request_button:focus {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);	
}

.products_details_right h1, .products_details_right em, .products_details_right figure  {
	display: none;
}

.products_details_top p, .products_details_top .back_button, .products_details_top .ecms_gallery_box, .products_details_top .document_category, .products_details_top .document_category h1, .products_details_top a.send_request_button,.products_details_top h2  {
	display: none;
}

.products_details_right .back_button:nth-of-type(2) {
	display: none;
}

.products_details_right .document_category h1 {
	display: table;
	font-size: 16px;
	padding: 0 0 20px;
}

.right_content section.distributors article {
	border: none;
	width: 100%;
}

.main_container .left_content ul {
	display: table;
	padding: 15px 15px 20px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	list-style: none;	
}

.main_container .left_content ul li {
	display: block;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #d5d5d5;
	width: 100%;
}

.main_container .left_content h1 {
	font-size: 17px;
	color: #7d7d7d;
	padding: 0 0 25px;
	margin: 0;
	display: table;
	text-transform: uppercase;
}

.main_container .left_content ul li a {
	color: #5f5f5f;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

.main_container .left_content ul li a:hover, .main_container .left_content ul li a.active, .main_container .left_content ul li a:focus {
	color: #ff7f00;
	font-size: 13px;
}

/*document category*/
.documents_content {
	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);
}

.documents_content h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.documents_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.documents_content ul li {
	width: 48%;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.documents_content ul li:nth-of-type(3n) {
	margin: 0 0 15px;
}

.documents_content ul li img, .documents_content ul li a {
	display: inline-block;
	vertical-align: middle;
}

.documents_content ul li img {
	max-height: 48px;
	margin: 0 10px 0 0;
	padding: 0;
}

.documents_content ul li a {
	font-size: 15px;
	color: #414141;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.documents_content ul li a:hover {
	font-size: 15px;
	color: #27aae1;
}

.document_category {
	width: 100%;
	box-sizing: border-box;
	margin: 40px 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: 100%;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.document_category ul li:nth-of-type(3n) {
	margin: 0 0 15px;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 15px;
	color: #414141;
	font-weight: 400;
	margin: 6px 0 0;
	padding: 0;
}

.document_category ul li a:nth-of-type(2n) {
	width: 80%;
}

.document_category ul li a:hover {
	font-size: 15px;
	color: #FF7F00;
}

.right_content iframe {
	border: none !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 #cdcdcd;
	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: #fff;
	background: #FF7F00;
	border: 1px solid #FF7F00;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	padding: 5px 0 0 75px;
}

.paging_content .paging .paging_right_cnt {
	width: 855px;
	float: left;
}

.basic_site_inner_content_catalog .paging_content .paging .paging_right_cnt {
	width: 605px;
}


