/* CSS Document */
html, body{
	font-family: "century gothic","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
html {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
}
#main-navigation{
	font-family: "Open Sans";
}

.hush{
	display: none;
}
.hidden, .HIDDEN{
	display: none!important;
}

.yandiya-flexslider .button {
    color: #f7f7f7;
    background: #000;
}
.yandiya-flexslider .gallery-description {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.yandiya-flexslider-fullscreen .button {
    color: #f7f7f7;
    background: #000;
}
.yandiya-flexslider-fullscreen .gallery-description {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.image-gallery .flex-prev {
    left: -47px;
	color: #d5d5d5;
}
.image-gallery .flex-next {
    right: -48px;
	color: #d5d5d5;
}

.section-bg-1 {
    background: url(../img/section-bg/007.jpg) no-repeat center center;
}

.section-bg-4 {
    background: url(../img/section-bg/004.png) no-repeat center center;
}

.button-v3 {
	color: #f7f7f7;	
	background: #333;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	display: inline-block;
	margin-bottom: 20px;
	border: 1px solid #000;
}

.button-v3:hover {
	background: #e01414;
	color: #fff;
}

.section-bg-6 {
	background: url(../../img/section-bg/006.jpg) no-repeat center;
}

.tabs-top.font-16 .ui-tabs-nav a {
    font-size: 16px;
	font-weight: 900;
	color: #171717;
}
.tabs-top.font-16 .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
	color: #e01414;
}


.navigation ul ul.width-210 {
    width: 230px;
}
.navigation ul ul.width-210 li a, .navigation-simple ul ul.width-210 li a {
    width: 200px;
}

.page-title-2 {
    margin-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
}

.navigation ul ul, .navigation ul ul li ul{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.navigation ul ul li ul{
	border-top:1px solid #ddd;	
}

.p-item {
    border: 1px solid #ddd;
}
.p-item img {
    border-bottom: 1px solid #ddd;
}

.custom-product-info1 .product-info {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 0px solid #d5d5d5;
}
.product-dimensions{
	font-size:11px;
	float:left;
}
.custom-product-info1 .product-price {
    font-size: 24px;
    font-weight: bold;
    color: #060606;
    float: right;
    display: block;
    margin-bottom: 10px;
}

.product-specificationsX .left-table{
	padding-right:10px;
}
.product-specificationsX .right-table{
	padding-left:10px;
}

table.left-headed th{
	border-bottom: 1px solid #e1e1e1;
	border-right: 2px solid #c1c1c1;
	font-weight: 700;
}
table.th-w-170 th{
	width:170px;
}
table.th-w-200 th{
	width:200px;
}
table.th-w-250 th{
	width:250px;
}

.margin-b-30{
	margin-bottom: 30px;
}

.tabs-top-2-custom .ui-tabs-nav li {
    padding: 6px 0;
}
.tabs-top-2-custom .tabs-top-2-custom-links{
	border-bottom:1px solid #ddd;
}

h3.grey-box {
    font-size: 14px;
    background: #373737;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 auto -1px auto;
    color: #fff;
    text-transform: none;
    font-weight: 700;
}

.carousel-no-nav .flex-direction-nav{
	display:none;
}
.carousel-no-nav ul.slides{
	width:auto!important;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.disabled{
	color:#ddd!important;
}
.g-recaptcha{
	float: right;
	margin-bottom: 30px;
	width: 322px;
}

.reCaptchaInvisibleButton {
    margin-left: 111px;
    margin-bottom: 15px;
    float: left;
    cursor: pointer;
    padding: 10px 15px;
    border: none;
	font-size:14px;
	width: 316px;
}

.client-posts .post-title {
    padding-bottom: 5px;
	margin-bottom:5px;
}

.client-posts blockquote {
    font-style: italic;
	color: #e01414;
}

.client-posts .post-content p{
	padding-bottom: 12px;
}

.scroll-top a {
    background: #fff;
    font-size: 16px;
    color: #000;
    opacity: 0.6;
}
.page-contactXXX .scroll-top a {
    bottom: 96px;
    right: 20px;
}
.scroll-top a {
    bottom: 96px;
    right: 20px;
}

body.page-homeX .vegas-slide{
	transform: translateZ(0);
}

.fullscreen{
	  position: absolute;
	  z-index: 10000;
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
}

#spot-6657{
	display: none;
}
@media only screen and (min-width: 1200px) { 
	#spot-6657{
		display: block;
	}
	.hide-dt{
		display: none;
	}
}
@media only screen and (max-width: 1200px) { 
	#image-map-pro-container{
		width: 100vw;
	}
}

