/**
 * @author x-FAI <contact@x-fai.fr>
 * @copyright x-fai.fr (C) 2017
 */

@font-face {
	font-family: 'Armata';
	src: url('../inc/fonts/Armata-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../inc/fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../inc/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../inc/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../inc/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../inc/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../inc/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
    padding: 0 !important;
    margin: 0 !important;
}

body {
	background-color: rgba(239,69,49,1);
	background-size: cover;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Armata', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1vw;
	color: #0055a4;
	font-smooth: always;
	direction: ltr;
	cursor: default;
	-webkit-font-smoothing: subpixel-antialiased;
}

.arimg {
	width: 25vw;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.deimg {
	width: 25vw;
}

.enimg {
	width: 25vw;
}

.frimg {
	width: 25vw;
}

.ruimg {
	width: 25vw;
}

.zhimg {
	width: 25vw;
}

.ar {
	direction: rtl !important;
	text-align: right !important;
}

.wl {
	direction: ltr !important;
	text-align: left !important;
}

#ar {
	text-align: right !important;
}

#ltr {
	direction: ltr;
	text-align: left !important;
}

a,
a:visited,
a:active {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	outline: none;
}

a:hover {
	color: rgba(255,255,255,0.75);
	text-decoration: none;
}

#big {
	font-size: 4vw !important;
	color: red;
}

h4 {
	width: 100%;
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
	margin-bottom: 0;
	padding: 0.25vw;
	font-size: 1vw;
}

.left {
	width: 35%;
	float: left;
	text-align: left;
	font-size: 0.75vw;
}

.right {
	width: 65%;
	float: right;
	text-align: right;
}

.right img {
	padding-top: 25px;
}

.about_left {
	width: 75%;
	float: left;
	text-align: left;
}

.about_right {
	width: 22%;
	float: right;
	text-align: right;
}

.about_right img {
	width: 100%;
	padding-top: 25px;
}

.clear {
	clear: both;
}

.header_top {
	position: fixed;
	top: 0;
	z-index: 1000;
	font-size: 1.5vw;
	line-height: 5vh;
	background-color: rgba(0,85,164,1);
	min-height: 9vh;
	height: 9vh;
	max-height: 9vh;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

.header_left {
	float: left;
	direction: ltr !important;
}

.nav_left {
	float: left;
}

.nav-checkbox {
	position: absolute;
	opacity: 0;
}

.nav-label {
	position: absolute;
	top: ($rhythm * 2);
	left: ($rhythm * 2);
	z-index: 1;
	display: block;
	width: 5vh;
	height: 6vh;
	font: 7.5vh fontawesome;
	line-height: 7.5vh;
	text-align: center;
	color: rgba(235,213,96,1);
	cursor: pointer;
	margin-left: 1vw;
	margin-right: 1vw;
}

.sidebar {
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,1);
	transition: all .3s;
}

.nav-checkbox:checked ~ .sidebar {
	width: 100vw;
	height: 100vh;
	padding-top: 6vh;
}

.sidebar a {
	display: block;
	width: 100%;
	font-size: 2vw;
	line-height: 8vh;
	text-transform: uppercase;
	margin-left: -1.5vw;
}

.url:active ~ .sidebar {
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.75);
	transition: all .3s;
}

.sidebar a:hover {
	display: block;
	width: 100%;
	color: #ffffff;
	background-color: rgba(235,213,96,0.75);
}

.nav_selected {
	display: block;
	width: 100%;
	color: #ffffff !important;
	background-color: rgba(235,213,96,0.50);
}

.nav_selected:hover {
	display: block;
	width: 100%;
	color: #ffffff;
	background-color: rgba(235,213,96,0.75);
}

.menu {
	list-style: none;
	text-align: center;
}

.menuar {
	list-style: none;
	direction: rtl;
	text-align: center;
}

.logo_right {
	float: right;
}

.small_logo {
	position: absolute;
	left: 9vh;
	height: 8vh;
	padding-top: 0.5vh;
	padding-left: 0.5vw;
}

.header_right {
	float: right;
	width: 25%;
	text-align: right;
	font-size: 0.6vw;
	line-height: 7.5vh;
}

.heart:before {
	font-family: 'FontAwesome';
	content: "\f004";
	color: rgba(0,85,164,1);
}

.mailto:before {
	display: inline-block;
	background-color: rgba(41,49,51,0.25);
	font-family: 'FontAwesome';
	content: "\f0e0";
	color: rgba(255,255,255,0.25);
	font-size: 1.25vw;
	height: 5vh;
	width: 3vw;
	text-align:center;
}

.mailto:hover:before {
	background-color: rgba(41,49,51,1);
	color: rgba(255,255,255,1);
}

.social1:before {
	display: inline-block;
	background-color: rgba(59,89,152,0.25);
	font-family: 'FontAwesome';
	content: "\f09a";
	color: rgba(255,255,255,0.25);
	font-size: 2vw;
	height: 7.5vh;
	line-height: 7.5vh;
	width: 5vw;
	text-align:center;
}

.social1:hover:before {
	background-color: rgba(59,89,152,1);
	color: rgba(255,255,255,1);
}

.btn1 {
	display: block;
	background-color: rgba(59,89,152,1);
	color: rgba(255,255,255,1) !important;
	font-size: 2vw;
	height: 7.5vh;
	line-height: 7.5vh;
	text-align:center;
	padding: 1vw;
}

.btn1:hover {
	background-color: rgba(59,89,152,0.5);
	color: rgba(255,255,255,0.5);
}

.header {
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	z-index: 500;
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

.no_header {
	display: none;
	visibility: hidden;
}

.logo {
	min-width: 20vw;
	width: 20vw;
	max-width: 20vw;
	position: absolute;
	top: 40vh;
	left: 40vw;
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}

@keyframes fadein {
	from {
		opacity: 0;
		top: 0vh;
	}
	to   {
		opacity: 1;
		top: 40vh;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
		top: 0vh;
	}
	to   {
		opacity: 1;
		top: 40vh;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
		top: 0vh;
	}
	to   {
		opacity: 1;
		top: 40vh;
	}
}

@-ms-keyframes fadein {
	from {
		opacity: 0;
		top: 0vh;
	}
	to   {
		opacity: 1;
		top: 40vh;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
		top: 0vh;
	}
	to   {
		opacity: 1;
		top: 40vh;
	}
}

.down:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f078";
	color: #0055a4;
	position: absolute;
	bottom: 0;
	left: 48.5vw;
	-webkit-animation: fadein2 2s;
	-moz-animation: fadein2 2s;
	-ms-animation: fadein2 2s;
	-o-animation: fadein2 2s;
	animation: fadein2 2s;
}

@keyframes fadein2 {
	from {
		opacity: 0;
		bottom: 100vh;
	}
	to   {
		opacity: 1;
		bottom: 0vh;
	}
}

