/*!
 * 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 {
    color:#E5C6AA;
	background-color:#4B1412;
	overflow-x: hidden;
}

p {
    font-size: 20px;
}

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

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #49659f;
}

h1,
h2 {
    text-transform: uppercase;
    font-family: arkhipregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

h3,
h4,
h5,
h6 {
    text-transform: none;
    font-family: baliho_scriptregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
h3, .h3 {
    font-size: 2.8em;
}
h4, .h4 {
    font-size: 1.8em;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 100%;
    border: 0;
    border-top: dashed 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f0c4";
    display: inline-block;
    position: relative;
    top: -0.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2.8em;
}

hr.star-light {
    border-color: #4B1412;
}

hr.star-light:after {
    color: #4B1412;
    background-color: #F0DFD0;
}

hr.star-primary {
    border-color: #E5C6AA;
}

hr.star-primary:after {
    color: #E5C6AA;
    background-color: #4B1412;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #4B1412;
    background: #F0DFD0;
}

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

header img {
    display: block;
    margin: 0 auto 20px;
}

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

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

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

    header .intro-text .name {
        font-size: 5em;
    }

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

@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:#F0DFD0;
		font-size: 3em;
		margin-top: -8px;
		padding:0;
        font-family: arkhipregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-fixed-top .navbar-brand:hover,
	.navbar-fixed-top .navbar-brand:focus {
		color:#E5C6AA;
	}

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 2.6em;
		padding-top: 3px;
    }
}

.navbar {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
	/*border-bottom: 2px solid black !important;*/
	box-shadow: 0 0.5em 0.8em 0 rgba(0, 0, 0, 0.66);
}

.navbar a:focus {
    outline: 0;
}

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

.navbar .navbar-nav li a {
	color:#000;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus {
    color:#4B1412;
	outline: 0;
}

.navbar-default,
.navbar-inverse {
	background-image: url("../img/textile-fleuri.jpg");
    border: 0;
}

section {
    padding: 100px 0;
}

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

section.success {
    color: #4B1412;
    background: #F0DFD0;
}

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: 262px;
	border: 2px solid #FFF;
	border-radius: 4px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
	border: 2px solid black;
	border-radius: 4px;
    background: rgba(75,20,18, 0.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

#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: #E5C6AA;
}

#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: #18bc9c;
    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.35em;
    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: #E5C6AA;
}

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

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    color:#000;
	padding-top: 50px;
	background-image: url(../img/textile-fleuri.jpg);
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}
footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    color:#F0DFD0;
    padding: 25px 0;
    background-color: #4B1412;
}
footer .footer-below a {
	color:#F0DFD0;
}
footer .footer-below a:hover {
	color:#E5C6AA;
}

.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 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 30px;
	padding:6px 0 0 0;
}

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

.portfolio-modal .modal-content {
    color:#4B1412;
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color:#F0DFD0;
}

.portfolio-modal .modal-content h2 {
	margin: 0;
    font-size: 3em;
    text-align: center;
}

.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: 80px;
    height: 80px;
	border:2px solid #4B1412;
	border-radius:40px;
    background-color: #E5C6AA;
    cursor: pointer;
    opacity: 0.5;
	transition: all 0.4s ease-in-out 0s !important;
}

.portfolio-modal .close-modal:hover {
    opacity: 1;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.50);
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 75px;
    margin-left: 37px;
    background-color: #4B1412;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 75px;
    background-color: #4B1412;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

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

/* ADD JL */
.navbar-fixed-top .navbar-brand span.icon-logo-retouche-creation {
	float: left;
	font-size: 1.95em
}
.navbar-fixed-top .navbar-brand span {
	font-size: 0.80em;
	text-transform: lowercase;
	font-family: baliho_scriptregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar-default .navbar-brand {
	color:#000;
}
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
	color:#4B1412;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #4B1412;
    color: #E5C6AA;
	border-radius: 4px;
	border: 2px solid black;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.50);
}
.navbar-default .navbar-toggle {
	border-color: #000;
	margin: 24px 24px 0 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #F0DFD0;
}
.navbar-toggle .icon-bar {
	background-color: #000 !important;
	height: 4px;
	width: 30px;
}

