@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------
							FONTS
--------------------------------------------------*/
@font-face {
	src:	URL("http://farhaanabeato.com/fonts/proxima_nova/proxima_nova-300-light.ttf"),
			URL("http://farhaanabeato.com/fonts/proxima_nova/proxima_nova-300-light.woff"),
			URL("http://farhaanabeato.com/fonts/proxima_nova/proxima_nova-300-light.woff2");
	font-family: "Proxima Nova Light";
}

@font-face {
	src:	URL("http://farhaanabeato.com/fonts/proxima_nova/proxima_nova-400-regular.ttf"),
			URL("http://farhaanabeato.com/fonts/proxima_nova/proxima_nova-400-regular.woff"),
			URL("http://farhaanabeato.com/fonts/proxima_nova/proxima_nova-400-regular.woff2");
	font-family: "Proxima Nova Regular";
}

@font-face {
	src:	URL("http://farhaanabeato.com/fonts/proxima_nova/proxima_nova-700-bold.ttf"),
			URL("http://farhaanabeato.com/fonts/proxima_nova/proxima_nova-700-bold.woff"),
			URL("http://farhaanabeato.com/fonts/proxima_nova/proxima_nova-700-bold.woff2");
	font-family: "Proxima Nova Bold";
}

@font-face {
	src: URL("http://farhaanabeato.com/fonts/aptos/aptos-display/aptos-display-regular.ttf");
	font-family: "Aptos Display";
}
/*--------------------------------------------------
							FONTS
--------------------------------------------------*/
/*--------------------------------------------------
						GENERAL SELECTORS
--------------------------------------------------*/
body {
	font-family: "Proxima Nova Light", "Proxima Nova", sans-serif;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Proxima Nova Bold", "Proxima Nova", sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase;
}
p {
	font-size: 18px;
}
p.small {
	font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	color: #EE55CC;
}
/*--------------------------------------------------
						GENERAL SELECTORS
--------------------------------------------------*/
/*--------------------------------------------------
						PSEUDO SELECTORS
--------------------------------------------------*/
:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*--------------------------------------------------
						PSEUDO SELECTORS
