@charset "utf-8";

/* ================================================== */
/* created by designesia

* body
* header
	* subheader
* navigation
* content
* section
* footer
* sidebar
* blog
* products
* contact
* coming soon page
* elements
	* address
	* border
	* breadcrumb
	* button
	* columns
	* counter
	* divider
	* dropcap
	* form
	* heading
	* icon font
	* list
	* map
	* package
	* page heading
	* pagination
	* pricing
	* progress bar
	* social icons
	* spacer
	* tabs
	* team
	* testimonial
* media query

/* import fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Allura);

/* import icons */
@import url("../fonts/font-awesome/css/font-awesome.css");
@import url("../fonts/fontawesome6/css/fontawesome.css");
@import url("../fonts/fontawesome6/css/brands.css");
@import url("../fonts/fontawesome6/css/solid.css");
@import url("../fonts/elegant_font/HTML_CSS/style.css");
@import url("../fonts/et-line-font/style.css");

*{
	--bg-dark-1:#000000;
}

/* ================================================== */
/* body */
/* ================================================== */
html{
background:#000000 !important;
}

body {
	display:none;
	font-family: "Roboto",Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:400;
	color: #bbbbbb;
	line-height: 1.8em;
	padding: 0;
	background:#000000;
}

body.de_light{
	background: #ffffff;
}

body.de_light,.de_light,
.text-dark,.modal-body{
	color:#606060;
}

html.no-scroll,
body.no-scroll {
    overflow: hidden;
}

html.no-scroll::-webkit-scrollbar,
body.no-scroll::-webkit-scrollbar {
    display: none;
}

.rtl{
	text-align:right;
}
.rtl header div#logo{
	float:right;
}
.rtl header nav {
	float:left;
}

#wrapper{
overflow:hidden;
}

#page-overlay{
background: rgba(0,0,0,.7);
position: fixed;
height: 100%;
width:100%;
z-index: -1;
}

/* ================================================== */
/*  header	*/ 
/* ================================================== */
	header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	transition: height 0.3s;
	background:#000000;
	border-bottom:solid 1px rgba(0,0,0,0.0);
	}
	
	header .info{
	display:none;
	color:#fff;
	text-align:right;
	padding:10px 0 10px 0;
	width:100%;
	z-index:100;
	border-bottom:solid 1px rgba(255,255,255,.2);
	}
	header .info .column{
	display:inline-block;
	padding:0 15px 0 15px;
	font-size:11px;
	letter-spacing:1px;
	float: left;
	}
	header .info strong{
	font-size:12px;
	}
	
	header.header-light .info{
	color:#333;
	}
	header.transparent.header-light .info{
	color:#fff;
	}
	
	header.transparent{
	background:rgba(0,0,0,0.0);
	}
	
	header.autoshow{
	top:-80px;
	}	
	
	header.autoshow.scrollOn,header.autoshow.scrollOff{
	transition:.5s;
	outline: none;	
	}
	
	header.autoshow.scrollOn{
	top:0;
	}
	
	header.autoshow.scrollOff{
	top:-80px;
	}
	
	header div#logo {
	display: table;
	height: 80px;
	float: left;
	transition: all 0.3s; 
	}
	header div#logo a{
	display:table-cell;
    vertical-align:middle;
	}
	header nav {
	float:right;
	}
	header nav a {
	transition: all 0.3s; 
	}
	header nav a:hover {
	color: #555; 
	}
	header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile):not(.header-s2) #mainmenu > li > a{
	padding-top: 18px;
	padding-bottom:18px;
	}
	header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) #mainmenu li li a{
	padding-top: 0px;
	padding-bottom: 0px;
	}
	header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) #mainmenu ul{
	top:70px;
	}
	header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) #mainmenu ul ul{
	top:0px;
	}
	header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile):not(.header-s2){
	height: 70px;
	background:#000000;
	}
	header.header-light.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile):not(.header-s2){
	height: 70px;
	background:#ffffff;
	}
	header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile):not(.header-s2) div#logo {
	height:70px;
	}
	
	.logo-smaller div#logo {
	width: 150px;
	height:30px;
	line-height: 65px;
	font-size: 30px;
	}
	.logo-smaller div#logo img{
	line-height: 75px;
	font-size: 30px;
	}
		
	header.de_header_2{
		height:125px;	
	}
	
	header.de_header_2.smaller {
		height:70px;
	}
	
	header.de_header_2.smaller .info{
		position:absolute;
		opacity:0;
		z-index:-1;
	}
	
	header.header-light{
	background:#fff;
	}
	
	header.header-light.transparent{
	background:none;
	}
	
	header.smaller:not(.header-bottom).header-light:not(.header-s2){
	background:#fff;
	border-bottom-color:#eee;
	}
	
	
	/* subheader */

/* ================================================== */
/* navigation */
/* ================================================== */
	
	#mainmenu {
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	float: right;
	font-size:11px;
	font-weight:400;
	letter-spacing:3px;
	text-transform:uppercase;
	}	
	
	#mainmenu ul {
	float: right;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 30px;
	}
	
	#mainmenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	}
	
	#mainmenu a{
	line-height:30px;
	}
		
	#mainmenu > li > a{
	line-height:35px;
	}
		
	#mainmenu a {
	display: inline-block;
	padding: 25px 0px 25px 20px;
	text-decoration: none;
	text-align:center;
	outline:none;
	}
	
	#mainmenu a,
	header.transparent.header-light #mainmenu a{
	color:#fff;
	}
	
	#mainmenu li a:after { float:right; position:relative; font-family:"FontAwesome"; content:"\f111"; font-size:6px; margin-left:20px; margin-top:0px; color:#cb9200; }
	
	#mainmenu li:last-child a:after{display:none;}	

	#mainmenu.no-separator li a:after{
		margin-left: 5px;
	}
	
	
	#mainmenu.dotted-separator li a:after{
	content:"\f111";
	font-size:6px;
	}	
	
	#mainmenu.line-separator li a:after{
	content:"/";
	font-size:14px;
	}	
	
	#mainmenu.circle-separator li a:after{
	content:"\f10c";
	font-size:9px;
	}	
	
	#mainmenu.strip-separator li a:after{
	content:"\f068";
	font-size:9px;
	}	
	
	#mainmenu.plus-separator li a:after{
	content:"\f067";
	font-size:11px;
	}	
	
	#mainmenu.square-separator li a:after{
	content:"\f096";
	font-size:11px;
	}		
	
	#mainmenu.no-separator li a:after{
	font-size:0px;
	}
	
	#mainmenu li li {
	font-size: 10px;
	font-weight: normal; 
	border-bottom: solid 1px #333;
	}
	
	#mainmenu li li:last-child {
	border-bottom: none;
	}
	

	#mainmenu li li a {
	padding: 0px 12px 0px 12px;
	border-top: none;
	color: #ccc;
	width:201px;
	border-left:none;
	text-align:left;
	}
	
	#mainmenu li li a:hover{
	color:#111;
	}
	
	#mainmenu li li a:after {
	content:none !important;
	}
	
	#mainmenu li li li a {
	background: #000000327;
	}
	
	#mainmenu li li a:hover {
	color:#111;
	background: #1a8b49;
	}
	
	/* new added menu */
	
	#mainmenu li > ul {
	width: 201px;
	height: 0;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 10;
	opacity:0;
	margin-top:5px;
	overflow:hidden;
	}	
	
	#mainmenu li:hover > ul {
	opacity:1;
	height:auto;
	margin-top:0px;
	overflow:visible;
	}
	
	/* close new added menu */
	
	#mainmenu li li {
	display: block;
	float: none;
	}
	
	
	#mainmenu ul li:hover > a{
	color:#000000;
	}
	
	header.header-mobile #mainmenu li ul {
	visibility: visible;
	opacity:1;
	margin-top:0px;
	}
	
	#mainmenu li ul{		
	background: #000000327;
	}
	
	#mainmenu li ul ul {
	left: 100%;
	top: 0px;
	}
	
	#mainmenu li:hover > ul {
	color: #1a8b49;
	}
	
	#mainmenu select {
	padding: 10px;
	height: 36px;
	font-size: 14px;
	border: none;
	background: #ff4200;
	color:#eceff3;
	}
	
	#mainmenu select option {
	padding: 10px;
	}
	
	
	header.header-light #mainmenu > li > a,
	header.header-light.transparent #mainmenu > li > a,
	header.transparent.smaller.header-light #mainmenu > li > a{
	color:#333 !important;
	}