@-moz-keyframes fadein2 {
	from {
		opacity: 0;
		bottom: 100vh;
	}
	to   {
		opacity: 1;
		bottom: 0vh;
	}
}

@-webkit-keyframes fadein2 {
	from {
		opacity: 0;
		bottom: 100vh;
	}
	to   {
		opacity: 1;
		bottom: 0vh;
	}
}

@-ms-keyframes fadein2 {
	from {
		opacity: 0;
		bottom: 100vh;
	}
	to   {
		opacity: 1;
		bottom: 0vh;
	}
}

@-o-keyframes fadein2 {
	from {
		opacity: 0;
		bottom: 100vh;
	}
	to   {
		opacity: 1;
		bottom: 0vh;
	}
}

.content {
	position: absolute;
	top: 100vh;
	z-index: 700;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	cursor: default;
}

.top_content {
	position: absolute;
	top: 0;
	z-index: 700;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	cursor: default;
}

.top_content h1 {
	margin-top: 5vh;
}

.main_content {
	position: relative;
	z-index: 900;
	background-color: rgba(255,255,255,1);
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 9vh;
	padding-bottom: 4vh;
	color: #0055a4;
}

.conception_box {
	float: left;
	display: block;
	width: 27vw;
	background-color: rgba(235,213,96,1);
	padding-top: 1vw;
	margin-right: 7vw;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.conception_box:hover {
	background-color: rgba(235,213,96,0.75);
}

.conception:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f044";
}

.conception_title {
	font-size: 2vw;
	text-transform: uppercase;
}

.conception_content {
	display: block;
	background-color: rgba(255,255,255,1);
	color: rgba(235,213,96,1);
	padding: 0.5vw;
	font-size: 0.8vw;
	transition: background-color 0.2s ease-in-out;
}

.conception_content:hover {
	background-color: rgba(255,255,255,0.75);
}

.conception_content a {
	color: rgba(235,213,96,1);
}

.conception_content a:hover {
	color: rgba(235,213,96,0.75);
}

.conception_content ul {
	text-align: left;
	list-style-type: none;
}

.conception_content li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
	margin-right: 0.5vw;
}

.layout_box {
	float: left;
	display: block;
	width: 27vw;
	background-color: rgba(235,213,96,1);
	padding-top: 1vw;
	margin-right: 7vw;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.layout_box:hover {
	background-color: rgba(235,213,96,0.75);
}

.layout:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f1fc";
}

.layout_title {
	font-size: 2vw;
	text-transform: uppercase;
}

.layout_content {
	display: block;
	background-color: rgba(255,255,255,1);
	color: rgba(235,213,96,1);
	padding: 0.5vw;
	font-size: 0.8vw;
	transition: background-color 0.2s ease-in-out;
}

.layout_content:hover {
	background-color: rgba(255,255,255,0.75);
}

.layout_content a {
	color: rgba(235,213,96,1);
}

.layout_content a:hover {
	color: rgba(235,213,96,0.75);
}

.layout_content ul {
	text-align: left;
	list-style-type: none;
}

.layout_content li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
	margin-right: 0.5vw;
}

.implementation_box {
	float: left;
	display: block;
	width: 27vw;
	background-color: rgba(235,213,96,1);
	padding-top: 1vw;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.implementation_box:hover {
	background-color: rgba(235,213,96,0.75);
}

.implementation:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f121";
}

.implementation_title {
	font-size: 2vw;
	text-transform: uppercase;
}

.implementation_content {
	display: block;
	background-color: rgba(255,255,255,1);
	color: rgba(235,213,96,1);
	padding: 0.5vw;
	font-size: 0.8vw;
	transition: background-color 0.2s ease-in-out;
}

.implementation_content:hover {
	background-color: rgba(255,255,255,0.75);
}

.implementation_content a {
	color: rgba(235,213,96,1);
}

.implementation_content a:hover {
	color: rgba(235,213,96,0.75);
}

.implementation_content ul {
	text-align: left;
	list-style-type: none;
}

.implementation_content li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
	margin-right: 0.5vw;
}

.cms_box {
	float: left;
	display: block;
	width: 25vw;
	background-color: rgba(235,213,96,0.75);
	padding: 1vw;
	margin-right: 7vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.cms:before {
	float: left;
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f0c8";
	margin-left: 11vw;
}

.cms_title {
	font-size: 2vw;
	text-transform: uppercase;
}

.cms_content {
	display: block;
	background-color: rgba(235,213,96,1);
	padding: 0.5vw;
	font-size: 0.8vw;
}

.cms_content a {
	color: rgba(255,255,255,1);
}

.cms_content a:hover {
	color: rgba(255,255,255,0.75);
}

.cms_content ul {
	text-align: left;
	list-style-type: none;
}

.cms_content .include:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: 0.5vw;
}

.cms_content .includear:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
}

.cms_content .notinclude:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 0.5vw;
}

.cms_price {
	font-size: 2.5vw;
	background-color: rgba(41,49,51,1);
}

.cms_price:hover {
	background-color: rgba(41,49,51,0.75);
}

.basic_box {
	float: left;
	display: block;
	width: 25vw;
	background-color: rgba(235,213,96,0.75);
	padding: 1vw;
	margin-right: 7vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.basic:before {
	float: left;
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f0c8";
	margin-left: 6.75vw;
}

.basic_title {
	font-size: 2vw;
	text-transform: uppercase;
}

.basic_content {
	display: block;
	background-color: rgba(235,213,96,1);
	padding: 0.5vw;
	font-size: 0.8vw;
}

.basic_content a {
	color: rgba(255,255,255,1);
}

.basic_content a:hover {
	color: rgba(255,255,255,0.75);
}

.basic_content ul {
	text-align: left;
	list-style-type: none;
}

.basic_content .include:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: 0.5vw;
}

.basic_content .includear:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
}

.basic_content .notinclude:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 0.5vw;
}

.basic_price {
	font-size: 2.5vw;
	background-color: rgba(41,49,51,1);
}

.basic_price:hover {
	background-color: rgba(41,49,51,0.75);
}

.premium_box {
	float: left;
	display: block;
	width: 25vw;
	background-color: rgba(235,213,96,0.75);
	padding: 1vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.premium:before {
	float: left;
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f0c8";
	margin-left: 4.5vw;
}

.premium_title {
	font-size: 2vw;
	text-transform: uppercase;
}

.premium_content {
	display: block;
	background-color: rgba(235,213,96,1);
	padding: 0.5vw;
	font-size: 0.8vw;
}

.premium_content a {
	color: rgba(255,255,255,1);
}

.premium_content a:hover {
	color: rgba(255,255,255,0.75);
}

.premium_content ul {
	text-align: left;
	list-style-type: none;
}

.premium_content .include:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: 0.5vw;
}

.premium_content .includear:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
}

.premium_content .notinclude:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 0.5vw;
}

