

/*--------------------------------------------------------------
Front page content (All resolutions)
--------------------------------------------------------------*/



.hp-2-cubes .left-cube {
	background: #2b2d42;
	color: #fff;
}

.hp-2-cubes .right-cube {
	background-color: #449dd1;
	color: #1c0f13;
	background-repeat: no-repeat;
	background-position: right bottom 0px;	
}

/* Yuri: Style the title as an ordinary title, despite it actually being a link */
.hp-2-cubes .right-cube a {
	color: #1c0f13;
}

/* Yuri: On hover, apply a blue-ish tint */
.hp-2-cubes .right-cube a:hover {
	color: #23435d;
}

.hp-2-cubes .small-title {
    min-height: 1px;
    font-weight: 500;
}

.hp-2-cubes .title {
    font-weight: 700;
}

.hp-2-cubes .left-cube .title {
	overflow: hidden;
}

.hp-2-cubes .text {
    font-weight: 500;
    overflow: hidden;
}

.half-width a.cta {
	position: absolute;
}

.half-width a.cta,
.inner-news-floor a.cta {
	font-weight: 700;
	color: #c60202;
	display: inline-block;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
}

.half-width a.cta i,
.inner-news-floor a.cta i {
	background: #c60202;
	color: #fff;
	text-align: center;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
}

.half-width a.cta:hover,
.inner-news-floor a.cta:hover {
	color: #ec0202;
}

.half-width a.cta:hover i,
.industries-cubes .item-inner .cta:hover,
.inner-news-floor a.cta:hover i {
	background: #ec0202;
}

.hp-industries h2 {
	font-weight: 300;
	text-align: center;
	color: #1c3144;
}

.industries-cubes .item-outer {
	width: 33.3333%;
	float: left;
	position: relative;
}

.industries-cubes .item-inner {
	position: relative;
	height: 100%;
	z-index: 3;
}

.industries-cubes .item-inner .cta {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #c60202;
	color: #fff;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
}

.industries-cubes .item-inner .icon img {
	vertical-align: middle;
}

.industries-cubes .item-inner .title {
    color: #fff;
    font-weight: 600;
}

.industries-cubes .item-inner .line {
	display: inline-block;
	background: #fff;
	height: 3px;
	margin-bottom: 0;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
}

.industries-cubes .item-outer .shadow-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	z-index: 2;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
}

.industries-cubes .item-outer .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.industries-cubes .item-outer:hover .shadow-overlay {
	opacity: 0;
}

/*--------------------------------------------------------------
Front page content (Resolution <= 1549px)
--------------------------------------------------------------*/