#menu-overlay{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.9);
	color:#ffffff;
	z-index:10000;
	overflow-y:auto;
	display:none;
	overflow-x: hidden;
	}
	#menu-overlay.slideDown{
		top:-100%;
	}
	
	#mo-button-open{
	position:absolute;
	display:block;
	width:30px;
	right:20px;
	margin-top:22px;
	overflow:hidden;
}

	#mo-button-open div{
		width:100%;
		height:3px;
		background:#ffffff;
		margin-bottom:7px;
	}

	#mo-button-open:hover div:nth-child(1){
		margin-left:50%;
	}

	#mo-button-open:hover div:nth-child(2){
		margin-left:25%;
	}

	#mo-button-close {
		position:absolute;
		top: 0px;
		right:20px;
		display: block;
		width: 30px;
		height: 45px;
		cursor: pointer;
	}



	#mo-menu ul, #mo-menu li{
		padding:0;
		margin:0;
		list-style:none;
	}

	#mo-menu{
		font-size:16px;
		margin-left:-30px;
	}

	#mo-menu a{
		text-decoration:none;
		color:#ffffff;
	}

	#mo-menu li ul a{
		color:#888888;
	}

	#mo-menu li ul a:hover{
		color:#ffffff;
	}

	#mo-menu > li > a{
		font-size:40px;
		padding:15px 0;
		display:inline-block;
	}

	#mo-menu > li{
		display:block;
		width:100%;
		opacity:0;
	}

	#mo-menu > li.show{
		opacity:1;
	}

	#mo-menu > li > ul{
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
	}

	#mo-menu:not(.mo-center) > li > ul{
		width:100%;
	}

	#mo-menu > li > ul.full {
	  max-height: 2000px;
	  transition: max-height 1s ease-in-out;
	}


	/* menu toggle for mobile */
	#menu-btn{
	display:none;
	float:right;
	margin-top:5px;
	width:36px;
	height:36px;
	padding:6px;
	text-align:center;
	cursor:pointer;
	}
	
	.header-light #menu-btn{
	background:none;
	}
	
	#menu-btn:before{
	font-family:FontAwesome;
	content: "\f0c9";
	font-size:24px;
	color:#eceff3;
	}
	
	.header-light #menu-btn:before{
	color:#333;
	}
	
	#menu-btn.unclick:before{
	content: "\f0c9";
	}
	
	#menu-btn.clicked:before{
	content: "\f00d";
	}
	
	#menu-btn:hover{
	background:#fff;
	}
	
	#menu-btn:hover:before{
	color:#000000;
	}
	
	/* menu toggle animated */


/* ================================================== */
/* content */
/* ================================================== */
	#content {
	width:100%;
	background:#fff;
	padding:90px 0 90px 0;
	z-index:100;
	}
	
	.de_light #content{
	background:#fff;
	}
		
	
	#content{
	background:#000000;
	}


/* ================================================== */
/* section */
/* ================================================== */
	section{padding:90px 0 90px 0;}
	section{background:#000000;}
	
	.de_light section{
	background:#fff;
	}
	
/* ================================================== */
/* footer */
/* ================================================== */
footer {
	background: #111;
	color: #ccc;
	padding: 80px 0 0 0;
	}
	
	footer h3, .de_light footer h3 {
	color:#fff;
	font-size: 20px;
	}
	
	footer a {
	color: #ccc;
	text-decoration:none !important;
	}
	
	footer a:visited {
	color: #ccc;
	}
	
	footer.light{
		color:#606060;
		background:#fff;
	}
	
	footer.light .subfooter{
	background:#f8f8f8;
	}
	
	footer.light a{
		color:#606060 !important;
		text-decoration:none;
	}
	
	.subfooter{
	background:#0b0b0b;
	padding:30px 0 20px 0;
	}
	
	.subfooter.light{
		border-top:solid 1px #ddd;
		background:#fff;
	}
	
	header.side-header{
	border-bottom:none !important;
	margin:0;
	}

	header.header-mobile{
	position:relative;
	background:#111;
	z-index:1000;
	}
	
	header.header-mobile.header-light{
	background:#fff;
	}
	
	header.smaller.header-scroll:not(.autoshow){
	position:absolute;
	}
	
	.header-bottom .info{
	display:none !important;
	}
	
	#de-sidebar{
	position:absolute;
	}
	

/* ================================================== */
/* blog */
/* ================================================== */

	/* de-blogpost-1 */

	/* de-blogpost-2 */

	/* de-blogpost-3 */


	/* de-hero-block */

	/* d-image-hover-1 */

	.blog-list {
	margin: 0;
	padding: 0;
	}
	/* blog list */
	.blog-list li {
	list-style: none;
	line-height: 1.7em;
	margin-bottom: 60px;
	margin-top:10px;
	padding-bottom:15px;
	border-bottom:solid 1px rgba(255,255,255,.1);
	}
	.de_light .blog-list li{
	border-bottom:solid 1px #ddd;
	}
	.blog-list h3{
	margin-top:20px;
	}	
	.blog-list h3 a{
	color:#fff;
	}
	.de_light  .blog-list h3 a{
	color:#111;
	}
	.blog-list img{
	border-bottom:solid 4px;
	}

	#blog-carousel .item{
	width:100%;
	}
	
	/* blog comment */



/* de-bloglist-type-1 */
/* de-bloglist-type-1 close */


/* de post poster */

/* de post poster end */
	
	.blog-list h3 {
	letter-spacing:normal;
	font-size:24px;
	text-transform:none;
	}

	/* blog comment form */
	


	
	.blog-slide{
	padding:0;
	margin:0;
	}


/* ecommerce */

.de__pcard h3{
	margin-bottom: 5px;
	font-size: 17px;
}

.atr__colors{
	margin-top: 10px;
}

.atr__colors div{
	border: solid 1px rgba(51, 51, 51, 0);
	display: inline-block;
	margin: 0 2px;border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.atr__colors span{
	display: block;
	background: #333333;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.atr__colors div.active{
	border: solid 1px #333333;
	padding: 3px;
}

.atr__colors div.active span{
	width: 14px;
	height: 14px;
}


/* pic hover */

/* ================================================== */
/* products */
/* ================================================== */

.products{
padding:0;
list-style:none;
}
.products li{
margin-bottom:30px;
}
.product h4{
font-size: 16px;
font-weight:500;
margin-bottom:5px;
}
.product a{
	text-decoration: none;
}
.product img{
background:#333;
margin-bottom:10px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.product .btn-line{
	width:100%;
}
.product a.btn-line:hover{
	color:#111111 !important;
}

/* ================================================== */
/* contact form */
/* ================================================== */
	.error {
	padding:20px;
	border:none;
	display: none;
	color: #d9534f;
	border:solid 1px #d9534f;
	font-size: 12px;
	font-size: 16px;
	}
	.success {
	padding:20px;
	display: none;
	color: #5cb85c;
	border:solid 1px #5cb85c;
	margin-bottom: 20px;
	font-size: 16px;
	}
	.error img {
	vertical-align: top;
	}
	.full {
	width: 98%;
	}
	
	#contact_form input[type=text],#contact_form textarea,#contact_form input[type=email],#contact_form input[type=number],#search, #contact_form select{
	padding:10px;
	margin-bottom:20px;
	color:#fff;
	border:solid 1px rgba(255,255,255,.2);
	background:rgba(0,0,0,.1);
	border-radius:0 !important;
	height:auto;
	}

	.de_light #contact_form input[type=text],.de_light #contact_form textarea,.de_light #contact_form input[type=email], .de_light #search, 	.de_light #contact_form select
		{
		border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		border:solid 1px #dddddd;
		background:#ffffff;	
		color:#333 !important;
		}


	#contact_form select{
		background: url(../images/ui/select-arrow.png) right center no-repeat !important;
	}

	#contact_form select option{
		color: #000000;
	}

	.de_light #contact_form select{
		background: url(../images/ui/select-arrow-invert.png) right center no-repeat !important;
	}
	
	
	#contact_form input[placeholder],#contact_form textarea[placeholder]{
	color:#eee;
	}

	#contact_form ::-moz-placeholder{
	  color: #eee;
	  opacity: 1;
	}

	#contact_form ::placeholder{
	  color: #eee;
	  opacity: 1;
	}
	
	.de_light #contact_form ::-moz-placeholder{
	  color: #111111;
	  opacity: 1;
	}
	
	.de_light #contact_form ::placeholder{
	  color: #111111;
	  opacity: 1;
	}
	

	#contact_form input[type=submit].btn-line{
	background:none;
	padding:8px 20px;
	}
	
	#contact_form input[type=submit].btn-line:hover{
	background:#111;
	border-color:#111;
	}
	
	#contact_form textarea{
	height:178px;
	}
	
	.form-default input[type=text]{
	background:#1D1E1F;
	border:none;
	font-size:14px;
	padding:2px 10px 2px 10px;
	color:#ffffff;
	}

	/* Chrome, Safari, Edge, Opera */


	.f-input-number {
	  width: 40px;
	  padding: 0 12px;
	  vertical-align: top;
	  text-align: center;
	  outline: none;
	  background: none;
	  color:#ffffff;
	  font-weight: bold;
	}

	.f-input-number,
	.f-input-number-decrement,
	.f-input-number-increment {
	  border: 1px solid rgba(255,255,255,.1);
	  height: 40px;
	  -webkit-user-select: none;
	     -moz-user-select: none;
	          user-select: none;
	}

	.f-input-number-decrement,
	.f-input-number-increment {
	  display: inline-block;
	  width: 30px;
	  line-height: 38px;
	  background: none;
	  color: #ffffff;
	  text-align: center;
	  font-weight: bold;
	  cursor: pointer;
	}
	.f-input-number-decrement:active,
	.f-input-number-increment:active {
	  background: #000000;
	}

	.f-input-number-decrement {
	  border-right: none;
	  border-radius: 2px 0 0 2px;
	}

	.f-input-number-increment {
	  border-left: none;
	  border-radius: 0 2px 2px 0;
	}

	.de_light .f-input-number {
	  width: 40px;
	  background: #fff;
	  color:#000000;
	}

	.de_light .f-input-number,
	.de_light .f-input-number-decrement,
	.de_light .f-input-number-increment {
	  border: 1px solid #ccc;
	}

	.de_light .f-input-number-decrement,
	.de_light .f-input-number-increment {
	  display: inline-block;
	  background: #f1f1f1;
	  color: #444;
	}

	.de_light .f-input-number-decrement:active,
	.de_light .f-input-number-increment:active {
	  background: #ddd;
	}

	
	
	.pop-search .form-default{
	width:100%;
	top:85px;
	left:0;
	position:absolute;
	z-index:1;
	display:none;
	}
	
	.pop-search .form-default input[type=text]{
	width:100%;
	font-size:24px;
	padding:18px;
	outline:none;
	}
	.pop-search-click{
	position: relative;
	display:inline-block;
	cursor:pointer;
	z-index:100;
	margin-top: 18px;
	}
	.pop-search-click:before{
	margin-left:-15px;
	font-family:"FontAwesome";
	content:"\f002";
	}
	.pop-search-click.click:before{
	content:"\f00d";
	}

	
	.error_input{
	border-color:#D31E2B !important;
	}

