/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* High dpi stuff*/

/* 2 dpr */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	body {
		background: rgb(48,58,63) !important;
    }

	.ui-tabs .ui-tabs-panel .block:hover .pc {
		border: 2px solid rgb(48,58,63) !important;
	}

	.ui-tabs .ui-tabs-panel .block:hover .txt {
		background: rgb(48,58,63) !important;
	}
}

/* 1.25 dpr */
@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi){
	body {
		background: rgb(48,58,63) !important;
	}

	.ui-tabs .ui-tabs-panel .block:hover .pc {
		border: 2px solid rgb(48,58,63) !important;
	}

	.ui-tabs .ui-tabs-panel .block:hover .txt {
		background: rgb(48,58,63) !important;
	}
}

/* 1.3 dpr */
@media
(-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi){
	body {
		background: rgb(48,58,63) !important;
	}

	.ui-tabs .ui-tabs-panel .block:hover .pc {
		border: 2px solid rgb(48,58,63) !important;
	}

	.ui-tabs .ui-tabs-panel .block:hover .txt {
		background: rgb(48,58,63) !important;
	}
}

/* 1.5 dpr */
@media
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi){
	body {
		background: rgb(48,58,63) !important;
	}

	.ui-tabs .ui-tabs-panel .block:hover .pc {
		border: 2px solid rgb(48,58,63) !important;
	}

	.ui-tabs .ui-tabs-panel .block:hover .txt {
		background: rgb(48,58,63) !important;
	}
}

/*@media all and (-webkit-device-pixel-ratio:0) {
	body {
		background: rgb(48,58,63) !important;
	}
}*/

