VaKeR CYBER ARMY
Logo of a company Server : Apache
System : Linux host44.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
User : vapecompany ( 2719)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /home/vapecompany/www/wp-content/themes/vapor/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/vapecompany/www/wp-content/themes/vapor/css/styles.css
/*
  Project Name : vapor theme 
  Author Company : Ewebcraft
  Project Date: 1 Jan,2016
  Author Website : http://www.layerstheme.com
  Author Email : admin@layers.com
*/

/*------------------------------------------------------------------
[generic Table of contents]

* body
  
    + #header
        - #logo
        - #live-help
		- #opening-hours
		- #chat-with-us
            
    + #main-navigation
        - .navbar-header
        - #fixed-collapse-navbar
            
    + #main-slider

    + #vapouring-theme
        - #theme
        - #theme-img
		- .theme-boxes

    + #tips
        - #tips-text
        - #tips-para
          
    + #trails
        - #trail-title
        - #trail-gallery

    + #vaping-now
        - #vaping-text
		- #vaping-para
		- #vaping-img
     
    + #party-area
        - #party-text
		- #party-para

    + #instructors
        - #instructor-gallery
        
    + #testimonial-review
        - #main-testimonial
		- #testimonial-para
		- #testimonial-img    
    
    + #below-testimonial
		- #below-testi-text
		- #below-testi-para
		
	+ #parts
		- #parts-title
		- #parts-gallery
		
	+ #party-images
		- #images-text
		- #gallery
		
	+ #below-gallery
		- #gallery-text
		- #gallery-para
		
	+ #packages
		- .packages-container
			- .package-container
			
	+ #blog-section
		- #blog-text
		- #blog-images
		
	+ #below-blog
		- #below-blog-text
		- #below-blog-para
		
	+ #contact
		- .contact-container
			- .contact-info
			- .form-inline 
	
	+ .map-container
		- #map-canvas
		
	+ #footer
		- .footer-about
		- .footer-post
		- .footer-trail
		- .bottom-image-group

    + #copyright
	
	
[end generic table of contents ]
******************************************/  
img
{
	max-width:100%;
}
*{margin:0px; padding:0px;}

a,a:hover,a:focus,a:active,
button,button:hover,button:focus,button:active {
	outline: none;
}

/*********************** top header**********************/
#header
{
	background:#000000;
	padding:20px 0px;
}
	#header .container div[class^="col-sm-3"]
	{
		padding:0px;
	}
	#logo
	{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	#logo img {
		display: inline-block;
	}

#live-help,
#opening-hours,
#chat-with-us {
	margin-top: 8px;	
}	

#live-help
	{
		position:relative;
		left:15px;
	}
		#live-help span i.fa
			{
				font-size:14px;
				color:#e1730f;
				display:inline-block;
			}
		#live-help p
		{
			margin:0px 0px 0px 5px;
			display:inline-block;
			color:#717171;
			font-size:14px;
			font-family: 'Source Sans Pro', sans-serif;
		}
		#live-help h4
		{
			font-size:16px;
			font-weight:bold;
			margin-bottom:0px;
			color:#cecece;
			font-family: 'Source Sans Pro', sans-serif;
		}
		
		#chat-with-us span i.fa {
			font-size:14px;
			color:#e1730f;
			display:inline-block;
		}
		#chat-with-us p {
			margin:0px 0px 0px 5px;
			display:inline-block;
			color:#717171;
			font-size:14px;
			font-family: 'Source Sans Pro', sans-serif;
		}
		#chat-with-us h4 a {
			font-size:16px;
			font-weight:bold;
			margin-bottom:0px;
			color:#cecece;
			font-family: 'Source Sans Pro', sans-serif;
		}
		
/************************* navigation ************************/

#main-navigation 
{
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -ms-transition: all 1s ease;
  z-index:9999;
}
	/*.navbar-header
	{
		display:none;
	}*/
	/*.navbar-header 
	{
		padding-top:15px;
	}*/
		.navbar-default
		{
		  background-color:transparent;
		  border:none;
		  text-align: center;
		}
	.navbar-collapse.collapse
	{
		padding:0px;
	}
	.navbar-nav {
		float: none;
		display: inline-block;
	}
	.navbar	{
	  border-radius:0;
	  margin-bottom: 0px;
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	}	
	.navbar > .container .navbar-brand
	{
	  margin-left:0;
	  padding:0;
	  height:auto;
	}
		.navbar-default .navbar-nav > li 
		{
		  font-family: 'Source Sans Pro', sans-serif;
		  background: rgba(255,168,0,0);
		  font-size: 16px;
		  border-radius: 0px;
		  text-transform: uppercase;
		  margin-right:30px;
		  padding-bottom: 33px;
		  -webkit-transition: all 0.4s cubic-bezier(0.390, 0.500, 0.150, 1.360);
		  -moz-transition: all 0.4s cubic-bezier(0.390, 0.500, 0.150, 1.360);
		  -ms-transition: all 0.4s cubic-bezier(0.390, 0.500, 0.150, 1.360);
		  -o-transition: all 0.4s cubic-bezier(0.390, 0.500, 0.150, 1.360);
		  transition: all 0.4s cubic-bezier(0.390, 0.500, 0.150, 1.360); 
		}

			.navbar-default .navbar-nav > li > a:before
			/*.navbar-default .navbar-nav > li.active > a:before*/ {
				position: absolute;
				top: 100%;
				left: 50%;
				color: transparent;
				content: '•';
				text-shadow: 0 0 transparent;
				font-size: 1.2em;
				-webkit-transition: text-shadow 0.3s, color 0.3s;
				-moz-transition: text-shadow 0.3s, color 0.3s;
				transition: text-shadow 0.3s, color 0.3s;
				-webkit-transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				transform: translateX(-50%);
				pointer-events: none;
			}
			.navbar-default .navbar-nav > li > a 
			{
			  color: #fff;
			  padding-top:25px;
			  padding-bottom:0px;
			  -webkit-transition: color 0.3s;
			  -moz-transition: color 0.3s;
			  transition: color 0.3s;			  
			}
			.navbar-default .navbar-nav > li > a:hover:before,
			/*.navbar-default .navbar-nav > li > a:focus:before,*/
			.navbar-default .navbar-nav > li.active > a:before
			/*.navbar-default .navbar-nav > li.active > a:focus*/  {
				color: #fff;
				text-shadow: 10px 0 #fff, -10px 0 #fff;
			}	
			.navbar-default .navbar-nav > li > a:hover,
			/*.navbar-default .navbar-nav > li > a:focus,*/
			.navbar-default .navbar-nav > .active > a,
			.navbar-default .navbar-nav > .active > a:focus,
			.navbar-default .navbar-nav > .active > a:hover {
				color:#e1730f;
				background: transparent;
			}
			.navbar-default .navbar-nav > li > a:focus {
				color: #fff;
			}

		.navbar-default .navbar-nav > li.active,
		.navbar-default .navbar-nav > li:hover 
		{
		    background: transparent;
		    border-radius: 0px;	  
		}
			

	#navigation.affix 
	{
	  background-color: #212121;
	  position: fixed;
	  top: 0;
	  width: 100%;
	  z-index:9999;
	  -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);
	  -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);
	  box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);
	  -webkit-transition: all 0.4s ease;
	  -moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	  -ms-transition: all 0.4s ease;
	}

	.navbar-collapse.in {
	   overflow-y: visible;
	   overflow-y: auto;
	}