/* ================================================== */
/* coming soon page */
/* ================================================== */
	
	.coming-soon .logo{
	margin:0;
	padding:0;
	}
	
	.coming-soon h2{
	margin-top:0;
	color:rgba(255,255,255,.8);
	font-weight:400;
	}
	
	.coming-soon  .social-icons i{
	font-size:20px;
	margin-left:10px;
	margin-right:10px;
	}
	
	.coming-soon .social-icons i:hover{
	background:none;
	color:rgba(255,255,255,.2) !important;
	}
	
	
	.arrow-up, .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #fff;
	position:fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom:0;
	cursor:pointer;
	z-index:101;
	}
	
	.arrow-down {
	border-top: 40px solid #fff;
	border-bottom:none;
	position:fixed;
	z-index:102;
	top:-40px;
	}
	
	.arrow-up:before{
	font-family:"FontAwesome";
	font-size:20px;
	content:"\f067";
	color:#000000;
	position:relative;
	top:12px;
	margin:0 0 0 -8px !important;
	}
	
	.arrow-down:before{
	font-family:"FontAwesome";
	font-size:20px;
	content:"\f068";
	color:#000000;
	position:relative;
	top:-35px;
	margin:0 0 0 -8px !important;
	}
	

/* ================================================== */
/* elements */
/* ================================================== */
	
	/* address */
	/* ------------------------------ */
	address{
	margin:0;
	margin-top:20px;
	}
	address span {
	display: block;
	border-bottom:solid 1px #000000;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
	footer.light address span {
	border-bottom:solid 1px #eee;
	}
	
	.de_light .widget_text address span {
	border-bottom:solid 1px #ddd;
	}
	
	address span strong {
       display: inline-block;
       width: 70px;
   }
	
	address span{
	border-bottom-color:#000000;
	}
	
	address span i{
	margin-top:5px;
	margin-right:20px;
	float:none;
	}
	
	address span strong {
	display: inline-block;
	}
	
	address span a{
	color:#eceff3;
	}
	
	.de_light #sidebar .widget address span{
	border-bottom:solid 1px #ddd;
	}
	
	.de_light #sidebar .widget address a{
	color:#333;
	}
	
	
	/* border */
	/* ------------------------------ */
	.small-border{
	height:1px;
	width:120px;
	background:#ccc;
	display:block;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
	}
	
	/* breadcrumb */
	/* ------------------------------ */

	
	/* button */
	/* ------------------------------ */
	.btn-line, a.btn-line{
	border:solid 1px #000000;
	color:#fff;
	font-weight:500;
	font-size:12px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:3px;
	padding-left:30px;
	padding-right:50px;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	letter-spacing:2px;
	text-decoration:none;
	
	}

	.de_light .btn-line,
	.de_light a.btn-line{
		color:#111;
		border:solid 1px #dddddd;
	}

	.btn-line, a.btn-line{
	border:solid 1px rgba(255,255,255,.2);
	color:#fff;
	}
	

	.btn-line:hover, a.btn-line:hover{
	background:#fff;
	color:#111;
	border-color:#fff;
	}
	
	a.btn-line:after{
		position:absolute;
		padding-left:0px;
		margin-top:1px;
	}
	
	a.btn-line:hover:after{
		position:absolute;
		padding-left:10px;
	}
	
	.btn-line:after,  a.btn-line:after{
	color:#fff;
	}
	
	.btn-line:hover:after, a.btn-line:hover:after, a.btn-line.hover:after{
	color:#fff;
	}
	
	.btn-line:hover:after, a.btn-line:hover:after, a.btn-line.hover:after{
	color:#111;
	}
	
	a.btn-big{
	font-size:14px;
	color:#eceff3;
	letter-spacing:1px;
	line-height:normal;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 1px #fff;
	padding:10px 50px 10px 30px;
	}
	a.btn-big:after{
	font-family:FontAwesome;
	content: "\f054";
	margin-left:20px;
	margin-top:3px;
	}
	
	.de_light a.btn-big{
	font-weight:normal;
	}
	
	.btn-line, a.btn-line{
	color:#eceff3;
	}
	
	.btn-line:after, a.btn-line:after{
	font-family:FontAwesome;
	content: "\f054";
	margin-left:10px;
	}
	
	a.btn-line.black,
	a.btn-line.black:hover{
	border-color:#111111;
	color:#111111;
	}
	a.btn-line.black:hover{
	color:#ffffff;
	background:#111111;
	}
	a.btn-line.black:after,
	.de_light a.btn-line.black:after{
	color:#111111;	
	}
	a.btn-line.black:hover:after{
	color:#ffffff;
	}
	
	a.btn-slider{
	display:inline-block;
	font-size:13px;
	font-weight:600;
	color:#fff;
	letter-spacing:3px;
	line-height:normal;
	text-decoration:none;
	text-transform:uppercase;
	border:solid 1px rgba(255,255,255,.5);
	padding:10px 30px 10px 30px;
	}
	a.btn-slider.dark{
	color:#333;
	border:solid 1px rgba(0,0,0,.5);	
	}
	a.btn-slider:after{
	font-family:FontAwesome;
	content: "\f054";
	margin-left:10px;
	}
	a.btn-slider:hover{
	color:#000000;
	background:#fff;
	border-color:#000;
	border:solid 2px #fff;
	}
	a.btn-slider.dark:hover{
	color:#fff;
	background:#333;
	border:solid 1px rgba(0,0,0,.5);	
	}
	
	/* text-color-overide bootstrap */
	
	/* columns */
	/* ------------------------------ */

	
	/* counter */
	/* ------------------------------ */
	.de_count{
	text-align:center;
	padding:30px 0 30px 0;
	background:none;
	}
	.de_count h3{
	font-family:"Dosis", Arial, Helvetica, sans-serif;
	font-size:40px;
	}
	.de_light .de_count h3{
	font-family:"Roboto";
	font-weight:500;
	}
	.de_count i{
		display:block;
		font-size:60px;
		margin:0 auto;
		margin-bottom:20px;
		width:100%;
		font-weight:lighter !important;
	}
	
	.de_count.ultra-big h3{
		font-size:180px;
		line-height:1em;
	}
	
	.de_count.ultra-big span{
		font-size:18px;
		font-weight:bold;
		letter-spacing:10px;
		padding:5px 10px;
	}
	
	.de_count.ultra-big.font-border h3{
	color:rgba(0,0,0,0);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255,255,255,.5);
	}
	
	/* divider */
	/* ------------------------------ */
	.spacer-single{
	width:100%;
	height:30px;
	display:block;
	clear:both;
	}
	
	.spacer-double{
	width:100%;
	height:60px;
	display:block;
	clear:both;
	}
	
	hr {
	display: block;
	clear: both;
	border-top: solid 1px #ddd;
	margin: 40px 0 40px 0;
	}


	
	/* dropcap */
	/* ------------------------------ */
	
	
	/* form style */
	/* ------------------------------ */

	/* style your lables/button */

	#contact_form input[type="radio"] + label, 
	#contact_form input[type="checkbox"] + label {
		margin-right: 10px;
	}
	

	
	/* heading */
	/* ------------------------------ */
	
	/* heading */
	/* ------------------------------ */
	h1, h2, h3, h4, h5, h6 {
	color: #07003b;
	font-family: 'Dosis',Arial, Helvetica, sans-serif;
	font-weight:400;
	}
	
	h1 {
	font-size:28px;
	margin:0;
	text-align:center;
	letter-spacing:5px;
	text-transform:uppercase;
	font-weight:300;
	}
	
	h1 .small-border{
		margin-top:30px;
	}
	

	h1.ultra-big{
		font-size: 120px;
	}

	h2 {
	display:inline-block;
	font-weight:500;
	margin-bottom:30px;
	line-height:1.2em;
	}
	h2 .small-border{
	margin-left:0;
	margin-bottom:15px;
	width:40px;
	}
	h3 {
	margin-top: 0;
	font-size:18px;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-bottom:15px;
	}
	h4{
	font-size:18px;
	}
	h1.title{
	font-size:64px;
	letter-spacing:10px;
	}
	h1.title strong{
	font-family:"Allura";
	text-transform:none;
	letter-spacing:0;
	font-weight:normal;
	}
	h3.title {
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	}
	h4.title {
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}
	form h4{
		margin-bottom: 20px;
	}
	form h4 i{
		margin-right: 10px;
		background: rgba(var(--primary-color-1-rgb),.2);
		padding: 9px;
		text-align: center;
		width: 36px;
		height: 36px;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
	}
	h5 {
	font-weight: bold;
	}
	h1,
	h2,
	h3,
	h4,
	h5{
	color:#eceff3;
	}
	
	span.teaser{
	font-family:"Georgia";
	font-style:italic;
	font-size:18px;
	}
	
	.text-dark{
	color:#333;
	}
	
	.text-dark, .text-dark p, .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6{
	color:#000000;
	}	
	
	.de_light h1,.de_light h2,.de_light h3,.de_light h4,.de_light h5,.de_light h6,
	footer.light h1,footer.light h2,footer.light h3,footer.light h4,footer.light h5,footer.light h6,.modal-dialog h5
	{
	color:#000000;
	}
	
	/* feature box style 1 */
	
	/* feature-box style 2 */
	
	
	/* feature-box image style 3 */
	
	/* with image */
	
	/* feature-box image style 4 */
	
	
	.box-number .number{
	display:block;
	font-size:48px;
	color:#000000;
	width:80px;
	height:80px;
	text-align:center;
	padding:25px;
	border-radius:60px;
	position:absolute;
	}

	.box-number i{
	display:block;
	font-size:40px;
	color:#000000;
	width:80px;
	height:80px;
	text-align:center;
	padding:20px 0;
	border-radius:60px;
	position:absolute;
	}
	
	.box-number.square .number,
	.box-number.square i{
	border-radius:0;
	}
	
	.box-number .text{
	margin-left:100px;
	}
	
	/* list */

	/* list */

	
	/* pagination */
	/* ======================================== */
	
	.pagination li a{
		text-decoration: none;
	}

	.pagination li a:hover{
	color:#fff;
	background:none;	
	}
	
	.de_light .pagination li a:hover{
	color:#111;
	background:none;	
	}
	
	.pagination li a{
	color:#888;
	border:solid 1px #404040;
	background:none;
	margin:3px;
	padding:15px 20px 15px 20px;	
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	}
	
	.de_light .pagination li a{
	border-color:#ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 12px 20px;
	}

	.pagination li.active a{
		color:#111111;
	}

	/* pricing table */
	/* ================================================== */

