@CHARSET "utf-8";


@font-face{
font-family:"TradeGothic";
src:url("../fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix");
src:url("../fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("eot"),url("../fonts/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"),url("../fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"),url("../fonts/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg");
}
@font-face{
font-family:"UniversLTW01";
src:url("../fonts/296c59c2-74b0-41c1-bcfd-23d22a713f86.eot?#iefix");
src:url("../fonts/296c59c2-74b0-41c1-bcfd-23d22a713f86.eot?#iefix") format("eot"),url("../fonts/609beecf-8d23-4a8c-bbf5-d22ee8db2fc9.woff") format("woff"),url("../fonts/a6595b8d-d4a3-4f01-bf21-0b53617d4b1c.ttf") format("truetype"),url("../fonts/1cd9ef2f-b358-4d39-8628-6481d9e1c8ce.svg#1cd9ef2f-b358-4d39-8628-6481d9e1c8ce") format("svg");
}
@font-face{
font-family:"UniversLTW01-Condense";
src:url("../fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix");
src:url("../fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix") format("eot"),url("../fonts/1eaf27c0-f4de-4273-9f4c-1b3236ad2f3c.woff") format("woff"),url("../fonts/9b913baf-b1f0-47d2-8c76-42f59650058f.ttf") format("truetype"),url("../fonts/0abcce12-2274-4ee7-b6d5-0066b5f5f670.svg#0abcce12-2274-4ee7-b6d5-0066b5f5f670") format("svg");
}
@font-face{
font-family:"UniversLTW01-Bold";
src:url("../fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix");
src:url("../fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix") format("eot"),url("../fonts/21decb60-b395-4de2-bd04-e38eb2a56d2f.woff") format("woff"),url("../fonts/091058d4-36b2-43f6-80d3-16c88e098061.ttf") format("truetype"),url("../fonts/827d22bc-e38b-4ccf-8a21-1f9aaa76e402.svg#827d22bc-e38b-4ccf-8a21-1f9aaa76e402") format("svg");
}


* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'UniversLTW01', Arial, Helvetica, Sans-Serif;
	color: #010101;
	font-size: 100%;
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
}

/*
textarea:focus, input:focus{
    outline: none;
}*/

strong {
	font-family: 'UniversLTW01-Bold', Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}

div#content p, div#content ul, div#content td, div#content ol {
	text-align: left;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 1.4em;
	color: #00483a;
	letter-spacing: 0.02em;
}

div#content td p {
	font-size: 1.0em;
}

div#content a {
	font-weight: bold;
}

div#content a:hover {
	text-decoration: underline !important;
}

div#content ul {
	list-style-image: url(../img/list-style-item.png);
}

td p,th p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #00483a;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	text-decoration: none;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	font-weight: normal !important;
}

a.pdf {
	background-image: url("../img/pdf.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	padding-left: 35px;
	display: block;
	line-height: 35px;
	color: #00483a;
	font-family: 'TradeGothic', Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
}

a.teaser {
	display: block;
	line-height: 35px;
	color: #00483a;
	font-family: 'TradeGothic', Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;	
}

hr {
	border-left: 0px; /* Für Firefox und Opera */
	border-right: 0px;
	border-bottom: 0px;
	border-bottom: transparent;
	border-top: solid 1px #00483a;
	color: white;
	margin-bottom: 5px;
	margin-top: 5px;
}

h1 {
	font-family: 'UniversLTW01-Condense', Arial, Helvetica, Sans-Serif;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 45px;
	border-bottom: solid 2px #00483a;
	color: #00483a;
	padding-bottom: 35px;
	margin-bottom: 45px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.05em;
	margin-top: 0px;
}

h2, h3, h4 {
	font-family: 'UniversLTW01-Condense', Arial, Helvetica, Sans-Serif;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 45px;
	color: #00483a;
	margin-bottom: 35px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*
h1 {
	font-family: 'TradeGothic', Arial, Helvetica, Sans-Serif;
	font-size: 2.0em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: solid 2px #00483a;
	color: #00483a;
	padding-bottom: 35px;
	margin-bottom: 45px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.15em;
}

h2 {
	font-family: 'UniversLTW01-Condense', Arial, Helvetica, Sans-Serif;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 45px;
	text-transform: uppercase;
	border-bottom: solid 2px #00483a;
	color: #00483a;
	padding-bottom: 35px;
	margin-bottom: 45px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.05em;
}

h3 {
	font-family: 'UniversLTW01-Condense', Arial, Helvetica, Sans-Serif;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 45px;
	color: #00483a;
	margin-bottom: 25px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.05em;
}

h4 {
	font-family: 'UniversLTW01-Condense', Arial, Helvetica, Sans-Serif;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 35px;
	color: #00483a;
	margin-bottom: 25px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.05em;
}
*/
h5 {
	font-family: 'UniversLTW01-Condense', Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	color: #00483a;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.02em;
}

ul, ol {
	padding-left: 30px;
	margin-bottom: 10px;
}

td ul {
	margin-bottom: 0px !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear {
	clear: both !important;
}

.small {
	font-size: 8pt !important;
}

.tiny {
	font-size: 7pt !important;
	line-height: normal;
}

.grey {
	color: #666 !important;
}

textarea {
	display: block;
}

input.checkbox {
	margin-right: 2px;
}

.padding {
	padding: 15px;
}

.clearfix:after { /* für Firefox, IE8, Opera, Safari, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*+html .clearfix { /* für IE7 */
	display: inline-block;
}

* html .clearfix { /* für IE6 */
	height: 1%;
}

/********************** LAYOUT *****************************/
div#backgrounds {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: black;
	position: fixed;
	left: 0px;
	top: 0px;
}

div.background {
	width: 100%;
	height: 100%;
	background-image: url(../img/loading_black.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
}

a#logo {
	position: fixed;
	top: 16px;
	right: 16px;
	width: 111px;
	height: 137px;
	background-image: url("../img/4C_logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	z-index: 9;
}

div#nav_overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image:url("../img/opacity_black_30.png");
	display: none;
	z-index: 8;
}

div#nav {
	font-family: 'TradeGothic', Arial, Helvetica, Sans-Serif;
	position: fixed;
	left: 16px;
	top: 16px;
	z-index: 10;
}

div#nav ul {
	margin: 0px;
	padding: 0px;
}