.fixed2right{
	  position: absolute;
	  z-index: 200;
	  top:10px;
	  right:10px;
}

.ul-custom1-spaced li{
	line-height: 23px;
	margin-bottom: 5px;
}
.ul-custom1-spaced li i{
	font-size: 8px;
}
.ul-custom1-spaced .fa-circle::before {
    padding-right: 7px;
}

sup{
	font-size: 80%;
	vertical-align: super;
}

.header-top {
    background: #060606;
}
.header-top .contact-info ul li, .header-top .contact-info ul li a, .header-top ul li, .header-top ul li a {
    color: #ddd;
}
.header-top ul li a:hover {
    color: #e01414;
}

.page-title-inner h1 sup{
	font-size: 12px;
}
.contact-infoX sup{
	font-size: 10px;
}
#footer .company-infoX sup{
	font-size: 10px;
}
#footer .copyright {
    line-height:normal;
}
#main-navigation .new-pages{
    position: absolute;
    color: red;
    right: 5px;
    top: 2px;
    font-size: 10px;
 	font-style: normal;
	text-transform: none;
}
.sidebar-menu .new-pages{
    /*position: absolute;
	right: 5px;
    top: 2px;*/
    color: red;    
    font-size: 10px;
 	font-style: normal;
	text-transform: none;
	position: relative;
	right: 0px;
}

.mega-menu2 {
    width: 100% !important;
    padding: 24px 0 0 24px;
}

.mega-menu2 .col-row {
    margin: 0;
}

.mega-menu2-top {
    position: static!important;
}

.mega-menu2-col-2,
.mega-menu2-col-3,
.mega-menu2-col-4 {
    float: left;
    padding-right: 24px;
    margin-bottom: 24px;
    text-align: left!important;
    box-sizing: border-box;
}

.mega-menu2-col-2 { width: 50%; }
.mega-menu2-col-3 { width: 33.3333333%; }
.mega-menu2-col-4 { width: 25%; }

