.no-border {
	border: 0px !important;
}

.required {
	font-weight: 800 !important;
    font-size: 1.2em !important;
    color: #ee3036 !important;
}

#top div .av_ajax_search_entry_view_all {
	display: none !important;
}

ul.sub-menu li.menu-item-disabled > a:hover {
	color: #969696 !important;
	background-color: #fff !important;
}

#homepage-box-container {
	height: 95px;
}

body.tax-brands .avia-button-wrap {
	margin-left: 5px;
}

footer.container_wrap {
	z-index: 999 !important;
}
/*
li.top-nav-process-valves > ul.sub-menu,
li.top-nav-process-valves > ul.sub-menu li:nth-child(n+5) > ul.sub-menu {
	top: -40px !important;
}


li.top-nav-process-valves > ul.sub-menu {
	top: -40px !important;
}

li.top-nav-process-valves > ul.sub-menu li:nth-child(n+12) > ul.sub-menu {
	top: -160px !important;
}
*/

/* Carousel */
.carousel-inner {
	max-height: 400px;
}

.carousel-item {
	background-color: #000;
}

.carousel-item .img-fluid {
	width: 100% !important;
	height: 100% !important;
	vertical-align: top !important;
	opacity: 0.7;
}

.carousel-caption {
	width: 60%;
	height: auto;
	top: 2.4vw !important;
}

.carousel-caption.left {
	left: 18% !important;
	right: auto !important;
	text-align: left;
}

.carousel-caption.right {
	left: auto  !important;
	right: 25% !important;
	text-align: right;
}

.carousel-caption h2 {
	color: #ffff00;
	font-size: 2.8vw;
}

.carousel-caption h3 {
	display: inline-block;
	margin-bottom: 0.1rem !important;
	padding: 10px;
	font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 2.8vw !important;
    font-weight: 600 !important;
    letter-spacing: 0px;
    line-height: 3vw;
    color: #fff !important;
    background-color: rgb(0,0,0, 0.3);
}

.carousel-caption p {
	margin: 0 !important;
}

.carousel-caption-desc {
	display: inline-block;
	margin: 0 0 1px 0;
	padding: 10px;
	font-weight: 400;
	font-size: 1.5vw;
	font-family: "Fira Sans","HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
	line-height: 1.7vw;
	color: #fff;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	background-color: rgb(0,0,0, 0.3);
}

.carousel-caption p a {
	color: #fff;
}

#crane-product-carousel .carousel-inner {
	max-height: 450px;
}

#crane-product-carousel .carousel-caption {
	width: 90%;
    height: auto;
    top: auto !important;
    bottom: 2vw !important;
}

#crane-product-carousel .carousel-caption.left {
	left: 5% !important;
}

#crane-product-carousel .carousel-caption h3 {
	display: inline-block;
	padding: 3px 8px;
	font-size: 1.6vw !important;
}

#crane-product-carousel .carousel-caption p {
	padding: 0px;
	font-size: 1.4vw !important;
	line-height: 1.2vw;
}

#crane-product-carousel .product-video-presentation .carousel-caption {
	bottom: 4vw !important;
}

.product-video-presentation .product-video-overlay {
	position: absolute;
    margin: 13% 0 0 44%;
}

.product-video-presentation .fa.fa-play-circle {
	font-size: 6rem;
	color: #fff;
	opacity: 0.5;
}


a.carousel-button {
	display: block;
	width: 6vw;
	margin-top: 1vw;
	padding: 0.4vw 0.8vw;
	font-size: 0.7vw;
    font-weight: 400;
    color: #fff !important;
    background-color: #EE3036;
    border-color: #cc1014;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    letter-spacing: 0.5px;
}

a.carousel-button:hover {
	opacity: 0.9;
}

.carousel-control-next,
.carousel-control-prev {
	width: auto;
	height: 80%;
}

.carousel-control-icon {
	width: 40px;
	height: 100px;
	opacity: 0.2;
	border-radius: 3px;
	background-color: #000;
	background-size: 25% 25%;
}

@media only screen and (max-width:35em) {
	.carousel-caption {
		width: 60%;
		top: 3vw;
	}
	.carousel-caption h3 {
	    font-size: 3vw !important;
	    line-height: 3vw;
	}
	.carousel-caption p {
		display: none;
	}
	a.carousel-button {
		width: 7vw;
		padding: 0 1vw;
		font-size: 1vw;
	}
	.carousel-control-icon {
		width: 50px;
		height: 50px;
	}
	.product-video-presentation .product-video-overlay {
	    margin: 13% 0 0 40%;
	}
	.product-video-presentation .fa.fa-play-circle {
		font-size: 4rem;
	}	
}

