@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/css/animate.css);
@import url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/css/slicknav.css);
@import url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/css/slicknav.css);
@import url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/fonts/stylesheet.css);
@import url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/css/font-awesome.css);

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */



/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* /* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;} */


 @charset "utf-8";
 
.available_documents li p a {
    color: #000000 !important;
    font-family: "gotham_bookregular";
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 25px;
    padding: 0;
}
/* .contact_form input[type=te.contact_form input[type=submit]xt], .contact_form textarea, .contact_form input[type=email], .contact_form input[type=tel] {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    float: left;
    padding: 15px 0 15px 2%;
    position: relative;
    border: 0 none;
    color: #666666;
    font-family: "gotham_bookregular";
    font-size: 18px;
} */
.contact_form textarea {margin-top:20px;}
.contact_form fieldset { width:100% !important; max-width:100% !important; }
.contact_form .hs-form-required { display:none;}
.contact_form input[type=submit] {
    background: #000000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Conv_Gotham-Bold";
    font-size: 18px;
    line-height: 26px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.contact_form .hs-form fieldset.form-columns-1 .hs-input { width: 100% !important;padding:20px; }
.hs_cos_wrapper_type_rich_text li {
    margin-left: 40px;
   /* list-style-type: initial;*/
}
.gray_container { overflow:hidden; }
.sidebar_box a, .blog-pagination a {
    color: #e53737;
}
.blog_right h3, .comments h3 {
    color: #1b1b1b;
    font-family: "Conv_Gotham-Bold";
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.comments .BB_white a, .comments .BB_white .comment-from h4 {
    color: #e53737 !important;
    text-decoration: underline !important;
    font-size:16px !important;
}
.comments .hs_submit { clear:left;}
.comments .comment.depth-0 {
    border-top: none !important;
    margin-top: 10px;
    padding-top:0 !important;
}
.comments input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Conv_Gotham-Bold";
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.BB_white p {
    padding: 0 0 20px !important;
}
.comments .inputs-list li { padding:0 !important; }

 
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
input[type="text"], input[type="submit"], select, textarea, button {
	-webkit-appearance: none;
	border-radius: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'gotham_bookregular';
	font-size: 18px;
	line-height: 26px;
	color: #666666;
}
h1, h2, h3, h4, h5, h6, p, form, input, ul, li {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
p {
	line-height: 26px;
	padding: 0 0 30px;
}
ul, ol, li {
	list-style: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
button {
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	padding: 15px 30px;
	font-family: 'Conv_Gotham-Bold';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #000000;
	text-transform: uppercase;
}
cta_button {
    border-radius: 5px !important;
    color: #fff !important;
    display: inline-block !important;
    font-family: "Conv_Gotham-Bold" !important;
    font-size: 16px !important;
    padding: 15px 40px !important;
    text-transform: uppercase !important;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a img {
	border: 0px;
	outline: none;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	display: block;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
/* ======================================== Wrapper Styles ============================================ */
.wrapper {
	width: 100%;
	margin: 0px auto;
}
/* ======================================== Header Styles ============================================ */
header {
	width: 96%;
	margin: 0px auto;
	padding: 0px 2% 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index:999;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ha-header-small {
	background: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.40) 0px 2px 3px;
	-moz-box-shadow: rgba(0,0,0,0.40) 0px 2px 3px;
	box-shadow: rgba(0,0,0,0.40) 0px 2px 3px;
	padding: 5px 2%;
}
.ha-header-small .logo {
	max-width: 234px;
	margin: 5px 0 0;
}
.logo {
	float: left;
}
.navigation {
	float: right;
  padding-top: 20px;
}
.navigation #menu li {
	float: left;
	padding: 0 16px 0 0;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
}
.navigation #menu li a {
	color: #000000;
	float: left;
	padding: 5px 0 5px;
	position: relative;
}
.navigation #menu li span {
	width: 100%;
	float: left;
	vertical-align: top;
}
.navigation #menu li.active a, .navigation #menu li a:hover {
	/*font-family: 'Conv_Gotham-Bold';*/
	border-bottom: 2px solid #000;
}
.navigation #menu li a:after {
    display:block;
    content:attr(title);
    font-family: 'Conv_Gotham-Bold';
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
}

.navigation #menu li i {
	font-size: 22px;
}
.navigation #menu li.cart {
	border-left: 1px solid #a22a2a;
	padding: 0 0 0 16px;
	text-align: center;
}
.navigation #menu li.cart a {
	color: #fff;
	border: 0 !important;
	font-family: 'gotham_bookregular';
}
.navigation #menu li .number {
	background: #000000;
	position: absolute;
	right: 10px;
	top: -2px;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 12px;
	line-height: 12px;
	height: 12px;
	font-size: 8px;
}
.ha-header-small .navigation #menu li.cart a {
	color: #000000;
}
.ha-header-small .navigation #menu li {
	font-size: 13px;
}
.top_banner {
	position: relative;
}
.banner_caption {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 990px;
	margin: -140px 0 0 -495px;
}
.banner_caption h1 {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	padding: 0 0 10px;
}
.banner_caption h4 {
	font-size: 20px;
	line-height: 20px;
	color: #e53737;
	position: relative;
	padding: 0 0 0 40px;
	display: inline-block;
	font-family: 'Conv_Gotham-Bold';
}
.banner_caption h4:before {
	background: #e53737;
	width: 25px;
	height: 4px;
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
}
.banner_caption p {
	font-size: 20px;
	line-height: 30px;
	color: #283c4f;
	padding: 50px 0;
}
.banners_imgs img {
	width: 100%;
}
/* ======================================== Container Styles ============================================ */
.container {
    max-width: 990px;
    margin: 0 auto !important;
    float: none !important;
}
.about {
	width: 100%;
	background: #ffffff;
	padding: 80px 0;
	text-align: center;
}
.button a {
	color: #fff;
	background: #e53737;
	display: inline-block;
	padding: 15px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Conv_Gotham-Bold';
}
.store {
	background: #f5f5f5;
	position: relative;
	display: table;
	width: 100%;
}
.image {
	position: relative;
	display: table-cell;
	width: 60%;
	vertical-align: middle
}
.image img {
	float: left;
	width: 100%;
}
.absolute {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
}
.image .absolute {
	width: auto;
	float: right;
}
.description {
	text-align: left;
	width: 40%;
	padding: 0 5% 0 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 5;
}
.description h2 {
	font-size: 45px;
	line-height: 45px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Light';
	padding: 0 0 5px;
}
.description h3 {
	font-size: 20px;
	line-height: 20px;
	color: #e53737;
	position: relative;
	padding: 0 0 50px 40px;
	display: inline-block;
	font-family: 'Conv_Gotham-Bold';
}
.description h3:before {
	background: #e53737;
	width: 25px;
	height: 4px;
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
}
.description .button a {
	margin: 20px 0 0;
}
.retail h2 {
    margin: 20px 0 0 !important;
}
.store .description h3 {
	color: #ff9900;
}
.store .description h3:before {
	background: #ff9900;
}
.store .button a {
	background: #ff9900;
}
.store table {
	width: 100%;
	height: 100%;
	float: left;
	vertical-align: middle;
}
.store td {
	vertical-align: middle;
}
.shadow_text {
	font-size: 33vw;
	font-family: 'Conv_Gotham-Light';
	line-height: 33vw;
	color: rgba(0,0,0,0.02);
	position: absolute;
	left: 5%;
	top: 50%;
	margin: -20% 0 0;
	z-index: 1
}
.education {
	background: #ffffff;
	position: relative;
	display: table;
	width: 100%;
}
.education .description {
	padding-left: 5%;
}
.education .absolute {
	max-width: none;
	height: 90%;
	left: auto;
	right: 0;
}
.retail {
	background: #f5f5f5;
	position: relative;
	display: table;
	width: 100%;
}
.retail .absolute {
	left: auto;
	right: 7%;
}
.retail .description h3 {
	color: #1863cf;
}
.retail .description h3:before {
	background: #1863cf;
}
.retail .button a {
	background: #1863cf;
}
.living {
	background: #ffffff;
	position: relative;
	display: table;
	width: 100%;
	border-bottom: 4px solid #efefef;
}
.living .description {
	padding-left: 5%;
}
.living .description h3 {
	color: #8dc800;
}
.living .description h3:before {
	background: #8dc800;
}
.living .button a {
	background: #8dc800;
}
.testimonial_section {
	padding: 80px 0;
	background: #f5f5f5;
	text-align: center;
}
.testimonial_section h1 {
	font-size: 35px;
	color: #1b1b1b;
	line-height: 36px;
	padding: 8px 0 50px;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Bold';
}
.testimonial_section h1 span {
	color: #e53737;
}
.testimonial_box {
	text-align: left;
	width: 48%;
	float: left;
	position: relative;
}
.TB_right {
	float: right;
}
.TB_full {
	width: 100%;
	margin: 30px 0 0;
}
.WT_box {
	width: 86%;
	background: #fff;
	padding: 40px 7%;
	position: relative;
	-webkit-box-shadow: rgba(0,0,0,0.08) 1px 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.08) 1px 1px 2px;
	box-shadow: rgba(0,0,0,0.08) 1px 1px 2px;
	margin: 0 0 30px;
}
.WT_box:after {
	position: absolute;
	left: 5%;
	bottom: -20px;
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/point.png) no-repeat left top;
	width: 22px;
	height: 20px;
	content: '';
}
.WT_box p {
	padding: 0;
}
.WT_box a {
	float: right;
	color: #e53737;
	font-size: 16px;
	font-family: 'Conv_Gotham-Bold';
	text-transform: uppercase;
}
.testimonial_box img {
	float: left;
	margin: 0 15px 0 0;
}
.testimonial_box h3 {
	font-size: 18px;
	color: #e53737;
	line-height: 20px;
	text-transform: uppercase;
}
.testimonial_box h3 em {
	color: #666666;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
}
.abs {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 16px;
	color: #666666;
}
.abs span {
	color: #e53737;
}
.video_section {
	/* background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/video_banner.jpg) no-repeat center top;*/
	background-size: 100%;
	width: 100%;
	padding: 100px 0;
	text-align: center;
  margin-left: 10px;
}
.video_section h2 {
	font-size: 35px;
	color: #333;
	line-height: 36px;
	margin: 15px 0 60px;
	font-family: 'Conv_Gotham-Bold';
}
.video_section .button a {
	font-size: 16px;
	color: #f5f5f5;
	font-family: 'Conv_Gotham-Bold';
	border: 4px solid #f5f5f5;
	background: none !important;
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter: alpha(opacity=40);
}
.video_section .button a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
.awards {
	width: 100%;
	padding: 40px 0;
	text-align: center; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c4f8f+0,1170be+50,0c4f8f+100 */
	background: #0c4f8f; /* Old browsers */
	background: -moz-linear-gradient(top, #0c4f8f 0%, #1170be 50%, #0c4f8f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0c4f8f 0%, #1170be 50%, #0c4f8f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0c4f8f 0%, #1170be 50%, #0c4f8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4f8f', endColorstr='#0c4f8f', GradientType=0 ); /* IE6-9 */
}
.awards .container {
	max-width: 1100px;
}
.awards h1 {
	font-size: 35px;
	color: #ffffff;
	line-height: 36px;
	margin: 15px 0 25px;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Bold';
}
.awards .slick-track {
	padding: 15px 0;
}
.awards .slick-list {
	margin: 0 5%;
}
.awards .slick-slide {
	width: 350px;
	margin: 0 -90px;
	position: relative;
	height: 350px;
	-webkit-box-shadow: rgba(0,0,0,0.40) 0px 0px 15px;
	-moz-box-shadow: rgba(0,0,0,0.40) 0px 0px 15px;
	box-shadow: rgba(0,0,0,0.40) 0px 0px 15px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	-moz-transform: scale(0.58) rotate(0deg) translateX(0px) translateY(10px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(0.58) rotate(0deg) translateX(0px) translateY(10px) skewX(0deg) skewY(0deg);
	-o-transform: scale(0.58) rotate(0deg) translateX(0px) translateY(10px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(0.58) rotate(0deg) translateX(0px) translateY(10px) skewX(0deg) skewY(0deg);
	transform: scale(0.58) rotate(0deg) translateX(0px) translateY(10px) skewX(0deg) skewY(0deg);
}
.awards .slick-center.slick-current {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/yellow_field.png);
    background-size:80%;
	margin: 0 -30px;
	z-index: 11;
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
/*{-moz-transform: scale(0.50) rotate(0deg) translateX(0px) translateY(-20px) skewX(0deg) skewY(0deg);
-webkit-transform: scale(0.50) rotate(0deg) translateX(0px) translateY(-20px) skewX(0deg) skewY(0deg);
-o-transform: scale(0.50) rotate(0deg) translateX(0px) translateY(-20px) skewX(0deg) skewY(0deg);
-ms-transform: scale(0.50) rotate(0deg) translateX(0px) translateY(-20px) skewX(0deg) skewY(0deg);
transform: scale(0.50) rotate(0deg) translateX(0px) translateY(-20px) skewX(0deg) skewY(0deg);}*/
.white_img{width:100%; float:left;}
.white_img .others{display:block;}
.white_img .only_center{display:none;}

.slick-center.slick-current .white_img .others{display:none;}
.slick-center.slick-current .white_img .only_center{display:block;}

.slick-slide .caption{position:absolute; left:0; top:0; width:100%; height:100%;}

.caption {
	width: 100%;
}
.caption h2 {
	width: 100%;
	font-size: 40px;
	font-family: 'Conv_Gotham-Light';
	line-height: 45px;
	text-transform: uppercase;
	padding: 100px 0 0;
}
.caption h2 strong {
	font-family: 'Conv_Gotham-Bold';
	font-weight: normal;
}
.caption h4 {
	color: #666666;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	width: 100%;
	font-family: 'Conv_Gotham-Bold';
	text-transform: uppercase;
}
.featured_robot {
	background: #fff;
	padding: 40px 0;
	width: 100%;
	/*padding: 75px 0;*/
	text-align: center;
}
.featured_robot h1 {
	color: #1b1b1b;
	font-size: 35px;
	line-height: 36px;
	margin: 15px 0 40px;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Bold';
}
.featured_slider .slick-track {
	padding: 20px 0 40px;
}
.featured_slider .slick-slide {
	background: #f5f5f5;
	width: 330px; z-index:1; position:relative;
	padding: 20px;
	margin: 0 -25px;
	-moz-transform: scale(0.90) rotate(0deg) translateX(0px) translateY(70px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(0.90) rotate(0deg) translateX(0px) translateY(70px) skewX(0deg) skewY(0deg);
	-o-transform: scale(0.90) rotate(0deg) translateX(0px) translateY(70px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(0.90) rotate(0deg) translateX(0px) translateY(70px) skewX(0deg) skewY(0deg);
	transform: scale(0.90) rotate(0deg) translateX(0px) translateY(70px) skewX(0deg) skewY(0deg);
}
.featured_slider .slick-center.slick-current {
	background: #283c4f;
	margin: 0;
	-webkit-box-shadow: #666 0px 5px 35px;
	-moz-box-shadow: #666 0px 5px 35px;
	box-shadow: #666 0px 5px 35px;
	z-index: 11;
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.featured_slider .slick-center.slick-current .robot_img {
	max-height: 270px;
	padding: 0;
	margin: 0 0 10px;
	overflow: hidden;
	background: #f5f5f5;
	width: 100%;
	text-align: center;
}
.featured_slider .slick-center.slick-current .robot_img .robot_shdaow {
	display: none;
}
.featured_slider .slick-center.slick-current .robot_img img {
	margin: 10px 0 0;
    max-height:220px;
}
.robot_img {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 50px;
}
.robot_img img {
	margin: 0 0 -50px;
}
.paragraph {
	display: none;
	width: 100%;
	float: left;
}
.paragraph p {
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	padding: 0 0 10px;
}
.featured_slider h2 {
	text-align: left;
	width: 100%;
	float: left;
	font-size: 25px;
	color: #000000;
	line-height: 26px;
    min-height: 60px;
	font-family: 'Conv_Gotham-Light';
	text-transform: uppercase;
}
.price {
	text-align: left;
	border-top: 4px solid rgba(0,0,0,0.4);
	width: 100%;
	float: left;
	margin: 10px 0 0;
	padding: 10px 0;
}
.price h3 {
	float: left;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Bold';
}
.price h3.right {
	float: right;
}
.featured_slider .slick-center.slick-current .price h3 span {
	display: none;
}
.price h3 a {
	color: #fff;
	display: none;
}
.featured_slider .slick-prev {
	left: 2%;
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/left_arrow1.png);
}
.featured_slider .slick-next {
	right: 2%;
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/right_arrow1.png);
}
.featured_slider .slick-center.slick-current h2 {
	color: #84d1fc;
	padding: 20px 0 10px;
    min-height:auto;
}
.featured_slider .slick-center.slick-current .paragraph {
    display: block;
    max-height: 157px;
    overflow: hidden;
    text-align: left;
}
.featured_slider .slick-center.slick-current .price {
	border-color: #3e5061;
}
.featured_slider .slick-center.slick-current .price h3 {
	color: #84d1fc;
}
.featured_slider .slick-center.slick-current .price h3 a {
	display: block;
}
.copyright {
	width: 100%;
	background: #f5f5f5;
	text-align: center;
	padding: 40px 0;
}
.copyright p {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	padding: 8px 0 20px;
}
.social_icons a {
	display: inline-block;
	margin: 0 8px;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}
.social_icons a.fb {
	background: #3c5a98;
}
.social_icons a.twit {
	background: #00aced;
}
.social_icons a.yt {
	background: #cc181e;
}
.social_icons a.li {
	background: #0177b5;
}
.social_icons a.gp {
	background: #dd5044;
}
/* ======================================== Footer Styles ============================================ */
footer {
	width: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e4b66+0,283c4f+100 */
	/* background: #2e4b66; /* Old browsers */
	/* background: -moz-linear-gradient(top, #2e4b66 0%, #283c4f 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, #2e4b66 0%, #283c4f 100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, #2e4b66 0%, #283c4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4b66', endColorstr='#283c4f', GradientType=0 ); /* IE6-9 */
	padding: 30px 0;
}
.span4 {
	float: left;
	width: 25%;
}
footer h2 {
	font-size: 14px;
	color: #33a4ca;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'gotham_mediumregular';
	margin: 0 0 20px;
	/*position: relative;*/
}
footer h2:after {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 25px;
	height: 4px;
	background: #e54a37;
	content: '';
}
footer h2 i {
	margin-right: 7px;
}
footer li {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 25px;
}
footer li a {
	color: #ffffff;
}
.cards {
	margin: 0 0 10px;
	display: inline-block;
	width: 100%;
}
.cards li {
	float: left;
	padding: 0 7px 0 0;
	font-size: 32px;
}
.cards li i{
	color: #bbc1c6;
}
.bottom_si li {
	float: left;
	padding: 0 15px 0 0;
	font-size: 20px;
}
 @charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
	background: #fff url('url%28//cdn2.hubspot.net/hubfs/314265/rlab/images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('url%28//cdn2.hubspot.net/hubfs/314265/rlab/fonts/slick.eot');
	src: url('url%28//cdn2.hubspot.net/hubfs/314265/rlab/fonts/slick.eot?#iefix') format('embedded-opentype'), url('url%28//cdn2.hubspot.net/hubfs/314265/rlab/fonts/slick.woff') format('woff'), url('url%28//cdn2.hubspot.net/hubfs/314265/rlab/fonts/slick.ttf') format('truetype'), url('url%28//cdn2.hubspot.net/hubfs/314265/rlab/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/left_arrow.png) no-repeat left top;
	position: absolute;
	top: 50%;
	display: block;
	width: 51px;
	height: 123px;
	margin-top: -61px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	z-index: 61;
	outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev {
	left: -10px;
}
[dir='rtl'] .slick-prev {
	right: 0px;
	left: auto;
}
.slick-next {
	right: -10px;
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/right_arrow.png);
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
/* Dots */
.slick-slider {
}
.slick-dots {
	position: absolute;
	bottom: 30px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	padding: 0;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	padding: 0;
	height: 100%;
	border: 0;
	outline: none;
	background: #c8c8c8;
	cursor: pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.slick-dots li button:hover, .slick-dots .slick-active button {
	background: #e53737;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
/*	overflow: hidden;*/
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* ======================================== About Us Styles ============================================ */
/*.new_header .logo .no_mob{display:none;}

.new_header #menu{display:none;}
.new_header .slicknav_menu{display:block; color:#e53737; margin:-5px 0 0;}*/
.new_header .slicknav_menu .slicknav_menutxt,.hs-content-name-about-us .slicknav_menu .slicknav_menutxt {
	color: #e53737;
}
.new_header .slicknav_menu .slicknav_icon-bar,.hs-content-name-about-us .slicknav_menu .slicknav_icon-bar {
	background: #e53737;
}
.new_header .navigation #menu li.cart a,.hs-content-name-about-us .navigation #menu li.cart a{
	color: #000000;
}
.new_header.ha-header-small .logo {
	max-width: 286px;
}
.inner_banner {
	width: 96%;
	padding: 125px 2% 50px;
	text-align: center;
	position: relative;
}
.inner_banner .shadow_text {
    font-size: 200px;
    line-height: 280px;
    margin: -10% 0 0;
    left: 0;
    right: 0;
}
.inner_banner .description {
	width: 96%;
	display: inline-block;
	text-align: center;
	padding: 3%;
}
.inner_banner .description h2 {
	font-size: 60px;
	line-height: 60px;
}
.mid-sce {
    padding: 40px 0;
}
.mid-sce-right h3{
    color: #000;
    font-family: 'Conv_Gotham-Light';
    font-size: 24px;
    margin-bottom: 10px;
}
.mid-sce-right{
    background: #F5F5F5;
    padding: 20px 30px;
}
.mid-sce-right .hs-form-field {
    width: 100% !important;
}
.mid-sce-right .hs-input {
    border: 1px solid #ccc;
    margin-bottom:15px;
    border-radius: 3px !important;
}
.mid-sce-right label span {
    font-size: 14px;
}
.mid-sce-right .hs-button.primary.large{
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 40px;
    font-family: 'Conv_Gotham-Bold';
    border-radius: 5px;
    background:  #d91818;/*rgb(227,78,52);*/
    text-transform: uppercase;
}

.snd-me-sec{
     padding:30px 0;   
}
.mid-sce-right .hs-button.primary.large{
 padding: 10px 0;
 width: 100%;
}



.work_q {
/*	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/diagonal_bg.png) no-repeat center top;*/
	width: 100%;
	padding: 90px 0;
}
.equal {
	width: 44%;
	float: left;
}
.equal.right {
	float: right;
}
.equal h2 {
	font-size: 25px;
	line-height: 29px;
	color: #ffffff;
	font-family: 'Conv_Gotham-Bold';
	padding: 0 0 10px;
	text-transform: uppercase;
}
.equal p {
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
}
.inner_about p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'gotham_mediumregular';
}
.about_slider {
	width: 100%;
	display: inline-block;
	padding: 20px 0 60px;
}
.AS_caption {
	position: absolute;
	left: 5%;
	bottom: 40px;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Light';
}
.about_slider .slick-slide {
	position: relative;
	width: 100%;
}
.one_testimonial p {
	font-size: 20px;
	color: #363636;
	line-height: 30px;
	padding: 0 0 10px;
}
.one_testimonial strong {
	font-size: 14px;
	color: #989898;
	line-height: 20px;
	font-weight: normal;
}
.featured_robot1 {
	padding-bottom: 0;
}
.team_slider .slick-slide {
	width: 495px;
	position: relative;
}
.team_img {
	width: 100%;
	float: left;
}
.team_img img {
	width: 100%;
	float: left;
}
.team_slider .slick-current.slick-active {
}
.team_desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 94%;
	padding: 24% 3%;
	display: none;
	text-align: left;
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/overlay.png) repeat left top;
    top:0;
}
.team_desc p {
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	padding: 20px 0;
}
.team_desc h2 {
	text-align: left;
	width: 100%;
	float: left;
	font-size: 35px;
	color: #84d1fc;
	line-height: 26px;
	font-family: 'Conv_Gotham-Light';
	text-transform: uppercase;
}
.team_desc h3 {
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	position: relative;
	padding: 0 0 0 20px;
	margin: 10px 0 0;
	display: inline-block;
	font-family: 'Conv_Gotham-Bold';
}
.team_desc h3:before {
	background: #ffffff;
	width: 12px;
	height: 2px;
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
}
.slick-current.slick-active .team_desc {
	display: block;
}
.team_slider .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slick-current.slick-active .overlay {
	display: none;
}
.team_slider .slick-prev {
	left: 2%;
}
.team_slider .slick-next {
	right: 2%;
}

/* ======================================== Blog Styles ============================================ */
.blog_wrapper .inner_banner {
	background: #ffffff;
}
.blog_wrapper .navigation #menu li.cart a {
	color: #cccccc;
}
.blog_wrapper .copyright {
	background: #ffffff;
}
.gray_container {
	background: #f5f5f5;
	padding: 50px 0;
}
.blog_left {
	width: 74%;
	float: left;
}
.blog_right {
	width: 23%;
	float: right;
}
.blog_box {
	width: 100%;
	float: left;
	padding: 0 0 45px;
}
.BB_white {
	width: 92%;
	float: left;
	padding: 20px 4%;
	background: #fff;
	position: relative;
	-webkit-box-shadow: rgba(0,0,0,0.08) 1px 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.08) 1px 1px 2px;
	box-shadow: rgba(0,0,0,0.08) 1px 1px 2px;
	margin: 0 0 30px;
}
.BB_white:after {
	position: absolute;
	left: 5%;
	bottom: -20px;
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/point.png) no-repeat left top;
	width: 22px;
	height: 20px;
	content: '';
}
.BB_white h2 {
	font-size: 20px;
	line-height: 25px;
	color: #e53737;
	position: relative;
	padding: 0 0 15px;
	font-family: 'Conv_Gotham-Bold';
}
.BB_white h2 a {
	color: #e53737;
}
.BB_white p {
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	padding: 0;
}
.BB_white p a {
	color: #e53737;
	text-decoration: underline;
}
.more {
	border-top: 4px solid #f2f2f2;
	width: 100%;
	float: left;
	margin: 15px 0 0;
	padding: 10px 0 0;
}
.more .link {
	font-size: 16px;
	line-height: 20px;
	color: #e53737;
	position: relative;
	float: left;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Bold';
}
.more ul {
	float: right;
}
.blog_box li {
	float: left;
	padding: 0 0 0 30px;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.blog_box li a {
	color: #e53737;
	text-decoration: underline;
}
.blog_box li i {
	color: #cccccc;
	margin: 0 5px 0 0;
}
.posted {
	width: 100%;
	float: left;
}
.posted li {
	padding: 0;
}
.blog_box li.right {
	float: right;
}
.blog_box li.right a {
	color: #666666;
}
.sidebar_box {
	width: 100%;
	float: left;
	padding: 0 0 40px;
}
.blog_right h2, .comments h2 {
	font-size: 20px;
	line-height: 25px;
	color: #1b1b1b;
	position: relative;
	padding: 0 0 0px;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Bold';
}
.sidebar_box li {
	font-size: 16px;
	line-height: 22px;
	border-bottom: 1px solid #c4c4c4;
	color: #e53737;
	padding: 10px 0;
	font-family: 'gotham_mediumregular';
}
.sidebar_box li a {
	color: #e53737;
}
/* ======================================== Post Styles ============================================ */
.blog_img {
	width: 108.4%;
	margin: 25px 0 20px -4.1%;
	float: left;
}
.blog_img img {
	width: 100%;
	float: left;
}
.comments {
	width: 100%;
	float: left;
}
.comments h2 {
	padding: 0 0 15px;
}
.full_width {
	width: 100%;
}
.full_width li {
	padding: 0;
}
/* ======================================== Contact Us Styles ============================================ */
.google_map {
	width: 100%;
}
.google_map img {
	float: left;
	width: 100%;
}
.contact_form {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/contact_bg.png) no-repeat center top;
	position: relative; background-size:100%;
	width: 100%;
}
.contact_form .shadow_text {
	font-size: 20vw;
	line-height: 20vw;
}
.office {
	padding: 0 0 0 0%;
	width: 39%;
	float: left;
	text-align: left;
}
.office1 {
	width: 28%;
}
.office h2 {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	position: relative;
	padding: 5px 0 10px;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Bold';
}
.office p {
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	padding: 0;
}
.office p a {
	color: #e53737;
	text-decoration: underline;
}
.office p i {
	width: 20px;
	text-align: center;
	color: #969696;
}
.contact_form {
	padding: 190px 0 50px;
	text-align: center
}
.contact_form .description {
	text-align: center;
	width: 100%;
	display: inline-block
}
.contact_form ul {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 0 30px;
	position: relative;
	z-index: 11;
}
.contact_form li, #hs_form_target_my_form div {
	width: 46.5%;
	float: left;
	padding: 15px 0 15px 2%;
	background: #fff;
	z-index: 2;
	position: relative;
	-webkit-box-shadow: rgba(0,0,0,0.08) 1px 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.08) 1px 1px 2px;
	box-shadow: rgba(0,0,0,0.08) 1px 1px 2px;
}
#hs_cos_wrapper_my_form {
	position: relative;
	z-index: 11;
}
#hs_form_target_my_form div {
	margin: 0 0 30px;
}
#hs_form_target_my_form div div {
	width: auto;
	margin: 0;
	float: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#hs_form_target_my_form div label {
	float: left;
	width: 100%;
	position: relative;
	z-index: 51;
	font-size: 18px;
	color: #666666;
	font-family: 'gotham_bookregular';
	text-align: left;
}
#hs_form_target_my_form div .hs_company label, #hs_form_target_my_form div .hs_message label {
	width: 100%;
}
#hs_form_target_my_form div .hs_company, #hs_form_target_my_form div .hs_message {
	width: 100%;
	float: left;
	height: 100px;
}
#hs_form_target_my_form div .hs_company .input, #hs_form_target_my_form div .hs_message .input {
	width: 100% !important;
}
#hs_form_target_my_form div .hs_company .input input {
	height: 80px;
}
.contact_form li:last-child, #hs_form_target_my_form div:nth-child(even) {
	float: right;
}
.contact_form li i {
	font-size: 18px;
	color: #666666;
	vertical-align: top;
	width: 20px;
	text-align: center;
	padding: 3px 10px 0 0;
}
.contact_form li input, .contact_form li textarea, .contact_form .field .input input, .contact_form .field .input textarea {
	border: 0;
	background: none;
	font-size: 18px;
	color: #666666;
	font-family: 'gotham_bookregular';
	width: 80%;
}
.contact_form #hs_form_target_my_form .field .input {
	float: left;
	width: 100%;
}
.hs-error-msgs {
	padding: 0 !important;
	/*position: absolute !important;*/
	left: 0;
	bottom: -45px;
}
.hs_company .hs-error-msgs, .hs_message .hs-error-msgs {
	bottom: -15px;
}
.hs-error-msgs li, #hs_form_target_my_form .hs_submit {
	background: none;
	width: 100% !important;
	padding: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.hs-error-msgs li, #hs_form_target_my_form .hs_submit div {
	background: none;
	float: none !important;
}
#hs_form_target_my_form .hs_submit .hs-button {
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	padding: 15px 30px;
	font-family: 'Conv_Gotham-Bold';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #000000;
	text-transform: uppercase;
}
.hs-error-msgs li label {
	color: red !important;
	width: 100% !important;
	font-size: 14px !important;
}
.contact_form .field .input input {
	padding:20px;
	width: 100%;
   
}
.contact_form .full_width li {
	width: 98%
}
.contact_form li textarea, .contact_form .field .input textarea {
	height: 80px;
	overflow: auto;
	width: 90%
}
#hs_form_target_my_form div .hs_message textarea {
	width: 100%;
	padding: 0;
}
.contact_form button {
}
.no_desktop {
	display: none
}
.no_desktop {
	display: none;
}