.exo-menu {
    background-color: transparent;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.bg-black{
	background-color: #060606;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li{
	height: 77px;
	background-color: #fff;
}
.mega-menu {
    padding-bottom: 10px;
}
.exo-menu .logo{
	margin:0px;
	padding: 9px;
	margin-right: 12px;
}
.exo-menu .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
	
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-bottom: 1px solid #c5c5c5c;

	-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.4);
}
.exo-menu .drop-down-ul{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.exo-menu > li > a:hover, li.drop-down ul > li > a:hover {
    background: #060606;
    color: #fff;
}
.exo-menu > li > a.active{
    background: #e7e7e7;
	color: #e1463b;
}
.exo-menu > li > a {
    font-size: 13px;
	font-weight: 700;
	color: #4d4d4d;
	text-decoration: none;
	border-right: 0px #060606 dotted;
}
.exo-menu > li:last-child{
    float:none;
    overflow:hidden;
}
h4.row.mega-title {
    background-color: #060606;
}
li.drop-down > ul > li > a, .flyout-right ul > li > a, .flyout-left ul > li > a {
    padding: 20px 22px;
    background-color: #e7e7e7;
	
	font-size: 13px;
	font-weight: 700;
	color: #4d4d4d;
}
.flyout-right ul > li > a, .flyout-left ul > li > a, .flyout-mega-wrap, .mega-menu {
    background-color: #e7e7e7;
}

.exo-menu ul.description li span {
    color: #787878;
    font-size: 85%;
}

.exo-menu li.drop-down::before{
    font-family: "Font Awesome 5 Free";
	content: " ";
    color: #ddd;
	font-weight: 900;
}
.exo-menuX li.mega-drop-down::before {
    font-family: "Font Awesome 5 Free";
	content: "\f107";
    color: #ddd;
	font-weight: 900;
    display: inline;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 14px;
}

.exo-menu ul.icon-des li a i {
    color: #fff;
    background-color: #E01414;
}
.exo-menu ul.icon-des.icon-des-b li a i {
    color: #fff;
    background-color: #060606;
}
.exo-menu a.disabled {
    color: #ababab !important;
}
.mega-menu ul li a:not(.button) {
    line-height: 25px;
    font-size: 90%;
    display: block;
}
.mega-menu ul li a:not(.button){
	color:#4d4d4d;
	font-size: 13px;
	font-weight: 700;
}
.mega-menu ul li a:hover:not(.button){
	color:#e01414;
}
.mega-menu ul li a.button{
	line-height: 21px;
	display: inline-block;
}
.mega-menu ul li a.green {
    color: #009f07;
}

.mega-menu .centralise .mega-title, .mega-menu .centralise .button {
    text-align: center;
}

.flyout-right ul > li > a, .flyout-left ul > li > a, .flyout-mega-wrap, .mega-menu {
    background-color: #f0f0f0;
}
.flyout-right > ul, .flyout-left > ul {
    border-left: 1px solid #bababa;
}
.flyout-right ul > li > a, .flyout-left ul > li > a {
    border-bottom: 1px dotted #909391;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
	.remove-ip-portrait, .hide-ip-po{
		display: none!important;
	}
}

@media (min-width:767px){
	.exo-menu > li > a{
		display:block;
		padding: 20px 17px;
		min-height: 77px;
 	}
	.color-box {
		text-align: center;
		padding: 20px 20px;
		margin-bottom: 20px;
	}
	.color-box p {
		min-height: 147px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.color-box-holder .button-v3 {
		margin-bottom: 0px;
	}
}
@media (max-width:768px){
	.hide-ip-po{
		display:none!important;
 	}
	.exo-menu > li > a{
		display:block;
		padding: 20px 14px;
		min-height: 77px;
	}
	.megamen{
		display: none;
	}
	.breadcrumbs, .breadcrumbs-2{
		display: none;
	}
}

.header-top {
    border-bottom: 0px solid #f0f0f0;
}

.mt5{margin-top: 5px;}.pt5{padding-top: 5px;}
.mt10{margin-top: 10px;}.pt10{padding-top: 10px;}
.mt15{margin-top: 15px;}.pt15{padding-top: 15px;}
.mt20{margin-top: 20px;}.pt20{padding-top: 20px;}
.mt25{margin-top: 25px;}.pt25{padding-top: 25px;}
.mt30{margin-top: 30px;}.pt30{padding-top: 30px;}
.mt40{margin-top: 40px;}.pt40{padding-top: 40px;}
.mt60{margin-top: 60px;}.pt60{padding-top: 40px;}

.mb5{margin-bottom: 5px;}.pb5{padding-bottom: 5px;}
.mb10{margin-bottom: 10px;}.pb10{padding-bottom: 10px;}
.mb15{margin-bottom: 15px;}.pb15{padding-bottom: 15px;}
.mb20{margin-bottom: 20px;}.pb20{padding-bottom: 20px;}
.mb25{margin-bottom: 25px;}.pb25{padding-bottom: 25px;}
.mb30{margin-bottom: 30px;}.pb30{padding-bottom: 30px;}
.mb40{margin-bottom: 40px;}.pb30{padding-bottom: 40px;}
.mb50{margin-bottom: 50px;}.pb30{padding-bottom: 50px;}
.mb60{margin-bottom: 60px;}.pb30{padding-bottom: 60px;}

.mb5i{margin-bottom: 5px!important;}.pb5i{padding-bottom: 5px!important;}
.mb10i{margin-bottom: 10px!important;}.pb10i{padding-bottom: 10px!important;}
.mb15i{margin-bottom: 15px!important;}.pb15i{padding-bottom: 15px!important;}
.mb20i{margin-bottom: 20px!important;}.pb20i{padding-bottom: 20px!important;}
.mb25i{margin-bottom: 25px!important;}.pb25i{padding-bottom: 25px!important;}
.mb30i{margin-bottom: 30px!important;}.pb30i{padding-bottom: 30px!important;}
.mb40i{margin-bottom: 40px!important;}.pb30i{padding-bottom: 40px!important;}
.mb50i{margin-bottom: 50px!important;}.pb30i{padding-bottom: 50px!important;}
.mb60i{margin-bottom: 60px!important;}.pb30i{padding-bottom: 60px!important;}

.ml0{margin-left: 0px;}.pl0{padding-left: 0px;}.ml0i{margin-left: 0px!important;}.pl0i{padding-left: 0px!important;}
.ml5{margin-left: 5px;}.pl5{padding-left: 5px;}
.ml10{margin-left: 10px;}.pl10{padding-left: 10px;}
.ml15{margin-left: 15px;}.pl15{padding-left: 15px;}
.ml20{margin-left: 20px;}.pl20{padding-left: 20px;}
.ml25{margin-left: 25px;}.pl25{padding-left: 25px;}
.ml30{margin-left: 30px;}.pl30{padding-left: 30px;}

.ml-5{margin-left: -5px;}.ml-5i{margin-left: -5px!important;}
.ml-10{margin-left: -10px;}.ml-10i{margin-left: -10px!important;}
.ml-15{margin-left: -15px;}.ml-15i{margin-left: -15px!important;}
.ml-20{margin-left: -20px;}.ml-20i{margin-left: -20px!important;}
.ml-25{margin-left: -25px;}.ml-25i{margin-left: -25px!important;}
.ml-30{margin-left: -30px;}.ml-30i{margin-left: -30px!important;}
.ml-35{margin-left: -35px;}.ml-35i{margin-left: -35px!important;}
.ml-40{margin-left: -40px;}.ml-40i{margin-left: -40px!important;}

.ml-5{margin-left: -5px;}.ml-5i{margin-left: -5px!important;}
.ml-10{margin-left: -10px;}.ml-10i{margin-left: -10px!important;}
.ml-15{margin-left: -15px;}.ml-15i{margin-left: -15px!important;}
.ml-20{margin-left: -20px;}.ml-20i{margin-left: -20px!important;}
.ml-25{margin-left: -25px;}.ml-25i{margin-left: -25px!important;}
.ml-30{margin-left: -30px;}.ml-30i{margin-left: -30px!important;}
.ml-35{margin-left: -35px;}.ml-35i{margin-left: -35px!important;}
.ml-40{margin-left: -40px;}.ml-40i{margin-left: -40px!important;}

.mr5{margin-right: 5px;}.mr5i{margin-right: 5px!important;}
.mr10{margin-right: 10px;}.mr10i{margin-right: 10px!important;}
.mr15{margin-right: 15px;}.mr15i{margin-right: 15px!important;}
.mr20{margin-right: 20px;}.mr20i{margin-right: 20px!important;}
.mr24{margin-right: 24px;}.mr25i{margin-right: 24px!important;}
.mr25{margin-right: 25px;}.mr25i{margin-right: 25px!important;}
.mr30{margin-right: 30px;}.mr30i{margin-right: 30px!important;}
.mr35{margin-right: 35px;}.mr35i{margin-right: 35px!important;}
.mr40{margin-right: 40px;}.mr40i{margin-right: 40px!important;}

.mr-5{margin-right: -5px;}.mr-5i{margin-right: -5px!important;}
.mr-10{margin-right: -10px;}.mr-10i{margin-right: -10px!important;}
.mr-15{margin-right: -15px;}.mr-15i{margin-right: -15px!important;}
.mr-20{margin-right: -20px;}.mr-20i{margin-right: -20px!important;}
.mr-24{margin-right: -24px;}.mr-25i{margin-right: -24px!important;}
.mr-25{margin-right: -25px;}.mr-25i{margin-right: -25px!important;}
.mr-30{margin-right: -30px;}.mr-30i{margin-right: -30px!important;}
.mr-35{margin-right: -35px;}.mr-35i{margin-right: -35px!important;}
.mr-40{margin-right: -40px;}.mr-40i{margin-right: -40px!important;}


.box-4 .color-box {
    width: 282px;
}
.color-box i {
    width: 70px;
    height: 70px;
}

.benefits h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #060606;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: -34px;
}

.customSelect2 .select2{
	margin-top:5px;
	margin-bottom: 15px;
}

.page-title-3 h1 {
    text-shadow: 1px 1px 3px #121212;
}

.testimony-text {
    min-height: 150px;
}
.testimony-inner, .post-author-inner {
    border: 1px solid #d2d2d2;
}
.testimony-inner:hover .portrait, .post-author:hover .portrait {
    left: -60px;
	transform: rotate(-7deg);
	border-color: #E01414;
	
	border-radius: 50%;
    -moz-box-shadow: 0 0 0 5px #fff, 5px 0 1px 5px #f00, 0 0 0 12px #fff;
    -webkit-box-shadow: 0 0 0 5px #fff, 5px 0 1px 5px #f00, 0 0 0 12px #fff;
    box-shadow: 0 0 0 5px #fff, 5px 0 1px 5px #f00, 0 0 0 12px #fff;
}
.red-curved-border{
    border-radius: 50%;
    -moz-box-shadow: 0 0 0 5px #fff, 5px 0 1px 5px #f00, 0 0 0 12px #fff;
    -webkit-box-shadow: 0 0 0 5px #fff, 5px 0 1px 5px #f00, 0 0 0 12px #fff;
    box-shadow: 0 0 0 5px #fff, 5px 0 1px 5px #f00, 0 0 0 12px #fff;
}

.feature-box-black .feature-box-icon {
    color: #fff;
    background-color: #060606;
    background-repeat: no-repeat;
}
.feature-box-black .feature-box:hover .feature-box-icon, .feature-box-black .feature-box-right:hover .feature-box-icon {
    background-color: #e01414;
}

.accreditations img{
	max-width: 150px;
	border-radius: 0%;
	background-color: #fff;
	padding:3px;
}
.accreditations .portrait{
	border-radius: 0%;
	margin-left: -75px;
	box-shadow: 0 0 0 1px #e3e3e3, 0 0 1px 1px #888, 0 0 0 5px #f8f8f8;
}
.accreditations .content-box p,.accreditations .team-member-type-2 p {
    text-align: center;
    margin-bottom: 15px;
	margin-bottom: 0px;
    border-bottom: 0px solid #e01414;
    min-height: 195px;
}
.accreditations a.button {
    display: none;
}
.accreditations .content-box, .accreditations .team-member-type-2 {
    padding: 60px 20px 0px 20px;
}

.cog-tl {
    background: url(../../img/box-images/ytl-tl.png) no-repeat top left;
}

.exo-menu-BSKY a.super-link span, .exo-menu-BSKYXXX a.super-link i{
	display:none;
}

.page-title-2 .breadcrumbs-2{
    bottom: -1px;
    border: 1px solid #ccc;
	border-bottom: none;
}
.page-title-3 .breadcrumbs-2 {
    border: 1px solid #ccc;
	border-bottom: none;
}

.products-in-category .section-title .sub-heading{
	display: none;
}
.products-in-category .image-holder a:hover{
	cursor: default;
}

body.BSKY .step-icon {
    color: #363636;
	background: #f4f4f4;
}

.mega-flex {
    width: 100%;
}

.mega-flex .exo-menu{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.mega-flex .exo-menu li {
    list-style: none;
    flex-grow: 1;
    /*text-align: center;*/
}

.mega-flex .exo-menu li a {
    display: block;
}

.flex {
  	display: flex;
}
.flex-column {
	flex-direction: column;
}
.flex-row {
	flex-direction:row;
}
.flex-grow {
  	flex: 1;
}
.flex-start {
	align-self: flex-start;
}
.flex-end {
	align-self: flex-end;
}

.flex li{
	
}

.exo-menuX ul.description li span {
    display:none;
}


.feature-box-black .feature-box:hover .feature-box-icon, .feature-box-black .feature-box-right:hover .feature-box-icon {
    background-color:#060606;
}
.feature-box-black .feature-box:hover .feature-box-icon-o, .feature-box-black .feature-box-right:hover .feature-box-icon-o {
    background-color:#fff;
	color: #e01414;
}

#product-enquiry-form {			
	width: 450px;
	margin-top: 15px;
}
#product-enquiry-form label,
#product-enquiry-form label {
	padding-top: 6px;
	float: left;
	width: 111px;
	overflow:hidden;
}

