body {
	/* padding-top: 100px; */
	background: #fff;
	font-weight: normal;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #272727;
}

.hiddenField {
	display: none;
}

/* custom bootrap*/
.container-full {
	width: 100%;
	margin-top: 4px;
}

.Light49 {
	font-weight: lighter;
	font-size: 49px;
}

a {
	color: #45aed6;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover, a:focus {
	text-decoration: none;
	color: #2a95be;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.gradiant {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
	font-size: 12px;
	font-weight: normal;
}

.section-header .section-title {
	font-size: 22px;
	line-height: 20px;
	color: #ee7d11;
	position: relative;
	margin: 0 0 20px;
	font-weight: normal;
}

.section-title {
	font-size: 22px;
	line-height: 20px;
	color: #ee7d11;
	position: relative;
	/* 	margin: 0 0 20px; */
	margin-top: 17px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: bold;
}

.welcome-title {
	margin-top: 20px;
}

.bone-logo {
	margin-top: 25px;
}

/* .section-title:before { */
/* 	content: ""; */
/* 	position: absolute; */
/* 	width: 150px; */
/* 	bottom: 0; */
/* 	height: 4px; */
/* 	background: #ee7323; */
/* } */
.section-header .section-title:before {
	content: "";
	position: absolute;
	width: 170px;
	bottom: 0;
	height: 4px;
	background: #ff641b;
}

.section-header .section-title:after {
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -11px;
	left: 50%;
	margin-left: -12px;
}

.btn {
	border-width: 0;
	border-radius: 2px;
	padding: 7px 12px;
}

.orange-btn {
	background: #ee7d11;
	border-color: #ee7d11;
	border-radius: 2px;
	color: white;
}

.orange-btn:hover {
	background: #FF8D3C;
	border-color: #FF8D3C;
	border-radius: 2px;
	color: white;
}

.btn.btn-primary {
	background: #003b79;
	border-color: #003b79;
	border-radius: 2px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
	background: #002246;
}

.column-title {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}

.column-title:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40%;
	border-bottom: 1px solid #45aed6;
}