.premium_price {
	font-size: 2.5vw;
	background-color: rgba(41,49,51,1);
}

.premium_price:hover {
	background-color: rgba(41,49,51,0.75);
}

.personalwh_box {
	float: left;
	display: block;
	width: 27vw;
	background-color: rgba(235,213,96,01);
	padding-top: 1vw;
	margin-right: 7vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}

.personalwh_box:hover {
	background-color: rgba(235,213,96,0.75);
}

.personalwh:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f1c0";
}

.personalwh_title {
	font-size: 2vw;
	text-transform: uppercase;
}

.personalwh_content {
	display: block;
	background-color: rgba(255,255,255,1);
	color: rgba(235,213,96,1);
	padding: 0.5vw;
	font-size: 0.8vw;
}

.personalwh_content:hover {
	background-color: rgba(255,255,255,0.75);
}

.personalwh_content a {
	color: rgba(235,213,96,1);
}

.personalwh_content a:hover {
	color: rgba(235,213,96,0.75);
}

.personalwh_content ul {
	text-align: left;
	list-style-type: none;
}

.personalwh_content li:before {
	font-family: 'FontAwesome';
	content: "\f0c8";
	margin-right: 0.5vw;
}

.personalwh_content li#ar:before {
	content: "" !important;
}

.personalwh_price {
	font-size: 3vw;
	background-color: rgba(41,49,51,1);
}

.basicwh_box {
	float: left;
	display: block;
	width: 27vw;
	background-color: rgba(235,213,96,1);
	padding-top: 1vw;
	margin-right: 7vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	-webkit-animation: fadein 4s;
	-moz-animation: fadein 4s;
	-ms-animation: fadein 4s;
	-o-animation: fadein 4s;
	animation: fadein 4s;
}

.basicwh_box:hover {
	background-color: rgba(235,213,96,0.75);
}

.basicwh:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f1c0";
}

.basicwh_title {
	font-size: 2vw;
	text-transform: uppercase;
}

.basicwh_content {
	display: block;
	background-color: rgba(255,255,255,1);
	color: rgba(235,213,96,1);
	padding: 0.5vw;
	font-size: 0.8vw;
}

.basicwh_content:hover {
	background-color: rgba(255,255,255,0.75);
}

.basicwh_content a {
	color: rgba(235,213,96,1);
}

.basicwh_content a:hover {
	color: rgba(235,213,96,0.75);
}

.basicwh_content ul {
	text-align: left;
	list-style-type: none;
}

.basicwh_content li:before {
	font-family: 'FontAwesome';
	content: "\f0c8";
	margin-right: 0.5vw;
}

.basicwh_content li#ar:before {
	content: "" !important;
}

.basicwh_price {
	font-size: 3vw;
	background-color: rgba(41,49,51,1);
}

.professionalwh_box {
	float: left;
	display: block;
	width: 27vw;
	background-color: rgba(235,213,96,1);
	padding-top: 1vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	-webkit-animation: fadein 8s;
	-moz-animation: fadein 8s;
	-ms-animation: fadein 8s;
	-o-animation: fadein 8s;
	animation: fadein 8s;
}

.professionalwh_box:hover {
	background-color: rgba(235,213,96,0.75);
}

.professionalwh:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f1c0";
}

.professionalwh_title {
	font-size: 2vw;
	text-transform: uppercase;
}

.professionalwh_content {
	display: block;
	background-color: rgba(255,255,255,1);
	color: rgba(235,213,96,1);
	padding: 0.5vw;
	font-size: 0.8vw;
}

.professionalwh_content:hover {
	background-color: rgba(255,255,255,0.75);
}

.professionalwh_content a {
	color: rgba(235,213,96,1);
}

.professionalwh_content a:hover {
	color: rgba(235,213,96,0.75);
}

.professionalwh_content ul {
	text-align: left;
	list-style-type: none;
}

.professionalwh_content li:before {
	font-family: 'FontAwesome';
	content: "\f0c8";
	margin-right: 0.5vw;
}

.professionalwh_content li#ar:before {
	content: "" !important;
}

.professionalwh_price {
	font-size: 3vw;
	background-color: rgba(41,49,51,1);
}

.info:before {
	font-family: 'FontAwesome';
	content: "\f05a";
	cursor: pointer;
}

.creativity:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f03e";
}

.consultation:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f0e6";
}

.functionality:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f085";
}

.coffee:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f0f4";
}

.content_box_left {
	float: left;
	display: block;
	width: 47vw;
	background-color: rgba(235,213,96,1);
	padding-top: 1vh;
	padding-bottom: 1vh;
	margin-right: 0.5vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	-webkit-animation: fadein 6s;
	-moz-animation: fadein 6s;
	-ms-animation: fadein 6s;
	-o-animation: fadein 6s;
	animation: fadein 6s;
}

.contact_input {
	width: 45vw;
	height: 8vh;
	padding-left: 1vw;
	padding-right: 1vw;
	background-color: rgba(255,255,255,1);
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 1.5vw;
	font-weight: bold;
	color: rgba(235,213,96,1);
	border: 0;
	cursor: pointer;
}

.contact_input:hover {
	background-color: rgba(255,255,255,0.75);
}

.contact_input:focus {
	background-color: rgba(255,255,255,0.75);
}

.contact_textarea {
	background-color: rgba(235,213,96,1);
	width: 93vw;
	height: 35vh;
	padding: 1vw;
	font-family: 'Armata', sans-serif;
	font-size: 1.5vw;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

.contact_submit {
	display: block;
	text-decoration: none;
	background-color: rgba(41,49,51,1);
	color: #ffffff;
	border: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	width: 300px;
	margin: 0px auto;
	cursor: pointer;
}

.contact_submit:hover {
	display: block;
	text-decoration: none;
	background-color: rgba(41,49,51,0.75);
	color: #ffffff;
	border: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	width: 300px;
	margin: 0px auto;
}

.content_box_right {
	float: right;
	display: block;
	width: 47vw;
	background-color: rgba(235,213,96,1);
	padding-top: 1vh;
	padding-bottom: 4vh;
	margin-left: 0.5vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	-webkit-animation: fadein 6s;
	-moz-animation: fadein 6s;
	-ms-animation: fadein 6s;
	-o-animation: fadein 6s;
	animation: fadein 6s;
}

.contact_email {
	float: left;
	background-color: rgba(255,255,255,1);
	width: 40%;
	height: 8vh;
	text-align: left;
	line-height: 5vw;
	padding-left: 1vw;
	padding-right: 1vw;
}

.contact_email:hover {
	background-color: rgba(255,255,255,0.75);
}

.contact_email_txt {
	margin-top: -5.75vw;
	margin-left: 5vw;
}

.contact_email:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	line-height: 8vh;
	content: "\f1fa";
}

