@font-face {
    font-family: 'Nexa_rust_slabblack_shadow_01';
    src: url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.eot');
    src: url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.woff2') format('woff2'),
         url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.woff') format('woff'),
         url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.ttf') format('truetype'),
         url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.svg#Nexa_rust_slabblack_shadow_01') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_serifregular';
    src: url('fonts/GandhiSerif-Regular-webfont.eot');
    src: url('fonts/GandhiSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Regular-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Regular-webfont.svg#gandhi_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

/************************************************* RESET ***********************************/

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/************************************************* MAIN ***********************************/
body {
	margin:0 auto;
	padding:0;
	font-size:100%;
	background: #FFF;
	background-attachment:fixed;
	color:#364048;	
	max-width: 100%;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
	font-family: 'Montserrat';
	font-weight: 300;
}
#header {
	position: relative;
	z-index:9999;
    width: 100%;
	background: #fff;
    left: 0;
    top: 0;

}
	
.clearing { 
	clear: both; 
}


.article {
	position: relative;
    margin: 50px auto;
}

#content {
	position: relative;
	padding:0;
	margin:0 auto;
	text-align: center;
	max-width: 1140px;
    overflow: hidden;
}
.content-css {
	background-color: #5db5a4;
}

h1 {
	font-family: 'Montserrat';
	text-transform:uppercase;
	font-size:240%;
	width: auto;
	margin: 40px auto 0px auto;
}

h2 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 100%;
    font-weight: 800;
    color: #2E767A;
    width: auto;
    margin: 13px auto 50px auto;
}

h3 {
	font-family: 'Montserrat';
	text-transform:uppercase;
    font-size: 100%;
    color: #b53f5a;
	width: auto;
	margin: 0px auto 30px auto;
}

p {
	margin-left: auto;
	margin-right: auto;
	font-family: 'Khand', sans-serif;
	line-height: 1.8;
	letter-spacing:1px;
	margin-bottom:50px;
	
}

strong {
	font-weight: 800;
}

a {
	color:#2E767A;	
}

a:hover {
	color:#B53F5A;	
}

/******************************** CSS PLAYGROUND **************************************/



#search {
	display:block;
	background-color: #f1ce9b;
	height: auto;
	width: 70%;
	box-sizing: border-box;
	padding: 0px;
	margin-bottom: 30px;
}

#search input {
	padding: 20px;
	box-sizing: border-box;
	border: 0px;
	background-color: #f1ce9b;
	color: #b53f5a;
	font-family: 'Montserrat';
	font-weight:800;
	margin: 0px;
}
#search input:focus, #search input:active {
	outline: none;
	border: 3px solid #b53f5a;
	border: 0px;
}

::placeholder {
	color:#b53f5a;
}

.box-container {
	display:block;
}

.box {
	width:20%;
	height:300px;
	display:inline-block;
	float:left;
}
.box:nth-child(1), .box:nth-child(3n+1) {
	background-color: #F57A82;
}
.box:nth-child(3n-1) {
	background-color: #f1ce9b;
}

.box:nth-child(3n+3) {
	background-color: #B53F5A;
}

/******************************** CSS VERTIGO **************************************/

.vertigo-all {
	position: relative;
    height: 600px;
    width: 1000px;
    overflow: hidden;
    background: #ff980e;
    margin: 0 auto;
}
.vertigo-bg {
	width: 1200px;
    height: auto;
    left: 50%;
    position: absolute;
    margin-left: -600px;
    z-index:1;
    transition: all 3s ease-out;
    transform:scaleX(1.5) scaleY(1.2);


}

.vertigo-cowboy {
	width: 1200px;
    height: auto;
    left: 50%;
    bottom:0;
    position: absolute;
    margin-left: -600px;
    z-index:2;
	transition: all 3s ease-out;
	transform:scaleX(0.95) scaleY(0.95);
	transform-origin: 50% 50%;
	bottom: -18px;
}

.vertigo-btn {
    position: absolute;
    left: 50%;
    top: 1158px;
    width: 200px;
    height: auto;
    display: block;
    margin-left: 516px;
}

.vertigo-in {
    transition: all 3s ease-out;
	transform:scaleX(1) scaleY(1);
	transform-origin: 50% 50%;
}

.cowboy-in {
    transition: all 3s ease-out;
	transform:scaleX(1) scaleY(1);
	transform-origin: 50% 50%;
	bottom: -18px;
}



/******************************* BUTOON CSS *********************************/