/*********************** master slider ************************/
.ms-slide .ms-layer, .ms-fixed-layers .ms-layer 
{
  /*pointer-events: auto;*/
  position: relative !important;
}
.master-slider 
{
    height: 100%;
}
.master-slider, .master-slider * 
{
    box-sizing: content-box;
	text-align:center;
	margin:0 auto;
}
	.master-slider 
	{
		position: relative;
		transform: translate3d(0px, 0px, 0px);
		visibility: hidden;
	}

		.ms-view .ms-slide-container 
		{
			position: relative;
		}
		
		.ms-inner-controls-cont, #top-banner .ms-container 
		{
			margin: 0 auto;
			position: relative;
		}

.ms-view 
{
    background: #000000 none repeat scroll 0 0;
    margin: 0 auto;
    overflow: hidden;
    perspective: 2000px;
    position: relative;
}
.ms-slide 
{
    height: 100%;
    position: absolute;
    transform: translateZ(0px);
}

	.ms-moz .ms-slide-bgcont > img 
	{
		transform: translateX(0px);
	}
	.ms-slide .ms-slide-layers,  .ms-fixed-layers 
	{
		height: 100%;
		overflow: hidden;
		/*pointer-events: none;*/
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 109;
	}
	.ms-anim-layers
	{
		position:relative;
		top:17%;
	}
	#main-slider .ms-slide.slide-1 h4 
	{
		color: #e1730f;
		font-family: 'Raleway', sans-serif;
		font-size:24px;
		font-weight: 700;
		margin: 55px 0px 10px;
		top:100px;
		position:relative;
		left:135px;
	}
	#main-slider .ms-slide.slide-1 h1 
	{
		color: #fff;
		font-size:70px;
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		margin:120px 0px 5px;
		position:relative;
		bottom:20px;
		text-transform: uppercase;
		position:relative;
		left:235px;
	}
	#main-slider .ms-slide.slide-1 h3
	{
		color: #fff;
		font-size:70px;
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		position:relative;
		bottom:30px;
		text-transform: uppercase;
		position:relative;
		left:108px;
		margin:0px;
	}
	