.contact_address {
	float: right;
	background-color: rgba(255,255,255,1);
	width: 40%;
	text-align: left;
	line-height: 5vw;
	padding-left: 1vw;
	padding-right: 1vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
	cursor: pointer;
}

.contact_address:hover {
	background-color: rgba(255,255,255,0.75);
}

.contact_address_txt {
	margin-top: -5.75vw;
	margin-left: 5vw;
	line-height: 1vw;
}

.contact_address:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f1ad";
}

.sent_message {
	display: block;
	background-color: rgba(0,108,53,1);
	font-size: 2vw;
	font-weight: bold;
	line-height: 4vw;
	padding: 1vw;
	color: rgba(255,255,255,1);
	width: 98%;
}

.content_box {
	display: block;
	width: 95vw;
	background-color: rgba(235,213,96,1);
	padding-top: 1vh;
	padding-bottom: 1vh;
	margin-right: 0.5vw;
	text-align: center;
	color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	-webkit-animation: fadein 8s;
	-moz-animation: fadein 8s;
	-ms-animation: fadein 8s;
	-o-animation: fadein 8s;
	animation: fadein 8s;
}

.content_box#conception h2 {
	padding-top: 1.5vw;
	text-transform: uppercase;
	line-height: 4vw;
}

.content_box#conception h2:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f044";
}

.content_first {
	display: block;
	float: left;
	width: 27.65vw;
	height: 33vh;
	background-color: rgba(255,255,255,1);
	padding: 2vw;
	text-align: center;
	vertical-align: middle;
	color: rgba(235,213,96,1);
}

.content_first p {
	text-align: justify;
}

.content_first:hover {
	background-color: rgba(255,255,255,0.75);
}

.content_first:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f1c9";
}

.prototyping {
	display: block;
	float: left;
	width: 27.65vw;
	height: 33vh;
	background-color: rgba(255,255,255,1);
	padding: 2vw;
	text-align: center;
	vertical-align: middle;
	color: rgba(235,213,96,1);
}

.prototyping p {
	text-align: justify;
}

.prototyping:hover {
	background-color: rgba(255,255,255,0.75);
}

.prototyping:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f074";
}

.user_experience {
	display: block;
	float: left;
	width: 27.65vw;
	height: 33vh;
	background-color: rgba(255,255,255,1);
	padding: 2vw;
	text-align: center;
	vertical-align: middle;
	color: rgba(235,213,96,1);
}

.user_experience p {
	text-align: justify;
}

.user_experience:hover {
	background-color: rgba(255,255,255,0.75);
}

.user_experience:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f005";
}

.content_box#layout h2 {
	padding-top: 1.5vw;
	text-transform: uppercase;
	line-height: 4vw;
}

.content_box#layout h2:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f1fc";
}

.screendesign {
	display: block;
	float: left;
	width: 27.65vw;
	height: 33vh;
	background-color: rgba(255,255,255,1);
	padding: 2vw;
	text-align: center;
	vertical-align: middle;
	color: rgba(235,213,96,1);
}

.screendesign p {
	text-align: justify;
}

.screendesign:hover {
	background-color: rgba(255,255,255,0.75);
}

.screendesign:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f108";
}

.interaction_design {
	display: block;
	float: left;
	width: 27.65vw;
	height: 33vh;
	background-color: rgba(255,255,255,1);
	padding: 2vw;
	text-align: center;
	vertical-align: middle;
	color: rgba(235,213,96,1);
}

.interaction_design p {
	text-align: justify;
}

.interaction_design:hover {
	background-color: rgba(255,255,255,0.75);
}

.interaction_design:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f0ec";
}

.modern_trends {
	display: block;
	float: left;
	width: 27.65vw;
	height: 33vh;
	background-color: rgba(255,255,255,1);
	padding: 2vw;
	text-align: center;
	vertical-align: middle;
	color: rgba(235,213,96,1);
}

.modern_trends p {
	text-align: justify;
}

.modern_trends:hover {
	background-color: rgba(255,255,255,0.75);
}

.modern_trends:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f0d0";
}

.content_box#implementation h2 {
	padding-top: 1.5vw;
	text-transform: uppercase;
	line-height: 4vw;
}

.content_box#implementation h2:before {
	font-family: 'FontAwesome';
	font-size: 5vw;
	content: "\f121";
}

.web_standards {
	display: block;
	float: left;
	width: 27.65vw;
	height: 33vh;
	background-color: rgba(255,255,255,1);
	padding: 2vw;
	text-align: center;
	vertical-align: middle;
	color: rgba(235,213,96,1);
}

.web_standards p {
	text-align: justify;
}

.web_standards:hover {
	background-color: rgba(255,255,255,0.75);
}

.web_standards:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f13b";
}

.seo {
	display: block;
	float: left;
	width: 27.65vw;
	height: 33vh;
	background-color: rgba(255,255,255,1);
	padding: 2vw;
	text-align: center;
	vertical-align: middle;
	color: rgba(235,213,96,1);
}

.seo p {
	text-align: justify;
}

.seo:hover {
	background-color: rgba(255,255,255,0.75);
}

.seo:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f00e";
}

.quality_assurance {
	display: block;
	float: left;
	width: 27.65vw;
	height: 33vh;
	background-color: rgba(255,255,255,1);
	padding: 2vw;
	text-align: center;
	vertical-align: middle;
	color: rgba(235,213,96,1);
}

.quality_assurance p {
	text-align: justify;
}

.quality_assurance:hover {
	background-color: rgba(255,255,255,0.75);
}

.quality_assurance:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f085";
}

.request_input {
	background-color: rgba(235,213,96,1);
	width: 93vw;
	height: 8vh;
	padding-left: 1vw;
	padding-right: 1vw;
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 1.5vw;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

input, select, textarea {
	color: #1e2426;
}

input:focus, select:focus, textarea:focus {
	background-color: rgba(235,213,96,0.75);
}

::-webkit-input-placeholder {
	color: #1e2426;
}
:-moz-placeholder {
	color: #1e2426;
	opacity: 1;
}
::-moz-placeholder {
	color: #1e2426;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #1e2426;
}

.sex {
	background-color: rgba(235,213,96,1);
	width: 93vw;
	height: 8vh;
	padding-left: 1vw;
	padding-right: 1vw;
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 1.5vw;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

.salutation {
	background-color: rgba(235,213,96,1);
	width: 93vw;
	height: 8vh;
	padding-left: 1vw;
	padding-right: 1vw;
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 1.5vw;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

.contact_input {
	background-color: rgba(235,213,96,1);
	width: 93vw;
	height: 8vh;
	padding-left: 1vw;
	padding-right: 1vw;
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 1.5vw;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

.classes {
	background-color: rgba(235,213,96,1);
	width: 93vw;
	height: 8vh;
	padding-left: 1vw;
	padding-right: 1vw;
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 1.5vw;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

.corrective_lens {
	background-color: rgba(235,213,96,1);
	width: 93vw;
	height: 8vh;
	padding-left: 1vw;
	padding-right: 1vw;
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 1.5vw;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

.mark {
	font-size: 4vw;
	vertical-align: -1vw;
}

.required {
	background-color: rgba(255,255,255,1);
	float: left;
	width: 2vw;
	height: 8vh;
	padding-left: 0.23vw;
	padding-right: 0.23vw;
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 4vw;
	font-weight: bold;
	color: rgba(235,213,96,1);
	border: 0;
	cursor: pointer;
}

.not_required {
	background-color: rgba(255,255,255,1);
	float: left;
	width: 2vw;
	height: 8vh;
	padding-left: 0.23vw;
	padding-right: 0.23vw;
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 4vw;
	font-weight: bold;
	color: rgba(255,255,255,1);
	border: 0;
	cursor: pointer;
}

#input_firstname {
	width: 47% !important;
	float: left;
}

#input_lastname {
	width: 47% !important;
	float: right;
}

#input_birthday {
	width: 47% !important;
	float: left;
}

#input_birthname {
	width: 47% !important;
	float: right;
}

#input_birthplace {
	width: 47% !important;
	float: left;
}

#input_country {
	width: 47% !important;
	float: right;
}

