
@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 300;
	src: url('../warp/vendor/uikit/fonts/fontawesome-webfont.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../warp/vendor/uikit/fonts/fontawesome-webfont.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../warp/vendor/uikit/fonts/fontawesome-webfont.ttf') format('truetype'),
		 url('../warp/vendor/uikit/fonts/FontAwesome.otf') format('otf');
}
@font-face {
    font-family: 'gillsans2';
    src: url('../fonts/GillSansMTMedium.eot');
    src: url('../fonts/GillSansMTMedium.eot') format('embedded-opentype'),
         url('../fonts/GillSansMTMedium.woff2') format('woff2'),
         url('../fonts/GillSansMTMedium.woff') format('woff'),
         url('../fonts/GillSansMTMedium.ttf') format('truetype'),
         url('../fonts/GillSansMTMedium.svg#GillSansMTLight') format('svg');
}
@font-face {
    font-family: 'avenir';
    src: url('../fonts/Avenir Medium.eot');
    src: url('../fonts/Avenir Medium.eot') format('embedded-opentype'),
         url('../fonts/Avenir Medium.woff2') format('woff2'),
         url('../fonts/Avenir Medium.woff') format('woff'),
         url('../fonts/Avenir Medium.ttf') format('truetype'),
         url('../fonts/Avenir Medium.svg#GillSansMTLight') format('svg');
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
    font-family: 'myriad';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'gothic';
    src: url('../fonts/GOTHIC.eot');
    src: url('../fonts/GOTHIC.eot') format('embedded-opentype'),
         url('../fonts/GOTHIC.woff2') format('woff2'),
         url('../fonts/GOTHIC.woff') format('woff'),
         url('../fonts/GOTHIC.ttf') format('truetype'),
         url('../fonts/GOTHIC.svg#GOTHIC') format('svg');
}
@font-face {
    font-family: 'gothicb';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}  
@font-face {
    font-family: 'lagu';
    src: url('../fonts/LaguSansRegular.eot');
    src: url('../fonts/LaguSansRegular.eot') format('embedded-opentype'),
         url('../fonts/LaguSansRegular.woff2') format('woff2'),
         url('../fonts/LaguSansRegular.woff') format('woff'),
         url('../fonts/LaguSansRegular.ttf') format('truetype'),
         url('../fonts/LaguSansRegular.svg#LaguSansRegular') format('svg'); 
}
@font-face {
    font-family: 'lagu2';
    src: url('../fonts/LaguSansRegularItalic.eot');
    src: url('../fonts/LaguSansRegularItalic.eot') format('embedded-opentype'),
         url('../fonts/LaguSansRegularItalic.woff2') format('woff2'),
         url('../fonts/LaguSansRegularItalic.woff') format('woff'),
         url('../fonts/LaguSansRegularItalic.ttf') format('truetype'),
         url('../fonts/LaguSansRegularItalic.svg#LaguSansRegularItalic') format('svg');
}
html
{
	overflow-x:hidden;
}

#tm-top-e .uk-slideset li .line2 {
  display: none;
}
.mediapage .mainIn {
  width: 100%;
}
.mediapage .tm-main {
  width: 100% !important;
}
.mediapage .pos-media.media-right {
  float: none;
  margin: 0 !important;
}
.mediapage .pos-media.media-right .uk-overlay.uk-overlay-hover img {
  aspect-ratio: 1/1;
}
.mediapage .pos-media.media-right .uk-overlay-panel.uk-overlay-background.uk-overlay-fade {
	background: linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background: -o-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	opacity: 1;
}
.mediapage .pos-media.media-right .uk-panel:hover .uk-overlay-panel.uk-overlay-background
{
	background:none;
}
.mediapage .pos-media.media-right .uk-panel {
  outline: 2px solid #000 !important;
}

.mediapage #yoo-zoo .item h1.pos-title {
  display: none;
}
.mediapage .uk-close::after {
  content: 'X' !important;
  font-weight: bold;
  color: #000;
}
.mediapage .pos-media.media-right .uk-panel .uk-icon-large.uk-icon-play-circle {
  display: block !important;
  color: #fff;
  text-decoration: none;
  font-size: 60px;
}
.mediapage  .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore){opacity:1}

.aboutus #yoo-zoo .item div.pos-description .element-textarea *, 
.aboutus .companySlider *, 
.aboutus .tm-main-bottom3 * 
{
  font-size: 16px !important;
  font-style: italic;
}

#yoo-zoo .item div.pos-description .element-textarea p, 
#yoo-zoo .item div.pos-description .element-textarea em, 
#yoo-zoo .item div.pos-description .element-textarea strong, 
#yoo-zoo .item div.pos-description .element-textarea span, 
#yoo-zoo .item div.pos-description .element-textarea ul li, 
#yoo-zoo .item div.pos-description .element-textarea ol li, 
#yoo-zoo .item div.pos-description .element-textarea th, 
#yoo-zoo .item div.pos-description .element-textarea th p, 
#yoo-zoo .item div.pos-description .element-textarea th span, 
#yoo-zoo .item div.pos-description .element-textarea th strong, 
#yoo-zoo .item div.pos-description .element-textarea td, 
#yoo-zoo .item div.pos-description .element-textarea td p, 
#yoo-zoo .item div.pos-description .element-textarea td span, 
#yoo-zoo .item div.pos-description .element-textarea td strong ,
#yoo-zoo .item div.pos-content .element-textarea p, 
#yoo-zoo .item div.pos-content .element-textarea em, 
#yoo-zoo .item div.pos-content .element-textarea strong, 
#yoo-zoo .item div.pos-content .element-textarea span, 
#yoo-zoo .item div.pos-content .element-textarea ul li, 
#yoo-zoo .item div.pos-content .element-textarea ol li, 
#yoo-zoo .item div.pos-content .element-textarea th, 
#yoo-zoo .item div.pos-content .element-textarea th p, 
#yoo-zoo .item div.pos-content .element-textarea th span, 
#yoo-zoo .item div.pos-content .element-textarea th strong, 
#yoo-zoo .item div.pos-content .element-textarea td, 
#yoo-zoo .item div.pos-content .element-textarea td p, 
#yoo-zoo .item div.pos-content .element-textarea td span, 
#yoo-zoo .item div.pos-content .element-textarea td strong
{
	font-family: lagu;
	color: #fff;
	font-size: 15px; 
}
#yoo-zoo .item div.pos-description .element-textarea h1, 
#yoo-zoo .item div.pos-description .element-textarea h2, 
#yoo-zoo .item div.pos-description .element-textarea h3, 
#yoo-zoo .item div.pos-description .element-textarea h4, 
#yoo-zoo .item div.pos-description .element-textarea h5, 
#yoo-zoo .item div.pos-description .element-textarea h6 ,
#yoo-zoo .item div.pos-content .element-textarea h1, 
#yoo-zoo .item div.pos-content .element-textarea h2, 
#yoo-zoo .item div.pos-content .element-textarea h3, 
#yoo-zoo .item div.pos-content .element-textarea h4, 
#yoo-zoo .item div.pos-content .element-textarea h5, 
#yoo-zoo .item div.pos-content .element-textarea h6 
{
	font-family: lagu2;
	color: #fff;
} 
.events #yoo-zoo .item div.pos-description h2,
.events #yoo-zoo .item div.pos-content h2
{
	font-size:21px !important;
}
.events #yoo-zoo .item div.pos-description h3,
.events #yoo-zoo .item div.pos-content h3
{
	font-size:17px !important;
}
.events #yoo-zoo .item div.pos-description h4,
.events #yoo-zoo .item div.pos-content h4
{
	font-size:13px !important;
}
.events #yoo-zoo .item div.pos-description h5,
.events #yoo-zoo .item div.pos-content h5
{
	font-size:9px !important;
}
.events #yoo-zoo .item div.pos-description h6,
.events #yoo-zoo .item div.pos-content h6
{
	font-size:5px !important;
}
#yoo-zoo .item div.pos-description .element-textarea ul , 
#yoo-zoo .item div.pos-content .element-textarea ul 
{
    padding-right: 0;
    padding-left: 15px;
}
#yoo-zoo .item div.pos-description .element-textarea ol,
#yoo-zoo .item div.pos-content .element-textarea ol
{
    padding-right: 0;
    padding-left: 15px;
}

#yoo-zoo .item div.pos-description .element-textarea a,
#yoo-zoo .item div.pos-description .element-textarea td a ,
#yoo-zoo .item div.pos-description .element-textarea th a ,
#yoo-zoo .item div.pos-content .element-textarea a,
#yoo-zoo .item div.pos-content .element-textarea td a ,
#yoo-zoo .item div.pos-content .element-textarea th a  
 {
    color: #fff;
    font-family: lagu;
    font-size: 15px;
}


#yoo-zoo .item .element-textarea table
{
	width:100%;
}

.registerDiv p {
	font-family: lagu;
	color: #fff;
	font-size: 15px;
	text-align: justify;
}

.registerDiv a
{
	height: 45px;
	border: 1px solid #fff;
	font-family: lagu;
	font-size: 16px;
	width: 99%;
	text-transform: uppercase;
	line-height: 45px;
	box-shadow: none !important;
	text-align: center;
	display: block;
	color: #fff;
}
.registerDiv a:hover
{
	background: #fff;
	color: #000;
}

body
{
	background:#1C1C1C;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.90);
    top: 0;
    left: 0;
    z-index: 1000;
	display:none;  
}
#preloaderIn
{
	width:100%;
	height:auto;
	position:absolute;
	left:50%;
	top:50%;
	transform:			translate(-50%,-50%);
	-o-transform:		translate(-50%,-50%);
	-moz-transform:		translate(-50%,-50%);
	-webkit-transform:	translate(-50%,-50%);
	text-align: center;
}
#preloaderIn img {
    width: 30%;
}
div#loaderImage
{
	margin:auto;
}
.loaderLogo {
    background: url("../images/nb/plogo.png") no-repeat 0 0;
    width: 50px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 10;
    margin-top: 27px;
}

