

#right-header { float: right; width: 230px; margin-top: 32px; }
.login-btn { background: #f1f3f8; width: 90px; height: 36px;  float: left; margin-right: 20px; cursor: pointer }
.login-btn a { line-height: 36px; text-align: center; font-size: 15px; font-weight: 600; color: #184f78; }
.login-btn:hover { background: #184f78; }
.login-btn:hover a { color: #f1f3f8; }
.signup-btn { background: #577b4e; width: 120px; height: 36px; float: left; cursor: pointer }
.signup-btn a { line-height: 36px; text-align: center; font-size: 15px; font-weight: 900; color: #fff; letter-spacing: 0.5px; }
.signup-btn:hover { background: #fff; }
.signup-btn:hover a { color: #184f78; }
.login-btn a, .signup-btn a { display: block }

#banner { width: 100%; height: 510px; background: url(../images/banner-img.jpg) no-repeat; background-position: 50%; background-size: cover }

#banner-top { display: inline-block; width: 100%; position: relative; height: 350px }
#intro { font-weight: 300; font-size: 50px; color: #fff; margin: 130px 0 0 55px; float: left; line-height: 50px }
#price { width: 241px; height: 241px; float: right; margin: 58px auto 0; position: absolute; right: -500px; }

.price-in#price {
	-webkit-animation: slide 1.5s forwards;
    -webkit-animation-delay: 2.5s;
    animation: slide 1.5s forwards;	
}
	
#price-img { position: absolute; top: 24px; left: 24px; }
.animate-price #price-tag-wrapper { 
	width: 241px;
    -webkit-animation: rotation 2.5s  linear;
    -moz-animation: rotation 2.5s  linear;
    -o-animation: rotation 2.5s  linear;
    animation: rotation 2.5s  linear; 
}

.price-in #price-tag-wrapper { 
	width: 241px;
    -webkit-animation: rotation 2.5s  linear;
    -moz-animation: rotation 2.5s  linear;
    -o-animation: rotation 2.5s  linear;
    animation: rotation 2.5s  linear; 
}



@-webkit-keyframes slide {
    100% { right: 0; }
}

@keyframes slide {
    100% { right: 0; }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.content-wrapper {  width: 94%; margin: auto }
.inner-wrapper { width: 100%; display: inline-block }

#industry-intro { display:none;font-weight:300; text-align: center; font-size: 38px; color: black; margin: 115px 0 5px; clear: both }
#help #industry-intro { margin-top: 0;     color: #040429; }
.industry-left { width: 45% ; float: left }
#industries h2 { font-size: 20px; color: #f4701d; font-weight: 700;margin:0px }
#help .industry-options { background-color:#f4701d; color: #fff }
.industry-options { position:relative;width: 500px; height: 80px; line-height: 75px; font-size: 25px; font-weight: 600; color: white; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; margin: auto; background-color: #116fcd;  background-repeat: no-repeat; background-position: 510px center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; padding: 0 10px; cursor: pointer }
.industry-options ul {width: 480px;    margin: 0;    padding: 0 0 20px;    list-style: none;    display: none;    background: #fff;    box-sizing: border-box;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    padding: 10px 15px;    z-index: 400;    position: absolute;    border: solid 3px;    border-color: #116fcd;}
#help .industry-options ul { background: #efefef }
.industry-options ul li {font-weight: 400;font-size: 20px;line-height: 26px;color: #555;cursor: pointer;}
.industry-options ul li:hover { color: #f4701d; }
.selected-industry li { list-style: none }
#help .selected-industry li, #help .selected-industry li .fa { color: #fff !important }
.industry-options .fa {text-align: center;margin-right: 15px;width: 20px;}
 .industry-options .selected-industry .fa { margin-right: 15px; }

#industries ul { margin: 0; padding: 0 0 20px; list-style:none }
#industries ul li { line-height: 24px }
#industries ul li:before {
	font-family: 'FontAwesome';
    content: '\f00c';
     font-size: 19px;
    display: inline-block;
    color: #ff6f00;
    margin-right: 10px;
}
.industry-right { z-index:-1;width: 45%;  float: right; position: relative; text-align: right; margin-bottom: 20px; }
.mobile { position: absolute; bottom: -10px; left: -25px }
.monitor-zoom { position: absolute; top: 26%; left: 42%; }
.mobile-zoom { position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px }
.view-video {  width: 455px; height: 55px;  padding: 0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-image:url(../images/play-white.png); background-repeat: no-repeat; background-position: 400px center; background-color: #00aeef; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; clear:both; margin: auto; cursor: pointer }
.view-video:hover { background-color: #040429 } 
.view-video a { display:block; font-family: 'Conv_Eurostib'; font-size: 22px; line-height: 55px; color: #fff; }

.more-videos { color: white; font-weight: 600; font-size: 16px; background: #f4701d ; border: solid 0px #a1a1a1; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: 220px; height: 43px; line-height: 43px; text-align:center; margin: 38px auto 38px; cursor: pointer }
.more-videos:hover { background:#577b4e; }

.videos { display: none; width: 100% }
.video-block { width: 20%; float: left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding: 0 10px; margin-bottom: 35px; text-align:center }
.video-icon { margin-bottom: 22px }
.video-block h4 { color: #f4701d; font-size: 14px; text-align: center; font-weight:700; line-height: 16px; margin-bottom: 0px }
.duration { margin-top: 5px }

#testimonial { background: #e9ebee; padding: 40px 0 50px }
#testimonial h2 { font-size: 30px; font-weight: 300; text-align: center; margin: 0 0 25px }
#users { position: relative; width: 241px; height: 241px; float: right; margin: 78px 55px 0 0; float: right}
#test-block { width:50%;float: left; position: relative; text-align: center; margin-left: 5%; margin-top: 0px; }
#test1 {float:right;margin-top: 20px ;    text-align: left; }
#test2 {margin-top: 25px;   text-align: left;    margin-left: 40px;}
#test4 {margin-top: 25px;   text-align: left;    margin-left: 40px;}
#test3 {display:none;width:100%;text-align: left;margin-left: 40px; color: #ee0202; font-weight: 600;}
#test-play { position: absolute; top: 8%; left: 20%;  }
#users-block { position: relative; float: right; margin-right: 10% }
#users-img { position: absolute; top: 24px; left: 24px; }
.animate-users #users-tag-wrapper { 
	width: 241px;
    -webkit-animation: rotation 2.5s  linear;
    -moz-animation: rotation 2.5s  linear;
    -o-animation: rotation 2.5s  linear;
    animation: rotation 2.5s  linear; 
}

#trial { background: white; padding: 0px 0 40px 0; color: #fff; text-align: center }
#trial h2{ font-size: 40px; font-weight: 300; margin: 0 }
#trial p { margin: 0; color: #f7f5f5 }
#trial .subheading { color: #e1e1e1; font-weight: 300; font-size: 20px; margin-top:5px }
.trial-btn { background: #577b4e; width: 360px; height: 50px; margin: 35px auto 15px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; cursor: pointer }
.trial-btn a { display: block; color: #fff; text-align:center; font-size: 18px; font-weight: 600; line-height: 50px }
.trial-btn:hover { background: #f69931 }
.trial-btn:hover a { color: #fff }

#help { padding: 60px 0 }
#help h2 { font-size: 38px; text-align: center; margin: 60px 0 15px; font-weight: 300; }
#help .subheading { font-weight: 400; font-size: 24px; margin-bottom:60px; text-align: center }
.help-block { background: #f4f5f6; border: solid 1px #b7b7b7; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; padding: 20px 24px; width: 450px }
.help-block h4 { font-size: 24px; color: #f4701d; font-weight: 700; margin: 0 0 20px }
.help-left { float: left }
.help-right { float: right }
.ui-accordion-content { height:auto !important }
.accordion-header h3 { font-weight: 600; font-size: 16px; letter-spacing: -0.5px; margin: 0 0 8px; cursor: pointer }
.accordion-header h3:hover { color: #f4701d; }
.accordion-header h5 { font-weight: 600; font-size: 15px; letter-spacing: -0.5px; margin: 0 0 8px; cursor: pointer }
.accordion-header h5:hover { color: #f4701d; }
.accordion-content { display: none }


#external-links { background: #e9ebee;padding: 40px 30px 70px 0;  }
#external-links img { margin: 0 15px }


#login-page { background: #3b5998; }
#login, #signup, #reset-password {
	background: #1f3259;
    padding: 35px 50px;
	border: solid 1px #fff;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    max-width: 415px;   
}

#login { margin: 5% auto 0; }
#signup { margin:5% auto 0; }
#reset-password { margin: 5% auto 0; }

#login h4, #signup h4, #reset-password-page { color: #fff; font-size: 16px }
textarea,input[type="text"], input[type="email"], input[type="password"], select { width: 100%; padding: 0 12px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; height: 40px; margin-bottom: 8px; font-size: 16px;  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border: 1px solid;background:white; }
input[type="submit"] { width: 100%; font-size: 16px; text-align: center; background:#ff6f00; color: #fff; height: 40px; line-height: 40px; border: none; cursor: pointer; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border:none;}
input[type="submit"]:hover { background: #116fcd; color: white }
.remember { padding: 5px; text-align: right; color: #aaa; }
.forgot-password { float: left; margin-top:5px }

form > div.invalid input, .form-error-message, .form-required, .form-line-error, .form-error-message, .form-validation-error {
    font-size:30px;
}

.initial-state.ilabel{
	margin-left: 20px;text-align:left;
}
.indusrty.carret{
	 margin-right:15px;margin-top:5px;font-size: 45px;
}



@media(max-width: 989px){
	#intro { font-size: 40px; margin-left: 20px }
	#price { margin-right: 20px }
	.industry-left { width: 45% }
	.industry-right { width: 380px }
	.monitor > img { width: 100% }
	.mobile > img { width: 90px }
	.monitor-zoom { left: 40% }
	.video-block { width: 33.33%; }
	#test-block { margin-left: 8% }
	#users-block { margin-right: 8% }
	.help-block { width:47% }
}

@media(max-width: 860px){
	#test-block { margin-left: 4% }
	#users-block { margin-right: 4% }
}

@media(max-width: 768px){
	#intro { font-size: 36px; line-height: 36px; margin-left: 10px }
	#price { margin-right: 10px; }
	#industries	.content-wrapper{width:94%}   
	.industry-left { width: 100%; float: none}
	.industry-right { float: none; margin: auto; height: 400px }
	.mobile { bottom: 50px; left: -65px; }
	.help-block { width: 100%; float: none; margin-bottom: 40px }
	#test-block {width: 100%; float: none; margin: 0 auto 30px}
	 #test-play {margin: 0px 0px 0px 8%;}
	#users-block { float: none; margin: auto; width: 241px; }
	#external-links{min-height:200px;padding:40px 0 0 0}
}



@media(max-width: 720px){
	#intro { margin: 90px 0 0 0px; }
	#price { width: 180px; height: 180px}
	#price-tag-wrapper { width: 180px !important; height: auto !important }
	#price-img {width: 140px; height: auto;  top: 20px; left: 20px; }
	#industry-intro { margin-top: 80px }
	




}

@media(max-width: 660px){
	.footer-block, .footer-1, .footer-2, .footer-3 { float: none; width: 100%; margin-bottom: 30px; text-align: center }
	.footer-3 a:first-child { margin-left: 0 !important }
}

@media(min-width: 639px){
.price-static { position: relative !important; right:0 !important }
#price { margin: 48px 0px 0 0; }
}

@media(max-width: 640px){
	#intro { margin: 60px 0 0 0px; float: none; text-align: center }
	#price {  float: none; position: relative; right: 0; margin: 48px auto 0 !important; }
	.price-static {    }
	.price-in#price { -webkit-animation: none; -webkit-animation-delay: none; animation: none; }
	.price-in { margin: 48px auto 0 auto !important; }
	#industry-intro { margin-top: 50px }
	.industry-options { width: 96%; background-position: 96% center; font-size: 16px}
	.industry-options ul { 	width: 94%}
	.logodd {    height: 11vw;}
	
}


@media(max-width: 579px){
	.video-block { width: 50%; }
}

@media(max-width: 550px){
	header { height: auto; padding-bottom: 15px }
	#logo { float: none; text-align: center; }
	#right-header { float: none; margin: 32px auto; }
	.industry-right { width: 280px; height: auto }
	.monitor-zoom { top:11%; left: 35% }
	.mobile { position: relative; bottom: 0; left: 0; text-align: center; margin: 30px 0 50px }
	.initial-state.ilabel,.initial-state.ilabel.second{line-height: 25px;}
}

@media(max-width: 500px){
	.view-video { width: 100%; height: auto; min-height: 55px; background-position: 96% center; }
	.view-video a { line-height: 26px; padding: 14px 35px 14px 0; text-align: center }
	.industry-options { width: 96%; background-position: 96% center; font-size: 16px}
	.industry-options ul { 	width: 94%;;padding:10px 0 10px 0; margin-top: 15px;}	
	#intro { font-size: 26px; line-height: 26px; }
	#industry-intro { font-size: 30px }
	.selected-industry li { width: 90%; height: 50px; overflow: hidden }
}

@media(max-width: 480px){
	#trial { padding: 20px 0 20px 0; }	
	.initial-state.ilabel{
		margin-left: 0px;
	}
	.indusrty.carret{
		 margin-right:15px;margin-top:5px;font-size: 24px;
	}	
	#trial h2 { font-size: 26px; }
	#trial .subheading { font-size: 16px }
	.trial-btn { width: 280px }
	#login, #signup { width: 80%; padding: 25px 25px; }
	#login img, #signup img { max-width: 100%; height: auto }
	#banner {height: 440px; }
	#banner-top {  height: 370px }	
}

@media(max-width: 420px){
	#test-block, #test1 { width: 100%; height: auto }
	 #test1 {margin: 20px 60px 20px 20px;width:auto}
	 #test-play {margin: -10px 0px 0px 20%;}
	 
	.video-block { width: 100%; }	
}

@media(max-width: 400px){
	#industry-intro { font-size: 26px }
	.initial-state.ilabel{
		font-size: 18px;
	}
	.initial-state.ilabel.second{
		font-size: 21px;
		line-height: 25px;
	}

	.ilabelcrt {
		font-size: 27px;
	} 
	.indusrty.carret{
		 margin-right:15px;margin-top:5px;font-size: 16px;
	}
}

@media(max-width: 330px){

	.initial-state.ilabel{
		font-size: 14px;
	}
}	

@media(max-width: 280px){

	.initial-state.ilabel{
		font-size: 12px;
	}
}