/*
Project: Coal Creative
Description: Responsive CSS Grid layout
Author: Coal Creative
Version: 1.0
Tags: CoalGrid, RWD
*/

html {
	width: 100%;
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	color: #595959;
	line-height: 25px;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFF;
}
img {
	border: 0;
}
a {
	color: #595959;
	text-decoration: none;
	transition: all 300ms;
}
p {
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
a:hover {
	color: #BC1B17;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.padding_project {
	padding: 8%;
}
input {
    -webkit-appearance: none;
}
svg {
	max-height: 100%;
}
strong {
	font-weight: bold;
}
blockquote {
	padding: 20px 0px 20px 20px;
	position: relative;
}
blockquote:before {
	content: '"';
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 70px;
	color: #A98E72;
	opacity: 0.4;
}
h1 {
  font-size: 60px;
  line-height: 60px;
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 20px 0px;
  display: block;
  float: left;
  width: 100%;
  color: #000;
	text-transform: uppercase;
	font-weight: normal;
}
h1 span {
	display: block;
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 22px;
}
span.heading_type {
  font-size: 46px;
  line-height: 54px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 20px 0px;
  display: block;
  float: left;
  width: 100%;
  color: #000;
	position: relative;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin: 0px;
	display: block;
	float: left;
	color: #000;
	font-weight: normal;
  padding: 10px 0px 10px 0px;
	position: relative;
	width: 100%;
}
h2 strong {
	display: block;
	float: left;
	width: 100%;
	font-weight: bold;
}
h2 a {
	color: #000;
}
span.above_heading {
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 500;
	margin-bottom: -30px;
}
.all_text_centered span.above_heading {
	text-align: center;
}
h2 strong, h1 strong {
	font-weight: bold;
}
.all_text_centered h2 {
	width: 100%;
	text-align: center;
}
h3 {
	font-size: 17px;
	line-height: 20px;
	margin: 0px;
	display: block;
	float: left;
	color: #000;
	font-weight: normal;
  padding: 10px 0px 10px 0px;
	position: relative;
	width: 100%;
}
h4 {
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
	display: block;
	float: left;
	color: #000;
	font-weight: bold;
     padding: 15px 0px 0px 0px;
	position: relative;
	width: 100%;
}
h5 {
	font-size: 15px;
	line-height: 26px;
	margin: 0px;
	display: block;
	float: left;
	color: #000;
	font-weight: normal;
     padding: 10px 0px 10px 0px;
	position: relative;
	width: 100%;
	text-transform: uppercase;
}
.panel_heading {
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 20px 20px 0px 20px;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
}

/*BUTTONS AND ELEMENTS*/
.all_text_centered .button_main, .items-row .btn {
	clear: both;
	float: none;
	width: 150px;
	margin: 0px auto;
}
/*.button_main:before, .btn:before {
	content: '\f178';
	font-family: "FontAwesome";
	display: block;
	float: left;
	position: absolute;
	top: 10px;
	left: 0px;
	transition: all 300ms;
}
.button_main:hover:before, .btn:hover:before {
	left: 10px;
	transition: all 300ms;
}*/

.button_main {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 10px 30px 10px 20px;
	margin-top: 20px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	position: relative;
	background-color: transparent;
	transition: all 300ms;
	text-decoration: none;
}
.button_main:hover {
	color: #BC1B17;
	padding-left: 18px;
}
.button_main:before {
	content: "\f178";
	font-family: "FontAwesome";
	color: #BC1B17;
	position: absolute;
	top: 11px;
	left: 0px;
	font-size: 10px;
	color: #BC1B17;
	transition: all 400ms;
}
.button_main:hover:before {
	left: 3px;
}
.right .button_main:before {
	color: #FFF;
}
.all_text_centered .button_main {
	width: 200px;
	margin-bottom: -22px;
	margin-top: 30px;
}
.yellow_bg {
	color: #000;
	background-color: #FFD500;
}
.yellow_font, .yellow_font strong {
	color: #FFD500;
}
.black_bg {
	color: #FFF;
	background-color: #000;
}
.gray_bg {
	background-color: #EEE;
}
.white_bg {
	background-color: #FFF;
}
.space_left {
	padding-left: 10%;
}
em {
	font-style: italic;
}
.overlay_for_page_load {
	display: block;
	float: left;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	transition: all 400ms;
	transform: scale(0,1);
	opacity: 0;
	z-index: 99999;
	background-color: #EEE;
	mix-blend-mode: lighten;
}
.overlay_for_page_load.page_loaded {
	display: block;
	float: left;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	transition: all 600ms;
	transform: scale(1,1);
	opacity: 1;
	z-index: 99999;
	background-color: #EEE;
	mix-blend-mode: lighten;
}
.preloader {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	z-index: 999999;
	transition: all 200ms;
}
.preloader.page_loaded {
	transform: translate(-50%,-50%) scale(1,1);
	transition: all 200ms;
}
.small-font * {
	font-size: 12px;
	line-height: 20px;
}

/*CONTENT*/
#header_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}
#header_menu .container {
	position: relative;
}
#header_brands {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 135px;
}
#header_brands a {
	display: block;
	float: left;
	width: 135px;
	height: 135px;
	background-color: #BC1B17;
	margin: 2px 0px;
	padding: 10px;
	position: relative;
	transition: all 300ms;
	-webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(250px) rotateX(-90deg);
  -o-transform: perspective(250px) rotateX(-90deg);
  transform: perspective(250px) rotateX(-90deg);
	background-position: center center;
	background-size: 85%;
	background-repeat: no-repeat;
}
#header_brands img {
	transition: all 500ms;
}
#header_brands.loaded a {
	-webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s;
}
#header_brands.loaded li:nth-child(1) a {
	-webkit-transition: 0.2s ease-in 0.2s;
  -o-transition: 0.2s ease-in 0.2s;
  transition: 0.2s ease-in 0.2s;
}
#header_brands.loaded li:nth-child(1) a:hover {
	transition: all 600ms;
	background-image: URL(../../../images/nextec_logo_color.png);
}
#header_brands.loaded li:nth-child(1) a:hover img {
	opacity: 0;
}
#header_brands.loaded li:nth-child(2) a {
	-webkit-transition: 0.2s ease-in 0.5s;
  -o-transition: 0.2s ease-in 0.5s;
  transition: 0.2s ease-in 0.5s;
}
#header_brands.loaded li:nth-child(2) a:hover {
	transition: all 600ms;
	background-image: URL(../../../images/qvertech_logo_color.png);
}
#header_brands.loaded li:nth-child(2) a:hover img {
	opacity: 0;
}
#header_brands.loaded li:nth-child(3) a {
	-webkit-transition: 0.2s ease-in 0.8s;
  -o-transition: 0.2s ease-in 0.8s;
  transition: 0.2s ease-in 0.8s;
}
#header_brands.loaded li:nth-child(3) a:hover {
	transition: all 600ms;
	background-image: URL(../../../images/montana_logo_color.png);
}
#header_brands.loaded li:nth-child(3) a:hover img {
	opacity: 0;
}
#header_brands a:hover {
	background-color: #EEEEEE;
}
#header_brands a img {
	position: absolute;
	top: 50%;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	transform: translateY(-50%);
}
#main_logo {
	padding-right: 30px;
}
#main_menu a, #main_menu span {
	display: block;
	float: left;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	font-weight: 600;
	text-transform: uppercase;
}
#slider_main {
	position: relative;
	height: 630px;
	overflow: hidden;
}
#slider_main img {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 630px;
	z-index: 1;
}
#slider_main .container {
	position: relative;
	z-index: 2;
}
.slider_caption {
	padding-top: 150px;
}
.slider_caption * {
	color: #FFF;
}
.item_box {
	opacity: 1;
	background-color: #EEE;
	transition: all 300ms;
	overflow: hidden;
	position: relative;
}
.item_box > .custom {
	opacity: 0 !important;
	transition: all 500ms;
}
.item_box > .custom.loaded {
	opacity: 1 !important;
	transition: all 500ms;
}
.item_box p, .item_box h2, .item_box a {
	position: relative;
	z-index: 2;
}
.item_box:hover {
	background-color: #BC1B17;
}
.item_box:hover *, .item_box:hover .button_main:before {
	color: #FFF;
}
.item_box img.home-box-img {
	position: absolute;
	bottom: -30px;
	right: -30px;
	z-index: 1;
	mix-blend-mode: multiply;
}
.item_box {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.item_box * {
	opacity: 1 !important;
}
#home_boxes .three_columns:nth-child(1) .item_box {
	-webkit-animation-duration: .75s;
  animation-duration: .75s;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
#home_boxes .three_columns:nth-child(2) .item_box {
	-webkit-animation-duration: .75s;
  animation-duration: .75s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
#home_boxes .three_columns:nth-child(3) .item_box {
	-webkit-animation-duration: .75s;
  animation-duration: .75s;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
#home_boxes {
	position: relative;
	z-index: 3;
	margin-top: -150px;
}
#footer {
	margin-top: 30px;
	font-size: 12px;
}
#footer p {
	padding: 0px;
}
#footer .container {
	border-top: 1px solid #CCC;
}
#footer li {
	float: right;
	padding-left: 15px;
}
#subpage_header {
	background-image: URL(../img/main_slide.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 60px;
	padding-bottom: 20px;
}
#subpage_header h1 {
	color: #FFF;
}
.breadcrumb {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.breadcrumb li {
	display: block;
	float: left;
	font-size: 13px;
}
.breadcrumb span.divider {
	display: none;
}
.breadcrumb li span {
	display: block;
	float: left;
	padding-right: 25px;
	margin-right: 20px;
	font-size: 13px;
	position: relative;
}
.breadcrumb li span:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
	right: 0px;
}
.breadcrumb li:last-child span:after {
	content: "";
}
.main_content h2 {
	font-size: 35px;
	line-height: 42px;
	padding-bottom: 20px;
}
.main_content li {
	position: relative;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.main_content li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 11px;
	position: absolute;
	top: 2px;
	left: 0px;
	color: #BC1B17;
}
.right_column .item_box {
	/*min-height: 330px; */
}
/*ALL THE ANIMATIONS*/
/*p, h4, h5, table {
	opacity: 0;
	transform: translateY(-20px);
	transition-delay: 600ms;
	transition-duration: 1000ms;
	transition-property: all;
}
p.visible, h4.visible, h5.visible, table.visible {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 600ms;
	transition-duration: 1000ms;
	transition-property: all;
}
h2 {
	opacity: 0;
	transform: translateX(-200px);
	transition-delay: 400ms;
	transition-duration: 900ms;
	transition-property: all;
}
h2.visible {
	opacity: 1;
	transform: translateX(0px);
	transition-delay: 400ms;
	transition-duration: 900ms;
	transition-property: all;
}
h3 {
	opacity: 0;
	transform: translateY(-50px);
	transition-delay: 400ms;
	transition-duration: 900ms;
	transition-property: all;
}
h3.visible {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 400ms;
	transition-duration: 900ms;
	transition-property: all;
}
.button_main {
	opacity: 0;
	transform: translateX(100px);
	transition-duration: 1000ms;
	transition-property: all;
}
.button_main.visible {
	opacity: 1;
	transform: translateX(0px);
	transition-duration: 1000ms;
	transition-property: all;
}
.calendar_content > strong {
	opacity: 0;
	display: block;
	float: left;
	width: 100%;
	transform: translateY(-20px);
	transition-delay: 400ms;
	transition-duration: 1000ms;
	transition-property: all;
}
.calendar_content > strong.visible {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 400ms;
	transition-duration: 1000ms;
	transition-property: all;
}
.img_animate img, .boxplus-viewport img {
	transform: translateX(-50%) scale(0,1);
	filter: grayscale(1);
	transition-delay: 400ms;
	transition-duration: 800ms;
	transition-property: all;
}
.img_animate.visible img, .boxplus-viewport.visible img {
	transform: translateX(0%) scale(1,1);
	filter: grayscale(0);
	transition-delay: 400ms;
	transition-duration: 800ms;
	transition-property: all;
}*/

