/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* FONT - Regular */
body {
	font-family: Gudea, helvetica, sans-serif;
	-webkit-text-size-adjust:100%;
}
/* TEXT - White */
body, nav a, .connect a, .text a:hover, .connect .text a {
	color: #F5F5F5;
	-webkit-font-smoothing: antialiased;
}
/* TEXT - Black */
h1, h3, h2, p {
	color: white;
}
/* TEXT - Hover */
nav a:hover, .connect .bare a:hover, .text a, .connect .bare:hover h4,
.connect .text a:hover, .connect .text h4:hover {
	color: #e68624;
}


html, body {
	width: 100%;
	height: 100%;
}

body {
	background: url('../images/landing.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

/* BG - Off-Black Semi-Trans */

#main {
}

a, a:link {
	text-decoration: none;
}
a, .connect .text h4 {
	transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
}
h1 {
	font-size: 220%;
	text-transform: capitalize;
	max-width: 800px
}
h2, h4 {
	text-transform: capitalize;
}

body {
	width: 100%;
	font-size: 14pt;
}

.img-logo {

	max-width: 469px;
}
.wrap {
	max-width: 1000px;
	max-height: 800px;
	height: 600px;
	margin: 0 auto;
}

.whitetext, .blacktext {
	max-height:500px;
	overflow: hidden;
}
.wrap-connect {
	max-width: 1000px;
	margin: 0 auto;
}
.whitetext p{
	color: #fff;
	line-height: 200%;
	font-size: 120%;
	padding-left: 100px;
	padding-bottom: 50px;
	background: rgba(0, 0, 0, 0.5);
	-moz-transition:background-color 1.5s ease;
	-webkit-transition:background-color 1.5s ease;
	transition:background-color 1.5s ease;
}

.whitetext h1{
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 50px 50px 50px 100px;
	-moz-transition:background-color 1.5s ease;
	-webkit-transition:background-color 1.5s ease;
	transition:background-color 1.5s ease;
}

/*.whitetext p:hover, .whitetext h1:hover {
	background: rgba(0, 0, 0, 0.1);
}

.blacktext:hover {
	background: rgba(0, 0, 0, 0.1);
}*/

.movisible {
	display: none;
}

.text {
	background-color: rgba(35,31,32,0.95);
	width: 330px;
	display: block;
}

.blacktext p {
	color: #000000;
	line-height: 200%;
	font-size: 120%;
	padding-left: 100px;
	padding-bottom: 50px;
	background-color: rgba(255,255,255,0.5);
	-moz-transition:background-color 1.5s ease;
	-webkit-transition:background-color 1.5s ease;
	transition:background-color 1.5s ease;
}

.blacktext h1 {
	color: #000000;
	background-color: rgba(255,255,255,0.5);
	-moz-transition:background-color 1.5s ease;
	-webkit-transition:background-color 1.5s ease;
	transition:background-color 1.5s ease;
	padding: 50px 50px 53px 100px;
	max-height: 180px;
}

.black-menu{
background-color: #222;
}

.logo {
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 5%;
	background: url("../images/logo3.png") no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	width: 400px;
	height: 463px;
}



	.connect {
		position: fixed;
		right: 0;
		top: -50px;
		margin-top: -2px;
		float: right;
		z-index: 200;
		width: 250px;
		height: auto;
		display: block;
		opacity: 0;
		filter:alpha(opacity=0);
		transition: opacity 1s, filter 1s, top 1s;
		-moz-transition: opacity 1s, filter 1s, top 1s;
		-webkit-transition: opacity 1s, filter 1s, top 1s;
		-o-transition: opacity 1s, filter 1s, top 1s;
	}

	.connect.ready {
		top: 0%;
		opacity: 1;
		filter:alpha(opacity=100);
		z-index: 1400;
	}
	.connect .bare {
		display: block;
		width: 60%;
		margin-left: 40%;
		position: absolute;
		cursor: pointer;
		padding-top: 10px;
		z-index: 1400;

	}
	.connect .bare h4 {
		font-style: italic;
		width: 80px;
		float: left;
		text-align: right;
		padding: 16px 5px 5px 2px;
	}
	.connect .bare h4 {
		transition: all 1s;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
	}
	.connect.dim .bare h4, .connect .bare h4.dim {
		opacity: 0 !important;
		filter:alpha(opacity=0) !important;
	}
	.connect .icon {
		position: relative;
		float: right;
		width: 48px;
		height: 47px;
		display: block;
		background: url('../images/connect-icon.png') no-repeat top;
		transition: all 1s;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
	}
	.connect .icon .hover {
		position: absolute;
		top: 0;
		left: 0;
		width: 48px;
		height: 47px;
		display: block;
		background: url('../images/connect-icon.png') no-repeat bottom;
		transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		opacity:0;
		filter:alpha(opacity=0);
	}
	.connect .icon:hover .hover {
		opacity:1;
		filter:alpha(opacity=100);
	}
	.connect.dim .icon, .connect .icon.dim {
		opacity:0.4 !important;
		filter:alpha(opacity=40) !important;
	}
	.connect.dim .bare:hover .icon, .connect.dim .bare:hover .icon.dim {
		opacity:1;
		filter:alpha(opacity=100);
	}
	.connect .text {
		height: 128px;
		margin-left: -60px;
		padding: 0 40px 0;
		position: relative;
		z-index: 300;
	}
	.connect .text p {
		margin-bottom: 0;
	}
	.connect .info {
		position: absolute;
		left: 30px;
		top: 65px;
	}
	.connect .info p .num-icon {
		background: url('../images/tree-icon.png') no-repeat left;
		width: auto;
		height: 10px;
		background-size: 5px 10px;
		display: inline-block;
		padding-left: 11px;
		margin-left: 6px;
	}
	.connect .info p.phone {
		line-height: 10px;
		margin-bottom: 5px;
	}
	.connect .social {
		position: absolute;
		top: 20px;
		left: 30px;
	}
	.connect .social li {
		float: left;
		width: 25px;
		height: 25px;
		display: block;
		text-indent: -9999px;
		cursor: pointer;
		transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		opacity:0.4;
		filter:alpha(opacity=40);
	}
	.connect .social li:hover {
		opacity:1;
		filter:alpha(opacity=100);
	}
	.connect .social li.fb {
		background: url('../images/social_icons.png') top;
		margin-right: 10px;
	}
	.connect .social li.tw {
		background: url('../images/social_icons.png') bottom;
		margin-right: 10px;
	}
	.connect .social li.in {
		background: url('../images/insta-1.png') bottom;
	}
		.connect .social li a {
			width: 100%;
			height: 100%;
			display: block;
		}
	footer {
		position: absolute;
		/*bottom: 0px;*/
		left: 48.75%;
		padding-bottom: 50px;
		z-index: 500;
	}
		footer p {

		}
			footer p a {
				text-indent: -9999px;
				width: 24px;
				height: 23px;
				display: block;
				cursor: pointer;
				position: relative;
				overflow: hidden;
				border-top-left-radius: 20px;
				-webkit-border-top-left-radius: 20px;
				border-bottom-left-radius: 20px;
				-webkit-border-bottom-left-radius: 20px;
				transition: all 1s;
				-moz-transition: all 1s;
				-webkit-transition: all 1s;
				-o-transition: all 1s;
				opacity:1;
				filter:alpha(opacity=30);
			}
				footer p a:hover {
					opacity:1;
					filter:alpha(opacity=100);
					width: 162px;
				}
				footer a .credit-small {
					width: 24px;
					height: 23px;
					display: block;
					background: url('../images/credit-v-white.png') no-repeat left;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 600;
				}
				footer a .credit-full {
					width: 128px;
					height: 18px;
					display: block;
					background: url('../images/credit-text.png') no-repeat right;
					position: absolute;
					top: 3px;
					right: 0;
					z-index: 500;
					transition: all 2s;
					-moz-transition: all 2s;
					-webkit-transition: all 2s;
					-o-transition: all 2s;
					opacity:0;
					filter:alpha(opacity=0);
				}
					footer a:hover .credit-full {
						opacity:1;
						filter:alpha(opacity=100);
					}


.mohidden-two {
	display: none;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	footer {
		position: absolute;
		bottom: auto;
		left: 50%;
		padding-bottom: 10px;
		z-index: 500;
	}
}



@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	footer {
		bottom: auto !important;
	}


	body {
		background: url('../images/mobile-landing1.jpg') 0 -590px no-repeat ;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

	}

}