#message-outcome {
	margin-right: 23px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.page-clients .post-img {
    margin-left: 0px;
}
.page-clients .blog-style-2 .post-content {
    float: left;
    margin-left: 20px;
    width: 410px;
}

.btn-arrow i {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    font-weight: 700;
    font-size: 22px;
    padding-left: 3px;
    margin-top: 12px;
}
.product-specifications td.actions{
	text-align: center;
}

.transpbgblack-25, .yandiya-flexslider .gallery-description.transpbgblack-25{
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
}
.transpbgblack-50, .yandiya-flexslider .gallery-description.transpbgblack-50{
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.transpbgblack-75, .yandiya-flexslider .gallery-description.transpbgblack-75{
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
}
.transpbgblack-80, .yandiya-flexslider .gallery-description.transpbgblack-80{
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}
.transpbgblack-85, .yandiya-flexslider .gallery-description.transpbgblack-85{
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
}
.transpbgblack-90, .yandiya-flexslider .gallery-description.transpbgblack-90{
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
}
.transpbgblack-95, .yandiya-flexslider .gallery-description.transpbgblack-95{
	background-color: rgba(0, 0, 0, 0.95);
	color: #fff;
}

.stream-portfolio li {
    margin-bottom: 8px;
}
.stream-portfolio li a {
    width:76px;
	height:76px;		
}
.stream-portfolio img{
	border: 1px solid #ccc;
}
.stream-portfolio span{
	height:81px;
}

.page-fullscreen, .page-fullscreen body, .page-fullscreen .image-gallery, .page-fullscreen .container-slider, .fullscreen-element{
	width:100%!important;
	height:100%!important;
	max-height: 100%!important;
}

.page-fullscreen .image-gallery{
	padding:0px;
	border: 0px;
}

.page-fullscreen .container-slider{
	margin-bottom: 0px;
}

.page-fullscreen .yandiya-flexslider-fullscreen .gallery-item{
	height: 100%;
}

.page-fullscreen .yandiya-flexslider-fullscreen .gallery-item img{
	height: 100%;
}

.page-fullscreen .yandiya-flexslider-fullscreen .button {
    color: #f7f7f7;
    background: #000;
}
.page-fullscreen .yandiya-flexslider-fullscreen .gallery-description {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
	font-size: 44px;
	line-height: 50px;
	max-width: 70%;
	bottom: 30px;
}

.page-fullscreen .image-gallery .flex-prev {
    left: -47px;
	color: #d5d5d5;
}
.page-fullscreen .image-gallery .flex-next {
    right: -48px;
	color: #d5d5d5;
}

.page-fullscreen .yandiya-flexslider-fullscreen .gallery-title h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 100px;
    line-height: 90px;
    font-weight: 800;
    text-shadow: 4px 4px 8px #323232;
}