.cssload-thecube {
	width: 51px;
	height: 51px;
	margin: 0 auto;
	margin-top: 34px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(110,110,110);
	animation: cssload-fold-thecube 1.92s infinite linear both;
		-o-animation: cssload-fold-thecube 1.92s infinite linear both;
		-ms-animation: cssload-fold-thecube 1.92s infinite linear both;
		-webkit-animation: cssload-fold-thecube 1.92s infinite linear both;
		-moz-animation: cssload-fold-thecube 1.92s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.235s;
		-o-animation-delay: 0.235s;
		-ms-animation-delay: 0.235s;
		-webkit-animation-delay: 0.235s;
		-moz-animation-delay: 0.235s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.48s;
		-o-animation-delay: 0.48s;
		-ms-animation-delay: 0.48s;
		-webkit-animation-delay: 0.48s;
		-moz-animation-delay: 0.48s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 0.715s;
		-o-animation-delay: 0.715s;
		-ms-animation-delay: 0.715s;
		-webkit-animation-delay: 0.715s;
		-moz-animation-delay: 0.715s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(94px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(94px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(94px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(94px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(94px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(94px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(94px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(94px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(94px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(94px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(94px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(94px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(94px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(94px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(94px) rotateY(180deg);
		opacity: 0;
	}
}
#tm-main-bottom .uk-width-1-1 {
    padding: 0;
}
.tm-navbar {
    height: 100px;
	/*background: rgba(27,27,27,.9);*/
	background:none;
	
	/*background:linear-gradient(rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.6) ,rgba(255,255,255,0) );
	background:-o-linear-gradient(rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.6) ,rgba(255,255,255,0) );
	background:-moz-linear-gradient(rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.6) ,rgba(255,255,255,0) );
	background:-webkit-linear-gradient(rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.6) ,rgba(255,255,255,0) );*/
    border: none;
    margin: 0; 
	
	
	
}
.homepage .tm-navbar
{
	position: fixed;
	top: 24px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.tm-navbar .line {
    display: none;
}
.line
{
	height: 1px;
        background-color: #E6E6E6;
        width: 100%;
        margin: 0 auto;
        background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -o-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -moz-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -webkit-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -ms-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white) );
}
.uk-navbar {
    background: none;
    height: 100px;
}
.tm-headerbar {
    padding: 0;
    max-width: 100%;
    height: 100px;
}
.rightDiv {
    width: 300px;
    float: right;
    
}
.homepage .mainmenu .uk-navbar-nav > li:first-child {
    display: none;
}
.mainmenu .uk-navbar-nav > li:last-child a {
    padding-right: 2px;
}
.mainmenu {
    float: right;
    margin-right: 100px;
}
.mainmenu .uk-navbar-nav > li > a {
    font-family: lagu;
    text-transform: capitalize;
    color: #fff;
    padding: 0 17px;
    height: 100px;
    line-height: 100px;
}
.mainmenu .uk-navbar-nav > li:hover > a, 
.mainmenu .uk-navbar-nav > li.uk-active > a {
    color: #8d8d8d;
}
.mainmenu .uk-dropdown .uk-nav.uk-nav-navbar > li > a {
    font-family: lagu;
	text-transform: capitalize;
	font-size: 15px;
	color: #000;
    padding: 5px 30px;
}
.mainmenu .uk-dropdown .uk-nav.uk-nav-navbar > li:hover > a,
.mainmenu .uk-dropdown .uk-nav.uk-nav-navbar > li.uk-active > a
{
	/*color:#000;
	background:#505254;*/
	text-decoration: underline;
}
.mainmenu .uk-dropdown {
    margin: 0;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 			7px;
    -o-border-radius: 		7px;
    -moz-border-radius: 	7px;
    -webkit-border-radius: 	7px;
}
.mainmenu .uk-dropdown .uk-dropdown-grid {
    margin: 0;
}
.mainmenu .uk-dropdown .uk-dropdown-grid .uk-width-1-1 {
    padding: 0;
}
.mainmenu .uk-dropdown .uk-dropdown-grid .uk-width-1-1 .uk-nav.uk-nav-navbar {
    margin: 0;
}
.mainmenu .uk-dropdown .uk-dropdown-grid .uk-width-1-1 .uk-nav.uk-nav-navbar > li > a {
    padding: 7px 5px 7px 13px;
	/*border-bottom: 1px solid #636668;*/
}
.mainmenu .uk-dropdown:not(.uk-dropdown-small) .uk-nav-dropdown > li:first-child,.mainmenu .uk-nav-navbar > li:first-child
{
	margin-top:0;
}
.mainmenu .uk-dropdown:not(.uk-dropdown-small) .uk-nav-dropdown > li:last-child,.mainmenu .uk-nav-navbar > li:last-child
{
	margin-bottom:0;
}
.mainmenu .uk-dropdown .uk-nav.uk-nav-navbar .uk-nav-sub {
    padding: 5px 26px;
    list-style: disc;
    color: #fff;
}
.mainmenu .uk-dropdown .uk-nav.uk-nav-navbar .uk-nav-sub > li > a {
    font-family: lagu;
    color: #fff;
    font-size: 14px;
}
.mainmenu .uk-dropdown .uk-nav.uk-nav-navbar .uk-nav-sub > li:hover > a ,
.mainmenu .uk-dropdown .uk-nav.uk-nav-navbar .uk-nav-sub > li.uk-active > a 
{
	/*color:#000;*/ 
	background:#505254;
}
.mainmenu .uk-nav-navbar > li:last-child a
{
	border:none;
}
.mainmenu .uk-dropdown .uk-nav.uk-nav-navbar .uk-nav-sub:hover {  
  background: #505254;
}
.mainmenu .uk-dropdown .uk-dropdown-grid .uk-width-1-1 .uk-nav.uk-nav-navbar > li.uk-parent a {
    border: none;
}
#tm-top-a .uk-overlay-panel.uk-overlay-left p {
    text-align: right;
    background: none;
    margin: 0 !important;
}
.tm-toolbar {
    height: 25px;
    background: #000;
	padding: 0;
	width: 100%;
}
.tm-toolbar .uk-container {
    padding: 0;
    max-width: 100%;
}
.langswitch {
    width: auto;
    float: right;
    padding-left: 0;
	opacity: 1;
	margin-right: 100px;
}

.langswitch ul {
    direction: rtl;
    text-align: left;
}
 
.langswitch li a {
    font-family: lagu;
    color: #9fa0a0;
    font-size: 14px;
	font-weight: bold;
}
.langswitch li.lang-active a {
    color: #fff;
    font-weight: bold;
}
.toolbarmenu {
  float: right;
  width: 70%;
}
.toolbarmenu ul.uk-nav {
  text-align: right;
}
.toolbarmenu ul.uk-nav > li {
  display: inline-table;
  margin: 0 10px;
}
.toolbarmenu ul.uk-nav > li > a
{
    padding: 0;
    font-family: lagu;
    color: #fff;
    font-size: 12px;
	text-transform:capitalize;
}
.toolbarmenu ul.uk-nav > li:hover > a, 
.toolbarmenu ul.uk-nav > li.uk-active > a  
{
    color: #B0B0B0;
}
.toolbarmenu ul.uk-nav > li.uk-active div
{
	overflow:hidden !important;
	height:0 !important;
}
.toolbarmenu ul.uk-nav > li.uk-open div
{
	overflow:visible !important;
	height:auto !important;
	z-index: 1000;
}
.toolbarmenu .uk-nav-sub {
    width: 150px;
    position: absolute;
    left: 0;
    background: #414345;
    z-index: 10;
    border: 1px solid #000;
    top: 0;
    text-align: left;
	padding:0 !important;
}
.toolbarmenu .uk-nav-sub li a {
    color: #fff;
    font-family: lagu;
    text-transform: capitalize;
	font-size: 13px;
	border-bottom:1px solid #636668;
	padding: 5px 5px 5px 12px;
	
}
.toolbarmenu .uk-nav-sub li:hover a , 
.toolbarmenu .uk-nav-sub li.uk-active a
{
/*	color:#000;*/
	background:#505254;
}
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "\f104";
  width: 22px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}
.uk-nav-parent-icon > .uk-parent > a::after 
{
	content: "\f105";
}
.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  content: "\f107";
}

.tm-navbar.scrollnavbar 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    height: 80px;
	/*border-bottom: 1px solid #B0B0B0;*/
	background: #1C1C1C;
}
.tm-toolbar.scrollnavbar 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    height: 25px;
	/*border-bottom: 1px solid #B0B0B0;*/
}
.lazy-loaded {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
}
.lazy-hidden {
    opacity: 0;
}
.tm-navbar.scrollnavbar .uk-navbar,
.tm-navbar.scrollnavbar .uk-navbar .tm-headerbar
{
	height:80px;
}
/*.tm-navbar.scrollnavbar .uk-navbar {
    box-shadow: 0 0px 20px 0 #5b5b5b;
}*/
.tm-navbar.scrollnavbar .tm-logo
{
	margin-top:17px;
}
.tm-navbar.scrollnavbar .mainmenu .uk-navbar-nav > li > a {
    height: 80px !important;
    line-height: 80px !important;
}
.socialmenu {
    width: 120px;
    float: right;
    height: 25px;
	margin-right:15px;
	opacity : 1;
}
.socialmenu li a:before, 
.socialmenu li a:after 
{   
	font-family: Flaticon;
    font-size: 18px;
	font-style: normal;
	color:#fff;
	display:none;
}
.socialmenu li a i
{
	color:#fff;
}
.socialmenu li:hover a i
{
	color:#ccc;
}
.socialmenu ul li a.fb, 
.socialmenu ul li a.tw 
{
    margin-left: 0px;
}
.socialmenu li a.fb:before { content: "\f105"; }
.socialmenu li a.tw:before { content: "\f104"; }
.socialmenu li a.insta:before { content: "\f100"; }

.socialmenu li img {
    display: none;
}
.socialmenu ul {
    text-align: center;
	direction: rtl;
}
.socialmenu ul li {
    display: inline-table;
    margin: 0 2px;
}
.socialmenu ul li a {
    padding: 0;
}

.socialmenu li:hover a:before, 
.socialmenu li:hover a:after 
{
	color:#ccc;
}

.topasocial{
	position: absolute;
	bottom: 100px;
	left: 100px;
	z-index: 1;
	padding: 200px 0 0;
	background:url("../images/nb/topsocialbg.png") no-repeat 50% 0;
	
}
.topasocial ul li:first-child,
.topasocial ul li:last-child
{
	display:none;
}
.topasocial ul li a img
{
	display: inline-block !important;
	width: 14px;
}
.tm-logo {
    width: 143px;
	height: 47px;
    display: block;
    margin-left: 80px !important;
    float: left;
    margin-top: 35px;
}
.uk-navbar-toggle::after,
.uk-navbar-toggle::before
{
	content:none;
}
.uk-navbar-toggle {
    width:31px;
    height: 30px;
    padding: 0;
    margin-left: 60px;
}
.uk-navbar-toggle span
{
	width:0;
	height:5px;
	display:block;
	background:#b2060c;
	margin-bottom:4px;
	
}
#tm-top-a {
    margin: 0;
	padding-bottom:0;
	position:relative;
	width: 100%;
}
#tm-top-a .uk-width-1-1 {
    padding: 0;
    float: none;
}
#tm-top-a .uk-panel {
    padding: 0;
    box-shadow: none;
}
#tm-top-a .uk-slideshow > li > img 
{
    /*height: 1080px !important;*/
    object-fit: fill;
}
#tm-top-a .uk-slideshow, 
#tm-top-a .uk-slideshow > li 
{
    height: 900px !important;
}

#tm-top-a li:hover .uk-cover-background
{
	filter:saturate(0.7) brightness(0.7) contrast(.85);
}
#tm-top-a .uk-cover-background
{
	background-position: 50% 0 !important;
	filter: saturate(0) brightness(0.4) contrast(.85);
}

#tm-top-a .uk-slideshow li .uk-overlay-panel .uk-margin {
	width: 740px !important;
	margin: auto;
	position: relative;
	text-align: justify;
	font-family: lagu;
	font-size: 12px;
	color: #fff;
	line-height: 19px;
}
#tm-top-a .uk-slideshow li .uk-overlay-panel .uk-margin h2 {
	font-family: lagu2;
	text-transform: capitalize;
	color: #fff;
	font-size: 75px;
	float: right;
	line-height: 75px;
	margin-left: 10px;
}
#tm-top-a .uk-slideshow li .uk-overlay-panel .uk-margin h2 span {
  display: block;
  margin-left: 145px;
}
#tm-top-a .uk-slideshow li .uk-overlay-panel > div p {
  background: none;
  float: left;
  margin:0;
}

#tm-top-a .uk-slideshow li .uk-overlay-panel > div p a.uk-button {
  background: none;
  font-family: lagu;
  color: #fff;
  padding: 0;
  font-size: 12px;
  box-shadow: none;
}
#tm-top-a .uk-position-relative
{
	padding-bottom:50px;
}
#tm-top-a .uk-dotnav > * > *
{
	/*background:url("../images/nb/nav.png") no-repeat 0 0;*/
	width:13px;
	height:13px;
	background: #fff;
	border: 1px solid #aeacac;
}
#tm-top-a .uk-dotnav > .uk-active > *
{
	background:rgba(174,172,172,0.5);
}
#tm-top-a .uk-slidenav.uk-slidenav-contrast
{
	color:#ccc;
	font-size:45px;
}
#tm-top-a .uk-overlay-panel.uk-overlay-left 
{
    width: 30%;
    top: 50%;
	left:70px;
	margin-top:-100px;
}

#tm-top-a .uk-overlay-panel.uk-overlay-left p a {
    background: none;
    box-shadow: none;
    color: #707070;
    font-family: lagu;
	
	min-height: 20px !important;
	padding: 0 ;
	font-size: 10px;
	line-height: 20px;
}
#tm-top-a .uk-overlay-panel.uk-overlay-left .uk-margin {
    font-family: lagu;
    font-size: 15px;
    color: #909090;
    font-size: 13px;
	margin: 0;
}
#tm-top-a .uk-overlay-panel.uk-overlay-left .uk-margin img {
    display: block;
    margin-bottom: 40px;
}
.topaMask
{
	position:absolute;
	top:0;
	left:69px;
	width:11px;
	background:url("../images/nb/sideline3.png") no-repeat; 
	background-position-x: 0;
	background-position-y: 0%;
	background-size: 11px 100%;
	padding:0;
	z-index:10;
	display: none;
}
.uk-panel::before, .uk-panel::after ,
.uk-grid::before, .uk-grid::after
{
	content:none !important;
}
#tm-top-a .uk-overlay-panel.uk-overlay-bottom {
    width: 300px;
    margin: auto;
}

#tm-top-b {
    padding: 0;
    margin: 0;
	/*background:url("../images/nb/slidebg.png") no-repeat 66px 0;
	height:194px; */
	position:relative;
	background:url("../images/nb/topbBg.jpg") no-repeat 0 0;
	height:710px; 
}
.topbMask1
{
	position:absolute;
	top:0;
	left:69px;
	width:11px;
	background:url("../images/nb/topbmask1.png") no-repeat; 
	background-position-x: 0;
	background-position-y: 0%;
	background-size: 11px 0%;
	padding:0;
	z-index:10;
	height:156px;
	display: none;
}
.topbMask2
{
	position:absolute;
	top:150px;
	left:69px;
	width:calc(50% - 69px);
	background:url("../images/nb/topbmask2.png") no-repeat; 
	background-position-x: 0;
	background-position-y: 0%;
	background-size: 100% 0%;
	padding:0;
	height:11px;
	z-index:10; 
	display: none;
}
.topbMask3
{
	position:absolute;
	top:160px;
	left:calc(50% - 11px);
	width:11px;
	background:url("../images/nb/topbmask3.png") no-repeat; 
	background-position-x: 0;
	background-position-y: 0%;
	background-size: 11px 0%;
	padding:0;
	z-index:10;
	height:64px;
	display: none;
}
#tm-top-b .uk-width-1-1 {
    padding: 0;
}

#tm-top-b .uk-panel.uk-panel-box {
    padding: 0;
    box-shadow: none;
	background:none;
}
#tm-top-b .zoo-item-list div.description {
    margin: 0;
}
#tm-top-b .zoo-item-list {
    width: 800px;
    /*min-height: 100px;
	height:auto !important;*/
    margin: 30px auto;
}
#tm-top-b p.title {
  font-family: lagu;
  text-transform: uppercase;
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  width: 330px;
  margin-top: 100px;
  line-height: 32px;
  letter-spacing: 2px;
}
#tm-top-b .zoo-item-list div.description .element > div {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 50px;
}
#tm-top-b .zoo-item-list div.description .element > div p {
	font-family: lagu;
	font-size: 14px;
	width: 330px;
	float: right;
	/*text-align: justify;*/
	line-height: 23px;
	color: #fff;
}

#tm-top-b .zoo-item-list div.description h3 {
  float: right;
  font-family: lagu;
  color: #fff;
  font-size: 20px;
}
#tm-top-b .zoo-item-list div.description h3 strong {
  font-size: 30px;
}
#tm-top-b .zoo-item-list div.description h3:nth-child(2) {
  margin-left: 150px;
} 
#tm-top-c {
    margin: 0;
    padding: 0;
    height: 530px;
}
#tm-top-c .uk-width-1-1 {
    padding: 0;
}

#tm-top-c .uk-panel.uk-panel-box {
    padding: 0;
    box-shadow: none;
	background:none;
}
#tm-top-c .zoo-item-list {
    width: 1152px;
    margin: auto;
}
#tm-top-c .zoo-item-list li {
    width: 46%;
    border-top: none;
    display: inline-table;
   /* border-left: 11px solid #6d6e71;*/
	/*background: url("../images/nb/topcline1.png") no-repeat 0 -500px;*/
    padding: 0 0 0 30px;
	margin:0;
}

#tm-top-c .zoo-item-list li .media img {
    border: 8px solid #6d6e71;
}
#tm-top-c .morenews {
    width: 1124px;
    margin: 0 auto;
    height: 30px;
    /*border-left: 11px solid #6d6e71;*/
    font-family: lagu;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    line-height: 30px;
	font-weight: bold;
}
#tm-top-c .zoo-item-list li p.title {
    display: inline-block;
    margin: 0 0 0 10px;
}
#tm-top-c .zoo-item-list li p.title a {
    /*font-family: gillsans2;*/
    font-family: lagu;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
 
}

#tm-top-c .zoo-item-list li:nth-child(3), 
#tm-top-c .zoo-item-list li:nth-child(4) 
{
    padding-top: 30px;
	padding-bottom: 20px;
}
#tm-top-c .zoo-item-list li .description {
    margin-right: 0;
    padding-left: 10px;
    height: 127px;
    overflow: hidden;
}
#tm-top-c .zoo-item-list li .description .element p {
    font-family: lagu;
    font-size: 14px;
    color: #6d6e71;
    text-align: justify;
    line-height: 21px;
	margin: 0;
}
.centersection {
	/*height: 540px;
	border-top: 1px solid #373737;*/
	margin-bottom: 100px;
	height:270px;
	display:none;
}