#sex {
	width: 49% !important;
	float: left;
}

#salutation {
	width: 49% !important;
	float: left;
}

#input_message {
	width: 98% !important;
}

#input_nationality {
	width: 47% !important;
	float: right;
}

#input_street {
	width: 47% !important;
	float: left;
}

#input_zip {
	width: 7% !important;
	float: right;
}

#input_city {
	width: 38% !important;
	float: right;
}

#input_phone {
	width: 47% !important;
	float: left;
}

#input_mobile {
	width: 47% !important;
	float: right;
}

#input_emailaddress {
	width: 47% !important;
	float: left;
}

#classes {
	width: 49% !important;
	float: left;
}

#corrective_lens {
	width: 49% !important;
	float: right;
}

#captcha {
	width: 98%; !important;
	float: right;
}

.request_textarea {
	float: right;
	width: 90.5vw;
	height: 25vh;
	padding-left: 1vw;
	padding-right: 1vw;
	padding-top: 2vh;
	padding-bottom: 2vh;
	margin-top: -0.05vh;
	font-family: 'Armata', sans-serif;
	font-size: 1.5vw;
	font-weight: bold;
	color: rgba(235,213,96,1);
	border: 0;
	cursor: pointer;
}

.required_textarea {
	background-color: rgba(255,255,255,1);
	float: left;
	width: 2vw;
	height: 28.7vh;
	padding-left: 0.23vw;
	padding-right: 0.23vw;
	font-family: 'Armata', sans-serif;
	line-height: 8vh;
	font-size: 4vw;
	font-weight: bold;
	color: rgba(235,213,96,1);
	border: 0;
	cursor: pointer;
}

.request_textarea:before {
	display: inline-block;
	background-color: rgba(255,255,255,1);
	position: relative;
	left: 0vw;
	top: 1vw;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
	margin-top: -1vw;
	margin-left: -1.5vw;
	font-family: 'FontAwesome';
	font-size: 1vw;
	line-height: 8.2vh;
	color: rgba(235,213,96,1);
	content: "\f111";
	cursor: pointer;
}

.request_submit {
	display: block;
	text-decoration: none;
	background-color: rgba(41,49,51,1);
	color: #ffffff;
	border: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	width: 300px;
	margin: 0px auto;
	cursor: pointer;
}

.request_submit:hover {
	display: block;
	text-decoration: none;
	background-color: rgba(41,49,51,0.75);
	color: #ffffff;
	border: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	width: 300px;
	margin: 0px auto;
}

.request_email {
	float: left;
	background-color: #ffffff;
	width: 40%;
	height: 8vh;
	text-align: left;
	line-height: 5vw;
	padding-left: 1vw;
	padding-right: 1vw;
}

.request_email_txt {
	margin-top: -5.75vw;
	margin-left: 5vw;
}

.request_email:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	line-height: 8vh;
	content: "\f1fa";
}

.request_address {
	float: right;
	background-color: #ffffff;
	width: 40%;
	text-align: left;
	line-height: 5vw;
	padding-left: 1vw;
	padding-right: 1vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
	cursor: pointer;
}

.request_address_txt {
	margin-top: -5.75vw;
	margin-left: 5vw;
	line-height: 1vw;
}

.request_address:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f1ad";
}

.request_checkbox {
	background-color: #ffffff;
	font-size: 1.5vw;
	text-align: left;
	color: rgba(235,213,96,1);
	padding: 1vw;
}

.request_checkbox label {
	cursor: pointer;
}

input[type=checkbox] {
	cursor: pointer;
}

.request_name {
	vertical-align: -0.125vw;
}

.small_price {
	font-size: 0.8vw;
	color: #666666;
	vertical-align: 0.20vw;
}

#result {
	font-size: 2vw;
	font-weight: bold;
}

#input_schedule {
	width: 45vw !important;
	float: left;
	background-color: rgba(255,255,255,1) !important;
	height: 8.3vh;
	padding-left: 1vw;
	padding-right: 1vw;
	font-family: 'Armata', sans-serif;
	line-height: 8.3vh;
	font-size: 1.5vw;
	color: rgba(235,213,96,1);
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
}

#input_budget {
	width: 50%
	float: right;
}

.small_hint {
	width: 50vw;
	font-size: 0.8vw;
	color: #666666;
	text-align: left;
	margin: 0 auto;
}

.tux {
	float: left;
	width: 5%;
	padding: 5%;
}

.tux:before {
	font-family: 'FontAwesome';
	content: "\f17c";
	font-size: 7vw;
	color: rgba(255,255,255,1);
}

.webhosting_server {
	float: right;
	width: 75%;
	font-size: 1.75vw;
	text-align: left;
	color: rgba(255,255,255,1);
	padding: 5%;
}

.square {
	position: relative;
	text-align: left;	
	left: 5vw;
	font-size: 1.5vw;
}

.square [type=checkbox] {
	display: none;
	visibility: hidden;
}

.square label {
	cursor: pointer;
	position: absolute;
	width: 2vw;
	height: 2vw;
	background-color: #ffffff;
}

.square label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 1.90vw;
	height: 1.90vw;
	background-color: rgba(235,213,96,1);
	top: 0.05vw;
	left: 0.05vw;
}

.square label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.square input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.error {
	display: block;
	background-color: rgba(255,0,0,1);
	font-size: 2vw;
	font-weight: bold;
	line-height: 4vw;
	padding: 1vw;
	color: rgba(255,255,255,1);
	width: 98%;
}

