@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,700&subset=cyrillic,cyrillic-ext");
.clear,
.Clear {
	clear: both;
}

img {
	margin: 0;
	padding: 0;
}

.mha {
	margin-left: auto;
	margin-right: auto;
}

.db {
	display: block;
}

.dib, .dibt, .FormFieldHolder, .FormField, .dibm, .dibb {
	display: inline-block;
}

.dt {
	display: table;
}

.dtc {
	display: table-cell;
}

.dr {
	display: table-row;
}

.df {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dcol {
	display: table-column;
}

.dbfl {
	display: block;
	float: left;
}

.dbfr {
	display: block;
	float: right;
}

.dbpa {
	display: block;
	position: absolute;
}

.dbpr {
	display: block;
	position: relative;
}

.dbwh {
	display: block;
	width: 100%;
	height: 100%;
}

.mw {
	max-width: 100%;
}

.mh {
	max-height: 100%;
}

.dn {
	display: none;
}

.vh {
	visibility: hidden;
}

.vv {
	visibility: visible;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.pf {
	position: fixed;
}

.ps {
	position: static;
}

.db {
	display: block;
}

.vat, .dibt, .FormFieldHolder, .FormField {
	vertical-align: top;
}

.vam, .dibm {
	vertical-align: middle;
}

.vab, .dibb {
	vertical-align: bottom;
}

.oh {
	overflow: hidden;
}

.w100, .FormFieldHolder, .FormField, .TextContent table {
	width: 100%;
}

.w90 {
	width: 90%;
}

.w70 {
	width: 70%;
}

.w66 {
	width: 66.66%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.w40 {
	width: 40%;
}

.w33 {
	width: 33.3333333333333333336%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w10 {
	width: 10%;
}

.h100 {
	height: 100%;
}

.wwrap {
	word-wrap: break-word;
}

li:first-child .Separator {
	display: none;
}

li:last-child {
	border-bottom: none;
}

.tac > p, .TextContent h1 > p, .TextContent h2 > p, .TextContent h3 > p, .TextContent h4 > p, .TextContent h5 > p, .TextContent h6 > p,
p.tac,
h1.tac,
.TextContent h1,
.tac,
.TextContent h1,
.TextContent h2,
.TextContent h3,
.TextContent h4,
.TextContent h5,
.TextContent h6 {
	text-align: center;
}

.tal, .RequiredText, .ErrorText, .FormFieldHolder,
.tal > p,
.RequiredText > p,
.ErrorText > p,
.FormFieldHolder > p {
	text-align: left;
}

.tar,
.tar > p {
	text-align: right;
}

.taj, .TextContent,
.taj > p,
.TextContent > p {
	text-align: justify;
}

.HackInlineBlockFreeSpace {
	font-size: 0;
	line-height: 0;
}

/* Dumps */
code {
	white-space: pre-wrap;
	display: block;
	text-align: left;
	font-size: 12px;
	border: solid 1px #AAA;
	background-color: #efefef;
	padding: 10px 10px 10px 10px;
	border-radius: 3px;
	margin: 5px;
	position: relative;
	z-index: 2147483647;
	font-weight: normal;
	color: #333;
}

code em {
	font-weight: bold;
	font-style: normal;
}

/*$boxShadow:2px 2px 4px 0px rgba($Color-Black,0.3);*/
@font-face {
	font-family: 'HeliosLightRegular';
	src: url("../Fonts/HLS45__W/HLS45__W.eot");
	src: url("../Fonts/HLS45__W/HLS45__W.eot?#iefix") format("embedded-opentype"), url("../Fonts/HLS45__W/HLS45__W.woff2") format("woff2"), url("../Fonts/HLS45__W/HLS45__W.woff") format("woff"), url("../Fonts/HLS45__W/HLS45__W.ttf") format("truetype"), url("../Fonts/HLS45__W/HLS45__W.svg#HeliosLightWeb-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

html {
	/*	height: 100%;
	  margin:0;*/
	min-height: 100vh;
}

html body {
	height: 100%;
	margin: 0;
	/*@include RegularFont();*/
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
	min-width: 320px;
	color: #564541;
	overflow-x: hidden;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
}

@media only screen and (max-width: 640px) {
	html body {
		font-size: 12px;
	}
}

html.ActiveMenu {
	overflow-y: hidden;
}

#Form {
	min-height: 100vh;
}

#BodyWrapper {
	min-height: calc(100vh - 138px);
}

@media only screen and (max-width: 640px) {
	#BodyWrapper {
		min-height: calc(100vh - 135px);
	}
}

.Text p {
	padding-bottom: 20px;
}

.Wrap {
	/*  width: 100%;*/
	max-width: 80%;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (min-width: 980px) {
	.Wrap {
		min-width: 980px;
	}
}

@media only screen and (max-width: 640px) {
	.Wrap {
		max-width: 96%;
		/*max-width: none;*/
		/* padding-left:10px;*/
		/*padding-right:10px;*/
	}
}

.Wrap .Text ul {
	padding-bottom: 10px;
	list-style-image: url("../Images/FileTypeIcons/bulet.jpg");
}

.Wrap .Text ul li {
	padding-bottom: 10px;
}

.Link {
	/*@include GlobalLinkStyle();*/
}

a:after {
	content: '';
	width: 0px;
	height: 1px;
	/*background-color: #fff;*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: -2px auto 0;
	display: block;
}

a:hover:after {
	width: 100%;
	background-color: #fff;
}

a:hover .BtnPlus {
	-webkit-transform: rotate3d(0, 0, 180, 180deg);
	        transform: rotate3d(0, 0, 180, 180deg);
	border: 2px solid #564541;
}

a:hover .BtnPlus span {
	background-color: #564541;
}

.BtnPlus {
	border: 2px solid #887C7A;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform: rotate3d(0, 0, 180, 0);
	        transform: rotate3d(0, 0, 180, 0);
	/*transform: 50% 50%;*/
}

.BtnPlus span {
	background-color: #887C7A;
	display: inline-block;
	width: 15px;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.BtnPlus span:nth-child(2) {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.LanguageBlock {
	font-size: 0;
	vertical-align: middle;
	padding-left: 10px;
}

.LanguageBlock #LanguageMenuID .MenuItem {
	padding: 0 10px;
}

.LanguageBlock #LanguageMenuID .MenuItem.Language_en .NavLink {
	background-image: url("../Images/FileTypeIcons/Flag_EN.svg");
}

.LanguageBlock #LanguageMenuID .MenuItem.Language_bg .NavLink {
	background-image: url("../Images/FileTypeIcons/Flag_BG.svg");
}

.LanguageBlock #LanguageMenuID .MenuItem .NavLink {
	background-repeat: no-repeat;
	background-position: bottom;
	width: 19px;
	height: 16px;
	color: transparent;
	background-size: 19px 32px;
}

.LanguageBlock #LanguageMenuID .MenuItem .NavLink .Separator {
	display: none;
}

.LanguageBlock #LanguageMenuID .MenuItem .NavLink a {
	display: inline-block;
	width: 100%;
	height: 16px;
	text-transform: none;
}

.LanguageBlock #LanguageMenuID .MenuItem .NavLink a:after {
	content: none;
}

@media only screen and (max-width: 1200px) {
	.LanguageBlock #LanguageMenuID .MenuItem .NavLink a {
		height: auto;
		border: 0;
		padding: 10px 0;
	}
}

@media only screen and (max-width: 640px) {
	.LanguageBlock #LanguageMenuID .MenuItem .NavLink a {
		padding: 5px 0;
	}
}

.LanguageBlock #LanguageMenuID .MenuItem .NavLink:hover {
	background-position: top;
}

@media only screen and (max-width: 1200px) {
	.LanguageBlock #LanguageMenuID .MenuItem .NavLink {
		background-image: none !important;
		width: auto;
		height: auto;
	}
}

.LanguageBlock #LanguageMenuID .MenuItem:after {
	content: '';
	border-right: 1px solid #EBEBEB;
	display: block;
	height: 10px;
	position: absolute;
	right: -0.5px;
	vertical-align: top;
	top: 4px;
}

@media only screen and (max-width: 1200px) {
	.LanguageBlock #LanguageMenuID .MenuItem:after {
		content: none;
	}
}

.LanguageBlock #LanguageMenuID .MenuItem:last-child {
	padding-right: 0;
}

.LanguageBlock #LanguageMenuID .MenuItem:last-child:after {
	content: none;
}

.LanguageBlock #LanguageMenuID .MenuItem.Active .NavLink {
	background-position: top;
}

@media only screen and (max-width: 1200px) {
	.LanguageBlock #LanguageMenuID .MenuItem {
		width: 50%;
		text-align: center;
		background: #fff;
		padding: 0;
	}
	.LanguageBlock #LanguageMenuID .MenuItem.Active {
		background: #564541;
	}
	.LanguageBlock #LanguageMenuID .MenuItem.Active a {
		color: #fff;
	}
}

@media only screen and (max-width: 1200px) {
	.LanguageBlock {
		padding-left: 0px;
	}
}

.SiteSearch a {
	position: absolute;
	right: 5px;
	top: 3px;
	padding: 8px 10px 8px 0px;
	z-index: 2;
}

.SiteSearch a svg {
	width: 22px;
	height: 22px;
}

.SiteSearch a svg .st0 {
	fill: #fff;
}

.SiteSearch a:hover svg .st1, .SiteSearch a.active svg .st1 {
	fill: #483D3C;
}

@media only screen and (max-width: 1200px) {
	.SiteSearch a {
		top: -4px;
		padding: 0px;
		position: absolute;
		right: 5px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 640px) {
	.SiteSearch a {
		top: 0;
	}
}

.SiteSearch a:after {
	content: none;
}

.SiteSearch .InpRow {
	width: 0px;
	z-index: 11;
	float: right;
	display: none;
}

@media only screen and (max-width: 1200px) {
	.SiteSearch .InpRow {
		top: 69px;
		right: 0;
		margin-right: 0;
		line-height: 36px;
		background-color: #fff;
		padding: 0px 5px 15px;
		position: absolute;
	}
}

@media only screen and (max-width: 640px) {
	.SiteSearch .InpRow {
		top: 50px;
	}
}

.SiteSearch .InpRow input {
	width: 100%;
	border: 1px solid #004B87;
	padding-right: 50px;
	padding-left: 10px;
}

@media only screen and (max-width: 1200px) {
	.SiteSearch .InpRow .SearchContainer {
		max-height: 41px;
	}
}

.SiteSearch .InpRow a.CloseBtn {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.SiteSearch .InpRow a.CloseBtn {
		display: inline-block;
		position: static;
		right: 0;
		padding: 0 3%;
	}
}

.SiteSearch .InpRow.Active {
	display: block;
}

.SiteSearch .InputTextSearch {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	padding: 0;
	width: 100%;
}

.SiteSearch .CloseBtn {
	display: none;
}

.IconSearchClose {
	background-image: url(../Images/Clear_Filter.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 11px;
	height: 10px;
}

.overlay {
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	overflow-x: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	height: 100%;
}

.Separator {
	height: 1px;
	width: 100%;
	background-color: #E1E1E1;
	margin: 20px 0;
}

.Separator:last-child {
	display: none;
}

.bgwhiteopacity {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	opacity: 0.4;
	z-index: 1;
}

.IndexTitle, .SubSectionIndexTitle {
	font-size: 30px;
	color: #004B87;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.IndexTitle .SVGIndexIcon, .SubSectionIndexTitle .SVGIndexIcon {
	line-height: 0;
	margin-top: 5px;
}

.IndexTitle .SVGIndexIcon svg, .SubSectionIndexTitle .SVGIndexIcon svg {
	width: 50px;
	height: 6px;
}

@media only screen and (max-width: 980px) {
	.IndexTitle .SVGIndexIcon, .SubSectionIndexTitle .SVGIndexIcon {
		margin: 5px 0;
	}
}

#BreadcrumbPathID {
	padding-top: 15px;
	width: 100%;
	float: left;
	font-size: 13px;
	color: #564541;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
}

#BreadcrumbPathID li a {
	opacity: 0.8;
	color: #564541;
}

#BreadcrumbPathID li:hover a {
	color: #564541;
	opacity: 1;
}

#BreadcrumbPathID li:first-child .BreadcrumbSeparator {
	display: none;
}

#BreadcrumbPathID .BreadcrumbSeparator {
	padding: 0 8px;
}

#BreadcrumbPathID .BreadcrumbSeparator svg {
	width: 5px;
	height: 10px;
	margin-top: 3px;
}

@media only screen and (max-width: 640px) {
	#BreadcrumbPathID .BreadcrumbSeparator {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 640px) {
	#BreadcrumbPathID {
		display: none;
	}
}

.BtnPlus {
	width: 25px;
	height: 25px;
}

.Grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

iframe {
	max-width: 100%;
	/*height: 100%;*/
}

@media only screen and (max-width: 980px) {
	.w50 {
		width: 100%;
	}
}

.Container .LeftPart {
	padding-right: 40px;
}

@media only screen and (max-width: 1050px) {
	.Container .LeftPart {
		padding-right: 0;
	}
}

.Container .RightPart {
	/*overflow: hidden;*/
	position: relative;
}

.Container .RightPart .Files {
	margin-top: 20px;
	max-width: 79%;
	display: inline-block;
}

.Container .RightPart .Files #ListFiles {
	list-style-type: none;
}

.Container .RightPart .Files #ListFiles li {
	padding: 0 60px 0 0;
	/*margin-top: 20px;*/
	margin-bottom: 10px;
}

.Container .RightPart .Files #ListFiles li a {
	position: relative;
	padding-left: 35px;
}

.Container .RightPart .Files #ListFiles li a .TitleFile {
	line-height: 38px;
	vertical-align: top;
	font-size: 15px;
	word-break: break-all;
}

.Container .RightPart .Files #ListFiles li a .TitleFile .FileSize {
	font-size: 13px;
}

@media only screen and (max-width: 640px) {
	.Container .RightPart .Files #ListFiles li a .TitleFile {
		padding-left: 10px;
	}
}

.Container .RightPart .Files #ListFiles li a:before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 29px 76px;
	width: 29px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 0;
}

.Container .RightPart .Files #ListFiles li a.PDF:before, .Container .RightPart .Files #ListFiles li a.pdf:before {
	background-Image: url("../Images/FileTypeIcons/IconPDF.svg");
}

.Container .RightPart .Files #ListFiles li a.Image:before, .Container .RightPart .Files #ListFiles li a.jpeg:before, .Container .RightPart .Files #ListFiles li a.png:before, .Container .RightPart .Files #ListFiles li a.jpg:before, .Container .RightPart .Files #ListFiles li a.svg:before {
	background-Image: url("../Images/FileTypeIcons/IconImage.svg");
}

.Container .RightPart .Files #ListFiles li a:hover:before {
	background-position: bottom;
}

.Container .RightPart .Files #ListFiles li a:after {
	content: none;
}

@media only screen and (max-width: 480px) {
	.Container .RightPart .Files #ListFiles li {
		padding: 0 26px 0 0;
	}
}

@media only screen and (max-width: 640px) {
	.Container .RightPart .Files {
		max-width: 100%;
		margin-top: 10px;
	}
}

.Container .RightPart .Thumbnail svg {
	height: 100%;
}

.Button, .ChangeStyleButton {
	margin: 20px 0;
}