ul.nostyle {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

ul.nostyle i {
	color: #45aed6;
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

@media ( min-width :767px) {
	.navbar {
		padding: 20px 0px 0px 0px;
		/*padding: 20px 0;*/
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
	.top-nav-collapse {
		padding: 0;
	}
	.navbar-fixed-top {
		padding: 0;
	}
}

@
-webkit-keyframes scaleIn { 0% {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

100%
{
opacity
















:








 








1;
-webkit-transform
















:








 








scale
















(1);
transform
















:








 








scale
















(1);
}
}
@
keyframes scaleIn { 0% {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

100%
{
opacity
















:








 








1;
-webkit-transform
















:








 








scale
















(1);
-ms-transform
















:








 








scale
















(1);
transform
















:








 








scale
















(1);
}
}
.padding_top_mid {
	padding-top: 30px;
}

/*************************
*******Header START*******
**************************/
.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	/*background:#fff;*/
	background: white;
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 32px;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding-left: 16px;
}

.navbar-brand {
	padding-top: 0px;
	padding-bottom: 0px;
}

.nav>li>a {
	padding: 7px 20px;
}

/* enable absolute positioning */
.inner-addon {
	position: relative;
}

.inner-addon .fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}

.left-addon .fa {
	left: 0px;
}

.right-addon .fa {
	right: 0px;
}

.left-addon input {
	padding-left: 40px;
}

.right-addon input {
	padding-right: 30px;
}

.top-line ul.info-list {
	margin: 0;
	padding: 0;
	line-height: 67px;
}

.top-line ul.info-list li span {
	font-weight: bold;
	color: black;
	font-size: 11px;
}

.top-line ul.info-list li div {
	float: right;
	padding-top: 8px;
	color: rgb(85, 85, 85);
	font-weight: lighter;
}

.top-line ul.info-list li {
	display: inline-block;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 20px;
	/*line-height: 14px;*/
	vertical-align: middle;
}

@media only screen and (min-width: 768px) {
	.top-line ul.info-list li {
		display: inline-block;
		margin-left: 8px;
		padding-left: 0px;
	}
}

.top-line ul.info-list li i {
	color: #6689af;
	font-size: 45px;
	margin-right: 10px;
	height: 45px;
	position: relative;
	top: 6px;
}

.header_email_link:link {
	color: #3e454c;
}

.header_email_link:visited {
	color: #3e454c;
}

.header_email_link:hover {
	color: #3e454c;
}

.header_email_link:active {
	color: #3e454c;
}

/* change language url styling */
.lang_div {
	border-radius: 10px;
	min-width: 20px;
	width: 20px;
	min-height: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	padding-top: 0px !important;
}

.lang_div_selected a {
	color: white;
	font-weight: bold;
}

.lang_div_selected {
	background: #3e454c;
}

.lang_div_unselected a {
	color: #3e454c;
	font-weight: bold;
}

.lang_div_unselected {
	background: none;
}

#login_form {
	padding-top: 10px;
}

.registerLink {
	color: #003b79;
	margin-right: 15px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	font-weight: bold;
}

.registerLink:hover {
	color: #003b79;
	text-decoration: underline;
}

.login_input {
	width: 160px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}

.errorText {
	color: red;
	display: none;
}

.sign-in:after {
	content: '\f090';
	font-family: 'FontAwesome';
	padding-left: 5px;
}

.sign-in {
	min-width: 120px;
}

.inputLabel {
	min-width: 200px;
}

.search-header form {
	border: none;
}

.search-header input {
	width: 100% !important;
}

.search-header .navbar-form {
	width: 100% !important;
}

.search-header .form-group {
	width: 100% !important;
}

.search-header button {
	margin-left: 0px;
	margin-top: 0px;
}

.search-header a {
	font-size: 11px;
	float: right;
	margin-top: -10px;
	line-height: 11px;
}

@media only screen and (min-width: 992px) {
	.search-header input {
		width: 800px !important;
	}
	.search-header .navbar-form {
		width: auto !important;
	}
	.search-header .form-group {
		width: auto !important;
	}
	.search-header button {
		margin-left: 10px;
		margin-top: -10px;
	}
}

.search-icon {
	color: rgb(235, 235, 235);
	font-size: 25px;
	margin-top: -5px;
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 2px !important;
}

.advancedSearch {
	color: #6689af;
}

select::-ms-expand {
	display: none;
}

.search_button {
	background: #6689af;
	border-color: 6689af;
	border-radius: 2px;
	color: #fff;
}

.newsletter_button {
	background: #ee7423;
	border-color: #ee7423;
	border-radius: 2px;
	color: #fff;
}

@media ( min-width : 768px) and (max-width:999px) {
	#main-menu.navbar-default .navbar-nav>li>a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 15px;
	}
}

@media only screen and (min-width: 768px) {
	#main-menu.navbar-default {
		/*background: rgba(255, 255, 255, 1);*/
		/* 		background: #f5f5f5; */
		/* 		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); */
		/* 		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); */
		
	}
	#main-menu.navbar-default .navbar-nav>li>a {
		font-family: Verdana, Geneva, sans-serif;
		padding-top: 25px;
		font-size: 12px;
		line-height: 22px;
		color: #003B79;
		font-weight: bold;
	}
	#main-menu.navbar-default .navbar-nav>li.active>a, #main-menu.navbar-default .navbar-nav>li.open>a,
		#main-menu.navbar-default .navbar-nav>li:hover>a {
		background: transparent;
		border-top: 0px solid #ff6c00;
		text-decoration: underline;
	}
	#main-menu.navbar-default .dropdown-menu {
		padding: 0 20px;
		min-width: 220px;
		background-color: rgba(26, 28, 40, 0.9);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		background-clip: inherit;
	}
	#main-menu.navbar-default .dropdown-menu>li {
		border-left: 3px solid transparent;
		margin-left: -20px;
		padding-left: 17px;
		-webit-transition: border-color 400ms;
		transition: border-color 400ms;
	}
	#main-menu.navbar-default .dropdown-menu>li>a {
		border-top: 1px solid #404455;
		padding: 15px 0;
		color: #eeeeee;
	}
	#main-menu.navbar-default .dropdown-menu>li:first-child>a {
		border-top: 0;
	}
	#main-menu.navbar-default .dropdown-menu>li.active, #main-menu.navbar-default .dropdown-menu>li.open,
		#main-menu.navbar-default .dropdown-menu>li:hover {
		border-left-color: #45aed6;
	}
	#main-menu.navbar-default .dropdown-menu>li.active>a, #main-menu.navbar-default .dropdown-menu>li.open>a,
		#main-menu.navbar-default .dropdown-menu>li:hover>a {
		color: #45aed6;
		background-color: transparent;
	}
}

/*************************
*******Header END*********
**************************/

