html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}



body { font-size: 14px; line-height: 1.2; font-family: 'Nunito', sans-serif; color:#fff; background:#C9CACC;}
html, body {height: 100%;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: normal; text-transform: uppercase;}

input { outline: none; font-family: 'Nunito', sans-serif; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

a {  text-decoration: underline; color:#fff;}
a:hover { text-decoration: none; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

.pull-left {float:left}
.pull-right {float:right}

.show {display: block}
.hide {display: none}
.row {
    width: 100%;
    overflow: hidden;
}
.more {
    font-size: 0.83em;
    text-decoration: none;
    color:#f37736;
}
.more:hover {text-decoration:underline}
h1 a, h2 a, h3 a {
    text-decoration: none;
    cursor: pointer;
}
.current-menu-item a {cursor: default;}
.important {font-weight: bold;}
.important em {
    font-weight: normal;
    color:#000;
}
.orange {color: #f37736 !important;}

/************************** Main Styles Goes Here **************************/
#wrapper {
    width: 985px;
    min-height: 100%;
    margin: 0 auto;
    border:solid #fff;
    border-width: 0 8px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
    background: url("../img/bg-body.png") repeat;
}

h1 {
    font-size: 1.714em;
    line-height: 1em;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;
}
h2 {
    font-size: 1.285em;
    text-transform: uppercase;
    color:#f37736;
}
h3 {
    font-size: 1.166em;
    text-transform: uppercase;
    color:#f37736;
}
h3.white {
    font-size: 1.166em;
    text-transform: uppercase;
    color:#fff;
}
#content .frame article h3 a{
    text-transform: uppercase;
    color:#f37736;
}

/************************** Header Styles **************************/
#header {
    background: url("../img/bg-header.png") no-repeat;
    height: 129px;
    width: 896px;
    position: relative;
    z-index: 51;
}
.logo {
    float:left;
    padding: 15px 0 0 19px;
}
.logo a {
    float: left;
    background: url("../img/logo.png") no-repeat;
    width: 214px;
    height: 49px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}
#header .frame {
    float: right;
    width: 580px;
    padding: 5px 44px 0 0;
}
#header .frame .row:first-child {font-size: .857em}
.lang {
    float:right;
    margin-left: 40px;
    display: none;
}
.lang li {
    display: inline-block;
    padding-left: 9px;
    margin-left: 6px;
    background: url("../img/sep.gif") no-repeat 0 50%;
}
.lang li:first-child {
    padding: 0;
    margin: 0;
    background: none;
}
#search-bar {
    float: right;
    text-align: right;
    padding-top: 6px;
}
#search-bar label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 2px;
}
#search-bar input[type="text"] {
    height: 14px;
    line-height: 1;
    padding: 2px 5px;
    width: 156px;
    margin: 0;
    border: 0;
}
#header .slogan {
    display: inline-block;
    padding-top: 31px;
}

#navbar {
    padding-top: 26px;
    font-size: 1.142em;
    font-weight: 300;
}
#navbar ul li {
    background: url("../img/sep.gif") no-repeat 0 50%;
    text-align: center;
    padding:0 15px 0 16px;
    display: inline-block;
    position: relative;
}
#navbar ul li:first-child {
    background: none;
}
#navbar a {text-decoration: none}
#navbar a:hover,
#navbar ul .current-menu-item a {color:#f37736;}

#navbar ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 6px;
    background: url("../img/bg-nav-drop.png") repeat;
    display: none;
}
#navbar ul li:hover ul {display: block;}
#navbar ul li ul li {
    display: block;
    background: none;
    border-top: 1px solid #fff;
    white-space: nowrap;
    text-align: left;
}
#navbar ul li ul li:first-child {border: 0;}
#navbar ul li ul li a {
    color:#fff !important;
    cursor: pointer;
}
#navbar ul li ul li a:hover,
#navbar ul li ul .current-menu-item a {color: #f37736 !important;}
#navbar ul li ul .current-menu-item a {cursor: default !important;}