.wp-video {
	cursor: pointer;
}

#presentation-content-empty {
	width: 100%;
    min-height: 450px;
    background-color: #E2E8F4;
}

.crane-homepage-slider {
    width: auto;
    height: 400px;
}

#crane-slide-video {
    position: fixed; 
    right: 0;
    bottom: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%; 
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);        
}

/* brands list */
.card-image {padding: 1rem 0rem 0rem 0rem!important;}
.card-body {padding: 0 1.25rem;}
.card-text {text-align: center;}

.blog-categories a {
	color: #919191 !important;
}

.brand-short-desc {
	width: 80%;
	margin: 50px auto;
	text-align: center;
}

.brand-textblock p {
	margin-bottom: 0.5rem;
}

.brand-textblock h1,
.brand-textblock h2,
.brand-textblock p strong {
	color: #fff !important;
}

.brand-textblock h3 {
	color: #000 !important;
}

.brand-textblock h4 {
	max-width: 300px;
	padding: 5px;
	background-color: #fff;
	color: #000;
}

#top.page-template-page-template-products #main .sidebar {
	border-left-width: 0px;
}

.page-template-page-template-contact article.post-entry {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.page-template-page-template-contact article.post-entry h2.post-title {
	padding: 0px 0 5px !important;
	color: #0770D1 !important;
	opacity: 1 !important;
	font-size: 1.3rem;
}

.page-template-page-template-contact article.post-entry div.entry-content {
	float: left;
	width: 60%;
}

ul.crane-contacts-list {
	padding: 0;
	margin : 0 0 0 2rem;
	list-style: square outside none;
}

ul.crane-contacts-list li {
	padding: 0;
	margin : 0 0 0.6rem;
	line-height: 1.6;
}

ul.crane-contacts-list li h4 {
	padding: 0;
	margin : 0;
	color: #000;
}

ul.crane-contacts-list li ul {
	padding: 0;
	margin : 0.3rem 0 0;
	font-size: 1rem;
	list-style: none !important;
}

ul.crane-contacts-list li ul li {
	margin : 0 !important;
	line-height: 1.4;
	font-size: 1rem;
}

/* Process Maps */

a.process-map-hotspot {
	display: block;
	position: absolute;
	z-index: 999;
}

a.process-map-hotspot:hover {
	opacity: 0.3;
	background-color: #333;
	border: 2px solid #FF0000;
}


.tooltip-inner {
  font-size: 12px;
  padding: 5px 20px;
  background: #FFFFFF;
  color: rgb(0, 0, 0, .7);
  border: 1px solid #737373;
  text-align: left;
}

.bs-tooltip-right .arrow::before {
	border-right-color: #fff !important;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
	min-width: 300px;
}

.tooltip-inner strong {
	display: block;
	padding: 0 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #333;
}

.tooltip-img img {
	display: block;
	float: left;
	width: 50px;
	height: auto;
}

.tooltip-img span {
	display: block;
	float: left;
	margin: 14px 5px;
}

ul.crane-process-maps-submenu {
	padding: 5px 15px !important;
}

/*
Products Catalogue
 */
.catalogue-box a {
	display: block;
	padding: 25px 0 25px 15px;
	color: #919191 !important;
	border-top: 1px solid #ebebeb;
}

.catalogue-box a img {
	display: block;
	width: 55px;
    max-width: 55px;
    max-height: 55px;
}

.catalogue-box a:hover {
	background-color: #f8f8f8;
}

.catalogue-box a span {
	display: block;
}

.catalogue-box-inner {
	float: right;
	max-width: 80%;
}

.catalogue-box-inner .catalogue-box-title {
    font-weight: 800;
    margin-bottom: 0.5em;
    color: #000;
    font-size: 1.3rem;
}

.catalogue-product-innovation a {
	background: #f1f1f1 url('../images/new-product.png') left bottom no-repeat;
}

.catalogue-product-innovation a:hover {
	background-color: #F5F5F5;
}

#after_section_1 {
	border-top:none!important;
}

.product-video-presentation .wp-video {
	width: 100% !important;
}

.product-slide img {
	width: 100%;
	height: 100%;
}