.centersection .description {
	margin: 20px auto auto !important;
	width: 800px;
}
.centersection .zoo-item-list div.description table {
	width: 100%;
	display: none;
}
.centersection .zoo-item-list div.description table td {
	text-align: center;
	width: 50% !important;
}
.centersection .description .element
{ 
	background:url("../images/nb/arrow1.png") no-repeat 93% 96%;
	padding-bottom: 20px;
}
.centersection .description .element p {
  font-family: lagu;
  color: #fff;
  width: 290px;
  font-size: 15px;
  margin-left: 60px;
  margin-top: 30px;
}
.centermenu {
	height: 300px;
	margin-bottom: 100px;
}
.centermenu ul.uk-nav {
	text-align: center;
	width: 850px;
	margin: auto;
}
.centermenu ul.uk-nav li {
	display: inline-table;
	margin: 0 7px;
	text-align: left;
}
.centermenu ul.uk-nav li a
{
	width: 148px;
	height: 252px;
	background-size: cover !important;
	line-height: 436px;
	font-family: lagu;
	text-transform: capitalize;
	font-size: 16px;
	color: #fff;
	padding-left: 50px;
}

.centermenu ul.uk-nav li a.showroomlink
{
	background:url("../images/nb/showroomlink.jpg") no-repeat 0 0;
}
.centermenu ul.uk-nav li a.materialLink
{
	background:url("../images/nb/materiallink.jpg") no-repeat 0 0;
}
.centermenu ul.uk-nav li a.customLink
{
	background:url("../images/nb/customlink.jpg") no-repeat 0 0;
}
.centermenu ul.uk-nav li a.warrantyLink
{
	background:url("../images/nb/warrantylink.jpg") no-repeat 0 0;
}
.homepage #tm-main {
    display: none;
}
#tm-bottom-a {
    margin: 0;
    padding: 0;
    height: 205px;
}
#tm-bottom-a .uk-width-1-1 {
    padding: 0;
}
#tm-bottom-a .uk-panel.uk-panel-box {
    margin: auto;
    padding: 0;
    background: none;
    box-shadow: none;
	width:1104px;
}
#tm-bottom-a .zoo-item-list,
#tm-bottom-a h3.uk-panel-title 
{
    width: 1104px;
    margin: auto;
}


#tm-bottom-a h3.uk-panel-title {
    font-family: lagu;
    text-transform: capitalize;
    font-size: 17px;
    color: #000;
    margin-bottom: 3px;
	font-weight: bold;
}
#tm-bottom-a .description .element-textarea p {
    font-family: lagu;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    height: 155px;
    overflow: hidden;
}
#tm-bottom-b {
    margin: 0;
    padding: 0;
    height: 244px;
}
#tm-bottom-b .uk-width-1-1 {
    padding: 0;
}
#tm-bottom-b .uk-panel.uk-panel-box {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
}
#tm-bottom-b .zoo-item-list {
    width: 1104px;
    margin: auto;
    /*border-left: 11px solid #6d6e71;*/
	/*background: url("../images/nb/topcline1.png") no-repeat 0 -500px;*/
    padding-left: 0;
}
#tm-bottom-b .titleDivIn
{
    width: 1140px;
    margin: auto;
	padding-top: 5px;
}


#tm-bottom-b .titleDiv 
{ 
	background:url("../images/nb/whytitlebggg.png") repeat-x 0 50%;
	height:30px;
	margin-bottom:12px;
}
#tm-bottom-b .titleDivIn .titleIn2 {
    background: #fff;
    width: max-content;
    padding: 0 16px;
}
#tm-bottom-b h3.uk-panel-title
 {
    font-family: lagu;
    text-transform: capitalize;
    font-size: 17px;
    background: #000;
	color:#fff;
    margin-bottom: 0;
	display:inline;
	padding: 4px 6px;
}
#tm-bottom-b .description .element-textarea p {
    font-family: lagu;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    height: 155px;
    overflow: hidden;
	margin:0;
}
#tm-bottom-b .zoo-item-list li .description {
    margin: 0;
}
#tm-bottom-b .description .element-textarea p strong {
    font-weight: bold;
	color: #000;
	font-family: lagu;
	font-size: 15px;
}
a.btn.jmodedit {
    display: none !important;
}   

.editTicket {
    width: 1000px;
    margin: auto;
	overflow-x: hidden;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search
{
	display:none !important;
}
.chzn-container {
    width: 220px !important;
}

.ticketStatusss label {
    float: left;
    font-family: lagu;
    margin-right: 10px;
    font-size: 15px;
    color: #B2060C;
}

.ticketStatusss {
    margin-top: 20px;
    font-family: lagu;
    color: #000;
    text-transform: capitalize;
}
.ticketTile {
    font-family: lagu;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    height: 30px;
    line-height: 30px;
}
.editTicket .mUser {
    margin-top: 10px;
    padding-left: 30px;
    font-family: lagu;
    color: #b2060c;
    font-size: 18px;
    text-transform: uppercase;
	background:url("../images/nb/userr.png") no-repeat 0 50%;
	height: 24px;
	line-height: 32px;
}
.datetimediv {
    padding-left: 30px;
	background:url("../images/nb/clock1.png") no-repeat 0 50%;
	margin-top: 8px;
	height:30px;
}

.mDate {
    float: left;
    margin-right: 10px;
    font-family: lagu;
    font-size: 16px;
    color: #000;
    height: 30px;
    line-height: 30px;
}
.mTime {
    font-family: lagu;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
	float: right;
}
.mContent textarea {
    width: 979px !important;
    min-height: 150px !important;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px 0px #ccc inset;
    border-radius: 15px;
    font-family: lagu;
    font-size: 16px;
    color: #000;
	overflow:hidden;
}
.mContent textarea.myMsg {
    background: #ffe9e9;
    box-shadow: none;
    border: 1px solid #cca9a9;
}

.mContent {
    margin-top: 20px;
}
.sendMsg {
    width: 1000px;
    margin: 30px auto 150px;
} 
.ticketStatus {
    margin-top: 10px;
}
.ticketStatus label {
    float: left;
    margin-right: 20px;
    font-family: lagu;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.newusermsg {
    background: #ececec !important;
    border: 1px solid #ccc !important;
    font-family: lagu !important;
    font-size: 16px !important;
    color: #000 !important;
	border-radius: 			8px !important;
	-o-border-radius: 		8px !important;
	-moz-border-radius: 	8px !important;
	-webkit-border-radius: 	8px !important;
}
.newmsg {
    width: 979px !important;
    height: 220px !important;
	overflow:hidden;
    background: #ececec !important;
    border: 1px solid #ccc !important;
    padding: 10px;
    font-family: lagu;
    font-size: 16px;
    color: #000;
	border-radius: 			10px ;
	-o-border-radius: 		10px ;
	-moz-border-radius: 	10px ;
	-webkit-border-radius: 	10px ;
}
.submitMsg {
    background: #b2060c;
    border: 1px solid #b2060c;
    height: 35px;
    width: 200px;
    font-family: lagu;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
	border-radius: 			7px ;
	-o-border-radius: 		7px ;
	-moz-border-radius: 	7px ;
	-webkit-border-radius: 	7px ;
}
.sendMsg .dropzone {
    background: #ececec;
    width: 100%;
    font-family: lagu;
    font-size: 17px;
    color: #000;
	border-radius: 			10px ;
	-o-border-radius: 		10px ;
	-moz-border-radius: 	10px ;
	-webkit-border-radius: 	10px ;
}
.ticketList {
    width: 880px;
    margin: auto;
}


#tm-main {
    margin: 0;
}
.mainIn {
    padding: 30px 0 0;
	width: calc(100% - 140px);
    margin: 0 auto;
	position:relative;
	/*background:url("../images/nb/sideline3.png") no-repeat; */
	background-position-x: 0;
	background-position-y: 0%;
	background-size: 11px 100%;
}
.collection .mainIn
{
	padding:0 !important;
	width:100% !important;
	margin:0 !important;
}

.bottomLine {
    position: absolute;
    /*background: url("../images/nb/bottomlline.png") no-repeat #fff;*/
    width: 100%;
    left: 0;
    bottom: 0;
    height: 86px;
    background-position: calc(50% - 442.5px);
	background: #fff;
	display:none;
}

.company .tm-main 
{
    width: calc(100% - 330px);
    float:  left !important;
}
.collection .tm-main 
{
    /*width: calc(100% - 330px);
    /*float:  left !important;*/
	width:100%;
	margin:auto;
}
.collection #yoo-zoo .details {
  display: none;
}
#tm-content {
    background: none;
    box-shadow: none;
    padding:30px 0 50px;
}
.collection #tm-content 
{
	padding-top:0;
}
#yoo-zoo div.box-1 {
    border: none;
    background: none;
}
#tm-sidebar-a {
    width: 300px;
    float: left;
}
#tm-sidebar-a .uk-panel {
    background: none;
    box-shadow: none;
	padding-left: 10px;
}
#yoo-zoo {
    padding-bottom: 50px;
}

#tm-sidebar-a .uk-nav-side a {
    font-family: lagu;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 10px 0 0 18px;
	background:url("../images/nb/sidemneubg2.png") no-repeat 0 80%;
	
}
#tm-sidebar-a .uk-nav-side li:hover a,
#tm-sidebar-a .uk-nav-side li.uk-active a
{ 
	color:#757373;
}
#tm-sidebar-a h3.uk-panel-title {
    font-family: lagu2;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
	/*background:url("../images/nb/companytitle2.png") no-repeat 0 50%;*/
	padding-left: 0;
	margin-bottom: 40px;
	
}

.company #yoo-zoo .item div.pos-media .element-image img {
    width: 100%;
    /*height: 291px;*/
	height: 437px;
	object-fit: cover; 
}
.company #yoo-zoo .item h1.pos-title {
    display: none;
}
.company #yoo-zoo .item div.pos-media {
    
	float: none;
    margin: 70px 0 50px;
}
.company #yoo-zoo .item div.pos-description .element-textarea {
    margin: 0;
}

.company #yoo-zoo .item div.pos-description .element-textarea h2 {
    font-family: lagu2;
    font-size: 19px;
    color: #fff;
    margin: 0;
	line-height:31px;
}
.company #yoo-zoo .item div.pos-description .element-textarea h2 strong {
    color: #b2060c;
    font-weight: normal;
}

.company #yoo-zoo .item div.pos-description .element-textarea p {
    font-family: lagu;
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 28px;
    text-align: justify;
}


#tm-main-bottom {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 525px;
}
#tm-main-bottom .uk-panel.uk-panel-box {
    padding: 0;
    background: none;
    box-shadow: none;
}
.awards #yoo-zoo .item .pos-title {
    display: none;
}
.awards #yoo-zoo .item div.pos-media {
    float: none;
    margin: 0;
}
.awards #yoo-zoo .item div.pos-media .uk-slideset-nav li {
    margin: 0 3px !important;
}
.awards #yoo-zoo .item div.pos-media  .uk-dotnav > * > *
{
	/*background:url("../images/nb/nav.png") no-repeat 0 0;*/
	background:#fff;
	width:13px;
	height:13px;
	border: 1px solid #aeacac;
}
.awards #yoo-zoo .item div.pos-media .uk-dotnav > .uk-active > *
{
	background:rgba(174,172,172,0.5);
}

.awards #yoo-zoo .item div.pos-description .element-textarea p {
    font-family: lagu;
    font-size: 15px;
    color: #fff;
}

.awards #yoo-zoo .item div.pos-description .element-textarea p:first-child {
    margin-bottom: 40px !important;
}
.awards #yoo-zoo .item div.pos-description .element-textarea h3 {
    font-family: lagu2;
    font-size: 40px;
    color: #fff;
	background: #595858;
    height: 40px;
    line-height: 35px;
    padding-left: 12px;
}
.awards #yoo-zoo .item div.pos-description .element-textarea h4 {
    float: left;
    height: 60px;
    line-height: 60px;
    font-family: lagu2;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 15px 0 40px;
	width: 80px;
	text-align: center;
}
.awards #yoo-zoo .item div.pos-description .element-textarea h5 {
    background: url("../images/nb/awardtextbgg.png") no-repeat 0 50%;
    height: 60px;
    line-height: 60px;
    font-family: lagu2;
    font-size: 15px;
    color: #fff;
    display: table;
    margin: 0;
    padding-left: 20px;
}
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(8) h5:nth-child(4) ,
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(8) h5:nth-child(7)
{
    margin-left: 135px;
}
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(8) h4:nth-child(5) {
    margin-left: 40px;
}
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(9) h4:nth-child(4) {
    margin-left: 40px;
}
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(9) h5:last-child ,
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(10) h5:last-child ,
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(11) h5:nth-child(4)
{
    margin-left: 135px ;
}
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(11) h5:last-child {
    margin-left: 135px;
}
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(8) *:not(:first-child), 
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(9) *:not(:first-child), 
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(10) *:not(:first-child), 
.awards #yoo-zoo .item div.pos-description .element-textarea div:nth-child(11) *:not(:first-child)
{
	height:40px;
	line-height:40px;
}

.collection #yoo-zoo .item .cdescDiv .element-gallery {
    margin-top: 20px;
}
#yoo-zoo .item {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.history #yoo-zoo .item .floatbox {
   
	margin-left: 3.5%;
	float:left;
}
.history #yoo-zoo .item div.pos-description .element-textarea 
{
    margin: 0;
}
.history #yoo-zoo .item h1.pos-title 
{
    font-family: lagu2;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    text-align: right;
	font-size: 23px;
	background:url("../images/nb/historyentitle.png") no-repeat 100% 5px;
	height:103px;
	padding-right: 394px;
	margin:0;
	line-height: 20px;
}