/************************** Content Area Styles **************************/
#content {
    width: 986px;
    height: 734px;
    margin-top: -50px;
    padding: 50px 0 0;
    background: url("../img/bg-content.png") no-repeat;
    position: relative;
}
#content2 {
    width: 985px;
    height: 863px;
    margin-top: 0px;
    padding: 0px 0 0;
    background: url("../img/bg-content2.png") no-repeat;
    position: relative;
}
#content .form-error {
    color: red;
    clear: both;
    padding:15px 0 0 205px;
    width: 455px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 1.4em;
}
#content2 .form-error {
    color: red;
    clear: both;
    padding:15px 0 0 205px;
    width: 455px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 1.4em;
}
.home-page {
    background: url("../img/bg-content-home.png") no-repeat !important;
}
#content .frame {
    padding: 17px 0 0 17px;
    margin-right: 140px;
    height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
}
#content2 .frame {
    padding: 17px 0 0 17px;
    margin-right: 140px;
    height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
}
.iframe-holder .frame {
    overflow-y: hidden !important;
}
#content .expert {
    padding: 17px 0 0 17px;
    margin-right: 150px;
    height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
}
#content .hardware-expert {
    padding: 17px 0 0 17px;
    margin-right: 300px;
    height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
}
#content2 .expert {
    padding: 17px 0 0 17px;
    margin-right: 150px;
    height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
}
#content2 .hardware-expert {
    padding: 17px 0 0 17px;
    margin-right: 300px;
    height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
}
.no-sub-nav .frame {
    height: 620px !important;
}
.intro-box {
    display: table;
    width: 920px;
    height: 378px;
    margin-bottom: 32px;
}
.intro-box .cell {
    display: table-cell;
    vertical-align: middle;
}
.intro-box .cell:first-child {
    padding-right: 10px;
    width: 692px;
}
.intro-box img {
    display: block;
}
.intro-box span {
    font-size: 1.285em;
    line-height: 1.333em;
    color:#000;
}

.content-cols {
    width: 900px;
}
.content-cols div {
    width: 260px;
    min-height: 200px;
    padding: 0 20px;
    background: url("../img/sep.gif") repeat-y;
    float: left;
}
.content-cols div:first-child {
    background: none;
}

#content .frame li {
    padding-left: 16px;
    background: url("../img/bullet-ul.gif") no-repeat 0 6px;
    margin-bottom: 3px;
}
#content .expert li {
    padding-left: 16px;
    background: url("../img/bullet-ul.gif") no-repeat 0 6px;
    margin-bottom: 3px;
}
#content .frame a {
    /*color:#f37736;*/
}
#content .frame img.pull-right {margin-left: 23px;}
#content .frame img.pull-left {margin-right: 23px;}

#content2 .frame li {
    padding-left: 16px;
    background: url("../img/bullet-ul.gif") no-repeat 0 6px;
    margin-bottom: 3px;
}
#content2 .expert li {
    padding-left: 16px;
    background: url("../img/bullet-ul.gif") no-repeat 0 6px;
    margin-bottom: 3px;
}
#content2 .frame a {
    /*color:#f37736;*/
}
#content2 .frame img.pull-right {margin-left: 23px;}
#content2 .frame img.pull-left {margin-right: 23px;}

#subnav {
    border-bottom: 7px solid #fff;
    text-align: right;
}
#subnav ul {
    padding: 2px 35px 4px 0px;
    display: inline-block;
}
#subnav ul li {
      font-size: 8pt;
      display: inline-block;
      width: 110px;
      margin: 0 5px;
      padding: 0 2px 0px 10px;
      text-align: center;
      vertical-align: middle;
      background: url("../img/sep.gif") no-repeat 0 50%;
}

#subnav ul li:first-child {
background: none;
}


#subnav #menu-sub_product li:first-child {
    background: none;
  position: relative;
  left: 15px;
}

#subnav #menu-sub_product li:last-child {
    position: relative;}

#subnav ul #replace {
    display: inline-block;
      width: 350px;
      padding: 10px 2px 0px 10px;
      text-align: center;
      vertical-align: middle;
      font-size: 10.5pt;
      background: none;
}

.media #subnav ul li {
      width: 115px;
     
}