@-webkit-keyframes image_animation {
	0%   { height: 0px; }
	50%   { height: 500px; }
	100%   { height: 500px; width: 30%; background-color: transparent; }
}
@-moz-keyframes image_animation {
	0%   { height: 0px; }
	50%   { height: 500px; }
	100%   { height: 500px; width: 30%; background-color: transparent; }
}
@-o-keyframes image_animation {
	0%   { height: 0px; }
	50%   { height: 500px; }
	100%   { height: 500px; width: 30%; background-color: transparent; }
}
@keyframes image_animation {
  0%   { height: 0px; }
	50%   { height: 500px; }
	100%   { height: 500px; width: 30%; background-color: transparent; }
}

/*ALL ANIMATIONS*/
.for_animation p, .for_animation span {
	opacity: 0;
	transform: translateY(50px);
	transition-duration: 600ms;
	transition-delay: 200ms;
}
.for_animation.visible p, .for_animation.visible span {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 600ms;
	transition-delay: 200ms;
}
.for_animation h1, .for_animation h2, .for_animation h3, .for_animation h4 {
	opacity: 0;
	transform: translateY(50px);
	transition-duration: 400ms;
	transition-delay: 200ms;
}
.for_animation.visible h1, .for_animation.visible h2, .for_animation.visible h3, .for_animation.visible h4 {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 400ms;
	transition-delay: 200ms;
}
.for_animation img {
	opacity: 0;
	transform: translateY(-50px);
	transition-duration: 800ms;
	transition-delay: 200ms;
}
.for_animation.visible img {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 800ms;
	transition-delay: 200ms;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 768px) {
	.show_brands_mobile {
		display: block;
		float: left;
		position: absolute;
		top: 2px;
		right: -55px;
		width: 45px;
		height: 45px;
		background-color: #bc1b17;
		color: #FFF;
		text-align: center;
		line-height: 45px;
		cursor: pointer;
	}
	.show_brands_mobile.clicked .fa-plus, .show_brands_mobile .fa-minus {
		display: none;
		padding-top: 13px;
	}
	.show_brands_mobile .fa-plus, .show_brands_mobile.clicked .fa-minus {
		display: block;
		padding-top: 13px;
	}
	#header_brands {
		left: -145px;
		top: 64px;
	}
	body {
		transition: all 300ms;
	}
	body.show_brands {
		margin-right: -155px;
		margin-left: 155px;
		transition: all 300ms;
	}
	body.show_brands #header_brands  {
		left: 10px;
	}
	#main_menu .nav.menu {
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
	}
	#langs_top {
		position: absolute;
		top: 65px;
		right: 0px;
		background-color: #FFF;
		width: auto;
		padding: 9px 5px !important;
		float: right;
	}
	#langs_top .mod-languages {
		padding-top: 0px !important;
	}
	#main_logo img {
		max-width: 240px;
	}
	.split_text_to_columns {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 25px;
		-webkit-column-gap: 25px;
		column-gap: 25px;
	}
	.padding_big .padding_big {
		padding: 0px;
	}
	.middle_eight {
		padding-left:0px;
		padding-right: 0px;
	}
	.padding_big {
		padding-left: 15px;
		padding-right: 15px;
	}
	ul.nav.visible.horizontal_menu > li {
		float: left;
		width: 100%;
		position: absolute;
		top: -500px;
		left: 0px;
		opacity: 0;
		z-index: 1;
		background-color: #FFF;
		transition: all 300ms;
	}
	ul.nav.visible.horizontal_menu {
		width: auto;
		float: right !important;
		background-color: transparent;
		position: relative;
		overflow: hidden;
		z-index: 333;
	}
	ul.nav.visible.horizontal_menu.clicked {
		background-color: #FFF;
	}
	ul.nav.visible.horizontal_menu > li > a, ul.nav.visible.horizontal_menu > li > ul > li > a, ul.nav.visible.horizontal_menu > li > span, ul.nav.visible.horizontal_menu > li > ul > li > span {
		display: block;
		width: 100%;
		padding: 12px !important;
		border-top: 1px solid #EEE !important;
		border-radius: 0 !important;
		border-bottom: none !important;
		border-left: none !important
		border-right: none !important;
		margin: 0px !important;
	}
	ul.nav.visible.horizontal_menu > li {
		background-color: #FFF !important;
		border-left: 0px !important;
		border-right: 0px !important;
	}
	ul.nav.visible.horizontal_menu > li > ul > li, ul.nav.visible.horizontal_menu > li > ul > li > ul > li {
		height: 0px;
		overflow: hidden;
	}
	ul.nav.visible.horizontal_menu > li.clicked > ul > li, ul.nav.visible.horizontal_menu > li > ul > li.clicked > ul > li {
		height: auto;
	}
	ul.nav.visible.horizontal_menu > li > a:hover, ul.nav.visible.horizontal_menu > li > ul > li > a:hover, ul.nav.visible.horizontal_menu > li > span:hover, ul.nav.visible.horizontal_menu > li > ul > li > span:hover {
		background-color: #EEE;
		border-radius: none;
	}
	ul.nav.visible.horizontal_menu > li > ul > li > a, ul.nav.visible.horizontal_menu > li > ul > li > span {
		width: 100%;
		padding-left: 30px !important;
	}
	ul.nav, ul.nav > li > ul, ul.nav > li > ul > li > ul {
		width: 100%;
	}
	ul.nav > li.deeper {
		position: relative;
	}
	#main_menu ul.nav li.deeper > a:after, #main_menu ul.nav li.deeper > span:after {
		font-family: "FontAwesome";
		content: '\f055';
		float: right;
	}
	#main_menu ul.nav li.clicked.deeper > a:after, #main_menu ul.nav li.clicked.deeper > span:after {
		content: '\f056';
	}
	#main_menu .navi_burger {
		width: 50px;
		text-align: center;
		overflow: hidden;
		float: right;
		display: block;
		cursor: pointer;
		padding: 10px;
		border: none;
		cursor: pointer;
		text-transform: uppercase;
		z-index: 2;
		background-color: transparent;
		position: relative;
	}
}
@media only screen and (min-width: 769px) {
	.show_brands_mobile {
		display: none;
	}
	.space_poltronic {
		padding-left: 145px;
	}
	#main_menu > ul > li > span {
		cursor: pointer;
		position: relative;
		padding-right: 15px;
	}
	#main_menu > ul > li > span:after {
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		top: 10px;
		right: 0px;
		font-size: 13px;
		font-style: normal;

	}
	ul.nav.visible.horizontal_menu > li {
		position: relative;
	}
	#main_menu {
		position: relative;
	}
	ul.nav.visible.horizontal_menu > li > ul {
		height: 0px;
		opacity: 0;
		width: auto;
		overflow: hidden;
		position: absolute;
		top: 55px;
		transition: all 300ms;
		border-top: 0px solid #FFF;
		/*background-image: URL(../img/menu_line.svg);
		background-position: right top;
		background-repeat: no-repeat;*/
	}
	ul.nav.visible.horizontal_menu > li:hover > ul {
		height: auto;
		width: 95vw !important;
		opacity: 1;
		padding-top: 0px;
		margin-top: 0px;
		margin-left: -1px;
		margin-right: -1px;
		overflow: hidden;
		position: absolute;
		top: 55px;
		left: 0;
		z-index: 9999;
		border-top: none;
		border-bottom: 0px solid #CCC;
		border-right: 0px;
		background: #FFF;
		transition: all 300ms;
	}
	ul.nav.visible.horizontal_menu {
		position: relative;
	}
	ul.nav.visible.horizontal_menu > li > ul {
		position: absolute;
		left: 0px;
		display: block;
		float: left;
		left: 0;
		width: 250px;
		max-width: 250px;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}
	ul.nav.visible.horizontal_menu > li.item-202 > ul, ul.nav.visible.horizontal_menu > li.item-389 > ul, ul.nav.visible.horizontal_menu > li.item-413 > ul {
		width: 750px;
		max-width: 750px;
		left: -200px;
	}
	ul.nav.visible.horizontal_menu > li.item-202 > ul > li > ul, ul.nav.visible.horizontal_menu > li.item-389 > ul > li > ul, ul.nav.visible.horizontal_menu > li.item-413 > ul > li > ul {
		border-right: 1px solid #CCC;
	}
	ul.nav.visible.horizontal_menu > li.item-202 > ul span, ul.nav.visible.horizontal_menu > li.item-389 > ul span, ul.nav.visible.horizontal_menu > li.item-413 > ul span {
		border-right: 1px solid #CCC;
		font-size: 16px;
		font-weight: normal !important;
		text-transform: none !important;
		font-style: normal !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul.nav.visible.horizontal_menu > li > ul > li {
		display: block;
		float: left;
		border-top: none !important;
		font-size: 14px;
	}
	ul.nav.visible.horizontal_menu > li > ul {

	}
	#main_menu ul.nav.visible.horizontal_menu > li > ul a, #main_menu ul.nav.visible.horizontal_menu > li > ul span {
		margin: 0px;
		display: block;
		float: left;
		width: 250px;
		padding: 10px 20px;
	}
	#main_menu ul.nav.visible.horizontal_menu > li > ul a:hover {
		background-color: #EEE;
	}
	ul.nav.visible.horizontal_menu > li > ul li, 	ul.nav.visible.horizontal_menu > li > ul ul {
		border-top: none !important;
		width: 250px !important;
	}
	ul.nav.visible.horizontal_menu li a, ul.nav.visible.horizontal_menu li span {
		display: block;
		float: left;
		transition: all 300ms;
	}
	ul.nav.visible.horizontal_menu > li:hover > ul > li {
		display: block;
	}
}
@media only screen and (min-width: 1921px) {

}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {

}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {

}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	ul.nav.visible.horizontal_menu > li.item-202 > ul {
		left: -300px;
	}
	#subpage_content > div > .seven {
		width: 60%;
		padding-right: 0px;
	}
	#subpage_content > div > .three {
		width: 40%;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
	ul.nav.visible.horizontal_menu > li.item-202 > ul {
		left: -400px;
	}
	#subpage_content > div > .seven {
		width: 60%;
		padding-right: 0px;
	}
	#subpage_content > div > .three {
		width: 40%;
	}
	#subpage_content .item-page > div > .box.five {
		width: 100%;
	}
	#subpage_header {
		background-attachment: scroll;
		background-position: top center;
		background-size: 200%;
	}
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
	ul.nav.visible.horizontal_menu > li.item-202 > ul {
		left: -500px;
	}
	#main_menu a, #main_menu span {
		padding-left: 7px;
		padding-right: 7px;
		margin-left: 7px;
		margin-right: 7px;
	}
	#langs_top {
		width: 10%;
	}
	#main_menu {
		width: 60%;
	}
	#main_logo {
		padding: 15px 0px;
	}
	#home_boxes .three_columns {
		width: 100%;
	}
	#subpage_content > div > .seven {
		width: 55%;
		padding-right: 0px;
	}
	#subpage_content > div > .three {
		width: 45%;
	}
	#subpage_content .item-page > div > .box.five {
		width: 100%;
	}
	#subpage_header {
		background-attachment: scroll;
		background-position: top center;
		background-size: 200%;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	ul.nav.visible.horizontal_menu {
		width: 100vw;
	}
	#main_logo {
		z-index: 9;
		position: relative;
	}
	#main_menu {
		z-index: 2;
		position: relative;
	}
	#main_menu a {
		margin: 0px !important;
	}
	#main_menu a, #main_menu span {
		font-style: normal;
	}
	#main_menu li, #main_menu a {
		display: block;
		float: left;
		width: 100%;
	}
	ul.nav.visible.horizontal_menu > li > ul > li a {
		padding-left: 40px !important;
		border-bottom: 1px solid #EEE;
	}
	#subpage_content > div > .seven {
		width: 60%;
	}
	#subpage_content > div > .three {
		width: 40%;
	}
	#subpage_content .item-page > div > .box.five {
		width: 100%;
	}
	#subpage_content .item-page > div > .box.five .padding_big {
		padding: 15px !important;
	}
	#subpage_header {
		background-attachment: scroll;
		background-position: top center;
		background-size: 300%;
	}
}
@media only screen and (max-width: 480px) {
	#main_logo {
		width: 75%;
		z-index: 9;
		position: relative;
	}
	#main_menu {
		width: 25%;
		z-index: 2;
		position: relative;
	}
	#main_menu a {
		margin: 0px !important;
	}
	h1 {
		font-size: 38px;
		line-height: 38px;
	}
	ul.nav.visible.horizontal_menu {
		width: 100vw;
	}
	#main_menu a, #main_menu span {
		font-style: normal;
	}
	#main_menu li, #main_menu a {
		display: block;
		float: left;
		width: 100%;
	}
	ul.nav.visible.horizontal_menu > li > ul > li a {
		padding-left: 40px !important;
		border-bottom: 1px solid #EEE;
	}
	#subpage_content .item-page > div > .box.five .padding_big {
		padding: 15px !important;
	}
	#footer * {
		text-align: center;
	}
	#footer li, #footer a {
		display: inline;
		float: none;
	}
	#subpage_header {
		background-attachment: scroll;
		background-position: top center;
		background-size: 400%;
	}
}