--------------------------------------------------*/
/*--------------------------------------------------
							HEADER
--------------------------------------------------*/
header {
	text-align: center;
}
header .container {
	padding-top: 100px;
	padding-bottom: 50px;
}
header img {
	display: block;
	margin: 0 auto 20px;
	width: 256px;
}
header img:hover {
	ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .intro-text .name {
	display: block;
	text-transform: uppercase;
	font-family: "Proxima Nova Bold", "Proxima Nova", sans-serif;
	font-size: 4em;
	font-weight: bold;
}
header .intro-text .skills {
	text-transform: uppercase;
}
header .intro-text .skills i {
	padding: 0 2px 0 10px;
	font-size: 0.7em;
	text-transform: uppercase;
	vertical-align: middle;
}
header, section.success {
	background: #2C3E50 URL("../images/bgs/asphalt.png");
	color: #FFF;
}
/*--------------------------------------------------
							HEADER
--------------------------------------------------*/
/*--------------------------------------------------
							NAV
--------------------------------------------------*/
.navbar-default {
	background: #233140;
}
.navbar {
	text-transform: uppercase;
	font-family: "Proxima Nova Bold", "Proxima Nova", sans-serif;
	font-weight: bold;
}
.navbar a:focus {
	outline: 0;
}
.navbar .navbar-nav {
	/*letter-spacing: 1px;*/
}
.navbar .navbar-nav li a:focus {
	outline: 0;
}
.navbar-default, .navbar-inverse {
	border: 0;
}
/*--------------------------------------------------
							NAV
--------------------------------------------------*/
/*--------------------------------------------------
							FOOTER
--------------------------------------------------*/
footer {
	color: #FFF;
}
footer .footer-above {
	padding-top: 50px;
	background-color: #2C3E50;
}
footer .footer-col {
	margin-bottom: 50px;
}
footer .footer-below {
	padding: 25px 0;
	background-color: #233140;
}
footer h3 {
	margin-bottom: 30px;
}
footer p {
	margin-top: 15px;
	line-height: 45px;
}
/*--------------------------------------------------
							FOOTER
--------------------------------------------------*/
/*--------------------------------------------------
						SECTION SUCCESS
--------------------------------------------------*/
section {
	padding: 100px 0;
}
section h2 {
	margin: 0;
	font-size: 3em;
}
#success {
	margin: 20px 0 0 0;
}
.btn-success {
	background: #5CB;
	margin: 15px 0 0 0;
	color: #FFF;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background: #62A192;
	/*background: #F1D;*/
	color: #FFF;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success .badge {
	background: #FFF;
	color: #5CB;
	color: #F1D;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5CB;
	border-color: #5CB;
}
/*--------------------------------------------------
						SECTION SUCCESS
--------------------------------------------------*/
/*--------------------------------------------------
							PORTFOLIO
--------------------------------------------------*/
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(85,204,187,0.9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin: 0 20px 20px 20px;
	color: #FFF;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0;
}
#portfolio * {
	z-index: 2;
}
/*--------------------------------------------------
							PORTFOLIO
--------------------------------------------------*/
/*--------------------------------------------------
						FLOATING LABEL
--------------------------------------------------*/
.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #eee;
}
.floating-label-form-group input, .floating-label-form-group textarea {
	z-index: 1;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	border-radius: 0;
	font-size: 1.2em;
	background: 0 0;
	box-shadow: none !important;
	resize: none;
}
.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: .85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top .3s ease, opacity .3s ease;
	-moz-transition: top .3s ease, opacity .3s ease;
	-ms-transition: top .3s ease, opacity .3s ease;
	transition: top .3s ease, opacity .3s ease;
}
.floating-label-form-group:not(:first-child) {
	padding-left: 14px;
	border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1;
}
.floating-label-form-group-with-focus label {
	color: #5CB;
}
form .row:first-child .floating-label-form-group {
	border-top: 1px solid #eee;
}
form{
	font-family: "Proxima Nova", sans-serif;
}
/*--------------------------------------------------
						FLOATING LABEL
--------------------------------------------------*/
/*--------------------------------------------------
							MODALS
--------------------------------------------------*/
.portfolio-modal .modal-content {
	padding: 50px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 2.5em;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
	width: 550px;
	margin: 15px auto;
}
.portfolio-modal .modal-content p {
	width: 550px;
	margin: auto;
	font-size: 1.2em;
}
ul li.view-project {
	display: block;
	margin: 10px 0;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #4BDC8F;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #4BDC8F;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
	display: none;
	opacity: 0;
}
/*--------------------------------------------------
							MODALS
--------------------------------------------------*/
/*--------------------------------------------------
							CLASSES
--------------------------------------------------*/
.img-centered {
	margin: 0 auto;
}
hr.star-primary {
	border: #2C3E50 URL("../images/bgs/bg-asphalt.png") center;
}
hr.star-light, hr.star-primary {
	margin: 25px auto 30px;
	padding: 0;
	max-width: 350px;
	border: 0;
	border-top: solid 5px;
	text-align: center;
}
hr.star-light:after, hr.star-primary:after {
	content: "\f005";
	display: inline-block;
	position: relative;
	top: -.8em;
	padding: 0 .25em;
	font-family: "Font Awesome";
	font-size: 2em;
}
hr.star-light {
	border-color: #FFF;
}
hr.star-light:after {
	color: #FFF;
	background-color: #2C3E50;
}
hr.star-primary:after {
	color: #2C3E50;
	background-color: #FFF;
}
/*--------------------------------------------------
							CLASSES
--------------------------------------------------*/
/*--------------------------------------------------
							BUTTONS
--------------------------------------------------*/
.btn:focus, .btn:active, .btn.active {
	outline: 0;
}
footer .btn-social, .btn-outline {
	margin: 15px 0 0 0;
	font-size: 20px;
}
footer .btn-social:hover, footer .btn-social:focus, footer .btn-social:active, footer .btn-social.active, .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	background: #5CB;
	color: #FFF;
	border: 2px solid #5CB;
}
footer .btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #FFF;
	text-align: center;
	border: 2px solid #FFF;
	border-radius: 100%;
	line-height: 45px;
}
.btn-outline {
	color: #5CB;
	border: solid 2px #5CB;
	transition: all .3s ease-in-out;
}
.btn-padded {
	margin-bottom: 30px;
}
/*--------------------------------------------------
							BUTTONS
--------------------------------------------------*/
/*--------------------------------------------------
							SCROLL TOP
--------------------------------------------------*/
.scroll-top {
	z-index: 1049;
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
}
.scroll-top .btn {
	background: #233140;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 28px;
}
.scroll-top .btn:focus {
	outline: 0;
}
/*--------------------------------------------------
							SCROLL TOP
--------------------------------------------------*/

@media(min-width:768px) {
	header .container {
		padding-top: 200px;
		padding-bottom: 100px;
	}
	header .intro-text .name {
		font-size: 4.75em;
	}
	header .intro-text .skills {
		font-size: 1.35em;
	}
}
@media(min-width:768px) {
	.navbar-fixed-top {
		padding: 25px 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}
	.navbar-fixed-top .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.navbar-fixed-top.navbar-shrink {
		padding: 10px 0;
	}
	.navbar-fixed-top.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		font-family: "Proxima Nova Bold", "Proxima Nova", sans-serif;
		font-weight: bold;
	}
}
@media(max-width:767px) {
	section {
		padding: 75px 0;
	}
	section.first {
		padding-top: 75px;
	}
}
@media(min-width:767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}