/*
Theme Name: Newton Theme
*/
* { margin: 0; padding: 0; list-style-type: none; box-sizing: border-box; border: 0; }
.clear { clear: both; height: 0; }
body { font-family: open sans; transition: all ease 0.5s; float: left; width: 100%; }
body.page { background: #fafafa; }
img { max-width: 100%; height: auto; }
.row { float: left; width: 100%; }
.container { width: 100%; max-width: 1140px; padding: 0 20px; margin: 0 auto; }
.top_blue_bar { background: #1a4c86; padding: 10px 0; }
.top_bar_left { float: left; }
.top_bar_left a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; }
.top_bar_right { float: left; }
.top_bar_right ul { margin: 0; padding: 0; }
.top_bar_right ul li { float: left; margin-left: 20px; }
.top_bar_right ul li:first-child { margin-left: 0; }
.single-post h4 { margin-top: 15px; margin-bottom: 5px; }
.three-image-area { width: 100%; float: left; padding: 20px 0; }
.three-image-area ul li { width: 33.333%; float: left; border-right: solid 1px #fff; background: #f1f1f1; }
.three-image-area ul li p { text-align: center; padding: 4px 20px; min-height: 84px; }
.single-post .entry-thumbnail img.attachment-post-thumbnail { max-width: 100%; width: 100%; height: auto; }
.top_bar_right ul li a { color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 600; text-decoration: none; }
.header { text-align: right; color: #323232; font-size: 13px; font-weight: 600; text-transform: uppercase; position: relative; padding: 16px 0; max-height: 54px; }
.header .container { max-height: 54px; }
.logo { float: left; background: #222428; width: 148px; height: 110px; text-align: center; margin-top: 8px; padding: 12px 0; }
.logo img { text-align: center; max-width: 92px; }
.archive-header.aaa { display: none; }
.navigation { background: #222428; }
.navigation ul { float: right; }
.navigation ul li { float: left; margin-left: 25px; position: relative; }
.navigation ul li a { color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; display: block; padding: 12px 0; position: relative; }
.navigation ul li a:after { position: absolute; left: 0; bottom: 0; content: ''; background: #fff; height: 0; width: 100%; transition: all ease 0.5s; }
.navigation ul li a:hover:after { height: 2px; }
.navigation ul li:hover > ul { display: block; position: absolute; left: -152px; top: 44px; width: 800px; z-index: 99; }
.navigation ul li > ul { display: none; background: #222428; }
.navigation ul li li { margin-left: 0; width: 100%; }
.navigation ul li ul li a { padding: 6px 12px; font-size: 14px; }
.banner { background: url(images/banner.jpg) center center no-repeat fixed; background-size: cover; min-height: 550px; text-align: center; padding: 20px 0; }
.row.banner.inner-banner { height: 278px; min-height: inherit; padding: 60px 15px; }
.banner h2 { font-size: 30px; font-weight: 800; color: #fff; text-transform: uppercase; margin: 20px 0 10px 0; padding: 0; }
.banner h1 { font-size: 40px; font-weight: 800; color: #00a7e6; text-transform: uppercase; margin: 0 0 33px 0; padding: 0; }
.banner a { display: inline-block; background: #1c6da8; color: #fff; font-size: 16px; font-weight: 800; text-transform: uppercase; text-decoration: none; padding: 18px 30px; }
.teaser_block_parent { background-size: cover; margin-top: -150px; }
.teaser_block { width:50%; float: left; padding:20px 25px; min-height: 214px; position: relative; background: rgba(26, 76, 134, 0.98); color: #fff; margin-top: 12px; }
.teaser_block:nth-child(even) { background: rgba(5, 52, 107, 0.98); }
.navigation.paging-navigation { display: none; }
.teaser_block .teaser_icon { float: left; width: 60px; display: none; }
.teaser_block .teaser_txt { margin-left: 0; }
.teaser_block .teaser_txt h4 {
	font-size: 21px;
	font-weight: 700;
	line-height: 17px;
	margin-bottom: 17px;
	margin-top: 12px;
}
.teaser_block .teaser_txt p {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
}
.teaser_block .teaser_txt p a { color: #fff; background: #0153CA; padding: 5px 15px; float: left; border-radius:3px; margin-top: 10px; }

.teaser_block:first-child:before { display: none; position: absolute; top: -12px; left: 0; content: ''; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 0 solid transparent; border-right: 275px solid rgba(26, 76, 134, 0.98); }
.teaser_block:nth-child(2):before { display: none; position: absolute; top: -12px; left: 0; content: ''; width: 100%; height: 12px; background: rgba(5, 52, 107, 0.98); }
.teaser_block:nth-child(3):before { display: none; position: absolute; top: -12px; left: 0; content: ''; width: 100%; height: 12px; background: rgba(26, 76, 134, 0.98); }
.teaser_block:nth-child(4):before { display: none; position: absolute; top: -12px; left: 0; content: ''; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 0 solid transparent; border-left: 275px solid rgba(5, 52, 107, 0.98); }
.teaser_dark_strip { position: relative; background: #333333; padding: 14px 87px; color: #fff; text-align: center; float: left; width: 100%; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.teaser_dark_strip:before { position: absolute; top: -12px; left: 0; content: ''; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 0 solid transparent; border-left: 275px solid #333333; }
.teaser_dark_strip:after { position: absolute; top: -12px; right: 0; content: ''; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 0 solid transparent; border-right: 275px solid #333333; }
.video_section { padding: 42px 0 35px 0; }
h2.title { text-align: center; color: #006aa8; font-size: 23px; font-weight: 800; margin: 0 0 26px 0; text-transform: uppercase; }
h2.title span { display: block; color: #333333; font-size: 19px; }
.carausal_row { background: url(images/carausal_bg.png) center no-repeat #092226; background-size: cover; padding: 45px 0 60px 0; }
.project_txt h3 { color: #ffffff; font-size: 16px; font-weight: 600; margin: 15px 0 3px 0; padding: 0; }
.project_txt p { color: #ffffff; font-size: 13px; font-weight: 400; line-height: 22px; }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: block !important; }
.owl-prev, .owl-next { position: absolute; left: -58px; top: 50%; width: 20px; height: 22px; background: url(images/arrowa.png) 0 0 no-repeat; font-size: 0; }
.owl-next { left: auto; right: -58px; background: url(images/arrowa.png) -20px 0 no-repeat; }
.footer { background: #1e2c3a; padding: 18px 0; }
.footer .copyright { float: left; font-size: 13px; font-weight: 600; text-transform: uppercase; color: #fff; padding: 0; line-height: 33px; }
.footer .copyright img { float: left; max-width: 170px; }
.social { float: right; }
.social li { margin-left: 3px; float: left; }
.social li a { display: block; width: 25px; height: 25px; }
.social li.fb a { background: url(images/social_sprite.png) 0 0 no-repeat; }
.social li.tw a { background: url(images/social_sprite.png) -28px 0 no-repeat; }
.social li.gg a { background: url(images/social_sprite.png) -56px 0 no-repeat; }
.social li.pi a { background: url(images/social_sprite.png) -84px 0 no-repeat; }
.testimonials { padding: 36px 0; text-align: center; }
.testimonials p { font: italic 600 15px/22px open sans; color: #072328; }
.testimonials p span { font: italic 700 15px/22px open sans; display: block; padding-top: 10px; }
.trigger { float: right; height: 28px; width: 30px; margin-top: 8px; cursor: pointer; display: none; margin-bottom: 8px; }
.trigger span { display: block; width: 100%; height: 3px; box-shadow: 0 9px 0 rgba(255, 255, 255, 1), 0 -9px 0 rgba(255, 255, 255, 1); background: #fff; margin-top: 12px; }
.trigger2 { float: right; height: 28px; width: 25px; margin-top: 0; cursor: pointer; display: none; margin-bottom: 0; }
.trigger2 span { display: block; width: 100%; height: 3px; box-shadow: 0 7px 0 rgba(255, 255, 255, 1), 0 -7px 0 rgba(255, 255, 255, 1); background: #fff; margin-top: 12px; }
.heading-title { width: 100%; float: left; background: #1a4c86; padding: 15px 0px; }
.heading-title h5 { font-size: 16px; color: #fff; font-weight: 700; text-transform: uppercase; }
.content-area { width: 100%; float: left; padding: 20px 15px; }
.content-area p { font-size: 13px; font-weight: 600; line-height: 21px; color: #222; }
.site-content { background: #fff none repeat scroll 0 0; border: 1px solid #dcdcdc; float: left; padding: 20px; width: 100%; }
.contact_area { background: #273747; padding: 0 0 30px 0; }
.contact_block { width: 33.333%; float: left; position: relative; background: #fcd846; padding: 15px 15px 20px 15px; min-height: 170px; }
.contact_block .contact_icon { width: 86px; float: left; }
.contact_block .contact_txt { margin: 0 0 0 87px; border-left: 1px solid #caae40; padding-left: 25px; }
.contact_block .contact_txt h2 { padding: 0 0 22px 0; margin-bottom: 12px; color: #2b3e4f; font-size: 17px; font-weight: 700; text-transform: uppercase; position: relative; }
.contact_block .contact_txt h2:after { position: absolute; left: 0; bottom: 0; width: 58px; height: 3px; background: #d3b948; content: ''; }
.contact_block .contact_txt p { padding: 0; margin-bottom: 0; color: #2b3e4f; font-size: 12px; font-weight: 700; line-height: 18px; }
.contact_block .contact_txt p a { color: #2b3e4f; text-decoration: none; }
.contact_block:nth-child(2) { background: #f3cc29; }
.contact_block:nth-child(3) { background: #eec314; }
.contact_block:first-child:before { border-bottom: 0 solid transparent; border-left: 376px solid #273747; border-top: 20px solid transparent; content: ""; height: 0; left: 0; position: absolute; bottom: 0; width: 0; }
.contact_block:nth-child(3):before { border-bottom: 0 solid transparent; border-right: 376px solid #273747; border-top: 20px solid transparent; content: ""; height: 0; left: 0; position: absolute; bottom: 0; width: 0; }
.sub_cat_wrapper { border: 1px solid #ccc; float: left; padding: 10px; width: 33.333%; }
.sub_cat_wrapper h1 { line-height: normal; margin: 0; }
.sub_cat_wrapper .cat_img img { height: auto; width: 100%; }
.logo-icon-area { border-left: 4px solid #1a4c86; float: right; height: 44px; margin-left: 10px; margin-right: -6px; }
.logo-icon-area img { height: 24px; margin-left: 10px; margin-top: 8px; }
.page .content-area p { margin-bottom: 10px; }
.page .content-area h4 { margin-bottom: 10px; margin-top: 22px; }
.page .content-area a { color: #1c6da8; text-decoration: none; }
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden;/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }
.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); }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.owl-carousel .owl-item img { display: block; width: 100%; }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab { cursor: move; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { animation-name: fadeOut; }
.owl-height { transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }
.page-template-default #owl-demo { width: 600px; height: 500px; overflow: hidden; display: inline-block; }
.page-template-default #owl-demo img { width: auto !important; height: 500px !important; margin-bottom: 20px; }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }
#owl-demo .owl-nav .owl-prev { left: 10px !important; border: solid 4px #000; background-color: #000; box-sizing: content-box; }
#owl-demo .owl-nav .owl-next { right: 10px !important; border: solid 4px #000; background-color: #000; box-sizing: content-box; }
.article-listings { border-bottom: 1px solid #e1e1e1; display: inline-block; float: left; margin-bottom: 20px; padding-bottom: 20px; width: 100%; }
.news_article ul li{ width: 32%; float: left; padding: 10px; border: solid 1px #ccc; text-align: left; margin-bottom: 15px; min-height: 387px; }
.page-template-product-php .news_article ul li { min-height: 375px; }
.news_article ul li .images { height: 180px; overflow: hidden; margin-bottom: 10px; }
.news_article ul li .images img { width: 100% !important; height: auto !important; }
.category .news_article ul li .images img { height: 180px !important; }
.news_article ul li h3 { font-size: 14px; font-weight: 600; line-height: normal; margin-bottom: 6px; }
.news_article ul li:nth-child(3n-1){ margin: 0 2% 15px 2%; }
.category .content-area .site-content li {
	width: 31%;
	float: left;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: left;
	margin-bottom: 15px;
	min-height: 417px;
}
.category .content-area .site-content li {
	margin: 0 1% 15px 1%;
}
.certificate_area{ display:none;}
.category-system-500 .certificate_area {
	display: block;
}
.news_article ul li p { font-weight: 400; }
.news_article ul li .read_more a { background: #004a99; color: #fff!important; padding: 6px 16px; font-size: 14px; display: inline-block; }
.navigation.post-navigation { display: none; }
ul.bo.o3 { margin-bottom: 13px !important; width: 100%; float: left; }
ul.bo.o3 li h6 { font-size: 16px; font-weight: 500; margin-bottom: 5px; }
ul.bo.o3 li { width: 32% !important; float: left; padding: 15px; background: #f6f8fb !important; }
ul.bo.o3 li:nth-child(2) { margin: 0 1.5%; }
.site-content h5 { margin-bottom: 10px; margin-top: 20px; font-size: 17px; }
.site-content a { color: #1a4c86 !important; }
.site-content .span8 .wpcf7 { margin-top: 24px; padding-right: 40px; }
.site-content .span8 .wpcf7 .infusion-submit, .infusion-field { width: 100%; float: left; }
.site-content .span8 .wpcf7 label { font-weight: 600; width: 100%; float: left; }
.site-content .span8 .wpcf7 input, .site-content .span8 .wpcf7 textarea { border: 1px solid #ccc; float: left; height: 35px; padding: 0 15px; margin-bottom: 13px; margin-top: 6px; width: 100%; }
.site-content .span4 { width: 30%; float: left; }
.site-content .span8 { width: 70%; float: left; font-size: 14px; }
.site-content .span8 .wpcf7 textarea { height: 80px; padding: 10px; }
.site-content .span8 input[type="submit"], .infusion-submit button { background: #1a4c86 none repeat scroll 0 0; border: medium none; color: #ffffff; display: inline-block; font-size: 16px; font-weight: 800; height: auto; padding: 18px 30px; text-decoration: none; text-transform: uppercase; width: auto; cursor: pointer; }
.site-content .span8 .wpcf7 input[type="checkbox"] { float: left; height: auto; width: 20px; }
.site-content .span8 .wpcf7 .infusion-option label { width: auto; line-height: 23px; }
.system_list { width: 100%; float: left; }
.system_list ul { width: 100%; float: left; margin-bottom: 10px; }
.system_list ul li { width: 24%; min-height: 240px; float: left; padding: 10px; background: #f1f1f1; margin: 0 0.5%; }
.system_list ul li a span { background-repeat: no-repeat; background-position: center bottom; margin-right: 5px; padding-left: 22px; padding-top: 10px; }
.system_list ul li a.wide { width: 100%; height: 189px; float: left; }
.system_list ul li a.wide span { display: block; height: 189px; }
.navigation ul li li { margin-left: 0; width: 33.3333%; border-bottom: solid 1px #3B3B3B; min-height: 145px; border-right: solid 1px #3B3B3B; }
.navigation ul li li p { color: #fff; font-size: 11px; }
.navigation ul li li:hover { background: #00a7e6; }
.navigation ul li ul li ul { display: none !important; position: absolute !important; float: none !important; background: #00a7e6 !important; left: 100% !important; top: 0 !important; }
.navigation ul li ul li a::after { display: none; }
.view-full-post a.view-full-post-btn { background: #004a99; color: #fff!important; padding: 6px 16px; font-size: 14px; display: inline-block; }
.archive-title.aa { margin-bottom: 30px; }
.single-post .has-post-thumbnail .images { display: none; }
.archive-header.aaa { width: 100%; float: left; margin-bottom: 20px; }
.page-template-product-php .news_article ul li .images { background-size: 100% auto !important; }
.page-template-product-php .news_article ul li:nth-child(2) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/11/1.jpg") 0 0 no-repeat; }
.page-template-product-php .news_article ul li:nth-child(3) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/11/280x195_center.jpg") 0 0 no-repeat; }
.page-template-product-php .news_article ul li:nth-child(4) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/12/280x195_center-1.jpg") 0 0 no-repeat; }
.page-template-product-php .news_article ul li:nth-child(5) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/12/280x195_center-2.jpg") 0 0 no-repeat; }
.page-template-product-php .news_article ul li:nth-child(6) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/10/dot.jpg") 0 0 no-repeat; }
.page-template-product-php .news_article ul li:nth-child(7) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/12/280x195_center.jpg") 0 0 no-repeat; }
.page-template-product-php .news_article ul li:nth-child(8) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/11/780x780_fit-10.jpg") 0 0 no-repeat; }
.page-template-product-php .news_article ul li:nth-child(9) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/11/800.jpg") 0 0 no-repeat; }
.page-template-product-php .news_article ul li:nth-child(10) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/11/900.jpg") 0 0 no-repeat; }
.page-template-product-php .news_article ul li:nth-child(1) .images { background: url("http://newtonsystems.gradycares.com/wp-content/uploads/2017/12/Newton-Titan-Pro.jpg") 0 0 no-repeat; }
.row.working_Section.System50 .carausal_row { background: none; padding-top: 10px; }
.row.working_Section.System50 { margin-top: 50px; }
.row.working_Section.System50 .project_txt h3 { color: #222222; }
.row.working_Section.System50 .project_txt p { color: #555555; }
.row.working_Section.System50 .project_img { max-height: 148px; overflow: hidden; }
.row.working_Section.System50 .read_more a { font-size: 14px; text-decoration: none; color: #006aa8; }
.row.working_Section.System50 .owl-prev { background: url(images/arrows.png) 0 0 no-repeat; }
.row.working_Section.System50 .item { padding: 15px; border: solid 1px #cdcdcd; }
.row.working_Section.System50 .owl-next { background: url(images/arrows.png) -20px 0 no-repeat; }
.row.working_Section.System50 p.title-content { font-size: 14px; text-align: center; padding: 0 11%; margin-bottom: 21px; width: 100%; display: inline-block; }
.row.working_Section.System50 h2.title { margin-bottom: 6px; }
.row.working_Section.System50 .button-blue { margin-top: 30px; text-align: center; float: left; width: 100%; margin-bottom: 30px; }
.row.working_Section.System50 .button-blue a { background: #006aa8; display: inline-block; padding: 11px 20px; color: #fff; text-decoration: none; font-weight: 600; }
.news_article.products ul li p { min-height: 131px; }
.featured-product-area { max-width: 660px; margin: 0 auto; }
.featured-product-area .item-area { border: solid 1px #ccc; padding: 15px; width: 100%; display: block; margin-bottom: 25px; margin-top: 25px; float: left; }
.featured-product-area .item-area .project_img { max-height: 330px !important; float: left; margin-right: 15px; }
.featured-product-area .item-area .project_txt h3 { margin-top: 0; }
.featured-product-area .item-area .read_more a { background: #006aa8; display: inline-block; padding: 11px 20px; color: #fff !important; margin-top: 15px; text-decoration: none; font-weight: 600; }
.banner_logo img { width: 160px; margin-top:35px; }
.banner h2 { margin-bottom: 30px; }
.teaser_block .teaser_txt p.hei {
    min-height: 125px;
}
 @media all and (min-width:1199px) {
.category .news_article ul li .text p { height: 132px; overflow: hidden; }
}
 @media all and (max-width:1199px) {
.teaser_block .teaser_icon { width: 45px; }
.teaser_block .teaser_txt { margin-left: 55px; }
.teaser_block .teaser_txt p { font-size: 12px; line-height: 18px; }
.navigation ul li a { font-size: 13px; }
.owl-carousel { padding: 0 55px; }
.owl-prev, .owl-next { left: 0; }
.owl-next { left: auto; right: 0; }
}
 @media all and (max-width:1023px) {
.teaser_block .teaser_txt h4 { font-size: 13px; }
.teaser_block .teaser_txt { margin-left: 50px; }
.teaser_block .teaser_icon { width: 40px; }
.contact_block:first-child::before, .contact_block:nth-child(3)::before { display: none; }
.news_article ul li { margin: 0.5% !important; width: 48%; }
}
 @media all and (max-width:991px) {
.navigation ul { display: none; width: 100%; }
.navigation ul li { float: none; margin: 0; padding: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.navigation ul li a { text-align: center; }
.trigger { display: block; }
.teaser_block { width: 50%; margin-top: 1px !important; }
.banner h2 { font-size: 24px; margin: 14px 0 0px 0; }
.banner h1 { font-size: 32px; margin: 0 0 24px 0; }
.teaser_block:before { display: none !important; }
}
 @media all and (max-width:767px) {
.header { font-size: 12px; }
.teaser_block .teaser_txt p { font-size: 13px; }
.teaser_dark_strip { margin-top: -5px; }
.video_section iframe { height: 400px !important; }
.testimonials p { font: italic 600 13px/20px open sans; }
.teaser_dark_strip { padding: 14px 50px; }
.trigger2 { display: block; }
.top_blue_bar { position: relative; z-index: 2; }
.top_bar_right ul { display: none; width: 100%; float: left; position: absolute; top: 100%; left: 0; background: #1a4c86; }
.top_bar_right ul li { float: none; margin: 0; padding: 0; border: 1px solid rgba(0, 0, 0, 0.1); }
.top_bar_right ul li a { text-align: center; display: block; padding: 10px 0; }
.news_article ul li .images { height: 160px; }
.news_article.products ul li p { min-height: 50px; text-align: left; }
.news_article ul li:nth-child(3n-1) { margin: 0 0 15px 0; float: right; }
.site-content .span8 { width: 100%; }
.site-content .span4 { width: 100%; margin-top: 30px; }
}
 @media all and (max-width:640px) {
.header { font-size: 0; }
.logo { width: 120px; height: 90px; padding: 9px 0; }
.logo img { max-width: 80px; }
.banner h2 { font-size: 16px; }
.banner h1 { font-size: 26px; margin: 7px 0 21px 0; line-height: 26px; }
.banner a { padding: 15px 26px }
.teaser_block { width: 100%; }
.teaser_block_parent { margin-top: 20px; }
.teaser_dark_strip { padding: 14px 20px; font-size: 12px; }
.banner { min-height: auto; }
.footer { text-align: center; }
.footer .copyright { width: 100%; margin-bottom: 10px; }
.footer .social { display: inline-block; float: none; width: auto; }
.video_section iframe { height: 300px !important; }
.owl-carousel { padding: 0 10px; }
.navigation ul.sub-menu { display: none !important; }
.logo-icon-area { display: none; }
.header { font-size: 9px !important; font-weight: 400; text-transform: uppercase; position: relative; padding: 11px 0; max-height: 54px; }
.contact_block { width: 100%; }
.owl-prev { left: -15px; }
.owl-next { right: -15px; }
.contact_block:first-child::before, .contact_block:nth-child(3)::before { display: none; }
.testimonials p { text-align: left; }
p { text-align: left; }
.contact_block .contact_txt { padding-left: 13px; }
.news_article ul li { width: 100%; margin: 0 0 15px 0 !important; }
.news_article.products ul li p { min-height: auto !important; }
.site-content { padding: 10px; }
.news_article ul li .images { height: 160px; }
.content-area .container { padding: 0 !important; }
.banner h1, .hide-tel { display: none !important; }
.banner a { margin-top: 10px; }
.row.banner.inner-banner { height: 218px; min-height: inherit; padding: 60px 15px; }
}
