@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeueBold.eot');
    src: url('../fonts/BebasNeueBold.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueBold.woff2') format('woff2'),
         url('../fonts/BebasNeueBold.woff') format('woff'),
         url('../fonts/BebasNeueBold.ttf') format('truetype'),
         url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
}

body{
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #404041;
	font-size: 18px;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6 {
	margin: 0 0 20px 0;
	font-family: 'BebasNeueBold';
	font-weight: normal;
	color: #333;
	text-transform: none;
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
[class*='uk-width'] {
  box-sizing: border-box;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}

/** Styles: IZZY**/

.nav.menu li a {
	color: #404041;
	text-transform: uppercase;
	font-family: Roboto;
	font-size: 14px;
	padding: 0 16px;
}
.logo p {
	margin: 0;
}
.logo {
	margin-top: 12px;
	display: block;
}
.btn:hover {
	background: #404041;
	color: #fff;
	text-decoration: none;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: none;
}
.menu-right .uk-navbar-nav.nav.menu {
	float: right;
	margin-left: auto;
}

.slide-content {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.bottom-b {
	position: relative;
}
.slide-content {
	height: 100%;
	/* width: 100%; */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items: center;
	-webkit-align-items:center;
	justify-content: right;
}
.uk-slidenav::before {
	content: none;
}
.uk-slidenav svg {
	color: #dacb24;
	font-weight: bold;
}
.banner .custom.wbg h1 {
	text-align: center;
	color: #fff;
	z-index: 10;
	font-size: 80px;
}
.banner .custom.wbg {
	position: relative;
	overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items: center;
	-webkit-align-items:center;
	justify-content: center;
}
.banner .custom.wbg::after {
	background: rgba(0,0,0,.6);
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
}
.banner-slider .mod-articles-category-title {
	display: none;
}
.banner .uk-slideshow-items .slide-title {
	font-size: 70px;
	font-family: 'BebasNeueBold';
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 60px;
	font-weight: bold;
}
.slide-title strong {
	color: #dacb24;
}
.slide-content2 {
    max-width: 50%;
    margin-left: auto;
}
.btn {
	background: #dacb24;
	color: #ffff;
	font-size: 26px;
	padding: 10px 60px;
	display: inline-block;
	transition: .4s ease;
}
.header {
	background: #fff;
}
.top-a {
	background: url(../images/topa.jpg) no-repeat;
	padding: 110px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
}
.top-a .custom {
	max-width: 80%;
	margin: 0 auto;
}
.top-a .custom p {
	font-weight: 300;
}
.top-a h3 {
	font-size: 55px;
	text-transform: uppercase;
}
.main-topa h3 {
	font-family: 'BebasNeueBold';
	font-size: 55px;
}
.banner-slider .uk-slider-items li {
	height: 330px;
}
.cat2-img {
	min-height: 350px;
	background-size: cover;
	margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items: center;
	-webkit-align-items:center;
	justify-content: center;
}
.category-desc.base-desc {
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.gallery-img {
	height: 300px;
	margin-bottom: 1px !important;
	border-radius: 0;
	background-size: cover;
	background-position: center;
}
.category-module.uk-switcher .uk-grid li {
	padding-left: 1px;
}
.category-module.uk-switcher .uk-grid {
	margin-left: -1px;
}
.bottom-b {
	background: url(../images/bottom-b.jpg);
	text-align: center;
}
.bottom-b .moduletable {
	margin: 80px 0;
}
.bottom-b h3 {
	font-size: 55px;
	text-transform: uppercase;
}
.bottom-c .moduletable {
	max-width: 50%;
	float: left;
	width: 100%;
}
.bottom-c {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bottom-c .moduletable .custom {
    min-height: 630px;
    position: relative;
    background-size: cover;
}
.bottom-c .moduletable .custom::after {
	background: rgba(0,0,0,.5);
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bottom-c a {
	color: #dacb24;
}
a, .uk-link {
    color: #dacb24;
    text-decoration: none;
    cursor: pointer;
}
.bottom-c .moduletable:first-child .custom {
	display: flex;
	align-items: right;
	-webkit-align-items: right;
	text-align:right;
	justify-content: right;
	/* padding-right: 10px; */
	/* padding-top: 40px; */
}
.bottom-c .moduletable .custom p {
	position: ;
	position: relative;
	z-index: 99;
}
.bottom-c .moduletable .custom p {
	color: #fff;
	position: relative;
	z-index: 99;
	font-size: 36px;
	text-transform: uppercase;
	margin-left: 100px;
	margin-right: 100px;
	top: 100px;
	font-family: 'BebasNeueBold';
}

.bottom-c .moduletable .custom span {
  font-size:18px;
  margin-left:0px;
  width:100%;
  float:left;
}

.uk-width-3-4.footer-menu li a {
	color: #404041;
	text-decoration: none;
	font-size: 14px;
	transition: .4s ease;
}
.footer-menu li a:hover {
	color: #dacb24;
}
.nav.menu .uk-navbar-dropdown li a {
	text-transform: none;
	font-size: 16px;
	display: block;
	margin: 5px 0;
}
.header.uk-sticky.uk-sticky-fixed.uk-active.uk-sticky-below {
	box-shadow: 0 0 20px #ccc;
}
.custom.wbg {
	height: 500px;
	background-size: cover;
}
.uk-navbar-nav.nav.menu li a:hover {
	color: #dacb24;
}
.uk-navbar-nav.nav.menu li a {
	transition: .4s ease;
}
.bottom-d {
	margin-top: 20px;
	border-bottom: 1px solid #bebebe;
}
.footer {
	padding-top: 20px;
	font-size: 17px;
}
.fa strong {
	display: none;
}
.social .fa {
	color: #4c4c4c;
	border: 2px solid #4c4c4c;
	width: 24px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	transition: .4s ease;
	text-align: center;
}
.social .fa:hover {
	text-decoration: none;
	color: #dacb24;
	border-color: #dacb24;
}
.footer-menu li a:hover {
	color: #dacb24;
}
.uk-width-3-4.footer-menu ul {
	margin-top: 30px;
}
.uk-width-3-4.footer-menu li {
	display: inline-block;
	margin-left: 10px;
}
.bottom-c strong {
	color: #dacb24;
	font-size: 52px;
	font-weight: 500;
}
.bottom-d .nav.menu {
	display: inline-block;
}
.social ul li {
	display: inline-block;
	margin-left: 10px;
}
.uk-width-1-2.social {
	text-align: right;
}
.uk-width-3-4.footer-menu {
	text-align: right;
}
.gallery-switcher li {
	display: inline-block;
	margin: 0 10px;
}
.gallery-switcher {
	padding: 0;
	margin: 20px 0;
	text-align: center;
}
.bottom-a {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
.main {
	padding: 100px 0;
}
.sige li {
	width: 33% !important;
	height: auto;
}
.sige_small {
	display: none;
}
.home .page-header h2 {
	text-align: center;
	font-size: 55px;
	text-transform: uppercase;
}
.icons {
	display: none;
}
.sige {
	width: 100%;
	display: block;
}
.uk-slideshow-items li {
    background-size: cover;
    background-position: center;
}
.sige_thumb img {
	border: none;
	box-shadow: none !important;
	padding: 0;
	margin: 0;
}
.sige_thumb {
	margin: 1px;
	background: none;
}
.main h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #dacb24;
	font-weight: 600;
}
.uk-slidenav {
	color: #333;
}
.testimonials2 {
	position: relative;
	max-width: 80%;
	margin: 0 auto;
}
.testimonials2 .uk-position-center-left {
	left: -100px;
}
.testimonials2 .uk-position-center-right {
	right: -100px;
}
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
	height: 130px;
}
.banner-slider.uk-slider.uk-slider-container li::after {
	content: "";
	clear: both;
	display: block;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease;
}
.banner-slider.uk-slider.uk-slider-container li:hover::after {
	background: none;
}
.cat2-img {
	position: relative;
}
.cat2-img::after {
	content: "";
	display: block;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease;
}
.banner-slider.uk-slider.uk-slider-container li {
    position: relative;
    background-size: cover;
}
.draw:before {
  box-sizing: border-box;
  transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}
.draw:after {
  box-sizing: border-box;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}
.draw:hover {
  color: inherit;
  text-decoration: none;
}
.cat2-img:hover::after {
	background: rgba(218, 203, 36,.8);
}
.cat2-img-content {
	height: 91%;
	display: block;
	width: 95%;
	position: absolute;
	z-index: 10;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4% 3%;
}
.default2-content .category-desc {
	display: none;
	transition: .4s;
	opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
}
.category-desc.uk-scrollspy-inview.uk-animation-fade p {
	color: #000;
}
.gallery-switcher a {
	color: #404041;
	font-size: 17px;
	text-transform: uppercase;
	margin: 5px;
	display: block;
	text-decoration: none;
	border: none;
	/* transition: .4s ease; */
}
.bottom-a h3 {
	font-size: 43px;
	text-transform: uppercase;
}
.gallery-switcher .uk-active a {
	color: #fff;
	border: 1px solid #fff;
	display: block;
	padding: 5px 10px;
}
.gallery-switcher .uk-active {
	background: #dacb24;
}


.cat2-img:hover .category-desc {
	display: block;
	opacity: 1;
	color: #000;
}
.cat2-img-content h3 a {
	color: #fff;
	text-transform: uppercase;
}

.cat2-img:hover .cat2-img-content {
	border: 1px solid #000;
}
.cat2-img:hover .cat2-img-content h3 a {
	color: #000;
}
[class*="uk-navbar-dropdown-bottom"] {
	margin-top: 0;
}
.uk-navbar-dropdown {
	width: 240px;
	padding: 20px 10px;
}
.fieldset-1.active {
	border: none;
	padding: 0;
}
.visCSSlabel {
	display: block;
	float: none;
	width: 100%;
}
.visform input, .visform select, .visform textarea {
	border: 1px solid #bebebe;
	padding: 10px;
	background: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-family: Roboto;
	font-size: 14px;
}
.vis_mandatory.visCSSbot10.visCSStop10 {
	display: none;
}
.item-page .icons {
	display: none;
}
.gallery .page-header {
	text-align: center;
}
.btn {
	background: #dacb24 !important;
	border: none !important;
	color: #ffff;
	font-size: 20px;
	width: auto !important;
	padding: 10px 60px !important;
	text-align: ;
	text-transform: uppercase;
}
.asterix-ancor.visCSSlabel {
	display: none;
}
.main-top .custom.wbg {
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	margin-top: 25px;
}
.mod-content.uk-transition-toggle:hover h3, .mod-content.uk-transition-toggle:hover p {
	color: #000;
}
.mainbox-mod p {
	transition: .4s ease;
}
.main-top .moduletable {
	width: 50%;
	float: left;
	height: 100%;
	display: block;
	/* display: flex; */
	/* align-items: center; */
}

.main-top .custom.wbg::after {
	content: "";
	display: block;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease;
}
.main-top .custom.wbg:hover::after {
	background: rgba(218, 203, 36,.8);
}
.mainbox-mod h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	font-family: 'BebasNeueBold';
}
.mod-title {
	font-size: 40px;
}
.mod-title {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
}
.mod-content.uk-transition-toggle:hover .mod-title {
	display: none;
}
.mod-content.uk-transition-toggle {
	position: relative;
}
.mainbox-mod {
	position: relative;
	z-index: 999;
	color: #fff;
	height: 92%;
	width: 95%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.main-top1 h3 {
	font-size: 50px;
	font-family: 'BebasNeueBold';
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0;
}
.mod-content.uk-transition-toggle:hover .mainbox-mod {
	/* margin: 0 40px; */
	border: 1px solid #000;
}
.mainbox-mod {
	color: #fff;
	padding: 30px;
}
.uk-sticky-fixed {
	z-index: 1000;
}
.top-a h3::before, .main-top1 h3:before, .home .page-header h2:before, .bottom-b h3:before {
	width: 40px;
	height: 1px;
	content: "";
	display: block;
	background: #333;
	display: ;
	float: left;
	top: 36px;
	position: relative;
	margin-right: 20px;
}
.top-a h3::after, .main-top1 h3:after, .home .page-header h2:after, .bottom-b h3:after {
	width: 40px;
	height: 1px;
	content: "";
	display: block;
	background: #333;
	display: ;
	float: right;
	top: 36px;
	position: relative;
	margin-left: 20px;
}
.top-a h3, .main-top1 h3, .home .page-header h2, .bottom-b h3 {
	font-size: 55px;
	text-transform: uppercase;
	display: table;
	margin: 20px auto;
}
.mainbox-mod2 a {
	color: #000;
	text-decoration: none;
}
.slide-content {
	position: relative;
}
.slide-content {
	height: 100%;
	/* width: 100%; */
	display: flex;
	align-items: center;
	justify-content: right;
}

.banner li::after {
	background: url(../images/overlay.png);
	content: "";
	display: block;
	width: 100%;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
}
.slide-content::after {
	content: "";
	background: url(../images/slidelogo-overlay.png);
	display: none;
	width: 425px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 100px;
}
.slide-content {
	position: relative;
}

.slide-content2 {
	position: relative;
	z-index: 999;
}
.overlap-text {
	padding: 30px;
	background: #fff;
	margin: 30px;
	margin-top: -30px;
	z-index: 10;
	position: relative;
	margin-bottom: -30px;
}
.aboutus .main {
	background: #f9f9f9;
}
.bottom-c .moduletable:first-child .custom div {
    width: 100%;
}
