/*******************************
 * DKLOCKS MAIN CSS STYLESHEET *
 ******************************/

@font-face {
    font-family: 'Little Sunshine';
    src: url('../fonts/a_little_sunshine.ttf')
}

@font-face {
    font-family: 'Nouvelle Vague';
    src: url('../fonts/nouvelle_vague_final.ttf');
}

html {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

body {
    box-sizing: border-box;
    margin: 0;
    background-color: #B9E575;
    top:0;
}

h1, h2, h3, h4, a {
    font-family: 'Little Sunshine';
}

h1, h2, h3, h4, a, p {
    color : #5B3502;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

/**
 * HEADER
 **/

 header {
    width: 100%;
    top: 0;
    left:0;
    text-align: center;
    position: fixed;
    z-index: 1;
}

header.ie {
    position: static;
}

header .title {
    background-color: #B9E575;
    height: 100%;
}

header .title .logo, header .title .text {
    display: inline-block;
}

header .title .logo img, header .title .text img {
    height: 120px;
}

header .title h1 {
    margin: 0px;
    padding: 0px;
    width: auto;
    font-size: 80px;
}

header nav {
    background-image:linear-gradient(#5a3542 62%, transparent 98%);
    min-height: 80px;
}

header nav ul {
    background-color: #beb5a4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    display: inline;
    width: auto;
	box-sizing: content-box;
}

header nav ul li {
    padding: 10px 10px 5px 10px;
    display: inline-block;
    width: 120px;
}

header nav ul li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #5a3542;
    text-decoration: none;
}

header nav ul li:hover {
    background-color: #5a3542;
}

header nav ul li:hover a {
    color: #beb5a4;
}

.c-hamburger {
    display: none;
    float: left;
    background-color: #5a3542;
    width: 80px;
    height: 80px;
}

.c-hamburger--htx.is-active {
    background-color: #5a3542;
}

.c-hamburger span {
    top: 32px;
    background-color: #beb5a4;
}

.c-hamburger--htx span::after, .c-hamburger--htx span::before {
    background-color: #beb5a4;
}

/**
 * CONTENT
 **/

main {
    background-color: #B9E575;
    position: relative;
    margin-top : 160px;
}

main::before, main::after {
    display: block;
    background: url('../images/style/dreadlocks.png') no-repeat;
    -webkit-background-size: 125px;
    background-size: 125px;
    width: 125px;
    height: 100%;
    content: "";
    position: absolute;
    float: left;
}

main::before {
    top:0;
    left: 0;
}

main::after
{
    top: 0;
    right: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

main .wrapper {
    margin: 10px 125px 0 125px;
    height: auto;
}

main.ie .wrapper {
    margin-top : 160px;
}

main .wrapper .content {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 720px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

main .wrapper .content  h1 {
    text-align: center;
    font-size: 40px;
}

main .wrapper .content  h2 {
    font-size: 30px;
}

main .wrapper .content .mentions-legales p {
    text-indent: 0px;
	font-size: 13px;
}

main .wrapper .content .mentions-legales ul {
	font-size: 14px;
}

main .wrapper .content .mentions-legales a {
	font-size: 14px;
}

main .wrapper .content p {
    text-indent: 20px;
    text-align: justify;
    margin: 5px 0 ;
    font-size: 16px;
}

main .wrapper .content .presentation {
    float: right;
    margin: 10px 0px 10px 20px;
}

main .wrapper .content .presentation.left {
    float: left;
    margin: 10px 20px 10px 0;
}

main .wrapper .content .presentation img {
    max-width: 250px;
	border-radius: 5px;
}

main .wrapper .content ul {
    display: inline-block;
    font-size: 16px;
    color: #5B3502;
}

main .wrapper .content a {
    font-size: 20px;
    font-weight: bold;
}

main .wrapper .content .fb-page {
	margin: 20px 0 40px 0;
    width: 100% !important;      
    text-align:center !important;
	float: right;
}

main .wrapper .content .ig-page {
    width: 100% !important;      
    text-align:center !important;
	margin: 40px 0 20px 0;
}

.content .gallery-wrapper  {
    max-width: 690px;
    text-align: center;
    margin: auto;
}

.content .gallery-wrapper .select-category-wrapper {
    padding-bottom: 50px;
    width: 100%;
    margin: 10px;
}

.content .gallery-wrapper .select-category-wrapper select {
	text-align: center;
	color: #5a3542;
	background-color: #beb5a4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #5a3542;
	font-size: 16px;
}

.content .gallery-wrapper a {
    display: inline-block;
    margin: 5px;
    text-decoration: none;
}

.content .gallery-wrapper img {
    width: 150px;
}

.gallery-1 {
    padding-bottom: 50px;
}

/**
 * FOOTER
 **/

footer {
    bottom:0;
    width: 100%;
    height: 40px;
    border-top: solid 50px #5a3542;
}

footer .wrapper {
    text-align: center;
	padding: 10px 40px 10px;
}

footer .footer-section .links {
    list-style-type: none;
    padding: 0;
}

footer .footer-section .links li {
    display: inline;
}

footer .footer-section .links li a {
    font-size: 20px;
    font-weight: bold;
}

footer .footer-section .social {
	font-size: 20px;
	font-weight: bold;
	color : #5B3502;
	font-family: 'Little Sunshine';
	padding: 0;
	text-align: center;
	list-style-type: none;
	width: 300px;
    display:block;
    margin: 0 auto
}

footer .footer-section .social li {
    display: inline;
}

.fa{
    padding: 10px 10px 10px 10px;
	border-radius: 5px;
}

.fa:hover {
	background-color: #5a3542;
	color: #beb5a4;
}

/*******************************
 * DKLOCKS TABLET/MOBILE CSS STYLESHEET *
 ******************************/

@media screen and (max-width: 720px) {
    /** HEADER */
    header.ie {
        position: fixed;
    }
    header {
        height: 80px;
        box-sizing: border-box;
        border-bottom: solid 10px;
        border-color: #5a3542;
    }
    header .title .logo {
        float: right;
        padding: 11px 10px 12px 0;
        vertical-align: middle;
        display: inline-block;
    }
    header .title .text {
        float: left;
        padding: 8px 0 0 10px;
        vertical-align: middle;
        display: inline-block;
    }
    header .title .logo img {
        height: 50px;
    }
    header .title .text img {
        height: 60px;
    }
    header nav {
        position: absolute;
        display: none;
    }
    header nav ul {
        display: block;
        position: relative;
        width: 225px;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        border-top: solid 10px;
        border-color: #5a3542;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    header nav ul:before {
        display: block;
        background: url('../images/style/dreadlocks.png') no-repeat;
        background-position: bottom;
        -webkit-background-size: 60px;
        background-size: 60px;
        height: 100%;
        width: 60px;
        content: "";
        position: absolute;
        float: left;
    }
    header nav ul li {
        display: block;
        text-align: left;
        padding: 0;
        height: 50px;
        vertical-align: middle;
        width: auto;
    }
    header nav ul li a {
        height: 50px;
        display: inline-block;
        margin-left: 80px;
        width: auto;
        line-height: 50px;
    }
    .c-hamburger {
        display: inline;
    }
	
    /**
 * CONTENT
 **/
    main {
        margin-top: 80px;
    }
    main::before, main::after {
        display: none;
    }
    main .wrapper {
        padding: 0;
        margin: 0 20px;
    }
    main.ie .wrapper {
        margin-top : 80px;
    }
    main .wrapper .content {
        margin: 0;
    }
	
    /**
 * FOOTER
 **/
    footer {
        border-top : solid 10px #5a3542;
    }
}

@media screen and (max-width: 420px) {
    main .wrapper .content .presentation, main .wrapper .content .presentation.left {
        float: none;
        text-align: center;
        margin: 0;
    }
    header .title .logo {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    header .title .text {
        width: calc(100% - 80px);
        padding-left: 0;
    }
    header .title .text img {
        float: left;
        height: auto;
        width: auto;
    }
}