.history #yoo-zoo .item div.pos-description .element-textarea > div:first-child
{
	/*background:url("../images/nb/historyen01.png") no-repeat 0 0;*/
	height: 125px;
}
.history #yoo-zoo .item div.pos-description .element-textarea > div
{
	position:relative;
}
.history #yoo-zoo .item div.pos-description .element-textarea div:first-child div
{
	background:url("../images/nb/historyen011.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 11px;
}
.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(2) div,
.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(4) div
{
	background:url("../images/nb/historyen011.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 11px;
}
.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(3) div
{
	background:url("../images/nb/historyen011.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 11px;
}
.history #yoo-zoo .item div.pos-description .element-textarea div:first-child h1 ,
.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(3) h1 
{
    margin: 0;
    float: left;
    display: block;
	height: 113px;
	background:url("../images/nb/historyen012.png") no-repeat 0 10px ;
}

.history #yoo-zoo .item div.pos-description .element-textarea div h1 strong
{
	font-family: lagu;
    font-size: 51px;
    height: 47px;
    color: #fff;
    line-height: 47px;
    padding: 0 5px;
	background:#6d6e71;
	font-weight:normal;
	margin: 80px 20px 0 25px;
	display: block;
}
.history #yoo-zoo .item div.pos-description .element-textarea div:first-child p {
    float: left;
    width: 250px;
    font-family: lagu;
    font-size: 15px;
    margin-top: 87px;
	text-transform: capitalize;
	color: #333334;
	line-height: 20px;
}

.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(2) 
{
    /*background: url("../images/nb/historyen02.png") no-repeat 0 0;*/
    height: 136px;
	float:right;
	width: 50%;
	margin-top: -30px;
}
.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(2) h1 ,
.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(4) h1 
{
    margin: 0;
    float: right;
    display: block;
	height: 113px;
	background:url("../images/nb/historyen013.png") no-repeat 100% 10px ;
}

.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(2) p
{
    float: right;
    width: 240px;
    font-family: lagu;
    font-size: 15px;
    margin-top: 98px;
	color:#333334;
	text-transform:capitalize;
}
.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(3) 
{
    /*background: url("../images/nb/historyen03.png") no-repeat 0 0;*/
    min-height: 136px;
	float:left;
	width: 50%;
	margin-top: 70px;
}

.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(3) p
{
    float: left;
    width: calc(100% - 237px);
    font-family: lagu;
    font-size: 15px;
    margin-top: 77px;
	line-height:19px;
	text-transform: capitalize;
	color: #333334;
}
.custom #yoo-zoo .item div.pos-specification p.filmBg video {
    object-fit: fill;
}
.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(4) 
{
    /*background: url("../images/nb/historyen02.png") no-repeat 0 0;*/
    height: 151px;
	float:right;
	width: 50%;
	margin-top: 70px;
}

.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(4) p:last-child
{
	margin:0;
}
.history #yoo-zoo .item div.pos-description .element-textarea div:nth-child(4) p {
    /*float: right;*/
    width: calc(100% - 167px);
    font-family: lagu;
    font-size: 15px;
    margin-top: 80px;
    margin-bottom: 0;
    text-align: right;
    line-height: 17px;
	text-transform: capitalize;
	color: #333334;
}
.history #yoo-zoo .item .floatbox .box-1 {
    padding-right: 0;
    padding-left: 0;
}

.contact .tm-main {
    width: 95%;
    margin: auto;
    float: none;
}
.contact #yoo-zoo .item div.pos-description.doubleDesc {
    float: left;
    width: calc(50% - 65px);
	margin-right: 96px;
}
.contact #yoo-zoo .item div.pos-description2{
    float: left;
    width: calc(50% - 65px);
}
.contact #yoo-zoo .item div.pos-description .element-image {
    margin: 0;
}
/*.contact #yoo-zoo .item div.pos-description .element-image:first-child img ,
.contact #yoo-zoo .item div.pos-description2 .element-image:first-child img 
{
    width: 100%;
}*/

.contact #yoo-zoo .item h1.pos-title
{
	font-family: lagu2;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	/*background: url("../images/nb/companytitle2.png") no-repeat 0 50%;*/
	padding-left: 0;
	margin-bottom: 60px;
}
.contact #yoo-zoo .item div.pos-description .element-image:nth-child(2) ,
.contact #yoo-zoo .item div.pos-description2 .element-image:nth-child(2) 
{
    margin-top: -70px;
    float: right;
    position: relative;
    z-index: 10;
    margin-right: 35px;
}
.contact #yoo-zoo .item div.pos-description .element-image:nth-child(2) img,
.contact #yoo-zoo .item div.pos-description2 .element-image:nth-child(2) img
{
	border:4px solid #6d6e71;
	width:130px;
}

.contact #yoo-zoo .item div.pos-description .element-textarea, 
.contact #yoo-zoo .item div.pos-description2 .element-textarea 
{
    margin-top: 25px;
    width: 442px;
}

.contact #yoo-zoo .item div.pos-description .element-textarea h2, 
.contact #yoo-zoo .item div.pos-description2 .element-textarea h2
{
	background:url("../images/nb/yaks-icon-alll.png") no-repeat 0 50%;
	font-family: lagu;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
    text-transform: capitalize;
    line-height: 24px;
    height: 24px;
}
.contact #yoo-zoo .item div.pos-description .element-textarea h3, 
.contact #yoo-zoo .item div.pos-description2 .element-textarea h3
{
	background:url("../images/nb/yaks-icon-pinn.png") no-repeat 0 4%;
	font-family: lagu;
    color: #fff;
    font-size: 15px;
    padding-left: 30px;
    text-transform: capitalize;
    line-height: 29px;
	margin: 0;
}
.contact #yoo-zoo .item div.pos-description .element-textarea h4, 
.contact #yoo-zoo .item div.pos-description2 .element-textarea h4
{
	background:url("../images/nb/yaks-icon-phonee.png") no-repeat 0 50%;
	font-family: lagu;
    color: #fff;
    font-size: 15px;
    padding-left: 30px;
    text-transform: capitalize;
    line-height: 30px;
	margin: 0 0 5px;
}
.contact #yoo-zoo .item div.pos-description .element-textarea h5, 
.contact #yoo-zoo .item div.pos-description2 .element-textarea h5
{
	background:url("../images/nb/yaks-icon-maill.png") no-repeat 0 50%;
	font-family: lagu;
    color: #fff;
    font-size: 15px;
    padding-left: 30px;
    line-height: 30px;
	margin: 0 0 5px;
}
.contact #yoo-zoo .item div.pos-description .element-textarea h5 a, 
.contact #yoo-zoo .item div.pos-description2 .element-textarea h5 a
{
	color: #777779 !important;
}
.contact #yoo-zoo .item div.pos-description .element-textarea h6, 
.contact #yoo-zoo .item div.pos-description2 .element-textarea h6
{
	background:url("../images/nb/yaks-icon-instaa.png") no-repeat 0 50%;
	font-family: lagu;
    color: #fff;
    font-size: 15px;
    padding-left: 30px;
    text-transform: capitalize;
    line-height: 30px;
	margin: 0;
}
.collection #yoo-zoo .item #topDiv {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
.collection #yoo-zoo div.box-1 div.row:first-child {
    padding-top: 0;
}
.collection #yoo-zoo .details h1.title {
    font-family: lagu2;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 0;
    color: #333334;
}
.collection #yoo-zoo .items 
{
    margin-top: 30px;
}

.collection #yoo-zoo .items div.pos-media {
    margin-right: 0;
	width: 100%;
	height: 100%;
}
.collection #yoo-zoo .items div.pos-media img {
  width: 100%;
  height: 100%;
}

.collection #yoo-zoo .items h2.pos-title {
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
	text-align: left;
	transition: 		all 0.5s ease-in-out 0s;
	-o-transition: 		all 0.5s ease-in-out 0s;
	-moz-transition: 	all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
/*.collection #yoo-zoo .items div.teaser-item:hover h2.pos-title a
{
	height: 59%;
	background: rgba(135,135,135,0.8);
	line-height: 30px;
	padding-top: 27%;
}*/
.collection #yoo-zoo .items h2.pos-title a
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
	padding: 55% 20px 0;
	
	transition: 		all 0.5s ease-in-out 0s;
	-o-transition: 		all 0.5s ease-in-out 0s;
	-moz-transition: 	all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
/*.collection #yoo-zoo .items div.teaser-item:hover h2.pos-title a
{
	padding-top:30%;
	height:100%;
}*/
.collection #yoo-zoo .items h2.pos-title a span {
    font-size: 16px;
    color: #fff;
	text-transform: capitalize;
}

.collection #yoo-zoo .items h2.pos-title a {
    font-family: lagu;
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
	line-height: 24px;

	
}
.collection #yoo-zoo .items h2.pos-title a span {
    display: none;
}
.collection #yoo-zoo .items .pos-description
{
	overflow:hidden;
	height: 190px;
}
.collection #yoo-zoo .items .pos-description .element-textarea p {
    font-family: lagu;
    text-transform: uppercase;
    color: #333334;
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}
.collection #yoo-zoo .items .pos-links {
    overflow: hidden;
    margin: 10px 0 0;
	color: #fff;
	display:none;
}
.collection #yoo-zoo .items div.teaser-item
{
	padding:0;
	/*margin:0 10px;*/
	margin:0; 
	position:relative;
	outline: 2px solid #1C1C1C !important;
	border-bottom: 2px solid #1C1C1C;
} 
.collection #yoo-zoo .items h2.pos-title {
  margin: 0;
}
.collection #yoo-zoo .items .pos-links div a::after {
    content: none;
}      
.collection #yoo-zoo .items .pos-links div.element a
{
	font-family: lagu;
	text-transform: uppercase;
	color: #333334;
	font-size: 20px;
	padding-left: 18px;
	background: url("../images/nb/sidemneubg.png") no-repeat 0 50%;
	height: 27px;
	line-height: 27px;
	display: block;
	text-decoration:none;
} 
 
.collection #yoo-zoo .items .pos-links div.element a:hover
{
	color:#000;
}
.collection #yoo-zoo div.box-1 div.row {
    border: none;
    /*padding: 21px 5px;*/
	padding:0;
}
.collection #yoo-zoo .item #topDiv .pos-top {
    float: right;
	margin:0 ;
}
.collection #yoo-zoo .item #topDiv .pos-top .element {
    margin: 0 0px 0 20px;
    display: block;
    float: left;
}
.collection #yoo-zoo .item #topDiv .pos-top .element a
{
	font-family: lagu2;
	text-transform: uppercase;
	color: #fff;
	font-size: 19px;
	padding: 10px 0 0 18px;
	background: url("../images/nb/sidemneubg2.png") no-repeat 0 80%;
	text-decoration:none;
}
.collection #yoo-zoo .item div.pos-description .element-pinphoto {
	width: 100% !important;
	display: inline-block;
}
.collection #yoo-zoo .item div.pos-description .element-pinphoto .pinholder ,
.collection #yoo-zoo .item div.pos-description2 .element-pinphoto .pinholder ,
.collection #yoo-zoo .item div.pos-specification .element-pinphoto .pinholder 
{
  width: calc(100% - 20vw);
  float: right;
  margin-bottom: 30px;
}
.collection #yoo-zoo .item .cdescDiv {
  margin-top: 50px !important;
}
/*.collection #yoo-zoo .item #kitchen,
.collection #yoo-zoo .item #closet,
.collection #yoo-zoo .item #decorative
{
	display:none;
}*/
.collection  #yoo-zoo .item div.pos-description .element-itemname {
    font-family: lagu;
    color: #333334;
    text-transform: uppercase;
    width: 33.3%;
    float: left;
	text-align:center;
}
.collection #yoo-zoo .item div.pos-description #samediv
{
    font-family: lagu;
    width: 33.3%;
    float: left;
    margin-bottom: 50px;
    font-size: 16px;
    color: #333334;
	text-align:center;
}
.collection #yoo-zoo .item div.pos-description .element-text:nth-child(6) ,
.collection #yoo-zoo .item div.pos-description .element-text:nth-child(7) ,
.collection #yoo-zoo .item div.pos-description .element-text:nth-child(8) 
{
	
    margin: 0;
    font-family: lagu;
    color: #333334;
    font-size: 15px;
	line-height: 26px;
}
.socialmenu i {
  display: none;
}
.socialmenu img {
  display: inline-block !important;
  width: 14px;
  margin: 0 1px;
}
/*
.collection #yoo-zoo .item div.pos-description #firstdescrow , 
.collection #yoo-zoo .item div.pos-description #descrow 
{
	font-family: gothic;
	color: #333334;
	font-size: 15px;
	line-height: 22px;
	text-transform: capitalize;
}
.collection #yoo-zoo .item div.pos-description #firstdescrow h3, 
.collection #yoo-zoo .item div.pos-description #descrow h3 
{
  float: left;
  margin-right: 10px;
  font-family: gothic;
  color: #333334;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 22px;
  text-transform: capitalize;
}*/
.collection #yoo-zoo .item div.pos-description .element.element-image {
  float: right;
  margin: 0 ;
}

.collection #yoo-zoo .item div.pos-description .element.element-textarea {
  clear: both;
  width: 100%;
}
.collection #yoo-zoo .item .cdescDiv .pos-description > .element-textarea ,
.collection #yoo-zoo .item .cdescDiv .pos-description2 > .element-textarea ,
.collection #yoo-zoo .item .cdescDiv .pos-specification > .element-textarea 
{
  width: 59vw !important;
  margin: auto auto 30px; 
}
.collection #yoo-zoo .item div.pos-related {

	margin-top: 100px;
	width: 59vw;
	margin-right: auto;
	margin-left: auto;
}
.collection #yoo-zoo .item h1.pos-title {
    font-family: lagu2;
	text-transform: capitalize;
	
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 21px;
	width: calc(100% - 20vw);
	float: right;
	margin-bottom: 20px;
}
.collection .projspecDiv {
  width: 59vw;
  margin: auto auto 50px;
  box-sizing: border-box;
}

.collection .projspecDiv > div {
	display: inline-table;
	width: calc(25% - 20px);
	height: 108px;
	background: #121212;
	margin-right: 20px;
	padding: 16px 30px 16px;
	font-family: lagu2;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}
.collection .projspecDiv h3.datetitle
{
	background:url("../images/nb/date.png") no-repeat 0 0 ;
}
.collection .projspecDiv h3.architect
{
	background:url("../images/nb/architect.png") no-repeat 0 0 ; 
}
.collection .projspecDiv h3.client
{
	background:url("../images/nb/client.png") no-repeat 0 0 ;
}
.collection .projspecDiv  h3.location
{
	background:url("../images/nb/location.png") no-repeat 0 0 ;
}

.collection .projspecDiv > div h3 {
  padding-top: 38px;
  display: block;
  float: none !important;
  font-family: lagu2 !important;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px !important;
}
     
.secondWord
{
	color:#dc2889 !important;
}  

#yoo-zoo .item div.pos-description .element-textarea a img {
  width: 25%;
  box-shadow: 5px 5px 5px #060606 !important;
}

.collection .pinholder .pinbox .pinimg
{
	height:745px;
	object-fit:fill;
}
.collection #yoo-zoo .item .element-textarea p {
    margin: 0;
    font-family: lagu;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
	text-align: justify;
}