body {
  	width: 620px;
	height: 571px;
  	color: #FFFFFF;
	background: rgb(51,57,63);
	/*background: transparent url(../gf/bg-body-dark.png) no-repeat;*/
  	font-family: 'Segoe UI', 'Lucida Grande', 'Monaco', 'Courier New', sans-serif;
  	font-size: 99.99%;
  	line-height: 100%;
	overflow: hidden;
  	margin: 0;
  	padding: 0;
	position: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


a img {
  	border: 0;
  	text-decoration: none;
}

	#tabs {
		width: 610px;
		height: 504px;
		margin: 0;
		padding: 0;
	}

	.navigation {
		width: 610px;
		height: 39px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
		margin-top: 6px;
		padding-top: 20px;
		padding-right: 8px;
	}

		.nav-1 {
			width: auto;
			margin: 0 0 0 22px;
			padding: 0;
			display: inline;
			float: left;
		}

		.nav-2 {
			width: auto;
			margin: 0 0 0 122px;
			padding: 0;
			display: inline;
			float: left;
		}

		.nav-3 {
			width: auto;
			margin: 0 12px 0 0;
			padding: 0;
			display: inline;
			float: right;
		}

			.navigation a,
			.navigation a:link,
			.navigation a:visited,
			.navigation a:focus {
				width: auto;
				color: #000;
				background: #D6DDE0; /* Old browsers */
				background: -moz-linear-gradient(top, #9CA5AA 0%, #848B8F 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9CA5AA), color-stop(100%,#848B8F)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #9CA5AA 0%,#848B8F 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #9CA5AA 0%,#848B8F 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #9CA5AA 0%,#848B8F 100%); /* IE10+ */
				background: linear-gradient(to bottom, #9CA5AA 0%,#848B8F 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9CA5AA', endColorstr='#848B8F',GradientType=0 ); /* IE6-9 */
				font-size: 75%;
				border: 1px solid #1A2023;
				font-weight: bold;
				margin: 0;
				padding: 4px 18px 5px 18px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				vertical-align: middle;
				text-align: center;
				text-decoration: none;
			}

			.navigation a:hover,
			.navigation a:active {
				color: #000;
				background: #7CA3C7;
			}

				.navigation .grid_2 a {width: 120px;}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/

.ui-widget {font-family: 'Segoe UI', 'Lucida Grande', 'Monaco', 'Courier New', sans-serif;}

	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea,
	.ui-widget button {font-family: 'Segoe UI', 'Lucida Grande', 'Monaco', 'Courier New', sans-serif;}


.ui-widget-content {}

	.ui-widget-content a { }

	.ui-widget-header {height: 114px;}

		.ui-widget-header a {}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	margin: 0;
	padding: 0;
	font-size: 75%;
	text-align: center;
}

	.ui-state-default a,
	.ui-state-default a:link,
	.ui-state-default a:visited {
		margin: 0;
		padding: 0;
		font-weight: bold;
		text-decoration: none;
	}

	.ui-state-hover,
	.ui-widget-content .ui-state-hover,
	.ui-widget-header .ui-state-hover,
	.ui-state-focus,
	.ui-widget-content .ui-state-focus,
	.ui-widget-header .ui-state-focus {
		margin: 0;
		padding: 0;
		font-weight: bold;
	}

    .ui-state-hover a,
    .ui-state-hover a:hover {
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        margin: 0;
        padding: 0;
        font-weight: bold;
        text-decoration: none;
    }

		.ui-state-default a.news1,
		.ui-state-default a.news1:link,
		.ui-state-default a.news1:visited {
			width: 100px;
			height: 20px;
			margin: 0;
			padding: 80px 0 0 0;
			color: #FFFFFF;
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 500px 201px;
			background-repeat: no-repeat;
			background-position: 0 0;
		}

		.ui-state-default a.news1:active,
		.ui-state-default a.news1:focus {
			color: #FFFFFF;
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: 0 -100px;
		}

        /*.ui-state-hover a.news1,
        .ui-state-hover a.news1:link,
        .ui-state-hover a.news1:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 500px 201px;
			background-repeat: no-repeat;
			background-position: 0 0;
        }*/

        .ui-state-hover a.news1:active,
        .ui-state-hover a.news1:focus {
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: 0 -100px;
        }

        .ui-state-active a.news1,
        .ui-state-active a.news1:link,
        .ui-state-active a.news1:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
            background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: 0 -100px;
        }

        .ui-state-active a.news1:active,
        .ui-state-active a.news1:focus {
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
            background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: 0 -100px;
        }

		.ui-state-default a.news2,
		.ui-state-default a.news2:link,
		.ui-state-default a.news2:visited {
			width: 100px;
			height: 20px;
			margin: 0;
			padding: 80px 0 0 0;
			color: #FFFFFF;
			background: url(../gf/icon-set_2.00x-dark.png);
            background-size: 500px 201px;
			background-repeat: no-repeat;
			background-position: -100px 0;
		}

		.ui-state-default a.news2:active,
		.ui-state-default a.news2:focus {
			color: #FFFFFF;
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -100px -100px;
		}

        /*.ui-state-hover a.news2,
        .ui-state-hover a.news2:link,
        .ui-state-hover a.news2:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 500px 201px;
			background-repeat: no-repeat;
			background-position: -100px 0;
        }*/

        .ui-state-hover a.news2:active,
        .ui-state-hover a.news2:focus {
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -100px -100px;
        }

        .ui-state-active a.news2,
        .ui-state-active a.news2:link,
        .ui-state-active a.news2:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
            background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -100px -100px;
        }

        .ui-state-active a.news2:active,
        .ui-state-active a.news2:focus {
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
            background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -100px -100px;
        }

		.ui-state-default a.news3,
		.ui-state-default a.news3:link,
		.ui-state-default a.news3:visited {
			width: 100px;
			height: 20px;
			margin: 0;
			padding: 80px 0 0 0;
			color: #FFFFFF;
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 500px 201px;
			background-repeat: no-repeat;
			background-position: -200px 0;
		}

		.ui-state-default a.news3:active,
		.ui-state-default a.news3:focus {
			color: #FFFFFF;
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -200px -100px;
		}

        /*.ui-state-hover a.news3,
        .ui-state-hover a.news3:link,
        .ui-state-hover a.news3:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 500px 201px;
			background-repeat: no-repeat;
			background-position: -200px 0;
        }*/

        .ui-state-hover a.news3:active,
        .ui-state-hover a.news3:focus {
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -200px -100px;
        }

        .ui-state-active a.news3,
        .ui-state-active a.news3:link,
        .ui-state-active a.news3:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -200px -100px;
        }

        .ui-state-active a.news3:active,
        .ui-state-active a.news3:focus {
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -200px -100px;
        }

        .ui-state-default a.news4,
        .ui-state-default a.news4:link,
        .ui-state-default a.news4:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: #FFFFFF;
			background: url(../gf/icon-set_2.00x-dark.png);
            background-size: 500px 201px;
			background-repeat: no-repeat;
			background-position: -300px 0;
        }

        .ui-state-default a.news4:active,
        .ui-state-default a.news4:focus {
            color: #FFFFFF;
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -300px -100px;
        }

        /*.ui-state-hover a.news4,
        .ui-state-hover a.news4:link,
        .ui-state-hover a.news4:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: rgb(51,57,63);
            background: transparent url(../gf/icon-set-dark.png) -300px 0 no-repeat;
        }*/

        .ui-state-hover a.news4:active,
        .ui-state-hover a.news4:focus {
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -300px -100px;
        }

        .ui-state-active a.news4,
        .ui-state-active a.news4:link,
        .ui-state-active a.news4:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -300px -100px;
        }

        .ui-state-active a.news4:active,
        .ui-state-active a.news4:focus {
            color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -300px -100px;
        }


        .ui-state-default a.news5,
        .ui-state-default a.news5:link,
        .ui-state-default a.news5:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: #FFFFFF;
            background: url(../gf/icon-set_2.00x-dark.png);
            background-size: 500px 201px;
            background-repeat: no-repeat;
            background-position: -400px 0;
        }

        .ui-state-default a.news5:active,
        .ui-state-default a.news5:focus {
			color: #FFFFFF;
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -400px -100px;
        }

        /*.ui-state-hover a.news5,
        .ui-state-hover a.news5:link,
        .ui-state-hover a.news5:visited {
                width: 100px;
                height: 20px;
                margin: 0;
                padding: 80px 0 0 0;
                color: rgb(51,57,63);
                background: transparent url(../gf/icon-set-dark.png) -400px 0  no-repeat;
        }*/

        .ui-state-hover a.news5:active,
        .ui-state-hover a.news5:focus {
			color: rgb(51,57,63);
			background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
			background-repeat: no-repeat;
			background-position: -400px -100px;
        }

        .ui-state-active a.news5,
        .ui-state-active a.news5:link,
        .ui-state-active a.news5:visited {
            width: 100px;
            height: 20px;
            margin: 0;
            padding: 80px 0 0 0;
            color: rgb(51,57,63);
            background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
            background-repeat: no-repeat;
            background-position: -400px -100px;
        }

        .ui-state-active a.news5:active,
        .ui-state-active a.news5:focus {
            color: rgb(51,57,63);
            background: url(../gf/icon-set_2.00x-dark.png);
			background-size: 499px 200px;
            background-repeat: no-repeat;
            background-position: -400px -100px;
        }

		.ui-widget :active {outline: none;}


