body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #656c6d;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
	color: #444649;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 34px;
}
h3, h4 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #333;
}
a:hover, a:focus {
	text-decoration: none;
	color: #73a1b0;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #444649;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}

/* Navigation */
#nav {
	z-index: 1;
}
#nav.affix {
	position: fixed; 
	top: 0;
	width: 100%;
}
.navbar-custom {
	margin-bottom: 0;
	background-color: rgba(18,29,31,0);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	border-radius: 0px;
	padding: 20px 0;
}
.navbar-scroll {
	background-color: rgba(18,29,31,1);
	border-bottom: 3px solid #04c2c9;
	border-radius: 0px;
	padding: 5px 0;
	transition: background-color 0.4s ease, border-color 0.4s ease, margin 0.25s ease-out;
}

.navbar-brand {
	padding: 0px 15px;
}
.navbar-brand-scroll {
	display: inline-block;
	padding: 8px 6px;
}
.navbar-brand-img {
	width: 45px;
	height: 45px;
}
.navbar-brand-img-scroll {
	width: 30px;
	height: 30px;
}
.navbar-custom .navbar-brand:focus,
.navbar-scroll .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-scroll .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active,
.navbar-scroll .navbar-brand .navbar-toggle:focus {
	outline: 0;
}
.navbar-custom a,
.navbar-scroll a {
	color: #f4f5f6;
}
.navbar-custom .nav li a,
.navbar-scroll .nav li a {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	background-color: transparent;
}
.navbar-scroll .nav li a:hover {
	outline: 0;
	color: #e31b6d;
	background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-scroll .nav li a:focus,
.navbar-custom .nav li a:active,
.navbar-scroll .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #e31b6d;
}
.navbar-custom .nav li.active,
.navbar-scroll .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a,
.navbar-scroll .nav li.active a {
	color: #e31b6d;
	transition: all 0.1s ease-out;
}
.navbar-custom .nav li.active a:hover,
.navbar-scroll .nav li.active a:hover {
	color: #fff;
}
.btn-default, .btn-default:focus, .btn-default.focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
}
.btn-default:hover, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #e31b6d;
	border-color:#e31b6d;
}
.btn-primary, .btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #e31b6d;
	padding: 10px 20px;
	border-color: #e31b6d;
	border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
	color: #fff;
	background-color: #FB1F79;
	border-color: #FB1F79;
}
.btn-primary i.fa {
	margin-right: 10px;
}

/* Home Section */
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.section-title.center {
	padding: 25px 0 0 0;
}

/* About Section */
#about {
	padding: 100px 0;
	background: #f5f5f5;
}
#about .about-text {
	margin-left: 10px;
	text-align: center;
	
}
#about img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: inline-block;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

/* Skills Section */
#skills {
	padding: 100px 0;
	background: linear-gradient(to bottom, #fff 0%, #f4f5f6 49%, #fff 100%);
}
#skills h2 {
	color: #444649;
}
#skills hr {
	background: #444649
}
#skills h4 {
	text-align: center;
	color: #121d1f;
	font-size: 1.25em;
}
#skills p {
	text-align: center;
	color: #656c6d;
}
#skills .skill-container {
	float: left;
	width: 210px;
	margin: 37px;
}
.chart {
	position: relative;
	display: inline-block;
	width: 152px;
	height: 152px;
	margin-bottom: 26px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	font-size: 21px;
	color: #121d1f;
	line-height: 152px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}

/* Portfolio Section */
#portfolio {
	padding: 80px 0;
	background: #f5f5f5; /* Old browsers */
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	background: #e31b6d;
	color: #fff;
	padding: 6px 14px;
}
ol.type li a.active {
	background: #121d1f;
	color: #fff;
}
ol.type li a:hover {
	background: #121d1f;
	color: #fff;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #e31b6d;
	background: rgb(246, 246, 246);
	padding: 20% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #121d1f;
	font-weight: 400;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}