/* light version */
	
	/* progress bar */
	/* ================================================== */
	
	.de-progress {
	width: 100%;
	height: 4px;
	background: #ddd;
	margin-top: 20px;
	margin-bottom: 20px;	
	border-radius:10px;
	}
	.de-progress .progress-bar {
		background: #333;
		height: 4px;
		box-shadow: none;
		border-radius:10px;
	}
	.de-progress {
		background: rgba(255, 255, 255, .2);
	}
	
	
	/* social-icons */
	/* ================================================== */
	.social-icons{
	display:inline-block;
	}
	.social-icons i{
	text-shadow:none;
	color: #fff;
	padding: 8px;
	width: 28px;
	height: 28px;
	text-align: center;
	font-size:16px;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	}
	footer.light .social-icons i{
	color: #606060;
	}
	.social-icons i:hover{
	background:#fff;
	border-color:#eceff3;
	color:#111111;
	}
	
	.social-icons.light i{
	color:#111111;
	}
	
	/*
	.social-icons .fa-facebook{	background:#305fb3;	}
	.social-icons .fa-twitter{	background:#00d7d5;	}
	.social-icons .fa-rss{ background:#fca600;	}
	.social-icons .fa-google-plus{ background:#d7482a;	}
	.social-icons .fa-skype{ background:#12c7ef;	}
	.social-icons .fa-dribbble{ background:#f06eaa;	}
	*/
	
	/* tabs */
	/* ================================================== */
	.de_tab {
	opacity:.8;
	}
	
	.de_tab .de_nav {
	overflow: hidden;
	padding-left: 0;
	margin: 0;
	padding: 0;
	font-weight:bold;
	}
	
	.de_tab .de_nav li {
	float: left;
	list-style: none;
	background: #EEE;
	margin-right: 5px;
	}
	
	.de_tab .de_nav li span {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display: block;
	background: #f5f5f5;
	text-decoration: none;
	color: #646464;
	font-size: 13px;
	cursor: pointer;
	}
	
	.de_tab .de_nav li span {
	border:none;
	background:#000000;
	}
	
	.de_tab .de_nav li:first-child span {
	border-left: 1px solid #ddd;
	}
	
	.de_tab .de_nav li:first-child span {
	border-left: 1px solid #404040;
	}
	
	
	.de_tab .de_tab_content {
	border: 1px solid #ddd;
	padding: 15px 20px 20px 20px;
	margin-top: -1px;
	background: #fff;
	}
	
	.de_tab .de_tab_content {
	border: 1px solid #404040;
	background: #27282b;
	}
	
	.de_tab .de_nav li.active span {
	background: #FFF;
	border-bottom: 1px solid #fff;
	color: #000000;
	margin-bottom: -3px;
	}
	
	.de_tab .de_nav li.active span .v-border{
	display:none !important;
	}
	
	.de_tab .de_nav li.active span {
	background: #27282b;
	border-bottom: 1px solid #27282b;
	color: #ccc;
	}
	
	/* new added */

	.de-simple-tab-content {
	    border: 1px solid #CCC;
	    padding: 30px;
	    margin-top: -1px;
	    border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
	}
	
	
	.btn-right{
	background:none;
	border:solid 1px rgba(255,255,255,.2);
	padding:10px 20px 10px 20px;
	margin:5px;
	font-family:"Dosis";
	text-transform:uppercase;
	letter-spacing:5px;
	}
	
	.btn-right:after{
	font-family:FontAwesome;
	content: "\f054";
	padding-left:10px;
	}
	
	
	a.btn-right{
	text-decoration:none;
	}
	
	.expand{
		position:relative;
		padding:15px 25px 5px 25px;
		border:solid 1px rgba(255,255,255,.1);
		border-bottom:none;
		background:rgba(255,255,255,.02);
	}
	
	.de_light .expand{
		border:solid 1px rgba(0,0,0,.1);
		border-bottom:none;
		background:none;
	}
	
	.expand .hidden-content{
		display:none;
		padding:10px 0 10px 0;
	}
	
	.expand h4{
		font-family:"Roboto";
		font-size:14px;
		font-weight:600;
		cursor:pointer;
		display:block;
		margin-right:40px;
		line-height:32px;
	}
	
	.expand h4:after{
		font-family:FontAwesome;
		content: "\f107";
		color:#fff;
		font-size:20px;
		display:inline-block;
		padding:10px 20px 10px 20px;
		font-style:normal;
		position:absolute;
		right:7px;
		top:7px;
	}
	
	.expand h4.active:after{
		content: "\f106";
	}
	
	/* team
	/* ================================================== */
	


	/* testimonial
	/* ================================================== */
		



/* ================================================== */
/* anim */
/* ================================================== */
de_tab .de_nav li span, a.btn-line:after, .de_count, .social-icons a i,
.de-gallery .overlay .icon i,
.de-gallery .overlay .icon i:hover,
header.smaller:not(.header-bottom),
#contact_form input[type=submit],
#contact_form input[type=submit]:hover,
.product img,
.product img:hover,
.mfp-close,.mfp-close:hover,
header.de_header_2 .info,
header.de_header_2.smaller .info,
#mainmenu li,
#mainmenu li ul,
.picframe img,
.box-number *,
.de_nav *,
#menu-overlay,
#menu-btn,
#menu-btn *,
#mo-menu li ul a,
#mo-menu li:hover > a,
#mo-button-open div,
#mo-button-close *,
ul#slide-list *,
.picframe *,
#contact_form *,
.de__pcard  *
{
transition:.5s;
 outline: none;
}

.picframe img,
#mo-menu *
{
transition:1s;
 outline: none;
}

