/*************************************

Template Name: Haus
Author: thematicwebs
Version: 1.0
Design and Developed by: thematicwebs

NOTE: This is main stylesheet of the template.

****************************************/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');

body {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 24px;
color: #666;
overflow-x: hidden;
margin: auto;
background: #fff;
}
a {
    color: #444;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #23b5fa;
}

/*
* ----------------------------------------------------------------------------------------
*  PRELOADER
* ----------------------------------------------------------------------------------------
*/
.preloader {
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color:#fff;
    z-index:9999999;
}
.preloader .spinner {
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*
* ----------------------------------------------------------------------------------------
*   DEMO
* ----------------------------------------------------------------------------------------
*/
.btn-light-bg {
	background:#fff;
	border: 2px solid #fff;
	padding: 12px 30px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
color:#333;
font-weight:400;
}

.btn-light-bg:hover, .btn-light-bg:focus{
background: transparent;
border: 2px solid #fff;
	color: #fff;
}


.demo-header {
  padding: 100px 0;
  color: #fff;
  background-color: rgba(2, 153, 241, 1)
}
.d-table {
  width: 100%;
  height: 100%;
    text-align: center;
}
.d-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.demo-header:before {
  
}
.demo-header h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.demo-header h1 span{
    color: #41cb53;
}
.demo-header h3 {
	text-transform: capitalize;
    color: #fff;
	margin-bottom: 30px;
	margin-top: 0;
    line-height: 1.4;
}
.demo{
    padding: 80px 0 30px;
}
.single-demo{
    margin-bottom: 50px;
}
.single-demo img {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	width: 100%;
	overflow: hidden;
}
.single-demo h3 {
color: #333;
font-size: 20px;
font-weight: 500;
margin-bottom: 0;
margin-top: 25px;
text-transform: capitalize;
}
.single-demo:hover h3 {
    color: #003bb1;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}
footer{
    padding-top: 60px;
}

.color-background-overlay {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #482f00;
	opacity: 0.5;
}