.space_ar {
	position: fixed;
	top: 0;
	z-index: 800;
	background-image: url('../img/space_ar.jpg');
	background-size: cover;
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

.space_de {
	position: fixed;
	top: 0;
	z-index: 800;
	background-image: url('../img/space_de.jpg');
	background-size: cover;
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

.space_en {
	position: fixed;
	top: 0;
	z-index: 800;
	background-image: url('../img/space_uk.jpg');
	background-size: cover;
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

.space_fr {
	position: fixed;
	top: 0;
	z-index: 800;
	background-image: url('../img/space_fr.jpg');
	background-size: cover;
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

.space_ru {
	position: fixed;
	top: 0;
	z-index: 800;
	background-image: url('../img/space_ru.jpg');
	background-size: cover;
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

.space_zh {
	position: fixed;
	top: 0;
	z-index: 800;
	background-image: url('../img/space_zh.jpg');
	background-size: cover;
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

#space {
	visibility: hidden;
}

.second_content {
	position: relative;
	z-index: 900;
	top: 60vh;
	padding-bottom: 4vh;
	margin-bottom: 10vh;
	overflow: hidden;
}

.info_content {
	background-color: rgba(30,36,38,1);
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 4vh;
	padding-bottom: 4vh;
}

.second_content_oblique {
	position: relative;
	z-index: 900;
	background-color: rgba(30,36,38,1);
	width: 105vw;
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 4vh;
	padding-bottom: 4vh;
	margin-top: -10vh;
	margin-left: -5vw;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.info_box {
	float: left;
	min-height: 60vh;
	min-width: 26vw;
	max-width: 26vw;
	text-align: center;
	margin: 2.85vw;
}

#circle {
	display: inline-block;
	width: 24vw;
	height: 24vw;
	background-color: rgba(235,213,96,1);
	-moz-border-radius: 12vw;
	-webkit-border-radius: 12vw;
	border-radius: 12vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

#circle:hover {
	display: inline-block;
	width: 26vw;
	height: 26vw;
	background-color: rgba(235,213,96,0.75);
	-moz-border-radius: 13vw;
	-webkit-border-radius: 13vw;
	border-radius: 13vw;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.completed_projects {
	font-size: 5vw;
	margin-top: 8vw;
}

#circle:hover .completed_projects {
	font-size: 5vw;
	margin-top: 9vw;
}

.customers {
	font-size: 5vw;
	margin-top: 8vw;
}

#circle:hover .customers {
	font-size: 5vw;
	margin-top: 9vw;
}

.customer_satisfaction:after {
	content: '%';
	font-size: 1vw;
}

.customer_satisfaction {
	font-size: 5vw;
	margin-top: 8vw;
}

#circle:hover .customer_satisfaction {
	font-size: 5vw;
	margin-top: 9vw;
}

.icons {
	width: 97%;
	text-align: center;
	margin-left: 5vw;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

.icons img {
	width: 3.5vw;
	margin: 1vw;
	opacity: 0.05;
	filter: alpha(opacity=5);
}

.icons img:hover {
	width: 3.5vw;
	margin: 1vw;
	opacity: 1;
	filter: alpha(opacity=100);
}

.up {
	position: relative;
	z-index: 1000;
}

.up:before {
	font-family: 'FontAwesome';
	font-size: 3vw;
	content: "\f077";
	position: fixed;
	bottom: 20vh;
	right: 48.5vw;
	text-shadow: -3px 0 rgba(30,36,38,1), 0 3px rgba(30,36,38,1), 3px 0 rgba(30,36,38,1), 0 -3px rgba(30,36,38,1);
}

#up {
	visibility: hidden;
}

.footer {
	background-color: rgba(239,69,49,1);
	color: #ffffff;
	min-width: 100%;
	z-index: 800;
	height: 5vw;
	line-height: 5vw;
	font-size: 0.60vw;
	text-align: center;
}

.nojs_footer {
	position: fixed;
	z-index: 800;
	bottom: 0;
	background-color: rgba(239,69,49,1);
	padding-top: 2vh;
	padding-bottom: 2vh;
	padding-left: 3vw;
	padding-right: 3vw;
	width: 94vw;
	font-size: 0.60vw;
	text-align: center;
}

.lng_select {
	background-color: rgba(41,49,51,1);
	text-align: left;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
}

.lng_select select {
	width: 15vw;
	background-color: rgba(41,49,51,1);
	color: #ffffff;
	font-size: 0.9vw;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.lng_select:before {
	font-family: 'FontAwesome';
	content: "\f0ac";
	font-size: 0.9vw;
}

.tax {
	float: right;
}

.copyright {
	color: #ffffff;
	float: left;
	width: 44%;
	padding-left: 5vw;
	text-align: left;
}

.made {
	float: left;
	width: 10%;
	text-align: center;
}

.lnks {
	float: right;
	text-align: right;
	width: 44%;
	padding-right: 5vw;
	text-transform: uppercase;
}

.legal_box_1 {
	float: left;
	display: block;
	width: 29.5vw;
	padding: 1vw;
	text-align: center;
}

.legal_company {
	display: block;
	height: 15vh;
}

.legal_company:before {
	font-family: 'FontAwesome';
	content: "\f1ad";
	font-size: 5vw;
	line-height: 15vh;
}

.legal_content {
	display: block;
	background-color: rgba(255,255,255,1);
	padding: 1vw;
	text-align: left;
	color: rgba(235,213,96,1);
	height: 23vh;
}

.legal_box_2 {
	float: left;
	display: block;
	width: 29.5vw;
	padding: 1vw;
	text-align: center;
}

.legal_gov:before {
	font-family: 'FontAwesome';
	content: "\f0e3";
	font-size: 5vw;
	line-height: 15vh;
}

.legal_box_3 {
	float: left;
	display: block;
	width: 29.5vw;
	padding: 1vw;
	text-align: center;
}

.legal_dev:before {
	font-family: 'FontAwesome';
	content: "\f108";
	font-size: 5vw;
	line-height: 15vh;
}

.page {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	text-align: center;
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	background-color: rgba(41,49,51,1);
}

.page .title {
	margin-top: 55vh;
	font-size: 2vw;
}

.noscript_content {
	width: 50vw;
	margin: 0 auto;
}

.nojs_page {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	text-align: center;
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	background-color: rgba(41,49,51,1);
}

.nojs_page .nojs_title {
	margin-top: 55vh;
	font-size: 2vw;
}

.nojs_contact {
	width: 20vw;
	font-size: 1vw;
	padding-top: 8vh;
	margin: 0 auto;
}

.nojs_mailto2 {
	width: 14vw;
	background-color: rgba(235,213,96,1);
	display: block;
	padding-top: 1vw;
	padding-bottom: 1vw;
	margin: 0 auto;
	font-size: 2vw;
	color: #ffffff !important;
	vertical-align: middle;
}

.nojs_mailto2:hover {
	background-color: rgba(235,213,96,0.75);
}

.nojs_social {
	line-height: 5vh;
	margin-bottom: -50vh;
}

.social {
	line-height: 5vh;
	margin-bottom: -50vh;
}

.social4 {
	display: inline-block;
	background-color: rgba(59,89,152,0.25);
	color: rgba(255,255,255,0.25);
	font-size: 1.25vw;
	height: 5vh;
	width: 3vw;
	text-align:center;
}

.social4:hover {
	background-color: rgba(59,89,152,1);
	color: rgba(255,255,255,1);
}

.social5 {
	display: inline-block;
	background-color: rgba(0,102,153,0.25);
	color: rgba(255,255,255,0.25);
	font-size: 1.25vw;
	height: 5vh;
	width: 3vw;
	text-align:center;
}

.social5:hover {
	background-color: rgba(0,102,153,1);
	color: rgba(255,255,255,1);
}

.social6 {
	display: inline-block;
	background-color: rgba(65,171,225,0.25);
	color: rgba(255,255,255,0.25);
	font-size: 1.25vw;
	height: 5vh;
	width: 3vw;
	text-align:center;
}

.social6:hover {
	background-color: rgba(65,171,225,1);
	color: rgba(255,255,255,1);
}

/**
* Quarter Circles
*/

.main_circle {
	position: relative;
	width: 95vw;
	height: 95vw;
	margin: 0;
}

.quarter {
	position: absolute;
	width: 50%;
	height: 50%;
	transition: background-color 0.2s ease-in-out;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}
.quarter:hover {
	background-color: rgba(235,213,96,0.75);
	box-shadow:0px 0px 15px rgba(0,0,0,0.7);
}
.quarter1 {
	top: 0;
	left: 0;
	background-color: rgba(235,213,96,1);
	border-radius: 100% 0 0 0;
}

.q1 {
	margin-top: 17vw;
	margin-left: 6vw;
	width: 35vw;
}

.q1ar {
	margin-top: 17vw;
	margin-right: 6vw;
	width: 35vw;
}

.q1_txt {
	font-weight: 400;
	font-size: 1.15vw;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
}

.q1_txt h1 {
	font-size: 1.5vw;
}

.q1_txt a {
	color: rgba(41,49,51,1);
}

.q1_txt ul {
	text-align: left;
	list-style-type: none;
}

.q1_txt li a {
	color: rgba(255,255,255,1);
	font-weight: normal;
}

.q1_txt .include:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: 0.5vw;
}

.q1_txt .includear:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
}

.q1_txt .notinclude:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 0.5vw;
}

.q1_txt_price {
	font-size: 4vw;
}

.quarter2 {
	top: 0;
	right: 0;
	background-color: rgba(235,213,96,1);
	border-radius: 0 100% 0 0 ;
}

.q2 {
	margin-top: 19vw;
	margin-left: 9vw;
	width: 35vw;
}

.q2ar {
	margin-top: 18vw;
	margin-right: 5vw;
	width: 35vw;
}

.q2_txt {
	font-weight: 400;
	font-size: 1.15vw;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
}

.q2_txt h1 {
	font-size: 1.5vw;
}

.q2_txt a {
	color: rgba(41,49,51,1);
}

.q2_txt ul {
	text-align: left;
	list-style-type: none;
}

.q2_txt li a {
	color: rgba(255,255,255,1);
	font-weight: normal;
}

.q2_txt .include:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: 0.5vw;
}