#de_notif,
#de_notif *
{
transition:.2s;
 outline: none;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1.5);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes scaleOut {
    from {
        opacity: 0;
        transform: scale3d(.75, .75, .75);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes widthInFade {
    from {
        opacity: 0;
        width: 1px;
    }

    100% {
        opacity: 1;
        width: 100px;
    }
}


/* ================================================== */
/* video */
/* ================================================== */
video, object {
display:inline-block;
vertical-align:baseline;
min-width:100%;
min-height:100%;
}

.de-video-container{
top:0%;
left:0%;
height:500px;
width:100%;
overflow: hidden;
}

.de-video-content{
width:100%;
position:absolute;
z-index:10;
}


.de-video-overlay{
position:absolute;
width:100%;
min-height:100%;
background:rgba(0,0,0,.5);
}

.de-video-overlay.dotted{
background:url(../images/dotted.png);
}

/* youtube, vimeo */

.de-video-container .btn-line:hover:after, .de-video-container a.btn-line:hover:after, .de-video-container a.btn-line.hover:after{
color:#eceff3;
}


/* ================================================== */
/* map */
/* ================================================== */
/* --------------- map --------------- */
#map {
width: 100%;
height: 500px;
}

.map iframe {
width: 100%;
height: 320px;
border: solid 1px #ccc;
padding: 2px;
background: #fff;
}

.map-container{
height: 500px;
overflow:hidden;
}

.map-container.map-fullwidth iframe{
	width:100%;
	height: 500px;
}

.call-to-action h2,
.call-to-action h3{
	margin:0;
}

/* ================================================== */
/* overide bootstrap 5 */
/* ================================================== */


.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.circle {
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}
.img-responsive {
  display: inline-block;
}



.label {
font-family: "Roboto",Arial, Helvetica, sans-serif;
}

table thead {
font-weight: bold;
}

p.lead{
	font-size:16px;
	font-weight:500;
	line-height:1.7em;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
/* Horizontal line */

/* Vertical line */



/* ======================================== */
/* toggle */
/* ======================================== */
.toggle-list{list-style:none; margin:0; padding:0;}
.toggle-list li{ margin-bottom:10px; background:#fff; border:solid 1px #ddd;border-bottom:solid 3px #ddd;}
.toggle-list li h2{-moz-user-select: none; -html-user-select: none; -webkit-user-select: none; user-select: none; color:#555;font-size:16px; line-height:20px; font-family:"Roboto",Arial, Helvetica, sans-serifr; padding:10px 20px 0px 60px; font-weight:700; display:block; letter-spacing:normal;}
.toggle-list li .acc_active:hover{ color:#777;
background:url(../images/icon-slide-plus.png) 20px center no-repeat; 
padding-left:80px;
transition:.5s;}
 
.toggle-list li .acc_noactive:hover{ color:#777;
background:url(../images/icon-slide-min.png) 20px center no-repeat;
transition:.5s;}
.toggle-list .ac-content{display:none; padding:20px; border-top:solid 1px #e5e5e5;}
.acc_active{background:url(../images/icon-slide-plus.png) 20px center no-repeat;
transition:.5s;
 height:32px;
 
 }
.acc_noactive{background:url(../images/icon-slide-min.png) 20px center no-repeat;}


/* ================================================== */
/* image position */
/* ================================================== */



/* ================================================== */
/* flickr */
/* ================================================== */





hr{
border-top: solid 1px #555;
}

hr.blank {
border: none;
margin: 20px 0 20px 0;
}

/* ================================================== */
/* font awesome icons */
/* ================================================== */
i {
display: inline-block !important;
}

i.large {
font-size: 72px;
text-align: center;
display:inline-block;
float:none;
}

i.medium {
font-size: 20px;
padding: 10px;
text-align: center;
display:inline-block;
float:none;
}

i.small {
font-size: 12px;
padding: 4px;
text-align: center;
display:inline-block;
float:none;
}

/* extra ^ */


/* ================================================== */
/* transition */
/* ================================================== */
a,
a:hover {
transition: .3s;
}





/* ================================================== */
/* gallery */
/* ================================================== */


.item img {
width:100%;
height:auto;
}

.item h4 {
margin-bottom: 0;
font-size: 14px;
}

#gallery .item{
overflow:hidden;
}


.pf_text {
display: table-cell;
vertical-align: middle;
color:#eceff3;
}

.pf_text h4 {
color:#eceff3;
margin-bottom: 0;
font-size: 14px;
font-weight: 600;
}

.pf_title{
	display:block;
}

.project-view{
padding:120px 0 80px 0;
}

.project-images img{
width:100%;
}

.picframe {
	position: relative;
	overflow: hidden;
}

span.overlay {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
vertical-align: center;
width: 100%;
height: 100%;
background: #111;
z-index:100;
opacity: 0;
}

.grid-item span.overlay{
	display: block;
	text-align: center;
}

.picframe img{
	position: relative;
	width:100%;
}

.picframe:hover .overlay{
	opacity: .8;
}

.picframe:hover img{
	transform: scale(1.3);
}

#btn-close-x{
width:100px;
height:100px;
display:block;
background:url(../images/close.png) center no-repeat;
margin:0 auto;
margin-bottom:80px;
cursor:pointer;
padding:20px;
}

#btn-close-x{
background:url(../images/close-2.png) center no-repeat;
}


.project-name{
font-size:12px;
font-weight:bold;
display:block;
}


.de_light span.overlay {
background: #fff;
}

span.icon{
cursor:pointer;
}

.de-gallery .overlay{
text-align:center;
}

.overlay  .pf_text{
display: table-cell;
}

.project-name{
font-size:11px;
text-transform:uppercase;
letter-spacing:5px;
}

.de-gallery .overlay .icon {
display: inline-block;
margin-top: 200px;
text-align:center;
}

.de-gallery .overlay .icon i{
text-shadow:none;
color:#fff;
border:solid 1px rgba(255,255,255,.1);
font-size: 22px;
padding: 20px;
width: 60px;
height: 60px;
text-align: center;
margin-left:10px;
}

.de-gallery .overlay .icon i.icon-info{
margin-left:0px;
}

.de-gallery .overlay .icon i:hover{
color:#000000;
background:#fff;
}
.grid_gallery .item{
margin-bottom:30px;
}

.pf_full_width .item{
width:24.9%;
float:left;
}

.pf_full_width.pf_3_cols .item{
width:33.3%;
}

.pf_full_width img{
float:left;
width:100%;
}

	/* ---- grid ---- */

.grid {
  width:100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */

.grid-item {
  float: left;
  border:none;
  overflow:hidden;
  margin:0;
  padding:0;
}

.large-width { width: 50%; }



@media only screen and (max-width : 768px) {
  .w1 {width:100%}
}


/* ================================================== */
/* widget */
/* ================================================== */
#sidebar{
padding-left:20px;
}
 
.widget {
margin-bottom: 60px;
padding-bottom:60px;
border-bottom:solid 1px #333;
}

.de_light .widget{
border-bottom:solid 1px #ddd;
}

#sidebar .widget:last-child{
	border:none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget h4 {
text-transform:uppercase;
padding-bottom: 20px;
font-size: 16px;
letter-spacing: normal;
letter-spacing:1px;
}

.widget ul {
list-style: none;
margin: 0;
padding:0;
}

.widget  .small-border{
height:2px;
width:30px;
background:#fff;
margin:10px 0 20px 0;
display:block;
}

footer .widget{
border:none !important;
margin-bottom:0;
}

footer .widget{
border:none !important;
margin-bottom:0;
}

footer .widget h3{
margin-bottom:20px;
}



#photo-carousel .owl-stage-outer,
#photo-carousel .owl-stage,
#photo-carousel .owl-item,
#photo-carousel .item,
#photo-carousel .owl-item,
#photo-carousel .img-responsive{
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
}

/* mdb carousel */

/* Carousel styling */

/* mdb carousel */

.pp-scrollable{
	display: flex;
	justify-content: center;
  align-items: center;
}

#pp-nav.right {
    right: 25px
}
#pp-nav.left {
    left: 25px;
}
#pp-nav span{
	 border: 1px solid #000;
}

.pp-tooltip{
	background:#0000002;
	padding:2px 8px;
	margin-top:-5px;
}

#pp-nav li .active span{
	background: var(--primary-color-1) !important; 
	border: solid 1px var(--primary-color-1) !important;
}

.de__quick-view{
		display: none;
		background: rgba(0, 0, 0, .5);
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 2000;
		top: 0;
}

.de__product-popup{
	position: relative;
	padding: 20px;
	padding-bottom: 40px;
}

.de__product-popup h3{
	font-size: 20px;
}

.de__product-popup .input-number{
	margin-bottom: 20px;
}

/* numbe input */
* {
  box-sizing: border-box;
}

.input-number {
  width: 52px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number {
  border: 1px solid #ccc;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#de_notif{
	opacity: 0;
	font-weight: bold;
	background: #ffffff;
	color: #000000;
	padding: 5px 10px;
	position: fixed;
	left: 50%;
	bottom: -50px;
  transform: translate(-50%, 0);
	z-index: 100;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#de_notif.active{
	opacity: 1;
	bottom: 40px;
}

/* de post poster */

/* de post poster end */


/* de card simple */

/* de card simple end */

/* de icon cap */

/* de card room */

/* de card room end */


/* DCG */
/* ----- dcg-one ----- */

/* ----- dcg-two ----- */

/* ----- dcg-three ----- */

/* ----- dcg-four ----- */

/* marquee */

@keyframes loop {
  100% {
    transform: translateX(-100%);
  }
}

.inline-block{
    display: inline-block;
}


.circle{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}


/* ================================================== */
/* misc */
/* ================================================== */
a{
color:#fff;
text-decoration:none;
outline:0;
}

a:hover{
color:#fff;
}

a:hover, a:active, a:focus, img{
	outline:0;
}

.nav-link{
	color: #ffffff;
}

.de_light .nav-link{
	color: #07003b;
}

.de_light a, .de_light a:hover{
color:#606060;
}

.de_light footer a, .de_light footer a:hover{
color:#cccccc;
}

/* video button begin */

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* video-button close */

.strong{font-weight:bold;}


#particles-js{
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
}

.de_light a:hover{
color:#555;
}

.project-images img{
margin-bottom:60px;
}

#navigation{
position:fixed;
width:100%;
height:60px;
top:0;
right:20px;
text-align:center;
margin-bottom:60px;
z-index:1000;
}