.banner-block p 
{
    color: #fff;
    margin-top: 37px;
}
#main-slider .ms-slide.slide-1 a
{
    position: absolute;
	top:0px;
	background:#151614;
	padding:18px 52px !important;
	color:#ffffff;
	border:none;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	left:45px;
	font-weight:700;
	border-radius:0px;
	font-size:18px;
	box-shadow: 0.5px 5px  #9f4c00;
	-webkit-box-shadow: 0.5px 5px  #9f4c00;
	-moz-box-shadow: 0.5px 5px  #9f4c00;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
	.hvr-shutter-in-horizontal::before
	{
		background:#e1730f;
	}
/*********** slide 2 ********************/
#main-slider .ms-slide.slide-2 h4 
	{
		color: #e1730f;
		font-family: 'Raleway', sans-serif;
		font-size:24px;
		font-weight: 700;
		margin: 55px 0px 10px;
		top:100px;
		position:relative;
	}
	#main-slider .ms-slide.slide-2 h1 
	{
		color: #fff;
		font-size:70px;
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		margin:135px 0px 5px;
		position:relative;
		bottom:20px;
		text-transform: uppercase;
		position:relative;
	}
	#main-slider .ms-slide.slide-2 h3
	{
		color: #fff;
		font-size:70px;
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		position:relative;
		bottom:30px;
		text-transform: uppercase;
		position:relative;
		margin:0px;
	}
	
.banner-block p 
{
    color: #fff;
    margin-top: 37px;
}
#main-slider .ms-slide.slide-2 a
{
    position: absolute;
	top:0px;
	background:#151614;
	padding:18px 52px !important;
	color:#ffffff;
	border:none;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	border-radius:0px;
	font-size:18px;
	box-shadow: 0.5px 5px  #9f4c00;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}

/************** slider 3 ******************/

#main-slider .ms-slide.slide-3 h4 
	{
		color: #e1730f;
		font-family: 'Raleway', sans-serif;
		font-size:24px;
		font-weight: 700;
		margin: 55px 0px 10px;
		top:100px;
		position:relative;
		text-align:left;
	}
	#main-slider .ms-slide.slide-3 h1 
	{
		color: #fff;
		font-size:70px;
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		margin:135px 0px 5px;
		position:relative;
		bottom:20px;
		text-transform: uppercase;
		position:relative;
		text-align:left;
	}
	#main-slider .ms-slide.slide-3 h3
	{
		color: #fff;
		font-size:70px;
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		position:relative;
		bottom:30px;
		text-transform: uppercase;
		position:relative;
		text-align:left;
		margin:0px;
	}
	
.banner-block p 
{
    color: #fff;
    margin-top: 37px;
}
#main-slider .ms-slide.slide-3 a
{
    position: absolute;
	top:0px;
	background:#151614;
	padding:18px 52px !important;
	color:#ffffff;
	border:none;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	float:left;
	font-weight:700;
	border-radius:0px;
	font-size:18px;
	box-shadow: 0.5px 5px  #9f4c00;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}

#main-slider .ms-slide a:hover {
	box-shadow: 0px 0px  #9f4c00;
	-webkit-box-shadow: 0px 0px  #9f4c00;
	-moz-box-shadow: 0px 0px  #9f4c00;
}

/****************** button hover ********************/




/*********************** vapouring theme *****************/
#vapouring-theme
{
	background:#151614;
	padding:80px 0px;
}
	#vapouring-theme .col-sm-6
	{
		padding-left:0px;
	}
	#theme
	{
		border-left:10px solid #e1730f;
		height:55px;
	}
		#theme p
		{
			color:#ffffff;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#theme h4
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			margin-left:15px;
			text-transform:uppercase;
			color:#ffffff;
			margin:0px 15px 0px;
		}
			.h4-style
			{
				color:#e1730f;	
			}
	#theme-img-container {
		overflow: hidden;
	}
	#theme-img
	{
		margin-top:80px;
		position: relative;
		border:1px solid #4f4f4f;
		text-align: center;
		transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
	}
	#theme-img img {
		display: inline-block;
	}
	.main-box
	{
		margin-top:135px;
	}
		.theme-box-container {
			overflow: hidden;
			display: inline-block;
		}
		.theme-boxes:hover,
		#theme-img:hover  {
			border-color: transparent;
			/*border:none;*/
		}
		.theme-boxes:before,
		#theme-img:before {
			box-sizing: border-box;
			transform: translateX(100%);
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 1px;
			border-bottom: 1px solid transparent;
			border-left: 1px solid transparent;
		}
		.theme-boxes
		{
			/*height:202.8px;*/
			border:1px solid #4f4f4f;
			text-align:center;
			padding-bottom: 16px;
			position: relative;
			transition:all 0.3s ease 0s;
			-webkit-transition:all 0.3s ease 0s;
			-moz-transition:all 0.3s ease 0s;
		}
		.theme-boxes:after,
		#theme-img:after {
			box-sizing: border-box;
			transform: translateX(-100%);
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 1px;
			border-top: 1px solid transparent;
			border-right: 1px solid transparent;
		}
		.theme-boxes:hover:before,
		#theme-img:hover:before {
			transition: .1s transform linear, .1s height linear .1s;
			transform: translateX(0);
			height: 100%;
			border-color: #e1730f;
		}
		.theme-boxes:hover:after,
		#theme-img:hover:after {
			transition: .1s transform linear .2s, .1s height linear .3s;
			transform: translateX(0);
			height: 100%;
			border-color: #e1730f;
		}

			.theme-boxes hr,
			#theme-img hr
			{
				/*border:1px solid #e1730f;*/
				width:110px;
				background: #e1730f;
				height: 1px;
				border:0px;
				z-index:999;
				margin:-1px auto 0px;
			}
			.theme-boxes:hover hr,
			#theme-img:hover hr {
				display: none;
			}
			#theme-img hr
			{
				/*width:160px;*/
			}
			.theme-boxes img
			{
				margin:37px 120px 31px 106px;
				transform:scale(1);
				-webkit-transform:scale(1);
				-moz-transform:scale(1);
				transition:all 0.3s ease-in 0s;
				-webkit-transition:all 0.3s ease-in 0s;
				-moz-transition:all 0.3s ease-in 0s;
                                width:67px;
			}
			.theme-boxes:hover img {
				transform:scale(1.2);
				-webkit-transform:scale(1.2);
				-moz-transform:scale(1.2);
			}
			.theme-boxes h1
			{
				margin:15px 0px 15px;
				color:#b4b4b4;
				font-family: 'Source Sans Pro', sans-serif;
				text-transform:uppercase;
				font-size:16px;
				font-weight:bold;
			}
			.theme-boxes p
			{
				color:#5d5d5d;
				font-size:16px;
				font-family: 'Source Sans Pro', sans-serif;
				margin:0px 20px;
			}
			.box-style
			{
				margin-top:10px;
			}


/********************** tips *********************/
#tips
{
	background:#eaeaea;
	padding:80px 0px 60px;
}
	#tips .col-sm-4
	{
		padding-left:0px;
	}
	#tips-text
	{
		border-left:10px solid #e1730f;
		height:55px;
	}
		#tips-text p
		{
			color:#767676;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#tips-text h4
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			margin-left:15px;
			text-transform:uppercase;
			color:#e1730f;
			margin:0px 15px 0px;
		}
			.h4-style1
			{
				color:#000000;
			}
			
	#tips-para
	{
		position:relative;
		bottom:10px;
	}
		#tips-para p
		{
			color:#666666;
			font-family: 'Source Sans Pro', sans-serif;
			line-height:25px;
			font-size:16px;
			margin:0px;
		}
		
/******************* trial *******************/
#trails 
{  
	margin:20px 77px;
}

#trail-gallery 
{
  background: #f4f4f4;
}

  #trail-slider .item
  {
    margin: 0px;
    overflow: hidden;
  }
	  #trail-slider .item img
	  {
		display: block;
		width: 100%;
		height: auto;
	  }
	   #trail-slider .item h3 
	   {
		text-align: center;   
	  } 
		  #trail-slider .item h3 a 
		  {
			font-family: 'Raleway', sans-serif;
			color: #151614;
			margin:30px 0px 10px;
			font-size: 20px;
			text-align: center;
			text-decoration: none;
			-webkit-transition: all 0.2s ease-in 0s;
			-moz-transition: all 0.2s ease-in 0s;
			-o-transition: all 0.2s ease-in 0s;
			transition: all 0.2s ease-in 0s;
			-ms-transition: all 0.2s ease-in 0s;
		  }
			  #trail-slider .item h3 a:hover,
			  #trail-slider .item h3 a:focus 
			  {
				text-decoration: none;
			  }
		  #trail-slider .item p 
		  {
			font-family: 'Source Sans Pro', sans-serif;
			color: #686868;
			margin: 0px 0px 40px;
			text-align: center; 
		  }
	  #trail-slider .item .trail-image 
	  {
		position: relative;
	  }
		  #trail-slider .item .trail-image .trail-hover 
		  {
			width: 100%;
			height: 2px;
			background-color: rgba(32,33,37,0.2);
			position: absolute;
			top: 50%;
			margin-top: -1px;
			left: 0;
			opacity: 0;
			text-align: center;
			-webkit-transition: all 0.3s ease-in 0s;
			-moz-transition: all 0.3s ease-in 0s;
			-o-transition: all 0.3s ease-in 0s;
			transition: all 0.3s ease-in 0s;
			-ms-transition: all 0.3s ease-in 0s;
		  }
			  #trail-slider .item .trail-image .trail-hover a 
			  {
				background-color: #e1730f;
				color: #000;
				width: 50px;
				height: 50px;
				line-height: 50px;
				text-align: center;
				position: absolute;
				bottom: 50%;
				left: 50%;
				margin-left: -25px;
				margin-bottom: -25px;
				opacity: 0;
				border-radius: 2px;
				-webkit-transform: scale(0);
				-moz-transform: scale(0);
				-o-transform: scale(0);
				transform: scale(0);
				-webkit-transition: all 0.4s ease-in;
				-moz-transition: all 0.4s ease-in;
				-o-transition: all 0.4s ease-in;
				transition: all 0.4s ease-in;
				-ms-transition: all 0.1s ease-in;
			  }
			  #trail-slider .item .trail-image .trail-hover a i.fa {
			  	font-size: 20px;
			  	line-height: 52px;
			  }
	  #trail-slider .item:hover .trail-image .trail-hover 
	  {
		background-color: rgba(32,33,37,0.5);
		top: 0;
		height: 100%;
		opacity: 1;
	  }
	  #trail-slider .item:hover h3 a 
	  {
		color: #e1730f;
		text-decoration: none;
	  }
		  #trail-slider .item:hover .trail-image .trail-hover a 
		  {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
			opacity: 1;
			transition-delay:0.1s;
			color:#ffffff;
		  }
		  #trail-slider .item .trail-image .trail-hover a:hover 
		  {
			color: #fff;
		  }
		  