/*************************
*******InfoPart START*****
**************************/
#main-info {
	background-color: #f5f5f5;
	background-size: auto 450px;
	background-repeat: no-repeat;
	margin-top: -4px;
	font-weight: normal;
}

@media ( min-width : 900px) {
	#main-info {
		background-size: 100% auto;
	}
}

/* styling responsiveness */
.newsPart-inner {
	background-color: #f5f5f5;
	width: 100%;
	margin-top: 3px;
	/* 	padding: 5px 0 5px 5px !important; */
	min-height: 320px;
	max-height: 320px;
	overflow: auto;
	min-height: 320px;
}

.scroll-wrapper {
	/* 	border-radius: 2px; */
	/* 	border-style: solid; */
	/* 	border-width: 1px; */
	/* 	border-color: rgb(204, 204, 204); */
	margin-right: -20px !important;
}

.newsPart {
	background-color: #f5f5f5;
	width: 100%;
}

.trial-labels {
	width: 25%;
	display: inline-block;
}

.trial-labels label {
	font-weight: normal;
}

.contact-form-inner {
	background-color: #f5f5f5;
	width: 100%;
	margin-top: 3px;
	/*min-height: 250px;
	max-height: 250px;*/
	overflow: none;
	margin-top: 35px;
}

.contact-form-inner .form-control {
	margin: 3px;
	height: 34px;
	font-size: 12px;
	width: 100%;
}

.contact-form-inner h2 {
	
}

.required-star {
	width: auto !important;
	color: red !important;
}

.required-message {
	font-size: 12px;
}

.contact-form-inner select {
	background: #fff
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJ1BMVEUAAAC9vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb2WH91AAAAADHRSTlMAAQIFRkyJm53HyMogFRo2AAAAU0lEQVQI12NgwA0YU0CkmwADx5kABgbWMwUM0meOMjDEnNnIwLznTADrmdMGDAzWZ47GnNkMVAcUOnPKAKTD6syZxWADmNdABIBCk6FmMikw4AUAx/wWUqbJxEIAAAAASUVORK5CYII=')
		no-repeat 98% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	appearance: none;
	outline-width: 0;
}

.info_part2 {
	min-height: 450px;
	width: 100%;
}

@media ( min-width :850px) {
	.info_part2 {
		width: 50%;
	}
}

@media ( min-width :1330px) {
	.container {
		width: 1300px
	}
	.newsPart {
		width: 33%;
		min-height: 470px;
	}
	.info_part2 {
		width: 33%;
	}
	.main-info {
		backgroun-size: 100% auto;
	}
}

#map {
	width: 256px;
	height: 324px;
}

.de_backgroundMap {
	/* 	background-image: url(/public/images/mapEU_DE.png); */
	
}

.en_backgroundMap {
	/* 	background-image: url(/public/images/mapEU_EN.png); */
	
}

.de_infoh1 {
	font-size: 36px;
	line-height: 48px;
}

.en_infoh1 {
	font-size: 57px;
	line-height: 48px;
}

.info_part1, .info_part2 {
	padding-top: 40px;
}

.info_part1 h5 {
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 24px;
}

.info_part1 h1 {
	margin-top: 0px;
	margin-bottom: 30px;
}

.info_part1 p {
	/* 	margin-bottom: 25px; */
	font-size: 12px;
	line-height: 15px;
}

.info_part1 ul {
	margin-left: -15px;
}

.info_part1 ul li {
	font-size: 12px;
	line-height: 24px;
	padding-left: 10px;
}

.info_part1 a {
	margin-bottom: 50px;
}

.info_part2 h4 {
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}

.info_part2 h3 {
	font-size: 23px;
	line-height: 54px;
}

.info_part2 span {
	font-size: 12px;
	line-height: 29px;
}

#graphContainer {
	margin-left: -40%;
	margin-top: 10px;
	width: 200px;
	height: 300px;
}

@media ( min-width :440px) {
	#graphContainer {
		margin-left: 0%;
	}
}

#graphContainer tspan {
	stroke: #ffffff;
	stroke-width: 0px;
}

.newsPart h2 {
	/*margin-top: 10px; 
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 24px;*/
	
}

.newsPartItem a {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	font-weight: bold;
	color: #003b79;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	padding-right: 5px;
}

.newsPartItem p {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}

.newsDate {
	margin-bottom: 10px;
	color: rgb(204, 204, 204);
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 2px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	font-size: 10px;
	line-height: 24px;
}