/*ANIMATIONS*/
@-webkit-keyframes menu_animation {
  0%   { opacity: .2; top: -200px; bottom: auto;}
  20%  { opacity: 0; top: -200px; bottom: auto;}
  40%  { opacity: 1; top: 45px; bottom: auto;}
  100% { opacity: 1; top: 45px; bottom: auto;}
}
@-moz-keyframes menu_animation {
  0%   { opacity: .2; top: -200px; bottom: auto;}
  20%  { opacity: 0; top: -200px; bottom: auto;}
  40%  { opacity: 1; top: 45px; bottom: auto;}
  100% { opacity: 1; top: 45px; bottom: auto;}
}
@-o-keyframes menu_animation {
  0%   { opacity: .2; top: -200px; bottom: auto;}
  20%  { opacity: 0; top: -200px; bottom: auto;}
  40%  { opacity: 1; top: 45px; bottom: auto;}
  100% { opacity: 1; top: 45px; bottom: auto;}
}
@keyframes menu_animation {
  0%   { opacity: .2; top: -200px; bottom: auto;}
  20%  { opacity: 0; top: -200px; bottom: auto;}
  40%  { opacity: 1; top: 45px; bottom: auto;}
  100% { opacity: 1; top: 45px; bottom: auto;}
}

@-webkit-keyframes button_hover {
  0%   { opacity: .2;}
  20%  { opacity: 0;}
  40%  { opacity: .2;}
  100% { opacity: 1;}
}
@-moz-keyframes button_hover {
	0%   { opacity: .2;}
  20%  { opacity: 0;}
  40%  { opacity: .2;}
  100% { opacity: 1;}
}
@-o-keyframes button_hover {
	0%   { opacity: .2;}
  20%  { opacity: 0;}
  40%  { opacity: .2;}
  100% { opacity: 1;}
}
@keyframes button_hover {
	0%   { opacity: .2;}
  20%  { opacity: 0;}
  40%  { opacity: .2;}
  100% { opacity: 1;}
}
.pagination {
    display: block;
    float: right;
    margin: 10px 0;
    padding: 20px;
    width: 100%;
}
.pagination ul {
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: right;
}
.pagination ul > li {
    box-shadow: none;
    padding: 0 1px;
	float: left;
}
.pagination ul > li::before {
	content: "";
}
.pagination ul > li > span {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    margin: 0 1px;
    padding: 7px 12px;
		display: block;
		float: left;
}
.pagination ul > li > a {
    background-color: #eee;
    border: 0 none;
    border-radius: 0;
    margin: 0 1px;
    padding: 7px 12px;
		display: block;
		float: left;
}
.pagination ul > li > a:hover {
    background-color: #333;
    color: #fff;
}
.pagination-start, .pagination-end {
    display: none;
}
.pagination-prev a, .pagination-next a, .pagination-prev span, .pagination-next span {
    color: rgba(255, 255, 255, 0);
    font-size: 1px;
    overflow: hidden;
    position: relative;
    text-indent: -10000px;
    width: 28px;
}
.pagination-prev a::before, .pagination-next a::before, .pagination-prev span::before, .pagination-next span::before {
    color: #333;
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 7px 13px;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
}
.pagination-prev a:hover::before, .pagination-next a:hover::before {
    color: #fff;
}
.pagination-prev a::before, .pagination-prev span::before {
    content: "\f104";
}
.pagination-next a::before, .pagination-next span::before {
    content: "\f105";
}
hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

