/***** general styles *****/

* {
	outline: 0;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
	font-family: 'Moraine';
	color: white;
	font-size: 28px;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

/*****  text  *****/

h1 {
	font-family: Revel;
}
h2, h3, h4, h5, h6 {
	color: #000;
	font-family: HandStampPlayRoughSerif-Bold;
}
a:hover:after {
	width: 50%;
}
a:hover, a:focus {
	color: darkorange;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
p {
	color: white;
	font-size: 20px;
	line-height: normal;
	font-weight: 300;
}
.white {
	color: #fff !important;
}
.uppercase {
	text-transform: uppercase;
}
ul.social-icons li a:hover {
	color: #7beec7;
}

/***** skills  *****/

.skills {
	float: left;
	clear: both;
	width: 100%;
}

/*****  sections  *****/

.section-overlay ~ .container {
	position: relative;
	z-index: 5;
}
section {
	position: relative;
}
.section-overlay {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	background-image: url(../img/dot.gif);
	opacity: 0.06;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.mt-50 {
	margin-top: 50px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-150 {
	margin-top: 150px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mbr-box {
	display: table;
	width: 100%;
}
.mbr-section--bg-adapted {
	background-attachment: scroll;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.mbr-section--full-height {
	height: 100vh;
}
.mbr-section--fixed-size {
	overflow: hidden;
}
.mbr-section--relative {
	position: relative;
}
.mbr-section {
	padding: 0 20px;
}
.mbr-parallax-background, .mbr-background {
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.mbr-background {
	background-attachment: scroll !important;
}

/*****  links, buttons  *****/

a {
	text-decoration: none;
	font-weight: 400;
	color: #777;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.default-btn {
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 0 0 50px 0;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 70px;
	font-weight: 400;
}
.default-btn i {
	opacity: 0;
	position: absolute;
	font-size: 25px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: 30px;
	top: 12px;
	color: #ccc;
}
.default-btn:hover i {
	opacity: 1;
	right: -30px;
}
.default-btn:hover:after {
	width: 100%;
}
.default-btn:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 50%;
	height: 2px;
	background-color: #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/***** section's titles *****/

.module-subtitle {
	text-transform: none !important;
	color: #000;
	text-align: left;
	font-size: 15px;
	font-family: Quicksand, sans-serif;
	margin: 30px 0;
}
.module-title-large {
	font-size: 60px;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-align: center;
	margin-bottom: 35px;
}
@media only screen and (max-width : 1200px) {
	.module-subtitle {
		font-size: 13px;
	}
}
@media only screen and (max-width : 768px) {
	.module-subtitle {
		font-size: 14px;
	}
}
@media only screen and (max-width : 480px) {
	.module-title-large {
		font-size: 25px;
		font-weight: 400 !important;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.module-subtitle {
		margin: 15px 0 15px;
		font-size: 14px;
	}
	.module-description {
		text-align: left !important;
		margin-bottom: 0px !important;
		line-height: 1.4;
	}
}
.module-description {
	text-align: center;
	margin-bottom: 70px;
}
.section-title h2 {
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #000;
	font-size: 25px;
	font-weight: 400;
}
.section-title-parallax h2 {
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #000;
	font-size: 40px;
	font-weight: 700;
	margin-top: -145px;
	margin-bottom: 100px;
}

@media (max-width: 992px) {
	.section-title {
		margin : 0 auto 50px;
	}
}

/*****  lists  *****/

ul.list li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	padding: 0 20px;
}
ul.list li:last-child {
	margin-bottom: 0
}
ul.list_2 li {
	list-style: none;
	float: left;
	width: 100%;
}
ul.list_2 li a {
	display: inline-block;
	padding: 20px;
	border-bottom: solid 1px #bfbfbf;
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
ul.list_2 li:first-child a {
	border-top: solid 1px #bfbfbf;
}
ul.list_2 li a > span {
	float: right;
}
ul.list_2 li a:hover {
	border-bottom: solid 1px #7beec7;
}
ul.tags {
	float: left;
}
ul.tags li {
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
ul.tags li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #999999;
	background-color: #e5e5e5;
	padding: 0 15px;
	font-size: 12px;
	text-transform: uppercase;
}
ul.tags li a:hover {
	background-color: #f2f2f2;
	color: #60606e;
}
ul.work-exp {
	list-style-type: none;
	font-size: 13px;
	line-height: normal;
	text-align: left;
	font-family: Quicksand;
	color: white;
	padding: 0 2%;
}
ul.ux {
	list-style-type: none;
	font-size: 13px;
	line-height: normal;
	text-align: left;
	font-family: Quicksand;
	color: black;
	padding: 0 2%;
}
ul.work-exp li {
	text-indent: -25px;
	padding-left: 25px;
}
ul.work-exp li:before {
	content: 'r';
	font-family: ChicagoOrnaments;
	margin-right: 10px;
	font-size: 26px;
	position: relative;
	top:4px;
}
ul.ux li {
	text-indent: -25px;
	padding-left: 25px;
}
ul.ux li:before {
	content: 'r';
	font-family: ChicagoOrnaments;
	margin-right: 10px;
	font-size: 26px;
	position: relative;
	top:4px;
}

/*****  buttons  *****/

.btn {
	height: 50px;
	line-height: 50px;
	min-width: 150px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn:hover {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

@media (max-width: 992px) {
	.btn {
		margin: 20px 0;
	}
}

/***** frames *****/

.frame-line {
	position: fixed;
	left: 0;
	right: 0;
	display: block;
	background: #fff;
	z-index: 999999;
}
.frame-line.left-frame {
	width: 30px;
	left: 0;
	height: 100%;
	right: auto;
}
.frame-line.bottom-frame {
	height: 30px;
	bottom: 0;
}
.frame-line.right-frame {
	width: 30px;
	right: 0;
	height: 100%;
	left: auto;
}
.frame-line.top-frame {
	height: 30px;
	top: 0;
}

/***** footer *****/

footer.main-footer {
	background-color: #000;
	z-index: 0;
}
footer p {
	color: #777;
}
.footer-widget p {
	font-family: Quicksand, sans-serif;
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.contact-widget ul.social-icons li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}
.contact-widget ul.social-icons li a i {
	font-size: 15px;
	width: 25px;
	height: 30px;
	color: #777;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.contact-widget ul.social-icons li a:hover {
	text-decoration: none;
}
.contact-widget ul.social-icons li a.facebook:hover i {
	color: #507CBE;
}
.contact-widget ul.social-icons li a.google:hover i {
	color: #F16261;
}
.contact-widget ul.social-icons li a.linkdin:hover i {
	color: #90CADD;
}
.contact-widget ul.social-icons li a.skype:hover i {
	color: #36C4F3
}
.contact-widget span {
	font-weight: 900;
}
.contact-widget ul li {
	margin-bottom: 12px;
}
.contact-widget ul li p a {
	color: #777;
}
.contact-widget p {
	padding-bottom: 20px;
}
.copyright-section {
	padding: 30px 0;
	font-size: 15px;
	padding-top:0;
}
.copyright-section p {
	font-size: 15px;
	font-family: Moraine;
}

@media (max-width: 992px) {
	footer.main-footer * {
		text-align: center;
	}
	footer.main-footer ul.social-icons {
		float: left;
		width: 100%;
		text-align: center;
	}
	footer.main-footer nav.footer-nav ul li {
		text-align: center;
		width: 100%;
	}
	footer.main-footer nav.footer-nav ul li, footer.main-footer nav.footer-nav ul li:first-child {
		margin-left: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 480px) {
	footer.main-footer {
		padding: 0;
	}
	footer.main-footer * {
		text-align: center;
	}
}

/***** about *****/

.about .bottom-right-separator {
	bottom: -230px !important;
}
@media only screen and (max-width : 990px) {
	.collapse-div {
		width: 100%;
	}
	.about-img {
		width: 65%;
		margin:0 auto;
	}
}
@media only screen and (max-width : 768px) {
	.about-img {
		width: 80%;
		margin:0 auto;
	}
}

/***** features *****/

.features {
	padding: 50px 0;
	background-color: black;
	border-top: 15px double #fff;
}
.features h5, .features h6 {
	color: white;
}
.features p {
	font-size: 15px;
	line-height: normal;
}

@media only screen and (max-width : 480px) {
	.features {
		padding: 50px 0 100px 0;
	}
}
.features .feature-item .item-head {
	position: relative;
	display: block;
}
.features .feature-item .item-head i {
	font-size: 50px;
	color: #000;
}
.feature-item .item-head {
	margin-top: 40px;
}
.features .feature-item h6 {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
	color: white;
	font-family: Quicksand, sans-serif;
	text-transform: uppercase;
}
.features .feature-item p {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	font-family: Quicksand, sans-serif;
	font-size: 12px;
}

/***** resume *****/

.resume h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	color: white;
	font-size: 40px;
	font-weight: 700;
	margin-top: -145px;
	margin-bottom: 100px;
}
.resume {
	padding: 0 0 100px;
}
.resume h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	font-family: Quicksand, sans-serif;
	line-height: normal;
	color: white;
}
.resume h6 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
	line-height: normal;
	color: white;
	font-family: Quicksand, sans-serif;
}
.resume i {
	display: block;
	font-size: 50px;
	color: white;
	margin-top: 20px;
}
.resume p {
	font-size: 14px;
	font-family: Quicksand, sans-serif;
	line-height: normal;
}
#resume p.desc {
	font-family: Quicksand, sans-serif;
	font-size: 13px;
	line-height: normal;
}
#resume .process-numbers {
	color: #999;
}
@media (max-width: 1200px) {
	.right {
		text-align: left;
	}
}


/***** portfolio *****/

.portfolio h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #000;
	font-size: 40px;
	font-weight: 700;
	margin-top: -145px;
	margin-bottom: 100px;
}
.top-right-separator {
	width: 0;
	position: absolute;
	top: -180px;
	right: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 180px 100vw;
	border-color: transparent transparent #fff transparent;
	z-index: 1;
}
#resume .top-right-separator {
	border-color: transparent transparent #fff transparent;
}
.portfolio .categories-grid span {
	font-size: 30px;
	margin-bottom: 50px;
	display: inline-block;
}
.portfolio_container img {
	width: 100%;
}
.portfolio .categories-grid .categories ul li {
	list-style: none;
	font-family: Quicksand, sans-serif;
}
.portfolio .categories-grid .categories ul li a {
	display: inline-block;
	text-transform: uppercase;
	color: #777;
	margin-left: 20px;
	font-size: 13px;
	font-weight: 400;
}
.portfolio .categories-grid .categories ul li a.active {
	margin-left: 0;
	padding: 0 10px;
	color: #000;
	font-weight: 700;
	font-family: Quicksand, sans-serif;
}
nav.categories ul.portfolio_filter {
	font-family: Quicksand, sans-serif;
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.portfolio .categories-grid span {
		margin-bottom: 0;
		text-align: center;
		width: 100%;
	}
	.portfolio .categories-grid .categories ul li {
		text-align: center;
	}
	.portfolio .categories-grid .categories ul li a {
		margin-left: 0;
	}
}
.portfolio_item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	display: inline-block;
}
.portfolio_item .portfolio_item_hover {
	cursor: url(../img/eye.png), auto;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.portfolio_item .portfolio_item_hover .item_info {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.portfolio_item .portfolio_item_hover .item_info span {
	display: inline-block;
	font-family: 'Cantarell', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
	opacity: 0;
}
.portfolio_item .portfolio_item_hover .item_info em {
	font-family: Quicksand, sans-serif;
	line-height: normal;
	font-size: 18px;
	display: inline-block;
	background-color: #000;
	padding: 5px;
	color: #ffeedb;
	margin-top: 5px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease-in-out .5s;
	transition: all .5s ease-in-out .5s;
	opacity: 0;
}
.portfolio_item:hover .portfolio_item_hover {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.portfolio_item:hover .item_info em, .portfolio_item:hover .item_info span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/***** about *****/

#about {
	margin-top: 180px;
}
.about-img {
	position: relative;
	bottom: -30px;
}
.process-numbers {
	color: #dedada;
	font-weight: 700;
	font-size: 150px;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 1;
}
h2.about-h2 {
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-top: -145px;
    margin-bottom: 100px;
}
.about h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 10px;
}

@media (min-width: 1200px) {
	.top-separator {
		top: -48px;
	}
	#facts .bottom-separator {
		bottom: -48px;
	}
}
.about-me-thumb {
	/*overflow: hidden;*/
	position: relative;
	padding-top: 20px;
	bottom: -30px;
}
.about-me span {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	opacity: .5;
}
.about-me-thumb .overlay h6 {
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
}
.about-me-thumb .overlay p {
	font-size: 18px;
	line-height: 24px;
	color: black;
	font-family: 'Shadows Into Light';
	padding-bottom: 11%;
}
.about-me h6 {
	font-size: 25px;
	line-height: 10px;
	margin: 30px 0 15px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Quicksand, sans-serif;
}
.about-me-thumb:hover .overlay {
	cursor: url(../img/read.png), auto;
	opacity: 0.8;
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}
.about-me:hover h6 {
	color: #333;
}
.social-links {
	font-size: 13px;
	cursor: pointer;
}
.social-links a {
	display: inline-block;
	padding: 3px 7px;
	color: #333;
}
.social-links a:hover {
	text-decoration: none;
	color: #000;
}
.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 15px;
}
.overlay {
	background-color: rgb(255, 255, 255);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 15px;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 850ms ease-in-out;
	-moz-transition: all 850ms ease-in-out;
	-o-transition: all 850ms ease-in-out;
	transition: all 850ms ease-in-out;
}
@media only screen and (max-width : 1200px) {
	.about-me-thumb {
		bottom:-60px;
	}
	.overlay {
		top: -25px;
	}
}
@media only screen and (max-width : 990px) {
	.about-me-thumb {
		padding-top: 0;
		bottom: 0;
	}
	.about-me-thumb .overlay p {
		font-size: 12px;
	}
	.overlay {
		top:0;
	}
	.about-me-thumb .overlay p {
		font-size: 18px;
	}
}

@media only screen and (max-width : 768px) {
	.overlay {
		height: 100%;
	}
	.about-me-thumb .overlay p {
		font-size: 18px;
	}
}
@media only screen and (max-width : 650px) {
	.about-me-thumb .overlay p {
		font-size: 16px;
	}
}
@media only screen and (max-width : 600px) {
	.about-me-thumb .overlay p {
		font-size: 13px;
		line-height: normal;
		padding-bottom: 0;
	}
	#about {
		margin-top: -80px;
	}
		.overlay {
		position: relative;
		opacity: 1;
	}
		.about-img {
			 bottom:0;
	}
}

@media only screen and (max-width : 460px) {
	.about-me-thumb .overlay h6 {
		margin-top: 10px;
	}
	.about-me-thumb {
		padding-bottom: 40px;
	}
	.overlay {
		position: relative;
		opacity: 1;
	}
	.about-img {
		width: 100%;
	}
}

/***** skills *****/

#skills {
	background-color: black;
	padding: 0 0 50px;
	border-bottom: 15px double #fff;
}
.skills h2 {
	font-size: 40px;
	color: white;
	text-align: center;
	font-family: HandStampPlayRoughSerif-Bold;
}
.svgcolor-light, .svgcolor-dark {
	position: relative;
	top: -2px;
	z-index: 3;
}
#owl-demo {
	padding-top: 30px;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	height: auto;
	margin: 0 auto;
}
.owl-item .item {
	font-size: 16px;
	font-family: Quicksand, sans-serif;
	line-height: normal;
	text-align: center;
	color: white;
	text-transform: uppercase;
}
#owl-mobile {
	display: none;
}

