/*
THE THING Template
Description: Slide with different shapes
Author: 
URL: 
*/

/* Slider  settings: change this settings to make your slider
   look different
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.kay-shape, .kay-shape:before, .kay-shape:after {
	background-color: #000 !important;
}
.hearth .kay-shape {
	background-color: transparent!important
}
.none blockquoute {
	background: #FF0537 !important;
}
.bg-img {
	background-image: url(../img/mason-jars.jpg) !important;
}
.kay-one-pic h1, .txt-wrapper h1 {
	color: #fff !important;
	text-align: center !important;
}
.kay-one-pic h1 span, .txt-wrapper h1 span {
	display: inline-block !important;
	margin-bottom: 0.25em;
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	padding: 5px 7px;
	text-transform: uppercase;
	font-size: 150%;
	text-shadow: none
}
/* Begin Slider
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
#slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.kay-content, .kay-shape {
	position: absolute;
	top: 50%;
	left: 50%;
}
.kay-content h1 {
	line-height: 1.3em;
	margin-top: 20%;
	color: #292930;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.txt-wrapper h1 {
	line-height: 1.4em;
	color: #292930;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
	display: none;
}
/* In case shepeType is "none"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.none {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.none .container {
	display: table;
	height: 100%
}
.txt-wrapper {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
/* In case shepeType is "parallelogram"
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.parallelogram .kay-one-pic h1 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
	border: none;
	padding: 0px;
}
.parallelogram .kay-shape {
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-o-transform: skew(10deg);
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	background-color: rgba(0,0,0,0.5);
	opacity:0;
	text-indent: -9999px;  
	filter: alpha(opacity=0);
}
/* In case shepeType is "circle"
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.circle .kay-one-pic h1 {
	width: 88%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
	border: none;
	padding: 0px;
}
.circle .kay-shape {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 0px;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* In case shepeType is "burst"
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */		
.burst .kay-one-pic h1 {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 5px;
	position: relative;
	z-index: 100;
	border: none;
	padding: 0px;
}
.burst .kay-shape {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 0px;
}
.burst .kay-shape:before,  .burst .kay-shape:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.burst .kay-shape:before {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
.burst .kay-shape:after {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}
/* In case shepeType is "hearth"
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.hearth .kay-one-pic h1 {
	width: 85%;
	max-width: 600px;
	margin: 0 auto 5px;
	position: relative;
	z-index: 100;
	border: none;
	padding: 0px;
}
.hearth .kay-shape {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 0px;
}
.hearth .kay-shape:before,  .hearth .kay-shape:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: 75%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	-moz-border-radius: 75% 75% 0 0;
	border-radius: 75% 75% 0 0;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}
.hearth .kay-shape:after {
	left: -25%;
	-webkit-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-o-transform: rotate(55deg);
	transform: rotate(55deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin : 100% 100%;
}
.arrow-down {
	left: 50%;
	position: absolute;
	z-index: 1000;
	bottom: 30px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	color: #ffffff
}
.arrow-down i {
	color: #ffffff;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}
.kay-one-pic h1 {
	border-bottom: dotted 1px #ccc;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-top: 170px;
	padding-bottom: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#bg {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
#bg .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed
}
 @media (max-width: 1024px) {
#bg .bg-img {
	background-attachment: scroll
}

}