/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/*
 * jQuery UI Selectable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */

.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */

.content {
	width: 600px;
	height: 360px;
	margin: 0;
	padding: 0;
	overflow: auto;
	display: inline;
	float: left;
}

.ui-tabs {
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	width: 610px;
	height: 120px;
	position: relative;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.ui-tabs .ui-tabs-nav {
	width: 600px;
	height: 100px;
	padding: 9px;
	border: 1px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ui-tabs .ui-tabs-nav li {
	width: 100px;
	height: 100px;
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 0;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: default;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: default;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	font-size: 80%;
	padding: 9px;
	background: none;
	clear: both;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 4px;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.ui-tabs .ui-tabs-panel .block2 {
	margin: 8px 0 0 10px;
	padding: 0;
}

.ui-tabs .ui-tabs-panel .block .pc {
	border: 2px solid rgb(51,57,63);
	width: 130px;
	height: 62px;
	margin: 0 6px 6px 1px;
	padding: 0;
	display: inline;
	float: left;
	cursor: default;
}

.ui-tabs .ui-tabs-panel .block:hover .pc {
	border: 2px solid #475666;
	cursor: default;
}

.ui-tabs .ui-tabs-panel .pc img {
	width: 130px;
	height: 62px;
	margin: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-panel .block .txt {
	width: 427px;
	height: 50px;
	color: #FFFFFF;
	background: transparent;
	margin: 0 0 6px 0;
	padding: 8px;
	display: inline;
	float: left;
}

.ui-tabs .ui-tabs-panel .block:hover .txt {
	 color: #FFFFFF;
	 background: #475666;
}

.ui-tabs .ui-tabs-panel .block h1 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

.ui-tabs .ui-tabs-panel .block h1 a,
.ui-tabs .ui-tabs-panel .block h1 a:link,
.ui-tabs .ui-tabs-panel .block h1 a:visited,
.ui-tabs .ui-tabs-panel .block h1 a:hover,
.ui-tabs .ui-tabs-panel .block h1 a:focus,
.ui-tabs .ui-tabs-panel .block h1 a:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

.ui-tabs .ui-tabs-panel .block:hover h1 {
	color: #FFFFFF;
	background-color: transparent;
}

.ui-tabs .ui-tabs-panel .block:hover h1,
.ui-tabs .ui-tabs-panel .block:hover h1 a:link,
.ui-tabs .ui-tabs-panel .block:hover h1 a:visited,
.ui-tabs .ui-tabs-panel .block:hover h1 a:hover,
.ui-tabs .ui-tabs-panel .block:hover h1 a:focus,
.ui-tabs .ui-tabs-panel .block:hover h1 a:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

.ui-tabs .ui-tabs-panel .block p {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-panel .block p a,
.ui-tabs .ui-tabs-panel .block p a:link,
.ui-tabs .ui-tabs-panel .block p a:visited,
.ui-tabs .ui-tabs-panel .block p a:hover,
.ui-tabs .ui-tabs-panel .block p a:focus,
.ui-tabs .ui-tabs-panel .block p a:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

.ui-tabs .ui-tabs-panel .block:hover p {
	color: #FFFFFF;
	background-color: transparent;
}

.ui-tabs .ui-tabs-panel .block:hover p,
.ui-tabs .ui-tabs-panel .block:hover p a:link,
.ui-tabs .ui-tabs-panel .block:hover p a:visited,
.ui-tabs .ui-tabs-panel .block:hover p a:hover,
.ui-tabs .ui-tabs-panel .block:hover p a:focus,
.ui-tabs .ui-tabs-panel .block:hover p a:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

.block2:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block2 .text {
  padding: 1.6rem 0 0 5.9rem;
}

.block2 p {
  margin: 0;
}

.block2 span {
  display: block;
}

.block2 img.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 14.4%;
  height: auto;
}

.block2 p.language1 span:first-child {
  font-size: 19px;
}

.block2 p.language1 span:nth-child(2) {
  margin-top: 3px;
  font-size: 13px;
  margin-bottom: .8rem;
}

.block2 .language span:first-child {
  font-size: 12.6px;
}

.block2 .language span:nth-child(2) {
  font-size: 10px;
}

.bottom-spacing-4 {
  margin: 0 0 .4rem 0;
}

.bottom-spacing-6 {
  margin: 0 0 .6rem 0;
}

.bottom-spacing-10 {
  margin: 0 0 1rem 0;
}

div.mCSB_container.mCS_no_scrollbar {
  position: unset !important;
}
