/**RESET**/

* {margin: 0px; padding: 0px;}
.clear {clear: both;}
.bold {font-weight: 700}
.italic {font-weight: italic;}
a, img {outline: none; border: 0px; text-decoration: none;}
ul, li {list-style-type: none;}
html, body {width: auto; min-width: 100%; height: 100%; min-width: 100%; max-width: 100%; max-height: 100%; overflow-x: hidden;}
html {-ms-content-zooming: none;}
@-ms-viewport {width: device-width;}
.fade {transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; opacity: 1.0;}
.fade:hover {opacity: .75;}


/****IE8 UPGRADE SPLASH****/

#ie-upgrade {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	background: #55565d;
	z-index: 9999;
	display: none;
	}

#ie-upgrade span.cont {
	width: 80%;
	top: 33%;
	margin: 0px auto;
	}

#ie-upgrade span.cont a {
	text-transform: none;
	display: inline;
	border: none;
	background: transparent;
	font-size: 15px;
	margin: 0 0 0 0;
	text-decoration: underline;
	letter-spacing: 2px;
	line-height: inherit;
	padding: 0 0 0 0;
	}

#ie-upgrade span.cont a.splash-link {
	text-transform: uppercase;
	display: inline-block;
	border: 4px solid #fff;
	background: rgba(255,255,255,.05);
	font-size: 21px;
	text-decoration: none;
	margin: 50px 0 0;
	letter-spacing: 4px;
	line-height: 30px;
	padding: 13px 30px;
	}


/****BASIC STYLES****/

body {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Work Sans', sans-serif;
	color: #222;
	background: #aeaeae;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: .05em;
	-moz-osx-font-smoothing: grayscale;
	line-height: 100%;
	}

a:link {
	color: #222;
	text-decoration: none;
	outline: none;
	}

a:active {
	color: #555;
	text-decoration: none;
	outline: none;
	}

a:visited {
	color: #222;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #555;
	text-decoration: none;
	outline: none;
	}


/**PRELOADER**/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aeaeae;
    z-index: 99;
	}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
	}
	
	

/****HOME SLIDER****/

#slides {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	}
	
	
/****HEADER****/

header {
	position: absolute;
	background: rgba(255,255,255,.75);
	top: 0;
	height: 70px;
	left: 0;
	width: 100%;
	z-index: 10;
	display: block;
	}
	
header img {
	display: block;
	margin: 0px auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	}
	
header p {
	position: absolute;
	line-height: 70px;
	left: 20px;
	top: 0;
	}
	
header p span {
	font-family: 'Alex Brush', cursive;
	font-size: 24px;
	line-height: 60px;
	vertical-align: middle;
	}
	
.social {
	position: absolute;
	right: 20px;
	z-index: 10;
	line-height: 24px;
	top: 24px;
	}
	
.social span {
	padding-right: 12px;
	}
	
.social  a.fb,
.social  a.insta,
.social  a.email {
	text-indent: -9999px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 2px 0;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out; 
	opacity: 0.75;
	cursor: pointer;
	}
	
.social a.fb {
	background: url(../images/fb.png);
	}
	
.social a.email {
	background: url(../images/email.png);
	}
	
.social a.insta {
	background: url(../images/insta.png);
	}
	
.social a.fb:hover,
.social a.insta:hover,
.social a.email:hover {
	opacity: 1;
	}

footer {
	position: absolute;
	background: rgba(255,255,255,.85);
	bottom: 0;
	height: 40px;
	left: 0;
	line-height: 40px;
	width: 100%;
	z-index: 10;
	display: none;;
	}

footer .social {
	top: 8px;
	}
	
footer span {
	display: inline-block;
	margin-left: 20px;
	}
	
h1 {
	font-family: 'Italianno', cursive;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,.7);
	font-size: 58px;
	font-weight: 400;
	line-height: 50px;
	z-index: 10;
	position: absolute;
	right: 30px;
	text-align: right;
	bottom: 100px;
	}
	
	
@media screen and (max-width: 991px) {
		
	header .social {
		display: none;
		}	

	header {
		position: absolute;
		background: rgba(255,255,255,.85);
		top: 0;
		height: auto;
		}
	
	header img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 12px;
		}
	
	header p {
		position: relative;
		width: 100%;
		text-align: center;
		left: auto;
		height: 55px;
		margin-top: 25px;
		line-height: 30px;
		}
	
	footer {
		display: block;
		} 
	
	h1 {
		bottom: 120px;
		font-size: 42px;
		}
		
}