.Button a.btn, .ChangeStyleButton a.btn {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	background-image: linear-gradient(-45deg, #0C5895, #004B87);
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	padding: 12px 20px;
	font-size: 20px;
	color: #fff;
}

.Button a.btn span, .ChangeStyleButton a.btn span {
	display: inline-block;
	-webkit-transform: skewX(15deg);
	    -ms-transform: skewX(15deg);
	        transform: skewX(15deg);
}

.Button a.btn:hover, .ChangeStyleButton a.btn:hover {
	background-image: linear-gradient(-45deg, #02477e, #013259);
}

.Button a.btn:before, .Button a.btn:after, .ChangeStyleButton a.btn:before, .ChangeStyleButton a.btn:after {
	content: none !important;
}

@media only screen and (max-width: 640px) {
	.Button a.btn, .ChangeStyleButton a.btn {
		padding: 5px 15px;
	}
}

@media only screen and (max-width: 480px) {
	.Button a.btn, .ChangeStyleButton a.btn {
		font-size: 16px;
	}
}

@media only screen and (max-width: 640px) {
	.Button, .ChangeStyleButton {
		margin: 10px 0;
	}
}

.ShowHideListItemsJS .List {
	padding-bottom: 0;
	list-style: none;
}

.ShowHideListItemsJS .List .Item .ShowContent {
	font-size: 14px;
}

.ShowHideListItemsJS .List .Item .TitleItem {
	position: relative;
}

.ShowHideListItemsJS .List .Item .TitleItem:before {
	content: '';
	background-color: #F3f3f3;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

@media only screen and (max-width: 1200px) {
	.ShowHideListItemsJS .List .Item .TitleItem:before {
		width: 100%;
	}
}

.ShowHideListItemsJS .List .Item .TitleItem .Title {
	font-size: 20px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #004B87;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.ShowHideListItemsJS .List .Item .TitleItem .Title .TitleIcon {
	text-align: right;
	position: relative;
	padding: 25px 0px;
	display: inline-block;
	width: 100%;
}

.ShowHideListItemsJS .List .Item .TitleItem .Title .TitleIcon:after {
	content: '';
	display: inline-block;
	background-image: url(../Images/FileTypeIcons/Arrow3.svg);
	background-repeat: no-repeat;
	background-size: 13px 9px;
	background-position: 6px 7px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #807875;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.ShowHideListItemsJS .List .Item .TitleItem .Title .TitleIcon:before {
	content: '';
	width: 6px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
	top: 33px;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
}

@media only screen and (max-width: 768px) {
	.ShowHideListItemsJS .List .Item .TitleItem .Title .TitleIcon:before {
		top: 18px;
	}
}

@media only screen and (max-width: 640px) {
	.ShowHideListItemsJS .List .Item .TitleItem .Title .TitleIcon:before {
		top: 27px;
	}
}

.ShowHideListItemsJS .List .Item .TitleItem .Title .TitleIcon .Text {
	margin-left: 20px;
}

.ShowHideListItemsJS .List .Item .TitleItem .Title .TitleIcon .Text .AdCode {
	padding-right: 10px;
}

@media only screen and (max-width: 640px) {
	.ShowHideListItemsJS .List .Item .TitleItem .Title .TitleIcon .Text {
		text-align: left;
		width: 83%;
		padding: 10px 0;
	}
}

@media only screen and (max-width: 980px) {
	.ShowHideListItemsJS .List .Item .TitleItem .Title .TitleIcon {
		padding: 15px 0px;
	}
}

@media only screen and (max-width: 980px) {
	.ShowHideListItemsJS .List .Item .TitleItem .Title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.ShowHideListItemsJS .List .Item .TitleItem .Title {
		font-size: 14px;
	}
}

.ShowHideListItemsJS .List .Item .TitleItem:after {
	content: none;
}

.ShowHideListItemsJS .List .Item .TitleItem:hover:before {
	opacity: 0.5;
}

.ShowHideListItemsJS .List .Item .Container .Content {
	max-width: 75%;
	display: none;
}

.ShowHideListItemsJS .List .Item .Container .Content .Text {
	margin: 20px 0 0;
}

.ShowHideListItemsJS .List .Item .Container .Content .Text ul {
	padding-left: 13px;
}

@media only screen and (max-width: 640px) {
	.ShowHideListItemsJS .List .Item .Container .Content {
		max-width: 100%;
	}
}

.ShowHideListItemsJS .List .Item .Separator {
	margin: 0;
}

.ShowHideListItemsJS .List .Item:first-child .Separator {
	display: none;
}

.ShowHideListItemsJS .List .Item.activeLi .Title .TitleIcon:after {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	border: 1px solid #564541 !important;
}

.ShowHideListItemsJS .List .Item:hover .TitleIcon:after {
	border: 1px solid #564541 !important;
}

.ShowHideListItemsJS .List .Item.Parent:nth-child(3n+1) a .TitleIcon:before {
	background-color: #004B87;
}

.ShowHideListItemsJS .List .Item.Parent:nth-child(3n+2) a .TitleIcon:before {
	background-color: #0184EE;
}

.ShowHideListItemsJS .List .Item.Parent:nth-child(3n+3) a .TitleIcon:before {
	background-color: #C2BCBC;
}

@media only screen and (max-width: 1050px) {
	.ShowHideListItemsJS .List .Item {
		width: 100%;
	}
}

.ShowHideListItemsJS .List .Item:first-child a.titlecont .Separator {
	display: none;
}

.ShowHideListItemsJS.ListCertificates ul.List li a.titlecont .Background {
	width: 100%;
}

.ShowHideListItemsJS.ListCertificates ul.List li a.titlecont .Background .Icon {
	margin-right: 0;
}

.Container .Text img {
	max-width: 100%;
}

.NextPrevLine {
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	height: 26px;
	background-color: #c8c0bf;
	width: 1px;
	margin: 0 10px;
}

.PrevNext a {
	line-height: 26px;
}

.PrevNext a span {
	background: url("../Images/FileTypeIcons/Arrow_Next.svg") no-repeat;
	background-size: 29px 53px;
	outline: 0;
	width: 29px;
	height: 26px;
}

.PrevNext a.PrevPage span {
	background-position: left top;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	margin-right: 10px;
}

.PrevNext a.PrevPage:hover span {
	background-position: left bottom;
}

.PrevNext a.NextPage span {
	background-position: right top;
	margin-left: 10px;
}

.PrevNext a.NextPage:hover span {
	background-position: right bottom;
}

.PrevNext a:after {
	content: none;
}

@media only screen and (max-width: 980px) {
	.OnlyForDesctop {
		display: none !important;
	}
}

.OnlyForTablet, .OnlyForMobile {
	display: none !important;
}

@media only screen and (max-width: 980px) {
	.OnlyForTablet, .OnlyForMobile {
		display: block !important;
	}
}

.TitleSection {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.2;
	color: #004B87;
	margin: 20px 0;
	padding-left: 16px;
	position: relative;
}

.TitleSection:before {
	content: '';
	width: 6px;
	height: 16px;
	display: block;
	position: absolute;
	left: 2px;
	top: 4px;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	background-color: #004B87;
}

.TitleSection.TitleSection1:before {
	background-color: #004B87;
}

.TitleSection.TitleSection2:before {
	background-color: #0184EE;
}

.TitleSection.TitleSection3:before {
	background-color: #C2BCBC;
}

.Buttons {
	text-align: right;
	margin-right: 10px;
	margin-top: 25px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
}

@media only screen and (max-width: 640px) {
	.Buttons {
		text-align: center;
		margin-top: 10px;
		margin-right: 0px;
	}
}

.Buttons .SendRequestBtn .SendRequest {
	padding: 17px 30px 16px 0;
}

.Buttons .SendRequestBtn .SendRequest a {
	color: #004B87;
	font-size: 18px;
	line-height: 1.2;
}

.Buttons .SendRequestBtn .SendRequest a:after {
	background-color: #004B87;
}

@media only screen and (max-width: 640px) {
	.Buttons .SendRequestBtn .SendRequest a {
		font-size: 16px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.Buttons .SendRequestBtn .SendRequest {
		padding: 11px 0;
	}
}

@media only screen and (max-width: 640px) {
	.Buttons .SendRequestBtn {
		width: 100%;
	}
}

.Buttons .Buy a {
	font-size: 24px;
	line-height: 1.2;
	-webkit-transform: skewX(15deg);
	    -ms-transform: skewX(15deg);
	        transform: skewX(15deg);
	padding: 13px 56px;
	color: #fff;
}

.Buttons .Buy a:after {
	content: none;
}

@media only screen and (max-width: 640px) {
	.Buttons .Buy a {
		font-size: 20px;
		line-height: 1.2;
		padding: 10px 20px;
	}
}

.Buttons .Call {
	margin-left: 7px;
}

.Buttons .Call a {
	padding: 5px 16px;
	-webkit-transform: skewX(15deg);
	    -ms-transform: skewX(15deg);
	        transform: skewX(15deg);
}

.Buttons .Call a svg {
	width: 40px;
}

@media only screen and (max-width: 640px) {
	.Buttons .Call a svg {
		width: 30px;
	}
}

.Buttons .Call a:after {
	content: none;
}

.Buttons .ChangeStyleButton {
	margin: 0;
}

.Buttons .ChangeStyleButton a.btn {
	padding: 13px 20px;
}

@media only screen and (max-width: 640px) {
	.Buttons .ChangeStyleButton a.btn {
		font-size: 18px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.Buttons .ChangeStyleButton a.btn {
		padding: 11px 10px;
	}
}

.GradientBg {
	background-image: linear-gradient(-120deg, #0084ed, #2e9cf4);
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
}

.GradientBg:hover {
	background-image: linear-gradient(-120deg, #219dff, #5eb3f7);
}

.Thumbnail svg {
	width: 100%;
	height: 100%;
}

.ContentStyle, .ContentAboutUs {
	text-align: center;
	color: #004B87;
	margin-bottom: 50px;
	font-size: 16px;
}

.ContentStyle p, .ContentAboutUs p {
	padding-bottom: 20px;
}

@media only screen and (max-width: 1050px) {
	.ContentStyle, .ContentAboutUs {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

.ContentStyle a, .ContentAboutUs a {
	display: inline-block;
}

.ContentStyle a:hover:after, .ContentAboutUs a:hover:after {
	background-color: #004B87;
}

.PromoProduct {
	z-index: 1;
	position: relative;
	cursor: default;
}

@media only screen and (max-width: 640px) {
	#Contacts {
		padding: 0 10px !important;
	}
}

.Container.bg {
	background-color: #F7F7F7;
	padding: 30px 0;
}

@media only screen and (max-width: 480px) {
	.ContainerBtns {
		float: none;
		width: 100%;
		text-align: center;
	}
}

#Contacts #BreadcrumbPathID ul, #ServiceList #BreadcrumbPathID ul, #ProjectList #BreadcrumbPathID ul, #NewsBlock #BreadcrumbPathID ul, #ProductPromotionsList #BreadcrumbPathID ul, #Manufacturer #BreadcrumbPathID ul, #AboutUs #BreadcrumbPathID ul, #SearchResults #BreadcrumbPathID ul, .ProductCategory #ProductCategoryList #BreadcrumbPathID ul, .SectionText #BreadcrumbPathID ul,
#ShopServNetList #BreadcrumbPathID ul {
	color: transparent;
	opacity: 0;
	visibility: hidden;
}

.List.ProductsList {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.List.ProductsList .Block {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 1.7%;
	width: 360px;
	height: 240px;
}

@media only screen and (min-width: 1860px) {
	.List.ProductsList .Block:nth-child(4n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1915px) {
	.List.ProductsList .Block {
		margin-right: 1.5%;
	}
}

@media only screen and (max-width: 1902px) {
	.List.ProductsList .Block {
		margin-right: 1.1%;
	}
}

@media only screen and (max-width: 1880px) {
	.List.ProductsList .Block {
		margin-right: 0.7%;
	}
}

@media only screen and (max-width: 1860px) {
	.List.ProductsList .Block {
		margin-right: 13%;
	}
}

@media only screen and (max-width: 1860px) and (min-width: 1000px) {
	.List.ProductsList .Block:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1843px) {
	.List.ProductsList .Block {
		margin-right: 12%;
	}
}

@media only screen and (max-width: 1795px) {
	.List.ProductsList .Block {
		margin-right: 11%;
	}
}

@media only screen and (max-width: 1749px) {
	.List.ProductsList .Block {
		margin-right: 10%;
	}
}

@media only screen and (max-width: 1705px) {
	.List.ProductsList .Block {
		margin-right: 9%;
	}
}

@media only screen and (max-width: 1665px) {
	.List.ProductsList .Block {
		margin-right: 8%;
	}
}

@media only screen and (max-width: 1625px) {
	.List.ProductsList .Block {
		margin-right: 7%;
	}
}

@media only screen and (max-width: 1590px) {
	.List.ProductsList .Block {
		margin-right: 6%;
	}
}

@media only screen and (max-width: 1552px) {
	.List.ProductsList .Block {
		margin-right: 5%;
	}
}

@media only screen and (max-width: 1520px) {
	.List.ProductsList .Block {
		margin-right: 4%;
	}
}

@media only screen and (max-width: 1485px) {
	.List.ProductsList .Block {
		margin-right: 3%;
	}
}

@media only screen and (max-width: 1455px) {
	.List.ProductsList .Block {
		margin-right: 2%;
	}
}

@media only screen and (max-width: 1425px) {
	.List.ProductsList .Block {
		margin-right: 1%;
	}
}

@media only screen and (max-width: 1400px) {
	.List.ProductsList .Block {
		width: 330px;
		height: 220px;
		margin-right: 4%;
	}
}

@media only screen and (max-width: 1365px) {
	.List.ProductsList .Block {
		margin-right: 3%;
	}
}

@media only screen and (max-width: 1335px) {
	.List.ProductsList .Block {
		margin-right: 2%;
	}
}

@media only screen and (max-width: 1307px) {
	.List.ProductsList .Block {
		margin-right: 1%;
	}
}

@media only screen and (max-width: 1280px) {
	.List.ProductsList .Block {
		margin-right: 5%;
		width: 300px;
		height: 200px;
	}
}

@media only screen and (max-width: 1270px) {
	.List.ProductsList .Block {
		margin-right: 4%;
	}
}

@media only screen and (max-width: 1010px) {
	.List.ProductsList .Block {
		margin-right: 3%;
	}
}

@media only screen and (max-width: 1000px) {
	.List.ProductsList .Block {
		margin-right: 2%;
	}
}

@media only screen and (max-width: 770px) {
	.List.ProductsList .Block {
		margin-right: 0;
		margin-left: 0;
		width: 360px;
		height: 240px;
	}
}

@media only screen and (max-width: 480px) {
	.List.ProductsList .Block {
		width: 300px;
		height: 200px;
	}
}

.List.ProductsList .Block.HasProduct a .ContainerBlock .Title {
	text-align: left;
	background-color: rgba(98, 83, 82, 0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%;
	height: 65px;
}

.List.ProductsList .Block.HasProduct a .ContainerBlock .Text {
	text-align: left;
	visibility: hidden;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	background-color: rgba(98, 83, 82, 0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	min-height: 65px;
	display: inline-block;
}

.List.ProductsList .Block.HasProduct a .ContainerBlock .Text .excerpt {
	padding: 10px 15px;
}

.List.ProductsList .Block.HasProduct a .ContainerBlock .ContainerImage {
	display: table-cell;
	vertical-align: middle;
	width: 360px;
	height: 240px;
	text-align: center;
}

.List.ProductsList .Block.HasProduct a .ContainerBlock .ContainerImage.Thumbnail {
	background: #CCC;
}

@media only screen and (max-width: 1380px) {
	.List.ProductsList .Block.HasProduct a .ContainerBlock .ContainerImage {
		width: 330px;
		height: 220px;
	}
}

@media only screen and (max-width: 1280px) {
	.List.ProductsList .Block.HasProduct a .ContainerBlock .ContainerImage {
		width: 300px;
		height: 200px;
	}
}

@media only screen and (max-width: 770px) {
	.List.ProductsList .Block.HasProduct a .ContainerBlock .ContainerImage {
		width: 360px;
		height: 240px;
	}
}

@media only screen and (max-width: 480px) {
	.List.ProductsList .Block.HasProduct a .ContainerBlock .ContainerImage {
		width: 300px;
		height: 200px;
	}
}

.List.ProductsList .Block a {
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	z-index: 1;
}

.List.ProductsList .Block a img {
	max-width: 360px;
	max-height: 240px;
}

@media only screen and (max-width: 1380px) {
	.List.ProductsList .Block a img {
		max-width: 330px;
		max-height: 220px;
	}
}

@media only screen and (max-width: 1280px) {
	.List.ProductsList .Block a img {
		max-width: 300px;
		max-height: 200px;
	}
}

@media only screen and (max-width: 770px) {
	.List.ProductsList .Block a img {
		max-width: 360px;
		max-height: 240px;
	}
}

@media only screen and (max-width: 480px) {
	.List.ProductsList .Block a img {
		max-width: 300px;
		max-height: 200px;
	}
}

.List.ProductsList .Block a .Title {
	background-color: rgba(98, 83, 82, 0.8);
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	bottom: -1px;
	padding: 0 15px;
	height: 65px;
}

.List.ProductsList .Block a .NewProduct svg {
	height: 100%;
}

.List.ProductsList .Block a:hover {
	-webkit-box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	        box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	z-index: 2;
}

.List.ProductsList .Block a:after {
	content: none;
}

.List.ProductsList .Block a .ContainerBlock {
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	/*height: 240px;*/
	position: relative;
}

.List.ProductsList .Block a .ContainerBlock .Thumbnail2 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.List.ProductsList .Block a .ContainerBlock .Thumbnail2 .NoForIE {
	height: 100%;
}

.List.ProductsList .Block a .ContainerBlock .Thumbnail2 svg {
	max-width: 200px;
	height: 100%;
}

@media only screen and (max-width: 480px) {
	.List.ProductsList .Block a .ContainerBlock {
		height: auto;
	}
}

@media only screen and (max-width: 1366px) {
	.List.ProductsList .Block {
		/*max-width: 334px;
	  margin-top: $RightMarginBlock - 10;
	  margin-right: $RightMarginBlock - 10;*/
	}
}

@media only screen and (max-width: 980px) {
	.List.ProductsList .Block {
		/*max-width: 360px;*/
	}
}

@media only screen and (max-width: 640px) {
	.List.ProductsList .Block {
		/*margin-right: 0;*/
	}
}

@media only screen and (max-width: 980px) {
	.List.ProductsList {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
}

.ProductLabels {
	top: 0;
	right: 0;
}

.ProductLabels .PromoProduct {
	width: 57px;
	height: 57px;
}

.ProductLabels .NewProduct {
	position: absolute;
	width: 96px;
	height: 96px;
	top: 0px;
	right: 0px;
}

.ContainerItems .List li {
	font-size: 0;
}

.ContainerItems .List li .Text .SubText {
	margin: 20px 0 0;
	font-size: 14px;
}

.ContainerItems .List li .Text .SubText ul {
	padding-left: 15px;
}

.ContainerItems .List li .Text .SubText ul li {
	font-size: 14px;
}

.ContainerItems .List li .Separator {
	margin: 0;
}

.ContainerItems .List li .Button {
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
}

.ContainerItems .List li .Images {
	margin-top: 15px;
}

.ContainerItems .List li .Images ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	width: 100%;
	text-align: left;
}

.ContainerItems .List li .Images ul li {
	border: 1px solid #F3f3f3;
	padding: 10px;
	display: table;
	width: 152px;
	margin: 0 10px 15px;
}

.ContainerItems .List li .Images ul li .ImageItem {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 80px;
}

.ContainerItems .List li .Images ul li .ImageItem a img {
	max-height: 100%;
	max-width: 100%;
}

.ContainerItems .List li .Images ul li .ImageItem a:after {
	content: none;
}

@media only screen and (max-width: 480px) {
	.ContainerItems .List li .Images ul li {
		width: 133px;
	}
}

@media only screen and (max-width: 980px) {
	.ContainerItems .List li .Images ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.ContainerItems .List li .TitleItem {
	position: relative;
}

.ContainerItems .List li .TitleItem:before {
	content: '';
	background-color: #F3f3f3;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

@media only screen and (max-width: 1200px) {
	.ContainerItems .List li .TitleItem:before {
		width: 100%;
	}
}

.ContainerItems .List li .TitleItem .Title {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 20px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #004B87;
}

.ContainerItems .List li .TitleItem .Title .TitleIcon {
	text-align: right;
	position: relative;
	padding: 25px 0px;
	display: inline-block;
	width: 100%;
}

.ContainerItems .List li .TitleItem .Title .TitleIcon:after {
	content: '';
	display: inline-block;
	background-image: url(../Images/FileTypeIcons/Arrow3.svg);
	background-repeat: no-repeat;
	background-size: 13px 9px;
	background-position: 6px 7px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #807875;
	/*margin-right: 30px;*/
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media only screen and (max-width: 640px) {
	.ContainerItems .List li .TitleItem .Title .TitleIcon:after {
		margin-right: 0;
	}
}

.ContainerItems .List li .TitleItem .Title .TitleIcon:before {
	content: '';
	width: 6px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
	top: 33px;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
}

@media only screen and (max-width: 768px) {
	.ContainerItems .List li .TitleItem .Title .TitleIcon:before {
		top: 18px;
	}
}

@media only screen and (max-width: 640px) {
	.ContainerItems .List li .TitleItem .Title .TitleIcon:before {
		top: 21px;
	}
}

@media only screen and (max-width: 480px) {
	.ContainerItems .List li .TitleItem .Title .TitleIcon:before {
		/*top: 27px;*/
	}
}

.ContainerItems .List li .TitleItem .Title .TitleIcon .Text {
	margin-left: 20px;
}

@media only screen and (max-width: 640px) {
	.ContainerItems .List li .TitleItem .Title .TitleIcon .Text {
		padding-top: 4px;
	}
}

@media only screen and (max-width: 480px) {
	.ContainerItems .List li .TitleItem .Title .TitleIcon .Text {
		text-align: left;
		width: 83%;
		/*padding: 10px 0;*/
	}
}

@media only screen and (max-width: 768px) {
	.ContainerItems .List li .TitleItem .Title .TitleIcon {
		padding: 15px 0px;
	}
}

@media only screen and (max-width: 768px) {
	.ContainerItems .List li .TitleItem .Title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.ContainerItems .List li .TitleItem .Title {
		/*font-size:14px;*/
	}
}

.ContainerItems .List li .TitleItem:after {
	content: none;
}

.ContainerItems .List li .TitleItem:hover:before {
	opacity: 0.5;
}

.ContainerItems .List li .ShowContent .Content {
	display: none;
}

.ContainerItems .List li.activeLi .Title .TitleIcon:after {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	border: 1px solid #564541 !important;
}

.ContainerItems .List li:hover .TitleIcon:after {
	border: 1px solid #564541 !important;
}

.ContainerItems .List li.Parent:nth-child(3n+1) a .TitleIcon:before {
	background-color: #004B87;
}

.ContainerItems .List li.Parent:nth-child(3n+2) a .TitleIcon:before {
	background-color: #0184EE;
}

.ContainerItems .List li.Parent:nth-child(3n+3) a .TitleIcon:before {
	background-color: #C2BCBC;
}

.IndexTitle, .SubSectionIndexTitle {
	font-size: 35px;
	line-height: 1.2;
	text-align: left;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #004B87;
	margin: 20px 0 30px;
}

@media only screen and (max-width: 980px) {
	.IndexTitle, .SubSectionIndexTitle {
		font-size: 24.5px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.IndexTitle, .SubSectionIndexTitle {
		font-size: 24.5px;
		line-height: 1.2;
	}
}

.IndexTitle span, .SubSectionIndexTitle span {
	font-size: 30px;
	color: #000;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: 500;
	width: 100%;
	display: inline-block;
}

@media only screen and (max-width: 980px) {
	.IndexTitle, .SubSectionIndexTitle {
		text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	.IndexTitle, .SubSectionIndexTitle {
		margin: 10px 0 15px;
	}
}

.IndexTitle h1, .SubSectionIndexTitle h1 {
	font-weight: normal;
}

a.IndexTitle, a.SubSectionIndexTitle {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.IndexSubTitle {
	font-size: 32px;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-bottom: 36px;
	margin-top: 0;
	color: #564541;
}

.SubSectionIndexTitle {
	margin-top: 20px;
	margin-bottom: 15px;
}

.BlockIndexTitle {
	font-size: 30px;
	line-height: 1.2;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1;
	margin-bottom: 15px;
	margin-top: 25px;
	color: #004B87;
}

@media only screen and (max-width: 980px) {
	.BlockIndexTitle {
		font-size: 21px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.BlockIndexTitle {
		font-size: 21px;
		line-height: 1.2;
	}
}

.BlockIndexSubTitle {
	font-size: 24px;
	line-height: 1.2;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #004B87;
	position: relative;
	padding-left: 16px;
}

@media only screen and (max-width: 980px) {
	.BlockIndexSubTitle {
		font-size: 16.8px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.BlockIndexSubTitle {
		font-size: 16.8px;
		line-height: 1.2;
	}
}

.BlockIndexSubTitle:before {
	content: '';
	width: 6px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	background-color: #004B87;
}

@media only screen and (max-width: 980px) {
	.BlockIndexSubTitle:before {
		top: 2px;
	}
}

.BlockIndexTitleType2 {
	font-size: 30px;
	line-height: 1.2;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.1;
	margin-bottom: 15px;
	margin-top: 25px;
	color: #000;
}

@media only screen and (max-width: 980px) {
	.BlockIndexTitleType2 {
		font-size: 21px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.BlockIndexTitleType2 {
		font-size: 21px;
		line-height: 1.2;
	}
}

.PopupIndexTitle {
	font-size: 0;
	line-height: 1.2;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
	color: #000;
	text-align: center;
	width: 100%;
	display: inline-block;
}

@media only screen and (max-width: 980px) {
	.PopupIndexTitle {
		font-size: 0;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.PopupIndexTitle {
		font-size: 0;
		line-height: 1.2;
	}
}

.TextContent h1 {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 980px) {
	.TextContent h1 {
		font-size: 17.5px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.TextContent h1 {
		font-size: 17.5px;
		line-height: 1.2;
	}
}

.TextContent h2 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: 500;
}

@media only screen and (max-width: 980px) {
	.TextContent h2 {
		font-size: 14px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.TextContent h2 {
		font-size: 14px;
		line-height: 1.2;
	}
}

.TextContent h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 980px) {
	.TextContent h3 {
		font-size: 12.6px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.TextContent h3 {
		font-size: 12.6px;
		line-height: 1.2;
	}
}

.TextContent h4 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 980px) {
	.TextContent h4 {
		font-size: 11.2px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.TextContent h4 {
		font-size: 11.2px;
		line-height: 1.2;
	}
}

.TextContent h5 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 980px) {
	.TextContent h5 {
		font-size: 11.2px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.TextContent h5 {
		font-size: 11.2px;
		line-height: 1.2;
	}
}

.TextContent h6 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 980px) {
	.TextContent h6 {
		font-size: 11.2px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.TextContent h6 {
		font-size: 11.2px;
		line-height: 1.2;
	}
}

.TextContent p {
	padding-bottom: 10px;
}

.fs0 {
	font-size: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: inherit;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	color: #fff;
}

table thead {
	background-color: #004B87;
}

table thead th {
	font-weight: normal;
	padding: 10px;
	text-align: left;
	border: 1px solid #004B87;
}

table thead th:nth-child(2) {
	text-align: right;
}

table thead th:nth-child(1) {
	border-right: 1px solid rgba(255, 255, 255, 0.9);
}

table thead th:nth-child(2) {
	border-left: 0px;
}

table tbody {
	color: #000;
}

table tbody tr td {
	padding: 10px;
	text-align: left;
	border: 1px solid #BEB9B6;
}

table tbody tr td:nth-child(1) {
	background: rgba(0, 75, 135, 0.1);
}

table tbody tr td:nth-child(2) {
	text-align: right;
}

table tbody tr:nth-child(2n) {
	background: #dedede;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 40px 0;
	padding: 0;
}

input,
select {
	font-family: inherit;
	vertical-align: middle;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style-position: inside;
}

#Header {
	padding-top: 10px;
	z-index: 4;
	position: relative;
	width: 100%;
}

#Header .MenuLine {
	background-image: url(../Images/HeaderPic1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: -1;
	/* top:10px;*/
	right: -50%;
	width: 80%;
}

@media only screen and (max-width: 1200px) {
	#Header .MenuLine {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	#Header .InnerHolder {
		text-align: center;
	}
}

#Header .LogoHolder {
	z-index: 1;
}

#Header .LogoHolder .Logo .LogoText {
	text-transform: uppercase;
	color: #004B87;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
	font-size: 12px;
}

@media only screen and (max-width: 640px) {
	#Header .LogoHolder .Logo .LogoText {
		letter-spacing: 0px;
	}
}

#Header .LogoHolder .Logo .LogoText img {
	max-width: 100%;
}

#Header .LogoHolder .Logo:after {
	content: none;
}

@media only screen and (min-width: 1200px) {
	#Header .LogoHolder {
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	#Header .LogoHolder {
		float: none;
		max-width: 255px;
		/*padding-bottom: 10px;*/
	}
}

@media only screen and (max-width: 640px) {
	#Header .LogoHolder {
		width: 155px;
	}
}

@media only screen and (max-width: 1200px) {
	#Header .NormalHeader {
		position: relative;
		z-index: 11;
	}
}

@media only screen and (min-width: 1200px) {
	#Header .NormalHeader .LogoHolder {
		min-width: 265px;
		max-width: 265px;
	}
}

#Header .SocialMenuParent {
	text-align: right;
	width: 100%;
}

#Header .SocialMenuParent .SocialMenu {
	background-image: url("../Images/HeaderPic1.svg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	position: relative;
	top: 0px;
	width: 525px;
}

#Header .SocialMenuParent .SocialMenu .List {
	padding-bottom: 0;
}

#Header .SocialMenuParent .SocialMenu .List .SeperatorIcons {
	color: #EBEBEB;
}

#Header .SocialMenuParent .SocialMenu .List .SeperatorIcons:first-child {
	display: none;
}

#Header .SocialMenuParent .SocialMenu .List .Item {
	display: inline-block;
	padding: 10px 13px;
	vertical-align: middle;
	position: relative;
}

#Header .SocialMenuParent .SocialMenu .List .Item.Other, #Header .SocialMenuParent .SocialMenu .List .Item.Last {
	text-align: center;
}

#Header .SocialMenuParent .SocialMenu .List .Item a {
	font-size: 0;
	vertical-align: middle;
	display: inline-block;
	border: 0;
}

#Header .SocialMenuParent .SocialMenu .List .Item a span {
	display: none;
}

#Header .SocialMenuParent .SocialMenu .List .Item a img {
	max-width: 100%;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.blogspot svg {
	width: 16px;
	height: 16px;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.blogspot:after {
	content: none;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.facebook svg {
	width: 9px;
	height: 18px;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.facebook:after {
	content: none;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.youtube svg {
	width: 20px;
	height: 25px;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.youtube:after {
	content: none;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.printpress svg {
	width: 15px;
	height: 19px;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.printpress:after {
	content: none;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.googleplus svg {
	width: 19px;
	height: 17px;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.googleplus:after {
	content: none;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.onlineshop {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}

#Header .SocialMenuParent .SocialMenu .List .Item a.onlineshop span {
	color: #fff;
	display: block;
}

#Header .SocialMenuParent .SocialMenu .List .Item a:hover svg .st0, #Header .SocialMenuParent .SocialMenu .List .Item a:hover svg .st1, #Header .SocialMenuParent .SocialMenu .List .Item a:hover svg .sts0 {
	fill: #fff;
}

#Header .SocialMenuParent .SocialMenu .List .Item:after {
	content: '';
	/* background-color:rgba($Gallery,.8);*/
	background: url("../Images/HeaderLine.svg");
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 14px;
	height: 100%;
	right: -6px;
	top: 0;
}

#Header .SocialMenuParent .SocialMenu .List.SocialIcons li {
	width: 50px;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	#Header .SocialMenuParent .SocialMenu {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	#Header .SocialMenuParent {
		position: absolute;
		right: 0;
		top: 5px;
	}
}

@media only screen and (max-width: 1200px) {
	#Header {
		padding: 10px 0;
		background-color: transparent;
	}
}

#Header .SiteSearch {
	margin-right: -17px;
	z-index: 2;
}

@media only screen and (max-width: 1200px) {
	#Header .SiteSearch {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (min-width: 1200px) {
	#Header .HeadMenu {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media only screen and (max-width: 1200px) {
	#Header .HeadMenu {
		display: block;
		position: static;
	}
}

#Header .SocialMenu .List .Item, #Header .MenuLine, .SiteSearch .InputTextSearch {
	height: 45px;
}

/*#HeadWrapper{
  opacity:0;
  transition: opacity 1s;
  width:100%;
  z-index: 10;
  &.Active{
    position:fixed;
    opacity:1;
  }
}*/
#FooterWrapper {
	margin-top: 48px;
}

#FooterWrapper #Footer a {
	color: #BEB9B6;
}

#FooterWrapper #Footer a:hover:after {
	background-color: #BEB9B6;
}

#FooterWrapper #Footer a.Current:after {
	background-color: #BEB9B6;
	width: 100%;
}