/*#menu-sub_media li:first-child {
    position: relative;
    top: 0px;
} */

#subnav a {text-decoration: none;}
#subnav .current-menu-item a,
#subnav a:hover {color:#f37736;}


/************************** Footer Styles **************************/
#footer {
    height: 40px;
    width: 100%;
    margin-top: -60px;
    position: relative;
    background: url("../img/bg-footer.png") repeat;
    line-height: 1.572em;
}

#footer .frame {
    width: 940px;
    margin: 0 auto;
    padding: 10px 0 0;
}
#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline}
#footer .youtube-link {
    padding-left: 28px;
    display: inline-block;
    margin-left: 24px;
    background: url("../img/ico-youtube.png") no-repeat 0 50%;
}


/************************** About Us page **************************/
.about-us {
    background: url("../img/bg-content-about.png") no-repeat !important;
}
#content.technology-content{
	background: url("../img/bg-content-technology.png") no-repeat 0 -1px !important;
	padding:59px 430px 0 16px;
	width:auto;
	font-size:12px;
	line-height:18px;
	height:598px;
}
#content.technology-content h2{
	font-size:18px;
	line-height:24px;
}
#content.technology-content p{
	margin:0 0 14px;
}
#content.technology-content h3{
	font-size:12px;
	line-height:16px;
}
.technology-content .grey-box{
	padding:0 0 43px;
}
.technology-content .drug-list{
	list-style:none;
	margin:0 -40px 0 0;
	padding:0;
	overflow:hidden;
	font-size:18px;
	line-height:20px;
	text-align:center;
	letter-spacing:-1px;
}
.technology-content .drug-list li{
	float:left;
	background:url(../img/bullet-large.png) no-repeat 0 45%;
	padding:0 27px 0 37px;
}
.technology-content .drug-list li:first-child{
	background:none;
	padding:0 27px 0 18px;
}

#content.quietGlide-content{
    background: url("../img/bg-content-quietglide.png") no-repeat 0 -1px !important;
    padding:59px 430px 0 16px;
    width:auto;
    font-size:12px;
    line-height:18px;
    height:598px;
}
#content.quietGlide-content h2{
    font-size:18px;
    line-height:24px;
}
#content.quietGlide-content p{
    margin:0 0 14px;
}
#content.quietGlide-content h3{
    font-size:12px;
    line-height:16px;
}
.quietGlide-content .grey-box{
    padding:0 0 43px;
}
.quietGlide-content .drug-list{
    list-style:none;
    margin:0 -40px 0 0;
    padding:0;
    overflow:hidden;
    font-size:18px;
    line-height:20px;
    text-align:center;
    letter-spacing:-1px;
}
.quietGlide-content .drug-list li{
    float:left;
    background:url(../img/bullet-large.png) no-repeat 0 45%;
    padding:0 27px 0 37px;
}
.quietGlide-content .drug-list li:first-child{
    background:none;
    padding:0 27px 0 18px;
}








.content-cols{
	line-height:18px;
}
.content-cols h2{
	color:#fff;
	font-size:18px;
	line-height:18px;
	padding:2px 0 1px;
}
.content-cols p a{
	font-size:10px;
	color:#f37736;
	margin:0 2px;
	text-decoration:none;
}
.about-us .grey-box {
    width: 660px;
    height: 170px;
    overflow: hidden;
    padding: 10px 0 10px 17px;
    margin-bottom: 8px;
}
.about-us .orange-box {
    width: 425px;
    padding: 17px;
    height: 192px;
    overflow: hidden;
}
.about-us .orange-box h2 {
    color:#fff;
}
.about-us .slogan {
    display: block;
    font-weight: bold;
    margin: 120px 0 0 175px;
    font-size: 1.25em;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

/************************** Media Room page **************************/
.media-feed {
    padding: 0 0 5px 25px;
}
#content .media-feed ul {
    padding-top: 5px;
    font-size: .857em;
}
#content .media-feed ul li {
    display: inline-block;
    padding: 0;
    width: 200px;
    margin: 0 30px 10px 0;
    background: none;
    vertical-align: text-top;
}
#content .media-feed ul li img {
    width: 100%;
    height: auto !important;
}
#content .media-feed ul li.audio {                  /* WTF */
    display: inline-block;
    padding: 0;
    width: 300px;
    margin: 0 30px 10px 0;
    background: none;
    vertical-align: text-top;
}
#content .media-feed ul div {
    display: block;
    width: 100%;
}
.article-wrapper {
    height: 100%;
    position: relative;
}
article {
    width: 680px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 40px;
}
article span,
article p,
article ul {
    font-size: .875em;
}
#content .frame article li {
    background-position: 0 4px;
}