.accredbox-wide img.portrait{
    left: 84px;
    max-width: 300px;
    max-height: 164px;
    width: 300px;
    max-width: none;
	object-fit: cover;
}
.accredbox-wide .member-details{
    margin-top:57px;
}
.accreditations.no-min-height p{
	min-height: 0px;
}

@media (max-width:768px){
	.box-4 .color-box {
		width: 100%;
		background-color: #e01414;
	}
	.page-home .image-gallery .gallery-title, .page-home .image-gallery .gallery-description{
		display: none;
	}
	.carousel-no-nav ul.slides {
		width: 600% !important;
		flex: 0;
		display: inline-block;
	}
	.customSelect2 .select2 {
		max-width: 185px;
		flex: 1;
		display: flex;
	}
	#product-enquiry-form .textbox {
		max-width: 185px;
		flex: 1;
		display: flex;
	}
	.reCaptchaInvisibleButton {
		margin-left: 0px;
		margin-bottom: 15px;
		max-width: 185px;
		flex: 1;
		display: flex;
	}
}

@media (max-width:960px){	
	.page-fullscreen .yandiya-flexslider-fullscreen .gallery-title h2 {
		color: #fff;
		margin-bottom: 0;
		font-size: 60px;
		line-height: 60px;
		font-weight: 800;
		text-shadow: 4px 4px 8px #323232;
	}
	.page-fullscreen .yandiya-flexslider-fullscreen .gallery-description {
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		font-size: 24px;
		line-height: 30px;
		max-width: 70%;
		bottom: 30px;
	}
}