.collection #yoo-zoo .item .element-gallery a.thumb
{
	position:relative;
}
.collection #yoo-zoo .item .element-gallery a.thumb:hover::before
{
	background-image:none !important;
}
.collection #yoo-zoo .item .element-gallery a.thumb::before {
	/*background-image: -moz-linear-gradient( to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: -ms-linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);*/
	
	background-image: -moz-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background-image: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background-image: -ms-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	
	transition:			all 0.5s ease-in-out 0s;
	-o-transition:		all 0.5s ease-in-out 0s;
	-moz-transition:	all 0.5s ease-in-out 0s;
	-webkit-transition:	all 0.5s ease-in-out 0s;
}
.collection #yoo-zoo .item div.pos-description .element-gallery a.thumb img ,
.collection #yoo-zoo .item div.pos-description2 .element-gallery a.thumb img ,
.collection #yoo-zoo .item div.pos-specification .element-gallery a.thumb img 
{
  opacity: 1 !important;
}
.events #yoo-zoo .item div.pos-specification .element-gallery a.thumb:hover img 
{
	transform: 			scale(1.2);
	-o-transform: 		scale(1.2);
	-moz-transform: 	scale(1.2);
	-webkit-transform: 	scale(1.2);
}
.collection #yoo-zoo .item div.pos-description .element-gallery a.thumb ,
.collection #yoo-zoo .item div.pos-description2 .element-gallery a.thumb ,
.collection #yoo-zoo .item div.pos-specification .element-gallery a.thumb ,
.events #yoo-zoo .item div.pos-specification .element-gallery a.thumb 
{
	width: inherit;
	height: inherit;
	overflow: hidden;
}
#yoo-zoo .item #topDiv {
    margin-bottom: 10px;
	margin-top: 70px;
} 
.pincontent p {
    font-family: lagu;
    color: #333334;
    font-size: 15px;
    text-align: justify;
}
.events #yoo-zoo .item div.pos-bottom .element-media video {
    object-fit: cover; 
}
#yoo-zoo .item .element-textarea {
    margin: 20px 0;
}
.collection #yoo-zoo .item div.pos-related h3 {
    font-family: lagu2;
	text-transform: capitalize;
	color: #fff;
	font-size: 25px;
	border-bottom: 1px solid #353535;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.collection #yoo-zoo .item div.pos-related .relateRow {
    width: 33.3% !important;
    margin: 0;
    text-align: center;
}
.collection #yoo-zoo .item div.pos-related .relateRow .sub-pos-media {
    margin: 0 15px 0 0 !important;
    float: none !important;
	text-align: left;
}
.collection #yoo-zoo .item div.pos-related .relateRow .sub-pos-title {
    margin-top: 10px;
	text-align:left;
	height: 30px;
}
.collection #yoo-zoo .item div.pos-related .relateRow .sub-pos-title a {
    font-family: lagu;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}
.uk-breadcrumb li a, 
.uk-breadcrumb li span {
  font-family: lagu2;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
  font-size: 14px;
}
.uk-breadcrumb li span {
  color: #6c6c6c !important;
}
#yoo-zoo .item div.pos-description .element-download a {
    display: block;
    font-family: lagu;
    color: #fff;
    font-size: 15px;
	background:url("../images/nb/dll.png") no-repeat 0 50%;
	padding-left:30px;
	margin: 0 0 5px;
	text-decoration:none;
}
.events .tm-main {
    width: 94%;
    margin: auto;
    float: none;
}

.events #yoo-zoo .details h1.title {
    font-family: lagu2;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    background: url("../images/nb/companytitle22.png") no-repeat 0 50%;
    padding-left: 30px;
    margin-bottom: 0;
	letter-spacing:0;
}

.events #yoo-zoo div.box-1 div.row {
    border: none;
    margin: 20px 5px;
}

.events #yoo-zoo .items h2.pos-title {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin: 0;
}

.events #yoo-zoo .items h2.pos-title a {
    font-family: lagu;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.events #yoo-zoo .items .pos-description {
    overflow: hidden;
	margin-top: 6px;
}


.events #yoo-zoo .items .pos-description .element-textarea {
    margin: 0;
}

.events #yoo-zoo .items .pos-description .element-textarea p {
    font-family: lagu;
    text-align: justify;
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    max-height: 200px;
    overflow: hidden;
}

.events #yoo-zoo .items .pos-links {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
	margin-top: 5px;
}

.events #yoo-zoo .items .pos-links a
{
	padding: 0 0 0 18px;
	background: url("../images/nb/sidemneubg2.png") no-repeat 0 70%;
	font-family: lagu;
    text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-decoration:none;
}

.events #yoo-zoo .items .pos-links a:hover
{
	color: #b0b0b0;
}

.events #yoo-zoo .item h1.pos-title {
    /*background: url("../images/nb/companytitle2.png") no-repeat 0 50%;*/
    padding-left: 0;
    font-family: lagu2;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
	margin-bottom:50px;
}
.events #yoo-zoo .item div.pos-media {
    float: none;
    margin: 0;
    width: 100%;
}
.events #yoo-zoo .item div.pos-media img {
    width: 100%;
    height: 409px;
    object-fit: cover;
}

.events #yoo-zoo .item div.pos-description p {
    font-family: lagu;
    margin: 0;
    text-align: justify;
    line-height: 29px;
    color: #333334;
}

.events #yoo-zoo .item div.pos-specification .element-gallery {
    margin: 30px 0 50px;
}

.events #yoo-zoo .item div.pos-specification .element-image img {
    width: 100% !important;
    height: 545px !important;
    object-fit: cover !important;
}
.guaranty .tm-main {
    float: none;
    width: 95%;
    margin: auto;
}
.showroom .tm-main {
    width: 95%;
    margin: auto;
    float: none;
}
.custom .tm-main {
    width: 95%;
    margin: auto !important;
	float:none !important;
}

.custom #yoo-zoo .item h1.pos-title {
    /*background: url("../images/nb/companytitle2.png") no-repeat 0 50%;*/
    padding-left: 0;
    font-family: lagu2;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-bottom: 50px;
}

.custom #yoo-zoo .item .pos-description .element-textarea p {
    font-family: lagu;
    text-align: justify;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    margin: 0;
}
.custom #yoo-zoo .item .pos-description .element-textarea
{
	margin:0;
}

.custom #yoo-zoo .item .pos-description {
    margin-bottom: 40px;
} 
.custom #yoo-zoo .item div.pos-specification {
    width: 1115px;
    margin: auto;
}

.custom #yoo-zoo .item div.pos-specification h5 {
    font-family: lagu2;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
/*.custom #yoo-zoo .item div.pos-specification h3:nth-child(2) {
    background: url("../images/nb/customfirstTitle.png") no-repeat 0 0;
    width: 49px;
    height: 210px;
    margin: auto;
    text-align: center;
    color: #fff;
    line-height: 360px;
    font-family: gothicb;
    font-size: 27px;
}*/

.custom #yoo-zoo .item div.pos-specification h4 {
    font-family: lagu2;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 7px 0 10px;
    color: #fff;
}
.custom #yoo-zoo .item div.pos-specification p {
    font-family: lagu;
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
}

.custom #yoo-zoo .item div.pos-specification p.filmBg
{
	margin-bottom:0 !important;
}
.custom #yoo-zoo .item div.pos-specification p.imgBg
{
	/*background:url("../images/nb/customimgbg.png") no-repeat 50% 0;*/
	padding-top: 25px;
	margin-bottom: 0 !important;
}
.custom #yoo-zoo .item div.pos-specification h3:not(:nth-child(2)) {
    margin-top: 20px;
}
.custom #yoo-zoo .item div.pos-specification h3
{
	/*background: url("../images/nb/customTitle.png") no-repeat 0 0;*/
    width: 49px;
    height: 49px;
    margin: auto auto 20px;
    text-align: center;
    color: #fff;
    line-height: 49px;
    font-family: lagu2;
    font-size: 27px;
	background: #6D6E71;
}
.custom #yoo-zoo .item div.pos-specification p.imgBg:nth-child(10)
{
	padding-top:0;
	background:none;
	margin-top:25px !important;
}
.mejs-overlay-button
{
	margin: -50px 0 0 -50px !important;
}
.company .tm-main ,
.history .tm-main ,
.awards .tm-main 
{
    width: calc(100% - 300px) !important;
    float:left !important;
}
.tm-main 
{
    width: 95%;
    float:none !important;
	margin:auto;
}
#yoo-zoo .item h1.pos-title {
    /*background: url("../images/nb/companytitle2.png") no-repeat 0 50%;*/
    padding-left: 0;
    font-family: lagu2;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-bottom: 50px;
	font-size: 21px;
	font-weight: bold;
}
.guaranty #yoo-zoo .item .pos-description .element-textarea p:first-child
{
	text-align:center;
	margin-bottom: 40px !important;
}
.guaranty #yoo-zoo .item .pos-description .element-textarea p {
    text-align: justify;
    font-family: lagu;
    font-size: 15px;
    color: #333334;
    line-height: 25px;
	
}
#yoo-zoo .item div.pos-description .element-textarea p {
    font-family: lagu;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    color: #fff;
	text-align: justify;
}
.uk-offcanvas-bar {
    background: #757576;
}
#offcanvas ul.uk-nav-offcanvas > li > a {
    font-family: lagu;
    font-size: 17px;
    text-transform: capitalize;
	color:#fff;
}
#offcanvas ul.uk-nav-offcanvas > li.uk-active > a, 
#offcanvas ul.uk-nav-offcanvas > li:hover > a 
{
    color: #bf0000;
}
.uk-offcanvas-page
{
	margin-left:0 !important;
	margin-right:0 !important;
}

.uk-offcanvas-bar-flip 
{
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.ticketList tr th:first-child {
    width: 30%;
}
.ticketList tr th {

    text-align: left;
    height: 40px;
    padding: 0 10px;
    background: #e0e0e0;
    border: 1px solid #6e6d71;
    font-family: lagu;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: capitalize;
    color: #333334;
    font-size: 16px;
}
.ticketList table {
    width: 100%;
}
.ticketList tr th:last-child {
	width: 17%;
}


.ticketList tr td {
    background: #f6f6f6;
    border: 1px solid #6e6d71;
    height: 40px;
    padding: 0 10px;
    font-family: lagu;
    text-transform: uppercase;
    color: #333334;
}
.ticketList tr td a {
    color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}
.ticketList tr td:last-child {
    text-align: center;
}

.yaksticket-add {
    margin-bottom: 140px;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
    
}
.yaksticket-add > h1 {
    background: url("../images/nb/companytitle22.png") no-repeat 0 50%;
    padding-left: 28px;
    font-family: lagu2;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-bottom: 50px;
	font-size: 31px;
	text-align: center; 
}
.ticketaddIn
{
	width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.ticketaddIn .control-label {
    float: left;
    width: 180px;
    font-family: lagu;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px !important;
}
.ticketaddIn .control-label label {
    font-family: lagu;
    text-transform: capitalize;
    color: #fff;;
    font-size: 16px !important;
}
.ticketaddIn .controls input {
    background: #e0e0e0;
    border: 1px solid #6e6d71;
    height: 40px;
    font-family: lagu;
    font-size: 16px;
    color: #333334;
	margin: 0;
	width: 266px;
	box-shadow: none;
}

.ticketaddIn .controls .chzn-container a.chzn-single {
    height: 50px;
    background: #e0e0e0;
    border: 1px solid #6e6d71;
    border-radius: 			0;
	-o-border-radius: 		0;
	-moz-border-radius: 	0;
	-webkit-border-radius: 	0;
    line-height: 47px;
    font-family: lagu;
    text-transform: capitalize;
    font-size: 16px;
    color: #333334;
    box-shadow: none;
	width: 280px;
}
.ticketaddIn .chzn-container-single .chzn-single div
{
	top:50%;
	margin-top:-11px;
}
.ticketaddIn .chzn-drop {
  background: #e0e0e0;
  border: 1px solid #6e6d71;
  border-radius: 			0;
  -o-border-radius: 		0;
  -moz-border-radius: 		0;
  -webkit-border-radius: 	0;
  width:280px;
}
.ticketaddIn .chzn-drop li {
  height: 30px;
  line-height: 20px;
  font-family: lagu;
  font-size: 15px;
  color: #333334;
}
.ticketaddIn .chzn-drop li.active-result.highlighted 
{
    background-color: #e2343c !important;
    background-image: none;
}
.ticketaddIn .controls textarea {
    background: #e0e0e0;
    border: 1px solid #6e6d71;
    height: 100px !important;
    overflow: hidden;
    font-family: lagu;
    font-size: 16px;
    color: #333334;
    width: 266px !important;
	box-shadow: none;
}
.ticketaddIn .control-label.uploadLabel {
    width: 100% !important;
    float: none;
	margin-bottom: 10px;
}
.ticketaddIn .dropzone.dz-clickable {
    background: #e0e0e0;
    border: 2px solid #6e6d71;
    font-family: lagu;
    color: #333334;
    font-size: 15px;
}
.ticketaddIn .control-label.ticketbtnLabel {
    width: 180px;
    float: left;
    height: 30px;
}
.ticketaddIn .tickettBtn {
    background: #1C1C1C;
	border: 2px solid #fff;
    width: 280px;
    height: 50px;
    font-family: lagu;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.ticketaddIn .tickettBtn:hover {
  background: #fff;
  color: #000;
}

.showroom #yoo-zoo .item div.pos-description .element-textarea h4
{
	font-family: lagu2;
    color: #333334;
	font-size:18px;
}
.showroom #yoo-zoo .item div.pos-description .element-textarea h3
{
    background: url("../images/nb/contacttitle2.png") no-repeat 0 50%;
    font-family: lagu2;
    color: #fff;
    font-size: 20px;
    padding-left: 30px;
    text-transform: capitalize;
    line-height: 24px;
    height: 24px;
	margin-bottom:20px;
}
.showroom #yoo-zoo .item div.pos-description .element-textarea p {
    font-family: lagu;
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 29px;
    text-align: justify;
}

.showroom #yoo-zoo .item div.pos-description .element-textarea > div {
    height: 630px;
}
.showroom #yoo-zoo .item div.pos-description .element-textarea > div .uk-slideshow, 
.showroom #yoo-zoo .item div.pos-description .element-textarea > div .uk-slideshow li, 
.showroom #yoo-zoo .item div.pos-description .element-textarea > div .uk-slideshow li img 
{
    height: 600px !important;
}
.showroom #yoo-zoo .item div.pos-description .element-textarea > div .uk-overlay-panel
{
    bottom: -20px;
}

.showroom #yoo-zoo .item div.pos-description .element-textarea > div .uk-dotnav > * > *
{
	/*background:url("../images/nb/nav.png") no-repeat 0 0;*/
	background:#adadae;
	width:10px;
	height:10px;
}
.showroom #yoo-zoo .item div.pos-description .element-textarea > div  .uk-dotnav > .uk-active > *
{
	background:#5c5c5c;
}
#yoo-zoo .item div.pos-description .element-textarea ul.uk-dotnav, 
#yoo-zoo .item div.pos-content .element-textarea ul.uk-dotnav
{
	padding:0 !important;
}
.showroom #yoo-zoo .item div.pos-description .element-textarea > div .uk-dotnav li {
    padding-left: 10px;
}
.showroom #yoo-zoo .item div.pos-description .element-textarea > div:nth-child(10) {
    margin-bottom: 50px;
}
.showroom #yoo-zoo .item div.pos-description .element-textarea h4 strong {
    font-weight: normal;
    color: #000;
}
#tm-top-d {
    margin: 0;
}
#tm-top-d .uk-width-1-1 {
    padding: 0;
}
#tm-top-d .uk-panel.uk-panel-box {
    box-shadow: none;
    background: none;
	padding-left:0;
	padding-right:0;
	padding-top: 0;
}
#tm-top-d .videoDiv > .vRow:first-child video 
{
    width: 100%;
    height: 530px;
	object-fit: cover;
}
#tm-top-d .videoDiv > .vRow:first-child
{
	position:relative;
}
#tm-top-d .videoDiv .videoIn
{
	/*background:url("../images/nb/videomodulebg.png") no-repeat 50% -90px;*/
	padding-top:87px;
	width:1142px;
	margin:auto auto 30px;
}
#tm-top-d .videoDiv .videoIn .vRow {
    width: 342px;
    height: 164px;
   /* border-bottom: 1px solid #000;*/
    display: inline-block;
    margin: 0 19px;
	position:relative;
}
#tm-top-d .videoDiv .videoIn .vRow video
{
	width:342px;
	height:163px;
	object-fit: cover;
	pointer-events: none;
}
#tm-top-d .videoDiv .vRow .playbutton
{
	background:url("../images/nb/firstplaybutton.png") no-repeat 0 0;
	width:70px;
	height:59px;
	position:absolute;
	left:50%;
	top:50%;
	transform:			translate(-50%,-50%);
	-o-transform:		translate(-50%,-50%);
	-moz-transform:		translate(-50%,-50%);
	-webkit-transform:	translate(-50%,-50%);
}
#tm-top-d .videoDiv .videoIn .vRow .playbutton {
    width: 50px;
    height: 44px;
    background-size: contain;
}