.article-wrapper .tool-buttons {
    position: absolute;
    right: 0;
    top: 85px;
}
.article-wrapper .tool-buttons a {
    display: block;
    font-size: .857em;
}
.article-wrapper .tool-buttons .pdf {
    background: url("../img/ico-pdf.png") no-repeat;
    padding: 20px 0 0 43px;
    margin-bottom: 20px;
}
.article-wrapper .tool-buttons .print {
    background: url("../img/ico-print.png") no-repeat;
    padding: 9px 0 7px 43px;
}

/************************** Products page **************************/
.products-feed h2 {
    position: absolute;
}
.products-feed ul {
    padding-left: 65px;
    margin-top: -5px;
    position: relative;
    letter-spacing: -4px;
}
#content .products-feed ul li {
    padding: 0;
    margin: 0 20px 5px 0;
    width: 163px;
    background: none;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    letter-spacing: 0;
}
#content .products-feed ul li div.img-frame {
    background: url("../img/bg-img-frame.jpg") no-repeat;
    width: 123px;
    height: 123px;
    padding: 20px;
    margin-bottom: 3px;
    cursor: pointer;
}
#content .products-feed ul li div img {
    display: block;
    max-width: 123px;
}
#content .products-feed ul li h3 {
    font-size: .857em;
    line-height: 1em;
    padding-left: 3px;
    color:#fff;
}
.recent-posts-feed {
    height: 100%;
    width: 680px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 40px ;
}
#wrapper #content .recent-post h3 a {
    color:#F37736;
}
.iframe-holder {
    background: url("../img/bg-content-iframe.png") no-repeat !important;
}
.recent-post {
    font-size: .857em;
    width: 600px;
    padding-top: 15px;
}
.recent-post strong {
    font-weight: bold;
    text-transform: none;
}
.bookmark {
    position: absolute;
    background: url("../img/bg-bookmark.gif") no-repeat;
    width: 120px;
    height: 57px;
    padding: 16px 0 0 20px;
    text-decoration: none;
    font-size: 1.286em;
}
.bookmark-product {
    right: 42px;
    top: 130px;
}
.bookmark-technical {
    right: 50px;
    top: 219px;
}


/************************** Video page **************************/
.video-box {
    position: relative;
    padding: 15px 0 0;
    margin-bottom: 20px;
}
.video-box div {
    width: 640px;
}
.video-box .youtube-link {
    position: absolute;
    line-height: 1;
    left: 650px;
    bottom: 0;
    padding-bottom: 63px;
    width: 155px;
    text-align: center;
    text-decoration: none;
    background: url("../img/ico-youtube-big.png") no-repeat 50% 100%;
}
.video-feed  {
    width: 100%;
    overflow: hidden;
}
#content .video-feed li {
    display: inline-block;
    padding: 0;
    background: none;
    margin-right: 30px;
    vertical-align: text-top;
    width: 200px;
}
#content .video-feed li div {
    margin-bottom: 5px;
}
#content .video-feed li img {
    display: block;
    width:auto !important;
    height: 111px;
}


