/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #9bc53f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary,
hr.star-light-home,
hr.star-primary-about,
hr.star-light-portfolio,
hr.star-primary-contact {
    margin: 25px auto 30px;
    padding: 0;
    width: 100%;
    border: 0;
    border-top: double 20px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.97em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 3em;
}
hr.star-light-home:after {
    content: "\f015";
    display: inline-block;
    position: relative;
    top: -.97em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 3em;
}
hr.star-primary-about:after {
    content: "\f05a";
    display: inline-block;
    position: relative;
    top: -.97em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 3em;
}
hr.star-light-portfolio:after {
    content: "\f03e";
    display: inline-block;
    position: relative;
    top: -.97em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 3em;
}
hr.star-primary-contact:after {
    content: "\f0e0";
    display: inline-block;
    position: relative;
    top: -.97em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 3em;
}

hr.star-light-home {
    border-color: #281e6a;
	margin: 40px 0;
}
hr.star-light-portfolio {
    border-color: #281e6a;
}
hr.star-light{
    border-color: #FFF;
}

hr.star-light:after,
hr.star-light-portfolio:after {
    color: #fff;
    background-color: #9bc53f;
}
hr.star-light-home:after,
hr.star-light-portfolio:after {
    color: #fff;
    background-color: #281e6a;
	border-radius:100%;
}

hr.star-primary,
hr.star-primary-about,
hr.star-primary-contact {
    border-color: #2c3e50;
}

hr.star-primary:after,
hr.star-primary-about:after,
hr.star-primary-contact:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
	text-align: center;
    color: #281e6a;
    background: #9bc53f;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5c501+0,a6b21e+50,77a032+100 */
	/*background: #9bc53f; /* Old browsers */
	/*background: -moz-radial-gradient(center, ellipse cover,  #d5c501 0%, #a6b21e 50%, #77a032 100%); /* FF3.6-15 */
	/*background: -webkit-radial-gradient(center, ellipse cover,  #d5c501 0%,#a6b21e 50%,#77a032 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: radial-gradient(ellipse at center,  #d5c501 0%,#a6b21e 50%,#77a032 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c501', endColorstr='#77a032',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    /*margin: 0 auto 20px;*/
    margin: 0;
	float: left;
	width:30%;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 280px;
        padding-bottom: 210px;
    }

    header .intro-text .name {
        font-size: 4.1em;
		line-height:1em;
    }

    header .intro-text .skills {
        font-size: 2.42em;
    }
}

@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 {
        color:#281e6a;
		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: 2em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    font-size: 1.15em;
	letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #281e6a;
    /*background: #9bc53f;*/
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#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(24,188,156,.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-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #9bc53f;
    background: #fff;
}

.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.5em;
    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: #77a032;
}

form .row:first-child .floating-label-form-group {
    /*border-top: 1px solid #eee;*/
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    border-radius: 100%;
    font-size: 30px;
    height: 50px;
    line-height: 30px;
    padding: 6px 0 0;
    width: 50px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 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: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 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: #2c3e50;
    -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: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/* ADD JL */
hr {
	border-color: #281e6a;
}
.navbar-nav {
    float: right;
    margin-right: -15px;
}
.navbar-default {
	background-color: rgba(216, 205, 22, 0.92);
}
.navbar-brand {
	padding: 0 15px;
}
.navbar-brand img {
	float: left;
	margin-right:10px;
}
.navbar-brand span {
	float:left;
}
.navbar-default .navbar-nav > li > a {
	color:#281e6a;
}
.navbar-default .navbar-nav > li > a:hover {
	color:#FFF;
	background-color:#9bc53f;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color:#281e6a;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #9bc53f;
	border-color: #281e6a;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #281e6a;
}

.bg-img {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

header, #about, #portfolio, #contact {
	position:relative;
}
header .container, #about .container, #portfolio .container, #contact .container {
	position:relative;
	z-index:3;
}.form-control::-moz-placeholder {
	color:#77a032;
}

.form-control {
	background-color: rgba(250, 250, 250, 0.50) !important;
    border: 1px solid #281e6a !important;
    border-radius: 4px !important;
    color: #281e6a;
    padding: 10px !important;
    transition: all 0.4s ease-in-out 0s !important;
}
.form-control:focus {
	background-color: rgba(250, 250, 250, 0.75) !important;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.50) !important;
}
.btn-success {
	transition: all 0.4s ease-in-out 0s !important;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.50) !important;
}

#google-maps-iframe {
	width:100%;
	height:286px; 
	border: 1px solid #281e6a;
	border-radius: 4px;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

#portfolio .portfolio-item .portfolio-link img,
#portfolio .portfolio-item .portfolio-link .caption {
	border: 10px solid #FFF;
}
.portfolio-modal {
	padding:0 !important;
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}
.portfolio-modal .modal-content {
	background-color: rgba(0, 0, 0, 0.66);
}
.portfolio-modal .modal-content .container {
	background-color: #FFF;
	border: 1px solid #281e6a;
	border-radius: 4px;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}
/* RESPONSIVE */

@media(max-width:1200px) {
	.navbar-nav {
		float: left;
		margin: 10px 0 0;
	}
	header img {
		display: block;
		margin: 0 auto 20px;
		float: none;
		width:auto;
		height: auto;
		max-width: 100%;
	}
	section {
		padding: 170px 0;
	}
}
	
@media(max-width:767px) {
	.navbar.navbar-fixed-top {
		float: none;
		margin: 0;
	}
	.navbar-default .navbar-brand {
		color: #281e6a;
		margin-top:10px;
		height: 50px;
	}
	.navbar-default .navbar-brand img {
		width: 70px;
		height:auto;
	}
	header img {
		display: block;
		margin: 0 auto 20px;
		float: none;
		width:66%;
		height: auto;
		max-width: 100%;
	}
	section {
		padding: 130px 0;
	}
}
/* ------ */