/******************* start vaping now ********************/
#vaping-now
{
	background:url(../images/vaping-now.png) top left no-repeat;
	background-size:cover;
	padding:80px 0px 60px;
	background-attachment:fixed;
	background-position:50% 50%;
}


	#vaping-now .container div[class^="col-"]
	{
		padding:0px;
	}
	#vaping-img
	{
		
	}
		#vaping-img > img
		{
		}
	
	#vaping-text
	{
		border-left:10px solid #e1730f;
		height:55px;
		margin-top: 18px;
	}
		#vaping-text p
		{
			color:#ffffff;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#vaping-text h4
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			text-transform:uppercase;
			color:#ffffff;
			margin:0px 15px 0px;
		}
	#vaping-para
	{
	}
		#vaping-para p
		{
			color:#ffffff;
			font-family: 'Source Sans Pro', sans-serif;
			font-weight:lighter;
			font-size:16px;
			text-transform:none;
			margin:60px 0px 0px;
		}
		#vaping-anchor
		{
		}
			#vaping-anchor a
			{
				background:#151614;
				padding:18px 52px !important;
				color:#ffffff;
				text-decoration:none;
				border:none;
				font-family: 'Raleway', sans-serif;
				text-transform:uppercase;
				font-weight:700;
				border-radius:0px;
				font-size:18px;
				box-shadow: 0.5px 5px  #9f4c00;
				margin-top:60px;
				transition:all 0.3s ease 0s;
				-webkit-transition:all 0.3s ease 0s;
				-moz-transition:all 0.3s ease 0s;
			}
			#vaping-anchor a:hover {
				box-shadow: 0px 0px  #9f4c00;
			}
			
/***************** party area ********************/
#party-area
{
	background:#eaeaea;
	padding:80px 0px 60px;
}
	#party-area .col-sm-4
	{
		padding-left:0px;
	}
	#party-text
	{
		border-left:10px solid #e1730f;
		height:55px;
	}
		#party-text p
		{
			color:#767676;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#party-text h4
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			margin-left:15px;
			text-transform:uppercase;
			color:#e1730f;
			margin:0px 15px 0px;
		}
			
			
	#party-para
	{
		position:relative;
		bottom:10px;
	}
		#party-para p
		{
			color:#666666;
			font-family: 'Source Sans Pro', sans-serif;
			line-height:25px;
			font-size:16px;
			margin:0px;
		}
		
/************** instructor **********************/

/* Instructor-slider */

#instructor-gallery 
{
  margin:80px 0px;
}

	#instructor-slider .item
	{
		margin: 0px;
		overflow: hidden;
	  }
	  #instructor-slider .item img
	  {
		display: block;
		width: 100%;
		height: auto;    
	  }
	  .instructor-photo-overlay 
	  {
	  	overflow: hidden;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -100%;
		left: 0;
		right: 0;
		opacity: 0;
		text-align: left;
		padding-left:10px;
		background: rgba(101,100,97,0.2);
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
		}
			.instructor-photo-overlay h1 
			{
			  font-family: 'Raleway';
			  color: #fff;
			  font-size: 20px;
			  position: absolute;
			  left: -100%;
			  bottom: 100px;
			  /*margin-top: 95%;*/
			  margin-bottom: 0px !important;
			  text-transform:capitalize;
			  -webkit-transition: all 0.5s ease 0.1s;
			  -moz-transition: all 0.5s ease 0.1s;
			  -o-transition: all 0.5s ease 0.1s;
			  transition: all 0.5s ease 0.1s;
			}
			.instructor-photo-overlay p 
			{
			  font-family: 'Source Sans Pro', sans-serif;
			  color: #fff;
			  font-size: 16px;
			  position: absolute;
			  left: -100%;
			  bottom:70px;
			  /*margin-top: 0px !important;*/
			  -webkit-transition: all 0.6s ease 0.1s;
			  -moz-transition: all 0.6s ease 0.1s;
			  -o-transition: all 0.6s ease 0.1s;
			  transition: all 0.6s ease 0.1s;
			}
		.instructor-photo-overlay .icon-overlay 
		{
		  color: #fff;
		  opacity: 0;
		  position: absolute;
		  bottom: -70px;
		  left: 15px;
		  /*bottom:25%;*/
		  -webkit-transition: all 0.7s ease 0.1s;
		  -moz-transition: all 0.7s ease 0.1s;
		  -o-transition: all 0.7s ease 0.1s;
		  transition: all 0.7s ease 0.1s;
		}

	.instructor-photo-overlay .icon-overlay a {
	  color: #fff;
	}
	.instructor-photo-overlay .icon-overlay i.fa 
	{
	  font-size: 18px;
	  margin-right: 2px;
	  height: 20px;
	  width: 20px;
	}
	.instructor-photo-overlay .icon-overlay i.fa:hover 
	{
	  color: #151614;
	}
	
	#instructor-slider .item:hover .instructor-photo-overlay 
	{
	  bottom: 0;
	  background: rgba(228,118,21,0.8);
	  opacity: 1;
	}
	#instructor-slider .item:hover .instructor-photo-overlay .icon-overlay 
	{
	  bottom: 40px;
	  opacity: 1;
	  /*transition-delay:0.2s;*/
	}
	#instructor-slider .item:hover .instructor-photo-overlay h1 
	{
	  left: 10px;
	  opacity: 1;
	  /*transition-delay:0.2s;*/
	}
	#instructor-slider .item:hover .instructor-photo-overlay p 
	{
	  left: 14px;
	  opacity: 1;
	  /*transition-delay:0.2s;*/
	}
	#instructor-slide .item:hover img 
	{
	  transform:scale(1.05);
	}