#FooterWrapper #Footer .FooterMenu .FooterNavMenu li {
	padding: 0 10px;
}

#FooterWrapper #Footer .FooterMenu .FooterNavMenu li:before {
	content: '';
	border-right: 1px solid #EBEBEB;
	display: block;
	height: 10px;
	position: absolute;
	left: 0;
	vertical-align: top;
	top: 4px;
}

@media only screen and (max-width: 1050px) {
	#FooterWrapper #Footer .FooterMenu .FooterNavMenu li:before {
		top: 13px;
	}
}

#FooterWrapper #Footer .FooterMenu .FooterNavMenu li:first-child:before {
	content: none;
}

@media only screen and (max-width: 1050px) {
	#FooterWrapper #Footer .FooterMenu .FooterNavMenu li {
		padding: 0 8px;
	}
}

@media only screen and (max-width: 768px) {
	#FooterWrapper #Footer .FooterMenu .FooterNavMenu {
		text-align: center;
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	#FooterWrapper #Footer .SignatureCalipers {
		text-align: center;
		display: block;
		float: none;
	}
	#FooterWrapper #Footer .SignatureCalipers a {
		position: relative;
	}
}

#FooterWrapper #Footer .FooterSub {
	position: relative;
	z-index: 1;
	padding: 36px 0;
	color: #BEB9B6;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
}

#FooterWrapper #Footer .FooterSub .w33 {
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 1050px) {
	#FooterWrapper #Footer .FooterSub .w33 {
		width: 100%;
		text-align: center;
		line-height: 35px;
	}
}

@media only screen and (max-width: 640px) {
	#FooterWrapper #Footer .FooterSub .w33 {
		-webkit-transform: skewX(0);
		    -ms-transform: skewX(0);
		        transform: skewX(0);
	}
}

@media only screen and (max-width: 640px) {
	#FooterWrapper #Footer .FooterSub {
		-webkit-transform: skewX(0);
		    -ms-transform: skewX(0);
		        transform: skewX(0);
		max-width: 100%;
		padding: 10px 0;
	}
}

#FooterWrapper #Footer .FooterSub .BackgroundHolder {
	z-index: 0;
	position: absolute;
	right: 14px;
	left: 12px;
	top: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, right top, from(#625352), color-stop(50%, #504545), color-stop(51%, #504545), to(#4a403f));
	background: linear-gradient(to right, #625352 0%, #504545 50%, #504545 51%, #4a403f 100%);
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
}

@media only screen and (max-width: 640px) {
	#FooterWrapper #Footer .FooterSub .BackgroundHolder {
		-webkit-transform: skewX(0);
		    -ms-transform: skewX(0);
		        transform: skewX(0);
		right: 0;
		left: 0;
	}
}

#FooterWrapper #Footer .FooterLeft {
	background-color: #564541;
	left: 0;
}

#FooterWrapper #Footer .FooterRight {
	background-color: #3D3A3D;
	right: 0;
}

#FooterWrapper #Footer .FooterColors {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: -1;
}

@media only screen and (max-width: 640px) {
	#FooterWrapper #Footer .FooterColors {
		display: none;
	}
}

@media only screen and (max-width: 1050px) {
	#FooterWrapper #Footer {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 1050px) {
	#FooterWrapper #Footer {
		padding: 0;
	}
}

@media only screen and (max-width: 640px) {
	#FooterWrapper {
		margin-top: 10px;
	}
}

.OnlyForIE {
	display: none;
}

.IE #Header .SocialMenuParent .SocialMenu {
	background: none;
	z-index: 3;
}

.IE #Header .MenuLine {
	right: -411px;
	width: 937px;
	background-size: 779px 45px;
	z-index: 2;
}

.IE #Header .NormalHeader .LogoHolder img {
	width: 265px;
	height: 45px;
}

@media only screen and (max-width: 640px) {
	.IE #Header .NormalHeader .LogoHolder img {
		width: 155px;
		height: 26px;
	}
}

.IE #Header .StickyHeader .LogoHolder img {
	width: 188px;
	height: 32px;
}

@media only screen and (max-width: 480px) {
	.IE #Header .StickyHeader .LogoHolder img {
		width: 140px;
		height: 24px;
	}
}

.IE .OnlyForIE {
	display: block;
}

.IE .NoForIE {
	display: none;
}

.IE #slideshow-main ul li a {
	display: block;
}

.IE #slideshow-main ul li a img {
	/*width:100%;*/
}

.IE.Home #NewsBlock .News .List .Item a .NewsImg {
	width: 20%;
	margin-right: 0;
	max-width: 136px;
	/* display: inline-block;*/
}

@media only screen and (max-width: 640px) {
	.IE.Home #NewsBlock .News .List .Item a .NewsImg {
		display: none;
	}
}

.IE.Home #NewsBlock .News .List .Item a .NewsContent {
	width: 80%;
	padding-left: 20px;
}

.IE.Home #NewsBlock .News .List .Item a .NewsContent .Text {
	display: inline-block;
}

@media only screen and (max-width: 640px) {
	.IE.Home #NewsBlock .News .List .Item a .NewsContent {
		width: 100%;
		padding-left: 0;
	}
}

.IE #NewsBlock .News .List .Item a .NewsImg img {
	width: 100%;
}

.IE #BannerHomeBlock .BannerHomeCont ul .Item a img {
	width: 100%;
}

.IE #jCarouselSlider ul li a {
	max-width: 100%;
}

.IE #jCarouselSlider ul li a img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

input[type=text]::-ms-clear {
	display: none;
}

#GlobalBusyIndicator {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1000;
	/*.BusyBackground {
	$Size: 60px;
	height: $Size;
	width: $Size;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url('../Images/Loader.svg');
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
  }*/
}

#GlobalBusyIndicator .loader {
	margin: 0 auto;
	width: 60px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	/*.bar4 {
			background-color: $Congress-Blue;
			-webkit-animation-delay: -0.5s;
			animation-delay: -0.5s;
		}
		.bar5 {
			background-color: $AzureRadiance;
			-webkit-animation-delay: -0.4s;
			animation-delay: -0.4s;
		}
		.bar6 {
			background-color: $Silver;
			-webkit-animation-delay: -0.3s;
			animation-delay: -0.3s;
		}*/
}

#GlobalBusyIndicator .loader > div {
	height: 100%;
	width: 8px;
	display: inline-block;
	float: left;
	margin-left: 2px;
	-webkit-animation: delay 2s infinite ease-in-out;
	        animation: delay 2s infinite ease-in-out;
}

#GlobalBusyIndicator .loader .bar1 {
	background-color: #004B87;
}