/* ======================================== Product Catalog Styles ============================================ */
.product_wrapper .inner_banner {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+50,fd8400+50,ff9300+50,ffc500+75,ff9400+100 */
	background: #f5f5f5; /* Old browsers */
/*	background: -moz-linear-gradient(-45deg, #f5f5f5 50%, #fd8400 50%, #ff9300 50%, #ffc500 75%, #ff9400 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(-45deg, #f5f5f5 50%, #fd8400 50%, #ff9300 50%, #ffc500 75%, #ff9400 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(135deg, #f5f5f5 50%, #fd8400 50%, #ff9300 50%, #ffc500 75%, #ff9400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ff9400', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.products_main .container {
	max-width: 1280px;
}
.product_wrapper .inner_banner .description h3 {
	color: #ff9900;
}
.product_wrapper .inner_banner .description h3:before {
	background: #ff9900;
}
.product_wrapper .inner_banner .description h3 span {
	color: #fff;
}
.products_main {
	text-align: center;
	padding: 40px 0;
}
.product_box {
	width: 23%;
	float: left;
	border: 1px solid #e5e5e5;
	margin: 0.9%;
	min-height: 360px;
	padding: 0 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.products_main .image {
	float: left;
	padding: 20px 0 0px;
	text-align: center;
	width: 100%;
}
.products_main .image img {
    float: none;
    height: 200px;
    width: auto;
}
.product_box h2 {
	width: 100%;
	min-height: 50px;
	padding: 10px 0 0;
	float: left;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	font-family: 'Conv_Gotham-Light';
	text-transform: uppercase;
}
.product_box .price h3 a {
	display: block;
	color: #ff9900;
}
.thumbnails {
	width: 100%;
	padding: 0 0 30px;
	float: left;
}
.thumbnails li {
	display: inline-block;
	border-right: 2px solid #f2f2f2;
}
.thumbnails li a {
	padding: 0 20px;
	float: left;
}
.thumbnails li:last-child {
	border: 0;
}
.thumbnails li .icon, .thumbnails li .menuicon {
	height: 28px;
	width: 100%;
  background-size: auto 28px;
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
}
.thumbnails li a span {
	font-size: 14px;
	color: #000000;
	font-family: 'gotham_bookregular';
}
.thumbnails li a:hover span {
	color: #ff9900;
}
.thumbnails li.icon1 .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon1.png);
}
.thumbnails li.icon1:hover .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon1_hover.png);
}
.thumbnails li.icon2 .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon2.png);
}
.thumbnails li.icon2:hover .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon2_hover.png);
}
.thumbnails li.icon3 .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon3.png);
}
.thumbnails li.icon3:hover .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon3_hover.png);
}
.thumbnails li.icon4 .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon4.png);
}
.thumbnails li.icon4:hover .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon4_hover.png);
}
.thumbnails li.icon5 .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon5.png);
}
.thumbnails li.icon5:hover .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon5_hover.png);
}
.thumbnails li.icon6 .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon6.png);
}
.thumbnails li.icon6:hover .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon6_hover.png);
}
.thumbnails li.icon7 .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon7.png);
}
.thumbnails li.icon7:hover .icon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon7_hover.png);
}

.thumbnails li.icon8 .icon {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/kit.png?t=1470707372843");
}
.thumbnails li.icon8:hover .icon {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/kit_h.png?t=1470707372843");
}
.thumbnails li.icon9 .icon {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon4.png?t=1470707372843");
}
.thumbnails li.icon9:hover .icon {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon4_hover.png?t=1470707372843");
}
.thumbnails li.icon10 .icon {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon6.png?t=1470707372843");
}
.thumbnails li.icon10:hover .icon {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon6_hover.png?t=1470707372843");
}
.thumbnails li.icon11 .icon {
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Researcher.png");
}
.thumbnails li.icon11:hover .icon {
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Researcher-hover.png");
}
.thumbnails li.icon12 .icon {
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Developer.png");
}
.thumbnails li.icon12:hover .icon {
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Developer_h.png");
}
/*========================================= Store menu icons ===========================================*/
.thumbnails li.icon1:hover .icon {
	/*background-image: url(//www.robotlab.com/hubfs/rlab/images/All%20icon.png);*/
  background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon1.png);
}
.thumbnails li.menuicon-coding .menuicon {
	background-image: url(//www.robotlab.com/hubfs/rlab/images/Coding.png);
}
.thumbnails li.menuicon-coding:hover .menuicon {
	background-image: url(//www.robotlab.com/hubfs/rlab/images/Coding.png);
}
.thumbnails li.menuicon-engineering .menuicon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/Engineering.png);
}
.thumbnails li.menuicon-engineering:hover .menuicon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/Engineering.png);
}
.thumbnails li.menuicon-vr .menuicon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/Virtual%20Reality.png);
}
.thumbnails li.menuicon-vr:hover .menuicon {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/Virtual%20Reality.png);
}
.thumbnails li.menuicon-makerspace .menuicon {
	background-image: url(//www.robotlab.com/hubfs/rlab/images/3D%20printer%202.png);
}
.thumbnails li.menuicon-makerspace:hover .menuicon {
	background-image: url(//www.robotlab.com/hubfs/rlab/images/3D%20printer%202.png);
}
.thumbnails li.menuicon-technology .menuicon {
	background-image: url(//www.robotlab.com/hubfs/rlab/images/Technology%20TV.png);
}
.thumbnails li.menuicon-technology:hover .menuicon {
	background-image: url(//www.robotlab.com/hubfs/rlab/images/Technology%20TV.png);
}
.thumbnails li.menuicon-elementary .menuicon {
	background-image: url(//www.robotlab.com/hubfs/rlab/images/Elementary-Icon.png);
}
.thumbnails li.menuicon-elementary:hover .menuicon {
	background-image: url(//www.robotlab.com/hubfs/rlab/images/Elementary-Icon.png);
}
.thumbnails li.menuicon-middle .menuicon {
    background-image: url(//www.robotlab.com/hubfs/rlab/images/Middle%20School%20-Icon.png);
}
.thumbnails li.menuicon-middle:hover .menuicon {
    background-image: url(//www.robotlab.com/hubfs/rlab/images/Middle%20School%20-Icon.png);
}
.thumbnails li.menuicon-high .menuicon {
    background-image: url(//www.robotlab.com/hubfs/rlab/images/High%20School-%20Icon.png);
}
.thumbnails li.menuicon-high:hover .menuicon {
    background-image: url(//www.robotlab.com/hubfs/rlab/images/High%20School-%20Icon.png);
}
.thumbnails li.menuicon-college .menuicon {
    background-image: url(//www.robotlab.com/hubfs/rlab/images/College-Icon.png);
}
.thumbnails li.menuicon-college:hover .menuicon {
    background-image: url(//www.robotlab.com/hubfs/rlab/images/College-Icon.png);
}

/* ======================================== Product-V5 Styles ============================================ */
.top_product {
	width: 100%;
	padding: 140px 0 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+60,ff9300+60,ffc500+75,ff9400+100 */
/*	background: #e6e6e6; *//* Old browsers */
  /*background-color: #e6e6e6;*/
  
/*	background: -moz-linear-gradient(-45deg, #f5f5f5 60%, #ff9300 60%, #ffc500 75%, #ff9400 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(-45deg, #f5f5f5 60%, #ff9300 60%, #ffc500 75%, #ff9400 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(135deg, #f5f5f5 60%, #ff9300 60%, #ffc500 75%, #ff9400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ff9400', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/*	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/P_diagonal.jpg1) no-repeat center top;*/
	background-size: 100%;
}
.top_product .shadow_text {
	font-size: 18vw;
	line-height: 18px;
	margin-top: 0%;
}
.prod_desc {
	width: 45%;
	float: left;
	padding: 15% 0 0;
}
.product_img {
	width: 55%;
	float: right;
}
.product_img img {
	margin: 0 0 -75px;
	display: inline-block;
}
.prod_desc h1 {
	font-size: 45px;
	line-height: 55px;
	text-transform: uppercase;
	padding: 0 0 10px;
	font-family: 'Conv_Gotham-Light';
}
.prod_desc h3 {
	font-size: 20px;
	line-height: 20px;
	color: #ff0000;
	position: relative;
	padding: 0 0 0 40px;
	display: inline-block;
	font-family: 'Conv_Gotham-Bold';
}
.prod_desc h3:before {
	background: #ff0000;
	width: 25px;
	height: 4px;
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
}
.prod_desc p {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	padding: 30px 0 25px;
	font-family: 'gotham_bookregular';
}
.secure_checkout {
	width: 100%;
	float: left;
}
.secure_checkout p {
	padding: 0 0 10px;
	font-size: 25px;
	color: #000000;
	line-height: 30px;
	font-family: 'Conv_Gotham-Light';
}
.secure_checkout .button a {
	background: #ff0000;
}
.secure_checkout .button {
	display: inline-block;
}
.secure_checkout h4 {
	display: inline-block;
	margin: 0 0 0 20px;
	color: #85ab00;
	font-size: 16px;
	font-family: 'gotham_bookregular';
}
.next_product {
	position: absolute;
	right: 2%;
	top: 400px;
	margin: -25px 0 0;
}
.next_product img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.previous_product {
    position: absolute;
	left: 2%;
	top: 400px;
	margin: -25px 0 0;
    z-index: 9;
}
.previous_product img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.secure_checkout ul {
	width: 100%;
	padding: 35px 0 0;
	display: inline-block;
}
.secure_checkout li {
	display: inline-block;
	margin: 0 22px 0 0;
}
.secure_checkout li.SC2 {
	margin: 0;
}
.secure_checkout li h3 {
	font-size: 13px;
	color: #666666;
	font-family: 'Conv_Gotham-Bold';
	text-transform: uppercase;
	padding: 0 0 8px;
}
.secure_checkout li h3 span {
	color: #000000;
}
.secure_checkout li a {
	font-size: 13px;
	display: inline-block;
	color: #fff;
	font-family: 'Conv_Gotham-Bold';
	padding: 14px 24px;
	background: #2e4a66;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}
.secure_checkout li a i {
	margin-right: 5px;
}
.secure_checkout li.SC2 a {
	background: #2789c5;
}
.top_price {
	text-align: center;
	padding: 30px 0 75px 0;
}
.top_price .secure_checkout li {
	max-width: 330px;
	border: 1px solid #e5e5e5;
	padding: 30px;
}
.top_price .secure_checkout li img {
	margin: 0 0 5px;
}
.top_price .secure_checkout li h3 {
	font-size: 16px;
}
.features {
/*	background: #e6e6e6; *//* url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/OL_diagonal.png) no-repeat left bottom;*/
 /* background-color: #e6e6e6;*/
	background-size: auto 100%;
	position: relative;
	padding: 35px 0;
}
.features ul {
	width: 55%;
	float: right;
}
.features li {
	width: 100%;
	padding: 0 0 20px;
	display: inline-block;
	float: left;
}
.features li img {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: top;
	float: left;
}
.features li h3 {
	font-size: 16px;
	color: #000000;
	float: left;
	font-family: 'Conv_Gotham-Bold';
	text-transform: uppercase;
	display: inline-block;
	padding: 0;
	width: 80%;
}
.features li p {
	font-size: 16px;
	color: #666666;
	float: left;
	line-height: 24px;
	font-family: 'gotham_bookregular';
	display: inline-block;
	padding: 0;
	width: 80%;
}
.feature_img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 40%;
}
.kit_includes {
	padding: 70px 0;
	text-align: center;
}
.kit_includes h2 {
	font-size: 35px;
	color: #000000;
	font-family: 'Conv_Gotham-Bold';
	text-transform: uppercase;
	padding: 0;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 50px;
}
.kit_includes h2:after {
	background: #ff0000;
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	margin: 0 0 0 -25px;
}
.kit_includes ul {
	width: 48%;
	padding: 20px 1% 0;
	float: left;
	text-align: left;
}
.kit_includes li {
	font-size: 16px;
color:#666666 font-family:'gotham_bookregular';
	line-height: 24px;
	padding: 3px 0;
}
.available_documents {
	width: 100%;
	text-align: center;
	padding: 50px 0;
}
.available_documents h2 {
	font-size: 35px;
	line-height: 40px;
	color: #1b1b1b;
	font-family: 'Conv_Gotham-Bold';
	text-transform: uppercase;
}
.available_documents h2 i {
	font-size: 60px;
	line-height: 60px;
	margin: 0 0 20px;
}
.available_documents .docs {
	text-align: left;
}
.available_documents .docs #hs_cos_wrapper_Available_Documents .hs_cos_wrapper {
	margin: 30px 1.5% 0;
	display: inline-block;
	background: white;
	padding: 3%;
	width: 40%;
}
.available_documents .docs #hs_cos_wrapper_Available_Documents .hs_cos_wrapper:empty { display:none; }
.available_documents .docc i {
	font-size: 35px;
	color: #ff0000;
	float: left;
	margin: 5px 15px 0 0;
}
.available_documents .docc p {
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	font-family: 'gotham_bookregular';
	padding: 0;
	letter-spacing: 0.20px;
}
.available_documents .docc p a {
    color: #000000;
	font-family: 'gotham_bookregular';
}
.premium_kit {
/*	background: #f5f5f5 url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/P_diagonal.png) no-repeat right top;*/
	width: 100%;
}
.premium_kit .left {
	width: 65%;
	float: left;
	padding: 40px 0 10px;
}
.premium_kit .right {
	width: 35%;
	float: right;
	margin: -60px 0 -80px;
}
.premium_kit .description h3 {
	color: #ff0000;
	padding-bottom: 30px;
}
.premium_kit .description h3::before {
	background: #ff0000;
}
.btm_prod {
	padding: 70px 0 40px;
}
.btm_prod h2 {
	font-size: 20px;
	color: #1b1b1b;
	font-family: 'Conv_Gotham-Bold';
	text-transform: uppercase;
	padding: 0 0 30px;
}
.btm_prod h2 i {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 10px;
}
.btm_prod .product_box .price h3 a {
	color: #e53737;
}
/* ======================================== Vertical-V4 Styles ============================================ */
.education_banner {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/education_banner.png) no-repeat center top;
	background-size: 100%;
	padding-top: 40px;
}
.education_banner .description {
}
.equal_p p {
	width: 48%;
	padding: 0 1%;
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
}
.education_main .featured_slider .slick-center.slick-current {
	background: #a92727;
}
.education_main .featured_slider .slick-center.slick-current h2, .education_main .featured_slider .slick-center.slick-current .price h3 {
	color: #fff;
}
.education_main .featured_slider .slick-center.slick-current .price {
	border-color: #b73f3f;
}
.four_icons {
	padding: 50px 0;
	text-align: center;
}
.four_icons li {
	display: inline-block;
	padding: 0 30px;
}
.four_icons li h3 {
	font-size: 16px;
	color: #000000;
	font-family: 'Conv_Gotham-Bold';
	line-height: 24px;
	text-transform: uppercase;
	padding: 8px 0 0;
}
.four_icons li h3 span {
	color: #666666;
}
.success_stories .testimonial_box {
	width: 460px;
	margin: 0 20px;
}
.success_stories .slick-dots {
	bottom: -40px;
}
.success_stories .slick-dots li {
	width: 20px;
	height: 20px;
}
.success_stories .slick-dots li button {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/bullet.png) no-repeat left top;
}
.success_stories .slick-dots li button:hover, .success_stories .slick-dots li.slick-active button {
	background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/bullet_hover.png);
}
.customer_maps {
	width: 100%;
	position: relative;
}
.CM_caption {
	width: 100%;
	background: rgba(40,60,79,0.60);
	padding: 30px 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.CM_caption h2 {
	font-size: 35px;
	color: #ffffff;
	font-family: 'Conv_Gotham-Bold';
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 0.20px;
}
.customer_maps img {
	width: 100%;
	float: left;
}
.education_main .awards {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b52c2c+0,c53434+50,b52c2c+100 */
	background: #b52c2c; /* Old browsers */
/*	background: -moz-radial-gradient(center, ellipse cover, #b52c2c 0%, #c53434 50%, #b52c2c 100%); /* FF3.6-15 */
/*	background: -webkit-radial-gradient(center, ellipse cover, #b52c2c 0%, #c53434 50%, #b52c2c 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: radial-gradient(ellipse at center, #b52c2c 0%, #c53434 50%, #b52c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52c2c', endColorstr='#b52c2c', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.testimonial_section .blog_box {
	text-align: left;
}
.meet_us {
	padding: 70px 0 0;
	background: #f6f6f6 url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/meet_bg.png) no-repeat center top;
	background-size: 100%;
}
.meet_us h1 {
	font-size: 35px;
	color: #ffffff;
	font-family: 'Conv_Gotham-Bold';
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 0 45px;
	text-align: center;
}
.meet_us h1 img {
	margin: 0 0 25px;
}
.meet_us .blog_box {
	width: 46%;
	margin: 0 2%;
}
.meet_us .BB_white {
	padding-top: 0;
}
.meet_us .blog_img {
	margin: 0 0 20px -4.3%;
	width: 108.7%;
}
.meet_us .BB_white:after {
	display: none;
}
.meet_contact {
	width: 100%;
	position: relative;
	padding: 80px 0 20px;
	min-height: 320px;
}
.meet_robot {
	position: absolute;
	left: 0;
	top: -20px;
	max-width: 40%;
}
.meet_contact .left {
	width: 43%;
	float: left;
	margin: 0 0 0 28%;
	position: relative;
	z-index: 1;
}
.meet_contact .contact_form {
	width: 25%;
	float: right;
	margin: 0;
	background: none;
	padding: 0;
	position: relative;
	z-index: 1;
}
.meet_contact .contact_form ul {
	padding: 0;
}
.meet_contact .contact_form li {
	width: 95.6%;
	padding-left: 4%;
	background: #f5f5f5;
	margin: 5px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.meet_contact .contact_form button {
	background: #e53737;
	width: 100%;
	padding: 15px 0;
	margin: 5px 0 0;
}
.meet_contact h2 {
	font-size: 35px;
	color: #1b1b1b;
	font-family: 'Conv_Gotham-Bold';
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 0 30px;
}
.tab_section {
	width: 100%;
	background: #f5f5f5;
	padding: 40px 0 0;
}
.tab_section h1 {
	font-size: 35px;
	color: #1b1b1b;
	font-family: 'Conv_Gotham-Bold';
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 0 10px;
}
.tab_section .resp-tabs-list li {
	padding: 10px 0;
}
.tab_section .resp-tabs-list li img {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #999999;
	line-height: 20px;
}
.tab_section .resp-tabs-list li:hover, .resp-tab-active {
	color: #e53737;
}
.tab_section .resp-tab-content img {
	margin: -126px 0 0;
	float: left;
}
.tab_section .resp-tab-content p {
	color: #000000;
	font: italic 20px 'gotham_bookregular';
	line-height: 28px;
}
.resp-tabs-list li {
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
}
.resp-tabs-container {
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-tab-active {
}
.resp-tab-active {
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
}
h2.resp-accordion {
	font-size: 18px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
	position: relative;
}
h2.resp-accordion img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 28%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	margin: 0;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	float: left;
	width: 72%;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: -7px;
	position: absolute;
	right: 3%;
	top: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB !important;
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1 !important;
}
/*-----------Store styles-----------*/

.store_main .featured_slider .slick-center.slick-current,.store_main .button a,.store_main .meet_contact .contact_form button,
.store_main .description h3::before{background:#ff9900;}
.store_main .featured_slider .slick-center.slick-current .price{border-color:#ffb84d;}
.store_main .tab_section .resp-tabs-list li:hover,.store_main .resp-tab-active,.store_main .WT_box a,.store_main .testimonial_box h3,
.store_main .BB_white h2 a,.store_main .more .link,.store_main .BB_white p a,.store_main .blog_box li a,.store_main .description h3{color:#ff9900;}
.store_main .awards {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4af2e+0,ff9a00+100 */
background: rgb(244,175,46); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(244,175,46,1) 0%, rgba(255,154,0,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(244,175,46,1) 0%,rgba(255,154,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(244,175,46,1) 0%,rgba(255,154,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4af2e', endColorstr='#ff9a00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.store_main .meet_us {
	background: #f6f6f6 url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/meet_bg_store.png) no-repeat center top;
	background-size: 100%;
}
.store_main .education_banner {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/education_banner_store.png) no-repeat center top;
	background-size: 100%;
}
/*-----------Retail styles-----------*/
.retail_main .featured_slider .slick-center.slick-current,.retail_main .button a,.retail_main .meet_contact .contact_form button,
.retail_main .description h3::before{background:#0049b5;}
.retail_main .featured_slider .slick-center.slick-current .price{border-color:#0062f3;}
.retail_main .tab_section .resp-tabs-list li:hover,.retail_main .resp-tab-active,.retail_main .WT_box a,.retail_main .testimonial_box h3,
.retail_main .BB_white h2 a,.retail_main .more .link,.retail_main .BB_white p a,.retail_main .blog_box li a,.retail_main .description h3{color:#0049b5;}
.retail_main .awards {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0062f3+0,0049b5+100 */
background: rgb(0,98,243); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,98,243,1) 0%, rgba(0,73,181,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,98,243,1) 0%,rgba(0,73,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,98,243,1) 0%,rgba(0,73,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062f3', endColorstr='#0049b5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.retail_main .meet_us {
	background: #f6f6f6 url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/meet_bg_retail.png) no-repeat center top;
	background-size: 100%;
}
.retail_main .education_banner {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/education_banner_retail.png) no-repeat center top;
	background-size: 100%;
}
/*-----------Assisted styles-----------*/
.assisted_main .featured_slider .slick-center.slick-current,.assisted_main .button a,.assisted_main .meet_contact .contact_form button,
.assisted_main .description h3::before{background:#8ccb00;}
.assisted_main .featured_slider .slick-center.slick-current .price{border-color:#a6f100;}
.assisted_main .tab_section .resp-tabs-list li:hover,.assisted_main .resp-tab-active,.assisted_main .WT_box a,.assisted_main .testimonial_box h3,
.assisted_main .BB_white h2 a,.assisted_main .more .link,.assisted_main .BB_white p a,.assisted_main .blog_box li a,.assisted_main .description h3{color:#8ccb00;}
.assisted_main .awards {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a8f300+0,8ccb00+100 */
background: rgb(168,243,0); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(168,243,0,1) 0%, rgba(140,203,0,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(168,243,0,1) 0%,rgba(140,203,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(168,243,0,1) 0%,rgba(140,203,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8f300', endColorstr='#8ccb00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.assisted_main .meet_us {
	background: #f6f6f6 url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/meet_bg_assisted.png) no-repeat center top;
	background-size: 100%;
}
.assisted_main .education_banner {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/education_banner_assisted.png) no-repeat center top;
	background-size: 100%;
}



.logo a {
    display: inline-block;
    vertical-align: middle;
}
.logo span {
    color: #666666;
    display: block;
    font-size: 16px;
}
.logo img {
    width: 100%;
}
.footer-content {
    display: inline-block !important;
    vertical-align: top;
    width: 23% !important;
}
.blog_box img {
    /*display: none;*/
}
.contact-form .hs_message {
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}
.contact_form li, #hs_form_target_my_form div{
    padding:0 !important;
    margin-top:0px !important;
}
.contact_form .hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
    padding: 20px;
    margin-top:0px !important;
}

.contact-form textarea {
    min-height: 120px;
}

fieldset .hs_firstname,.hs_email,.hs_phone,.hs_company {
    width: 48.5% !important;
}
.contact-form .hs_firstname .hs-input {
    background-image: url("http://content.robotslab.com/hubfs/rlab/images/2.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 20px center !important;
     text-indent:30px;
}
.contact-form .hs_email .hs-input {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/1.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 20px center !important;
     text-indent:30px;
}
.contact-form .hs_phone .hs-input {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/4.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 20px center !important;
     text-indent:30px;
}
.contact-form .hs_company .hs-input {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/5.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 20px center !important;
     text-indent:30px;
}

.contact-form .hs_name_of_organization .hs-input{
     background-image: url("https://www.robotlab.com/hubfs/Organization-small.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 20px center !important;
     text-indent:30px; 
}
.contact-form .hs_message textarea {
    background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/3.png?t=1470314310415) !important;
    background-repeat: no-repeat !important;
    background-position: 17px 23px !important;
    text-indent: 30px;
}
.store-info .absolute {
    left: 0;
    right: 0;
}


/* New Blog CSS  */

.new-blog .container {
    float: none;
    margin: 0 auto !important;
    max-width: 1280px;
}
.blog-banner {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: -28px;
    padding: 123px 0 50px;
    position: relative;
    text-align: center;
}
.blog-banner .shadow_text {
    font-size: 19vw;
    left: 0;
    line-height: 19vw;
    margin: -9% 0 0 !important;
}
.blog-banner .description {
    display: inline-block;
    padding: 0;
    text-align: center;
}
.blog-banner .description h2 {
    font-size: 60px;
    line-height: 60px;
}

@media only screen  and (min-width : 1205px) {
  .inner .new-blog-section{
  position: absolute;
} 
  
  .main_menu
  {
    float:left;
  }
  
  .secondary_menu
  {
    float:right;
  }
  
  .store_filter_title
  {
    visibility: visible;
  }
  
  .featured_robot_title
  {
    position: relative; 
    float:left;
    padding-left: 100px;
  }
}

@media only screen  and (max-width : 1204px) {
  .store_filter_title
  {
    visibility: hidden;
  }
}

.new-blog-section .thumbnails li {
    cursor: pointer;
    padding: 0 13px;
    margin:10px 0;
}
.new-blog-section .thumbnails li span {
    color: #000000;
    font-size: 14px;
    position: relative;
    top: -7px;
}
.new-blog-section .thumbnails li:hover span{
    color: #ff9900;
}

.new-blog-section .thumbnails li:nth-child(2) .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon3.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(2):hover .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon3_hover.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(3) .icon{
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Cubelets.png");
}
.new-blog-section .thumbnails li:nth-child(3):hover .icon{
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Cubelets_h.png");
}
.new-blog-section .thumbnails li:nth-child(4) .icon{
    background-image: url("//www.robotlab.com/hubfs/rlab/images/dots.png");
}
.new-blog-section .thumbnails li:nth-child(4):hover .icon{
    background-image: url("//www.robotlab.com/hubfs/rlab/images/dots_h.png");
}
.new-blog-section .thumbnails li:nth-child(5) .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon2.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(50):hover .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon2_hover.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(6) .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/3d_print.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(60):hover .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/3d_print_h.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(7) .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/kit.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(7):hover .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/kit_h.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(8) .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon4.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(8):hover .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon4_hover.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(9) .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon6.png?t=1470707372843");
}
..new-blog-section .thumbnails li:nth-child(9):hover .icon{
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/catalog_icon6_hover.png?t=1470707372843");
}
.new-blog-section .thumbnails li:nth-child(10) .icon{
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Researcher.png");
}
.new-blog-section .thumbnails li:nth-child(10):hover .icon{
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Researcher-hover.png");
}
.new-blog-section .thumbnails li:nth-child(11) .icon{
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Developer.png");
}
.new-blog-section .thumbnails li:nth-child(11):hover .icon{
    background-image: url("//www.robotlab.com/hubfs/rlab/images/Developer_h.png");
}


.new-blog-section {
    padding: 0 0 40px;
}
.new-blog-section .price a.learn-more {
    color: #ff9900;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
}
.blog-detail-banner {
    margin-top: -28px;
}
.blog-detail-banner .container {
    max-width: 990px;
}
.blog_details_products {
    padding: 0 10px 30px;
}

.new-blog .premium_kit .container,
.new-blog .available_documents .container{
    max-width: 990px;
}
.new-blog .available_documents .docs #hs_cos_wrapper_Available_Documents .hs_cos_wrapper {
    vertical-align: top;
}
.new-blog-section .product_box .image h2 {
    min-height: 80px;
}
.new-blog-section .product_box {
    min-height: 420px !important;
}
.product-content-sec {
    display: inline-block;
    padding: 50px 0;
    width: 100%;
}
.product-content-sec .container {
    max-width: 990px;
}
.product-content-sec h3 {
    color: #000000;
    font-family: "Conv_Gotham-Bold";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-content-sec p {
    color: #666666;
    font-family: "gotham_bookregular";
    font-size: 16px;
    line-height: 24px;
}
.product-content-sec ul li {
    font-size: 16px;
    padding: 4px 0;
}
.product-content-sec ul {
    margin: 0 0 20px;
}
.product-content-sec ul li::before {
    content: "-";
    padding-right: 10px;
}
.product-content-sec p strong {
    color: #000000;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}

.related-blogs-sec .rel-post-main{
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin: 10px 1.7%;
    padding: 1%;
    vertical-align: top;
    width: 19%;
  background-color: lightgrey;
  background: lightgrey;
}
.related-blogs-sec .rel-post-main .rel-image {
    align-items: center;
    display: flex;
    height: 200px;
    justify-content: center;
    overflow: hidden;
}
.related-blogs-sec .rel-post-main img {
    max-height: 200px;
}
.related-blogs-sec .rel-post-main .name {
    color: #000000;
    font-size: 18px;
    margin: 10px 0;
    min-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}
.related-blogs-sec .rel-post-main .product-price span {
    width: 100%;
}
.related-blogs-sec .rel-post-main .product-price a {
    color: #ff0000;
    font-size: 13px;
}
.new-blog.blog-detail-temp .shadow_text {
    font-size: 180px;
    line-height: 180px;
    text-transform: capitalize;
    top: 27%;
    word-break: break-all;
}
.new-blog.blog-detail-temp .product_img img {
    max-width: 450px;
    width:100%;
}
.new-blog.blog-detail-temp .product_img {
    text-align: right;
}
.new-blog.blog-detail-temp .feature_img img {
    max-width: 450px;
    width: 100%;
}
.new-blog.blog-detail-temp .premium_kit .container {
    position: relative;
}
.new-blog.blog-detail-temp .next_product {
    z-index: 9;
}
.new-blog .product_box .robot-image {
    align-items: center;
    display: flex;
    height: 200px;
    justify-content: center;
    overflow: hidden;
}
.new-blog .product_box .robot-image img {
    height: auto;
    max-height: 200px;
}











.owl-carousel .owl-wrapper:after {
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.related-blogs-sec .demo .rel-post-main {
    margin: 10px 0;
    width: 85%;
}
.related-blogs-sec .demo {
    position: relative;
}
.related-blogs-sec .demo .customNavigation a.btn {
    cursor: pointer;
     position: absolute;
    top: 40%;
}
.related-blogs-sec .demo .customNavigation a.btn.prev {
    left: -10px;
}
.related-blogs-sec .demo .customNavigation a.btn.next {
    right: -10px;
}

/* New Blog CSS END  */

.robot_img.image img {
    float: none;
    margin: 0 auto -50px;
    max-height: 240px;
    max-width: 200px;
}
.slick-slide .robot_img {
    min-height: 220px;
}
.BB_white .news-blog-cont {
    display: inline-block;
    width: 100%;
}
.BB_white .news-blog-cont .left {
    float: left;
    padding-right: 5%;
    width: 30%;
}
.post-body img.featured-image {
    margin-bottom: 20px;
}


/*  --- L1 Template CSS ---   */

.flexible-sec .container {
    max-width: 990px;
}
.flexible-sec .container {
    float: none;
    margin: 0 auto !important;
    max-width: 990px;
}
.workshop-section {
    padding: 70px 0;
}
.workshop-section .module-cont {
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}
.workshop-section .module-cont .left {
    float: left;
    width: 30%;
}
.workshop-section .module-cont .right {
    float: left;
    width: 70%;
}
.workshop-section .module-cont .right h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}
.workshop-section .module-cont .right h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0;
}
.workshop-section .module-cont .right h4{
    font-size: 18px;
}
.workshop-section .cta-section {
    padding: 30px 0 0;
    text-align: center;
}
.workshop-section .cta-section a {
    background: #dc1818 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
    max-width: 230px;
    padding: 10px 0;
    width: 100%;
}
.workshop-section .cta-section a.book-time {
    background: #2A96D8 none repeat scroll 0 0;
}
.workshop-section .hs_cos_wrapper_type_custom_widget {
    margin-bottom: 50px;
}
.workshop-section .hs_cos_wrapper_type_custom_widget:last-child {
    margin-bottom: 0;
}
.workshop-section .cta-section a:hover {
    opacity: 0.8;
}
/*  --- L1 Template CSS END ---   */

/*  --- News Blog CSS ---   */

.blog_right .subscribe-form {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
    padding-bottom: 16px;
}
.blog_right .subscribe-form form label {
    font-size: 15px;
    font-weight: bold;
}
.blog_right .subscribe-form form .field {
    padding: 10px 0 0;
    width: 100% !important;
}
.blog_right .subscribe-form form ul.hs-error-msgs {
    position: static !important;
}
.blog_right .subscribe-form form .field input,
.blog_right .subscribe-form form .field textarea{
    border: 1px solid #dddddd;
}
.blog_right .subscribe-form form .actions input {
    background: #e53737 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 9px 15px;
    text-transform: uppercase;
}
.blog_right .subscribe-form form .actions input:hover {
    background: #000000 none repeat scroll 0 0;
}
.blog_right .subscribe-form form ul.hs-error-msgs label {
    display: inline-block;
    font-weight: bold;
    line-height: 18px;
    margin: 10px 0 0;
}
.robotslab-news .comment-form input, 
.robotslab-news .comment-form textarea {
    border: 1px solid #ececec;
    margin-top: 5px;
}
.robotslab-news .comment-form form .field {
    margin-bottom: 15px;
    width: 100% !important;
}
.robotslab-news .comment-form .actions input {
    background: #e53737 none repeat scroll 0 0;
    border: medium none;
    font-size: 16px;
    margin-top: 15px;
    padding: 10px 20px;
}
.robotslab-news .comment-form .actions input:hover{
    background: #000000 none repeat scroll 0 0;
}
.robotslab-news .comment-form form ul.hs-error-msgs {
    margin-top: 6px;
    position: static !important;
}
.blog_right .subscribe-form p {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 0;
}

/*  --- News Blog CSS END ---   */


.lp-banner-container{
 float: none !important;
    margin: 0 auto !important;
    max-width: 1280px;
}
.lp2-form .hs-form-required{
    display:none;
}
.lp-banner {
    background-color: #f4f4f4;
    margin: 105px 0 0;
    position: relative;.
}
.lp-banner-left-block {
    /* bottom: -22px; */
    /* max-width: 400px; */
    /* padding: 20px 30px 0; */
    /* position: absolute; */
    /* width: 34% !important; */
    position: relative;
    min-height: 0 !important;
}
.lp2-form h3 {
    background-image: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/LP-Images/border.png?t=1474026404768);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-family: 'Conv_Gotham-Light';
    font-size: 45px;
    margin-bottom: 25px;
    padding: 0 0 20px;
    line-height: 45px;
}
.lp2-form .hs-input {
 -moz-appearance: none;
    border: medium none;
    color: #999999;
    font-family: gotham_bookregular;
    font-size: 12px;
    margin: 0 0 15px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.lp2-form  form ::-webkit-input-placeholder { color:#999999;opacity:1; }
.lp2-form  form ::-moz-placeholder { color:#999999; opacity:1;} / firefox 19+ /
.lp2-form  form :-ms-input-placeholder { color:#999999; opacity:1;} / ie /
.lp2-form  form input:-moz-placeholder { color:#999999; opacity:1;}

.lp2-form fieldset .hs_firstname, .hs_email, .hs_phone, .hs_company {
    width: 50% !important;
}
.lp-banner-right-block {
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/LP-Images/skew_red.png?t=1474266409176");
    background-repeat: no-repeat;
    float: right !important;
    padding: 146px 10px 130px;
    position: relative;
    width: 66% !important;
    z-index: 1;
    background-size: cover;
}
/*.lp-banner-right-block::before {
  background: #d81f26 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 100%;
    left: -128px;
    position: absolute;
    right: 0;
    transform: skew(-19deg);
    width: 100%;
    z-index: -1;
}*/
.lp2-form .hs-button.primary.large {
    background-color: #333333;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    font-family: Conv_Gotham-Bold;
    font-size: 14px;
    padding: 15px;
    text-shadow: none;
    text-transform: uppercase;
    cursor:pointer;
}
.lp2-form .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}
.lp2-form textarea {
    min-height: 120px;
}
.image-text-left h1 {
 color: #000000;
    display: inline-block;
    font-family: gotham_bookregular;
    font-size: 45px;
    line-height: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.image-text-left h4 {
   color: #1863cf;
    font-family: Conv_Gotham-Bold;
    padding: 0 0 0 40px;
    position: relative;
    font-size:20px;
}
.image-text-left-desc p {
    color: #666666;
    font-family: gotham_bookregular;
    font-size: 18px;
    line-height: 28px;
}
.image-text-left-desc ul li {
    color: #666666;
    font-family: gotham_bookregular;
    font-size: 16px;
    line-height: 28px;
    margin: 0 !important;
    background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/LP-Images/arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    list-style: outside none none;
    padding: 0 0 0 15px;
}

.image-text-left {
    padding: 30px 15px;
}
.image-text-left-desc ul {
    list-style-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/LP-Images/arrow.png") !important;
    padding: 0;
}

.image-text-left h4::before {
    background: #1863cf none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 45%;
    width: 30px;
}
.image-text-left-desc {
    margin: 35px 0 0;
}
/*.robot-pic {
    position: absolute;
    top: 20px;
}*/
.extra .copyright {
    display: none;
}
.robot-pic img {
    max-height: 690px;
    width: 100% !important;
}
.lp2-form .hs-error-msgs{
    position:unset !important;
}
.lp2-form {
    display: block;
    float: none !important;
    margin: 0 0 0 27% !important;
    max-width: 600px;
}
.text-left {
  /*  background-image: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/LP-Images/diagonal3.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 60px;
    background-position: 100% center;
}
.text-right {
    max-width: 600px;
}
.robot-pic {
    max-width: 490px;
    padding: 20px 30px 0;
    position: absolute;
    right: 60px;
    top: 25px;
    width: 100% !important;
}
.lp2-form .hs-error-msgs li label {
    color: rgba(255,255,255,.5) !important;
    width: 100% !important;
    font-size: 13px !important;
}



.w2ui-msg-button.w2ui-msg-close {
    float: right;
    font-size: 0;
    width: 30px;
}
.w2ui-msg-button.w2ui-msg-close::before {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    content: "X";
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 26px;
    margin: -10px 0 0 10px;
    padding: 5px 0 0;
    text-align: center;
    width: 30px;
}
.w2ui-popup .w2ui-msg-title {
    display: block !important;
}
.w2ui-popup {
    background: #ffffff none repeat scroll 0 0;
    height: auto !important;
    position: fixed;
    z-index: 99999;
}
.top_price .secure_checkout li input.price-quote,
.top_price .secure_checkout li input.financing-available{
    border: medium none;
    max-width: 280px;
    width: 100%;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Conv_Gotham-Bold" !important;
    font-size: 16px;
    padding: 16px 0;
    text-transform: uppercase;
}
.top_price .secure_checkout li input.price-quote a{
    background: #d91818 none repeat scroll 0 0;
}
.secure_checkout .pnw-lnk{
    border: medium none;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    max-width: 245px;
    font-family: "Conv_Gotham-Bold" !important;
    font-size: 16px;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    background: #d91818 none repeat scroll 0 0;
}
.secure_checkout .fnw-lnk{
    border: medium none;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    max-width: 245px;
    font-family: "Conv_Gotham-Bold" !important;
    font-size: 16px;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    background: #2789c5 none repeat scroll 0 0;  
}






.top_price .secure_checkout li input.price-quote {
    background: #d91818 none repeat scroll 0 0;
}
.top_price .secure_checkout li input.financing-available {
    background: #2789c5 none repeat scroll 0 0;
}
.top_price .secure_checkout li input.price-quote:hover{
    background: #EE1A1A none repeat scroll 0 0;
}
.top_price .secure_checkout li input.financing-available:hover{
    background: #2A96D8 none repeat scroll 0 0;
}
.w2ui-popup .w2ui-msg-body .hbspt-form:nth-child(4) {
    display: none;
}
.w2ui-popup .w2ui-msg-body form {
    padding: 20px 30px 30px;
}
.w2ui-popup .w2ui-msg-body form .field {
    width: 100% !important;
}
.w2ui-popup .w2ui-msg-body form input {
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 3px;
    padding: 7px 10px;
}
.w2ui-popup .w2ui-msg-body form .field label {
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
}
.w2ui-popup .w2ui-msg-body form .actions input {
    background: #d91818 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Conv_Gotham-Bold" !important;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.w2ui-popup .w2ui-msg-body form .actions input:hover{
    background: #EE1A1A none repeat scroll 0 0;
}
.w2ui-popup .w2ui-msg-body .blue-btn form .actions input {
    background: #2789c5 none repeat scroll 0 0;
}
.w2ui-popup .w2ui-msg-body .blue-btn form .actions input:hover{
    background: #2A96D8 none repeat scroll 0 0;
}
.w2ui-popup .w2ui-msg-body form ul.hs-error-msgs {
    position: static !important;
}

.below-price-module .top_price {
    padding: 0;
    text-align: left;
}
.below-price-module .top_price ul li {
    border: medium none;
    margin-bottom: 20px;
    max-width: 278px;
    padding: 0 !important;
    width: 100% !important;
}
.below-price-module .top_price ul li img {
    display: none;
}
.below-price-module .top_price ul li h3 {
    font-size: 13px;
}
.text-left-desc {
    color: #ffffff;
    float: none !important;
    margin: 0 auto !important;
    max-width: 300px;
}
.product_box .price h3.right span{
	color: #ff9900;
}
.w2ui-popup .w2ui-msg-body h2 {
    margin: 20px 0 0;
    text-align: center;
}
.more span.redirect-link a {
    color: #e53737;
    float: left;
    font-family: "Conv_Gotham-Bold";
    font-size: 16px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
}

.featured_slider .slick-center.slick-current .robot_img img {
    max-height: 100%;
    max-width: 250px;
}
.slick-slide .robot_img::after {
    bottom: -17px;
    content: url("//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/robot_shadow.png");
    left: 3%;
    position: absolute;
}
.featured_slider .slick-center.slick-current .robot_img::after {
    display: none;
}

.robot_img.image img {
    height: auto !important;
    margin: 0;
    max-height: 252px;
    width: auto !important;
}
.slick-slide .robot_img {
    align-items: center;
    display: flex;
    height: 280px;
    justify-content: center;
    overflow: hidden;
    padding: 8%;
    position: relative;
    width: 84%;
}
.staging-banner img.absolute {
    height: auto;
    width: 100%;
}

/* -------------- Error Page ---------------- */
.error-template .container {
    float: none;
    margin: 0 auto !important;
    max-width: 1200px;
}
.er-pg-lg {
    box-shadow: 0px 0px 6px rgba(0,0,0,.5);
}
.er-pg-lg img{
  max-width:200px;  
}
.error-cont-sec {
    padding: 5% 0 2%;
}
.error-cont-inner {
    text-align: right;
    max-width: 650px;
}
.error-cont-sec h1{
 font-size:240px;
 color:#e53737;
 margin: 20px 0;
 line-height: 240px;
 font-family: 'Conv_Gotham-Bold';
}
.error-cont-sec h2{
 font-size:70px;
 color:#e53737;   
 font-family: 'Conv_Gotham-Light';
}
.error-cont-sec h3{
 font-size:60px;
 color:#000;  
 line-height: 60px;
 font-family: 'Conv_Gotham-Bold';    
}
.butn-sec {
    max-width: 520px;
    margin: 40px 0 0;
    float: right !IMPORTANT;
}


/* -------------- Error Page End ---------------- */

/* -------------- Career Page ---------------- */
.carer-bnrsec{
  /*  background-image: url(//www.robotlab.com/hubfs/rlab/images/diagonal2.png?t=1475798296482);*/
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 60%;
    display: inline-block;
    float:left;
}
.carer-bnrsec .shadow_text {
    font-size: 260px;
    top:40%;
}
.carer-bnrsec .description {
    padding: 20% 5% 100px 7%;
}
.carer-bnrsec .image{
    display: none;    
}
.postn-mdl-dec {
    background:#2d4a65;
    padding: 40px 50px;
}

.fec-mdl td {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 5px;
    min-height: 40px;
    line-height: 20px;
    text-align: center;
}
.fec-mdl td:last-child {
    width:85%;
    text-align: center;
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 40px !important;
    display: inline-block;
    margin-bottom: 3px;
}
.fec-mdl a {
    width: calc(100% - 60px);
    padding: 10px 0 !important;
}


/* -------------- Career Page End ---------------- */



/* -------------- Math Teacher Page ---------------- */



.mth-tchr .container {
    max-width: 990px;
    margin: 0 auto !important;
    float: none !important;
}
.math-techr-sec {
    padding: 80px 0 40px;
}
.mth-tchr .shadow_text {
    font-size: 260px;
    top: 58%;
}
.math-techr-sec h1{
    margin-bottom: 15px;
}
.math-techr-sec p{
font-size:15px;
}
.math-techr-sec p strong{
    color:#e53737;
}
.math-techr-sec p strong span{
 display:block;
}
.math-techr-sec ul {
    padding-left: 10px;
}
.math-techr-sec ul li {
    margin: 0 0 0 20px;
    padding: 0 0 20px;
    font-size: 15px;
    list-style: disc;
}
.requmnt-scn  ul {
    padding-left: 10px;
    column-count: 2;
}
.requmnt-scn ul li {
    width: 96%;
    vertical-align: top;
    list-style: disc;
    margin: 0 0 0 20px;
}
.aply-job {
    padding: 40px 0;
    background:#33a4ca;
}
.aply-job-frm h2{
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.aply-job-frm .field.hs-form-field {
    width: 100% !important;
}
.aply-job-frm {
    max-width: 600px;
    margin: 0 auto !important;
    float: none !important;
}
.aply-job-frm .hs-input {
    width: 78% !important;
    border: none;
    margin-bottom: 15px;
}
.aply-job-frm .hs-form-field label {
width: 20% !important;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
}
.aply-job-frm .hs-form-field label .hs-form-required {
    float: right;
    color: red;
}
.aply-job-frm .actions {
    text-align: right;
}
.aply-job-frm .hs-button.primary.large {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.mth-tchr .description {
    padding: 20% 5% 10px 7%;
}
.math-techr-sec {
    padding: 40px 0 40px;
}






/* -------------- Math Teacher End ---------------- */



/* -------------- Partnership Page Start ---------------- */

.partnership-temp .contact_form .description {
   /* padding-top: 100px;*/
}
.partnership-temp .shadow_text {
    font-size: 200px;
    word-break: break-all;
}
.partnership-temp .contact_form .right-block h3 {
    display: none;
}
.partnership-temp .contact_form .left-block {
    float: left;
    text-align: left;
    width: 40%;
}
.partnership-temp .contact_form .right-block {
    float: left;
    padding-left: 5%;
    width: 55%;
}
.partnership-temp .contact_form .right-block form input, 
.partnership-temp .contact_form .right-block form textarea {
    background: #ffffff none repeat scroll 0 0;
    padding: 12px 10px !important;
}
.partnership-temp .contact_form .right-block form fieldset.form-columns-1 .field {
    width: 100% !important;
}
.partnership-temp .contact_form .right-block form ul.hs-error-msgs {
    position: static !important;
}
.partnership-temp .contact_form .right-block form div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.partnership-temp .contact_form .right-block form fieldset {
    margin-bottom: 20px;
}
.partnership-temp .contact_form .right-block form .actions {
    text-align: left;
}
.partnership-temp .contact_form .right-block form .actions input {
    padding: 10px 40px !important;
}
.partnership-temp .contact_form .left-block h3 {
    padding-bottom: 20px;
}
.partnership-temp .contact_form .left-block h2 {
    padding-bottom: 20px;
}
.partnership-temp .contact_form .left-block p {
    color: #000000;
}


/* -------------- Partnership Page ---------------- */
.price-quote-titl h1 {
    line-height: 36px;
    margin-bottom: 10px;
}
.snd-me-mid ul li p {
    padding: 5px 0;
}
/* ----- End ----- */


/* -------------- Thank You Page End ---------------- */
.lpthnk-banner {
    padding: 200px 0 100px;
    text-align: center;
}
.lpthnk-banner h1{
    margin-bottom: 20px;
}




/* ----- End ----- */

/* -------------- Forms---------------- */
.input > input, .input > select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ----- End ----- */

.white-content p {
  color: ;
  line-height: inherit;
  padding: 0px;
}