/***************** testimonial review ******************/

#testimonials {
  overflow: hidden;
  background:#151614;
  padding:20px 0 0;
}
	#testimonials .testimonial 
	{
	  position: relative;
	}

	#testimonials .container div[class^="col-"]
	{
		padding:0px;
	}
	#main-testimonial
	{
		padding-top:60px;
	}
	#testimonial-text
	{
		border-left:10px solid #e1730f;
		height:55px;
	}
		#testimonial-text p
		{
			color:#ffffff;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#testimonial-text h4
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			text-transform:uppercase;
			color:#ffffff;
			margin:0px 15px 0px;
		}
	.testimonial-para
	{
	}
		.testimonial-para p
		{
			color:#ffffff;
			font-family: 'Raleway', sans-serif;
			line-height:30px;
			font-size:16px;
			text-transform:none;
			display:inline-block;
			margin-left:60px;
			position:relative;
			bottom:35px;
		}
			.testimonial-para  i.fa
			{
				margin:65px 0px 0px 0px;
				display:inline-block;
				color:#ffffff;
				font-size:45px;
			}
		#testimonials h5
		{
			color:#ffffff;
			font-family: 'Source Sans Pro', sans-serif;
			font-weight:bold;
			margin-left:60px;
			margin-top:0px;
			font-size:18px;
			position:relative;
			bottom:30px;
		}
		
/*********************** below testimonial ********************/
#below-testimonial
{
	background:#eaeaea;
	padding:80px 0px 60px;
}
	#below-testimonial .col-sm-4
	{
		padding-left:0px;
	}
	#below-testi-text
	{
		border-left:10px solid #e1730f;
		height:55px;
	}
		#below-testi-text p
		{
			color:#767676;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#below-testi-text h4
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			margin-left:15px;
			text-transform:uppercase;
			color:#e1730f;
			margin:0px 15px 0px;
		}
			
			
	#below-testi-para
	{
		position:relative;
		bottom:10px;
	}
		#below-testi-para p
		{
			color:#666666;
			font-family: 'Source Sans Pro', sans-serif;
			line-height:25px;
			font-size:16px;
			margin:0px;
		}
		
/******************** parts slider ********************/
#parts-gallery {
  background: #f4f4f4 none repeat scroll 0 0;
  margin:80px 0px;
}
  #parts-slider .item{
    margin: 0px;
    overflow: hidden;
  }
  #parts-slider .item img{
    display: block;
    width: 100%;
    height: auto;
  }
  #parts-slider .item h3 
  {
    text-align: center;
	margin-top:30px;
  }
	  #parts-slider .item h3 a 
	  {
		  
		font-family: 'Raleway', sans-serif;
		color: #151614;
		text-decoration: none;
		margin:30px 0px 10px;
		font-size: 20px;
		text-align: center;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
	  }
		  #parts-slider .item h3 a:hover,
		  #parts-slider .item h3 a:focus 
		  {
			text-decoration: none;
		  }
	
	  #parts-slider .item p 
	  {
		font-family: 'Source Sans Pro', sans-serif;
		color: #686868;
		padding:0px 100px; 
		text-align: center; 
	  }
  #parts-slider .item p.parts-price 
  {
    font-family: 'Source Sans Pro', sans-serif;
    color: #151614;
    font-size: 24px;
    margin: 0px 0px 30px;
    text-align: center; 
  }
  
  #parts-slider .item .parts-image 
  {
    position: relative;
    overflow: hidden;
  }
  #parts-slider .item .parts-image img {
  	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
  }
  #parts-slider .item .parts-image .parts-hover:before {
  	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(5.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(5.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  }
  #parts-slider .item:hover .parts-image img {
  	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
  }
  #parts-slider .item:hover .parts-image .parts-hover:before {
  	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  }
  #parts-slider .item .parts-image .parts-hover 
  {
    width: 100%;
    height: 100%;
    background-color: rgba(4,5,6,0.8);
    position: absolute;
    top: 0;
    left: -100%;
    opacity: 0.2;
    text-align: center;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
  }
	  #parts-slider .item .parts-image .parts-hover a {
		background-color: #e1730f;
		color: #ffffff;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		position: absolute;
		bottom: 50%;
		left: 50%;
		margin-left: -25px;
		margin-bottom: -25px;
		opacity: 0;
		transform:scale(0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
	  }
	  #parts-slider .item .parts-image .parts-hover a i.fa {
		font-size: 26px;
		line-height: 50px;
	  }
	  #parts-slider .item:hover .parts-image .parts-hover {
	    background-color: rgba(4,5,6,0.8);
	    left: 0;
	    opacity: 1;
	  }
	  #parts-slider .item:hover h3 a 
	  {
		color: #e1730f;
	  }
		  #parts-slider .item:hover .parts-image .parts-hover a 
		  {
			-webkit-transform:scale(1);
			-moz-transform:scale(1);
			opacity: 1;
			transition-delay:0.2s;
		  }
		  #parts-slider .item .parts-image .parts-hover a:hover 
		  {
			color: #fff;
		  }
		  
/******************** party images ********************/
#party-images
{
	background:#151614;
	padding:80px 0px;
}
	#party-images .container div[class^="col"]
	{
		padding-left:0px;
	}
	#images-text
	{
		border-left:10px solid #e1730f;
		height:55px;
	}	
		#images-text h1
		{
			color:#ffffff;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#images-text p
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			margin:0px 15px 0px;
			text-transform:uppercase;
			color:#ffffff;
		}
		

/******************** gallery slider *******************/