@media (max-width: 1549px) {
	
	.hp-2-cubes {
		margin-top: 70px;
	}

	.half-width {
		padding: 45px 35px 35px;
		min-height: 360px;
	}

	.hp-2-cubes .small-title {
		font-size: 23px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.hp-2-cubes .title {
		font-size: 37px;
		line-height: 44px;
		margin-bottom: 15px;
	}

	.hp-2-cubes .left-cube .title {
		max-height: 132px;
		height: 132px;
	}

	.hp-2-cubes .text {
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 15px;
		max-height: 102px;
	}

	.half-width a.cta {
		left: 35px;
		bottom: 25px; 
	}

	.half-width a.cta,
	.inner-news-floor a.cta {
		line-height: 46px;
		height: 46px;
		font-size: 16px;
	}

	.half-width a.cta i,
	.inner-news-floor a.cta i {
		height: 46px;
		width: 46px;
		font-size: 26px;
		line-height: 46px;
		margin-right: 15px;
	}

	.hp-industries {
		margin-top: 0px;
	}

	.hp-industries h2 {
		margin-bottom: 30px;
	}

	.industries-cubes .item-outer {
		height: 250px;
	}

	.industries-cubes .item-inner {
		padding-left: 55px;
	}

	.industries-cubes .item-inner .cta {
		width: 46px;
		height: 46px;
		font-size: 26px;
		line-height: 46px;
	}

	.industries-cubes .item-inner .icon {
		height: 130px;
		line-height: 130px;
	}

	.industries-cubes .item-inner .title {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 5px;
	}

	.industries-cubes .item-inner .line {
		width: 65px;
	}

	.industries-cubes .item-outer:hover .line {
		width: 15px;
	}

	
/*--------------------------------------------------------------
Front page content (Resolution >= 1550px)
--------------------------------------------------------------*/

@media (min-width: 1550px) {
	
	.hp-2-cubes {
		margin-top: 4.516vw;
	}

	.half-width {
		padding: 2.903vw 2.258vw 2.258vw;
		min-height: 23.226vw;
	}

	.hp-2-cubes .small-title {
		font-size: 1.484vw;
		line-height: 1.548vw;
		margin-bottom: 0.968vw;
	}

	.hp-2-cubes .title {
		font-size: 2.387vw;
		line-height: 2.839vw;
		margin-bottom: 0.968vw;
	}

	.hp-2-cubes .left-cube .title {
		max-height: 8.516vw;
		height: 8.516vw;
	}

	.hp-2-cubes .text {
		font-size: 1.290vw;
		line-height: 2.194vw;
		margin-bottom: 0.968vw;
		max-height: 6.581vw;
	}

	.half-width a.cta {
		left: 2.258vw;
		bottom: 1.613vw; 
	}

	.half-width a.cta,
	.inner-news-floor a.cta {
		line-height: 2.968vw;
		height: 2.968vw;
		font-size: 1.032vw;
	}

	.half-width a.cta i,
	.inner-news-floor a.cta i {
		height: 2.968vw;
		width: 2.968vw;
		font-size: 1.677vw;
		line-height: 2.968vw;
		margin-right: 0.968vw;
	}

	.hp-industries {
		margin-top: 3.548vw;
	}

	.hp-industries h2 {
		margin-bottom: 1.935vw;
	}

	.industries-cubes .item-outer {
		height: 16.129vw;
	}

	.industries-cubes .item-inner {
		padding-left: 3.548vw;
	}

	.industries-cubes .item-inner .cta {
		width: 2.968vw;
		height: 2.968vw;
		font-size: 1.677vw;
		line-height: 2.968vw;
	}

	.industries-cubes .item-inner .icon {
		height: 8.387vw;
		line-height: 8.387vw;
	}

	.industries-cubes .item-inner .title {
		font-size: 2.323vw;
		line-height: 2.323vw;
		margin-bottom: 0.323vw;
	}

	.industries-cubes .item-inner .line {
		width: 4.194vw;
	}

	.industries-cubes .item-outer:hover .line {
		width: 0.968vw;
	}

	
/*--------------------------------------------------------------
Industry template (All resolutions)
--------------------------------------------------------------*/

.testimonial-section {
	position: relative;
	text-align: center;
}

.testimonial-section .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.testimonial-section .devider {
	height: 3px;
	background-color: #fff;
	display: inline-block;
	position: relative;
    z-index: 1;
}

.testimonial-section .title {
	color: #fff;
	font-weight: 600;
	position: relative;
    z-index: 1;
}

.testimonial-container {
	background-color: #fff;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto;
}

.testimonial-container p {
	font-weight: 600;
	color: #2b2d42;
}

.testimonial-container .red-button,
.news-download-button a.red-button {
    background: transparent;
    color: #c60202;
    border: 1px solid #c60202;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.testimonial-container .red-button i,
.news-download-button a.red-button i {
    display: inline-block;
    background: #c60202;
    color: #fff;
	-webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.testimonial-container .red-button:hover,
.news-download-button a.red-button:hover {
	color: #ec0202;
}

.testimonial-container .red-button:hover i,
.news-download-button a.red-button:hover i {
    background: #ec0202;
}

/*--------------------------------------------------------------
Industry template (Resolution <= 1549px)
--------------------------------------------------------------*/

@media (max-width: 1549px) {

	.testimonial-section .image {
		height: 370px;
	}

	.testimonial-section .devider {
		width: 65px;
		margin-top: 40px;
	}

	.testimonial-section .title {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 35px;
	}

	.testimonial-container {
		padding: 80px 70px;
		-webkit-box-shadow: 0px 10px 80px rgba(0,0,0,.15);
		-o-box-shadow: 0px 10px 80px rgba(0,0,0,.15);
		-moz-box-shadow: 0px 10px 80px rgba(0,0,0,.15);
		box-shadow: 0px 10px 80px rgba(0,0,0,.15);
	}

	.testimonial-container p {
		font-size: 28px;
		line-height: 42px;
	}

	.testimonial-container .red-button,
	.news-download-button a.red-button {
		font-size: 16px;
		line-height: 44px;
		padding: 0px 14px 0px 0;
		margin-top: 15px;
	}

	.testimonial-container .red-button i,
	.news-download-button a.red-button i {
		height: 47px;
		line-height: 42px;
		width: 46px;
		margin-right: 14px;
		font-size: 26px;
	}

	body.page-template-template-industry .hp-industries {
		margin-bottom: 50px;
	}
}

/*--------------------------------------------------------------
Industry template (Resolution >= 1550px)
--------------------------------------------------------------*/

@media (min-width: 1550px) {

	.testimonial-section .image {
		height: 23.871vw;
	}

	.testimonial-section .devider {
		width: 4.194vw;
		margin-top: 2.581vw;
	}

	.testimonial-section .title {
		font-size: 2.581vw;
		line-height: 2.710vw;
		margin-bottom: 2.258vw;
	}

	.testimonial-container {
		padding: 5.161vw 4.516vw;
		-webkit-box-shadow: 0px 0.645vw 5.161vw rgba(0,0,0,.15);
		-o-box-shadow: 0px 0.645vw 5.161vw rgba(0,0,0,.15);
		-moz-box-shadow: 0px 0.645vw 5.161vw rgba(0,0,0,.15);
		box-shadow: 0px 0.645vw 5.161vw rgba(0,0,0,.15);
	}

	.testimonial-container p {
		font-size: 1.806vw;
		line-height: 2.710vw;
	}

	.testimonial-container .red-button,
	.news-download-button a.red-button {
		font-size: 1.032vw;
		line-height: 2.839vw;
		padding: 0px 0.903vw 0px 0;
		margin-top: 0.968vw;
	}

	.testimonial-container .red-button i,
	.news-download-button a.red-button i {
		height: 3.032vw;
		line-height: 2.710vw;
		width: 2.968vw;
		margin-right: 0.903vw;
		font-size: 1.677vw;
	}

	body.page-template-template-industry .hp-industries {
		margin-bottom: 3.226vw;
	}
}

/*--------------------------------------------------------------
Media styles
--------------------------------------------------------------*/

@media only screen and (max-width: 1290px) {

	.custom-container {
		width: 100%;
		padding: 0 15px;
	}
	
	#site-navigation #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu .menu-section .mega-menu-title {
	    width: 180px;
	}
	
	#site-navigation #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu .menu-section .mega-menu-content {
	    width: calc(100% - 180px);
	}
	
	#site-navigation #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu .menu-section .mega-menu-title a {
		padding-left: 20px;
	}
	
	#site-navigation #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu .menu-section .mega-menu-content > div {
	    width: 100%;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	    margin: 0 15px 0 0;
	    padding-bottom: 0px;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 22px;
	}
	
	#browse-az .row {
		margin-right: -15px;
    	margin-left: -15px;
	}
	
	#browse-az .col-xs-12 {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.family-tabs .cube-item .content .text {
	    padding-bottom: 0;
	    height: auto;
	    overflow: hidden;
	}
	
	.family-tabs .cube-item .content .buttons {
	    position: relative;
	    bottom: auto;
	    left: 0;
	}
	
	.family-tabs .cube-item .content .buttons a {
		margin-bottom: 15px;
	}
	
	.family-tabs .cube-item .content {
		height: auto;
	}
}