.mfp-close{
color:#fff !important;
position:absolute;
width:100%;
font-size:48px;
margin-top:40px;
z-index:1000;
}

.de_light .mfp-close{
color:rgba(0,0,0,.5) !important;
}

.de_light .mfp-close:hover{
color:rgba(0,0,0,1) !important;
}

 .nav-exit:before{
	font-family:"FontAwesome";
	content:'\f177';
	color:#fff;
	padding:20px;
	font-size:24px;
	cursor:pointer;
}

.nav-exit:before{
width:100%;
display:block;
}

.nav-exit:before{
	content:'\f00d';
}

.de_light .nav-exit:before{
color:#000000;
}

.no-bottom{
margin-bottom:0;
padding-bottom:0;
}

p{
	margin-bottom:20px;
}

.no-bottom {
padding-bottom: 0 !important;
}
.no-top {
padding-top: 0 !important;
}


#filters a{
	background:none;
}

.side-bg{
	position:relative;
	overflow:hidden;
}

.side-bg .image-container {
    height:100%;
    overflow:hidden;
    padding:0;
    position:absolute;
	background-size:cover !important;
}

.side-bg .background-image {
    background-position:50% 50%!important;
    background-size:cover!important;
    width:100%;
    height:100%;
    left:0;
    position:absolute;
    z-index:0
}

.side-bg .image-container i{
	color: #ffffff;
	font-size: 40px;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 30px;
}

.side-bg .image-container img{
	color: #ffffff;
	font-size: 40px;
	width: 200px;
	padding: 40px;
	
}

.image-slider{
	cursor:move;
}

.no-padding,section.no-padding{
padding:0;
}

#loader-area{
display:none;
background:#fff;
}

#loader-area{
display:none;
background:#111;
}

.page-overlay {
display:none;
width: 120px;
height: 120px;
background:url(../images/page-loader.gif) center no-repeat #fff;
border-radius:10px;
position: fixed;
top:0;
bottom: 0;
left: 0;
right: 0;
z-index:10000;
margin: auto;
}

.teaser{
font-family:"Roboto",Arial;
font-size:15px;
font-weight:300;
}

.form-control:focus{
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}

.owl-arrow{
	position:absolute;
	z-index:100;
	background:#fff;
	margin-top:48%;
	display:none;
	cursor:pointer;
}
.owl-arrow span{
	display:block;
	background:#555;
	position:absolute;
	
}
.owl-arrow .prev{
	left:0;
}
.owl-arrow .next{
	right:0;
}

.owl-arrow .prev:before, .owl-arrow .next:before{
	font-family:"FontAwesome";
	content:'\f177';
	color:#fff;
	padding:20px;
	font-size:32px;
	display:block;
}
.owl-arrow .next:before{
	content:'\f178';
}

.owl-custom-nav .btn-prev:before,
.owl-custom-nav .btn-next:before{
display: block;
font-family:"FontAwesome";
content:"\f105";
color:#ffffff;
padding:0 5px;
font-size:20px;
width: 30px;
height: 30px;
background: var(--primary-color-1);
text-align: center;
}
.owl-custom-nav .btn-prev:before{
content:"\f104";
}

.owl-custom-nav.dark .btn-prev:before,
.owl-custom-nav.dark .btn-next:before{
	color:#000000;
}

.owl-custom-nav a{
	text-decoration:none;
}

/* new owl */

.owl-dots button{
	background:none;
	border:none;
	outline:none;
	padding:0;
}

#photo-carousel .owl-dots{
	position: relative;
	margin-top: -50px;
	z-index: 1000;
}

#carousel-products .owl-dots{
	position: absolute;
	z-index: 100;
	bottom: -10px;
	width: 100%;
}

#carousel-products .owl-dots .owl-dot span{
	width:10px;
	height:10px;
}

/* new owl close */



.item i{
	font-size:60px;
	margin-top:5px;
}


.wow{visibility: hidden;}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	outline:none;
}
#back-to-top:hover {
    background: #111;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top:before{
	font-family:"FontAwesome";
	font-size:22px;
	content:"\f106";
	color:#000000;
	position:relative;
	margin:5px;
}
#back-to-top:hover:before{
	color:#fff;
}

#back-to-top.light:before{
	color: #ffffff;
}

/* mouse scroll icon begin */
.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 30px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 1px solid #fff;
  animation: intro 1s;
}
.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  animation: finger 1s infinite;
}
@keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* mouse scroll icon close */

.bgimage{
background-size:cover;
}

/* ===== demo switcher ===== */

#switcher{
	display:none;
	color:#333;
	padding:10px;
	padding-bottom:20px;
	background:#fff;
	font-size:12px;
	position:fixed;
	z-index:10000;
	top:150px;
	left:0;
	padding-left:20px;
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:-120px;
	border-radius: 0 0 2px 0;
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	width:120px;
}
#switcher span{
font-size:12px;
}
.custom-show:after,.custom-close:after{
	position:absolute;
	margin-left:100px;
	margin-top:-10px;
	display:inline-block;
	width:42px;
	height:42px;
	padding:10px;
	padding-right:15px;
	color:#000;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	cursor:pointer;
	content:"\f013";
	font-family:"FontAwesome";
	font-size:24px;
	font-weight:normal;
}
#switcher select{
	width:74px !important;
	font-size:12px;
	height:25px;
	border:none;
	background:#eee;
	font-weight:600;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background:url(../images/arrow-down.png) right no-repeat #eee;
	padding-left:6px;
	padding-right:22px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#switcher select:hover{
	background-color:#ddd;
}
#switcher select
{
transition:.5s;
 outline: none;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
  }
}


#de_notif{
	border-radius:5px;
	box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
}

/* schedule */
.text-right{
	text-align:right;
}

#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: .6rem 2rem;
  display: flex;
  z-index: 1000;
}
#cookit.hidden { display: none; }

#cookit #cookit-container {
  margin: auto;
  width: 1200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#cookit #cookit-container > * { margin: .4rem; }
#cookit #cookit-container p { line-height: 1.4rem; }

#cookit #cookit-container a { text-decoration: none; }
#cookit #cookit-container a:hover { opacity: .9; }

#cookit #cookit-container #cookit-button {
  padding: .5rem 1rem;
  margin-left: auto;
}

.full-height {
    overflow: hidden;
}

/* ================================================== */
/* quick-search */
/* ================================================== */ 

#search{
float:left;
width:70%;
margin-bottom:0;
border:solid 1px #333333;
}

#search.form-control{
background:none;
}


/* ================================================== */
/* review */
/* ================================================== */
.de_review {
text-align:center;
min-height:260px;
}

.de_review .de_nav {
overflow: hidden;
padding-left: 0;
margin: 0;
padding: 0;
font-weight:bold;
text-align:center;
}

.de_review .de_nav li {
list-style: none;
background: #EEE;
margin: 0 10px 0 10px;
margin-bottom:20px;
}

.de_review .de_nav li{
display:inline-block;
}

.de_review .de_nav li img{
width:100px;
height:auto;
}

.de_review .de_nav li span {
padding: 8px 16px 8px 16px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
display: block;
background: #f5f5f5;
text-decoration: none;
color: #646464;
font-size: 13px;
cursor: pointer;
}

.de_review .de_nav li span {
border: 1px solid #404040;
background:#000000;
}

.de_review .de_nav li:first-child span {
border-left: 1px solid #ddd;
}

.de_review .de_nav li:first-child span {
border-left: 1px solid #404040;
}

.de_review .de_nav li.active span {
background: #FFF;
border-bottom: 1px solid #fff;
color: #000000;
margin-bottom: -3px;
}


.separator {
  line-height: 0.5;
  text-align: center;
  margin:30px 0 30px 0;
}
.separator span {
  display: inline-block;
  position: relative;
 
}
.separator span:before,
.separator span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255,255,255,.1);
  top: 5px;
  width: 300px;
}
.separator span:before {
  right: 100%;
  margin-right: 15px;
}
.separator span:after {
  left: 100%;
  margin-left: 15px;
}

.separator span  i{
font-size:6px;
padding:0;
margin:0;
float:none;
}

.de_light .separator span:before,
.de_light .separator span:after {
  border-bottom: 1px solid rgba(0,0,0,.1);
}


/* css attributes */

/* margin top */.mt20{margin-top:20px;}

/* margin bottom */.mb10{margin-bottom:10px;}

/* margin top */


.absolute{position:absolute; z-index:1;}


.abs,.absolute {
  position: absolute;
}

.height-auto{
	height:auto;
}

/* supersized begin */

#slidecaption {
    position: fixed;
    bottom: 150px;
    height: auto;
	text-align: center;
	width: 100%;
}

#slidecaption h2{
	border-radius:3px;
	font-weight:600;
}


#slidecaption h2 {
    display: block;
    color: #fff;
    text-shadow: none;
    margin-bottom: 20px;
    font-weight: lighter;
    width: 100%;
    float: right;
    text-align: right;
    font-weight: bold;
}

#slidecaption p{
	font-size: 15px;
	font-weight: lighter;
	line-height: 1.8em;
	text-shadow:none;
	text-align: right;
	margin-bottom: 60px;	
    width: 350px;
   	float: right;
}


#slidecaption h2, #slidecaption{
	right:90px;
}

.slidenumber{
	font-size: 24px;
}