/************************** Form page **************************/
.form-holder {
    background: url("../img/bg-content-form.png") no-repeat !important;
}
.form-holder .holder {
    padding: 135px 0 0 20px;
}
.main-form {
    padding-right: 30px;
    margin-right: 30px;
    float: left;
    width: 520px;
    background: url("../img/bg-form-sep.gif") no-repeat 100% 0;
}
.main-form .row {
    margin-bottom: 9px;
}
.main-form label {
    float:left;
    width: 190px;
    text-align: right;
    font-weight: bold;
    font-size: 1.286em;
}
.main-form input[type="text"],
.main-form input[type="password"],
.main-form textarea {
    font-size: 100%;
    line-height: 1;
    height: 13px;
    padding: 5px 5px 5px;
    border: 0;
    width: 310px;
    -webkit-box-shadow: inset 0px 2px 10px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 2px 10px 3px rgba(0, 0, 0, 0.4);
    font-family: 'Nunito', sans-serif;
    outline: none;
    float: right;
}
.main-form textarea {
    height: 120px;
    resize: none;
}
.main-form input[type="submit"] {
    float: right;
    width: 110px;
    height: 39px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 1.286em;
    line-height: 1;
    text-transform: uppercase;
    color:#58595b;
    border: 0;
    padding: 0;
    margin: 15px 0 0;
    background: url("../img/bg-submit.png") no-repeat;
    text-align: center;
    cursor: pointer;
}
.contact-info {
    font-size: 1.286em;
    color:#000;
}


/************************** Brake Hardware Expert page **************************/
#content .items-list {
    padding-top: 10px;
    font-size: .857em !important;
}
#content .items-list li {
    display: inline-block;
    padding: 0;
    width: 200px;
    margin: 0 30px 10px 0;
    background: none;
    vertical-align: text-top;
}
#content .items-list div {
    display: block;
    width: 100%;
    margin-bottom: 7px;
}
#content .items-list div img {
    display: block;
}
.modules-item {
    padding-top: 10px;
}
.login-form {
    background: none;
    padding: 125px 0 0 205px;
    margin: 0;
    width: 455px;
}
.login-form label {
    width: 125px;
    text-align: left;
}


/************************** rollover on Products page **************************/
.rollover {
    background: #f37736;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
    overflow: hidden;
    width: 346px;
}
.rollover .close {
    position: absolute;
    text-decoration: none;
    top: 5px;
    right: 24px;
}
.rollover .container {
    padding: 28px 16px;
}
#content .products-feed ul .rollover ul {
    padding: 0;
    margin: 5px 0;
    font-size: .856em;
}
#content .products-feed ul .rollover ul li {
    display: block;
    margin: 0;
    width: auto;
    padding: 0 0 0 12px;
}
#content .products-feed ul .rollover ul.has-bullet li {
    background: url("../img/bullet-ul-white.gif") no-repeat 0 4px;
}

#iframe {
height: 597px;
width: 846px;
margin: -17px 0 0 -17px;
position: relative;
top: 0;
}

/************************** overlay on Products page **************************/
/************************* Trainee page ************************/

.trainee {
    background: url("../img/trainee.png") -9px 2px no-repeat !important;
}
.traineeWrapp {
    padding: 17px 0 0 17px;
    margin-right: 393px;
    height: 623px;
    overflow-x: hidden;
    overflow-y: auto;
}
.traineeWrapp h2 {
    font-size: 1.24em;
    margin-bottom: 5px;
}
.traineeColums {
    overflow: hidden;
    padding-top: 24px;
}
.column {
    float: left;
    padding-left: 10px;
    width: 200px;
}
.traineeColums .column:first-child {
    padding-left: 1px;
    width: 135px;
}
.column span {
    font-size: 11px;
}
.column b {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
}
.column a {
    display: block;
    height: 158px;
}
.registerBtn {
    text-align: center;
    margin: 77px 0 0 0;
}
.registerTrainer {
    margin-right: 432px;
}