#legal-list {
  counter-reset: section;
}
#legal-list h3.numbered:before {
  counter-increment: section;
  content: counter(section) ". ";
  margin: 0 0.5em 0 0;
}
#legal-list ol {
  counter-reset: clause;
  list-style: none outside none;
  text-indent: -2em;
}
#legal-list ol li {
  counter-increment: clause;
}
#legal-list ol li:before {
  content: counter(section) "." counters(clause, ".") ". ";
  margin: 0 0.5em 0 0.5em;
}
#legal-list .indent30{
  margin-left:30px;
}
#legal-list .indent40{
  margin-left:40px;
}
#legal-list .indent50{
  margin-left:50px;
}
#legal-list .indent60{
  margin-left:60px;
}
#legal-list .list-content{
  margin-left:50px;
  margin-bottom:20px;
}

@media only screen and (min-width: 320px) and (max-width: 480px), (max-width: 320px) {
	.main-menu-top{
		display:none!important;
	}
	.page-clients .blog-style-2 .post-content {
		width: 290px;
		margin-left: 0px;
	}
	.blog-style-2 .post-img img {
		width: 100%;
    	height: auto;
		max-width: 100%;
	}
	.accreditations .col-row{
		margin-bottom: 0px;
	}
	.accreditations .col-row::before,.accreditations .col-row::after{
		margin-bottom: 0px;
		display:block;
	}
	.accreditations .team-member-type-2 {
		margin-top: 90px;
	}
	.accredbox-wide img.portrait {
		left: 75px;
		max-width: 288px;
		max-height: 164px;
		width: 288px;
		max-width: none;
		object-fit: cover;
	}
}