@media only screen and (max-width: 1080px) {
	
	header,
	#wpadminbar {
	    display: none;
	}
	
	.mobile-header {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 80px;
	    line-height: 80px;
	    padding: 0 20px;
	    background: #020303;
	    z-index: 101;
	    text-align: left;
	}
	
	.mobile-header .pie {
	    cursor: pointer;
	    display: inline-block;
	    vertical-align: middle;
	}
	
	.mobile-header .pie span {
	    display: block;
	    margin-right: 0;
	    line-height: 10px;
	    width: 35px;
	    height: 4px;
	    border-radius: 2px;
	    margin-bottom: 6px;
	    background-color: #d1002e;
	}
	
	.mobile-header .pie span:last-child {
	    margin-bottom: 0;
	}
	
	.mobile-header .pie span {
	    -webkit-transition: transform .4s linear;
	    -moz-transition: transform .4s linear;
	    -o-transition: transform .4s linear;
	    transition: transform .4s linear;
	}
	
	.mobile-header .pie.menu-open .first {
	    -webkit-transition: margin-bottom .1s linear;
	    -moz-transition: margin-bottom .1s linear;
	    -o-transition: margin-bottom .1s linear;
	    transition: margin-bottom .1s linear;
	}
	
	.mobile-header .pie.menu-open .first {
	    margin-bottom: -4px;
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	
	.mobile-header .pie.menu-open .second {
	    display: none;
	}
	
	.mobile-header .pie.menu-open .third {
	    -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	
	.mobile-header .logo {
		float: right;
	}
	
	#mobile-site-navigation {
	    position: fixed;
	    width: calc(100% - 20px);
	    height: 100%;
	    top: 80px;
	    left: 100%;
	    z-index: 1001;
	    background: #60605e;
	    opacity: .95;
	}
	
	#mobile-site-navigation ul {
		list-style: none;
	}
	
	#mobile-site-navigation ul li {
		line-height: 40px;
	}
	
	#mobile-site-navigation ul li.menu-item-has-children:before {
		content: '';
		/* Was previously: content: */
	}
	
	#mobile-site-navigation ul li a {
		color: #fff;
	}
	
	#mobile-site-navigation #mega-menu-wrap-mobile {
	    height: calc(100% - 80px);
	    overflow-y: auto;
	}
	
	.numbers-floor {
	    padding: 50px 0 35px;
	}
	
	.numbers-floor .numbers-inner .number {
	    font-size: 60px;
	    line-height: 60px;
	}
	
	.numbers-floor .numbers-inner .text {
	    font-size: 24px;
	    line-height: 28px;
	}
	
	.footer-first-line,
	.footer-section {
		text-align: center;
	}
	
	.footer-section {
	    padding-top: 30px;
	}
	
	.footer-logo {
		margin-bottom: 25px;
    	display: block;
	}
	
	#footer-navigation > ul > li {
	    width: 100%;
	    float: left;
	}
	
	.hide-mobile,
	.footer-first-line {
		display: none;
	}
	
	.social-mobile,
	.footer-section .footer-first-line {
		display: block;
	}
	
	#footer-navigation > ul > li > a {
	    font-size: 16px;
	}
	
	#footer-navigation ul.sub-menu li a {
	    font-size: 14px;
	    line-height: 16px;
	}
	
	#footer-navigation ul.sub-menu {
		margin-bottom: 10px;
	}
	
	footer .copyright {
	    margin-top: 30px;
	}
	
	.social-mobile {
	    font-size: 16px;
	    margin-top: 25px;
	    margin-bottom: 15px;
	}
	
	.social-mobile .custom-html-widget {
		display: inline-block;
		font-size: 24px;
	}
	
	.social-mobile .custom-html-widget a {
		margin-left: 10px;
	}
	
	.footer-section .row .col-sm-12 {
		float: none;
	}
	
	.footer-section .footer-first-line {
		margin-bottom: 30px;
	}
	
	.home-slider .slider-text {
	    top: 20%;
	    max-width: calc(100% - 30px);
	}
	
	.regular-posts .regular-post .regular-post-content .title {
	    font-size: 22px;
	    line-height: 30px;
	}
	
	.promoted-posts .promoted-item .title {
	    font-size: 32px;
	    line-height: 36px;
	    height: 72px;
	    max-height: 72px;
	}
	
	.distributors-title {
	    margin-top: 90px;
	    margin-bottom: 15px;
	}
	
	.category-container.family-neto > a.a-z {
	    right: auto;
	    left: 0;
	    top: -50px;
	}
	
	.category-container.family-neto {
		margin-top: 45px;
	}
	
	.industries-cubes .item-outer {
	    width: 50%;
	}
	
	.abstract-area-new .row-eq-height {
		display: block;
	}
	
	.abstract-area-new .col-xs-12 {
		width: 100%;
		float: none;
	}
	
	.abstract-area-new .image {
		height: 300px;
	}
	
	.txt-video {
	    height: 380px;
	}
	
	.result-list-head > div,
	.result-list-body .result-item > div {
	    font-size: 16px;
	}
	
	.result-list-body .result-item > div {
	    font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	
	h1 {
		font-size: 36px;
	    line-height: 40px;
	}

	h2 {
		font-size: 32px;
	    line-height: 36px;
	}

	h3 {
		font-size: 24px;
	    line-height: 30px;
	}

	h4 {
		font-size: 18px;
	    line-height: 26px;
	}

	h5 {
		font-size: 14px;
	    line-height: 18px;
	}
	
	div#video-background {
		display: none;
	}
	
	.show-on-mobile {
		display: block!important;
	}
	
	.hide-on-mobile {
		display: none!important;
	}
	
	.half-width {
	    width: 100%;
	    float: left;
	    padding: 45px 35px 35px;
	    min-height: 100%;
	    position: relative;
	}
	
	.half-width a.cta {
	    position: relative;
	    left: 0;
	    bottom: 0;
	}
	
	.hp-2-cubes .text {
	    font-size: 18px;
	    line-height: 30px;
	    max-height: 100%;
	}
	
	.hp-2-cubes .small-title {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	.hp-2-cubes .left-cube .title {
	    max-height: 100%;
	    height: auto;
	    overflow: hidden;
	}
	
	.hp-2-cubes .title {
	    font-size: 28px;
	    font-weight: 600;
	    line-height: 34px;
	    margin-bottom: 20px;
	}
	
	.industries-cubes .item-outer {
	    width: 100%;
	}
	
	.numbers-floor .numbers-inner .number {
	    margin-bottom: 10px;
	}
	
	.numbers-floor .numbers-inner {
	    margin-bottom: 35px;
	}
	
	.footer-first-line ul li a {
	    color: #449dd1;
	    font-size: 16px;
	    line-height: 24px;
	    margin-right: 16px;
	    display: inline-block;
	}
	
	.home-slider .slider-text .subtitle p br {
		content: '';
	}
	
	.blog-section > .custom-container,
	.blog-single-section > .custom-container {
    	display: inline-grid;
	}
	
	.blog-items-container,
	.post-container,
	.post-publish-date {
		order: 2;
    	width: 100%;
	}
	
	.blog-sidebar,
	.post-sidebar {
		width: 100%;
	    order: 1;
	    padding-left: 0;
	    float: none;
	}
	
	.blog-section {
	    margin-top: 40px;
	    margin-bottom: 60px;
	}
	
	.tall-banner-section,
	.short-banner-section {
	    height: 320px;
	}
	
	.promoted-posts .promoted-item .title {
	    font-size: 28px;
	    line-height: 34px;
	    height: auto;
	    max-height: 100%;
	}
	
	.regular-posts .regular-post .image {
		width: 100%;
	    margin-bottom: 25px;
	    float: none;
	}
	
	.regular-posts .regular-post .regular-post-content {
		width: 100%;
	    display: block;
	    margin-left: 0;
	}
	
	.regular-posts .regular-post .regular-post-content .title {
	    font-size: 20px;
	    line-height: 28px;
	}
	
	.blog-single-section {
	    margin-top: 40px;
	}
	
	.content-before-testimonial .share-section {
	    position: absolute;
	    width: 70px;
	    text-align: center;
	}
	
	.content-before-testimonial .post-content {
	    padding-left: 84px;
	    font-size: 16px;
	    line-height: 26px;
	}
	
	.post-testimonial-content p {
	    font-size: 20px;
	    line-height: 32px;
	}
	
	#browse-az .tab-content .nav a {
		margin-bottom: 15px;
	}
	
	#browse-az .tab-content .nav-pills {
		margin-bottom: 30px;
	}
	
	.width360,
	.width360-2 {
	    width: 100%;
	}
	
	.products-sidebar .browse-families {
		margin-bottom: 60px;
	}
	
	.category-section {
		padding-bottom: 40px;
	}
	
	.contact-form-body h3 {
	    font-size: 26px;
	    padding: 0 10px;
	}
	
	.contact-form-body p {
		padding: 0 10px;
	}
	
	.contact-form-body {
		background: #fff!important;
		padding-bottom: 35px;
	}
	
	.contact-what-next h3 {
		font-size: 32px;
	}
	
	.subscr-container {
		line-height: 22px;
    	margin-top: 15px;
    	min-width: auto;
	}
	
	.subscribe-line .checkmark,
	.subscribe-line .radiobtn {
	    top: 2px;
	}
	
	.gmap,
	.gmap .ums_map_opts > div,
	.gmap .ums_map_opts > div > div {
	    height: 400px!important;
	}
	
	.distributors-list {
		padding-bottom: 40px;
		background-image: none!important;
	}
	
	.family-tabs .cube-item .image {
	    width: 100%;
	    height: 262px;
	    margin-bottom: 20px;
	    display: block;
	    float: none;
	    background-color: #fff;
	    text-align: center;
	}
	
	.family-tabs .cube-item .content {
	    padding-left: 0;
	}
	
	.family-tabs .cube-item {
	    padding: 35px 0 25px;
	}
	
	.gallery-content .cubes-section .cube-inner .text {
	    padding: 25px 15px 10px 30px;
	    position: relative;
	    height: auto;
	}
	
	.gallery-content .cubes-section .cube-inner .text .text-buttons a,
	.news-section .promoted-item .text-buttons a {
		margin-bottom: 15px;
	}
	
	.gallery-content .cubes-section .cube-inner .text .text-buttons {
	    position: relative;
	    bottom: auto;
	    left: auto;
	}
	
	.gallery-content .cubes-section .cube-inner .text .text-title {
		font-size: 26px;
	    line-height: 32px;
	    max-height: 64px;
	}
	
	.testimonial-section .title {
		font-size: 32px;
    	line-height: 36px;
	}
	
	.testimonial-container {
		padding: 0px 15px;
	}
	
	.testimonial-container p {
	    font-size: 22px;
	    line-height: 32px;
	}
	
	.txt-section h1 {
	    font-size: 36px;
	    line-height: 40px;
	}
	
	.txt-section h2 {
	    font-size: 28px;
	    line-height: 34px;
	}
	
	.txt-section h3 {
	    font-size: 24px;
	    line-height: 32px;
	}
	
	.industries-cubes .item-inner .title {
		font-size: 32px;
	}
	
	.gallery-content .cubes-section .cube-inner.type-b .text {
	    height: auto;
	}
	
	.news-section .promoted-item .image {
		height: 200px;
	}
	
	.news-section .promoted-item .content .title {
	    font-size: 28px;
	    line-height: 34px;
	}
	
	.news-single-section .abstract-area-new .text,
	.abstract-area-new .text {
	    padding: 30px 25px 25px 35px;
	}
	
	.abstract-area-new .text .title {
	    font-size: 30px;
	    line-height: 36px;
	}
	
	.news-single-section .abstract-area-new .text .subtitle,
	.abstract-area-new .text .subtitle {
	    font-size: 20px;
	    line-height: 30px;
	    max-height: 100%;
	    overflow: hidden;
	}
	
	.txt-video {
	    height: 250px;
	}
	
	.txt-video .video-container {
	    top: calc(50% - 70px);
	}
	
	.txt-video .video-container .title {
	    font-size: 30px;
	    line-height: 32px;
	}
	
	.txt-video .video-container .devider {
	    margin-bottom: 30px;
	}
	
	.txt-video .video-container a {
	    width: 50px;
	    height: 50px;
	    line-height: 48px;
	    margin-left: calc(50% - 25px);
	}
	
	.txt-video .video-container a img {
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}
	
	.search-form {
	    margin-top: 30px;
	}
	
	.search-form .col-md-3 {
	    display: none;
	}
}