.q2_txt .includear:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
}

.q2_txt .notinclude:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 0.5vw;
}

.q2_txt_price {
	font-size: 4vw;
}

.quarter3 {
	bottom: 0;
	left: 0;
	background-color: rgba(235,213,96,1);
	border-radius: 0 0 0 100%;
}

.q3 {
	margin-top: 15vw;
	margin-left: 5vw;
	width: 35vw;
}

.q3ar {
	margin-top: 15vw;
	margin-right: 9vw;
	width: 35vw;
}

.q3_txt {
	font-weight: 400;
	font-size: 1.15vw;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
}

.q3_txt h1 {
	font-size: 1.5vw;
}

.q3_txt a {
	color: rgba(41,49,51,1);
}

.q3_txt ul {
	text-align: left;
	list-style-type: none;
}

.q3_txt li a {
	color: rgba(255,255,255,1);
	font-weight: normal;
}

.q3_txt .include:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: 0.5vw;
}

.q3_txt .includear:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
}

.q3_txt .notinclude:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 0.5vw;
}

.q3_txt_price {
	font-size: 4vw;
}

.quarter4 {
	bottom: 0;
	right: 0;
	background-color: rgba(235,213,96,1);
	border-radius: 0 0 100% 0;
}

.q4 {
	margin-top: 14vw;
	margin-left: 9vw;
	width: 35vw;
}

.q4ar {
	margin-top: 14vw;
	margin-right: 3vw;
	width: 35vw;
}

.q4_txt {
	font-weight: 400;
	font-size: 1.15vw;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
}

.q4_txt h1 {
	font-size: 1.5vw;
}

.q4_txt a {
	color: rgba(41,49,51,1);
}

.q4_txt ul {
	text-align: left;
	list-style-type: none;
}

.q4_txt li a {
	color: rgba(255,255,255,1);
	font-weight: normal;
}

.q4_txt .include:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: 0.5vw;
}

.q4_txt .includear:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
}

.q4_txt .notinclude:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 0.5vw;
}

.q4_txt_price {
	font-size: 4vw;
}

.rating {
	width: 47.5vw;
	height: 47.5vw;
	background-color: rgba(235,213,96,1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: 400;
	font-size: 1.25vw;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	border-radius: 25vw;
	position: absolute;
	z-index: 5;
	padding-top: 7.5vw;
	padding-bottom: 7.5vw;
	padding-left: 5vw;
	padding-right: 5vw;
	top: 23.75vw;
	left: 23.75vw;
	box-shadow:0px 0px 20px rgba(0,0,0,0.7);
}

.rating:hover {
	box-shadow:0px 0px 10px rgba(0,0,0,0.7);
}

.rating a {
	color: rgba(41,49,51,1);
}

.rating ul {
	text-align: left;
	list-style-type: none;
}

.rating li a {
	color: rgba(255,255,255,1);
	font-weight: normal;
}

.rating .include:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: 0.5vw;
}

.rating .includear:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: 0.5vw;
}

.rating .notinclude:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 0.5vw;
}

.rating_price {
	font-size: 5vw;
}

.individual_request {
	display: block;
	width: 100%;
	font-size: 2vw;
	line-height: 6vw;
	margin-top: 2vw;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(41,49,51,1);
}