ul#slide-list{
	position: absolute;
	z-index: 1001;
}

/* supersized close */
	
	header.force-header-mobile{
		display: block !important;
		background:#000000;
		height:auto !important;
		overflow: hidden;
	}

	header.force-header-mobile #menu-btn{
		display:block;
		position:relative;
		float:right;
	}

	header.force-header-mobile div#logo{
		height: 50px;
	}

	header.force-header-mobile #mo-button-open{
	margin-top:10px;
	}
	
	header.force-header-mobile{
	display:none;
	}
	
	header.force-header-mobile .info{
	display:none !important;
	}
	
	header.force-header-mobile,header.force-header-mobile.fixed {
	display:block;
	position:inherit;
	margin:0;
	padding:0;
	margin-top:0;	
	background:#000000;
	padding:15px 0 15px 0;
	}
	
	header.force-header-mobile.autoshow{
	top:0 !important;
	}
	
	header.force-header-mobile.autoshow #mainmenu li a{
	background:none !important;
	}
	
	header.force-header-mobile.header-mobile-sticky{
	position:fixed;
	}
	
	header.force-header-mobile.de_header_2{
	height:auto;
	padding-bottom:0;
	}
	header.force-header-mobile nav{
	width:100%;
	}
	
	header.force-header-mobile #mainmenu{
	display:none;
	float:none;
	z-index:200;
	width:100%;
	margin:0;
	padding:0;
	}
	
	header.force-header-mobile #mainmenu a{
	text-align:left;
	padding-left:0;
	padding-top:10px !important;
	padding-bottom:10px !important;
	}
	
	header.force-header-mobile #mainmenu li li a,
	header.force-header-mobile #mainmenu li li li a{
	padding-left:0;
	}
	
	header.force-header-mobile #mainmenu a:hover{
	background:#111 !important;
	}
	
	
	header.force-header-mobile #mainmenu li ul{
	background:none;
	display:block;
	position:inherit;
	margin:0;
	width:100%;
	opacity: 1;
	}
	
	header.force-header-mobile #mainmenu li{
	border-bottom:solid 1px #333;
	margin:0;
	width:100%;
	display:block;
	letter-spacing:3px;
	}
	
	header.force-header-mobile #mainmenu li a:after{
	display:none;
	}
	
	header.force-header-mobile #mainmenu li:last-child{
	margin-bottom:30px;
	}
	
	header.force-header-mobile #mainmenu li ul{
	border-top:solid 1px #333;
	top:auto;
	}
	
	header.force-header-mobile #mainmenu li ul a{
	width:100%;
	background:none;
	border:none;
	}
	
	header.force-header-mobile #mainmenu li ul li{
	border:none;
	padding-left: 40px !important;
	}
	
	header.force-header-mobile #mainmenu li ul li a{
	display:block;
	}
	
	header.force-header-mobile #mainmenu li ul li:last-child{
	border-bottom:none;
	margin:0;
	}
	
	header.force-header-mobile #mainmenu li ul li:last-child a{
	border-bottom:none;
	}
	header.force-header-mobile #mainmenu li a{
	color:#eceff3;
	}
	
	header.force-header-mobile #mainmenu  li li a{
	font-size:10px;
	}
	
	header.force-header-mobile #mainmenu  li li a:hover{
	color:#fff;
	}
	
	
	header.force-header-mobile #mainmenu{
	display:none;
	float:none;
	z-index:200;
	width:100%;
	margin:0;
	padding:0;
	}
	
	header.force-header-mobile #mainmenu a{
	text-align:left;
	padding-top:10px !important;
	padding-bottom:10px !important;
	}
	
	header.force-header-mobile #mainmenu a:hover{
	background:none !important;
	}
	
	
	header.force-header-mobile #mainmenu li ul{
	display:block;
	position:inherit;
	margin:0;
	width:100%;
	}
	
	header.force-header-mobile #mainmenu li{
	border-bottom:solid 1px #333;
	margin:0;
	width:100%;
	display:block;
	letter-spacing:3px;
	}
	
	header.force-header-mobile.header-light #mainmenu li{
	border-bottom-color:#eee;
	}
	
	header.force-header-mobile #mainmenu li a:after{
	display:none;
	}
	
	header.force-header-mobile #mainmenu li:last-child{
	margin-bottom:30px;
	}
	
	header.force-header-mobile #mainmenu li ul{
	border-top:none;
	top:auto;
	}
	
	header.force-header-mobile #mainmenu li ul a{
	width:100%;
	background:none;
	border:none;
	}
	
	header.force-header-mobile #mainmenu li ul li{
	border:none;
	padding-left: 40px !important;
	}
	
	header.force-header-mobile #mainmenu li ul li:first-child{
	border-top:solid 1px #333;
	}
	header.force-header-mobile.header-light #mainmenu li ul li:first-child{
	border-top-color:#eee;
	}
	
	header.force-header-mobile #mainmenu li ul li a{
	display:block;
	border-bottom:solid 1px #333;
	}
	header.force-header-mobile.header-light #mainmenu li ul li a{
	border-bottom-color:#eee;
	}
	
	header.force-header-mobile #mainmenu li ul li:last-child{
	border-bottom:none;
	margin:0;
	}
	
	header.force-header-mobile #mainmenu li ul li:last-child a{
	border-bottom:none;
	}
	
	header.force-header-mobile #mainmenu li a{
	color:#eceff3;
	}
	
	header.force-header-mobile.header-light #mainmenu li a{
	color:#404040;
	}
	
	header.force-header-mobile #mainmenu  li li a{
	font-size:10px;
	}
	
	header.force-header-mobile #mainmenu  li li a:hover{
	color:#fff;
	}
	
	header.force-header-mobile #mainmenu li ul{
	height:0;
	overflow:hidden;
	position:relative;
	left:0;
	}
	
	
	header.force-header-mobile #mainmenu li ul li ul li:last-child{
	border-bottom:solid 1px #333;	
	}
	header.force-header-mobile.header-light #mainmenu li ul li ul li:last-child{
	border-bottom-color: #eee;	
	}
	
	header.force-header-mobile #mainmenu li ul li ul{
	margin-bottom:10px;
	}
	
	header.force-header-mobile #mainmenu > li > span{
		width:36px;
		height:36px;
		background:url(../images/ui/arrow-down.png) center no-repeat;
		position:absolute;
		right:0;
		margin-top:10px;
		z-index:1000;
		cursor:pointer;
	}
	header.force-header-mobile.header-light #mainmenu > li > span{
		background:url(../images/ui/arrow-down-invert.png) center no-repeat;
	}
	
	header.force-header-mobile #mainmenu li span.active{
		background:url(../images/ui/arrow-up.png) center no-repeat;
	}
	header.force-header-mobile.header-light #mainmenu li span.active{
		background:url(../images/ui/arrow-up-invert.png) center no-repeat;
	}
	
	header.force-header-mobile #mainmenu li > ul > li > span{
		width:36px;
		height:36px;
		background:url(../images/ui/arrow-down.png) center no-repeat;
		position:absolute;
		right:0;
		margin-top:-45px;
		z-index:1000;
		cursor:pointer;
	}
	header.force-header-mobile.header-light #mainmenu li > ul > li > span{
		background:url(../images/ui/arrow-down-invert.png) center no-repeat;
	}
	
	header.force-header-mobile #mainmenu > li > ul > li > span.active{
		background:url(../images/ui/arrow-up.png) center no-repeat;
	}
	header.force-header-mobile.header-light #mainmenu > li > ul > li > span.active{
		background:url(../images/ui/arrow-up-invert.png) center no-repeat;
	}
	
	header.force-header-mobile #mainmenu li ul li a{
		border-bottom:solid 1px #333;
	}
	header.force-header-mobile.header-light #mainmenu li ul li a{
		border-bottom-color:#eee;
	}
	header.force-header-mobile #mainmenu li ul li:last-child > a{
		border-bottom:none !important;
	}