.bdesc
{
	position: relative;
	margin: 0 21px 0 7px;
	border-top: 9px solid #6d6e71;
	display:none;
}

.bdescfelesh
{
	background:url("../images/nb/brandbg.png") no-repeat 50% 0;
	height: 27px;
	position: absolute;
    top: -23px;
    left: 0;
    width: 27px;
}
.bdescIn
{
	
	padding: 20px 0 30px;
}
.bdesc p {
    font-family: lagu;
    text-transform: uppercase;
    text-align: justify;
    color: #333334;
    line-height: 25px;
    font-size: 15px;
}
.bdesc a {
    background: #7a7a7a;
    padding: 7px 10px;
    font-family: lagu;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
.material #tm-content, 
.material #yoo-zoo 
{
    padding-bottom: 0;
}
.material #yoo-zoo .item h1.pos-title {
    display: none;
}
.material #yoo-zoo .item div.pos-description .element-material {
    margin: 0;
}
#tm-bottom-c {
    margin: 0;
	padding-bottom: 120px;
}
#tm-bottom-c .uk-width-1-1 {
    padding: 0;
}
#tm-bottom-c .uk-panel.uk-panel-box {
    padding: 0;
    box-shadow: none;
    background: none;
}

.bline1
{
	position: absolute;
	top: 0;
	left: 0;
	width:50%;
	background: url("../images/nb/topbmask2.png") no-repeat 0 0 #fff;
	background-size: 0 100%;
	padding: 0;
	height: 11px;
	z-index: 10;
	display:none;
}
.bline2{
    position: absolute;
    top: 0;
    left: calc(50% - 11px);
    width: 11px;
    background: url("../images/nb/topbmask3.png") no-repeat 0 0;
    background-size: 11px 0;
    padding: 0;
    z-index: 10;
    height: 87px;
	display:none;
}

#yoo-zoo .zoo-pagination {
    height: 40px;
    margin-top: 30px;
}
#yoo-zoo .zoo-pagination span {
  background: #333;
  width: 23px;
  height: 23px;
  display: inline-block;
  color: #ccc;
  font-family: lagu;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #888;
  padding: 5px;
}
#yoo-zoo .zoo-pagination a {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: #1c1c1c;
  color: #8f8f8f;
  font-family: lagu;
  line-height: 22px;
  border: 1px solid #555;
  padding: 6px;
}

.searchpage .uk-pagination a {
    width: 23px;
    padding: 0;
    height: 23px;
    background: #CBCCCF;
    font-family: lagu;
    font-size: 15px;
    color: #000;
    border: 1px solid #CBCCCF;
    border-radius: 5px;
}
.searchpage .uk-pagination span {
    width: 23px;
    padding: 0;
    height: 23px;
    background: #000;
    font-family: lagu;
    font-size: 15px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
}
#tm-top-e {
    margin-bottom: 40px;
    height: 244px;
}
#tm-top-e .uk-row-first h3.uk-panel-title:first-child {
    text-align: center;
    font-family: lagu2;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}
.projectSection .projTitle {
  text-align: left;
  margin: auto auto 40px;
  width: 850px;
}

.projectSection .projTitle strong
{
	font-family: lagu;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 4px;
	width: 350px;
	display: block;
}
.projectSection .uk-slideset {
	width: 1075px;
	margin: auto;
}
.projectSection .uk-slideset li {
	padding: 0px;
}
.projectSection .uk-slidenav-position {
	width: 1230px;
	margin: auto;
}
.projectSection .uk-slideset li:hover .uk-overlay .uk-position-cover
{
	background:none;
}

.projectSection .uk-overlay .uk-position-cover {
	background: linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background: -o-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
}  
.projectSection .uk-slideset li .uk-text-center.uk-panel-teaser {
  margin-bottom: 20px;
}
.projectSection .uk-slideset li h3.uk-panel-title {
	text-align: left;
	width: 345px;
	margin: auto;
}

.projectSection .uk-slideset li h3.uk-panel-title a {
  font-family: lagu;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
/*#tm-top-e .line2,
.projectSection .line2
{
	height: 1px;
	background-color: #E6E6E6;
	width: 1104px;
	margin: 0 auto 20px;
	background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -o-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -moz-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -ms-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white) );
}*/
#tm-top-e .uk-slideset {
    width: 1104px;
    margin: auto;
	height: 160px;
}
#tm-top-e .uk-slideset li {
    padding: 0;
}
#tm-top-e .uk-slideset li .uk-text-center.uk-panel-teaser {
    float: left;
    margin-right: 15px;
}
#tm-top-e .uk-slideset li .uk-text-center.uk-panel-teaser img {
    /*border: 8px solid #6d6e71;*/
}

#tm-top-e .uk-slideset li h3.uk-panel-title {
    text-align: left;
    overflow: hidden;
	margin-bottom:10px;
}
#tm-top-e .uk-slideset li h3.uk-panel-title a {
    font-family: lagu;
    text-transform: capitalize;
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

#tm-top-e .uk-slideset li div.uk-margin {
    margin: 0;
    overflow: hidden;
    text-align: justify;
	height: 120px;
}
#tm-top-e .uk-slideset li div.uk-margin p {
    margin: 0;
    font-family: lagu;
    font-size: 15px;
    line-height: 23px;
    height: 115px;
    overflow: hidden;
}

.projectSection .zoo-item-list {
    width: 1106px;
    margin: auto;
}


.projectSection .zoo-item-list li:nth-child(2n+1) {
    margin-right: 39px;
}
.projectSection .zoo-item-list li .media {
    margin: 0;
	/*border:9px solid #6D6E71;*/
}
.projectSection .zoo-item-list li {
    margin-bottom: 39px;
    border: none !important;
    /*position: relative;*/
	width: 48%;
    display: inline-table;
	padding: 0;
	
}
.projectSection .zoo-item-list .title {
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,0.7);
    text-align: center;
    bottom: 0;
    left: 0;
   /*line-height: 28vh;*/
    
	transition : all 0.5s ease-in-out 0s;
	-o-transition : all 0.5s ease-in-out 0s;
	-moz-transition : all 0.5s ease-in-out 0s;
	-webkit-transition : all 0.5s ease-in-out 0s;
}
.projectSection .layout-default {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.projectSection .zoo-item-list li:hover .title
{
	height:50%;
	padding-top:50%;
}
.projectSection .zoo-item-list .title a {
    font-family: lagu;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
	height: 100%;
	display: block;
}
.projectSection .allprojs {
    width: max-content;
	margin: 80px auto auto;
	height: 30px;
	/*border-left: 11px solid #6d6e71;*/
	font-family: lagu;
	text-transform: capitalize;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
	display: block;
	text-align: center;
	background: #1C1C1C;
	padding: 4px 15px;
	border: 2px solid #fff !important;
	font-weight: bold;

}
.projectSection .uk-slidenav
{
	width:97px;
	height:15px;
}
.projectSection .uk-slidenav-position .uk-slidenav-previous::before,
.projectSection .uk-slidenav-position .uk-slidenav-next::before
{
	content:none !important;
}
.projectSection .uk-slidenav-position .uk-slidenav-previous
{
	background:url("../images/nb/leftarrow.png") no-repeat 0 0;
	left: -40px;
}
.projectSection .uk-slidenav-position .uk-slidenav-next
{
	background:url("../images/nb/rightarrow.png") no-repeat 0 0;
	right: -40px;
}
.projectSection {
    margin-bottom: 150px;
}

.searchpage .tm-main {
    width: 1100px;
}
.searchpage #searchForm .uk-panel.uk-panel-box {
    border: 1px solid #cccccc;
    border-radius: 			5px;
    -o-border-radius: 		5px;
    -moz-border-radius: 	5px;
    -webkit-border-radius: 	5px;
    margin-bottom: 20px;
}
.searchpage #searchForm label {
    font-family: lagu;
    font-size: 15px;
    color: #000;
}
.searchpage #searchForm input {
    width: 250px;
    background: linear-gradient(to bottom, rgb(238, 238, 238) 0%,rgb(204, 204, 204) 100%);
    border: 1px solid #6d6e71;
    border-radius: 			5px;
    -o-border-radius: 		5px;
    -moz-border-radius: 	5px;
    -webkit-border-radius: 	5px;
    padding: 5px;
    font-family: lagu;
    color: #000;
    font-size: 15px;
}
.searchpage #searchForm button {
    background: #000;
    font-family: lagu;
    font-size: 15px;
     border-radius: 			5px;
    -o-border-radius: 		5px;
    -moz-border-radius: 	5px;
    -webkit-border-radius: 	5px;
}
.searchpage .uk-margin-topsearchpage strong {
    font-family: lagu;
    color: #000;
}
.searchpage .uk-margin-topsearchpage strong span
{
	color:#bf0000;
	font-size:16px;
}
.searchpage #searchForm {
    margin-bottom: 70px !important;
}
.searchpage article h1 {
    line-height: 35px;
}
.searchpage article h1 a {
    font-family: lagu;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
}
.searchpage article {
    margin-top: 0 !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.searchpage article .uk-margin-large-bottom {
    margin-bottom: 10px !important;
}
.searchpage article .tm-article-container {
    font-family: lagu;
    font-size: 15px;
    color: #000;
    line-height: 25px;
}
.searchpage article .tm-article-container .highlight {
    background: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.uk-alert ,
.alert
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #6D6E71;
    color: #000;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding: 30px 15px;
    width: 950px;
}

.uk-alert button , .uk-alert h2 ,
.alert .close, .alert h4
{
	display:none;
}
.uk-alert p ,
.alert div 
{
    font-family: lagu;
    font-size: 18px;
    margin: 0;
    text-align: center;
}
.bootbox .modal-body {
    font-family: lagu;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
}
.bootbox .modal-footer button {
    font-family: lagu;
    background: #000;
    font-weight: bold;
    width: 100px;
}
.contact #yoo-zoo {
    padding-bottom: 0;
}

.contact #tm-main-bottom2, 
.contact #tm-main-bottom 
{
    width: calc(100% - 255px);
    margin: auto;
    padding: 0;
	height: auto;
	
}

.contact #tm-main-bottom2 form table.mainTbl, 
.contact #tm-main-bottom  form table.mainTbl
{
	display:inline-block;
	width:100%;
	height:auto;
}

.contact #tm-main-bottom .componentheading ,
.contact #tm-main-bottom2 .componentheading
{ 
    display: block;
    margin-bottom: 30px;
    width: 180px; 
    border: none;
    background: #5D5E62;
    font-family: lagu;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 10px;
	cursor:pointer;
	text-align: center;
}
.contact .formTableLeft, 
.contact .formTableRight 
{
    width: 50%;
}

.contact #tm-main-bottom2 form table.mainTbl tbody, 
.contact #tm-main-bottom form table.mainTbl tbody, 
.contact #tm-main-bottom2 form table.mainTbl tbody > tr, 
.contact #tm-main-bottom form table.mainTbl tbody > tr 
{
    display: inline-block;
    width: 100%;
}


.contact #tm-main-bottom2 form table.mainTbl tr.rsform-block td, 
.contact #tm-main-bottom form table.mainTbl tr.rsform-block td 
{
    width: 48%;
    float: left;
}
.contact #tm-main-bottom2 form table.mainTbl tr.rsform-block td:first-child, 
.contact #tm-main-bottom form table.mainTbl tr.rsform-block td:first-child 
{
	font-family: lagu;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	line-height: 29px;
	width: 23%;
}

.contact #tm-main-bottom2 form table.mainTbl table ,
.contact #tm-main-bottom form table.mainTbl table 
{
    width: 100%;
}