@media only screen and (max-width: 420px) {
	
	.industries-cubes .item-outer {
	    width: 100%;
	}
	
	.industries-cubes .item-inner {
	    padding-left: 35px;
	}
	
	.industries-cubes .item-inner .title {
		font-size: 32px;
	}
	
	footer .copyright span {
	    padding: 0 8px;
	}
	
	#browse-az .nav a {
	    font-size: 16px;
	    margin-right: 15px;
	}
	
	.category-container.browse-a-z > h2 {
		line-height: 42px;
	}
	
	.abstract-area-new .image {
	    height: 200px;
	}
	
	.result-list-head > div,
	.result-list-body .result-item > div {
	    font-size: 14px;
	}
	
	.pagination-section ul li:not(.prevbtn):not(.nextbtn) a {
	    width: 25px;
	}
	
	.pagination-section ul li {
	    margin: 0 0px;
	}
	
	.search-result-list .col6 {
	    width: 13%;
	}
	
	.search-result-list .col1 {
	    width: 27%;
	}
	
	.inner-news-floor .image {
	    height: 160px;
	}
}

@media only screen and (max-width: 400px) {
	
	.home-slider .slider-text h1 br {
		content: '';
	}
	
	.home-slider .slider-text {
	    top: 14%;
	}
}



/*--------------------------------------------------------------
Catalogs & Gallery - On mobile devices, use up to 4 lines
for item descriptions (default value is 3), otherwise only 3.
--------------------------------------------------------------*/
@media (max-width: 767px) {
 
    .gallery-content .cubes-section .cube-inner .text .text-text {
        max-height: 104px;
    }
}

@media (min-width: 768px) and (max-width: 1549px) {
 
    .gallery-content .cubes-section .cube-inner .text .text-text {
        max-height: 78px;
    }
}

@media (max-width: 1550px) {
 
    .gallery-content .cubes-section .cube-inner .text .text-text {
        max-height: 5.032vw;
    }
}

/*--------------------------------------------------------------
Gallery - On mobile devices, override default fancybox.js
styling, to take more screen space.
--------------------------------------------------------------*/
@media (max-width: 767px) {
 
    .fancybox-slide--iframe .fancybox-content {
        width: 90% !important;
        height: 95% !important;
	
	    /* Automatically centers the video vertically & horizontally */  
	    margin: 0 auto !important;
	
	    /* No longer needed */
	    max-width: none !important;
        max-height: none !important;
    }
}