@media only screen and (max-width : 768px) {
	#skills {
		width: 100%;
	}
	#owl-demo {
		display: none !important;
	}
	#owl-mobile {
		display: block;
	}
	#owl-mobile .item {
		font-size: 16px;
		color: white;
		text-align: center;
		font-family: Quicksand, sans-serif;
	}
}

/***** work together *****/

.work-together p.text-style {
	color: white;
	font-size: 22px !important;
	font-family: 'Shadows Into Light';
	text-transform: none;
	line-height: 29px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.see-through {
	opacity: 0.8;
	font-size: 60px;
	line-height: 80px;
	text-align: center;
}
.clip-text-maybe {
	/* if we can clip, do it */
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	/* what will show through the text
      ~ or ~
     what will be the background of that element */
	background-image: url(../img/work-together.jpg);
	/* fallback text color
      ~ or ~
     the actual color of text, so it better work on the background */
	color: red;
}
/* Clip text element */
h2.clip-text {
	font-size: 100px;
	line-height: normal;
	position: relative;
	display: inline-block;
	text-align: center;
	/* Color fallback */
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h2.clip-text:before, h2.clip-text:after {
	position: absolute;
	content: '';
}
/* Background */
h2.clip-text:before {
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* Text Background (black zone) */
h2.clip-text:after {
	position: absolute;
	z-index: -1;
	top: .125em;
	right: .125em;
	bottom: .125em;
	left: .125em;
	background-color: #000;
}
.work-together {
	padding: 100px 0 100px;
	color: #fff;
}

.work-together h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}

@media only screen and (max-width : 768px) {
	#work-together {
		padding: 100px 0;
		color: #fff;
	}
	.see-through {
		opacity: 0.8;
		font-size: 50px;
		line-height: normal;
		text-align: center;
	}
}

/***** contact *****/

p.my-addy {
	color:#fff;
	line-height: 20px;
	font-size: 15px;
}

.contact {
	background-color: #fff;
	padding: 100px 0 50px 0;
	color: #000;
}
.contact .bottom-right-separator {
	border-color: #fff transparent transparent transparent;
	bottom: -180px;
}
.contact h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}
.contact h4 {
	color: #000;
	font-family: Moraine;
	font-size: 18px;
	line-height: 1.5;
}
.contact a:hover {
	color: #777;
}
.contact a {
	margin-top: 40px !important;
	color: #777;
}
#submit_btn {
	color: #999;
	background-color: transparent;
	border: none;
	margin-top: 0;
	outline: none;
	font-size: 30px;
	font-family: 'Shadows into Light', cursive;
	text-align: left;
}
#submit_btn:hover {
	color: #fff;
}