body {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tex_link_blok{ 
    /*
    cursor: pointer; 
    */
}

.releases_title{
    text-decoration: none;
}
.video_page_title{
    margin-bottom: 15px;
}

/*
by Victor
*/
.bolt_title{
    display: block;
    position: relative;
    padding: 30px 5px 45px 5px ;
    margin-bottom: -45px;
    text-align: center;
}
.bolt_img{
    background-image: url("../images/bolt.png");
    display: block;
    margin-left: 75px;
    width: 140px;
    height: 105px;
    position: relative;
    z-index: 1;
}
.bolt_link{
    text-decoration: none;
}
.bolt_title .text-new {
    display: block;
    width: 45px;
    height: 30px;
    background: url("../img/text-new.png") no-repeat;
    position: absolute;
    left: -5px;
    top: -10px;
}


/*TRAINING PORTAL*/
.login-container{
    height: 220px;
    width: 436px;
    margin: auto;
}
.login-container .training-portal{
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
	/*color:#F37736;*/
	text-transform:uppercase;
    margin-bottom: 20px;
}
#loginform p{
	margin-bottom:9px;
    width: 100%;
    overflow: hidden;
	margin-top:0px;
}

#loginform{
    width: 455px;
}
.login-form{
	padding-top:65px!important;
}
/*
#loginform p {
    margin: .5em 0px;
}
#loginform label,p.training-portal{
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
}
#loginform input[type="text"], #loginform input[type="password"] {
    width: 100%;
    height: 1.6em;
}
#loginform input[type="submit"] {
    height: 32px;
    width: 100%;
    color: #FFF;
    background: #F37736;
    border: none;
	font-size:1.4em;
}*/
.training-form{
    width: 55%;
    float: left;
	padding:20px;
	box-sizing:border-box;
}
.splash-image{
   /* width: 33%;
    float: left;
    margin-top: 60px;*/
width: 28%;
    float: left;
    margin-top: 127px;
    margin-left: 80px;
}
.splash-image img {
    width: 100%;
    height: auto;
}
.training-form p:first-child{
    /*width: 50%;
    /* text-align: center; */
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
	color:#F37736;
	text-transform:uppercase;
    margin-bottom: 20px;
}
.gform_wrapper{
    width: 100%!important;
    max-width: 100%!important;
    margin: auto!important;
	padding-bottom:100px;
}
.gform_wrapper ul{
	margin:0px!important;
}
.gform_wrapper .top_label .gfield_label {
    margin-top: 5px!important;
    margin-bottom: 0px!important;
    font-size: 1.2em!important;
    font-weight: bold!important;
	line-height:1.3em!important;
}
.gform_wrapper
.medium{
	width:98%!important;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 5px 10px rgba(0,0,0,0.5);
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.5);
    color: #000000;
    height: 25px;
    padding: 5px;
    border-color: none;
    border-radius: 0px;
    border-style: none;
    border-width: 0px;
}
.gform_wrapper select.medium{
	width:100%!important;
	height:35px!important;
}
body .gform_wrapper label.gfield_label+div.ginput_container{
	margin-top:0px!important;
}
.gform_button.button {
    color: #58595b;
    background-color: #e2e3e4;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7e8e9), to(#abb0b3));
    background: -moz-linear-gradient(top, #e7e8e9, #abb0b3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e8e9', endColorstr='#abb0b3');
    min-width: 100px;
    width: 100px;
    max-width: 100px;
    font-size: 16px;
    border-color: #48484a;
	cursor:pointer;
	margin-bottom:100px;
	float: right;
    padding: 0 15px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 5px 10px rgba(0,0,0,0.5);
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.5);
    border-radius: 0px;
    border-style: none;
    border-width: 0px;
	height:36px !important;
	font-weight:bold;
	text-transform:uppercase;
}
.gform_wrapper .gform_footer {
    /*padding: 1em 0 .625em;
    margin: 1em 0 0;*/
    clear: both;
}
.gfield_description.validation_message,.validation_error{
	color:#F37736;
	font-weight:bold;
	float:right;
}
#field_1_7 .validation_message{
	margin-top:-16px;
}
#training-video-content{
	width: 100%;
    padding: 20px;
	padding-bottom:100px;
    box-sizing: border-box;
}
#training-video-content p{
	font-weight:bold;
	margin:1em 0px;
	font-size:1.2em;
}
#training-video-content .video-block{
    width: 75%;
    margin: auto;
    clear: both;
    padding:30px;
}
#training-video-content .video-block .video-wrap{
    width: 100%;
    padding-bottom: 62.5%;
    position: relative;
    display: inline-block;
}
.video-player{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}