p.h1red {
    font-size: 30px;
    font-weight: 300;
    color: #e01414;
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
	padding: 0;
}
p.h1red sup {
    font-size: 12px;
}

table.t1 td p{
	padding:0px;
	margin:0px;
}

.partNo {
    font-size: 16px;
    color: #999;
    font-weight: 400;
}

.price-big {
	line-height: 20px;
}

.tabs-h3-mb30 h3{
	margin-bottom:30px;
}

#footer-nav{
    float:right;
	margin-top:0px;
}
#footer-nav li:last-child {
    margin-right: 0px;
}

.tabs-side-12px .ui-tabs-nav a{
    font-size: 12px;
    
}
.tabs-side-14px .ui-tabs-nav a{
    font-size: 14px;
    
}

.gallery-h200 img{
	height:300px;
  	object-fit: cover;
	margin: 0 auto;
}

.gallery-h200 .p-item figcaption {
    border-top: 1px solid #ddd;
}

.gallery-h200 .overlay-buttons {
    width: 42px;
    margin-top: -21px;
    margin-left: -15px;
}
.gallery-h200 .has-external-link .overlay-buttons {
    width: 94px;
    margin-top: -21px;
    margin-left: -46px;
}

.new-pages {
    position: relative;
    color: red!important;
    bottom: 7px;
	right:0;
    font-size: 10px;
}

.factory-walkthrough h3{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 16px;
}
.factory-walkthrough .post-img{
	margin-left: 0px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
    font-style: normal;
    font-weight: normal;
    background: #d82626;
    color: #fff;
    padding: 20px 59px;
    border-radius: 30px;
}

.page-factory .custom-list .fa-li {
    line-height: 21px;
    margin-right: 36px;
    padding-right: 10px;
	color: #518620;
}

.page-factory .main-content-left, .page-factory .main-content-right {
    padding-bottom: 0px;
}

.extra-large-btn {
    font-size: 24px;
    padding: 18px 24px;
    text-transform: uppercase;
}

.pattern-20, .pattern-4 {
    background: url(../../img/wallpaper/10.jpg) fixed;
	background-size: cover;
}


.sytl-slider .tp-rightarrow, .sytl-slider .tp-leftarrow {
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 29px;
    margin-left: 2px;    
}
.sytl-slider .tp-rightarrow {
    right: 4px;
}
.tp-rightarrow {
    right: 24px;
}
.sytl-slider .tp-leftarrow{
	left: 2px;
}
.sytl-slider .tp-rightarrow{
	right: 4px;
}