.required-info {
	margin-bottom: 10px;
	color: #727476;
	font-size: 10px;
	line-height: 24px;
}

/*************************
*******InfoPart End*******
**************************/

/*************************
*******Services START*****
**************************/
#features {
	padding: 100px 0;
}

#features .media.service-box:first-child {
	margin-top: 80px;
}

#services {
	padding: 50px 0 25px;
}

.media-heading {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
}

.media.service-box {
	margin: 25px 0;
	text-align: center;
}

.media.service-box .pull-left {
	width: 100%;
	padding-bottom: 25px;
}

.media.service-box .pull-left>i {
	font-size: 42px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	border-radius: 100%;
	color: #4c4c4c;
	-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
	transition: background-color 400ms, background-color 400ms;
	position: relative;
}

.media.service-box .pull-left>i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: -10px;
}

.media-body h4 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
	color: #454545;
	line-height: 22px;
}

.media-body p {
	line-height: 20px;
	font-weight: lighter;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	width: 80%;
	margin: auto;
}

.media.service-box:hover .pull-left>i {
	color: #000;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

/*************************
*******Services End*******
**************************/

/*************************
***AnimatedNumber START***
**************************/
#animated-number {
	font-weight: bold;
	padding: 0px 0 15px;
	background: /*#132125 url(../images/bg.jpg) no-repeat 0 0*/ #f5f5f5;
	background-size: cover;
	color: #666;
}

#animated-number strong {
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: regular;
	line-height: 24px;
	text-transform: capitalize;
}

.animated-number {
	display: inline-block;
	font-size: 22px;
	line-height: 20px;
	color: #ee7d11;
	position: relative;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	margin: 5px 0 10px 0;
}

@media ( max-width :500px) {
	.animated-number {
		display: inline-block;
		font-size: 22px;
		line-height: 20px;
		color: #ee7d11;
		position: relative;
		padding-bottom: 14px;
		margin: 0 0 20px;
		font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
		margin: 20px 0 10px 0;
	}
}

.animated-number-about {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #474747;
}

/*************************
***AnimatedNumber End*****
**************************/

/*************************
******Footer START********
**************************/
#get-in-touch {
	padding: 15px 0 20px;
	color: #454545;
	background: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#get-in-touch h1, #get-in-touch h2 {
	color: #454545;
}

#get-in-touch .address {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#get-in-touch .address h4 {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}

#get-in-touch .address p {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}

#get-in-touch .address a {
	color: #666;
	font-weight: normal;
}

#get-in-touch .address a:hover {
	color: #003B79;
	font-weight: bold;
	text-decoration: underline;
}

#get-in-touch .form-control {
	/*height: 40px;*/
	color: #323232;
}

#get-in-touch  textarea.form-control {
	height: 135px;
	color: #323232;
}

#get-in-touch .btn.btn-primary {
	font-weight: normal;
	font-size: 22px;
	padding: 8px 40px;
}

#get-in-touch p, #get-in-touch h2, #get-in-touch .address p {
	color: #fff;
}

#get-in-touch a {
	color: #666;
	font-weight: bold;
}

.slider-header {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 14px;
}

#get-in-touch a:hover {
	color: #003B79;
	text-decoration: underline;
}

#get-in-touch i {
	font-size: 36px;
}

#get-in-touch li {
	margin: 0px 0px 30px 0px;
}

#get-in-touch div.row {
	padding-left: 0px;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
	/* 	background: #2e2e2e; */
}

#footer a {
	color: #fff;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 -7.5px;
}

#footer ul>li {
	display: inline-block;
	margin: 0 7.5px;
}

@media only screen and (min-width: 768px) {
	#footer .social-icons {
		float: right;
	}
}

.footerLinks {
	font-size: 14px !important;
	margin: 0px !important;
}

/*************************
******Footer End**********
**************************/
#search-table {
	padding: 152px 0 87px;
	background-size: cover;
	color: #000;
}

#trial, #advance {
	margin: 0 auto;
	/* 	width: 60%; */
}

.chevron-right:after {
	content: '\f054';
	font-family: 'FontAwesome';
	padding-left: 5px;
}

.horizontalSeparator {
	min-height: 20px;
}

.pageHeaderText {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 9px 0;
	color: #ee7d11;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.messageSiteContainer {
	text-align: center;
	padding-bottom: 15px;
}

.newsletter button {
	vertical-align: top;
	margin: 2px;
}