.switch {
    margin: 50px auto;
    position: relative;
}
.switch.demo4 {
    width: 150px;
    height: 150px;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.switch input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.switch.demo4 input:checked ~ label {
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.13), 0 5px 8px rgba(0,0,0,0.35), 0 3px 10px 4px rgba(0,0,0,0.2);
    color: #6ed43c;
}
.switch label {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.switch.demo4 label {
    border-radius: 50%;
    background: #b2ac9e;
    background: -moz-linear-gradient(#f7f2f6, #b2ac9e);
    background: -ms-linear-gradient(#f7f2f6, #b2ac9e);
    background: -o-linear-gradient(#f7f2f6, #b2ac9e);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f2f6), to(#b2ac9e));
    background: -webkit-linear-gradient(#f7f2f6, #b2ac9e);
    background: linear-gradient(#f7f2f6, #b2ac9e);
    position: relative;
    color: #525d3f;
    font-size: 40px;
    font-weight:bold;
    text-align: center;
    line-height: 140px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-shadow: 0 -1px 1px rgba(3, 86, 5, 0.58);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.13), 0 5px 8px rgba(0,0,0,0.3), 0 10px 10px 4px rgba(0,0,0,0.3);
    z-index: -1;
}

.switch.demo4 label:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: inherit;
    box-shadow: inset 0 10px 10px rgba(0,0,0,0.13);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
}
.switch.demo4 label:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    z-index: -2;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.15);
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
.icon-off:before {
    content: "\f011";
}
.switch.demo4 .icon-off:after {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 70%;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin: -35% 0 0 -35%;
    border-radius: 50%;
    background: #d2cbc3;
    background: -moz-linear-gradient(#cbc7bc, #d2cbc3);
    background: -ms-linear-gradient(#cbc7bc, #d2cbc3);
    background: -o-linear-gradient(#cbc7bc, #d2cbc3);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#cbc7bc), to(#d2cbc3));
    background: -webkit-linear-gradient(#cbc7bc, #d2cbc3);
    background: linear-gradient(#cbc7bc, #d2cbc3);
    box-shadow: 0 -2px 5px rgba(255,255,255,0.05), 0 2px 5px rgba(255,255,255,0.1);
}
/******************************** GRID **************************************/

.grid-mh {
	position:relative;
	width:100%;
	height: 600px;
}

.grid-top-mh {
	position: relative;
	width:100%;
	height: 62%; 
	box-sizing: border-box;
}

.grid-bottom-mh {
	position: relative;
	width:100%;
	height: 38%; 
	box-sizing: border-box;
}

.grid-top-mh div {
	width: 50%;
	height:100%;
	display:inline-block;
	background-color: grey;
	box-sizing: border-box;
	float: left;
	overflow:hidden;
	border: 3px solid white;
}
.grid-top-mh div img {
	width: auto;
    min-width: 100%;
    height: 100%;
    margin-left: 50%;
    transform: translate(-50%, 0%);
	cursor:pointer;
	transition: all 3s ease;
}

.grid-top-mh div img:hover {
	-webkit-transform: scale(1.1) translate(-50%, 0%); 
	-ms-transform: scale(1.1) translate(-50%, 0%);
	transform: scale(1.1) translate(-50%, 0%);
	transition: all 5s ease;
}

.grid-bottom-mh div {
	width:25%;
	height:100%;
	display:inline-block;
	background-color: grey;
	box-sizing: border-box;
	float: left;
	overflow:hidden;
	border:3px solid white;
	
}

.grid-bottom-mh div img {
	width: auto;
    min-width: 100%;
    height: 100%;
    margin-left: 50%;
    transform: translate(-50%, 0%);
	transition: all 3s ease;
	cursor:pointer;
}

.grid-bottom-mh div img:hover {
	-webkit-transform: scale(1.1) translate(-50%, 0%); 
	-ms-transform: scale(1.1) translate(-50%, 0%);
	transform: scale(1.1) translate(-50%, 0%);
	transition: all 5s ease;
}


/* **************  RESPONSIVE  ************** */
/* **************  Max 480 ************** */

@media all and (max-width: 480px) {

}

@media all and (max-width:1024px) {
	
	.grid-mh {
		height:auto;
		width:70%;
		margin: 0 auto;
}
	.grid-top-mh div {
		height:200px;
	}
	.grid-bottom-mh div {
		width: 50%;
		height:200px;
	}
	.grid-bottom-mh div img{
		height: 100%;
		
	}
	.grid-top-mh div img{
		height: 100%;
		
	}
	

}
/* **************  481 -> 768 ************** */


@media all and (min-width:481px) and (max-width: 768px) {
	
	.grid-mh {
		height:auto;
		width:70%;
		margin: 0 auto;
}
	.grid-top-mh div {
		width:100%;
		height:215px;
	}
	.grid-bottom-mh div {
		width: 100%;
		height:215px;
	}
	.grid-bottom-mh div img{
		height: auto;
		width: 100%;
		transform: translate(-50%,-10%);
	}
	
	.grid-top-mh div img{
		height: auto;
		width: 100%;
		transform: translate(-50%,-10%);
	}
	
}

	#search{
		display:block;
		width:100%;
}

	#search input{
	width:90%;
	margin:0 auto;
	
	}