.individual_request:hover {
	background-color: rgba(41,49,51,0.75);
}

    .video_container {
	position: relative;
	left: 48vw;
	margin-right: 48vw;
	margin-bottom: 2vw;
    }
    
    .laptop {
      background: #89c9e5;
      width: 50vw;
      height: 28vw;
      border: 15px solid #3f3f41;
      border-top: 20px solid #3f3f41;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: 0 0 0 1px #d1d2d4;
    }
    
    .laptop:before {
      content: "";
      bottom: -35px;
      height: 20px;
      width: 65vw;
      background: #e6e8e7;
      border-radius: 0 0 10px 10px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
    
    .laptop:after {
      content: "";
      top: -11px;
      height: 3px;
      width: 3px;
      background: #e6e7e8;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
    
    .base {
      height: 10px;
      width: 50vw;
      background: #d1d2d4;
      position: absolute;
      transform: translateX(-50%);
      border-radius: 0 0 1px 1px;
      /*        display: none;*/
    }
    
    .base:before {
      content: "";
      width: 10vw;
      height: 10px;
      background: #bcbdc1;
      border-radius: 0 0 7px 7px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
    
    .base:after {
      content: "";
      height: 20px;
      width: 65vw;
      box-shadow: 0 0 20px 7px rgba(47, 48, 49, 0.38);
      position: absolute;
      border-radius: 0 0 10px 10px;
      left: 50%;
      transform: translateX(-50%);
    }

#toggler {
	cursor: pointer;
	display: none;
}

#cookie-law {
	position: fixed;
	top: 0;
	z-index: 1000000;
	width: 100vw;
	line-height: 4.5vw;
	background-color: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	font-size: 1vw;
	padding-left: 10px;
	padding-right: 10px;
}

.classes_label_top {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	float: left;
}

.classes_2-wheel_top {
	background-color: rgba(235,213,96,1);
	min-width: 53.65vw;
	width: 53.65vw;
	max-width: 53.65vw;
	float: left;
	text-align: center;
	padding-top: 0.25vw;
	padding-bottom: 0.25vw;
}

.classes_2-wheel_top:before {
	color: rgba(30,36,38,1);
	font-family: 'FontAwesome';
	content: "\f21c";
	font-size: 2vw;
}

.classes_4-wheel_top {
	background-color: rgba(235,213,96,1);
	min-width: 26.85vw;
	width: 26.85vw;
	max-width: 26.85vw;
	float: left;
	text-align: center;
	padding-top: 0.25vw;
	padding-bottom: 0.25vw;
	margin-left: 0.25vw;
}

.classes_4-wheel_top:before {
	color: rgba(30,36,38,1);
	font-family: 'FontAwesome';
	content: "\f1b9";
	font-size: 2vw;
}

.classes_label_sub {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	float: left;
}

.classes_am {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.classes_am:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_a1 {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.classes_a1:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_a2 {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.classes_a2:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_a {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.classes_a:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_b {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;;
	margin-left: 0.25vw;
	font-weight: bold;
}

.classes_b:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_be {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.classes_be:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_label {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
	min-width: 12.5vw;
	width: 12.5vw;
	max-width: 12.5vw;
	float: left;
	font-size: 0.75vw;
	line-height: 1.25vw;
	border-bottom: 0.25vw solid #ebd560;
	padding-left: 0.5vw;
}

.classes_content_am {
	min-width: 13.5vw;
	width: 13.5vw;
	max-width: 13.5vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.classes_content_am:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_content_a1 {
	min-width: 13.4vw;
	width: 13.4vw;
	max-width: 13.4vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.classes_content_a1:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_content_a2 {
	min-width: 13.4vw;
	width: 13.4vw;
	max-width: 13.4vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.classes_content_a2:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_content_a {
	min-width: 13.35vw;
	width: 13.35vw;
	max-width: 13.35vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.classes_content_a:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_content_b {
	min-width: 13.5vw;
	width: 13.5vw;
	max-width: 13.5vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
	margin-left: 0.25vw;
}

.classes_content_b:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.classes_content_be {
	min-width: 13.35vw;
	width: 13.35vw;
	max-width: 13.35vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.classes_content_be:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.check:before {
	font-family: 'FontAwesome';
	content: "\f00c";
}

.uncheck:before {
	font-family: 'FontAwesome';
	content: "\f00d";
}

.prices_label_top {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	float: left;
}

.prices_2-wheel_top {
	background-color: rgba(235,213,96,1);
	min-width: 53.65vw;
	width: 53.65vw;
	max-width: 53.65vw;
	float: left;
	text-align: center;
	padding-top: 0.25vw;
	padding-bottom: 0.25vw;
}

.prices_2-wheel_top:before {
	color: rgba(30,36,38,1);
	font-family: 'FontAwesome';
	content: "\f21c";
	font-size: 2vw;
}

.prices_4-wheel_top {
	background-color: rgba(235,213,96,1);
	min-width: 26.85vw;
	width: 26.85vw;
	max-width: 26.85vw;
	float: left;
	text-align: center;
	padding-top: 0.25vw;
	padding-bottom: 0.25vw;
	margin-left: 0.25vw;
}

.prices_4-wheel_top:before {
	color: rgba(30,36,38,1);
	font-family: 'FontAwesome';
	content: "\f1b9";
	font-size: 2vw;
}

.prices_label_sub {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	float: left;
}

.prices_am {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.prices_am:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_a1 {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.prices_a1:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_a2 {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.prices_a2:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_a {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.prices_a:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_b {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;;
	margin-left: 0.25vw;
	font-weight: bold;
}

.prices_b:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_be {
	min-width: 13vw;
	width: 13vw;
	max-width: 13vw;
	line-height: 6vh;
	float: left;
	text-align: center;
	border: 0.25vw solid #ebd560;
	font-weight: bold;
}

.prices_be:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_label {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
	min-width: 12.5vw;
	width: 12.5vw;
	max-width: 12.5vw;
	float: left;
	font-size: 0.75vw;
	line-height: 1.25vw;
	border-bottom: 0.25vw solid #ebd560;
	padding-left: 0.5vw;
}

.prices_content_am {
	min-width: 13.5vw;
	width: 13.5vw;
	max-width: 13.5vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.prices_content_am:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_content_a1 {
	min-width: 13.4vw;
	width: 13.4vw;
	max-width: 13.4vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.prices_content_a1:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_content_a2 {
	min-width: 13.4vw;
	width: 13.4vw;
	max-width: 13.4vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.prices_content_a2:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_content_a {
	min-width: 13.35vw;
	width: 13.35vw;
	max-width: 13.35vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.prices_content_a:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_content_b {
	min-width: 13.5vw;
	width: 13.5vw;
	max-width: 13.5vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
	margin-left: 0.25vw;
}

.prices_content_b:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}

.prices_content_be {
	min-width: 13.35vw;
	width: 13.35vw;
	max-width: 13.35vw;
	float: left;
	text-align: center;
	border-bottom: 0.25vw solid #ebd560;
}

.prices_content_be:hover {
	background-color: rgba(235,213,96,1);
	color: rgba(30,36,38,1);
}