#mb-gallery 
{
  margin-top: 80px;
}
	#gallery-slider .item
	{
		margin: 0px;
		overflow: hidden;
		position: relative;
	  }
	  #gallery-slider .item .gallery-image img
	  {
		display: block;
		width: 100%;
		height: auto;    
	  }
  .gallery-photo-overlay 
  {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;     
    opacity: 0;
    background: rgba(0,0,0,0.2);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    overflow: hidden;
  }
	.gallery-photo-overlay p 
		{
		  font-family: 'Raleway', sans-serif;
		  color: #fff;
		  font-size: 20px;
		  position: absolute;
		  top: 0px;
		  left: -50%;
		  opacity: 0;
		  text-transform: uppercase;
		  -webkit-transition: all 0.4s ease 0.1s;
		  -moz-transition: all 0.4s ease 0.1s;
		  -o-transition: all 0.4s ease 0.1s;
		  transition: all 0.4s ease 0.1s;
		   margin-top: 25px; 
		}
	.gallery-photo-overlay .icon-overlay 
		{
		  color: #fff;
		  opacity: 0;
		  position: absolute;
		  bottom:-50%;
		  right: 50px;
		  -webkit-transition: all 0.8s ease 0.1s;
		  -moz-transition: all 0.8s ease 0.1s;
		  -o-transition: all 0.8s ease 0.1s;
		  transition: all 0.8s ease 0.1s;
		}
	.gallery-photo-overlay .icon-overlay a 
		{
		  color: #fff;
		  -webkit-transition: all 0.2s ease 0.1s;
		  -moz-transition: all 0.2s ease 0.1s;
		  -o-transition: all 0.2s ease 0.1s;
		  transition: all 0.2s ease 0.1s;
		}
		.gallery-photo-overlay .icon-overlay i.fa 
		{
		  margin-right: 10px;
		  font-size: 18px;
		  height: 20px;
		  width: 20px;
		}
			.gallery-photo-overlay .icon-overlay a:hover 
			{
			  color:#151614;
			  outline: none;
			  text-decoration: none;
			}
		.gallery-photo-overlay .icon-overlay i.fa:hover 
		{
		  color: #151614;
		}

	#gallery-slider .item:hover .gallery-photo-overlay 
	{
	  border-radius: 0px;	 
	  background: rgba(228,127,32,0.9);
	  opacity: 1;
	}
		#gallery-slider .item:hover .gallery-photo-overlay p 
		{
		  left: 25px;
		  opacity: 1;
		  transition-delay:0.2s;
		}
		#gallery-slider .item:hover .gallery-photo-overlay .icon-overlay 
		{
		  bottom: 5%;
		  right: 20px;  
		  opacity: 1;
		  transition-delay:0.2s;
		}
		#gallery-slide .item:hover img 
		{
		  transform:scale(1.05);
		}


/*********************** below testimonial ********************/
#below-gallery
{
	background:#eaeaea;
	padding:80px 0px 60px;
}
	#below-gallery .col-sm-4
	{
		padding-left:0px;
	}
	#gallery-text
	{
		border-left:10px solid #e1730f;
		height:55px;
	}
	#gallery-text p
		{
			color:#767676;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#gallery-text h4
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			margin:0px 15px 0px;
			text-transform:uppercase;
			color:#e1730f;
		}
			
			
	#gallery-para
	{
		position:relative;
		bottom:10px;
	}
		#gallery-para p
		{
			color:#666666;
			font-family: 'Source Sans Pro', sans-serif;
			line-height:25px;
			font-size:16px;
			margin:0px;
		}
		
/****************** price and packages **************/

#packages {  
}


#packages-title .section-detail {
	margin-bottom:0;
}
#packages .section-title {
  border-bottom:none;
  padding-bottom: 0px;
}
#packages h3.small-heading {
  color: #151614;
  font-size: 20px;
}
#packages p.section-detail {
  color: #5d5d5d;
}

#packages .packages-container 
{
	padding:80px 0px;
}

.package 
{
}

	#packages .packages-container .package .package-container 
	{
	  display: block;
	  border: 1px solid #e4e4e4;
	  background: #f4f4f4;	  
	  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	  transition:all 0.2s ease 0s;
	  -webkit-transition:all 0.2s ease 0s;
	  -moz-transition:all 0.2s ease 0s;
	}
	#packages .packages-container .package .package-container:hover {
		box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.20);
		-moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.20);
	}	
		#packages .packages-container .package .package-container .select-button {
		  background: #e1730f;
		  display: inline-block;
		  width: 100%;
		  margin-top: 40px;  
		}
			#packages .packages-container .package .package-container .select-button p 
			{
			  font-family: 'Raleway';
			  color: #fff;
			  font-size: 22px;
			  display: inline-block;
			  margin-bottom: 0px;
			  padding:20px 0px 20px 15px;
			  margin-left:10px;
			}
			#packages .packages-container .package .package-container .select-button .btn-select-pkg 
			{
			  background: #eaeaea ;
			  text-align: center;
			  height: 100%;
			  color: #fff;
			  font-size: 20px;
			  border-radius: 0px;
			  padding: 20px 30px;
			  float: right;
			  -webkit-transition: all 0.4s ease 0.1s;
			  -moz-transition: all 0.4s ease 0.1s;
			  -o-transition: all 0.4s ease 0.1s;
			  transition: all 0.4s ease 0.1s;
			}
				#packages .packages-container .package .package-container .select-button .btn-select-pkg:hover 
				{
				  background: #151614;
				  color:#ffffff;  
				}
		#packages .packages-container .package .package-container .select-button .btn-select-pkg:hover .fa
		{
			color:#ffffff;
		}
		#packages .packages-container .package .package-container .select-button .btn-select-pkg .fa 
		{
		  margin-top: 6px;
		  color:#e1730f;
		}
		#packages .packages-container .package .package-container .package-info 
		{
		  display: inline-block;
		  margin-left:10px;
		  width: 100%;
		}
			#packages .packages-container .package .package-container .package-info h3 
			{
			  color: #151614;
			  text-transform: uppercase;
			  font-size: 18px;
			  margin-left: 15px;
			  margin-top: 40px;
			}
				#packages .packages-container .package .package-container .package-info p 
				{
				  font-family: 'Source Sans Pro', sans-serif;
				  color: #5d5d5d;
				  margin-bottom: 40px;
				  margin-left: 15px;
				  text-transform:capitalize;
				}
			#packages .packages-container .package .package-container .package-info .package-info-icon i.fa
			{
			  font-size: 14px;
			  margin-top: 4px;
			  color: #e1730f;
			}
	#packages .packages-container .package .package-container .package-info .package-info-icon,
	#packages .packages-container .package .package-container .package-info .package-info-text 
	{
	  margin-bottom: 15px;
	}
	#packages .packages-container .package .package-container .package-info .package-info-text {
	  padding-left:0px;
	}