#GlobalBusyIndicator .loader .bar2 {
	background-color: #0184EE;
	-webkit-animation-delay: -1.9s;
	        animation-delay: -1.9s;
}

#GlobalBusyIndicator .loader .bar3 {
	background-color: #C2BCBC;
	-webkit-animation-delay: -1.8s;
	        animation-delay: -1.8s;
}

#GlobalBusyIndicator .BusyTextContainer {
	position: absolute;
	top: 50%;
	margin-top: 70px;
	width: 100%;
	text-align: center;
}

@-webkit-keyframes delay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.05);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes delay {
	0%, 40%, 100% {
		transform: scaleY(0.05);
		-webkit-transform: scaleY(0.05);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

.FileList {
	/*margin: 20px 0;*/
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.FileList .Item {
	/*color: $FilesTextColor;*/
	/*margin-bottom: 15px;*/
	max-width: 100%;
}

.FileList .Item:after {
	content: none;
}

.FileList .Item .TextContainer {
	display: inline-block;
	width: calc(100% - 49px);
	vertical-align: middle;
}

.FileList .Item .TextContainer .Name {
	font-size: 15px;
	color: #564541;
	display: inline-block;
}

.FileList .Item .TextContainer .Name:after {
	content: none;
}

.FileList .Item .Icon {
	display: inline-block;
	width: 29px;
	height: 38px;
	vertical-align: middle;
	margin-right: 20px;
	background-image: url("../Images/FileTypeIcons/IconDefault.svg");
	background-repeat: no-repeat;
	background-size: 29px 76px;
}

.FileList .Item .Icon.pdf {
	background-image: url("../Images/FileTypeIcons/IconPDF.svg");
}

.FileList .Item .Icon.png, .FileList .Item .Icon.jpg, .FileList .Item .Icon.gif, .FileList .Item .Icon.jpeg, .FileList .Item .Icon.svg {
	background-image: url("../Images/FileTypeIcons/IconImage.svg");
}

.FileList .Item .Icon.doc, .FileList .Item .Icon.docx {
	background-image: url("../Images/FileTypeIcons/IconWord.svg");
}

.FileList .Item .Icon.xls, .FileList .Item .Icon.xlsx {
	background-image: url("../Images/FileTypeIcons/IconЕxel.svg");
}

.FileList .Item .Icon.zip, .FileList .Item .Icon.rar, .FileList .Item .Icon.tar {
	background-image: url("../Images/FileTypeIcons/IconZip.svg");
}

.FileList .Item:hover .Name:after, .FileList .Item:active .Name:after {
	background-color: #564541;
	width: 100%;
}

.FileList .Item:hover .Icon, .FileList .Item:active .Icon {
	background-position: bottom;
}

.FileList .FileItem {
	padding: 10px 0;
}

input, textarea {
	border: 1px solid #cccccc;
}

input::-moz-placeholder {
	color: #564541;
	opacity: 0.6;
}

input:-ms-input-placeholder {
	color: #564541;
	opacity: 0.6;
}

input::-moz-placeholder {
	color: #564541;
	opacity: 0.6;
}

input::-webkit-input-placeholder {
	color: #564541;
	opacity: 0.6;
}

textarea::-moz-placeholder {
	color: #564541;
	opacity: 0.6;
}

textarea:-ms-input-placeholder {
	color: #564541;
	opacity: 0.6;
}

textarea::-moz-placeholder {
	color: #564541;
	opacity: 0.6;
}

textarea::-webkit-input-placeholder {
	color: #564541;
	opacity: 0.6;
}

.FormMessage {
	/*margin-bottom: 20px;*/
	padding: 20px 0;
}

.RequiredText {
	font-size: 16px;
	line-height: 1.2;
	/* @include RegularFont();*/
	color: #000;
}

@media only screen and (max-width: 980px) {
	.RequiredText {
		font-size: 16px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 640px) {
	.RequiredText {
		font-size: 16px;
		line-height: 1.2;
	}
}

.SuccessText {
	font-size: 18px;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.ErrorText {
	font-size: 14px;
	color: red;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

@media only screen and (max-width: 480px) {
	.ErrorText {
		margin-top: 0;
		font-size: 12px;
	}
}

.ErrorFormText {
	color: #000;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

.FormFieldHolder {
	margin-top: 10px;
}

@media only screen and (max-width: 480px) {
	.FormFieldHolder {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.FormFieldsWrapper .SVGIndexIcon {
		margin: 0;
	}
}

.FormField {
	max-width: 100%;
	/*textarea {
    resize: vertical;
    min-height: 306px;
  }*/
}

.FormField input, .FormField textarea, .FormField select, .FormField #ShowUploadWin {
	font-family: HeliosLightRegular, sans-serif;
	font-weight: 500;
	width: 100%;
	display: inline-block;
	border: 1px solid #A9A9A9;
	padding: 5px 5px 5px 5px;
	font-size: 15px;
	color: #564541;
	background-color: #fff;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.FormField input:focus, .FormField textarea:focus, .FormField select:focus, .FormField #ShowUploadWin:focus {
	outline: none;
	border-color: #004B87;
}

@media only screen and (max-width: 640px) {
	.FormField input, .FormField textarea, .FormField select, .FormField #ShowUploadWin {
		font-size: 12px;
	}
}

.FormField input {
	height: 37px;
}

@media only screen and (max-width: 480px) {
	.FormField input {
		height: 27px;
	}
}

.FormField textarea {
	resize: vertical;
	min-height: 105px;
}

@media only screen and (max-width: 640px) {
	.FormField textarea {
		min-height: 70px;
	}
}

@media only screen and (max-width: 480px) {
	.FormField textarea {
		min-height: auto;
	}
}

.SelectBox select {
	background-color: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url("../Images/Arrow_Filters.svg");
	background-repeat: no-repeat;
	background-position: right 0;
	height: 37px;
	border-width: 2px;
	background-size: 25px 45px;
}

.SelectBox select:hover {
	background-position: right 100%;
}

@media only screen and (max-width: 480px) {
	.SelectBox select {
		height: 27px;
	}
}

.IE-8 .SelectBox select,
.IE-9 .SelectBox select {
	background-image: none;
}

/* CAUTION: IE hackery ahead */
select::-ms-expand {
	display: none;
	/* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0 \0 ) {
	select {
		background: none \9;
		padding: 5px \9;
	}
}

.RadioButtonUncheckable {
	margin-top: 15px;
}

.RadioButtonUncheckable input {
	display: none;
}

.RadioButtonUncheckable .LabelItem {
	font-size: 16px;
	text-transform: lowercase;
}

.RadioButtonUncheckable .LabelItem .Icon {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: relative;
	border: 2px solid #A9A9A9;
	display: inline-block;
	vertical-align: -6px;
	margin-right: 5px;
}

.RadioButtonUncheckable .LabelItem .Icon:after {
	display: inline-block;
	content: '';
	border-radius: 50%;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	background: #000;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	opacity: 0;
}

.RadioButtonUncheckable.Active .LabelItem .Icon:after {
	opacity: 1;
}

.MainMenuContainerFull {
	background-color: #EBEBEB;
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 3px rgba(0, 0, 0, 0.3);
	position: relative;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	padding-bottom: 0;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li {
	padding: 12px 0;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li a {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #3D3A3D;
	min-width: 50px;
	line-height: normal;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li a:hover {
	color: #004B87;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li a:hover:after {
	background-color: #004B87;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li a:hover svg .st0, .MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li a:hover svg .st1 {
	fill: #fff;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li .Current, .MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li .ParentOfCurrent {
	color: #004B87;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li .Current:after, .MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li .ParentOfCurrent:after {
	background-color: #004B87;
	width: 100%;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li:first-child {
	padding-left: 0;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li:last-child {
	padding-right: 0;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li:last-child:after {
	content: none;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren > a {
	position: relative;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren > a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -12.5px;
	width: 25px;
	height: 15px;
	background: url(../Images/MenuArrow.png);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer {
	background-color: rgba(255, 255, 255, 0.95);
	left: 0;
	top: 47px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	padding: 30px 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.3s linear;
	transition: visibility 0s, opacity 0.3s linear;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu {
	display: block;
	-webkit-column-count: 4;
	        column-count: 4;
	-webkit-column-rule-style: solid;
	        column-rule-style: solid;
	-webkit-column-rule-width: 1px;
	        column-rule-width: 1px;
	-webkit-column-rule-color: #E1E1E1;
	        column-rule-color: #E1E1E1;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	width: 100%;
	margin-bottom: 20px;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 a {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #564541;
	text-transform: none;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 a:hover, .MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 a.ParentOfCurrent {
	color: #0C5895;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 a.Group:after {
	content: none;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 .SubMenu {
	-webkit-column-count: 1;
	        column-count: 1;
	margin-top: 5px;
	font-size: 0;
	line-height: 20px;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 .SubMenu li.Level-1 {
	width: 100%;
	padding: 0;
	font-size: 0;
	vertical-align: top;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 .SubMenu li.Level-1 a {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: rgba(86, 69, 65, 0.8);
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 .SubMenu li.Level-1 a:hover {
	color: #564541;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 .SubMenu li.Level-1 a:hover:after {
	background-color: #564541;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0 .SubMenu li.Level-1.Current {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #564541;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0.Current {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #564541;
	text-transform: none;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer .SubMenu li.Level-0.Current span.Current {
	color: #0C5895;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren:hover .SubMenuContainer {
	visibility: visible;
	opacity: 1;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul .MenuSeparator {
	border-right: 1px solid #D1D1D1;
	/* display: block;*/
	height: 26px;
	margin-top: 12px;
}

.MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul .MenuSeparator:last-child {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.MainMenuContainerFull {
		display: none;
	}
}

#MobileMenuButton, #MobileMenuButtonSticky {
	display: none;
}

@media only screen and (max-width: 1200px) {
	#MobileMenuButton, #MobileMenuButtonSticky {
		display: block;
		width: 25px;
		height: 21px;
		position: absolute;
		top: 14px;
		left: 15px;
		margin: 0px auto;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		z-index: 7;
	}
	#MobileMenuButton span, #MobileMenuButtonSticky span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #1C4690;
		border-radius: 6px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	#MobileMenuButton span:nth-child(1), #MobileMenuButtonSticky span:nth-child(1) {
		top: 0px;
	}
	#MobileMenuButton span:nth-child(2), #MobileMenuButtonSticky span:nth-child(2) {
		top: 6px;
	}
	#MobileMenuButton span:nth-child(3), #MobileMenuButtonSticky span:nth-child(3) {
		top: 12px;
	}
	#MobileMenuButton span:nth-child(4), #MobileMenuButtonSticky span:nth-child(4) {
		top: 18px;
	}
	#MobileMenuButton.Active span:nth-child(1), #MobileMenuButtonSticky.Active span:nth-child(1) {
		top: 0;
		width: 0%;
		left: 50%;
	}
	#MobileMenuButton.Active span:nth-child(2), #MobileMenuButtonSticky.Active span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		top: 12px;
	}
	#MobileMenuButton.Active span:nth-child(3), #MobileMenuButtonSticky.Active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	#MobileMenuButton.Active span:nth-child(4), #MobileMenuButtonSticky.Active span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
}

#MobileMainMenuContainer, #MobileMainMenuContainerSticky {
	display: none;
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 3px rgba(0, 0, 0, 0.3);
	position: relative;
}

@media only screen and (max-width: 1200px) {
	#MobileMainMenuContainer, #MobileMainMenuContainerSticky {
		width: 80%;
		height: 100%;
		display: block;
		left: -100%;
		position: fixed;
		z-index: 5;
		padding-top: 55px;
	}
	#MobileMainMenuContainer .SubContainer, #MobileMainMenuContainerSticky .SubContainer {
		overflow-y: scroll;
		height: 100%;
	}
	#MobileMainMenuContainer .EmptyContainer, #MobileMainMenuContainerSticky .EmptyContainer {
		height: 55px;
		background-color: #fff;
		position: absolute;
		width: 100%;
		top: 0;
	}
	#MobileMainMenuContainer .MainMenuHolder, #MobileMainMenuContainerSticky .MainMenuHolder {
		background-color: #EBEBEB;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li, #MobileMainMenuContainerSticky .MainMenuHolder ul li {
		position: relative;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a, #MobileMainMenuContainerSticky .MainMenuHolder ul li a {
		text-transform: uppercase;
		font-size: 16px;
		line-height: 1.2;
		color: #3D3A3D;
		min-width: 50px;
		width: 84%;
		padding-left: 15px;
		font-family: 'Fira Sans Condensed', sans-serif;
		font-weight: 300;
		font-style: normal;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.ParentOfCurrent, #MobileMainMenuContainer .MainMenuHolder ul li a.Current, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.ParentOfCurrent, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.Current {
		color: #0C5895 !important;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.ParentOfCurrent .Text, #MobileMainMenuContainer .MainMenuHolder ul li a.Current .Text, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.ParentOfCurrent .Text, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.Current .Text {
		position: relative;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.ParentOfCurrent .Text:after, #MobileMainMenuContainer .MainMenuHolder ul li a.Current .Text:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.ParentOfCurrent .Text:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.Current .Text:after {
		content: '';
		height: 1px;
		background-color: #0C5895;
		width: 100%;
		margin: -2px auto 0;
		display: block;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li a:after {
		content: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a .Text, #MobileMainMenuContainerSticky .MainMenuHolder ul li a .Text {
		padding: 12px 0 10px;
		display: inline-block;
	}
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
	#MobileMainMenuContainer .MainMenuHolder ul li a .Text, #MobileMainMenuContainerSticky .MainMenuHolder ul li a .Text {
		padding: 8px 0 6px;
	}
}