@media only screen and (max-width : 480px) {
	.contact {
		padding: 50px 0 50px;
	}
	.input_1 {
		border: 1px dashed #e0e0e1;
	}
	.input_1 > span {
		left: 0px !important;
	}
}

/***** form element styles *****/

form {
	margin-top: 50px;
}
/* hide the honeypot field so real users can't fill it in */
form #website{ display:none; }

input, label, textarea {
	font-family: Quicksand, sans-serif;
	display: block;
	margin: 10px;
	padding: 5px;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
}
textarea:focus, input:focus {
	outline: 0;
}
input.question, textarea.question {
	font-size: 20px;
	text-transform: none;
	font-family: Arial, sans-serif;
	border-radius: 2px;
	margin: 0;
	border: none;
	width: 80%;
	background: rgba(0, 0, 0, 0);
	transition: padding-top 0.2s ease, margin-top 0.2s ease;
	overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
}
/* Underline and Placeholder */
input.question + label, textarea.question + label {
	display: block;
	position: relative;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	width: 10%;
	border-top: 1px solid #999;
	-webkit-transition: width 0.4s ease;
	transition: width 0.4s ease;
	height: 25px;
}
input.question:focus + label, textarea.question:focus + label {
	width: 80%;
}
 input.question:focus, input.question:valid {
 padding-top: 35px;
}
 textarea.question:valid, textarea.question:focus {
 margin-top: 35px;
}
 input.question:focus + label > span, input.question:valid + label > span, textarea.question:focus + label > span, textarea.question:valid + label > span {
 top: -110px;
 font-size: 22px;
 color: #333;
 margin-top: 20px;
}
 input.question:valid + label, textarea.question:valid + label {
 border-color: green;
}
 input.question:invalid, textarea.question:invalid {
 box-shadow: none;
}
input.question + label > span, textarea.question + label > span {
	font-weight: 300;
	margin: 0;
	position: absolute;
	color: #fff !important;
	font-size: 14px;
	top: -55px;
	left: 0;
	z-index: 1;
	-webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
	transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
textarea.question + label {
	top: -20px;
}
textarea.question + label > span {
	top: -65px;
}
input[type="submit"] {
	-webkit-transition: opacity 0.2s ease, background 0.2s ease;
	transition: opacity 0.2s ease, background 0.2s ease;
	display: block;
	opacity: 0;
	margin: 10px 0 0 0;
	padding: 10px;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: #EEE;
}
input[type="submit"]:active {
	background: #999;
}
 input.question:valid ~ input[type="submit"], textarea.question:valid ~ input[type="submit"] {
 -webkit-animation: appear 1s forwards;
 animation: appear 1s forwards;
}
 input.question:invalid ~ input[type="submit"], textarea.question:invalid ~ input[type="submit"] {
 display: none;
}
.pointer-right::before {
    font-family: ChicagoOrnaments;
    content: "c";
	font-size: 40px;
	color: #999;
	top: -22px;
	position: relative;
	right: -10px;
}
 @-webkit-keyframes appear {
	 100% {
	 opacity: 1;
	}
}
 @keyframes appear {
	 100% {
	 opacity: 1;
	}
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.overlay {
    	position: relative;
    	opacity: 1;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.sp-container {
    	top: 40%;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  .portrait {
		  margin-top: -112%;
	  }
	  .title {
		  top: 27%;
	  }
	  .sp-container {
		  top: 45%;
	  }
}


/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.portrait {
		margin-top: -87%;
		margin-left: -12% !important;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}