@media screen and (min-width: 768px) and (orientation:portrait){

	footer {
		/*bottom: 0px;*/
		padding-bottom: 50px;
	}

}

@media screen and (max-width: 955px) and (min-width: 768px){

/*		.connect .bare {
		display: block;
		width: 60%;
		margin-left: 240%;
		}*/

		.whitetext p{
			color: #fff;
			line-height: 200%;
			font-size: 120%;
			padding-left: 50px;
			padding-bottom: 50px;
				background: rgba(0, 0, 0, 0.5);
		}

		.whitetext h1{
			background: rgba(0, 0, 0, 0.5);
			color: #fff;
			padding: 50px 50px 50px 50px;
		}

		.blacktext p {
			color: #000000;
			line-height: 200%;
			font-size: 120%;
			padding-left: 50px;
			padding-bottom: 50px;
			background-color: rgba(255,255,255,0.5);
		}

		.blacktext h1 {
			color: #000000;
			background-color: rgba(255,255,255,0.5);
			padding: 50px 0px 50px 50px;
			max-height: 180px;
		}


	}
@media screen and (min-width: 1400px){
	footer {
		left: 49.5%;
	}
}
@media screen and (max-width: 399px){
	body {
			background: url('../images/mobile-landing1.jpg') no-repeat center top;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;

		}

		.logo{
		background: url("../images/logo3.png") -39px 0 no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: 0 auto;
		margin-top: -5%;
		margin-bottom: 5%;
		}


		h1 {
		max-width: 400px;
		}

		.whitetext p,.blacktext p {
			max-width: 400px;
		}

		h1, .blacktext p, .whitetext p {
			margin: 0 auto;
		}

		.whitetext, .blacktext {
			max-width: 450px;
			margin: 0 auto;
		}


		footer {
		position: absolute;
		 bottom: auto;
		left: 47.15%;
		padding: 30px 0px;
		z-index: 500;
		}

		.mohidden-two {
			display: block;
		}

		footer p a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		width: 154px;
		}

		.mobilefb {
			background: url('../images/social_icons.png') no-repeat top;
			background-position: 0px 15px;
			float: right;
			padding: 10px;
		}
		.mobiletwit {
			background: url('../images/social_icons.png') no-repeat bottom;
			background-position: 0px -25px;
			margin-right: 5px;
			margin-top: 15px;
			float: right;
			padding: 10px;
		}
		.mobileinsta {
			background: url('../images/insta-1.png') no-repeat bottom;
			float: right;
			padding: 10px;
			margin-right: 10px;
		}

		.mobileemail {
			background: url('../images/mail.png') no-repeat bottom;
			float: right;
			padding: 10px;
			margin-right: 10px;
		}
		.navbar-inverse .navbar-toggle {
		 border-color: rgba(51, 51, 51, 0);
		}

		#phonemargin {
			margin-right: 15px;
		}

		.movisible {
			display: block;
			font-style: italic;
			text-align: center;
			margin: 30px 0 30px 0;

		}

		.f-right {
			float: right;
		}

		.mohidden {
			display: none;
		}

		h1 {
			font-size: 200%;
		}

		.blacktext {
			margin-top: 5%;
			margin-bottom: 5%;
		}

		.whitetext p{
			color: #fff;
			line-height: 150%;
			font-size: 120%;
			background: rgba(0, 0, 0, 0.5);
			padding: 8% 8% 15% 15%;
		}

		.whitetext h1 {
			padding: 15% 8% 4% 15%;
			background: rgba(0, 0, 0, 0.5);
			color: #fff;
		}

		.blacktext p {
			color: #000000;
			line-height: 150%;
			font-size: 120%;
			background-color: rgba(255,255,255,0.5);
			padding: 8% 8% 15% 15%;
		}

		.blacktext h1 {
			color: #000000;
			background-color: rgba(255,255,255,0.5);
			max-height: 180px;
			padding: 15% 8% 4% 15%;
		}

}
@media screen and (max-width: 767px) and (min-width: 400px){
		body {
			background: url('../images/mobile-landing1.jpg') no-repeat center top;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;

		}

		.logo{
		background: url("../images/logo3.png") 0 0 no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		}


		h1 {
		max-width: 400px;
		}

		.whitetext p,.blacktext p {
			max-width: 400px;
		}

		h1, .blacktext p, .whitetext p {
			margin: 0 auto;
		}

		.whitetext, .blacktext {
			max-width: 450px;
			margin: 0 auto;
		}


		footer {
		position: absolute;
		 bottom: auto;
		left: 47.15%;
		padding: 30px 0px;
		z-index: 500;
		}

		.mohidden-two {
			display: block;
		}

		footer p a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		width: 154px;
		}

		.mobilefb {
			background: url('../images/social_icons.png') no-repeat top;
			background-position: 0px 15px;
			float: right;
			padding: 10px;
		}
		.mobiletwit {
			background: url('../images/social_icons.png') no-repeat bottom;
			background-position: 0px -25px;
			margin-right: 5px;
			margin-top: 15px;
			float: right;
			padding: 10px;
		}
		.mobileinsta {
			background: url('../images/insta-1.png') no-repeat bottom;
			float: right;
			padding: 10px;
			margin-right: 10px;
		}

		.mobileemail {
			background: url('../images/mail.png') no-repeat bottom;
			float: right;
			padding: 10px;
			margin-right: 10px;
		}
		.navbar-inverse .navbar-toggle {
		 border-color: rgba(51, 51, 51, 0);
		}

		#phonemargin {
			margin-right: 15px;
		}

		.movisible {
			display: block;
			font-style: italic;
			text-align: center;
			margin: 50px 0 70px 0;

		}

		.f-right {
			float: right;
		}

		.mohidden {
			display: none;
		}

		h1 {
			font-size: 200%;
		}

		.blacktext {
			margin-top: 5%;
			margin-bottom: 5%;
		}

		.whitetext p{
			color: #fff;
			line-height: 150%;
			font-size: 120%;
			background: rgba(0, 0, 0, 0.5);
			padding: 8% 8% 15% 15%;
		}

		.whitetext h1 {
			padding: 15% 8% 4% 15%;
			background: rgba(0, 0, 0, 0.5);
			color: #fff;
		}

		.blacktext p {
			color: #000000;
			line-height: 150%;
			font-size: 120%;
			background-color: rgba(255,255,255,0.5);
			padding: 8% 8% 15% 15%;
		}

		.blacktext h1 {
			color: #000000;
			background-color: rgba(255,255,255,0.5);
			max-height: 180px;
			padding: 15% 8% 4% 15%;
		}
	}