header, #portfolio, #contact {
	position:relative;
}
header .container, #portfolio .container, #contact .container {
	position:relative;
	z-index:2;
}
header i.icon-logo-retouche-creation {
	font-size: 15em;
	padding-left: 55px;
}
header .intro-text h1.name {
	font-size: 9em;
    text-transform: uppercase;
    font-family: arkhipregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
header .intro-text span.name {
	font-size: 5em;
    text-transform: lowercase;
    font-family: baliho_scriptregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
header hr.star-light::after, #contact hr.star-light::after  {
    color: #F0DFD0;
	font-size: 3em;
    border-radius: 100%;
	background-color: #4b1412;
}
.bg-header {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:1;
}

.btn {
	border: 2px solid black;
}
.btn-lg, .btn-group-lg > .btn {
	border-radius: 4px;
}
.btn-default, 
.btn-primary {
	color:#F0DFD0;
	background-color: #4B1412;
	transition: all 0.4s ease-in-out 0s !important;
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	color:#4B1412;
	border: 2px solid #4B1412;
	background-color: #E5C6AA;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.50);
}
.btn-success {
	color:black;
	background-color: #F0DFD0;
	transition: all 0.4s ease-in-out 0s !important;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	color:#4B1412 !important;
	border: 2px solid black !important;
	background-color: #E5C6AA !important;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.50) !important;
}

.form-control::-moz-placeholder {
	color:#4B1412;
}
.form-control {
	color:black;
	padding:10px !important;
	border-radius: 4px !important;
	border: 2px solid black !important;
	background-color: rgba(240, 223, 208, 0.25) !important;
	transition: all 0.4s ease-in-out 0s !important;
}
.form-control:focus {
	background-color: rgba(240, 223, 208, 0.75) !important;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.50) !important;
}
#google-maps-iframe {
	width:100%;
	height:310px; 
	border: 2px solid black;
	border-radius: 4px;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}
footer h2.name {
	font-size: 3em;
	line-height: 1em;
    text-transform: uppercase;
    font-family: arkhipregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
footer h2.name span.icon-logo-retouche-creation {
	font-size: 1.5em
}
footer h2.name span {
	font-size: 0.75em;
	line-height: 0.2em;
    text-transform: lowercase;
    font-family: baliho_scriptregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#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 {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.66);
}
.portfolio-modal .modal-content .container {
	background-color: #f0dfd0;
	border: 1px solid #281e6a;
	border-radius: 4px;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

/* Dropdown Menu */

#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
	border-radius: 4px;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  color: #747474;
  text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li ul li a.active,
#cssmenu > ul li ul li a:hover {
  background: #E5C6AA;
  color: #4B1412;
  text-shadow: 0px 1px 0px #000;
}


/* Responsive */
@media(max-width:1200px) {
	.navbar-fixed-top .navbar-brand, .navbar-fixed-top.navbar-shrink .navbar-brand {
		font-size: 1.45em;
		padding-top: 20px;
    }
	.navbar .navbar-nav {
		font-size: 0.8em;
	}
	header .intro-text h1.name {
		font-size: 6em;
	}
	header .intro-text span.name {
		font-size: 3.5em;
	}
	header hr.star-light::after {
		font-size: 2.8em;
	}
}
@media(max-width:767px) {
	#cssmenu > ul li.has-sub ul {
		display: block;
		position: static;
		width: 100%;
		background: #ffffff;
		border: 0 none;
	}
	.navbar-fixed-top .navbar-brand {
		font-size: 1.8em;
		margin-bottom: 35px;
    }
	.navbar-fixed-top.navbar-shrink .navbar-brand {
		font-size: 1.6em;
    }
	header i.icon-logo-retouche-creation {
		font-size: 8em;
		padding-left: 55px;
	}
	header .intro-text h1.name {
		font-size: 3em;
	}
	header .intro-text span.name {
		font-size: 2.2em;
	}
	section {
		padding: 110px 0;
	}
	section h2, .portfolio-modal .modal-content h2 {
		font-size: 2.2em;
	}
	section h3 {
		font-size: 2em;
	}
	section h4 {
		font-size: 1.5em;
	}
	section p {
		text-align:justify;
	}
}
/* ------ */