@charset "UTF-8";
@import "reset.css" all;

html {
	position: relative;

	min-height:100%;
	height:100%;

	font-size:16px;
}

body {
	position: relative;

	min-height:100%;
	height:100%;

	min-width: 300px;
	width: 100%;
	
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size: 62.5%;
	letter-spacing: normal;

	background-color: #ffffff;
	
	text-rendering: auto;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

.bd {
	position: relative;
	display: block;
	
	min-height:100%;
	height:100%;

	min-width: 300px;
	width: 100%;
}

@media (max-width:991px){
	body {	
		overflow-x: hidden;
	}
	
	.bd {	
		-webkit-transform: translateX(0em);
		-khtml-transform: translateX(0em);
		-moz-transform: translateX(0em);
		-ms-transform: translateX(0em);
		-o-transform: translateX(0em);
		transform: translateX(0em);

		-webkit-transition: -webkit-transform 0.3s linear;
		-khtml-transition: -khtml-transform 0.3s linear;
		-moz-transition: -moz-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		transition: transform 0.3s linear;
		
		cursor: default;
	}
}

@media (max-width:991px){
	body.mo {
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}
	
	body.mo .bd {
		position: fixed;
		
		cursor: pointer;
		
		-webkit-transform: translateX(26em);
		-khtml-transform: translateX(26em);
		-moz-transform: translateX(26em);
		-ms-transform: translateX(26em);
		-o-transform: translateX(26em);
		transform: translateX(26em);

		-webkit-transition: -webkit-transform 0.3s linear;
		-khtml-transition: -khtml-transform 0.3s linear;
		-moz-transition: -moz-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
}


::-webkit-scrollbar {
	width: 0.6em;
	height: 0.6em;
	
	overflow: hidden;	
}

::-webkit-scrollbar-thumb {
	background-color: #a4a4a4;
	
	
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}

::-webkit-scrollbar-track {
	background-color: #efefef;
	
	border-left: 1px solid #e5e5e5;
}


a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    line-height: inherit;

	border: 0em none;
	outline: 0em none;

	text-decoration: none;
	
	cursor: pointer;	
	
	-webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
	-moz-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
	transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

.hd {
	position: relative;
	display: block;
	
	z-index: 10;
	
	min-height: 4.8em;
	
	background-color: #ffffff;
	
	border-bottom: 0.1em solid #e4e4e4;
}

.wr {
	position: relative;
	display: block;
	
	padding-left: 1.5em;
	padding-right: 1.5em;
}

@media (min-width:1360px){ 
	.wr {
		margin: 0em auto;
/* 		width: 1330px; */
	}
}

@media (max-width:991px){ 
	.hd .wr { 
		padding-left: 4.8em;
		padding-right: 4.8em;
		
		min-height: 4.8em;
	}
}

@media (min-width:992px){ 
	.hd .wr { 
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}

.lg {
	position: relative;
	display: block;
	
	padding: 0.4em 0em;
	 
    font-weight: 600;
	font-size: 2em;
	color: #717171;
	line-height: 1.6em;
	
	text-align: center;
}

@media (min-width:992px){ 
	.lg {
		display: inline-block;
		
		padding: 0.555em 0em;
		
		font-size: 1.8em;
		color: #646464;			
	}
}

.lg:first-letter {
	color: #9a009a;
}

.lg a {
	font-size: inherit;
	color: #717171;
}

@media (min-width:992px){ 
	.lg a {
		color: #646464;			
	}
}

.lg a:hover {
	color: #585858;
}

.lg a:first-letter {
	color: #9a009a;
}

.lg a:hover:first-letter {
	color: #800080;
}

@media (max-width:991px){ 
	.bm {
		z-index: 20;
		
		position: absolute;
		display: inline-block;
				
		top: 0em;
		left: 0em;
		
		padding: 1.7em 1.3em;
		
		background-color: #ffffff;
		
		min-width: 4.8em;
		width: 4.8em;

	}

	.bm .ib {
		position: relative;
		display: block;
		
		width: 2.2em;
		height: 0.2em;
		
		
		-moz-border-radius: 0.1em;
		border-radius: 0.1em;

		background-image: none;
		background-color: #717171;
		background-repeat: repeat;
		background-position: 0% 0%;
		
		text-align: center;
		
		text-rendering: auto;
		
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;		
		
		-webkit-transform: rotate(0deg);
		-khtml-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);	
		
		-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear, background-color 0.3s linear;
		-khtml-transition: opacity 0.3s linear, -khtml-transform 0.3s linear, background-color 0.3s linear;
		-moz-transition: opacity 0.3s linear, -moz-transform 0.3s linear, background-color 0.3s linear;
		-ms-transition: opacity 0.3s linear, -ms-transform 0.3s linear, background-color 0.3s linear;
		-o-transition: opacity 0.3s linear, -o-transform 0.3s linear, background-color 0.3s linear;
		transition: opacity 0.3s linear, transform 0.3s linear, background-color 0.3s linear;
	}

	.bm.op .ib, 
	.bm:hover .ib {
		background-color: #9a009a;
	}

	.bm .ib + .ib {
		margin-top: 0.4em;
	}

	.bm .ib.tb {
		-webkit-transform-origin: 10% 10%;
		-khtml-transform-origin: 10% 10%;
		-moz-transform-origin: 10% 10%;
		-ms-transform-origin: 10% 10%;
		-o-transform-origin: 10% 10%;
		transform-origin: 10% 10%;
	}

	.bm.op .ib.tb {
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.bm .ib.mb {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.bm.op .ib.mb {
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.bm .ib.bb {
		-webkit-transform-origin: 10% 90%;
		-khtml-transform-origin: 10% 90%;
		-moz-transform-origin: 10% 90%;
		-ms-transform-origin: 10% 90%;
		-o-transform-origin: 10% 90%;
		transform-origin: 10% 90%;
	}

	.bm.op .ib.bb {
		-webkit-transform: rotate(-45deg);
		-khtml-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@media (max-width:991px){ 
	.hm {
		position: fixed;
		display: block;
		
		z-index: 50;
		
		top: 0em;
		left: -26em;
		bottom: 0em;
		
		width: 26em;
		
		background-color: #585858;
		
		overflow-y: auto;
		
		text-align: left;
		
		cursor: default;
		
		-webkit-overflow-scrolling: touch;
	}
	
	.hm::-webkit-scrollbar-track {
		border-left: 0.1em solid #e4e4e4;
		border-right: 0.1em solid #e4e4e4;
	}	
}

@media (min-width:992px){ 
	.hm {
		position: static;
		display: inline-block;
	}
	
	* + .hm {
		margin-left: 2.5em;
	}	
}


@media (max-width:991px){ 
	.he {
		position: relative;
		display: block;		
	}

	.he li {
		position: relative;
		display: block;		

		padding: 0.9em 1em;
	}
	
	.he li.has-children {
		padding: 0.9em 4em 0.9em 1em;
	}	
	
	.he li {
		border-bottom: 0.1em solid #717171;
	}
	
	.he li:last-child {
		border-bottom: 0.1em solid #646464;
	}
	
	.he li a {
		position: relative;
		display: block;		
		
		padding: 0.642857em 0.714857em;
		margin: -0.642857em -0.714857em;
	 
		font-weight: 600;
		font-size: 1.4em;
		color: #cfcfcf;
		line-height: 1.6em;
	
		background-color: transparent;
		
		border-left: 0.3em solid transparent;		

		text-align: left;		
		
		-webkit-transition: border-color 0.2s linear, background-color 0.2s linear, color 0.2s linear;
		-moz-transition: border-color 0.2s linear, background-color 0.2s linear, color 0.2s linear;
		transition: border-color 0.2s linear, background-color 0.2s linear, color 0.2s linear;
	}

	.he li.has-children a {
		padding: 0.642857em 2.8571428em 0.642857em 0.714857em;
		margin: -0.642857em -2.8571428em -0.642857em -0.714857em;
	}	

	.he li.has-children a .ct {
		position: absolute;
		display: inline-block;
		
		top: 0em;
		right: 0em;
    
		padding: 0.75em;
		
		font-family: "FontAwesome";
		font-size: 1.142857em;
		color: #a4a4a4;
		line-height: 1em;
    
		min-width: 2.5em;
		
		background-color: transparent;
		
		text-align: center;
		
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		
		cursor: pointer;
		
		-webkit-transition: color 0.1s linear;
		-moz-transition: color 0.1s linear;
		transition: color 0.1s linear;
	}

	.he li.has-children a .ct:before {
		position: relative;
		display: inline-block;
		
		content: "\f0d7";
		min-width: 1em;
	}
	
	.he li.has-children.op a .ct:before {
		content: "\f0d8";
	}	
	
	.he li a:hover, 
	.he li a:focus { 
		color: #ffffff;
		border-left: 0.3em solid #9a009a;
		background-color: #646464;
	}	

	.he li.has-children a:hover .ct, 
	.he li.has-children a:focus .ct {
		color: #e4e4e4;
	}	
	
	.he li.ac a, 
	.he li.op a {
		color: #ffffff;
		border-left: 0.3em solid #9a009a;
		background-color: #4b4b4b;
	}

	.he li.op a:hover, 
	.he li.op a:focus, 
	.he li.ac a:hover, 
	.he li.ac a:focus { 
		background-color: #646464;
	}	
	
	.he li a .fa {
		position: relative;	
		display: inline-block;

		font-size: 1.285714em;
		color: inherit;
		line-height: inherit;
		
		margin-right: 0.33333em;
		
		-webkit-transition: color 0.1s linear;
		-moz-transition: color 0.1s linear;
		transition: color 0.1s linear;
	}
	
	.he li a:hover .fa, 
	.he li a:focus .fa, 
	.he li.ac a .fa { 
		color: #9a009a;
	}	
	
	.he li.has-children .children {
		margin: 0.9em -4em -0.9em -1em;		
		
		background-color: #313131;
		
		border-top: 0.1em solid #717171;
	}

	.he li.has-children .children > li {
		border-bottom: 0.1em solid #4b4b4b;
	}
	
	.he li.has-children .children > li:last-child {
		border-bottom: 0em none;
	}
	
	.he li.has-children.op .children > li a {
		color: #cfcfcf;
		border-left: 0.3em solid transparent;
		background-color: #313131;
	}	

	.he li.has-children.op .children > li a:hover,
	.he li.has-children.op .children > li a:focus {
		color: #ffffff;
		border-left: 0.3em solid #9a009a;
		background-color: #3e3e3e;	
	}

	.he li.has-children .children {
		display: none;
		
		opacity: 0;
		filter: alpha(opacity=0);
		
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;		
	}	

	.he li.has-children.op .children {
		display: block;
		
		opacity: 1;
		filter: alpha(opacity=100);
		
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;		
	}	
	
	.he li.has-children  .children li a {
		padding: 0.642857em 0.714857em;
		margin: -0.642857em -0.714857em;
	}	

}

@media (min-width:992px){ 
	.he {
		position: relative;
		display: inline-block;
		
		padding: 0em;	
	}
	
	.he li {
		position: relative;
		display: inline-block;
		
		padding: 1.3em 1em;
	}

	.he li + li {
		margin-left: -0.3em;
	}

	.he li.has-children {
		padding: 1.3em 4em 1.3em 1em;
	}
		
	.he li.has-children a .ct {
		position: absolute;
		display: inline-block;
		
		top: 0em;
		right: 0em;
    
		padding: 1em 0.75em;
		
		font-family: "FontAwesome";
		font-size: 1.142857em;
		color: #a4a4a4;
		line-height: 1em;
    
		min-width: 2.5em;
		
		background-color: transparent;
		
		text-align: center;
		
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		
		cursor: pointer;
		
		-webkit-transition: color 0.1s linear;
		-moz-transition: color 0.1s linear;
		transition: color 0.1s linear;
	}

	.he li.has-children a .ct:before {
		position: relative;
		display: inline-block;
		
		content: "\f0d7";
		min-width: 1em;
	}
	
	.he li.has-children.op a .ct:before {
		content: "\f0d8";
	}

	.he li.has-children .children {
		position: absolute;
		display: none;
		
		top: 100%;
		left: 0em;
		right: 0em;
		
		max-width: 22em;
		
	    margin-top: 1.8em;
		
		padding: 1em 1.4em;
		
		background-color: #F9F9F9;
		
		border: 0.1em solid #dfdfdf;
		
		
		-moz-border-radius: 0.4em;
		border-radius: 0.4em;
		
		opacity: 0;
		filter: alpha(opacity=0);
		
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;		
	}	
	
	.he li.has-children.op .children {
		display: block;
		
		opacity: 1;
		filter: alpha(opacity=100);
		
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;		
	}	

	.he li.has-children.op .children:before {
		position: absolute;
		display: block;

		top: -0.8em;
		right: 0.8em;

		content: "";

		width: 1.6em;
		height: 1.6em;
    
		border-left: 0.1em solid #dfdfdf;
		border-top: 0.1em solid #dfdfdf;
    
		background-color: #F9F9F9;
    
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);

		-webkit-transform-origin: 50% 50%;
		-khtml-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;	
	}
	
	.he li.has-children .children li { 
		position: relative;
		display: block;
	}

	.he li a {
		position: relative;
		display: block;		
		
 		padding: 0.9285714em 0.7142857em;
		margin: -0.9285714em -0.7142857em;
	 
		font-weight: 600;
		font-size: 1.4em;
		color: #646464;
		line-height: 1.6em;
	
		text-align: left;		
		
		-webkit-transition: color 0.2s linear;
		-moz-transition: color 0.2s linear;
		transition: color 0.2s linear;
	}

	.he li.has-children a {
 		padding: 0.9285714em 2.857142em 0.9285714em 0.7142857em;
		margin: -0.9285714em -2.857142em -0.9285714em -0.7142857em;
	}	
	
	.he li a:before {
		position: absolute;
		display: block;	
		
		bottom: 0em;
		left: 0em;
		right: 0em;
		
		content: "";
		
		height: 0.2142857em;
		
		background-color: transparent;
		
		-webkit-transition: background-color 0.2s linear;
		-moz-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;		
	}
	
	.he li.has-children .children li {
		padding: 0em;
		margin: 0em;
	}	

	.he li.has-children .children li a {
		padding: 0em;
		margin: 0em;
		
		font-size: 1.3em;
	}	

	.he li.has-children .children li a:before {
		display: none;
		content: none;
	}	

	.he li.has-children .children li + li {
		margin-top: 1.3em;
		margin-left: 0em;
	}	
	
	.he li.ac a:before {
		background-color: #9a009a
	}
	
	
	.he li a:hover, 
	.he li a:focus { 
		color: #800080;
	}	

	.he li a:hover:before, 
	.he li a:focus:before {
		background-color: #800080;
	}	
	
	.he li.ac a {
		color: #9a009a
	}

	.he li.ac a:hover, 
	.he li.ac a:focus { 
		color: #800080;
	}	
	
	.he li a .fa {
		display: none;
	}
}


@media (max-width:991px){ 
	.ls {
		position: relative;
		display: block;

		background-color: #313131;
	}
	
	.ls fieldset, 
	.ls form {
		position: relative;
		display: block;	
	}

	.lh {
		position: relative;
		display: block;		

		padding: 0.64285714em 2.8571428em 0.64285714em 0.714285em;
	 
		font-weight: 600;
		font-size: 1.4em;
		color: #cfcfcf;
		line-height: 1.6em;
	
		text-align: left;	

		border-bottom: 0.1em solid #4b4b4b;
		
		border-left: 0.3em solid transparent;	

		-webkit-transition: border-color 0.2s linear, background-color 0.2s linear, color 0.2s linear;
		-moz-transition: border-color 0.2s linear, background-color 0.2s linear, color 0.2s linear;
		transition: border-color 0.2s linear, background-color 0.2s linear, color 0.2s linear;
		
		cursor: pointer;
	}
	
	.lh:hover, 
	.lh:focus { 
		color: #ffffff;
		border-left: 0.3em solid #6700cd;
		background-color: #3e3e3e;
	}

	.lh.ac {
		color: #ffffff;
		border-left: 0.3em solid #6700cd;
		background-color: #252525;
	}

	.lh.ac:hover, 
	.lh.ac:focus { 
		background-color: #3e3e3e;
	}

	.lh span {
		position: relative;
		display: inline-block;

		margin-right: 0.571428em;
	}
	.lh p {
		position: relative;
		display: inline-block;
	}
	.lh i {
		position: relative;
		display: none;
	}

	.ct {
		position: absolute;
		display: inline-block;
		
		top: 0em;
		right: 0em;

		padding: 0.75em;
		
		font-family:"FontAwesome";
		font-size: 1.142857em;
		color: #a4a4a4;
		line-height: 1em;
		
		min-width: 2.5em;
		
		background-color: transparent;
		
		text-align: center;
		
		text-rendering: auto;
		
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
		
		cursor: pointer;
		
		-webkit-transition: color 0.1s linear;
		-moz-transition: color 0.1s linear;
		transition: color 0.1s linear;		
	}
	
	.lh:hover .ct, 
	.lh:focus .ct, 
	.lh.ac:hover .ct, 
	.lh.ac:focus .ct { 
		color: #e4e4e4;
	}	

	.ct:before {
		position: relative;
		display: inline-block;

		content: "\f0d7";
		
		min-width: 1em;

	}

	.lh.ac .ct:before {
		content: "\f0d8";
	}
	
	.lm {
		position: relative;
		display: none;
		
		opacity: 0;
		filter: alpha(opacity=0);
		
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
	}

	.lh.ac + .lm {
		display: block;
		
		opacity: 1;
		filter: alpha(opacity=100);
		
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
	}
	
	* + .lm {
	}

	.lm li {
		position: relative;
		display: block;		
		
		padding: 0.64285714em 0.714285em;
	 
		font-weight: 600;
		font-size: 1.4em;
		color: #cfcfcf;
		line-height: 1.6em;
	
		text-align: left;

		background-color: transparent;
		
		border-left: 0.3em solid transparent;
		border-bottom: 0.1em solid #4b4b4b;
		
		-webkit-transition: border-color 0.2s linear, background-color 0.2s linear, color 0.2s linear;
		-moz-transition: border-color 0.2s linear, background-color 0.2s linear, color 0.2s linear;
		transition: border-color 0.2s linear, background-color 0.2s linear, color 0.2s linear;
		
		cursor: pointer;		
	}

	.lm li:hover, 
	.lm li:focus { 
		color: #ffffff;
		border-left: 0.3em solid #6700cd;
		background-color: #3e3e3e;
	}

	.lm li.ac {
		color: #ffffff;
		border-left: 0.3em solid #6700cd;
		background-color: #282828;
	}	

	.lm li.ac:hover, 
	.lm li.ac:focus { 
		background-color: #3e3e3e;
	} 

	.lm li span {
		position: relative;
		display: inline-block;
		
		margin-right: 0.571428em;
	}
	
	.lm li p {
		position: relative;
		display: inline-block;
	}

	.lm li i {
		position: relative;
		display: none;
	}
	
	
	.en, 
	.de, 
	.fr,
	.it, 
	.es,
	.jp,
	.pl, 
	.pt {
		position: relative;
		display: inline-block;
		
		
		-moz-border-radius: 50%;
		border-radius: 50%;
		
		overflow: hidden;
		
		width: 1.571428em;
		height: 1.571428em;
		
		background-image: none;
		background-color: transparent;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		
		border: 0.1em solid #585858;
		
		
		-khtml-background-size: auto 1.571428em;
		-moz-background-size: auto 1.571428em;
		-ms-background-size: auto 1.571428em;
		-o-background-size: auto 1.571428em;
		background-size: auto 1.571428em;
	}
}

@media (min-width:992px){ 
	.ls {
		position: absolute;
		display: block;
		
		top: 0.8em;
		right: 1.5em;
	}

	.ls form {
		position: relative;
		display: block;
	}

	.ls fieldset {
		position: relative;
		display: block;
	}

	.lh  {
		position: relative;
		display: block;
		
		width: 3.2em;

		
		-moz-border-radius: 50%;
		border-radius: 50%;
    
		border: 0.1em solid #e4e4e4;
		
 		overflow: hidden;		
	}
	
	.lh p {
		position: relative;
		display: none;
	}
	
	.lh .ct {
		position: absolute;
		display: block;
		
		top: 0em;
		left: 0em;
		right: 0em;
		bottom: 0em;
		
		cursor: pointer;
	}

	.lm {
		position: absolute;
		display: none;
		
		top: 100%;
		right: 0em;
		
		background-color: #F9F9F9;
		border: 0.1em solid #dfdfdf;

		
		-moz-border-radius: 0.4em;
		border-radius: 0.4em;
		
		margin-top: 1.8em;
		
		padding: 1em 1.4em;
		
		opacity: 0;
		filter: alpha(opacity=0);
		
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
		
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		
		-webkit-column-gap: 1.2em;
		-moz-column-gap: 1.2em;
		column-gap: 1.2em;
	}

	.lh.ac + .lm {
		display: block;
		
		opacity: 1;
		filter: alpha(opacity=100);
		
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
	}
	
	.lm:before {
		position: absolute;
		display: block;
		
		top: -0.8em;
		right: 0.8em;
		
		content: "";
		
		width: 1.6em;
		height: 1.6em;
		
		border-left: 0.1em solid #dfdfdf;
		border-top: 0.1em solid #dfdfdf;

		background-color: #F9F9F9;
		
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		
		-webkit-transform-origin: 50% 50%;
		-khtml-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.lm li {
		position: relative;
		display: block;
	
		white-space: nowrap;
		
		cursor: pointer;
	}

	.lm li + li { 
		margin-top: 1em;
	}

	.lm li p {
		position: relative;
		display: inline-block;
		
		font-size: 1.2em;
		color: #4b4b4b;
		line-height: 1.3333em;
		
		border-bottom: 0.1em dotted #4b4b4b;
		
		-webkit-transition: border-color 0.2s linear, color 0.2s linear;
		-moz-transition: border-color 0.2s linear, color 0.2s linear;
		transition: border-color 0.2s linear, color 0.2s linear;
	}
	
	.lm li:hover p, 
	.lm li:focus p {
		color: #800080;
		border-bottom: 0.1em solid #800080;
	}
	
	.en, 
	.de, 
	.fr,
	.it, 
	.es,
	.jp,
	.pl, 
	.pt {
		position: relative;
		display: inline-block;
		
		overflow: hidden;
		
		width: 2.3em;
		height: 1.6em;
		
		background-image: none;
		background-color: transparent;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		
		
		-khtml-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-ms-background-size: auto 100%;
		-o-background-size: auto 100%;
		background-size: auto 100%;	
		
	}
	
	.lm li span {
		position: relative;
		display: inline-block;
		
		margin-top: 0.1em;
		margin-right: 0.6em;

		width: 2.3em;
		height: 1.6em;

		border: 0.1em solid #dfdfdf;
		
		-webkit-transition: border-color 0.2s linear;
		-moz-transition: border-color 0.2s linear;
		transition: border-color 0.2s linear;
	}
	
	.lm li:hover span, 
	.lm li:focus span {
		border: 0.1em solid #cfcfcf;
	}

	
	.lh span {
		position: relative;
		display: block;
		
		width: 3em;
		height: 3em;
	}

}

.en { 
	background-image: url("../flag/en.svg");
}
.de {
	background-image: url("../flag/de.svg");
}
.fr {
	background-image: url("../flag/fr.svg");
}
.it { 
	background-image: url("../flag/it.svg");
}
.jp {
	background-image: url("../flag/jp.svg");
}
.pl {
	background-image: url("../flag/pl.svg");
}
.pt {
	background-image: url("../flag/pt.svg");
}
.es {
	background-image: url("../flag/es.svg");
}

.bs {
	display: none;
}

@media (max-width:991px){ 
	.bs {
		position: absolute;
		display: inline-block;
		
		z-index: 20;
		
		top: 0em;
		right: 0em;
		
		padding: 0.7em;
		
		font-family:"FontAwesome";
		font-size: 2em;
		color: #717171;
		line-height: 1em;
		
		min-width: 2.4em;
		
		background-color: #ffffff;		
		
		text-align: center;
		
		text-rendering: auto;
		
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
	}
	.bs:before {
		position: relative;
		display: inline-block;

		content: "\f002";
		
		min-width: 1em;

	}
	.bs:hover, 
	.bs.op {	
		color: #9a009a;
	}
}

/*
@media (min-width:992px){ 

	.bs {
		position: absolute;
		display: inline-block;
		
		z-index: 20;
		
		top: 0.5714285em;
		right: 4.5em;
		
		padding: 0.571428em;
		
		
		-moz-border-radius: 50%;
		border-radius: 50%;
		
		border: 0.1em solid #e4e4e4;
		
		font-family:"FontAwesome";
		font-size: 1.4em;
		color: #646464;
		line-height: 1em;
		
		background-color: #f9f9f9;
		
		text-align: center;
		
		text-rendering: auto;
		
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
		
		visibility: visible;
		
		-webkit-transition: visibility 0s 0.3s, color 0.2s linear, background-color 0.2s linear;
		-moz-transition: visibility 0s 0.3s, color 0.2s linear, background-color 0.2s linear;
		transition: visibility 0s 0.3s, color 0.2s linear, background-color 0.2s linear;
		
	}
	.bs:before {
		position: relative;
		display: inline-block;

		content: "\f002";
		
 		min-width: 1em;
	}
	.bs:hover, 
	.bs.op {	
		color: #9a009a;
		background-color: #f0f0f0;
		
		-webkit-transition: color 0.2s linear, background-color 0.2s linear;
		-moz-transition: color 0.2s linear, background-color 0.2s linear;
		transition: color 0.2s linear, background-color 0.2s linear;
	}
	
	.bs.op {	
		visibility: hidden;
		
		-webkit-transition: visibility 0s 0s, color 0.2s linear, background-color 0.2s linear;
		-moz-transition: visibility 0s 0s, color 0.2s linear, background-color 0.2s linear;
		transition: visibility 0s 0s, color 0.2s linear, background-color 0.2s linear;
	}	
	
}
*/

@media (max-width:991px){ 
	.hs {
		position: absolute;
		display: block;
		
		top: 0em;
		left: 4.8em;
		right: 0em;
		
		height: 4.8em;
		
		border-left: 0.1em solid #e4e4e4;
		
		visibility: hidden;
		
		filter: alpha(opacity=0);
		opacity: 0;	
		
		-webkit-transition: visibility 0s 0.2s, opacity 0.2s linear;	
		-moz-transition: visibility 0s 0.2s, opacity 0.2s linear;	
		transition: visibility 0s 0.2s, opacity 0.2s linear;		
	}

	.bs.op ~ .hs { 
		visibility: visible;
		filter: alpha(opacity=100);
		opacity: 1;
		
		-webkit-transition: visibility 0s, opacity 0.2s linear;	
		-moz-transition: visibility 0s, opacity 0.2s linear;	
		transition: visibility 0s, opacity 0.2s linear;	
	}
	
	
	.hs form, 
	.hs fieldset {
		position: relative;
		display: block;
	}

	.hs input[type="text"] {
		position: relative;
		display: block;
		
		margin: 0em;
		padding: 0.625em 3.9375em 0.625em 0.9375em;
		
		width: 100%;
		
		outline: 0em none;
		outline-offset: 0em;
		border: 0em none;
		
		height: 3em;
	 
		font-weight: 600;
		font-size: 1.6em;
		color: #717171;
		line-height: 1.8em;
		
		background-color: #f8f9fc;
		
		text-align: left;
	}

	.hs input[type="text"]:focus {
		outline: 0em none;
		outline-offset: 0em;
		border: 0em none;
	}
	
	.hs input[type="submit"] {
		position: absolute;
		display: inline-block;
		z-index: 20;
		
		top: 0em;
		right: 0em;
		
		padding: 0.7em;
		margin: 0em;
		
		font-family:"FontAwesome";
		font-size: 2em;
		color: #717171;
		line-height: 1em;
		
		outline: 0em none;
		outline-offset: 0em;
		border: 0em none;
		
		min-width: 2.45em;
		width: 2.45em;
		
		border-left: 0.05em solid #e4e4e4;
		
		text-align: center;
		
		background-color: #ffffff;
		
		text-rendering: auto;
		
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
		
		-webkit-transition: color 0.2s linear;
		-moz-transition: color 0.2s linear;
		transition: color 0.2s linear;
		
		
		cursor: pointer;
	}
	
	.hs input[type="submit"]:focus {
		outline: 0em none;
		outline-offset: 0em;
		border: 0em none;
		
		border-left: 0.05em solid #e4e4e4;	
	}
	
	.hs input[type="submit"]:hover {
		outline: 0em none;
		outline-offset: 0em;
		border: 0em none;
		
		border-left: 0.05em solid #e4e4e4;
		
		color: #9a009a;
	}
}



@media (min-width:992px){ 
	.hs {
		position: absolute;
		display: block;
		
		z-index: 10;
		
		top: 0.8em;
		right: 6.3em;
		left: 65em;
		
		border: 0.1em solid #e4e4e4;
		background-color: #f9f9f9;
		
		
		-moz-border-radius: 1.6em;
		border-radius: 1.6em;
		
	}
}

@media (min-width:1024px){ 
	.hs {
		left: auto;
		max-width: 24em;
		width: 100%;
	}
}

@media (min-width:992px){ 
	.hs form, 
	.hs fieldset {
		position: relative;
		display: block;
		
		
		-moz-border-radius: 1.6em;
		border-radius: 1.6em;
	}

	.hs input[type="text"] {
		position: relative;
		display: block;
		
		margin: 0em;
		padding: 0.285714em 2.285714em 0.285714em 1.142857em;
		
		width: 100%;
		
		outline: 0em none;
		outline-offset: 0em;
		border: 0em none;
	
		height: 2.142857em;
	 
		font-weight: 600;
		font-size: 1.4em;
		color: #717171;
		line-height: 1.6em;
		
		background-color: transparent;
		
		text-align: left;
	}
	
	.hs input[type="text"]:focus {
		outline: 0em none;
		outline-offset: 0em;
		border: 0em none;
	}

	.hs input[type="submit"] {
		position: absolute;
		display: inline-block;

		top: 0em;
		right: 0em;
		
		padding: 0.571428em;
		margin: 0em;
		
		
		-moz-border-radius: 50%;
		border-radius: 50%;
		
		border: 0em none;
		outline: 0em none;
		outline-offset: 0em;
		
		font-family:"FontAwesome";
		font-size: 1.4em;
		color: #646464;
		line-height: 1em;
		
 		min-width: 2.142857em;
 		width: 2.142857em;
		
		background-color: #f9f9f9;
	
		text-align: center;
		
		text-rendering: auto;
		
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
		
		-webkit-transition: color 0.2s linear, background-color 0.2s linear;
		-moz-transition: color 0.2s linear, background-color 0.2s linear;
		transition: color 0.2s linear, background-color 0.2s linear;
		
		cursor: pointer;
	}
	
	.hs input[type="submit"]:focus {
		outline: 0em none;
		outline-offset: 0em;
		border: 0em none;

		color: #9a009a;
	}
	
	.hs input[type="submit"]:hover {
		outline: 0em none;
		outline-offset: 0em;
		border: 0em none;

		color: #9a009a;
	}
}


.hi::-webkit-input-placeholder { 
	color: #979797;

	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
	
	-o-text-overflow: -o-ellipsis;
	text-overflow: ellipsis;
}

.hi::-moz-placeholder { 
	color: #979797;

	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;

	-o-text-overflow: -o-ellipsis;
	text-overflow: ellipsis;
}

.hi:-moz-placeholder { 
	color: #979797;

	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;

	-o-text-overflow: -o-ellipsis;
	text-overflow: ellipsis;
}

.hi:-ms-input-placeholder {
	color: #979797;

	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;

	-o-text-overflow: -o-ellipsis;
	text-overflow: ellipsis;
}
	
@media (max-width:991px){ 	

	.hi:focus::-webkit-input-placeholder {
		color: transparent;
	}

	.hi:focus::-moz-placeholder { 
		color: transparent;
	}

	.hi:focus:-moz-placeholder {
		color: transparent;
	}

	.hi:focus:-ms-input-placeholder {
		color: transparent;
	}
}

@media (max-width:991px){ 

	.awesomplete {
		position: relative;
		display: block;
	}

	.awesomplete > ul {
		position: absolute;
		display: inline-block;
		
		top: 100%;
		left: 0em;
		right: 4.8em;

		margin: 0em -0.1em;
		
		width: auto;
		
		visibility: visible;
		
		overflow-y: auto;
		
		max-height: 23.4em;
		
		-webkit-overflow-scrolling: touch;		
		
		background-color: #f8f9fc;
		
		
		-moz-border-radius: 0em 0em 0.3em 0.3em;
		border-radius: 0em 0em 0.3em 0.3em;
		
		border: 0.1em solid #e4e4e4;
		
		min-width: 20em;
		
		-webkit-transform: scale(1,1);
		-khtml-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);
		
		opacity: 1;
		filter: alpha(opacity=100);

		-webkit-transform-origin: 0% 0%;
		-khtml-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		
		-webkit-transition: -webkit-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		-khtml-transition: -khtml-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		-moz-transition: -moz-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		-ms-transition: -ms-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		-o-transition: -o-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		transition: transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
	}
	
	.awesomplete > ul::-webkit-scrollbar-track {
		border-left: 0.1em solid #e4e4e4;
		
		
		-moz-border-radius: 0em 0.3em 0.3em 0em;
		border-radius: 0em 0.3em 0.3em 0em;
	}
	
	.awesomplete > ul[hidden] {
		visibility: hidden;
		
		opacity: 0;
		filter: alpha(opacity=0);
		
		-webkit-transform: scale(0,0);
		-khtml-transform: scale(0,0);
		-moz-transform: scale(0,0);
		-ms-transform: scale(0,0);
		-o-transform: scale(0,0);
		transform: scale(0,0);
		
		-webkit-transition: -webkit-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		-khtml-transition: -khtml-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		-moz-transition: -moz-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		-ms-transition: -ms-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		-o-transition: -o-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		transition: transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
	}
	
	.awesomplete > ul > li { 
		position: relative;
		display: block;	
	
		background-color: #f8f9fc;	
		
		padding: 0.692307em 1.384615em;
	 
		font-weight: 600;
		font-size: 1.3em;
		color: #313131;
		line-height: 1.6em;		
		
		-webkit-transition: background-color 0.2s linear;
		-moz-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		
		cursor: pointer;
	}	
	
	.awesomplete > ul > li + li {
		border-top: 0.1em solid #efefef;
	}
	
	.awesomplete > ul > li:last-child { 
		
		-moz-border-radius: 0em 0em 0.3em 0.3em;
		border-radius: 0em 0em 0.3em 0.3em;
	}

	.awesomplete .visually-hidden {
		position: absolute;
		clip: rect(0, 0, 0, 0);
	}	

	.awesomplete > ul > li:hover,
	.awesomplete > ul > li:focus,
	.awesomplete > ul > li[aria-selected="true"] { 
		background-color: #F6EBF5;
	}	

	.awesomplete > ul > li > mark {	
		background-color: #00cdcd;
		color: #313131;
		padding: 0.0769230em;
		
		-webkit-transition: background-color 0.2s linear;
		-moz-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;	
	}
	
	.awesomplete > ul > li:hover > mark,
	.awesomplete > ul > li:focus > mark, 
	.awesomplete li[aria-selected="true"] mark {
		background-color: #9a009a;
	}
	
}


@media (min-width:992px){ 

	.awesomplete {
		position: relative;
		display: block;
	}

	.awesomplete > ul {
		position: absolute;
		display: inline-block;
		
		top: 100%;
		left: 0em;
		right: 4.8em;

	    margin-top: 1em;
		
		width: auto;
		
		visibility: visible;
		
		overflow-y: auto;
		
		max-height: 23.4em;
		
		-webkit-overflow-scrolling: touch;		
		
		background-color: #f8f9fc;
		
		
		-moz-border-radius: 0.3em;
		border-radius: 0.3em;
		
		border: 0.1em solid #e4e4e4;
		
		min-width: 20em;
		
		-webkit-transform: scale(1,1);
		-khtml-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);
		
		opacity: 1;
		filter: alpha(opacity=100);

		-webkit-transform-origin: 0% 0%;
		-khtml-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		
		-webkit-transition: -webkit-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		-khtml-transition: -khtml-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		-moz-transition: -moz-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		-ms-transition: -ms-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		-o-transition: -o-transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
		transition: transform 0.1s linear, visibility 0s 0s, opacity 0.2s linear;
	}
	
	.awesomplete > ul::-webkit-scrollbar-track {
		border-left: 0.1em solid #e4e4e4;
		
		
		-moz-border-radius: 0em 0.3em 0.3em 0em;
		border-radius: 0em 0.3em 0.3em 0em;
	}
	
	.awesomplete > ul[hidden] {
		visibility: hidden;
		
		opacity: 0;
		filter: alpha(opacity=0);
		
		-webkit-transform: scale(0,0);
		-khtml-transform: scale(0,0);
		-moz-transform: scale(0,0);
		-ms-transform: scale(0,0);
		-o-transform: scale(0,0);
		transform: scale(0,0);
		
		-webkit-transition: -webkit-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		-khtml-transition: -khtml-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		-moz-transition: -moz-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		-ms-transition: -ms-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		-o-transition: -o-transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
		transition: transform 0.1s linear, visibility 0s 0.2s, opacity 0.2s linear;
	}
	
	.awesomplete > ul > li { 
		position: relative;
		display: block;	
	
		background-color: #f8f9fc;	
		
		padding: 0.692307em 1.384615em;
	 
		font-weight: normal;
		font-size: 1.3em;
		color: #313131;
		line-height: 1.6em;		
		
		-webkit-transition: background-color 0.2s linear;
		-moz-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		
		cursor: pointer;
	}	
	
	.awesomplete > ul > li + li {
		border-top: 0.1em solid #efefef;
	}
	
	.awesomplete > ul > li:first-child { 
		
		-moz-border-radius: 0.3em 0.3em 0em 0em;
		border-radius: 0.3em 0.3em 0em 0em;
	}

	.awesomplete > ul > li:last-child { 
		
		-moz-border-radius: 0em 0em 0.3em 0.3em;
		border-radius: 0em 0em 0.3em 0.3em;
	}

	.awesomplete .visually-hidden {
		position: absolute;
		clip: rect(0, 0, 0, 0);
	}	

	.awesomplete > ul > li:hover,
	.awesomplete > ul > li:focus,
	.awesomplete > ul > li[aria-selected="true"] { 
		background-color: #F6EBF5;
	}	

	.awesomplete > ul > li > mark {	
		background-color: #00cdcd;
		color: #313131;
		padding: 0.0769230em;
		
		-webkit-transition: background-color 0.2s linear;
		-moz-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;	
	}
	
	.awesomplete > ul > li:hover > mark,
	.awesomplete > ul > li:focus > mark, 
	.awesomplete li[aria-selected="true"] mark {
		background-color: #9a009a;
	}
	
}





.cn {
	position: relative;
	
	min-height: 100%;
	height: 100%;
	height: auto;
		
	min-width: 300px;	

	padding-bottom: 23em;
	
}

.cn .wr { 
	padding-left: 1em;
    padding-right: 1em;
}

@media (min-width:480px){
	.cn .wr { 
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}


.ft {
	position: relative;
		
	height: 17.692307em;
	margin-top: -17.692307em;
		
	background-color: #131416;
	
	text-align: center;
	
	font-weight: normal;
	font-size: 1.3em;
	color: #646464;
	line-height: 1.6em;		
}

.ft .wr {
	padding-top: 2.5em;
	padding-bottom: 3em;
}

.ft p {
	position: relative;
	display: block;
}

.ft p + p {
	margin-top: 0.384615em;
}

.ft a {
	color: #cfcfcf;
	border-bottom: 0.1em dotted #cfcfcf;
}

.ft a:hover, 
.ft a:focus {
	color: #ffffff;
	border-bottom: 0.1em solid #ffffff;
}


.cl:before, 
.cl:after {
	display: table;
	content: "";
}

.cl:after { 
	clear: both;
}

.nw {
	position: relative;
	display: block;
	
	padding: 0.153846em 0em;
	
	background-color: #efefef;
	
	border-bottom: 0.1em solid #e4e4e4;
	
}

.nw .wr {
	padding-left: 1em;
    padding-right: 1em;
}

@media (min-width: 480px) {
	.nw .wr {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}

.nh {
	position: relative;
	display: inline-block;
	
	margin-right: 0.384615em;
	
	font-weight: 600;
    font-size: 1.2em;
    color: #313131;
    line-height: 1.538461em;	
	
	vertical-align: baseline;	
}

.nh .rd {
	color: #9a009a;
}


.im {
	position: relative;
	display: inline-block;
	
	font-weight: 600;
    font-size: 1.1em;
    color: #585858;
    line-height: 1.666666em;	
	
	vertical-align: baseline;
}

.im + .im {
	margin-left: 0.33333333em;
	padding-left: 0.7em;
}

.im + .im:before {
	position: absolute;
	display: block;	
	
	top: 0.45em;
	bottom: 0.416666666em;
	left: 0em;

	width: 0.0833333em;
	
	background-color: #A4A4A4;
	
	content: "";
}


.im a {
    color: #585858;
}

.im a:hover, 
.im a:focus {
    color: #9a009a;
}

.tp {
	position: fixed;
	display: block;	
	
	z-index: 40;
	
	bottom: 2.142857em;
	right: 2.142857em;
	
	padding: 0.857142em 0.428571em;
	
	min-width: 2.857142em;
	
	background-color: rgba(0,0,0,0.4);
    border: 0.1em solid rgba(255,255,255,0.15);
	
	font-size: 1.4em;
    color: rgba(255,255,255,0.8);
    line-height: 1em;
	
	
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	
	text-align: center;	
}

.tp:hover {
	color: #ffffff;
    background-color: #800080;
    border: 0.1em solid #800080;
}

.tp:before {
	position: relative;
	display: inline-block;
	
	content: "\f077";

    font-family: "FontAwesome";
	font-size: 1em;	
	
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}










@media (min-width:430px){
	body {
		font-size: 63.28125%;
	}
}
@media (min-width:540px){
	body {
		font-size: 64.0625%;
	}
}
@media (min-width:650px){
	body {
		font-size: 64.84375%;
	}
}
@media (min-width:760px){
	body {
		font-size: 65.625%;
	}
}
@media (min-width:870px){
	body {
		font-size:66.40625%;
	}
}
@media (min-width:980px){
	body {
		font-size: 67.1875%;
	}
}
@media (min-width:1190px){
	body {
		font-size: 67.96875%;
	}
}
@media (min-width:1200px){
	body {
		font-size: 68.75%;
	}
}
@media (min-width:1263px){
	body {
		font-size: 71.875%;
	}
}
@media (min-width:1326px){
	body {
		font-size: 75%;
	}
}
@media (min-width:1389px){
	body {
		font-size: 78.125%;
	}
}
@media (min-width:1451px){
	body {
		font-size: 81.25%;
	}
}
@media (min-width:1514px){
	body {
		font-size: 84.375%;
	}
}
@media (min-width:1577px){
	body {
		font-size: 87.5%;
	}
}
@media (min-width:1640px){
	body {
		font-size: 90.625%;
	}
}
@media (min-width:1703px){
	body {
		font-size: 93.75%;
	}
}
@media (min-width:1766px){
	body {
		font-size: 96.875%;
	}
}
@media (min-width:1829px){
	body {
		font-size: 100%;
	}
}
@media (min-width:1891px){
	body {
		font-size: 103.125%;
	}
}
@media (min-width:1954px){
	body {
		font-size: 106.25%;
	}
}
@media (min-width:2017px){
	body {
		font-size: 109.375%;
	}
}
@media (min-width:2080px){
	body {
		font-size: 112.5%;
	}
}
@media (min-width:2143px){
	body {
		font-size: 115.625%;
	}
}
@media (min-width:2206px){
	body {
		font-size: 118.75%;
	}
}
@media (min-width:2269px){
	body {
		font-size: 121.875%;
	}
}
@media (min-width:2331px){
	body {
		font-size: 125%;
	}
}
@media (min-width:2394px){
	body {
		font-size: 128.125%;
	}
}
@media (min-width:2457px){
	body {
		font-size: 131.25%;
	}
}
@media (min-width:2520px){
	body {
		font-size: 134.375%;
	}
}
@media (min-width:2583px){
	body {
		font-size: 137.5%;
	}
}
@media (min-width:2646px){
	body {
		font-size: 140.625%;
	}
}
@media (min-width:2709px){
	body {
		font-size: 143.75%;
	}
}
@media (min-width:2771px){
	body {
		font-size: 146.875%;
	}
}
@media (min-width:2834px){
	body {
		font-size: 150%;
	}
}
@media (min-width:2897px){
	body {
		font-size: 153.125%;
	}
}
@media (min-width:2960px){
	body {
		font-size: 156.25%;
	}
}
@media (min-width:3023px){
	body {
		font-size: 159.375%;
	}
}
@media (min-width:3086px){
	body {
		font-size: 162.5%;
	}
}
@media (min-width:3149px){
	body {
		font-size: 165.625%;
	}
}
@media (min-width:3211px){
	body {
		font-size: 168.75%;
	}
}
@media (min-width:3274px){
	body {
		font-size: 171.875%;
	}
}
@media (min-width:3337px){
	body {
		font-size: 175%;
	}
}
@media (min-width:3400px){
	body {
		font-size: 178.125%;
	}
}
@media (min-width:3463px){
	body {
		font-size: 181.25%;
	}
}
@media (min-width:3526px){
	body {
		font-size: 184.375%;
	}
}
@media (min-width:3589px){
	body {
		font-size: 187.5%;
	}
}
@media (min-width:3651px){
	body {
		font-size: 190.625%;
	}
}
@media (min-width:3714px){
	body {
		font-size: 193.75%;
	}
}
@media (min-width:3777px){
	body {
		font-size: 196.875%;
	}
}
@media (min-width:3840px){
	body {
		font-size: 200%;
	}
}