/* -------------------------------------------------- 
	design for 480px
/* -------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {
    #slidecaption h2  {
        font-size:22px;
    }
}


/* ================================================== */
/* R E S P O N S I V E */
/* ================================================== */

	@media(min-width:980px) and (max-width: 1199px) {
	
	header #mainmenu a{
	padding-left:5px;
	padding-right:5px;
	}
	
	#mainmenu li a:after{
	margin-left:15px;
	}
	
	}

	/* -------------------------------------------------- 
	design for 768px
	/* ================================================== */
	
	/* mobile */
	
	@media only screen and (max-width: 992px) {

	.de__quick-view{
	  	overflow-y: auto;
	}
		
	#menu-btn{
	display:block;
	position:relative;
	float:right;
	}

	.pp-section.pp-table{
	display: block;
	}

	#mo-button-open{
	margin-top:10px;
	}
	
	header{
	display:none;
	}
	
	header .info{
	display:none !important;
	}
	
	header,header.fixed {
	display:block;
	position:inherit;
	margin:0;
	padding:0;
	margin-top:0;	
	background:#000000;
	padding:15px 0 15px 0;
	}
	
	#de-sidebar{
		position:absolute !important;
		width:100%;
		right:1px;
	}
	
	
	header.side-header,
	.de_light header.side-header{
	position:absolute !important;
	display:block;
	height:60px;
	top:0;
	background:#000;
	}
	
	header.side-header #mainmenu{
	position:absolute;
	background:#000;
	margin:0;
	top:60px;
	left:0;
	width:100%;
	}
	
	header.side-header #logo .logo{
	display:none;
	}
	
	header.side-header #menu-btn{
	position:absolute;
	top:8px;
	right:30px;
	height:0;
	z-index:2000;
	height:35px;
	}
	
	
	header.side-header #mainmenu li{
	display:block;
	}
	
	header.side-header #mainmenu a{
	display:block;
	text-align:center;
	color:#fff;
	}
	
	header.side-header #mainmenu a:hover{
	background:none !important;
	}
	
	header.side-header #mainmenu a:hover{
	background:none !important;
	}
	
	header.autoshow{
	top:0 !important;
	}
	
	header.autoshow #mainmenu li a{
	background:none !important;
	}
	
	header.header-mobile-sticky{
	position:fixed;
	}
	
	header.de_header_2{
	height:auto;
	padding-bottom:0;
	}

	header.force-header-mobile{
	max-height:80px;
	overflow: hidden;
	position: absolute;
	}

	header.force-header-mobile div#logo{
	height:80px;
	}
	div#logo{
	margin-top:-15px;
	}
	#logo, #logo .inner {
	 vertical-align:middle;
	 height:auto;
	}
	
	nav{
	width:100%;
	}
	
	#mainmenu{
	display:none;
	float:none;
	z-index:200;
	width:100%;
	margin:0;
	padding:0;
	}
	
	#mainmenu a{
	text-align:left;
	padding-left:0;
	padding-top:10px !important;
	padding-bottom:10px !important;
	}
	
	#mainmenu li li a,
	#mainmenu li li li a{
	padding-left:0;
	}
	
	#mainmenu a:hover{
	background:#111 !important;
	}
	
	
	#mainmenu li ul{
	background:none;
	display:block;
	position:inherit;
	margin:0;
	width:100%;
	}
	
	#mainmenu li{
	border-bottom:solid 1px #333;
	margin:0;
	width:100%;
	display:block;
	letter-spacing:3px;
	}
	
	#mainmenu li a:after{
	display:none;
	}
	
	#mainmenu li:last-child{
	margin-bottom:30px;
	}
	
	#mainmenu li ul{
	border-top:solid 1px #333;
	top:auto;
	}
	
	#mainmenu li ul a{
	width:100%;
	background:none;
	border:none;
	}
	
	#mainmenu li ul li{
	border:none;
	padding-left: 40px !important;
	}
	
	#mainmenu li ul li a{
	display:block;
	}
	
	#mainmenu li ul li:last-child{
	border-bottom:none;
	margin:0;
	}
	
	#mainmenu li ul li:last-child a{
	border-bottom:none;
	}
	#mainmenu li a{
	color:#eceff3;
	}
	
	#mainmenu  li li a{
	font-size:10px;
	}
	
	#mainmenu  li li a:hover{
	color:#fff;
	}
	
	
	header.header-mobile #mainmenu{
	display:none;
	float:none;
	z-index:200;
	width:100%;
	margin:0;
	padding:0;
	}
	
	header.header-mobile #mainmenu a{
	text-align:left;
	padding-top:10px !important;
	padding-bottom:10px !important;
	}
	
	header.header-mobile #mainmenu a:hover{
	background:none !important;
	}
	
	
	header.header-mobile #mainmenu li ul{
	display:block;
	position:inherit;
	margin:0;
	width:100%;
	}
	
	header.header-mobile #mainmenu li{
	border-bottom:solid 1px #333;
	margin:0;
	width:100%;
	display:block;
	letter-spacing:3px;
	}
	
	header.header-mobile.header-light #mainmenu li{
	border-bottom-color:#eee;
	}

	header.header-mobile.header-light #mainmenu li a:hover{
	color:#000000;
	}
	
	header.header-mobile #mainmenu li a:after{
	display:none;
	}
	
	header.header-mobile #mainmenu li:last-child{
	margin-bottom:30px;
	}
	
	header.header-mobile #mainmenu li ul{
	border-top:none;
	top:auto;
	}
	
	header.header-mobile #mainmenu li ul a{
	width:100%;
	background:none;
	border:none;
	}
	
	header.header-mobile #mainmenu li ul li{
	border:none;
	padding-left: 40px !important;
	}
	
	header.header-mobile #mainmenu li ul li:first-child{
	border-top:solid 1px #333;
	}
	header.header-mobile.header-light #mainmenu li ul li:first-child{
	border-top-color:#eee;
	}
	
	header.header-mobile #mainmenu li ul li a{
	display:block;
	border-bottom:solid 1px #eee;
	}
	header.header-mobile.header-light #mainmenu li ul li a{
	border-bottom-color:#eee;
	}
	
	header.header-mobile #mainmenu li ul li:last-child{
	border-bottom:none;
	margin:0;
	}
	
	header.header-mobile #mainmenu li ul li:last-child a{
	border-bottom:none;
	}
	
	header.header-mobile #mainmenu li a{
	color:#eceff3;
	}
	
	header.header-mobile.header-light #mainmenu li a{
	color:#404040;
	}
	
	header.header-mobile #mainmenu  li li a{
	font-size:10px;
	}
	
	header.header-mobile #mainmenu  li li a:hover{
	color:#fff;
	}
	
	header.header-mobile #mainmenu li ul{
	height:0;
	overflow:hidden;
	position:relative;
	left:0;
	}
	
	
	header.header-mobile #mainmenu li ul li ul li:last-child{
	border-bottom:solid 1px #333;	
	}
	header.header-mobile.header-light #mainmenu li ul li ul li:last-child{
	border-bottom-color: #eee;	
	}
	
	header.header-mobile #mainmenu li ul li ul{
	margin-bottom:10px;
	}
	
	header.header-mobile #mainmenu > li > span{
		width:36px;
		height:36px;
		background:url(../images/ui/arrow-down.png) center no-repeat;
		position:absolute;
		right:0;
		margin-top:10px;
		z-index:1000;
		cursor:pointer;
	}
	header.header-mobile.header-light #mainmenu > li > span{
		background:url(../images/ui/arrow-down-invert.png) center no-repeat;
	}
	
	header.header-mobile #mainmenu li span.active{
		background:url(../images/ui/arrow-up.png) center no-repeat;
	}
	header.header-mobile.header-light #mainmenu li span.active{
		background:url(../images/ui/arrow-up-invert.png) center no-repeat;
	}
	
	header.header-mobile #mainmenu li > ul > li > span{
		width:36px;
		height:36px;
		background:url(../images/ui/arrow-down.png) center no-repeat;
		position:absolute;
		right:0;
		margin-top:-45px;
		z-index:1000;
		cursor:pointer;
	}
	header.header-mobile.header-light #mainmenu li > ul > li > span{
		background:url(../images/ui/arrow-down-invert.png) center no-repeat;
	}
	
	header.header-mobile #mainmenu > li > ul > li > span.active{
		background:url(../images/ui/arrow-up.png) center no-repeat;
	}
	header.header-mobile.header-light #mainmenu > li > ul > li > span.active{
		background:url(../images/ui/arrow-up-invert.png) center no-repeat;
	}
	
	header.header-mobile #mainmenu li ul li a{
		border-bottom:solid 1px #333;
	}
	header.header-mobile.header-light #mainmenu li ul li a{
		border-bottom-color:#eee;
	}
	header.header-mobile #mainmenu li ul li:last-child > a{
		border-bottom:none !important;
	}
	.container .col-md-4{ margin-bottom:30px; }
	.container .col-md-6{ margin-bottom:30px; }
	.container .col-md-8{ margin-bottom:30px; }
	.container .col-md-12{ margin-bottom:30px; }

	.grid_gallery .item{
	width:100%;
	}
	
	.side-bg .image-container{ 
	position:relative; 
	width:100%; 
	height:400px !important; 
	top:0;
	margin-bottom:60px;
	}

	h1.ultra-big{
		font-size: 12vw;
	}

	.pp-scrollable{
		display: block;
	}


}

	/* -------------------------------------------------- 
	custom for 320px & 480px 
	/* -------------------------------------------------- */
	@media only screen and (max-width: 767px) {
	.container{padding-left:30px; padding-right:30px;}
	
	.de_tab .de_nav li {
	display: block;
	width: 100%;
	}
	
	.pf_full_width .item{
	float:left;
	width:49.9% !important;
	}

	/*.item{
	font-size:48px;
	line-height:48px;
	}*/
	
	.item i{
	font-size:36px;
	}
	
	#de-sidebar{
	width:100%;
	display:block;
	position:relative;	
	}
	
	
	header.de_header_2{
		height:auto;	
	}

}
	
	
	/* -------------------------------------------------- 
	design for 480px
	/* -------------------------------------------------- */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container{padding-left:30px; padding-right:30px;}
	
	}
	
	
	/* -------------------------------------------------- 
	design for 320px
	/* -------------------------------------------------- */
	@media only screen and (max-width: 480px) {

	.pf_full_width .item{
	float:left;
	width:100% !important;
	}
	
	/*.item{
	font-size:32px;
	line-height:32px;
	}*/
	
	.item i{
	font-size:24px;
	}
	
	.grid-item .pf_title{
		display:none;
	}
	}