#newsletter_section {
	vertical-align: middle;
	text-align: center;
	background: #f5f5f5;
}

#newsletter_section h2 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	margin-bottom: 20px;
}

/*************************
***TRIAL/REGISTER START***
**************************/
.trial-header {
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

#registration_form {
	margin-left: 12%;
}

/* TRIAL/REGISTER */
.form-group .col-xs-7 {
	margin-left: 15%;
	margin-right: 15%;
}

div.serverErrors input {
	border-color: #a94442;
}

div.serverErrors label {
	color: #a94442;
	display: block;
	visibility: visible;
}

.invisible {
	display: none;
	visibility: hidden;
}
/* Tooltip container */
.mytooltip {
	
}

.font-size-12 {
	font-size: 12px;
}

.textarea-label {
	vertical-align: top;
}

.align-right {
	text-align: right;
}

/* Tooltip text */
.mytooltip .mytooltiptext {
	visibility: hidden;
	left: 100%;
	width: 260px;
	background-color: rgb(231, 231, 231);
	color: #777;
	text-align: left;
	padding: 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	margin-top: 38px;
}

.mytooltip>input {
	width: 70%;
	display: inline-block
}

.mytooltip textarea {
	width: 70%;
	display: inline-block
}

.one-third-trial-input {
	width: 12% !important;
}

.two-third-trial-input {
	width: 40% !important;
}

.second-trial-label {
	text-align: center;
	width: 17% !important;
	display: inline-block;
}

.second-trial-label label {
	font-weight: normal;
}

.mytooltip>label {
	font-weight: normal;
	display: inline-block;
}

.mytooltip>select {
	width: 70%;
	font-weight: normal;
	display: inline-block;
	background:
		url(/public/images/fa/font-awesome_4-7-0_chevron-down_16_0_000000_none.png)
		right no-repeat;
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
}

.mytooltip input[type=submit] {
	width: auto;
}
/* Show the tooltip text when you mouse over the tooltip container */
.mytooltip:hover .mytooltiptext {
	visibility: visible;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.md-checkbox {
	position: relative;
	margin: 16px 0;
}

.md-checkbox label {
	cursor: pointer;
	font-weight: normal;
	color: #7c7c7c
}

.md-checkbox a {
	cursor: pointer;
	font-weight: normal;
	color: #7c7c7c
}

.md-checkbox label:before, .md-checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.md-checkbox label:before {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid rgba(91, 143, 196, 0.54);
	border-radius: 2px;
	cursor: pointer;
	transition: background .3s;
	font-size: 14px;
}

.md-checkbox input[type="checkbox"] {
	outline: 0;
	margin-right: 10px;
}

.md-checkbox input[type="checkbox"]:checked+label:before {
	background: #5B8FC4;
	border: none;
}

.md-checkbox input[type="checkbox"]:checked+label:after {
	transform: rotate(-45deg);
	top: 5px;
	left: 4px;
	width: 12px;
	height: 6px;
	border: 2px solid #fff;
	border-top-style: none;
	border-right-style: none;
}

/*************************
****TRIAL/REGISTER END****
**************************/

/* PASSWORD RECOVERY */
.password-recovery-header {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 9px 0;
	color: #ee7d11;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.password-recovery-body {
	margin: 9px 0 20px 0;
	font-weight: normal;
	display: inline-block;
}

.changePasswordTip {
	padding: 0px 10px 10px 10px;
	line-height: 16px;
	background-color: rgb(231, 231, 231);
	color: #777;
	text-align: left;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	font-weight: normal;
	font-size: 11px;
	border-radius: 2px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}

.changePasswordTip li {
	margin-left: 5px;
}

.changePasswordTipTitle {
	line-height: 30px;
	font-weight: bold;
}

.g-recaptcha {
	float: right;
}

.terms {
	cursor: pointer;
	font-weight: normal;
	color: #7c7c7c;
	text-decoration: underline;
	text-decoration-color: black;
}

.trial-submit {
	color: white;
}

.highchart-label {
	text-align: center;
	color: #666666;
	cursor: default;
	line-height: 15px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	fill: #666666;
}

.highcharts-tooltip {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px !important;
	font-weight: normal;
}

.highcharts-tooltip text tspan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px !important;
	font-weight: normal;
}

.faq-element {
	list-style-type: none;
}

.faq-element h3 {
	font-size: 16px;
	text-align: left;
	line-height: 16px;
}

.faq-element p {
	text-align: left;
	margin-top: 20px;
}