/* Experience Section */
#experience {
	padding: 100px 0 30px 0;
	background: linear-gradient(to bottom, #fff 0%, #f4f5f6 49%, #fff 100%);
}
#experience h4 {
	color: #121d1f;
}
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	background-color: #eee;
}
.timeline>li {
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}
.timeline>li:after {
	clear: both;
}
.timeline>li .timeline-panel {
	float: right;
	position: relative;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline>li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline>li .timeline-image {
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	margin-left: 0;
	border: 1px solid #eee;
	border-radius: 100%;
	text-align: center;
	background: #fff;
}
.timeline>li .timeline-image h4 {
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline>li:last-child {
	margin-bottom: 40px;
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 16px;
}
.timeline .timeline-heading h2 {
	margin-top: 30px;
}
.timeline .timeline-heading h4.subheading {
	text-transform: none;
	color: #04c2c9 !important;
	font-size: 20px;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
	margin-bottom: 0;
}

/* Contact Section */
#contact {
	padding-bottom: 40px;
	color: #121d1f;
	background: rgba(18,29,31,0.95);
}
#contact .container {
	margin-top: 70px;
}
#contact h2 {
	color: #fff;
}
#contact hr {
	background: #fff;
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	color: #121d1f;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #000000;
	text-align: left;
}
#contact-border-top {
	fill: #fff;
	
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
form {
	width: 500px;
	padding: 20px 25px;
	margin: auto;
}
form input,
form textarea {
	font: inherit;
	padding: 10px 15px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
	box-sizing: border-box;
	background: #162223;
	border: 0;
	color: #fff;
}
::placeholder {
	color: rgba(255, 255, 255, 0.7);
  }
#form-message {
	height: 170px;
	padding-bottom: 140px;
	margin-bottom: 10px !important;
}
#contact .social {
	margin-top: 120px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
.social-media-icon {
	cursor: pointer;
	background: #293436;
	width: 55px;
	height: 55px;
	padding-top: 10px;
}
.social-media-icon:hover {
	background: #04c2c9;
}
#contact .social i.fa {
	font-size: 20pt;
	padding: 4px 5px;
	color: #fff;
}
#contact a {
	height: 55px;
	width: 55px;
}
#contact .btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 30px;
	color: #fff;
	float: right;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #e31b6d;
	border: 1px solid #e31b6d;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact-border-top path {
	fill: white;
}

/* Media Queries */
@media(min-width:768px) {
.intro {
	height: 100%;
	padding: 0;
	text-align: left;
	color: #fff;
}
.intro H1 {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: -2px;
}
.intro .name {
	font-weight: 600;
}
.intro .intro-text {
	max-width: 75%;
}
.intro .intro-text p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
section {
	padding: 120px 0;
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 250px;
}
.timeline:before {
	left: 50%;
}
.timeline>li {
	margin-bottom: 100px;
	min-height: 100px;
}
.timeline>li .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}
.timeline>li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}
.timeline>li .timeline-image h4 {
	margin-top: 16px;
	line-height: 18px;
	font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}
}

@media(min-width:992px) {
#here-me h1 {
	margin: 10px 0 0px;
}
.timeline>li {
	min-height: 150px;
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px;
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline>li .timeline-image h4 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 20px 20px;
}
}

@media(min-width:1200px) {
.timeline>li {
	min-height: 170px;
}
.timeline>li .timeline-panel {
	padding: 10px 20px 20px 100px;
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline>li .timeline-image h4 {
	margin-top: 40px;
	font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 10px 100px 20px 20px;
}
}

/* Modal Styling */
.modal {
	z-index: 9999;
	max-width: none;
	width: 680px;
    height: 680px;
	border-radius: 0px;
	box-shadow: none;
}
.blocker {
	background-color: rgba(0,0,0,0.5) !important;
	padding: 0px !important;
}
.modal a.close-modal {
	background-image: url(../img/close.png) !important;
	width: 15px !important;
    height: 15px !important;
    top: 647px !important;
    right: 21px !important;
}
.modal-image {
	height: 455px;
    width: 680px;
	border-bottom: 2px solid #444;
	background-size: 100%;
	transform: translateX(-30px) translateY(-15px)
}
.buzzfilm {
	background-image: url(../img/portfolio/02.jpg);
}
.cfm {
	background-image: url(../img/portfolio/08.jpg);
}
.domi {
	background-image: url(../img/portfolio/09.png);
}
.brainyphonics {
	background-image: url(../img/portfolio/06.jpg);
}
.airattack {
	background-image: url(../img/portfolio/01.png);
}
.modal-details {
	padding-top: 13px;
}
.title {
	font-size: 21.5pt;
	line-height: 30pt;
	color: #444;
	font-weight: bold;
	margin-top: -6px;
}
.tag {
	font-size: 10.5pt;
	font-weight: 600;
    color: #c0c0c0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 14px;
	text-transform: uppercase;
}
.summary {
	font-size: 10.5pt;
    line-height: 18pt;
	margin-top: 14px;
	color: #444;
}
.btn-primary.portfolio-btn {
	padding: 6px 12px !important;
	margin-top: 11px;
}
a[target='_blank'].portfolio-btn::before{
	content: '\29C9';
}