#packages .packages-container .package .package-container .package-info .package-info-text p 
{
  font-family: 'Source Sans Pro', sans-serif;
  color: #5d5d5d;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size:14px;
  text-transform:uppercase;
  position:relative;
  right:8px;
}

/************************blog section********************************/
#blog-section
{
	background:#151614;
	padding:80px 0px;
}
	#blog-section .container
	{
		padding:0px;
	}
	
	#blog-text
	{
		border-left:10px solid #e1730f;
		height:55px;
	}	
		#blog-text h1
		{
			color:#ffffff;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#blog-text p
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			margin:0px 15px 0px;
			text-transform:uppercase;
			color:#ffffff;
		}
	#blog-images
	{
		margin-top:80px;
	}
		.blog-image
		{
			border:1px solid #bfbfbf;
		}
			.blog-text
			{
				background:#e9e9e9;
				padding:30px 20px 20px;
			}
				.blog-text h1
				{
					color:#151614;
					font-size:20px;
					margin:0px;
					font-family: 'Raleway', sans-serif;
					font-weight:700;
				}
				.blog-text p
				{
					color:#767676;
					font-size:16px;
					margin:25px 0px 25px;
					font-family: 'Source Sans Pro', sans-serif;
					line-height:20px;
				}
				.blog-text a
				{
					text-decoration:none;
					color:#151614;
					font-size:12px;
					font-family: 'Raleway', sans-serif;
					font-weight:700;
					text-transform:uppercase;
					
				}
					.blog-text a:hover
					{
						color:#e1730f;
					}
				.blog-text hr
				{
					border:1px solid #bfbfbf;
					margin:20px -20px !important;
				}
				
		.blog-socials
		{
			display:inline-block;
		}
			.blog-socials i.fa
			{
				color:#e1730f;
				font-size:18px;
			}
			.blog-socials p
			{
				margin:0px 10px 0px 5px;
				color:#757575;
				display:inline-block;
				text-transform:capitalize;
			}
		
/******************** below blog **********************/
#below-blog
{
	background:#eaeaea;
	padding:80px 0px 60px;
}
	#below-blog .col-sm-4
	{
		padding-left:0px;
	}
	#below-blog-text
	{
		border-left:10px solid #e1730f;
		height:55px;
	}
	#below-blog-text p
		{
			color:#767676;
			font-family: 'Raleway', sans-serif;
			font-weight:lighter;
			font-size:18px;
			margin:0px 15px 0px;
			text-transform:uppercase;
		}
		#below-blog-text h4
		{
			font-size:30px;
			font-family: 'Raleway', sans-serif;
			font-weight:700;
			margin:0px 15px 0px;
			text-transform:uppercase;
			color:#e1730f;
		}
			
			
	#below-blog-para
	{
		position:relative;
		bottom:10px;
	}
		#below-blog-para p
		{
			color:#666666;
			font-family: 'Source Sans Pro', sans-serif;
			line-height:25px;
			font-size:16px;
			margin:0px;
		}
/*********************** contact portion ****************************/
#contact 
{  
  padding-bottom: 80px;
}

#contact-title .section-detail
{
	margin-bottom:0;
}
	#contact-title 
	{
	  background: #f4f4f4;
	  padding:55px 0 45px;
	}
	#contact .section-title 
	{
	  border-bottom:none;
	  padding-bottom: 0px;
	}
		#contact h3.small-heading 
		{
		  color: #151614;
		  font-size: 20px;
		}
		#contact p.section-detail 
		{
		  color: #5d5d5d;
		}
		
		#contact .contact-container 
		{
		  margin-top: 60px;
		}
	#contact .contact-container .contact-info 
	{
	  padding: 15px 0px;
	  border-bottom: 1px solid #cfcfcf;
	  display: inline-block;
	  width: 85%;
	}
		#contact .contact-container .contact-info .contact-info-icon 
		{
		  padding: 0px;
		}
			#contact .contact-container .contact-info .contact-info-icon .fa
			{
			  font-size: 22px;
			  margin-top: 5px;
				}
	#contact .contact-container .contact-info .contact-info-text 
	{
	  padding-left: 0px;
	  margin-bottom:10px;
	}
		#contact .contact-container .contact-info .contact-info-text p,
		#contact .contact-container .contact-info .contact-info-text a 
		{
		  color: #5d5d5d;
		  font-family: 'Open Sans', sans-serif;
		  font-size: 16px;
		  line-height: 1.6em;
		  margin-bottom: 0px;
		  margin-left:15px;
		}

	#contact .bottom-contact-form input.form-control {
	  width: 100%;
	  margin-bottom: 20px;
	  border-radius: 0px;
	  height: 50px;
	  font-family: 'Open Sans', sans-serif;
	  color: #828282;
	  border-color: #e0e0e0;
	  box-shadow: none;
	  -moz-box-shadow:none;
	  -webkit-box-sahdow:none;
	  -webkit-transition: all 0.4s ease;
	  -moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	  -ms-transition: all 0.4s ease;
	}
		#contact .bottom-contact-form .form-control:focus 
		{
		  -webkit-box-shadow: 0px 1px 3px 0px rgba(171,171,171,0.68);
		  -moz-box-shadow: 0px 1px 3px 0px rgba(171,171,171,0.68);
		  box-shadow: 0px 1px 3px 0px rgba(171,171,171,0.68);
		}

			#contact .bottom-contact-form textarea.form-control 
			{
			  width: 100%;
			 font-family: 'Open Sans', sans-serif;
			  color: #828282;
			  margin-bottom: 30px;
			  border-radius: 0px;
			  border-color: #e0e0e0;
			}
	.bottom-contact-form .btn-contact 
	{
		background:#151614;
		padding:18px 52px !important;
		color:#ffffff;
		border:none;
		font-family: 'Raleway', sans-serif;
		text-transform:uppercase;
		margin-top:20px;
		font-weight:700;
		border-radius:0px;
		font-size:18px;
		box-shadow: 0.5px 5px  #9f4c00;
		transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
	}
	.bottom-contact-form .btn-contact:hover {
		box-shadow: 0px 0px  #9f4c00;	
	}	
		
	#parts-title .section-detail {
		
		margin-bottom:0;
	}
		.contact-style
		{
			border-bottom:none !important;
		}

	/* form-submision-preloader*/

	.formOverlay:before {
	  content: "\f110";
	  font-family: fontawesome;
	  -webkit-animation: fa-spin 1s infinite steps(8);
	  animation: fa-spin 1s infinite steps(8);
	  color: #e1730f;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  font-size: 56px;
	  margin-top: -34px;
	}
	.formOverlay {
	  /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
	  background:rgba(0,0,0,0.2);
	  display: block;
	  height: 100%;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 9999;
	}

	.alert .message-icon {
	  margin-right: 10px;
	  width: 30px;
	  height: 30px;
	  text-align: center;
	  border:1px solid #9F9F9F;
	  border-radius: 50%;
	  line-height: 30px;
	}