@media only screen and (max-width: 1200px) {
	#MobileMainMenuContainer .MainMenuHolder ul li a.blogspot, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.blogspot {
		width: 16px;
		height: 16px;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.blogspot:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.blogspot:after {
		content: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.facebook, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.facebook {
		width: 9px;
		height: 18px;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.facebook:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.facebook:after {
		content: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.youtube, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.youtube {
		width: 20px;
		height: 25px;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.youtube:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.youtube:after {
		content: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.printpress, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.printpress {
		width: 15px;
		height: 19px;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.printpress:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.printpress:after {
		content: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.googleplus, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.googleplus {
		width: 19px;
		height: 17px;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.googleplus:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.googleplus:after {
		content: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.onlineshop, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.onlineshop {
		font-size: 18px;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li a.onlineshop span, #MobileMainMenuContainerSticky .MainMenuHolder ul li a.onlineshop span {
		color: #fff;
		display: block;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li:last-child a, #MobileMainMenuContainerSticky .MainMenuHolder ul li:last-child a {
		border: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li .SubMenuContainer, #MobileMainMenuContainerSticky .MainMenuHolder ul li .SubMenuContainer {
		display: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li:after {
		content: '';
		border-bottom: 1px solid rgba(86, 69, 65, 0.3);
		display: block;
		width: 96%;
		margin: 0 auto;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li.Last:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li.Last:after {
		content: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li.HasChildren .BtnPlus, #MobileMainMenuContainerSticky .MainMenuHolder ul li.HasChildren .BtnPlus {
		cursor: pointer;
		display: inline-block;
		float: right;
		margin-top: 8px;
		margin-right: 15px;
		width: 23px;
		height: 23px;
	}
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
	#MobileMainMenuContainer .MainMenuHolder ul li.HasChildren .BtnPlus span, #MobileMainMenuContainerSticky .MainMenuHolder ul li.HasChildren .BtnPlus span {
		width: 13px;
		top: 9px;
	}
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
	#MobileMainMenuContainer .MainMenuHolder ul li.HasChildren .BtnPlus, #MobileMainMenuContainerSticky .MainMenuHolder ul li.HasChildren .BtnPlus {
		margin-top: 4px;
	}
}

@media only screen and (max-width: 1200px) {
	#MobileMainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer, #MobileMainMenuContainerSticky .MainMenuHolder ul li.HasChildren .SubMenuContainer {
		background-color: #fff;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer ul li a, #MobileMainMenuContainerSticky .MainMenuHolder ul li.HasChildren .SubMenuContainer ul li a {
		font-family: 'Fira Sans Condensed', sans-serif;
		font-weight: 700;
		font-style: normal;
		color: #564541;
		text-transform: none;
		font-size: 14px;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer ul li a.Active, #MobileMainMenuContainerSticky .MainMenuHolder ul li.HasChildren .SubMenuContainer ul li a.Active {
		color: #0C5895;
	}
	#MobileMainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer ul li ul li a, #MobileMainMenuContainerSticky .MainMenuHolder ul li.HasChildren .SubMenuContainer ul li ul li a {
		/*@include RegularFont();*/
		font-family: 'Fira Sans Condensed', sans-serif;
		font-weight: 300;
		font-style: normal;
		color: rgba(86, 69, 65, 0.8);
	}
	#MobileMainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer ul li:last-child:after, #MobileMainMenuContainerSticky .MainMenuHolder ul li.HasChildren .SubMenuContainer ul li:last-child:after {
		content: none;
	}
	#MobileMainMenuContainer .MainMenuHolder ul.CustomLINKHTML .Item:after, #MobileMainMenuContainerSticky .MainMenuHolder ul.CustomLINKHTML .Item:after {
		content: none !important;
	}
	#MobileMainMenuContainer .MainMenuHolder ul.CustomLINKHTML .Item span, #MobileMainMenuContainerSticky .MainMenuHolder ul.CustomLINKHTML .Item span {
		display: block !important;
	}
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu {
		background-color: #483D3C;
		z-index: 1;
		position: relative;
		top: 0px;
		width: 100%;
	}
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu .List .SeperatorIcons, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu .List .SeperatorIcons {
		color: #EBEBEB;
	}
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu .List .SeperatorIcons:first-child, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu .List .SeperatorIcons:first-child {
		display: none;
	}
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu .List .Item, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu .List .Item {
		display: inline-block;
		padding: 15px;
		vertical-align: middle;
		position: relative;
	}
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu .List .Item, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu .List .Item {
		padding: 5px 15px;
	}
}

@media only screen and (max-width: 1200px) {
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu .List .Item a, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu .List .Item a {
		vertical-align: middle;
		display: inline-block;
		border: 0;
		padding-left: 0px;
		text-transform: none;
		min-width: 1px;
	}
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu .List .Item a span, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu .List .Item a span {
		display: none;
	}
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu .List .Item a img, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu .List .Item a img {
		max-width: 100%;
	}
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu .List .Item:last-child:after, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu .List .Item:last-child:after {
		content: none;
	}
	#MobileMainMenuContainer .MainMenuHolder .SocialMenu .socmenumobile li:after, #MobileMainMenuContainerSticky .MainMenuHolder .SocialMenu .socmenumobile li:after {
		content: none;
	}
}

.Pager {
	text-align: center;
}

.Pager .Button {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}

.Pager .Button .BusyIndicator {
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	right: 10px;
	background-image: url("../Images/Loader.svg");
}

.Pager2 {
	/*line-height: 26px;*/
	float: right;
	margin-top: 70px;
	font-size: 0;
}

.Pager2 .FirstPage {
	display: inline-block;
}

.Pager2 button {
	cursor: pointer;
	border: 0;
	background: url("../Images/FileTypeIcons/Arrow_Next.png") no-repeat 0 0;
	background-size: 28px 50px;
	width: 28px;
	height: 24px;
	outline: 0;
}

.Pager2 button:hover, .Pager2 button:disabled {
	background-position: 0 97%;
}

.Pager2 .PreviousPage {
	margin-right: 5px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.Pager2 .FormField {
	display: inline-block;
	height: 26px;
	width: 46px;
}

.Pager2 .FormField .InnerInputHolder {
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	border: 1px solid #C8C0BF;
}

.Pager2 .FormField .InnerInputHolder .CurrentPage {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	height: 26px;
	padding: 0;
	-webkit-transform: skewX(15deg);
	    -ms-transform: skewX(15deg);
	        transform: skewX(15deg);
	color: #564541;
	background: none;
	border: 0;
	vertical-align: top;
}

.Pager2 .FormField .InnerInputHolder .CurrentPage:focus {
	background: none;
	border: 0;
	outline: 0;
}

.Pager2 .FormField .InnerInputHolder input {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.Pager2 .NextPage {
	margin-left: 5px;
}

.Pager2 .LastPage {
	display: inline-block;
}

.Pager2 .Text {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	padding: 5px 10px;
}

.Pager2 .Text .Count {
	padding-left: 5px;
}

@media only screen and (max-width: 980px) {
	.Pager2 {
		width: 100%;
		text-align: center;
	}
}

.SectionSubText {
	position: absolute;
	top: 130px;
	width: 100%;
}

.SectionSubText .Title1 {
	font-family: gothambold_italic, sans-serif;
	font-size: 20px;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.SectionSubText .Title2 {
	width: 100%;
	display: inline-block;
	font-size: 16px;
}

@media only screen and (max-width: 980px) {
	.SectionSubText {
		display: none;
	}
}

.owl-dots .owl-dot {
	display: inline-block;
	padding: 0 2px;
	border: 0;
	background: none;
	outline: none;
}

.owl-nav button {
	border: 0;
	background: none;
	outline: none;
}

.TextContent a {
	display: inline-block;
}

.TextContent a:hover:after {
	background-color: #000;
}

.TextContent img {
	max-width: 100%;
}

.TextContent ul {
	padding-bottom: 10px;
	list-style-image: url("../Images/FileTypeIcons/bulet.jpg");
}

.TextContent ul li {
	padding-bottom: 10px;
}

.TextContent ol {
	list-style-position: inside;
	list-style-type: decimal;
}

.TextContent ol li {
	margin-bottom: 10px;
}

.TextContent ol li ol {
	margin-top: 20px;
	list-style-type: lower-alpha;
	margin-left: 20px;
}

.TextContent ol li ol li ol {
	list-style-type: upper-roman;
}

.TextContent .ResponsiveTableHolder {
	overflow-x: auto;
}

.TextContent table td, .TextContent table th {
	border: 1px solid #999;
	padding: 14px 10px;
}

.TextContent table th {
	background: #164074;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.sticky-wrapper {
	position: absolute;
}

.ToTop {
	background: url("../Images/ToTop.svg") no-repeat scroll transparent;
	height: 45px;
	width: 45px;
	border: medium none;
	bottom: 100px;
	cursor: pointer;
	position: fixed;
	right: 42px;
	opacity: 0;
	background-size: 45px 91px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	z-index: 100;
}

@media only screen and (max-width: 1050px) {
	.ToTop {
		/*background: url("../Images/ToTop_Mobile.png") no-repeat scroll 0 0 transparent;*/
		height: 31px;
		width: 31px;
		bottom: 105px;
		right: 20px;
		background-size: cover;
	}
}

.ToTop.OnFooter {
	position: absolute;
	bottom: 0;
}

.ToTop .Text {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	display: block;
	width: 100%;
	position: relative;
	top: 60px;
}

@media only screen and (max-width: 640px) {
	.ToTop .Text {
		display: none;
	}
}

.ToTop:hover {
	background-position: 0 100%;
}

@media only screen and (max-width: 640px) {
	.ToTop:hover {
		background-position: 0 100%;
	}
}

.ToTop.stuck {
	opacity: 1;
	z-index: 100;
}

.ToTop:after {
	content: none;
}

.Home .ToTop {
	display: none;
}

.Popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: scroll;
	outline: none !important;
}

.Popup .Window {
	padding: 10px 0 60px 0;
	background-color: rgba(225, 225, 225, 0.9);
	min-height: 100%;
}

.Popup .PopupContainer {
	margin: 0 auto;
	position: relative;
	width: 34%;
	/*top: 50%;
		!*position: fixed;*!

		left: 0;
		right: 0;*/
}

.Popup .PopupContainer .PopupContent {
	/*width: calc(100% - 80px);*/
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
}

.Popup .PopupContainer .CloseButton {
	display: inline-block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url("../Images/Clear_Filter.png");
	background-repeat: no-repeat;
	background-size: 11px 22px;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.Popup .PopupContainer .CloseButton:hover, .Popup .PopupContainer .CloseButton:active {
	background-position: bottom;
}

.Popup .PopupContainer .CloseButton:after {
	content: none;
}

@media only screen and (max-width: 980px) {
	.Popup .PopupContainer {
		width: 90%;
	}
	.Popup .PopupContainer .PopupContent {
		width: 100%;
	}
	.Popup .PopupContainer .CloseButton {
		top: 5px;
		right: 5px;
		z-index: 1000;
	}
}

.Popup .InnerPopupHolder {
	margin: 0 auto;
	max-width: 80%;
}

.ActivePopup {
	overflow-y: hidden;
	margin-right: 17px;
}

.ActivePopup .Overlay {
	opacity: 1;
	visibility: visible;
}

#HeadWrapper #Header .StickyHeader {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	padding-top: 10px;
}

#HeadWrapper #Header .StickyHeader.animated {
	z-index: 10;
	-webkit-animation-delay: 0ms;
	        animation-delay: 0ms;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
}

#HeadWrapper #Header .StickyHeader.animated.fadeOut {
	-webkit-animation-duration: .2s;
	        animation-duration: .2s;
}

#HeadWrapper #Header .StickyHeader .LogoHolder {
	width: 214px;
}

@media only screen and (max-width: 480px) {
	#HeadWrapper #Header .StickyHeader .LogoHolder {
		width: 140px;
	}
}

#HeadWrapper #Header .StickyHeader .MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li {
	padding: 6px 0;
}

#HeadWrapper #Header .StickyHeader .MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li.HasChildren .SubMenuContainer {
	top: 37px;
}

#HeadWrapper #Header .StickyHeader .MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li a:after {
	margin: 0px auto;
}

#HeadWrapper #Header .StickyHeader .MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul li ul li {
	padding: 0;
}

#HeadWrapper #Header .StickyHeader .MainMenuContainerFull .MainMenuContainer .MainMenuHolder ul .MenuSeparator {
	margin-top: 7px;
}

#HeadWrapper #Header .StickyHeader .MenuLine {
	/* top: $LineBgSocIcons;*/
	height: 36px;
}

#HeadWrapper #Header .StickyHeader .SocialMenu .List .Item {
	height: 36px;
	padding: 6px 13px;
	/*a{
              &.blogspot{
                padding-top: 4px;
              }
              &.facebook,&.printpress,&.googleplus{
                padding-top: 3px;
              }
            }*/
}

#HeadWrapper #Header .StickyHeader .SocialMenu .List .Item.onlineshop a:after {
	margin-top: -1px;
}

@media only screen and (max-width: 1200px) {
	#HeadWrapper #Header .StickyHeader {
		padding: 10px 0;
	}
}

#HeadWrapper #Header .StickyHeader .SiteSearch a {
	position: absolute;
	right: 5px;
	top: 0px;
	padding: 6px 10px;
	z-index: 2;
}

#HeadWrapper #Header .StickyHeader .SiteSearch .InputTextSearch {
	height: 36px;
}

@media only screen and (max-width: 1200px) {
	#HeadWrapper #Header .StickyHeader .SiteSearch .InpRow {
		top: 45px;
	}
}

#HeadWrapper .MobileMainMenuContainerSticky.animated {
	position: fixed;
	z-index: 5;
}

.Home .TopContainer {
	position: relative;
}

.Home .TopContainer .SearchBar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.Home .Section {
	padding: 25px 0;
}

.Home .Section .BlockIndexTitle {
	margin-top: 0;
}

.Home .Section:nth-child(odd) {
	background-color: #E1E1E1;
}

#AboutUs {
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#AboutUs .ContentAboutUs p {
	padding-bottom: 20px;
}

@media only screen and (max-width: 1050px) {
	#AboutUs .ContentAboutUs {
		font-size: 16px;
	}
}

#AboutUs .Content .w33 {
	padding: 0 22px;
	float: left;
}

#AboutUs .Content .w33 .Title {
	font-size: 20px;
	color: #004B87;
	padding-bottom: 20px;
	padding-left: 16px;
	position: relative;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
}

#AboutUs .Content .w33 .Title:before {
	content: '';
	width: 6px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
}

#AboutUs .Content .w33 .ContentColumn {
	font-size: 15px;
	color: #564541;
}

#AboutUs .Content .w33 .ContentColumn p {
	padding-bottom: 20px;
}

#AboutUs .Content .w33.first {
	padding-left: 0;
}

#AboutUs .Content .w33.first .Title:before {
	background-color: #004B87;
}

#AboutUs .Content .w33.second .Title:before {
	background-color: #0184EE;
}

#AboutUs .Content .w33.last {
	padding-right: 0;
}

#AboutUs .Content .w33.last .Title:before {
	background-color: #C2BCBC;
}

@media only screen and (max-width: 980px) {
	#AboutUs .Content .w33 {
		width: 100%;
		padding: 0 0 10px;
	}
}

#AboutUs .AboutUsBlocksContainer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

#AboutUs .AboutUsBlocksContainer ul li {
	font-size: 0;
	padding: 23px 25px;
	color: #564541;
	width: 33%;
}

#AboutUs .AboutUsBlocksContainer ul li a {
	height: 100%;
}

#AboutUs .AboutUsBlocksContainer ul li a .Img {
	height: 100%;
}

#AboutUs .AboutUsBlocksContainer ul li a svg {
	width: 100%;
	height: 100%;
}

#AboutUs .AboutUsBlocksContainer ul li a {
	overflow: hidden;
}

#AboutUs .AboutUsBlocksContainer ul li a:after {
	content: none;
}

#AboutUs .AboutUsBlocksContainer ul li .Img img {
	max-width: 100%;
}

#AboutUs .AboutUsBlocksContainer ul li .Content {
	position: relative;
	width: 100.2%;
}

#AboutUs .AboutUsBlocksContainer ul li .Content .Title {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%;
	min-height: 66px;
	display: table;
	padding: 0 15px;
}

#AboutUs .AboutUsBlocksContainer ul li .Content .Title .SubText {
	font-size: 17px;
	height: 66px;
	display: table-cell;
	padding-right: 10px;
}

@media only screen and (max-width: 1366px) {
	#AboutUs .AboutUsBlocksContainer ul li .Content .Title .SubText {
		font-size: 16px;
	}
}

#AboutUs .AboutUsBlocksContainer ul li .Content .Title .BtnPlusSubClass {
	display: table-cell;
	vertical-align: middle;
	width: 25px;
}

@media only screen and (max-width: 640px) {
	#AboutUs .AboutUsBlocksContainer ul li .Content .Title {
		padding: 0 10px;
	}
}

#AboutUs .AboutUsBlocksContainer ul li .Content .Text {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	visibility: hidden;
}

#AboutUs .AboutUsBlocksContainer ul li .Content .Text .SubText {
	padding: 17px;
	font-size: 13px;
	cursor: default;
}

@media only screen and (max-width: 1050px) {
	#AboutUs .AboutUsBlocksContainer ul li .Content.DynamicBlock .Title {
		text-align: left;
		height: auto;
		right: 0;
		margin: 0 auto;
	}
	#AboutUs .AboutUsBlocksContainer ul li .Content.DynamicBlock .Title .SubText {
		font-size: 14px;
	}
}

#AboutUs .AboutUsBlocksContainer ul li .Content.StaticBlock .Title {
	text-align: left;
}

#AboutUs .AboutUsBlocksContainer ul li .Content.StaticBlock .Title .BtnPlus {
	display: none;
}

@media only screen and (max-width: 1050px) {
	#AboutUs .AboutUsBlocksContainer ul li .Content.StaticBlock .Title .BtnPlus {
		display: table-cell;
	}
	#AboutUs .AboutUsBlocksContainer ul li .Content.StaticBlock .Title .BtnPlus .BtnPlusSubClass {
		border-radius: 50%;
		border: 1px solid #807875;
		text-align: center;
	}
	#AboutUs .AboutUsBlocksContainer ul li .Content.StaticBlock .Title .BtnPlus .BtnPlusSubClass svg {
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
		width: 13px;
		height: 25px;
	}
	#AboutUs .AboutUsBlocksContainer ul li .Content.StaticBlock .Title .Text {
		bottom: 0 !important;
	}
}

#AboutUs .AboutUsBlocksContainer ul li.Active .Content.StaticBlock .BtnPlus .BtnPlusSubClass svg {
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
}

#AboutUs .AboutUsBlocksContainer ul li:hover .BtnPlus .st20 {
	fill: #564541;
}

@media only screen and (max-width: 1366px) {
	#AboutUs .AboutUsBlocksContainer ul li {
		padding: 23px 15px;
	}
}

@media only screen and (min-width: 1240px) {
	#AboutUs .AboutUsBlocksContainer ul li:nth-child(3n+3) {
		padding-right: 0;
	}
	#AboutUs .AboutUsBlocksContainer ul li:nth-child(3n+2) {
		padding: 23px 12px;
	}
}

@media only screen and (min-width: 1240px) and (max-width: 1366px) {
	#AboutUs .AboutUsBlocksContainer ul li:nth-child(3n+2) {
		padding: 23px 7px;
	}
}

@media only screen and (min-width: 1240px) {
	#AboutUs .AboutUsBlocksContainer ul li:nth-child(3n+1) {
		padding-left: 0;
	}
}

@media only screen and (max-width: 1240px) {
	#AboutUs .AboutUsBlocksContainer ul li {
		padding: 12px;
		width: 50%;
		text-align: center;
	}
}

@media only screen and (max-width: 1050px) {
	#AboutUs .AboutUsBlocksContainer ul li {
		width: 100%;
		max-width: 475px;
		text-align: center;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 640px) {
	#AboutUs .AboutUsBlocksContainer ul li {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 980px) {
	#AboutUs .AboutUsBlocksContainer ul {
		text-align: center;
	}
}

#Manufacturer .BlockContainer ul {
	text-align: center;
}

#Manufacturer .BlockContainer ul li {
	width: 236px;
	text-align: center;
	margin: 0 9px;
}

#Manufacturer .BlockContainer ul li a.BigItem {
	height: 156px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	z-index: 1;
}

#Manufacturer .BlockContainer ul li a.BigItem .Img img {
	max-width: 100%;
	max-height: 50px;
}

#Manufacturer .BlockContainer ul li a.BigItem .Title {
	background-color: rgba(98, 83, 82, 0.8);
	text-align: left;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
}

#Manufacturer .BlockContainer ul li a.BigItem:hover {
	-webkit-box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	        box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	z-index: 2;
}

#Manufacturer .BlockContainer ul li a.BigItem:after {
	content: none;
}

#Manufacturer .BlockContainer ul li a.ExternalLink {
	padding: 5px 0;
	font-size: 12px;
}

#Manufacturer .BlockContainer ul li a.ExternalLink:after {
	content: '';
	width: 0px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 2px auto 0;
	display: block;
}

#Manufacturer .BlockContainer ul li a.ExternalLink:hover:after {
	background-color: #564541;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	#Manufacturer .BlockContainer ul li {
		/*width:50%;
          height: auto;*/
	}
}

@media only screen and (max-width: 640px) {
	#Manufacturer .BlockContainer ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

#Manufacturer .PopupContent .Head {
	margin: 50px 0;
	padding: 0 40px;
}

#Manufacturer .PopupContent .Head img {
	max-width: 100%;
	max-height: 50px;
}

@media only screen and (max-width: 640px) {
	#Manufacturer .PopupContent .Head {
		margin: 20px 0;
		padding: 0 10px;
	}
}

#Manufacturer .PopupContent .Content {
	padding: 0 40px;
}

@media only screen and (max-width: 640px) {
	#Manufacturer .PopupContent .Content {
		padding: 0 10px;
	}
}

#Manufacturer .PopupContent .Footer {
	padding: 15px 0px;
	background-color: rgba(98, 83, 82, 0.8);
	color: #fff;
	font-size: 15px;
}

.SeparatorOn6Items {
	background-color: #E1E1E1;
	height: 1px;
	margin: 20px 0;
}

.SVGIndexIcon {
	margin: 10px 0;
}

.SVGIndexIcon svg {
	width: 50px;
	height: 6px;
}

#NewsView .Container .LeftPart {
	padding-right: 30px;
}

@media only screen and (max-width: 980px) {
	#NewsView .Container .LeftPart {
		padding-right: 0;
	}
}

#NewsView .Container .LeftPart .Thumbnail img {
	max-width: 100%;
}

#NewsView .Container .LeftPart ul li a iframe {
	width: 100%;
}

@media only screen and (max-width: 980px) {
	#NewsView .Container .NewsContent {
		padding-top: 20px;
	}
}

#ProjectList ul.List li {
	height: 164px;
	margin-bottom: 60px;
}

#ProjectList ul.List li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	z-index: 0;
}

#ProjectList ul.List li a .Img {
	margin-right: 20px;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 246px;
	        flex: 0 0 246px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#ProjectList ul.List li a .Img .ImgContainer img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 164px;
}