div#nav ul.level1 li, div#nav ul.level1_mobile li {
	list-style-type: none;
	float: left;
	line-height: 40px;
	height: 40px;
	background-color: #00483a;
	color: white;
	margin-right: 9px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1.5em;
	position: relative;
}

div#nav ul.level1 li a, div#nav ul.level1_mobile li a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	color: white;
}

div#nav ul.level1 li a:hover, div#nav ul.level1 li.highlight a {
	background-color: #f3f3f4;
	color: #00483a;
}

div#nav ul.level1 li:hover ul.level2 {
	display: block;
}


/* Seconds level */

div#nav ul.level2 {
	position: absolute;
	padding: 0px;
	left: 0px;
	display: none;
	overflow: hidden;
}

div#nav ul.level2 li {
	float: none;
	background-color: #f3f3f4;
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	text-transform: none;
	line-height: 27px;
	height: auto;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

div#nav ul.level2 li a {
	display: block;
	padding-left: 25px;
	padding-right: 35px;
	color: #00483a;
}

div#nav ul.level2 li:first-child {
	height: 7px;
	line-height: 7px;
	background: none;
}

div#nav ul.level2 li:nth-child(2), div#nav ul.level2 li:last-child {
	height: 10px;
	line-height: 10px;
}


div#nav ul.level2 li a:hover, div#nav ul.level2 li.highlight a {
	background-color: #d0c8c0;
}

div#nav ul.level2 li:hover ul {
}


/* Third level */
div#nav ul.level3 {
	display: none;
}

div#nav ul.level3 li {
	line-height: 27px !important;
	height: auto !important;
	background-color: #e9e4df !important;
	font-size: 1em;
	font-family: 'UniversLTW01', Arial, Helvetica, Sans-Serif;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0.02em;
}

div#nav ul.level3 li a {
	color: #939598;
}

div#content_container {
	position: relative;
}

div#content {
	background-image: url("../img/opacity_white_95.png");
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 500px;
	margin-bottom: 100px;
	padding-top: 50px;
	padding-bottom: 50px;

    -webkit-animation: fadein 2s; /* Safari and Chrome */
       -moz-animation: fadein 2s; /* Firefox */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera */
            animation: fadein 2s;	
}

@keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}

/* Firefox */
@-moz-keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}

/* Internet Explorer */
@-ms-keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}​

/* Opera */
@-o-keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}​

div.donothing {
}

div#scroll_back {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url("../img/scroll_back.png");
	z-index: 4;
	display: none;
}

div#footer {
	position: fixed;
	right: 5px;
	bottom: 5px;
	height: 30px;
	z-index: 1000;
}

div#footer:hover {
	bottom: 0px !important;
}

div#footer ul {
	height: 30px;
	margin: 0px;
	padding: 0px;
}