.products-gallery h5 {
    font-size: 16px;
}

.products-gallery .p-item figcaption span {
    color: #5c5c5c;
    margin-top: -3px;
    font-size: 14px;
    display: block;
    -webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    -ms-transition: color .1s ease-in;
    transition: color .1s ease-in;
}
.products-gallery .p-item:hover figcaption span {
    color: #fff;
}

.products-gallery .p-item img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.top5pcti {
    top: 5%!important;
}
.top10pcti {
    top: 10%!important;
}
.text-normal{
	text-transform: none;
}
.lowercase{
	text-transform: lowercase;
}
.f14{
	font-size: 14px;
}
.black2, .tagline h2 span.black2{
	color: #333;
}
.bg-inverted{
	background-color: #000;
}
.global-network h3 span{
	color: #e01414;
}

.section-bg-12 {

    background: url(../img/section-bg/008.jpg) no-repeat center center;

}
.sytl-homepage #footer {
    border-top: 10px solid #0f0f0f;
}
.tweet_avatar img{float: left; }
.tweet_time {padding-left:20px; }

#status {
    background-image: url(../../img/logo.gif)!important;
}
.separator-1 {
    background: url(../../img/separators/yandiya.png) no-repeat center!important;
}

#swish-logo-fixed{
    width: 152px;
    height: 152px;
    position: absolute;
    left: 30px;
    bottom: 40px;
    background-image: url(../../img/favicomatic/apple-touch-icon-152x152.png) !important;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    /*margin: -100px 0 0 -100px;*/
	display:block;
	z-index: 11000;
	filter: opacity(0.7) drop-shadow(4px 4px 2px rgba(0,0,0,0.9));
}

.text-right{
	text-align: right;
}
.font-weight-600{
	font-weight:600;
}
.highlight-4 {
    color: #f7f7f7;
    background: #36a406;
}
.highlight-5 {
    color: #f7f7f7;
    background: #30adcf;
}
.padding-5{
	padding:5px;
}
.text-normali{
	text-transform: none!important;
}

.text-center {
    text-align: center;
}
.prabsTable th {
    text-transform: none !important;
}

.products-in-category .image-holder a:hover{
	cursor: pointer;
	cursor: hand;
}
.products-in-category .image-holder a.nofollow:hover{
	cursor: default;
}
.product img {
    display: inline;
    vertical-align: middle;
    max-height: 174px;
    min-width: 100%;
}
.sitemap-links .sitemap-content h4 {
    font-size: 14px;
    padding-left: 20px;
    font-weight: 700;
}
.sitemap-links .custom-list{
    padding-left: 40px;
}
.sitemap-links .custom-list li a{
	color: #000;
}
.sitemap-links .custom-list li a:hover{
	color: #e01414;
}

@media (min-width: 320px) and (max-width: 480px) {
  
	.HIDDEN-mob{
		display: none!important;
	}
	.grecaptcha-badge{
		display: none!important;
	}
}
.anti-icons{
	margin-bottom:30px;
}
.anti-icons .feature-box{
	padding: 10px;
	border: 1px solid #ddd;
	border-bottom:0px;
}
.anti-icons .feature-box-last {
	border-bottom: 1px solid #ddd;
}
.anti-icons .feature-box-title h4 {
    float: left;
    color: #393939;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 44px;
    font-size: 18px;
}
.anti-icons .feature-box-icon, .anti-icons .feature-box-icon-o{
	margin-right: 20px;
	font-size: 21px;
	line-height: 90px;
	text-align: center;
	width: 90px;
	height: 90px;
	color: #fff;
	background-color: #fff;
}
.anti-icons .feature-box-icon:hover, .anti-icons .feature-box-icon-o:hover{
	color: #fff;
	background-color: #fff;
}
.anti-icons .feature-box:hover .feature-box-icon-o, .anti-icons .feature-box:hover .feature-box-icon {
    background-color: #eee;
    color: #fff;
    border-color: #ccc;
}
.anti-icons .feature-box-icon img, .anti-icons .feature-box-icon-o img{
    float: left;
	width: 80px;
	height: 80px;
	padding: 2px;
	margin-left: 3px;
	margin-top: 3px;
}