@media only screen and (max-width: 480px) {
	#ProjectList ul.List li a .Img .ImgContainer {
		display: inline-block;
	}
}

#ProjectList ul.List li a .Img svg, #ProjectList ul.List li a .Img img {
	max-width: 100%;
	max-height: 100%;
}

@media only screen and (max-width: 640px) {
	#ProjectList ul.List li a .Img {
		margin-right: 0;
		padding-right: 20px;
		width: 40%;
	}
}

@media only screen and (max-width: 480px) {
	#ProjectList ul.List li a .Img {
		width: 100%;
		height: auto;
	}
}

#ProjectList ul.List li a:hover .Img {
	z-index: 1;
	-webkit-box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	        box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

#ProjectList ul.List li a .Content {
	height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	float: right;
}

#ProjectList ul.List li a .Content .Text {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 19px;
}

@media only screen and (max-width: 980px) {
	#ProjectList ul.List li a .Content .Text {
		font-size: 16px;
		padding-bottom: 10px;
	}
}

#ProjectList ul.List li a .Content .Footer {
	bottom: 0;
	position: absolute;
}

#ProjectList ul.List li a .Content .Footer .Customer {
	padding-top: 10px;
	max-width: 90%;
}

#ProjectList ul.List li a .Content .Footer .Customer .CustomerSRText {
	font-size: 15px;
	line-height: 1.2;
	color: #A9A9A9;
}

#ProjectList ul.List li a .Content .Footer .Customer .CustomerText {
	font-size: 17px;
	line-height: 1.2;
	color: #004B87;
	padding-left: 5px;
}

@media only screen and (max-width: 480px) {
	#ProjectList ul.List li a .Content .Footer {
		position: static;
	}
}

@media only screen and (max-width: 1050px) {
	#ProjectList ul.List li a .Content {
		float: left;
	}
}

@media only screen and (max-width: 640px) {
	#ProjectList ul.List li a .Content {
		width: 60%;
		float: none;
	}
}

@media only screen and (max-width: 480px) {
	#ProjectList ul.List li a .Content {
		clear: both;
		width: 100%;
		height: auto;
		padding: 20px 0 10px;
	}
}

#ProjectList ul.List li a:after {
	content: none;
}

@media only screen and (max-width: 480px) {
	#ProjectList ul.List li a {
		display: inline-block;
		text-align: center;
	}
}

#ProjectList ul.List li .SeparatorHalf {
	width: 100%;
	height: 1px;
	background: #E1E1E1;
	margin-top: 31px;
}

@media only screen and (max-width: 480px) {
	#ProjectList ul.List li .SeparatorHalf {
		display: none;
	}
}

#ProjectList ul.List li.LeftColumn {
	padding-right: 15px;
}

#ProjectList ul.List li.RightColumn {
	padding-left: 15px;
}

@media only screen and (max-width: 1050px) {
	#ProjectList ul.List li.LeftColumn, #ProjectList ul.List li.RightColumn {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	#ProjectList ul.List li {
		height: auto;
		margin-bottom: 20px;
		border-bottom: 1px solid #E1E1E1;
	}
}

#ProjectView .PrevNext {
	margin-top: 40px;
}

#ProjectView .SVGIndexIcon {
	margin: 0;
}

#ProjectView .Thumbnail img {
	max-width: 100%;
}

@media only screen and (max-width: 980px) {
	#ProjectView .LeftPart {
		padding-bottom: 20px;
	}
}

#Careers .Content p {
	padding-bottom: 20px;
}

#Careers .CareerList {
	/* margin-top: 40px;*/
	padding-top: 20px;
}

#Careers .CareerList .PopupContainer {
	max-width: 486px;
}

#Careers #ShowUploadWin {
	height: 37px;
	line-height: 25px;
	cursor: pointer;
}

#Careers #ShowUploadWin:hover .IconPDF {
	background-position: bottom right;
}

.IconPDF {
	background-image: url("../Images/FileTypeIcons/IconPDF.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 22px 54px;
	width: 22px;
	height: 27px;
}

#CareersView .Head {
	background-color: #F3f3f3;
	padding: 26px 0;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
	line-height: 1.2;
	color: #004B87;
}

#CareersView #Contacts {
	padding: 0 56px;
}

#CareersView #Contacts .FormFieldHolder {
	margin-top: 15px;
}

#CareersView #Contacts .FormFieldHolder.submitbtn {
	text-align: center;
	margin-top: 0px;
}

#CareersView .HideElements .FormField .InnerInputHolder, #CareersView .HideElements .FormField input, #CareersView .HideElements .FormField:first-child {
	display: none;
}

#Certificates .ShowHideListItemsJS .ParentItem a.titlecont span {
	padding-left: 20px;
}

#Certificates .ShowHideListItemsJS .ParentItem a.titlecont:before {
	width: 100%;
}

#Certificates .ShowHideListItemsJS .ParentItem .ShowContent .Content {
	text-align: left;
	max-width: 100%;
	padding: 10px 0;
	margin: 0;
}

#Certificates .ShowHideListItemsJS .ParentItem .ShowContent .Content .EmptyClass {
	height: 20px;
}

#Recommendations .RecommendationsList {
	margin-top: 40px;
}

#Recommendations .RecommendationsList ul.List li.Item a {
	background-color: #F3f3f3;
	padding: 15px 23px;
}

#Recommendations .RecommendationsList ul.List li.Item a:after {
	content: none;
}

#Recommendations .RecommendationsList ul.List li.Item a .Icon {
	margin-bottom: 12px;
	margin-top: 6px;
}

#Recommendations .RecommendationsList ul.List li.Item .SeparatorHalf {
	background-color: #F3f3f3;
	height: 1px;
	margin: 20px 0;
}

#Recommendations .RecommendationsList ul.List li.Item .Footer .CustomerName {
	font-size: 15px;
	padding-top: 20px;
}

@media only screen and (min-width: 1050px) {
	#Recommendations .RecommendationsList ul.List li.Item:nth-child(2n+1) {
		padding-right: 15px;
	}
	#Recommendations .RecommendationsList ul.List li.Item:nth-child(2n+2) {
		padding-left: 15px;
	}
}

#Recommendations .Pager2 {
	margin-top: 40px;
}

.CategoryTitle {
	font-size: 19px;
	padding-bottom: 15px;
}

#ClientList .ClientListContainer .ClientsSub .List .Item {
	width: 236px;
}

#ClientList .ClientListContainer .Content ul li {
	text-align: left;
}

#ClientList .ClientListContainer .List {
	/* margin:0 -10px; 04.04.2018*/
}

#ClientList .ClientListContainer .List li {
	width: 100%;
	text-align: center;
	/*padding: 0 10px;*/
	padding-right: 10px;
}

#ClientList .ClientListContainer .List li .BigItem {
	/*height: 160px;*/
	font-size: 14px;
	color: #fff;
	height: 156px;
}

#ClientList .ClientListContainer .List li .BigItem img {
	max-width: 100%;
	max-height: 50px;
}

#ClientList .ClientListContainer .List li .BigItem .Title {
	background-color: rgba(98, 83, 82, 0.8);
	text-align: left;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
}

#ClientList .ClientListContainer .List li a.ExternalLink {
	padding: 5px 0;
	font-size: 12px;
}

#ClientList .ClientListContainer .List li a.ExternalLink:hover:after {
	background-color: #564541;
}

#ClientList .ClientListContainer .List .CategoryTitle {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
}

@media only screen and (max-width: 980px) {
	#ClientList .ClientListContainer .List .CategoryTitle {
		text-align: center;
	}
}

#ClientList .ClientListContainer .List .Content {
	margin-bottom: 15px;
}

#ClientList .ClientListContainer .List.Grid {
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
}

@media only screen and (max-width: 980px) {
	#ClientList .ClientListContainer .List.Grid {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0;
	}
}

#ClientList .ClientListContainer hr {
	margin: 20px 0;
}

#SearchResults #Products {
	padding-bottom: 35px;
}

#SearchResults #Products .List .Block {
	display: none;
}

#SearchResults #Products .List .Block.ActiveFirst {
	display: block;
}

#SearchResults #News .List .Item {
	padding-top: 20px;
	display: none;
	color: #564541;
}

#SearchResults #News .List .Item.ActiveFirst {
	display: block;
}

#SearchResults #News .List .Item .Title {
	font-size: 21px;
	padding-bottom: 15px;
	line-height: 24px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media only screen and (max-width: 480px) {
	#SearchResults #News .List .Item .Title {
		font-size: 18px;
		padding-bottom: 10px;
	}
}

#SearchResults #Projects .List .Item {
	padding-top: 20px;
	display: none;
	color: #564541;
}

#SearchResults #Projects .List .Item.ActiveFirst {
	display: block;
}

#SearchResults #Projects .List .Item .Title {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	padding-bottom: 15px;
	line-height: 24px;
}

@media only screen and (max-width: 480px) {
	#SearchResults #Projects .List .Item .Title {
		font-size: 18px;
		padding-bottom: 10px;
	}
}

#SearchResults .ViewMoreButton {
	margin-bottom: 20px;
	color: #004B87;
	text-decoration: underline;
}

#SearchResults .ViewMoreButton.Active .Less {
	display: block;
}

#SearchResults .ViewMoreButton.Active .ViewMore {
	display: none;
}

#SearchResults .ViewMoreButton:hover {
	text-decoration: none;
}

#SearchResults .CategoryNameCount {
	color: #004B87;
	font-size: 24px;
	line-height: 1.2;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#SearchResults .List {
	margin-bottom: 20px;
}

#SearchResults .FullCouner {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
}

#SearchResults .sSearchKeyword {
	color: #004B87;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.2;
}

.Highlight, .highlight, .HIGHLIGHT {
	background-color: #004B87;
	color: #fff;
}

#Contacts #map {
	width: 100%;
	height: calc(100vh - 328px);
	display: inline-block;
	vertical-align: top;
}

#Contacts .ContactsItems {
	margin-top: 25px;
}

#Contacts .ContactsItems .List {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
}

#Contacts .ContactsItems .List .Block {
	text-align: left;
	margin-top: 20px;
	padding-right: 15px;
}

#Contacts .ContactsItems .List .Block .Title {
	font-size: 22px;
	line-height: 1.2;
	color: #004B87;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	padding-bottom: 20px;
}

#Contacts .ContactsItems .List .Block .TextData {
	padding-bottom: 10px;
}

#Contacts .ContactsItems .List .Block .TextData .IconParent {
	display: inline-block;
	vertical-align: top;
	width: 25px;
}

#Contacts .ContactsItems .List .Block .TextData .IconParent .Icon {
	/*margin-right: 20px;*/
}

#Contacts .ContactsItems .List .Block .TextData.Address .Icon {
	margin-top: 3px;
	width: 10px;
	height: 14px;
}

#Contacts .ContactsItems .List .Block .TextData.Phone .Icon {
	width: 12px;
	height: 12px;
}

#Contacts .ContactsItems .List .Block .TextData.Fax .Icon {
	width: 14px;
	height: 13px;
}

#Contacts .ContactsItems .List .Block .TextData.Email .Icon {
	width: 12px;
	height: 13px;
}

#Contacts .ContactsItems .List .Block .TextData .Text {
	width: 89%;
}

#Contacts .ContactsItems .List .Block .GoogleMapBtn, #Contacts .ContactsItems .List .Block .MoreInformation {
	margin-right: 5px;
}

#Contacts .ContactsItems .List .Block .GoogleMapBtn .MapLink, #Contacts .ContactsItems .List .Block .MoreInformation .MapLink {
	cursor: pointer;
}

#Contacts .ContactsItems .List .Block .GoogleMapBtn svg, #Contacts .ContactsItems .List .Block .MoreInformation svg {
	width: 27px;
	height: 27px;
}

#Contacts .ContactsItems .List .Block .SendMessage {
	font-size: 14px;
	line-height: 1.2;
	padding: 5px 0 3px 7px;
	color: #004B87;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#Contacts .ContactsItems .List .Block .SendMessage a:after {
	content: '';
	width: 100%;
	display: block;
	height: 1px;
	background-color: #004B87;
}

#Contacts .ContactsItems .List .Block .SendMessage a:hover:after {
	width: 0%;
}

#Contacts .ContactsItems .List .Block .Separator {
	margin: 10px 0 0 0;
	width: 90%;
	height: 1px;
	background-color: #A9A9A9;
	display: block;
}

@media only screen and (max-width: 980px) {
	#Contacts .ContactsItems .List .Block .Separator {
		width: 100%;
	}
}

@media only screen and (min-width: 980px) {
	#Contacts .ContactsItems .List .Block {
		width: 25%;
	}
}

@media only screen and (max-width: 980px) {
	#Contacts .ContactsItems .List .Block {
		width: 280px;
	}
}

@media only screen and (max-width: 768px) {
	#Contacts .ContactsItems .List .Block {
		width: 50%;
	}
}

@media only screen and (max-width: 640px) {
	#Contacts .ContactsItems .List .Block {
		width: 280px;
	}
}

#Page404 {
	margin-top: 40px;
	min-height: 47.1vh;
}

#Page404 .Page404 {
	background-color: #F7F7F7;
	padding-bottom: 50px;
	max-width: 780px;
	max-height: 325px;
}

@media only screen and (min-width: 640px) {
	#Page404 .Page404 {
		-webkit-transform: skewX(-15deg);
		    -ms-transform: skewX(-15deg);
		        transform: skewX(-15deg);
	}
}

@media only screen and (min-width: 640px) {
	#Page404 .Page404 .Page404Content {
		-webkit-transform: skewX(15deg);
		    -ms-transform: skewX(15deg);
		        transform: skewX(15deg);
	}
}

#Page404 .Page404 .Page404Content svg {
	width: 250px;
	height: 230px;
	margin-top: -80px;
}

#Page404 .Page404 .Page404Content .Text {
	font-size: 16px;
	line-height: 1.2;
	font-family: HeliosLightRegular, sans-serif;
	font-weight: 500;
	color: #564541;
}

#Page404 .Page404 .Page404Content .Text p {
	padding: 0;
}

#Page404 .Page404 .Page404Content .Text h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 20px;
}

#ProductCategoryList #BreadcrumbPathID {
	display: block;
}

#ProductCategoryList .Container {
	/* margin-right: -$RightMarginBlock;*/
	margin-bottom: 30px;
}

#ProductCategoryList .Container .ListCats .Block a {
	padding: 0 10px;
}

#ProductCategoryList .Container .ListCats .Block a:hover {
	color: #004B87;
}

#ProductCategoryList .Container .ListCats .Block a:hover:after {
	background-color: #004B87;
}

#ProductCategoryList .Container .ListCats .Block:after {
	content: '';
	position: absolute;
	top: 5px;
	border-right: 1px solid #564541;
	height: 11px;
}

#ProductCategoryList .Container .ListCats .Block:first-child a {
	padding-left: 0;
}

#ProductCategoryList .Container .ListCats .Block:last-child:after {
	content: none;
}

#ProductCategoryList .Container .NewProduct {
	background-image: url(../Images/Label_NewProduct.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 96px;
	height: 96px;
}

.en #ProductCategoryList .Container .NewProduct {
	background-image: url(../Images/en/Label_NewProduct_En.svg);
}

@media only screen and (max-width: 640px) {
	#ProductCategoryList .Container {
		margin-right: 0;
	}
}

#ProductCategoryList .ProductFilter {
	margin-bottom: 40px;
}

#ProductCategoryList .ProductFilter .FormFieldHolder {
	width: auto;
}

#ProductCategoryList .ProductFilter .FormFieldHolder .SelectBox {
	font-size: 15px;
	line-height: 1.2;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
}

#ProductCategoryList .ProductFilter .FormFieldHolder .SelectBox label {
	margin-right: 10px;
}

#ProductCategoryList .ProductFilter .FormFieldHolder .SelectBox select {
	height: 24px;
	border-width: 1px;
	padding: 0px 33px 0px 5px;
	width: 180px;
	font-size: 15px;
	line-height: 1.2;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	outline-color: #8E8583;
}

#ProductCategoryList .ProductFilter .FormFieldHolder .SelectBox select:active, #ProductCategoryList .ProductFilter .FormFieldHolder .SelectBox select:focus, #ProductCategoryList .ProductFilter .FormFieldHolder .SelectBox select:hover {
	border: 1px solid #8E8583;
}

#ProductCategoryList .ProductFilter .FormFieldHolder .SelectBox.SortByName {
	margin-left: 20px;
}

@media only screen and (max-width: 980px) {
	#ProductCategoryList .ProductFilter .FormFieldHolder .SelectBox.SortByName {
		margin-left: 0;
	}
}

#ProductCategoryList .ProductFilter .ClearFilters {
	margin-left: 10px;
	margin-top: 12px;
}

#ProductCategoryList .ProductFilter .ClearFilters a {
	font-size: 15px;
	line-height: 1.2;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#ProductCategoryList .ProductFilter .ClearFilters a:before {
	content: '';
	display: inline-block;
	background-image: url("../Images/Clear_Filter.png");
	background-repeat: no-repeat;
	background-size: 11px 20px;
	padding-right: 10px;
	width: 11px;
	height: 10px;
}

#ProductCategoryList .ProductFilter .ClearFilters a:after {
	background-color: #004B87;
}

@media only screen and (max-width: 980px) {
	#ProductCategoryList .ProductFilter .ClearFilters a:after {
		content: none;
	}
}

#ProductCategoryList .ProductFilter .ClearFilters a:hover {
	color: #004B87;
}

#ProductCategoryList .ProductFilter .ClearFilters a:hover:before {
	background-position: left bottom;
}

@media only screen and (max-width: 980px) {
	#ProductCategoryList .ProductFilter .ClearFilters {
		display: block;
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	#ProductCategoryList .ProductFilter .ClearFilters {
		margin-bottom: 5px;
	}
}

#ProductCategoryList .ParentCategories {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media only screen and (max-width: 640px) {
	#ProductCategoryList .ParentCategories {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	#ProductCategoryList .ParentCategoriesMobile {
		display: block;
	}
	#ProductCategoryList .ParentCategoriesMobile.ProductFilter {
		margin-bottom: 0;
	}
	#ProductCategoryList .ParentCategoriesMobile.ProductFilter label {
		/* width:148px;*/
		padding: 4px 10px 4px 0;
		display: inline-block;
	}
	#ProductCategoryList .ParentCategoriesMobile.ProductFilter .SelectBox {
		width: 74%;
	}
	#ProductCategoryList .ParentCategoriesMobile.ProductFilter .SelectBox select {
		width: 100%;
		font-size: 14px;
	}
}