#subpage_content .item-page a, #subpage_content .items-row a {
	color: #BC1B17;
}
#subpage_content .item-pag a:hover, #subpage_content .items-row a:hover {
	text-decoration: underline;
}
.three_columns .item_box {
	padding-right: 100px;
}
#subpage_content .item_box img {
	max-width: 100%;
}
.item_box.right {
	background-color: #BC1B17;
}
.item_box.right * {
	color: #fff;
}
.item_box.right:hover {
	background-color: #EEE;
}
.item_box.right:hover * {
	color: #000;
}
.top_padding_right {
	margin-top: 30px;
}
.bottom_padding_right {
	margin-bottom: 10px;
}
.item_box_top img {
	max-width: 100%;
}


#main_menu ul.nav > li:nth-child(2) {
	display: none;
}
#footer ul.nav > li:last-child {
	display: none;
}

.right:hover .button_main:before {
	color: #BC1B17 !important;
}

table {
	width: 100%;
	margin-top: 20px;
}
table tr {
	width: 100%;
}
table tr td {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 0px;
	font-size: 13px;
	min-width: 100px;
}
.item-pagespolka table tr td {
	font-size: 12px;
	white-space: nowrap;
	padding: 3px;
	min-width: 20px;
}
table tr td hr {
	display: none;
}
table tr td hr p {
	margin: 0px;
	padding: 0px;
}
table tr:nth-child(even) {
	background-color: #EEE;
}