div#footer ul li {
	background-color: #58595b;
	list-style-type: none;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-right: 42px;
	font-size: 0.9em;
	letter-spacing: 0.07em;
}

div#footer ul li:first-child {
	background-color: #4d4d4f;
	padding-left: 6px;
	padding-right: 6px;
}

div#footer ul li:nth-child(2) {
	padding-left: 27px;
}

div#footer ul li a {
	color: #a7a9ac;
}

div#footer ul li a:hover, div#footer ul li.highlight a {
	color: white;
}

div#footer ul li:first-child a {
	color: white;
}

div.caption {
	position: absolute;
	width: 450px;
}

div.caption h1 {
	font-family: 'TradeGothic', Arial, Helvetica, Sans-Serif;
	color: white;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: normal;
	border: none;
	margin: 0px;
	padding: 0px;
}

div.caption h2 {
	color: white;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: none;
	border: none;
	margin: 0px;
	padding: 0px;	
	letter-spacing: 0.02em;
}

div.caption h1 a, div.caption h2 a {
	color: white;
}

div#pagination {
	position: fixed;
	right: 15px;
	height: 18px;
	bottom: 15px;
	z-index: 5;
}

div#pagination ul {
	margin: 0px;
	padding: 0px;
}

div#pagination ul li {
	font-family: 'TradeGothic', Arial, Helvetica, Sans-Serif;
	float: left;
	list-style-type: none;
	font-size: 1.5em;
	letter-spacing: 0.15em;
	padding-left: 5px;
	padding-right: 5px;
}

div#pagination ul li a {
	color: #a7a9ac;
}
div#pagination ul li a.current {
	color: #e6e7df;
}
div#pagination ul li a:hover {
	color: white;
}

div.box {
	background-color: #00483a;
	color: white;
	margin-bottom: 30px;
	font-size: 0.8em !important;
}

div.box img {
	display: block;
}

div.box h1, div.box h2, div.box h3, div.box h4, div.box h5 {
	font-family: 'TradeGothic', Arial, Helvetica, Sans-Serif;
	/*text-transform: uppercase;*/
}

div.box hr {
	border-top: solid 1px white;
}

div.box p, div.box h1, div.box h2, div.box h3, div.box h4, div.box h5, div.box a {
	color: white !important;
	border: none;
	margin: 0px;
	padding: 0px;
}

div.box p {
	font-size: 1.4em !important;
	line-height: 23px !important;
}

div.manager {
	height: 525px;
}

a.manager_image {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
}

div.manager_text {
	position: relative;
	width: 92%;
	padding: 4%;
	height: 92%;
}

div.manager_mail {
	position: absolute;
	bottom: 4%;
	left: 4%;
	right: 4%
}

a.manager_link {
	float: left;
	display: block;
	width: 	154px;
	height: 60px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px;
	cursor: pointer;
	text-align: center;
}

a.vorstand_selected, a.partner_selected, a.manager_link:hover {
	color: white;
	background-color: #00483a;
}

a.manager_link:nth-child(5) {
	margin-right: 0px;
}

div.manager_detail {
	position: relative;
	width: 100%;
	height: 475px;
	overflow: hidden;
}

div.manager_text_container {
	height: 350px;
	overflow: auto;
}
	
a.close {
	display: block;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 10px;
	top: 19px;
	font-size: 1.6em;
	cursor: pointer;
}