@media only screen and (max-width: 640px) and (max-width: 480px) {
	#ProductCategoryList .ParentCategoriesMobile.ProductFilter .SelectBox {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	#ProductCategoryList .ParentCategoriesMobile.ProductFilter .FormFieldHolder {
		width: 100%;
		margin-bottom: 5px;
	}
	#ProductCategoryList .ParentCategoriesMobile.ProductFilter .FormFieldHolder .FormField {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

#ProductView .Container #BreadcrumbPathID {
	display: block;
}

#ProductView .Container .LeftPart .Params #List .Item {
	line-height: 22px;
}

#ProductView .Container .LeftPart .Params .Property {
	padding: 0px 0 10px;
}

#ProductView .Container .RightPart .jcarousel-prev {
	background-color: transparent;
}

#ProductView .Container .RightPart .ProductLabels {
	z-index: 1;
	top: 0;
	right: 0;
}

#ProductView .Container .RightPart .ProductLabels .PromoProduct {
	width: 84px;
	height: 84px;
}

#ProductView .Container .RightPart .ProductLabels .NewProduct {
	position: absolute;
	width: 140px;
	top: 0px;
	right: 0px;
}

#ProductView .Container .RightPart .Thumbnail img {
	max-height: 100%;
	max-width: 100%;
}

#ProductView .Container .RightPart .SendRequestBtn a:after {
	margin-top: 2px;
}

#ProductView .Container .RightPart #jCarouselSlider #slideshow-main ul li a iframe {
	width: 100%;
}

#ProductView .Container .NewProduct {
	background-image: url(../Images/Label_NewProduct.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 140px;
	height: 140px;
}

.en #ProductView .Container .NewProduct {
	background-image: url(../Images/en/Label_NewProduct_En.svg);
}

#ProductView .PrevNext {
	margin-top: 15px;
}

#ProductPromotionsList ul.List .Separator:first-child {
	display: none;
}

@media only screen and (min-width: 980px) {
	#ProductPromotionsList ul.List li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

#ProductPromotionsList ul.List li a:after {
	content: none;
}

#ProductPromotionsList ul.List li .ImagePromo {
	width: 27%;
}

#ProductPromotionsList ul.List li .ImagePromo img {
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	z-index: 1;
	max-width: 100%;
}

@media only screen and (max-width: 980px) {
	#ProductPromotionsList ul.List li .ImagePromo {
		width: 100%;
		text-align: center;
		max-width: none;
	}
}

#ProductPromotionsList ul.List li .Content {
	position: relative;
	font-size: 15px;
	padding-left: 22px;
	width: 73%;
	line-height: normal;
}

#ProductPromotionsList ul.List li .Content .Title {
	font-size: 19px;
	padding-bottom: 26px;
}

@media only screen and (max-width: 1440px) {
	#ProductPromotionsList ul.List li .Content .Title {
		font-size: 18px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 980px) {
	#ProductPromotionsList ul.List li .Content .Title {
		font-size: 16px;
	}
}

#ProductPromotionsList ul.List li .Content .Text {
	font-size: 15px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
	#ProductPromotionsList ul.List li .Content .Text {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 1440px) {
	#ProductPromotionsList ul.List li .Content .Text {
		font-size: 14px;
	}
}

#ProductPromotionsList ul.List li .Content .date {
	color: #004B87;
}

#ProductPromotionsList ul.List li .Content .date span {
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 980px) {
	#ProductPromotionsList ul.List li .Content .date {
		padding-bottom: 15px;
	}
}

@media only screen and (min-width: 980px) {
	#ProductPromotionsList ul.List li .Content .PromoPdfFile {
		position: absolute;
		bottom: 0;
		left: 20px;
	}
}

#ProductPromotionsList ul.List li .Content .PromoPdfFile .PDF:before, #ProductPromotionsList ul.List li .Content .PromoPdfFile .pdf:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-Image: url("../Images/FileTypeIcons/IconPDF.svg");
	background-repeat: no-repeat;
	background-size: 29px 76px;
	width: 29px;
	height: 38px;
	margin-right: 20px;
}

@media only screen and (max-width: 640px) {
	#ProductPromotionsList ul.List li .Content .PromoPdfFile .PDF:before, #ProductPromotionsList ul.List li .Content .PromoPdfFile .pdf:before {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 980px) {
	#ProductPromotionsList ul.List li .Content .PromoPdfFile .PromoText {
		/*max-width:80%;*/
	}
}

@media only screen and (max-width: 980px) {
	#ProductPromotionsList ul.List li .Content .BtnPromoPlus {
		line-height: 34px;
		float: right;
	}
}

@media only screen and (min-width: 980px) {
	#ProductPromotionsList ul.List li .Content .BtnPromoPlus {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

@media only screen and (max-width: 640px) {
	#ProductPromotionsList ul.List li .Content .BtnPromoPlus {
		margin-top: 15px;
		width: 100%;
		text-align: center;
		line-height: normal;
		float: none;
	}
}

@media only screen and (max-width: 980px) {
	#ProductPromotionsList ul.List li .Content {
		padding-left: 0;
		padding-top: 20px;
		width: 100%;
	}
}

#ProductPromotionsList ul.List li:after {
	content: none;
}

#ProductPromotionsList ul.List li:hover .ImagePromo img {
	-webkit-box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	        box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	z-index: 2;
}

#ProductPromotionsList ul.List li:hover .BtnPlus svg {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#ProductPromotionsList ul.List li:hover .PromoPdfFile .PDF:before, #ProductPromotionsList ul.List li:hover .PromoPdfFile .pdf:before {
	background-position: bottom;
}

#ShopServNetList .ContainerItems .List li .Button {
	margin-bottom: 20px;
}

.CarouselBlock {
	margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
	.CarouselBlock {
		margin-bottom: 20px;
	}
}

.CarouselBlock .BoxShadow {
	-webkit-box-shadow: 0 -4px 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 -4px 3px rgba(0, 0, 0, 0.3);
	width: 100%;
	position: relative;
	height: 5px;
	z-index: 3;
}

#CarouselBlock .Slider {
	position: relative;
	width: 100vw;
}

#CarouselBlock .Slider .List .ContentBlock {
	display: none;
}

#CarouselBlock .Slider .navNext {
	display: none;
}

@media only screen and (min-width: 1200px) {
	#CarouselBlock .Slider .navNext {
		display: block;
		position: absolute;
		top: 0;
		right: -3.7%;
		z-index: 1;
		width: 17.7%;
		overflow: hidden;
		-webkit-transform: skewX(-15deg);
		    -ms-transform: skewX(-15deg);
		        transform: skewX(-15deg);
	}
	#CarouselBlock .Slider .navNext span {
		cursor: pointer;
	}
	#CarouselBlock .Slider .navNext span img {
		margin-left: -50%;
		-webkit-transform: skewX(15deg);
		    -ms-transform: skewX(15deg);
		        transform: skewX(15deg);
	}
}

@media only screen and (max-width: 640px) {
	#CarouselBlock .Slider .CarouselPhoto .Image.Desctop {
		display: none;
	}
}

#CarouselBlock .Slider .CarouselPhoto .Image.Mobile {
	display: none;
}

@media only screen and (max-width: 640px) {
	#CarouselBlock .Slider .CarouselPhoto .Image.Mobile {
		display: block;
		max-width: 100%;
	}
}

#ContentInSlider .ContentBlock {
	position: absolute;
	top: 0;
	padding-top: 50px;
	left: 58%;
	width: 24.8%;
	z-index: 3;
	height: 100%;
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock {
		padding: 10px 10px 30px;
	}
}

@media only screen and (max-width: 1366px) {
	#ContentInSlider .ContentBlock {
		left: 59%;
	}
}

#ContentInSlider .ContentBlock .PromoProductText {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #004B87;
	font-size: 40px;
}

#ContentInSlider .ContentBlock .PromoProductText b {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
}

@media only screen and (max-width: 1440px) {
	#ContentInSlider .ContentBlock .PromoProductText b {
		font-size: 40px;
	}
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock .PromoProductText b {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1440px) {
	#ContentInSlider .ContentBlock .PromoProductText {
		font-size: 30px;
	}
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock .PromoProductText {
		font-size: 20px;
		width: 70%;
	}
}

@media only screen and (max-width: 480px) {
	#ContentInSlider .ContentBlock .PromoProductText {
		/* width: 50%;*/
	}
}

#ContentInSlider .ContentBlock .ProductTitle {
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	color: #564541;
	text-transform: uppercase;
	margin-top: 45px;
}

@media only screen and (max-width: 1680px) {
	#ContentInSlider .ContentBlock .ProductTitle {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1440px) {
	#ContentInSlider .ContentBlock .ProductTitle {
		font-size: 20px;
	}
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock .ProductTitle {
		font-size: 15px;
		margin-top: 0px;
		width: 70%;
	}
}

@media only screen and (max-width: 480px) {
	#ContentInSlider .ContentBlock .ProductTitle {
		width: 50%;
	}
}

#ContentInSlider .ContentBlock .SubProductTitle {
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	color: #564541;
	margin-bottom: 45px;
}

@media only screen and (max-width: 1440px) {
	#ContentInSlider .ContentBlock .SubProductTitle {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock .SubProductTitle {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

#ContentInSlider .ContentBlock .ContentPromo {
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #564541;
}

#ContentInSlider .ContentBlock .ContentPromo .SrPromoValidityText {
	margin: 10px 0;
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock .ContentPromo .SrPromoValidityText {
		margin: 0 0 5px;
	}
}

@media only screen and (max-width: 1200px) {
	#ContentInSlider .ContentBlock .ContentPromo {
		width: 59%;
	}
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock .ContentPromo .textContent {
		/*display: none;*/
	}
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock .ContentPromo {
		font-size: 12px;
	}
}

#ContentInSlider .ContentBlock .PromoBtn {
	position: absolute;
	bottom: 45px;
	right: 0;
}

#ContentInSlider .ContentBlock .PromoBtn a {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #004b87;
	-webkit-transform: skewX(-15deg) !important;
	    -ms-transform: skewX(-15deg) !important;
	        transform: skewX(-15deg) !important;
	padding: 12px 20px;
	font-size: 19px;
	color: #fff;
}

#ContentInSlider .ContentBlock .PromoBtn a span {
	-webkit-transform: skewX(15deg);
	    -ms-transform: skewX(15deg);
	        transform: skewX(15deg);
}

#ContentInSlider .ContentBlock .PromoBtn a:after {
	content: none;
}

#ContentInSlider .ContentBlock .PromoBtn a:hover {
	background-color: rgba(0, 75, 135, 0.8);
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock .PromoBtn a {
		font-size: 12px;
		padding: 10px;
	}
}

@media only screen and (max-width: 1680px) {
	#ContentInSlider .ContentBlock .PromoBtn {
		/* bottom: 10px;*/
		right: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	#ContentInSlider .ContentBlock .PromoBtn {
		right: 20px;
	}
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock .PromoBtn {
		bottom: 33px;
	}
}

@media only screen and (max-width: 1680px) {
	#ContentInSlider .ContentBlock {
		padding: 20px 10px;
		width: 23.1%;
	}
}

@media only screen and (max-width: 1200px) {
	#ContentInSlider .ContentBlock {
		background-color: rgba(255, 255, 255, 0.9);
		width: 100%;
		left: 0;
		bottom: 0;
		top: inherit;
		height: auto;
	}
}

@media only screen and (max-width: 640px) {
	#ContentInSlider .ContentBlock {
		padding: 5px;
	}
}

.BackgroundContent {
	display: block;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 2;
	height: 100%;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	position: absolute;
	left: 53%;
	width: 33.1%;
	top: 0;
}

@media only screen and (max-width: 1200px) {
	.BackgroundContent {
		display: none;
	}
}

.animated {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.animate-out {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.owl-dots {
	position: absolute;
	bottom: 15px;
	z-index: 3;
	right: 20px;
	text-align: center;
	width: 16%;
}

@media only screen and (max-width: 1200px) {
	.owl-dots {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.owl-dots {
		width: 45%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 980px) {
	.owl-dots {
		right: 0;
		bottom: -25px;
		left: 0;
		text-align: center;
		width: 90%;
	}
}

.owl-dots .owl-dot {
	display: inline-block;
	padding: 0 2px;
}

.owl-dots .owl-dot span {
	background-color: #C2BCBC;
	display: inline-block;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	width: 19px;
	height: 12px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background-color: #004B87;
	cursor: pointer;
}

.owl-dots.disabled {
	display: none;
}

#NewsBlock .NewsListHome {
	display: none;
}

#NewsBlock .News .NewsIndex a:after {
	background-color: #004B87;
}

#NewsBlock .News .List .Item {
	font-family: HeliosLightRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	position: relative;
	color: #564541;
}

#NewsBlock .News .List .Item .NewsTitle {
	font-size: 19px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 980px) {
	#NewsBlock .News .List .Item .NewsTitle {
		font-size: 17px;
	}
}

#NewsBlock .News .List .Item .NewsTitle.HomePage {
	display: none;
}

#NewsBlock .News .List .Item a {
	width: 100%;
	height: 100%;
}

#NewsBlock .News .List .Item a .SubClass {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 640px) {
	#NewsBlock .News .List .Item a .SubClass {
		display: block;
	}
}

#NewsBlock .News .List .Item a .NewsImg {
	margin-right: 20px;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#NewsBlock .News .List .Item a .NewsImg .ImgContainer img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 164px;
}

#NewsBlock .News .List .Item a .NewsImg svg {
	width: 137px;
	height: 97px;
}

#NewsBlock .News .List .Item a .NewsImg .Thumbnail svg, #NewsBlock .News .List .Item a .NewsImg .Thumbnail img {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 980px) {
	#NewsBlock .News .List .Item a .NewsImg {
		width: 30%;
	}
}

@media only screen and (max-width: 640px) {
	#NewsBlock .News .List .Item a .NewsImg {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#NewsBlock .News .List .Item a .NewsImg {
		float: none;
		padding-right: 0;
		width: auto;
		text-align: center;
	}
}

#NewsBlock .News .List .Item a .NewsContent {
	position: relative;
}

#NewsBlock .News .List .Item a .NewsContent .Text {
	/*display: flex;*/
	font-size: 15px;
	line-height: normal;
}

@media only screen and (max-width: 980px) {
	#NewsBlock .News .List .Item a .NewsContent .Text {
		font-size: 14px;
	}
}

#NewsBlock .News .List .Item a .NewsContent .date {
	color: #A9A9A9;
	font-size: 13px;
	margin-top: 8px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media only screen and (max-width: 640px) {
	#NewsBlock .News .List .Item a .NewsContent .date {
		float: left;
	}
}

#NewsBlock .News .List .Item a .NewsContent .FooterNews {
	position: absolute;
	width: 100%;
	bottom: 0;
}

@media only screen and (max-width: 980px) {
	#NewsBlock .News .List .Item a .NewsContent .FooterNews {
		position: static;
	}
}

#NewsBlock .News .List .Item a:hover .BtnPlus .st20 {
	fill: #564541;
}

#NewsBlock .News .List .Item a:hover .NewsImg {
	z-index: 1;
	-webkit-box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	        box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

#NewsBlock .News .List .Item a:after {
	content: none;
}

#NewsBlock .ListInPage .List .Item {
	height: 164px;
}

#NewsBlock .ListInPage .List .Item a .NewsTitle.HomePage {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media only screen and (max-width: 980px) {
	#NewsBlock .ListInPage .List .Item a .NewsTitle.HomePage {
		display: block;
	}
}

@media only screen and (max-width: 640px) {
	#NewsBlock .ListInPage .List .Item a .NewsTitle.HomePage {
		text-align: center;
	}
}

#NewsBlock .ListInPage .List .Item a .SubClass {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

@media only screen and (max-width: 640px) {
	#NewsBlock .ListInPage .List .Item a .SubClass {
		text-align: center;
		display: block;
	}
}

#NewsBlock .ListInPage .List .Item a .NewsImg {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 246px;
	        flex: 0 0 246px;
}

@media only screen and (max-width: 640px) {
	#NewsBlock .ListInPage .List .Item a .NewsImg .ImgContainer {
		border: 0;
		display: inline-block;
	}
}

@media only screen and (max-width: 640px) {
	#NewsBlock .ListInPage .List .Item a .NewsImg {
		margin: 14px 0;
		height: 100%;
		display: inline-block;
		text-align: center;
	}
}

#NewsBlock .ListInPage .List .Item a .NewsContent {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: 80%;
}

#NewsBlock .ListInPage .List .Item a .NewsContent .NewsTitle {
	display: block;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media only screen and (max-width: 980px) {
	#NewsBlock .ListInPage .List .Item a .NewsContent .NewsTitle {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	#NewsBlock .ListInPage .List .Item a .NewsContent .Text {
		text-align: left;
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	#NewsBlock .ListInPage .List .Item a .NewsContent .FooterNews {
		width: 235px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 640px) {
	#NewsBlock .ListInPage .List .Item a .NewsContent {
		width: 100%;
	}
}

@media only screen and (max-width: 980px) {
	#NewsBlock .ListInPage .List .Item {
		height: auto;
	}
}

@media only screen and (max-width: 640px) {
	#NewsBlock .ListInPage .List .Separator {
		margin-left: auto;
		margin-right: auto;
		max-width: 235px;
	}
}

.Home #NewsBlock {
	width: 55%;
	display: inline-block;
}

.Home #NewsBlock .NewsIndex .NewsList {
	display: none;
}

.Home #NewsBlock .NewsListHome {
	display: block;
	margin-top: 0;
}

.Home #NewsBlock .List .Item a .NewsImg {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 136px;
	        flex: 0 0 136px;
}

.Home #NewsBlock .List .Item a .NewsContent .NewsTitle.ListPage {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	display: none;
}

@media only screen and (max-width: 1366px) {
	.Home #NewsBlock .List .Item a .NewsContent .Text {
		font-size: 14px !important;
		/* line-height: 16px;*/
	}
}

@media only screen and (max-width: 1680px) {
	.Home #NewsBlock .List .Item a .NewsContent .FooterNews {
		position: static;
		width: 100%;
	}
}

.Home #NewsBlock .List .Item a:hover .ImgContainer {
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: none;
	transition: none;
}

.Home #NewsBlock .NewsTitle.HomePage {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block !important;
}