.contact #tm-main-bottom2 form table.mainTbl tr.rsform-block td input, 
.contact #tm-main-bottom form table.mainTbl tr.rsform-block td input
{
	background: #BFBFBF !important;
	border: none !important;
	font-family: lagu;
	color: #000 !important;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	width: 90%;
	box-shadow: none;
}
.contact #tm-main-bottom2 form table.mainTbl tr.rsform-block td textarea, 
.contact #tm-main-bottom form table.mainTbl tr.rsform-block td textarea
{
	background: #BFBFBF !important;
	border: none !important;
	font-family: lagu;
	color: #000 !important;
	font-size: 14px;
	height: 100px !important;
	line-height: 35px;
	overflow:hidden;
	width: 90% !important;
	box-shadow: none;
}
.contact #tm-main-bottom2 form table.mainTbl tr.rsform-block td input#file, 
.contact #tm-main-bottom form table.mainTbl tr.rsform-block td input#file 
{
    width: 90%;
    height: 42px; 
    padding: 2px 6px;
}
.contact #tm-main-bottom2 form table.mainTbl tbody  tr.rsform-block-captcha, 
.contact #tm-main-bottom form table.mainTbl tbody  tr.rsform-block-captcha,  
.contact #tm-main-bottom2 form table.mainTbl tbody  tr.rsform-block-send, 
.contact #tm-main-bottom form table.mainTbl tbody  tr.rsform-block-send, 
.contact #tm-main-bottom2 form table.mainTbl tbody  tr.rsform-block-desc  
{
    width: 50%;
}


.contact #tm-main-bottom form table.mainTbl tbody tr.rsform-block-captcha input ,
.contact #tm-main-bottom2 form table.mainTbl tbody tr.rsform-block-captcha input 
{
    width: 90% !important;
    font-family: tahoma !important;
    font-size: 16px;
    letter-spacing: 8px;
}

.contact button#send {
    width: 93%;
    border: none;
    height: 41px;
    background: #000;
    font-family: lagu;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    color: #fff;
}
.contact button#send:hover
{
	background:#4c4c4c;
	color:#fff;
}

.contact #tm-main-bottom2 {
    margin-bottom: 50px;
}

.ticketList tr th:last-child {
    text-align: center;
}

.chzn-container .chzn-single {
    height: 30px;
}
/*----------------------------------Login/Register/Remind/Reset-------------------------------------*/
.login .page-header h1
{
	/*background: url("../images/nb/companytitle2.png") no-repeat 0 50%;
    padding-left: 28px;*/
    font-family: lagu2;
	text-transform: capitalize;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 35px;
	text-align: center;
}

.login .page-header {
    border: none;
}
.login .loginForm fieldset {
    margin: 0;
}
.login .loginForm {
/*    width: 450px;
	margin: auto auto 150px;
	padding: 10px 20px 5px !important;*/
	background: none;
	box-shadow: none;
	padding: 0 !important;
}
.loginlogin {
  width: 280px;
  padding: 30px 70px;
  margin: auto;
  background: #161616;
}
.login .loginText {
    font-family: lagu;
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
	text-align: justify;
	text-transform: capitalize;
}
.login .form-horizontal .control-label {
    display: none;
    margin: 0 !important;
}
.login .controls {
    margin: 0;
}
.login .controls input {
    
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	/*background-image: url("../images/nb/usericon2.png"),linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);*/
	background-image: url("../images/nb/usericon2.png");
	background-repeat: no-repeat;
	background-position: 3% 50%;
	height: 45px;
	border: 1px solid #37393d;
	font-family: lagu;
	font-size: 15px;
	color: #98999C;
	width: 100%;
	line-height: 40px;
	box-shadow: none !important;
	padding-left: 35px;
	
	box-sizing: border-box;
	background-color: #37393d;
}
.login .controls input#password
{
    background-image: url("../images/nb/pass2.png");
    background-repeat: no-repeat;
	background-position: 3% 50%;
	
}

.login .form-horizontal .control-group { 
    margin-bottom: 30px;
}
.login .loginBtn {
   /* background: url("../images/nb/loginbtn.png") no-repeat 3% 50% #000;*/
    height: 45px;
	border: 1px solid #fff;
	font-family: lagu;
	font-size: 16px;
	color: #fff;
   /* padding-left: 40px;*/
    width: 100%;
	text-transform: uppercase;
	line-height: 35px;
	box-shadow: none !important;
	text-align: center;
	background: #161616;
    /*border-radius: 7px;*/
}
.login .loginBtn:hover {
  background: #fff;
  color: #000;
}

.registration
{
	width: 450px;
	padding: 30px 70px;
	margin: auto;
	background: #161616;
}
.registration .control-group.field-spacer {
    display: none;
}

.registration .page-header h1,
.reset .page-header h1,
.remind .page-header h1
{
	/*background: url("../images/nb/companytitle22.png") no-repeat 0 50%;
    padding-left: 28px;*/
    font-family: lagu2;
	text-transform: capitalize;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 35px;
	text-align: center;
}

.registration .page-header ,
.reset .page-header ,
.remind .page-header 
{
    border: none;
}
.registration .loginForm fieldset, 
.remind .loginForm fieldset, 
.reset .loginForm fieldset 
{
    margin: 0;
}

.registration .registerForm {
    /*width: 500px;
	margin: auto auto 150px;
	padding: 10px 25px 5px !important;*/
	background: none;
	box-shadow: none;
	/*border-right: 9px solid #6d6e71;
	border-left: 9px solid #6d6e71;*/
}
.reset,
.remind
{
	width: 280px;
	padding: 30px 70px;
	margin: auto;
	background: #161616;
}
.reset .resetForm {
   /* width: 300px;
	margin: auto auto 150px;
	padding: 10px 25px 5px !important;*/
	background: none;
	box-shadow: none;
	/*border-right: 9px solid #6d6e71;
	border-left: 9px solid #6d6e71;*/
	padding: 0 !important;
}
.remind .remindForm {
    /*width: 300px;
	margin: auto auto 150px;
	padding: 10px 25px 5px !important;*/
	background: none;
	box-shadow: none;
	/*border-right: 9px solid #6d6e71;
	border-left: 9px solid #6d6e71;*/
	padding: 0 !important;
}
.registration .registerForm .control-label {
    text-align: left;
	width:170px;
}
.registration .registerForm .control-label label {
    font-family: lagu;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
	font-weight: normal;
}
.registration .registerForm .controls input {
    background: #37393D;
	height: 37px;
	border: 1px solid #37393D;
	width: 226px;
	font-family: lagu;
	font-size: 16px;
	color: #98999C;
	box-shadow: none;
}

.registration .registerForm .control-group ,
.reset .resetForm .control-group ,
.remind .remindForm .control-group 
{
    margin-bottom: 12px;
}
.registration .registerForm .regBtn {
    width: 240px;
	height: 47px;
	background: #161616;
	border: 2px solid #fff;
	font-family: lagu;
	font-size: 16px;
	margin-bottom: 12px;
}
.registration .registerForm .cancelbtn {
    background: #040404;
	box-shadow: none;
	width: 214px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #040404;
	font-family: lagu;
	color: #fff;
	font-size: 16px;
}

.tooltip, .popover {
    display: none !important;
}

.reset .form-horizontal .control-label ,
.remind .form-horizontal .control-label 
{
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.reset .controls ,
.remind .controls 
{
  margin: 0;
}
.reset .resetForm p ,
.remind .remindForm p 
{
    font-family: lagu;
    text-align: justify;
    font-size: 16px;
    color: #fff;
	width: 280px;
}
.reset .form-horizontal .control-label label ,
.remind .form-horizontal .control-label label 
{
    font-family: lagu;
    font-size: 16px;
    color: #fff;
	font-weight:normal;
    margin: 0;
}
.reset .controls input ,
.remind .controls input 
{
    width: 266px;
    height: 37px;
    background: #37393d;
    border: 1px solid #37393d !important;
    font-family: lagu;
    color: #98999C !important;
    box-shadow: none !important;
	font-size:16px;
}
.reset .resetForm .resetBtn ,
.remind .remindForm .remindBtn 
{
    width: 280px;
	height: 47px;
	background: #161616;
	border: 2px solid #fff;
	font-family: lagu;
	font-size: 16px;
	margin-bottom: 12px;
}
.reset .resetForm fieldset, 
.remind .remindForm fieldset {
    margin: 0 !important;
}
.projectSection .allprojs:hover {
  background: #fff;
  color: #1c1c1c;
}
.projectSection .uk-slideset li h3.uk-panel-title a:hover {
  text-decoration: underline;
}
.collection .catTopDiv {
  padding: 0;
  background:url("../images/nb/projectcattopbg.jpg") no-repeat 0 0;
  height:536px;
  width: 100%;
  position:relative;
}
.aboutus .catTopDiv {
  padding: 0;
  background:url("../images/nb/abouttopbgg.jpg") no-repeat 100% 0;
  height:636px;
  width: 100%;
  position:relative;
  background-size: contain;
}

.collection #tm-main-top {
	width: 700px;
	margin: auto;
	position: relative;
	top: 50%;
	transform: 			translateY(-50%);
	-o-transform: 		translateY(-50%);
	-moz-transform: 	translateY(-50%);
	-webkit-transform: 	translateY(-50%);
}

.aboutus #tm-main-top {
	width: 900px;
	margin: auto;
	position: relative;
	top: 50%;
	transform: 			translateY(-50%);
	-o-transform: 		translateY(-50%);
	-moz-transform: 	translateY(-50%);
	-webkit-transform: 	translateY(-50%);
}
.collection #tm-main-top .uk-width-1-1.uk-row-first ,
.aboutus #tm-main-top .uk-width-1-1.uk-row-first 
{
  padding: 0;
}

.collection #tm-main-top .uk-panel.uk-panel-box ,
.aboutus #tm-main-top .uk-panel.uk-panel-box 
{
  background: none;
  box-shadow: none;
  padding: 0;
}

.collection #tm-main-top h2 ,
.aboutus #tm-main-top h2 
{
  font-family: lagu2;
  text-transform: capitalize;
  font-size: 62px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 60px;
  letter-spacing: -2px;
  height: 75px;
}
.collection #tm-main-top h2 strong ,
.aboutus #tm-main-top h2 strong 
{
  color: #5f5f5f;
  font-size: 40px;
}

.collection .uk-breadcrumb ,
.aboutus .uk-breadcrumb 
{
  position: absolute;
  right: 40px;
  bottom: 30px;
}


.collection #yoo-zoo .items div.pos-media .imgMask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background: -o-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
	background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0.0) 0%, rgba(50, 50, 50, 0.8) 100%);
}

.collection #yoo-zoo .items .teaser-item:hover div.pos-media .imgMask {
  display: none;
}

#yoo-zoo .item > div.floatbox .box-1 {
  padding: 0;
}

.aboutus .mainIn {
  margin: 0;
  width: 100%;
}

.aboutus .tm-main {
  width: 100% !important;
  float: none !important;
}

.aboutus #yoo-zoo .item .element-textarea .aboutTop {
  width: 50vw;
  margin: auto auto 50px;
}

.aboutus #yoo-zoo .item .element-textarea .aboutTop table td:first-child {
  width: 30% !important;
}

.aboutus #yoo-zoo .item .element-textarea .aboutTop table td:nth-child(2) {
  font-family: lagu;
  font-size: 15px;
  color: #fff;
  padding: 30px 0;
}
.aboutus #yoo-zoo .item .element-textarea .aboutTop table h2 
{
  margin: 0;
  font-family: lagu;
  text-transform: uppercase;
  line-height: 33px;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
}

.aboutus #yoo-zoo .item .element-textarea .aboutTop p:nth-child(3) {
	width: 450px;
	margin: 30px auto auto !important;
	text-align: center !important;
	line-height: 26px !important;
}

.aboutus #yoo-zoo .item .element-textarea .aboutTop p:nth-child(3) strong {
	font-family: lagu2;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.aboutus #yoo-zoo .item div.pos-description .element-textarea > h2 {
  font-family: lagu;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  margin: auto auto 80px;
  width: 370px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 38px;
}

.aboutus #yoo-zoo .item div.pos-description .element-textarea > table td {
  width: 50% !important;
}

.aboutus #yoo-zoo .item div.pos-description .element-textarea > table td p {
  font-family: lagu;
  text-transform: capitalize;
  color: #fff;
  font-size: 15PX;
  width: 460PX;
  margin: auto;
  text-align: left;
} 

.companySlider h3.uk-panel-title {
  font-family: lagu;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
  width: 430px;
  text-align: center;
  margin: auto auto 50px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
}
.companySlider {
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.companySlider .uk-slidenav {
	top: auto !important;
	margin: 0 !important;
	border: 0;
	display: block !important;
	left: 50%;
	width: 97px;
	height: 15px;
	bottom: -40px;
	right: auto !important;
}
.companySlider .uk-slidenav-previous
{
	background:url("../images/nb/leftarrow.png") no-repeat 0 0;
	transform: 			translateX(-110%);
	-o-transform: 		translateX(-110%);
	-moz-transform: 	translateX(-110%);
	-webkit-transform: 	translateX(-110%);
}
.companySlider .uk-slidenav-next
{
	background:url("../images/nb/rightarrow.png") no-repeat 0 0;
	transform: 			translateX(110%);
	-o-transform: 		translateX(110%);
	-moz-transform: 	translateX(110%);
	-webkit-transform: 	translateX(110%);
	right: 50% !important;
	left: auto !important;
	bottom: -41px;
}
.companySlider .uk-slidenav::before {
  content: none !important;
}

#tm-main-bottom3 {
	padding: 0 0 100px;
	width: 100%;
}

#tm-main-bottom3 div.description {
  width: 850px;
  margin: auto;
}
#tm-main-bottom3 div.description .element-textarea p {
  font-family: lagu2;
  font-size: 15px;
  color: #fff;
  text-align: justify;
  margin: 0 0 10px;
  line-height: 24px;
}

.whitebg #tm-main,
.whitebg #tm-main #yoo-zoo * {
  background: #fff;
  color: #000;
}

.whitebg #yoo-zoo .items h2.pos-title, 
.whitebg #yoo-zoo .items h2.pos-title a {
  font-weight: bold !important;
  font-size: 1.3em !important;
  margin-bottom: 20px !important;
  padding-right: 10px;
} 
.whitebg #yoo-zoo .items h2.pos-title a::before {
  content: " ";
  display: inline-block;
  background: #000;
  width: 10px;
  height: 10px;
  transform: translate(10px);
}
.whitebg #yoo-zoo .items .pos-links .element.element-itemlink a {
  background: url("../images/nb/sidemneubg22.png") no-repeat 10% 50% #000 !important;
  color: #fff !important;
  padding: 10px 10px 10px 30px !important; 
}
/*****************************footer*******************************/
.tm-footer
{
	background:#000;
	height:537px;
	margin:0;
	padding: 0;
	background-size: 100%;
}

