html, body {
	font-family: 'Noto Sans', sans-serif;
	font-size:20px;
	font-weight: 200;
	color:#000;
}

p {
	font-size:20px;
}

h1,h2,h3.h4 {
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	color:#000;
}

h1 {
	font-size:60px;
	letter-spacing: -4px;
}
h2 {
	font-size:40px;
	letter-spacing: -3px;
	margin-bottom: 0px;
}
h3 {
	font-size:32px;
	letter-spacing: -2px;
	font-weight:300;
}
h4 {
	font-size:22px;
	letter-spacing: -1px;
	font-weight:300;
}

a {
	color:#000;
	text-decoration: underline;
}

a:hover {
	color:#000;
	opacity: 0.5;
	text-decoration: none;
}

input[type=text], input[type=password] {
	background: none;
	border:none;
	border-bottom: 2px solid #000;
	padding:10px;
	font-size:18px;
	min-width: 300px;
}

.nav {
	font-size:16px;
}

.sm {
	font-size:80%;
}

.xsm {
	font-size:60%;
	color:#aaa;
}

.sm img {margin-right:10px;}

.top-nav {
    background:#f7f7f7;
}

.top-line a {
    font-size:16px;
    line-height:32px;
}

.top-line a img {
    margin-right:10px;
}

.t_talent {
	padding:20px 0px;
	margin:20px 0px;
	border-bottom: 1px solid #f0f0f0;
}

.t_download img {
	margin-right: 10px;
}

.t_questions {
	font-size:18px;
	line-height: 22px;
	max-height: 362px;
	overflow-y: scroll;
	min-width: 100%;
}

.t_questions a {
	display: block;
	padding-bottom: 10px;
}

.t_review {
	padding:40px;
	background: #F7F7F7;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -2px;
	font-weight: 400;
}

.t_stat, .t_date {
	font-size: 14px;
	line-height: 22px;
}

.t_stat img, .t_date img {
	padding:5px;
}

.t_spec {
	font-size: 16px;
}

.t_name {
	font-size: 22px;
	font-weight: 600;
}

.t_more {
	padding-top:40px;
}

.video_row a {
    cursor:pointer;
}

.video_row {
    padding:10px 0px 10px; 0px;
}

.video_row span {
    font-size:12px;
}

.nav a {padding-right:20px; line-height: 40px;}

.features span {
	font-size:16px;
	font-weight: 600;
}


.talents-menu p {
	line-height: 40px;
}

.talents-p {
    line-height: 40px;
}


.totop {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	left:40px;
}

.nav2 {
	padding-left: 60px;
}

button {
	background: #fff;
	border:2px solid #000;
	border-radius: 3px;
	padding:10px 30px;
	font-size:16px;
	margin-right:10px;
}

.button {
	background: #fff;
	border:2px solid #000;
	border-radius: 3px;
	padding:10px 30px;
	font-size:16px;
	margin-right:10px;
}

.formblock {
	border:2px solid #000;
	border-radius: 2px;
	padding:30px;
	margin:-40px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.footer {
	background: url('../images/wadline.svg') bottom center no-repeat;
	min-height:400px;
}

.b24-form-field-agreement a.b24-form-field-agreement-link {
	color:#222!important;
}

/* .b24-form-control-alert-message {
	background: #000!important;
}
.b24-form-control-alert-message:before{
	content:"";
}*/


.region {
    font-size:16px;
    padding:40px;
    text-align:center;
    border:5px solid #000;
    margin-bottom:20px;
}
.region a {
    text-decoration:none;
}


.pt-1 {
	padding-top:20px;
}
.pt-2 {
	padding-top:40px;
}

.pt-3 {
	padding-top:60px;
}
.pt-4 {
	padding-top:80px;
}

.pb-1 {
	padding-bottom:20px;
}

.pb-2 {
	padding-bottom:40px;
}

.pb-3 {
	padding-bottom:60px;
}

.pb-4 {
	padding-bottom:80px;
}

.mt-0 {
	margin:0px!important;
}
.mt-1 {
	margin-top:20px;
}


/* MEDIA */

/* 540px	720px	960px	1140px	1320px */


/*
â‰¥576px	md
â‰¥768px	lg
â‰¥992px	xl
â‰¥1200px	xxl
â‰¥1400px
*/


@media (max-width: 1400px) {

}

@media (max-width: 1200px) {


}

@media (max-width: 992px) {

        .formblock {
            border: 0;
            border-radius: 2px;
            padding: 10px;
            margin: 0;
        }
}

@media (max-width: 768px) {
    
  

}

@media (max-width: 576px) {

}

@media (min-width: 576px) {
}