@media only screen and (max-width: 1200px) {
	.Home #NewsBlock {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.Home #NewsBlock .Separator:last-child {
		display: block;
	}
}

.Home #BannerHomeBlock {
	width: 45%;
	display: inline-block;
	text-align: right;
}

@media only screen and (max-width: 1200px) {
	.Home #BannerHomeBlock {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

#BannerHomeBlock .BannerHomeCont {
	max-width: 88%;
}

#BannerHomeBlock .BannerHomeCont ul {
	list-style: none;
	font-size: 0;
}

#BannerHomeBlock .BannerHomeCont ul .Item a {
	overflow: hidden;
	position: relative;
}

#BannerHomeBlock .BannerHomeCont ul .Item a img {
	max-width: 100%;
}

#BannerHomeBlock .BannerHomeCont ul .Item a .Text {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	visibility: hidden;
}

#BannerHomeBlock .BannerHomeCont ul .Item a .Text .SubText {
	padding: 17px;
	font-size: 14px;
	cursor: default;
	text-align: left;
}

#BannerHomeBlock .BannerHomeCont ul .Item a:after {
	content: none;
}

#ProductListBlock .List .owl-item {
	z-index: 0;
	max-width: 270px;
	max-height: 180px;
}

#ProductListBlock .List .owl-item .ContentBlock {
	width: 270px;
	height: 180px;
	margin: 0;
	text-align: center;
	background-color: #fff;
}

#ProductListBlock .List .owl-item .ContentBlock a:after {
	content: none;
}

#ProductListBlock .List .owl-item .ContentBlock img {
	max-width: 100%;
	max-height: 180px;
}

#ProductListBlock .List .owl-item .ContentBlock .Text {
	width: 100%;
	background-color: rgba(98, 83, 82, 0.8);
	text-align: left;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
}

@media only screen and (max-width: 480px) {
	#ProductListBlock .List .owl-item .ContentBlock .Text {
		text-align: center;
	}
}

#ProductListBlock .List .owl-item .ContentBlock .ProductLabels {
	top: 0;
	right: 0;
}

#ProductListBlock .List .owl-item .ContentBlock .ProductLabels .PromoProduct {
	z-index: 1;
	width: 40px;
	height: 40px;
	position: relative;
}

#ProductListBlock .List .owl-item .ContentBlock .ProductLabels .NewProduct {
	width: 67px;
	position: absolute;
	top: 0;
	right: 0px;
}

@media only screen and (max-width: 640px) {
	#ProductListBlock .List .owl-item .ContentBlock .Thumbnail svg {
		max-height: 180px;
	}
}

@media only screen and (max-width: 480px) {
	#ProductListBlock .List .owl-item {
		text-align: center;
	}
}

#ProductListBlock .List .owl-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #fff;
	position: relative;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	z-index: 0;
}

#ProductListBlock .List .owl-item a:hover {
	/*z-index: 1;*/
	-webkit-box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	        box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

#ProductListBlock .List .owl-item a .SubClass {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 270px;
	        flex: 0 0 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#ProductListBlock .List .owl-item:hover {
	z-index: 1;
}

#ProductListBlock .List.owl-carousel {
	padding: 0;
}

#ProductListBlock .List.owl-carousel .owl-stage-outer {
	/*overflow: visible;*/
	text-align: center;
	padding: 0 0 0 20px;
	width: 96%;
	margin: 0 auto;
}

@media only screen and (max-width: 1680px) {
	#ProductListBlock .List.owl-carousel .owl-stage-outer {
		width: 95%;
		padding: 0 0 0 17px;
	}
}

@media only screen and (max-width: 980px) {
	#ProductListBlock .List.owl-carousel .owl-stage-outer {
		width: 91%;
	}
}

@media only screen and (max-width: 768px) {
	#ProductListBlock .List.owl-carousel .owl-stage-outer {
		width: 89%;
	}
}

@media only screen and (max-width: 480px) {
	#ProductListBlock .List.owl-carousel .owl-stage-outer {
		padding: 0;
		width: 270px;
		overflow: hidden;
	}
}

#ProductListBlock .List.owl-carousel .owl-stage-outer .owl-stage {
	overflow: hidden;
	padding: 10px 0;
}

@media only screen and (max-width: 640px) {
	#ProductListBlock .List.owl-carousel {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#ProductListBlock .List.owl-carousel {
		width: 90%;
	}
}

#ProductListBlock .Slider {
	position: relative;
	text-align: left;
	/*display: inline-block; 16.03 14:18*/
	max-width: 100%;
	overflow: hidden;
}

#ProductListBlock .Slider .Border {
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	position: absolute;
	height: 101%;
	background-color: #fff;
	z-index: 3;
	top: -1px;
	width: 101px;
}

#ProductListBlock .Slider .Border.Left {
	left: -27px;
	-webkit-box-shadow: 6px -4px 10px -1px rgba(0, 0, 0, 0.3);
	        box-shadow: 6px -4px 10px -1px rgba(0, 0, 0, 0.3);
	z-index: 1;
}

#ProductListBlock .Slider .Border.Right {
	-webkit-box-shadow: -6px -4px 10px -1px rgba(0, 0, 0, 0.3);
	        box-shadow: -6px -4px 10px -1px rgba(0, 0, 0, 0.3);
	right: -37px;
	z-index: 1;
}

@media only screen and (max-width: 480px) {
	#ProductListBlock .Slider .Border {
		display: none;
		/*transform: skewX(0deg);*/
	}
}

#ProductListBlock .Slider #PaginationMoved {
	margin-top: 10px;
}

#ProductListBlock .Slider #PaginationMoved .owl-dots {
	position: static;
	width: 100%;
	text-align: center;
	display: block;
}

@media only screen and (max-width: 640px) {
	#ProductListBlock .Slider #PaginationMoved .owl-dots {
		margin-bottom: 10px;
	}
}

#ProductListBlock .Slider .NavSlid {
	overflow: hidden;
	position: relative;
	/*display: inline-block; 16.03 14:18*/
	max-width: 100%;
}

@media only screen and (max-width: 640px) {
	#ProductListBlock .Slider {
		margin: 0 auto;
	}
}

.NavSlid #NavMoved .owl-nav .owl-prev, .NavSlid #NavMoved .owl-nav .owl-next {
	position: absolute;
	background: transparent url(../Images/FileTypeIcons/Arrow1.svg) no-repeat 0 0;
	background-size: 23px 26px;
	cursor: pointer;
	width: 23px;
	height: 13px;
	top: 50%;
	z-index: 3;
}

.NavSlid #NavMoved .owl-nav .owl-prev:hover, .NavSlid #NavMoved .owl-nav .owl-prev.disabled, .NavSlid #NavMoved .owl-nav .owl-next:hover, .NavSlid #NavMoved .owl-nav .owl-next.disabled {
	background-position: bottom;
}

.NavSlid #NavMoved .owl-nav .owl-prev {
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	left: 30px;
}

@media only screen and (max-width: 480px) {
	.NavSlid #NavMoved .owl-nav .owl-prev {
		left: -6px;
	}
}

.NavSlid #NavMoved .owl-nav .owl-next {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	right: 20px;
}

@media only screen and (max-width: 480px) {
	.NavSlid #NavMoved .owl-nav .owl-next {
		right: -6px;
	}
}

.NavSlid #NavMoved .owl-nav.disabled {
	/* display: none;*/
}

#ContactsMoreInfo .HeaderBlock {
	font-size: 22px;
	line-height: 1.2;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #004B87;
	background-color: #F3f3f3;
	padding: 17px 0px;
}

#ContactsMoreInfo .ContentBlock {
	padding: 20px 40px 0;
}

#ContactsMoreInfo .ContentBlock .GPSCoordinates {
	margin-bottom: 20px;
}

#ContactsMoreInfo .FooterBlock {
	padding-bottom: 20px;
}

#ContactsFormBlock .HeaderBlock {
	font-size: 22px;
	line-height: 1.2;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #004B87;
	background-color: #F3f3f3;
	padding: 17px 0px;
}

@media only screen and (max-width: 640px) {
	#ContactsFormBlock .HeaderBlock {
		padding: 10px 0px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
	#ContactsFormBlock .HeaderBlock {
		padding: 5px 0px;
	}
}

#ContactsFormBlock .ContentBlock {
	padding: 20px 20px 0;
}

#ContactsFormBlock .ContentBlock .GPSCoordinates {
	margin-bottom: 20px;
}

#ContactsFormBlock .ContentBlock .SelectBox select {
	background-size: 39px;
	border-width: 1px;
}

@media only screen and (max-width: 480px) {
	#ContactsFormBlock .ContentBlock .SelectBox select {
		background-size: 29px;
	}
}

@media only screen and (max-width: 640px) {
	#ContactsFormBlock .ContentBlock {
		padding: 5px 10px 0;
	}
}

#ContactsFormBlock .Button {
	margin-top: 0;
}

#HTMLBloks .Title {
	font-size: 21px;
	padding-bottom: 15px;
	line-height: 24px;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	40%, 43%, 70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	}
	70% {
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	40%, 43%, 70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	}
	70% {
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	    transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	    transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	    transform-origin: center;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}
	50%, 80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}
	50%, 80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	60%, 80% {
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	60%, 80% {
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: center;
	}
	to {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: center;
	}
	to {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		        transform-origin: center;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: center;
	}
	to {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		        transform-origin: center;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: center;
	}
	to {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	to {
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		opacity: 1;
	}
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	to {
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		        transform-origin: top left;
	}
	0%, 20%, 60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		        transform-origin: top left;
	}
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		        transform-origin: top left;
	}
	0%, 20%, 60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		        transform-origin: top left;
	}
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50%, to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50%, to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

#slideshow-main {
	/*float:left;*/
}

#slideshow-main ul {
	margin: 0;
	padding: 0;
}

#slideshow-main ul li {
	display: none;
	position: relative;
}

#slideshow-main ul li.active {
	display: block;
}

#slideshow-main ul li span.opacity {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 500;
}

#slideshow-main ul li span.content {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	z-index: 1000;
}

#slideshow-carousel {
	position: relative;
}

#slideshow-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 100%;
	height: 400px;
}

@media only screen and (max-width: 480px) {
	#slideshow-carousel ul {
		height: 300px;
	}
}

#slideshow-carousel ul li {
	position: relative;
}

#slideshow-carousel ul li .arrow {
	left: 3px;
	top: 28px;
	position: absolute;
	width: 20px;
	height: 40px;
	display: block;
}

#slideshow-carousel .active {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	/*overflow: hidden;*/
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
	max-height: 400px;
	height: 100%;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

.jcarousel-skin-tango {
	height: 100%;
	overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip {
	z-index: 2;
	margin: 0;
	position: relative;
	width: 100%;
	max-height: 360px;
	height: 100%;
	overflow: hidden;
	top: 20px;
	display: block;
}

@media only screen and (max-width: 480px) {
	.jcarousel-skin-tango .jcarousel-clip {
		max-height: 85%;
	}
}

.jcarousel-skin-tango .jcarousel-clip li a {
	height: 100%;
}

.jcarousel-skin-tango .jcarousel-clip li a iframe {
	pointer-events: none;
	position: relative;
	max-height: 100%;
	max-width: 100%;
}

.jcarousel-skin-tango .jcarousel-prev, .jcarousel-skin-tango .jcarousel-next {
	background: transparent url(../Images/FileTypeIcons/Arrow1.svg) no-repeat 0 0;
	background-size: 23px 26px;
	cursor: pointer;
	background-position: center top;
	width: 100%;
	height: 13px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-prev:hover, .jcarousel-skin-tango .jcarousel-prev:active, .jcarousel-skin-tango .jcarousel-prev.jcarousel-disabled, .jcarousel-skin-tango .jcarousel-next:hover, .jcarousel-skin-tango .jcarousel-next:active, .jcarousel-skin-tango .jcarousel-next.jcarousel-disabled {
	background-position: bottom;
	cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev {
	margin: 0 auto;
	top: 0;
	margin-bottom: 8px;
	position: absolute;
}

@media only screen and (max-width: 1366px) {
	.jcarousel-skin-tango .jcarousel-prev {
		margin-bottom: 5px;
	}
}

.jcarousel-skin-tango .jcarousel-next {
	position: absolute;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.jcarousel-skin-tango .jcarousel-prev-disabled,
.jcarousel-skin-tango .jcarousel-prev-disabled:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled:active,
.jcarousel-skin-tango .jcarousel-next-disabled,
.jcarousel-skin-tango .jcarousel-next-disabled:hover,
.jcarousel-skin-tango .jcarousel-next-disabled:active {
	cursor: default;
	background: none;
}

#jCarouselSlider {
	width: 100%;
	position: relative;
	text-align: center;
	max-height: 400px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 480px) {
	#jCarouselSlider {
		height: 100%;
		max-height: 240px;
	}
}

#jCarouselSlider #slideshow-main {
	background: #fff;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 400px;
	width: 80%;
	/*flex: 0 0 80%;*/
}

@media only screen and (max-width: 480px) {
	#jCarouselSlider #slideshow-main {
		height: 240px;
	}
}

#jCarouselSlider #slideshow-main ul {
	width: 100%;
	height: 100%;
}

#jCarouselSlider #slideshow-main ul li {
	padding: 0;
	width: 100%;
	height: 100%;
}

#jCarouselSlider #slideshow-main ul li a {
	outline: none;
	height: 100%;
}

#jCarouselSlider #slideshow-main ul li a .ContainerImage {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 600px;
	        flex: 0 0 600px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#jCarouselSlider #slideshow-main ul li a .ContainerImage img {
	max-width: 100%;
	max-height: 400px;
	vertical-align: top;
	display: inline-block;
}

@media only screen and (max-width: 480px) {
	#jCarouselSlider #slideshow-main ul li a .ContainerImage img {
		max-height: 100%;
	}
}

#jCarouselSlider #slideshow-main ul li a .ContainerImage:after {
	content: none;
}

#jCarouselSlider #slideshow-main ul li a .ContainerImage iframe {
	pointer-events: none;
}

@media only screen and (max-width: 480px) {
	#jCarouselSlider #slideshow-main ul li a .ContainerImage iframe {
		max-height: 300px;
	}
}

#jCarouselSlider #slideshow-main ul li a:after {
	content: none;
}

#jCarouselSlider #slideshow-main.FullWidth {
	width: 100%;
	max-width: 100%;
}

#jCarouselSlider #slideshow-carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 15px;
	width: 20%;
	/*flex: 0 0 20%;*/
}

#jCarouselSlider #slideshow-carousel ul.jcarousel {
	max-height: 360px;
}

#jCarouselSlider #slideshow-carousel ul.jcarousel li {
	display: block;
	height: 70px;
	padding: 5px;
	overflow: hidden;
	width: 100%;
}

@media only screen and (max-width: 480px) {
	#jCarouselSlider #slideshow-carousel ul.jcarousel li {
		height: 50px;
		max-height: 50px;
	}
}

#jCarouselSlider #slideshow-carousel ul.jcarousel li a {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 104px;
	        flex: 0 0 104px;
	font-size: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	/*.Pos1{
             display: table;
             height: 100%;
             margin:0 auto;
             .Pos2{
               display: table-cell;
               vertical-align: middle;
               text-align: center;
             }
           }*/
}

#jCarouselSlider #slideshow-carousel ul.jcarousel li a:after {
	content: none;
}

#jCarouselSlider #slideshow-carousel ul.jcarousel li a img {
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

#jCarouselSlider #slideshow-carousel ul.jcarousel li a.jcarousel-item-active, #jCarouselSlider #slideshow-carousel ul.jcarousel li a:hover {
	-webkit-box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	        box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.12), 1px 8px 15px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

#jCarouselSlider #slideshow-carousel.disabled {
	visibility: hidden;
	width: 0;
	padding-left: 0;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}

#jCarouselSlider .SliderContainer {
	max-width: 720px;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	#jCarouselSlider {
		height: auto;
	}
}

#jCarouselSlider.MoreItems {
	display: block;
}

@media only screen and (max-width: 1050px) {
	#jCarouselSlider {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 640px) {
	#slideshow-carousel {
		padding-left: 9px !important;
	}
}

.List.owl-carousel {
	width: 100%;
	margin: 0 0 0 auto;
	overflow: hidden;
	z-index: 0;
}

@media only screen and (max-width: 640px) {
	.List.owl-carousel {
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px) {
	.List.owl-carousel {
		width: 73%;
	}
}

.Home .List.owl-carousel {
	width: 100%;
	margin: 0;
	overflow: visible;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	/*opacity: 0.65;*/
	/*filter: alpha(opacity=65);*/
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	text-align: right;
	padding-right: 6px;
	display: inline-block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 20px;
	right: 0px;
	background-image: url("../Images/Clear_Filter.png");
	background-repeat: no-repeat;
	background-size: 11px 22px;
	background-color: transparent;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.mfp-image-holder .mfp-close:hover, .mfp-image-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active {
	background-position: bottom;
}

.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
	content: none;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow-left {
	left: -58px;
	background: url("../Images/FileTypeIcons/Arrow_Previous.svg");
}

@media only screen and (max-width: 640px) {
	.mfp-arrow-left {
		left: -40px;
	}
}

.mfp-arrow-right {
	right: -58px;
	background: url("../Images/FileTypeIcons/Arrow_Next.svg");
}

@media only screen and (max-width: 640px) {
	.mfp-arrow-right {
		right: -40px;
	}
}

.mfp-arrow {
	position: absolute;
	margin: 0;
	top: 50%;
	margin-top: -20px;
	padding: 0;
	width: 44px;
	height: 34px;
	-webkit-tap-highlight-color: transparent;
	background-size: 44px 70px;
	background-repeat: no-repeat;
}

.mfp-arrow:hover {
	background-position: bottom;
}

@media only screen and (max-width: 1050px) {
	.mfp-arrow {
		width: 40px;
		height: 36px;
		background-size: 40px 73px;
	}
}

.mfp-arrow:active {
	/*margin-top: -54px;*/
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	/*content: '';*/
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -20px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content, .mfp-iframe-holder .mfp-content {
	max-width: 80%;
}

@media only screen and (max-width: 640px) {
	.mfp-image-holder .mfp-content, .mfp-iframe-holder .mfp-content {
		max-width: 70%;
	}
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		    transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		    transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		    transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

body {
	background: mediumvioletred;
}

/*@import "animation/owl.theme.default.min";*/

/*# sourceMappingURL=Default.css.map */