/************************ map **********************/
#map-canvas 
{
  height: 200px;
}

/******************* footer *************************/

div.module.parallax-9 
{
  background-color:#151614;
  padding: 80px 0px 60px;
}
#footer
{
}
	#footer h3 
	{
	  margin-top: 0px;
	  margin-bottom: 45px;
	}
		#footer h3 span 
		{
		  color: #fff;
		  font-size: 22px;
		  font-weight:700;
		  text-transform: uppercase;
		  font-family: 'Raleway', sans-serif;
		}
	#footer p 
	{
	  font-family: 'Source Sans Pro', sans-serif;
	  color: #8b8b8b;
	}

		#footer .footer-about p 
		{
		  line-height: 1.7em;
		  color: #8b8b8b;
		  font-size: 16px;
		  margin: 30px 0;
		}

	#footer .footer-about .social 
	{
	  margin-top: 60px;
	}
		#footer .footer-about .social a 
		{
		  background: #333333;
		  width: 50px;
		  height: 50px;
		  line-height: 50px;
		  border-radius: 5px;
		  margin-left: 3px;
		  display: inline-block;
		  text-align: center;
		  color: #fff;
		  -webkit-transition: all 0.4s ease;
		  -moz-transition: all 0.4s ease;
		  -o-transition: all 0.4s ease;
		  transition: all 0.4s ease;
		  -ms-transition: all 0.4s ease;
		}
			#footer .footer-about .social a:hover 
			{
			  background: #e1730f;
			}
			#footer .footer-about .social .hvr-sweep-to-bottom::before {
				background: #e1730f;
				border-radius: 5px;
			}
			#footer .footer-about .social a .fa 
			{
			  font-size: 16px;
			  line-height: 50px;
			}

		#footer .footer-post .latest-post-links p 
		{
		  margin-bottom: 15px;
		  display: block;
		}
			#footer .footer-post .latest-post-links p a.latest-post-link 
			{
			  color: #fff;
			  display: block;
			  margin-bottom: 8px;
			  font-size: 16px;
			  -webkit-transition: all 0.4s ease;
			  -moz-transition: all 0.4s ease;
			  -o-transition: all 0.4s ease;
			  transition: all 0.4s ease;
			  -ms-transition: all 0.4s ease;
			}
	#footer .footer-post .latest-post-links p span.post-date 
	{
	  color: #8b8b8b;
	  display: block;
	  font-size: 14px;
	}
		#footer .footer-post .latest-post-links p a.latest-post-link:hover 
		{
		  color: #e1730f;
		  text-decoration: none;
		}

	#footer .footer-trail-links p 
	{
	  padding: 10px 0px;
	  margin-bottom: 0px;
	  border-bottom: 1px solid #4c4b4d;  
	}
		#footer .footer-trail-links p:first-child 
		{
		  padding: 0px 0px 10px;
		}
	#footer .footer-trail-links p a 
	{
	  color: #8b8b8b;
	  margin-left: 5px;
	  font-size:16px;
	  display: inline-block;
	  -webkit-transition: all 0.4s ease;
	  -moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	  -ms-transition: all 0.4s ease;
	}
		#footer .footer-trail-links p a .fa 
		{
		  color: #e1730f;
		  -webkit-transition: all 0.4s ease;
		  -moz-transition: all 0.4s ease;
		  -o-transition: all 0.4s ease;
		  transition: all 0.4s ease;
		  -ms-transition: all 0.4s ease;
		}
			#footer .footer-trail-links p a:hover{
			  color: #fff;
			  text-decoration: none;
			}
	#footer .footer-trail-links p a:hover .fa 
	{
	  color: #fff;
	}

		#footer .bottom-image-group .bottom-image-col 
		{
		  width:28%;
		  float: left;
		  margin-right: 3.5%;
		}
			#footer .bottom-image-group .bottom-image-col .photo-item 
			{
			  display: block;
			  margin-bottom: 10px;
			}

/********************* copyright text ************************/
#copyright {
  background: #1a1a1a;
  padding: 30px 0px;
}
	#copyright p 
	{
	  font-family: 'Source Sans Pro', sans-serif;
	  color: #8b8b8b;
	  margin-bottom: 0px;
	  font-size: 16px;
	}
		#copyright p a 
		{
		  color: #fff;
		}
			#copyright p a:hover
			{
				text-decoration:none;
				color:#dc740e;
			}
			
/********************* copyright text ************************/
.bx-wrapper{max-width:100%!important;}
.gs_logo_single.bx-clone{margin-right:0px!important;}
.gs_logo_single{margin-right:0px!important;}
.gs_logo_title{margin-top:-35px!important; font-size:23px!important;}
.owl-carousel .owl-item img{width:290px!important; height:290px!important;}
.gs_logo_single img{width:273px!important;}
.gs_logo_single{width:273px!important;}
.carousel-item:hover{opacity:0.5!important;}
.owl-theme .owl-controls{display:none!important;}
.gs_logo_title{color: #E0720E; text-shadow: 0px 0px 2px green;}
.avalie iframe{display:none!important;}
.avalie{display: none!important;}
@media (max-width: 420px) {
.wdpu-56 .wdpu-close {
    font-size: 26px!important;
    top: 150px!important;
    right: 45px!important;
    width: 220px!important;
    background: transparent!important;
}
}

VaKeR 2022