.faq-element-title {
	border-color: #ee7423;
	border-width: 0 0 3px;
	border-style: solid;
	cursor: pointer;
}

#faq_section ol {
	margin-top: 30px;
	margin-bottom: 60px;
	width: 100%;
}

#faq_section h2 {
	margin-top: 40px;
	text-align: center;
}

.footerRow {
	text-align: center;
	width: auto;
}

.footerRow a {
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 5%;
	margin-right: 5%;
}

.main-logo {
	width: 208px;
	height: 53px;
	margin-top: 10px;
}

.further-left-field {
	padding: 0px 4px 0px 0px;
}

.further-right-field {
	padding: 0px 0px 0px 3px;
}

#password_recovery_confirm {
	background: #f5f5f5;
}

#password_recovery_finalize {
	background: #f5f5f5;
}

#message_section {
	background: #f5f5f5;
}

.cookie-policy {
	background-color: #f5f5f5;
	border: 1px solid rgb(204, 204, 204);
	bottom: 0;
	box-sizing: border-box;
	color: #666;
	display: inline;
	font-size: 0.8em;
	height: 70px;
	left: 0;
	padding: 5px 30px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.cookie-message {
	line-height: 1.5em;
}

.cookie-header {
	font-weight: bold;
}

#external_login {
	background-color: #f5f5f5;
}

.password1 {
	font-weight: normal;
	width: 220px;
	text-align: left;
}

.password1-input {
	height: 34px;
	display: inline-block;
	margin: 3px 0;
}

.changePasswordTipTitle li span {
	width: 100%;
}

.password-recovery-body .mytooltip>input {
	width: 40%;
}

.password-recovery-body  .mytooltiptext {
	left: 31%;
}

.password-recovery-body form {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	.cookie-policy {
		height: auto;
	}
	#cookiePolicyButton {
		width: auto !important;
	}
}

@media only screen and (max-width: 992px) {
	.password-recovery-body {
		width: 100%;
	}
	#password_recovery_confirm .login_input {
		float: left;
		width: 155px !important;
	}
	.password-recovery-body .mytooltip {
		left: 30%;
	}
	.password1 {
		width: 100%;
	}
	.password-recovery-body .mytooltip>input {
		width: 100%;
	}
	.changePasswordTip {
		margin-right: 0px;
		margin-left: 0px;
	}
	.changePasswordTipTitle li span {
		display: inline-flex;
		width: 93%;
	}
}

@media only screen and (max-width: 578px) {
	.password-recovery-body {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
	.cookie-policy {
		height: auto;
	}
	#cookiePolicyButton {
		width: auto !important;
	}
}

#closeCookiePolicy {
	width: 15px;
	height: 15px;
	background: url(/public/images/tool-sprites.gif) 0 0;
}

#closeCookiePolicy:hover {
	cursor: pointer;
}

.close-cookie-container {
	position: absolute;
	right: 5px;
	top: 5px;
	vertical-align: center;
}

.advertisment-title {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 20px;
	color: #666;
	position: relative;
	margin: 0 0 20px;
}

.advertisment-text {
	color: #fff;
	font-weight: normal;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

.advertisment-emphasis {
	color: #ee7d11;
	font-weight: bold;
	margin-bottom: 10px;
}

#top-advertisment {
	margin-bottom: 10px;
	background-color: #f5f5f5;
}

#top-advertisment .container {
	padding: 15px;
}

#top-advertisment a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 1330px) {
	.advertisment-logo {
		height: 231px;
		margin: -19px 0 -15px 0
	}
	.advertisment-image-containter {
		width: 22%;
		text-align: right;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1329px) {
	.advertisment-logo {
		height: 275px;
		margin: -19px 0 -15px 0;
		width: 100%;
	}
	.advertisment-image-containter {
		width: 22%;
		text-align: right;
	}
}

@media only screen and (min-width: 994px) and (max-width: 1200px) {
	.advertisment-logo {
		height: 319px;
		margin: -19px 0 -15px 0
	}
	.advertisment-image-containter {
		width: 22%;
		text-align: right;
	}
}

@media only screen and (max-width: 1190px) {
	.advertisment-logo {
		height: 231px;
		margin: 0;
	}
	.advertisment-image-containter {
		width: 100%;
		text-align: center;
	}
	.advertisment-text-containter {
		padding-left: 0px;
		width: 100% !important;
	}
}

.advertisment-text-containter {
	padding-left: 0px;
	width: 78%;
}