.counter.pull-right {
	display: none;
}
.filters.btn-toolbar {
	padding: 10px;
	background-color: #EEE;
}
.filters.btn-toolbar .btn-group {
	display: block;
	float: left;
	width: 50%;
	font-weight: bold;
}
.filters.btn-toolbar .btn-group.pull-right {
	float: right;
	width: auto;
	padding-top: 5px;
}
.list-title {
	font-weight: bold;
	transition: all 300ms;
	border: none;
}
.list-date.small {
	border: none;
}
.list-title:hover {
	background-color: #DDD;
}
#categorylist_header_title, #categorylist_header_date {
	border-top: 1px solid #CCC;
	text-align: left;
}
.item_box li {
	display: block;
	float: left;
	width: 100%;
}
.item_box li span {
	padding-left: 25px;
}
.item_box li a {
	display: block;
	float: left;
	width: 100%;
	padding-left: 25px;
	position: relative;
	transition: all 300ms;
}
.item_box li a:before {
	content:"\f18e";
	font-family: "FontAwesome";
	color: #BC1B17;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 13px;
	transition: all 300ms;
}
.item_box li a:hover:before {
	left: 3px;
}
.item_box:hover li a:before {
	color: #FFF;
}
.right.item_box:hover li a:before {
	color: #BC1B17;
}
.right.item_box li a:before {
	color: #FFF;
}
#langs_top .mod-languages {
	float: right;
	display: block;
	padding-top: 20px;
}

#footer .nav.menu {
	float: right;
}

.table_wrapper {
	display: block;
	float: left;
	width: 100%;
	overflow-x: auto;
}
.table_wrapper table {
	min-width: 600px;
}

#home_boxes .item_box, .item_box.with_click {
	cursor: pointer;
}
.headtitle h2 {
	width: auto;
	text-transform: uppercase;
	color: #fff;
	margin-right: 10px;
}
.headtitle h1 {
	padding-top: 0px;
}
#home_boxes h2 {
	text-transform: uppercase;
}

.site-map li, .site-map ul {
	display: block;
	float: left;
	width: 100%;
}

div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
div.mod-languages li {
	margin-left: 5px;
	margin-right: 5px;
}

div.mod-languages ul.lang-inline li {
	display:inline;
}

div.mod-languages ul.lang-block li {
	display:block;
}

div.mod-languages img {
	border:none;
}

div.mod-languages a {
	text-decoration: none;
}