.row.certificates .col-12 h3.av-special-heading-tag + ul {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
}

.row.certificates .col-12 h3.av-special-heading-tag + ul li {
	margin-left: 0;
}

/*
.row.certificates .col-12 ul:first-of-type,
.row.videos .col-12 ul:first-of-type,
.row.certificates .col-12 ul:first-of-type li,
.row.videos .col-12 ul:first-of-type li {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
}
*/

/* Video Library */

.tab-video-library .row {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.tab-video-library .row .col-md-4 h3 {
	max-width: 70%;
	font-size: 1.4rem !important;
	font-weight: 800 !important;
	color: #000;
	text-align: center;
	margin: 10px auto;
}

.video-library.row div:nth-child(even){
  background-color: #fff;
}
.video-library.row div:nth-child(odd){
  background-color: #FBFBFB;
}

@media (min-width: 768px) {
    .video-library.row div:nth-child(4n), .video-library.row div:nth-child(4n-1) {
        background: #fff;
    }
    .video-library.row div:nth-child(4n-2), .video-library.row div:nth-child(4n-3) {
        background: #FBFBFB;
    }
}

@media (min-width: 992px) {
    .video-library.row div:nth-child(6n), .video-library.row div:nth-child(6n-1), .video-library.row div:nth-child(6n-2) {
        background: #fff;
    }
    .video-library.row div:nth-child(6n-3), .video-library.row div:nth-child(6n-4), .video-library.row div:nth-child(6n-5) {
        background: #FBFBFB;
    }
}


/* Drawings Library */
.drawings-library .row .drawing-item a .drawing-item-box {
	display: block;
	width: 45%;
	height: 93px;
	margin: 0 auto;
    color: #444;
    border: 1px solid #ee3036;
    border-radius: 4rem;
}

.drawings-library .row .drawing-item a:hover .drawing-item-box {
    background-color: #ee3036;
    -webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.drawings-library .row .drawing-item a span.fas {
	display: block;
	text-align: center;
	margin-top: 1.5rem;
}

.drawings-library .row .drawing-item a span.fas:before {
    font-size: 2.5rem;
    color: #ee3036;
}

.drawings-library .row .drawing-item a:hover span.fas:before {
	content: "\f07c";
    color: #fff;
}

.drawings-library .row .drawing-item a span.drawing-label {
	display: block;
	margin-top: 0.8rem;
	padding: 2px 5px;
	text-align: center;
	letter-spacing: 0px;
	font-size: 1.1em;
    font-weight: 600;
    font-family: 'oswald','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    color: #545454;
}

.drawings-library .table td img.drawing-item-icon {
	float: left;
	display: block;
	max-width: 60%;
	height: auto;
}

.drawings-library .table td.drawing-item-title h3 {
	float: left;
	max-width: 90%;
    margin: 5px 0 0 20px;
    font-weight: 600 !important;
    font-size: 1rem !important;
}

.drawings-library .table td.drawing-item-title h3 a {
	color: #ee3036 !important;
}

.drawings-library .table td.drawing-item-title h3 span {
	display: block;
	line-height: 1.4;
	font-weight: 400;
	font-size: 0.9rem;
}

.drawings-library-breadcrumb {
	margin: 20px 0 30px 0;
	font-size: 0.8rem;
}

/* Technical Library */
.technical-library .entry-content-wrapper {
	float: left;
	clear: both;
}

.technical-library .entry-content-wrapper .technical-library-doc-icon {
	float: left;
	font-size: 4em;
	color: #bfbfbf;
}

.technical-library .entry-content-wrapper .av-heading-wrapper {
	float: left;
	max-width: 86%;
	margin-left: 5px;
}


/* Media Queries */
@media all and (max-width: 1290px) {
	.technical-library .entry-content-wrapper .av-heading-wrapper {
		max-width: 80%;
	}
}

@media all and (max-width: 767px) {
	.js_active .tab_content {
		visibility: visible !important;
		position: static !important;
		overflow: visible !important;
		padding: 10px 20px 0 20px !important;
	}

	.tab_content .tab_inner_content {
		left: auto;
		margin: 0 !important;
		padding: 0 10px !important;
	}

	.tab_content .tab_inner_content .row {
		margin-bottom: 0 !important;
	}

	.technical-library .entry-content-wrapper .av-heading-wrapper {
		margin-left: 10px;
	}
}