.tm-footer .uk-container.uk-container-center {
    max-width: 100%;
    padding: 0;
}
.tm-footer-left {
    width: calc(100% - 705px);
	padding-top: 53px;
	float: left;
	height: 437px;
	
	padding-left: 40px;
	padding-right: 70px;
	padding-bottom: 45px;
	/*background:url("../images/nb/footerleft2.jpg") no-repeat 100% 0;*/
}
.footerleft .uk-subnav li a:hover {
  text-decoration: underline;
}
.tm-footer-left .leftDiv1, 
.tm-footer-left .leftDiv2 
{
  width: 50%;
  height: 100%;
  float: left;
}
.footerLogo {
	height: 37px;
	border-bottom: 1px solid #2e2e2e;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.footerLogo p {
  margin: 0;
}

.footerLogo img {
	width: 111px;
	height: 37px;
}


.socialmenu ul li:nth-child(3), .socialmenu ul li:nth-child(4) {
  display: none;
}
.footerleft {
  width: 310px;
  padding-left: 20px;
  margin-bottom: 130px;
}
.footerleft .uk-subnav.uk-subnav-line {
	margin: 0;
	padding: 0;
}
.footerleft .uk-subnav li {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}
.footerleft .uk-subnav li::before
{
	margin:0;
	content: none ;
}
.footerleft .uk-subnav li a {
  font-family: lagu;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 30px;
}
.footer p {
  margin: 0;
  font-family: lagu;
  text-transform: capitalize;
  color: #fff;
  font-size: 13px;
}
.signature {
    float: left;
	
}

.dddd-register a:hover
{
	color:#ccc;
}
.dddd-register, 
.dddd-register a 
{
    font-family: lagu;
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
	text-align: left;
}
.footerContact h3 {
  font-family: lagu;
  margin: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-style: italic;
  color: #fff;
}

.footerContact p {
	margin: 0;
	font-family: lagu;
	font-size: 14px;
	color: #fff;
}
.footerContact p a {
  font-family: lagu;
  text-transform: capitalize;
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
}

.footerContact h4 {
  font-family: lagu;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.tm-footer-center {
    float: left;
    padding: 73px 37px 30px;
	background:url("../images/nb/footercenter2.jpg") no-repeat 0 0;
	width:296px;
	height:345px;
}
.tm-footer-center ul li {
    float: left;
    width: 49%;
}
.tm-footer-center ul li a {
    font-family: lagu;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}

.tm-footer-right {
    float: left;
	padding:0;
   /* padding: 48px 30px 0;
	background:url("../images/nb/footerright.jpg") no-repeat 0 0;*/
	width: 594px;
	height: 535px;
	background:url("../images/nb/addressbgg.jpg") no-repeat 0 0;
}
.tm-footer-right .uk-panel > div {
  width: calc(50% - 40px);
  display: inline-table;
  margin-top: 300px;
  padding: 20px;
  height: 56px;
}

.tm-footer-right .uk-panel {
  width: 500px;
  margin: auto;
  direction: ltr;
}
.tm-footer-right .uk-panel .showroom1
{
	background:#1b1b1b;
}
.tm-footer-right .uk-panel .showroom2
{
	background:#e4e4e4;
}
.tm-footer-right .uk-panel .showroom1 h3
{
	font-family:lagu;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	text-transform: capitalize;
}
.tm-footer-right .uk-panel .showroom2 h3
{
	font-family:lagu;
	color:#1b1b1b;
	font-weight:bold;
	font-size:20px;
	text-transform: capitalize;
}
.tm-footer-right .uk-panel .showroom1 p
{
	color:#8d8d8d;
	font-family:lagu;
	font-size:13px;
	text-transform:capitalize;
	margin: 0;
}
.tm-footer-right .uk-panel .showroom2 p
{
	color:#5b5b5b;
	font-family:lagu;
	font-size:13px;
	text-transform:capitalize;
	margin: 0;
}
.tm-footer-right .uk-panel .showroom1 a	{ color:#fff;	}
.tm-footer-right .uk-panel .showroom2 a	{ color:#000;	}

.tm-footer-right .uk-panel .showroom1 a,
.tm-footer-right .uk-panel .showroom2 a
{
	font-family:lagu;
	font-size:13px;
	text-transform:uppercase;
	text-decoration: underline;  
	  
}





@media screen and (max-width:959px)
{
	.homepage .tm-navbar
	{
		top:0;
	}
	a.tm-logo-small {
		width: 127px;
		margin: 35px auto auto;
		display: block;
		padding: 0;
		height: 44px;
		float:none;
	}
	.uk-navbar-toggle::after,
	.uk-navbar-toggle::before
	{
		content:none;
	}
	.uk-navbar-toggle {
		width:31px;
		height: 30px;
		padding: 0;
		margin-left: 15px;
		margin-top: 0; 
	}
	.uk-navbar-toggle span
	{
		width:0;
		height:5px;
		display:block;
		background:#000;
		margin-bottom:4px;
		
	}
	#tm-top-d .videoDiv .videoIn
	{
		width: 98%;
	}
	#tm-top-d .videoDiv .videoIn .vRow
	{
		width: 29%;
		height: auto;
	}
	
	
}
@media screen and (min-width:1430px)
{
	.history #yoo-zoo .item .floatbox
	{
		width:1019px;
	}
}

@media screen and (max-width:1000px)
{
	.tm-navbar,
	.uk-navbar ,
	.tm-headerbar
	{
		min-height:100px;
		height:auto !important;
	}
	
	.mainmenu {
		float: none;
		margin: auto !important;
	}
	.mainmenu ul.uk-navbar-nav {
		float: none !important;
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.mainmenu ul.uk-navbar-nav li {
		float: none;
		display: inline-table;
	}
	
	#tm-top-a
	{
		width:100%;
	}
	#tm-top-e .uk-slideset
	{
		width:95%;
	}
	.projectSection .zoo-item-list {
		width: 95%;
		margin: auto;
	}
	.projectSection .zoo-item-list li:nth-child(2n+1)
	{
		margin-right:29px;
	}
	#tm-bottom-a .zoo-item-list, #tm-bottom-a h3.uk-panel-title {
		width: 95%;
		margin: auto;
	}
	#tm-bottom-b .titleDivIn ,
	#tm-bottom-b .zoo-item-list
	{
		width: 95%;
	}
	
}
@media screen and (max-width:1430px)
{
	.collection #yoo-zoo .item div.pos-description .element-gallery a.thumb, 
	.collection #yoo-zoo .item div.pos-description2 .element-gallery a.thumb, 
	.collection #yoo-zoo .item div.pos-specification .element-gallery a.thumb
	{
		width:48%;
	} 
	
}
@media screen and (max-width:1100px)
{
	.tm-navbar.scrollnavbar .uk-navbar, 
	.tm-navbar.scrollnavbar .uk-navbar .tm-headerbar {
		min-height: 140px;
		height: auto !important;
	}
	
	#tm-top-a
	{
		width:100%;
	}
	#tm-top-e .uk-slideset
	{
		width:95%;
	}
	.projectSection .zoo-item-list {
		width: 95%;
		margin: auto;
	}
	.projectSection .zoo-item-list li:nth-child(2n+1)
	{
		margin-right:29px;
	}
	#tm-bottom-a .zoo-item-list, #tm-bottom-a h3.uk-panel-title {
		width: 95%;
		margin: auto;
	}
	#tm-bottom-b .titleDivIn ,
	#tm-bottom-b .zoo-item-list
	{
		width: 95%;
	}
	
	
	#tm-top-a .uk-overlay-panel.uk-overlay-left
	{
		width: 27%;
	}
	
	
	.collection #yoo-zoo .item div.pos-description .element-gallery a.thumb, 
	.collection #yoo-zoo .item div.pos-description2 .element-gallery a.thumb, 
	.collection #yoo-zoo .item div.pos-specification .element-gallery a.thumb, 
	.events #yoo-zoo .item div.pos-specification .element-gallery a.thumb
	{
		float:none;
	}
	
	.collection #yoo-zoo .item div.pos-description .element-gallery .zoo-gallery-wall, 
	.collection #yoo-zoo .item div.pos-description2 .element-gallery .zoo-gallery-wall, 
	.collection #yoo-zoo .item div.pos-specification .element-gallery .zoo-gallery-wall , 
	.events #yoo-zoo .item div.pos-specification .element-gallery .zoo-gallery-wall
	{
		text-align: center;
	}
	.tm-navbar,
	.uk-navbar ,
	.tm-headerbar
	{
		min-height:100px;
		height:auto !important;
	}
	.tm-logo {
		float: none !important;
		margin:10px auto 20px !important;
	}
	.mainmenu {
		float: none;
		margin: auto !important;
	}
	.mainmenu ul.uk-navbar-nav {
		float: none !important;
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.mainmenu ul.uk-navbar-nav li {
		float: none;
		display: inline-table;
	}
	.mainmenu ul.uk-navbar-nav .uk-nav-navbar > li {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.custom #yoo-zoo .item div.pos-specification ,
	.custom .tm-main ,
	.events .tm-main
	{
		width:100% !important;
	}
}
@media screen and (min-width:1014px) and (max-width:1100px)
{
	.mainmenu
	{
		margin-right:30px !important;
	}
	.langswitch
	{
		margin-right:30px !important;
	}
	.rightDiv {
		width: 230px;
	}
	.bottomDiv ,.catalogueqr {
		margin-top: 8px;
	}
	.tm-navbar,
	.uk-navbar ,
	.tm-headerbar
	{
		min-height:100px;
		height:auto !important;
	}
	.tm-logo {
		float: none !important;
		margin:10px auto 20px !important;
	}
}
@media screen and (max-width:1250px)
{
	#tm-sidebar-a {
		width: 100%;
		float: none;
	}
	.company .tm-main, .history .tm-main, .awards .tm-main {
		width: 100% !important;
		float: none !important;
	}
	.company #tm-content, 
	.awards #tm-content 
	{
		padding-top: 0;
	}
	.company #yoo-zoo .item div.pos-media ,
	.awards #yoo-zoo .item div.pos-media 
	{
		margin-top: 20px;
	}
}
@media screen and (max-width:1898px)
{
	.collection #yoo-zoo .item div.pos-description .element-gallery a.thumb, 
	.collection #yoo-zoo .item div.pos-description2 .element-gallery a.thumb, 
	.collection #yoo-zoo .item div.pos-specification .element-gallery a.thumb 
	{
		float: none;
	}
	.collection #yoo-zoo .item .zoo-gallery-wall {
		text-align: center;
	}
}
@media screen and (max-width:1349px)
{
	.contact #yoo-zoo .item div.pos-description.doubleDesc
	{
		width: 46%;
		margin-right: 93px;
	}
	.contact #yoo-zoo .item div.pos-description2
	{
		width: 46%;
	}
	
	.collection .tm-main
	{
		width:100% !important;
	}
	.searchDiv form {
		width: auto !important;
	}
	.searchDiv form input
	{
		width:100% !important;
	}
	
	.collection #yoo-zoo .item div.pos-description .element-gallery a.thumb , 
	.collection #yoo-zoo .item div.pos-description2 .element-gallery a.thumb, 
	.collection #yoo-zoo .item div.pos-specification .element-gallery a.thumb
	{
		width:inherit !important; 
	}
}




@keyframes ensidelilinne {
    0% {
		
		background-position: 0 -500px;
    }
    100% {
         
		background-position: 0 0;
    }
}
@-moz-keyframes ensidelilinne {
    0% {
		
		background-position: 0 -500px;
    }
    100% {
         
		background-position: 0 0;
    }
}
@-webkit-keyframes ensidelilinne {
    0% {
		
		background-position: 0 -500px;
    }
    100% {
         
		background-position: 0 0;
    }
}

     /* Google chrome */
      @-webkit-keyframes svg-text-anim {
       40% {
          stroke-dashoffset: 0;
          fill: transparent;
        }
        60% {
          stroke-dashoffset: 0;
          fill: #414345;
        }
        100% {
          stroke-dashoffset: 0;
          fill: #414345;
        }
        
    }
    /* Most browsers */
    @keyframes svg-text-anim {
       40% {
          stroke-dashoffset: 0;
          fill: transparent;
        }
        60% {
          stroke-dashoffset: 0;
          fill: #414345;
        }
        100% {
          stroke-dashoffset: 0;
          fill: #414345;
        }
        
    }
	
	
.collection #yoo-zoo .item div.pos-description .element-gallery a.thumb, 
.collection #yoo-zoo .item div.pos-description2 .element-gallery a.thumb, 
.collection #yoo-zoo .item div.pos-specification .element-gallery a.thumb {
    width: calc(50% - 15px) !important
}
.collection #yoo-zoo .item div.pos-description .element-gallery a.thumb img, 
.collection #yoo-zoo .item div.pos-description2 .element-gallery a.thumb img, 
.collection #yoo-zoo .item div.pos-specification .element-gallery a.thumb img
{
	width:100%;
	height:100%;
}
.collection #yoo-zoo .item .cdescDiv .element-gallery {
  width: 59vw;
  margin: auto;
}
.collection #yoo-zoo .item .cdescDiv .element-gallery .zoo-gallery {
  width: calc(100% - 20px);
}

.collection .pinholder .pinbox .pinimg {
    height: auto;
}
.company #yoo-zoo .item div.pos-media .element-image img {
    width: 100%;
    height: auto;
}
.company #yoo-zoo .item div.pos-bottom .element-text > div ,
.collection #yoo-zoo .item div.pos-bottom .element-text > div 
{
  margin-bottom: 15px; 
}
   
   .events #yoo-zoo .item div.pos-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.events #yoo-zoo .item div.pos-specification .element-gallery a.thumb {
    width: calc(33% - 20px) !important;
    text-align: center;
	margin: 9px;
}
.events #yoo-zoo .item div.pos-specification .element-gallery a.thumb img {
    width: 100%;
    height: auto;
}
.searchDiv form {
  width: 457px;
}
.uk-search::before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 35px;
  text-align: center;
  font-family: FontAwesome !important;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Monday';
}

.uk-slidenav-next::before {
  content: '\f105';
  font-family: FontAwesome;
}
#tm-top-a .uk-slidenav.uk-slidenav-contrast {
  color: #ccc;
  font-size: 45px !important;
}
.uk-slidenav-next::before {
  content: '\f105';
  font-family: FontAwesome;
}
.uk-slidenav-previous::before {
  content: '\f104';
  font-family: FontAwesome;
}
.footerleft {
  border-bottom: none;
}

.tm-noblog.contact.innerpage .yoo-zoo a img {
  max-width: 115px;
}

.contact #yoo-zoo .item div.pos-description *, .contact #yoo-zoo .item div.pos-description2 * {
  background-position: 0 5px !important;
  background-size: 20px !important;
}
@media screen and (max-width:1555px)
{
	.collection .projspecDiv > div
	{
		padding:16px 14px !important;
	}
}