/**** RESPONSIVE STYLES *****/
div.cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
div.twocol > div {
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

div.twocol .image {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

div.list {
	margin-top: 25px;
	padding-top: 25px; 
	border-top: solid 1px #00483a;
}

div.list:first-child {
	margin-top: 0px;
	border-top: none;
}

div.list_image {
	float: left;
	min-width: 150px;
	overflow: hidden;
}

div.download_image img {
	border: solid 1px #ccc;	
}

div.list_image img {
	display: block;
	margin-right: 30px;
}

div.list_desc {
	float: left;
	width: -webkit-calc(100% - 160px); 
	width: -moz-calc(100% - 160px); 
	width: -o-calc(100% - 160px);
	width: calc(100% - 160px); 
}

div.list_desc h5 {
	margin-top: 0px !important;
}

div.list_desc p {
	margin-bottom: 0px !important;
}

div.tabnavigation ul, div.tabnavigation ul li {
	margin: 0px;
	padding: 0px;
}

div.tabnavigation ul {
	margin-bottom: 0px !important;
}

div.tabnavigation ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 12px;
	font-family: 'UniversLTW01-Bold', Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	cursor: pointer;
	color: white;
	height: 30px;
	line-height: 27px;
}

div.tabnavigation ul li.active {
	color: #00483a;
	/*background-color: transparent;*/
	/*background-image: url("../img/opacity_white_95.png");*/
	background-color: white;
}

div.tabnavigation select {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: 'UniversLTW01-Bold', Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.tabnavigation {
	border-top: solid 5px #00483a;
	border-left: solid 1px #00483a;
	border-right: solid 1px #00483a;
	background-color: #00483a;
	overflow: hidden;
}

div.tabs div.tabcontent {
	clear: both;
	border-left: solid 1px #00483a;
	border-right: solid 1px #00483a;
	border-bottom: solid 1px #00483a;
	padding: 15px;
}

div.tabs div.tab {
	display: none;
}

div.tabs div.active {
	display: block;
}

div.article {
}

div.article div.text {
	float: left;
	width: -webkit-calc(100% - 280px); 
	width: -moz-calc(100% - 280px); 
	width: -o-calc(100% - 280px);
	width: calc(100% - 280px);
}

div.article div.images {
	float: right;
	width: 280px;
	text-align: right;
}

div.manager_teaser {
	float: left;
	width: 48%;
	min-height: 133px;
	margin-bottom: 4%;
	font-size: 0.9em;
}

div.image_background {
	background-repeat: no-repeat;
}


div.manager_teaser:nth-child(even) {
	margin-right: 4%;
}

div.manager_teaser p {
	padding-left: 140px;
	line-height: 28px !important;
}

ul.imagegallery {
	list-style-image: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

ul.imagegallery li {
	float: left;
	margin: 5px;
	list-style-type: none !important;
}

ul.imagegallery li img {
	display: block;
}

/******************** FORM *******************/
table.form_errordata {
	margin-bottom: 15px;
}

table.form_errordata th {
	text-align: left;
	font-size: 1.2em;
	color: #AE0000 !important;
}

ul.form_errors {
	padding: 5px;
	padding-left: 30px;
	border: solid 2px #ae0000;
	margin-top: 5px;
}

ul.form_errors li {
	color: #AE0000 !important;
	font-size: 0.55em !important;
	line-height: 25px !important;
	list-style-image: none !important;
}

td.labels {
	width: 160px;
}

td.fields {
	font-size: 1.0em !important;
}

select, textarea, input.text {
	background-color: white;
	font-size: 9pt;
	border: solid 1px #999;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	width: 90%;
	margin: 2px;
	padding: 2px;
}

input {
	margin: 2px;
	padding: 2px;
}

input.text {
	width: 391px;
}

textarea.textarea {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	width: 391px;
	background-color: white;
	padding: 3px;
	font-size: 9pt;
	border: solid 1px #999;
}

label {
	font-size: 0.8em;
}

label.required:after {
	content: "*";
}

table.info {
	font-size: 8pt;
	clear: both;
	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
}

table.info th, table.info td {
	padding: 2px;
	line-height: 16px;
}

table.info li {
	line-height: 16px;
}

table.data {
	clear: both;
	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
}

table.data th {
	padding: 4px;
	background-color: #0b0f10;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 8px;
	border: solid 1px black;
}

table.data td {
	border: solid 1px #9e9e9e;
	padding: 4px;
	text-align: center;
}

table.data td ul {
	margin-bottom: 0px !important;
}

table.data tbody tr {
	height: 24px;
}

table.data tbody tr.colored td {
	background-color: #6c2b2c;
	background-image: linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -o-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -moz-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -webkit-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -ms-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(71, 8,
		12) ), color-stop(1, rgb(108, 43, 44) ) );
	color: white;
}

table.data tbody tr.separator td {
	background-color: #E0D9D5;
}

table.data tbody tr.tr1 td {
	background-color: #bdbec1;
	color: black;
}

table.data tbody tr.tr2 td {
	background-color: #a9a7a8;
	color: black;
}

tr.selectable:hover td {
	background-color: #fff7d1 !important;
}

tr.selected td,tr.selected:hover td, table.data tbody tr.tr1:hover td, table.data tbody tr.tr2:hover td {
	background-color: #EC008D !important;
	color: white;
	cursor: pointer;
	border: solid 1px #EC008D;
}

.desktop {
	display: block;
}

.mobile {
	display: none !important;
}

.animate {
	-webkit-transition: all 0.35s linear 0.1s;
	transition: all 0.35s linear 0.1s;
	-moz-transition: all 0.35s linear 0.1s;
	-ms-transition: all 0.35s linear 0.1s;
	-o-transition: all 0.35s linear 0.1s;
}