/*
 Theme Name:   Bouzianemusic Custom Stylesheet
 Theme URI:    http://www.bouziane.com/webwp-content/themes/bouziane
 Description:  Twenty Seventeen Child Theme
 Author:       White Label Productions
 Author URI:   http://whitelabelproductions.co.uk
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, green, one-column, responsive-layout, accessibility-ready
 Text Domain:  Bouzianemusic
*/
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('../twentyseventeen/style.css');
@font-face {
    font-family: 'dylovastuff';
    src: url('http://www.bouzianemusic.com/wp-content/themes/bouziane/dylovastuff-webfont.woff2') format('woff2'),
         url('http://www.bouzianemusic.com/wp-content/themes/bouziane/dylovastuff-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-size: 18px;
    width: 100%;
	font-family: 'Lato', sans-serif;
    line-height: 1.5rem;
	text-align: center;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'dylovastuff', sans-serif;
}
p {
	text-align: left;
}
.erf-form.erf-front-form input, .erf-form.erf-front-form textarea {
	border-radius: 3px;
	border: solid 3px #aec1cf;
}
.erf-form.erf-front-form button.btn.btn-default {
    width: 310px;
    border-radius: 30px;
    background-color: #0d4471;
    margin-top: 20px;
    background-image: url(img/bg-button.png);
    font-family: 'dylovastuff', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
.erf-form.erf-front-form div.fb-text {
	width: 45%;
	float: left;
	display: inline-block;
	margin: 10px 2.5%;
	text-align: left;
	font-weight: normal;
}
.erf-form.erf-front-form textarea {
	width: 95%;
	margin-left: 2.5%;
	text-align: left;
	font-weight: normal;
	margin-top: 15px;
	float: left
}
.erf-form.erf-front-form label {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
.site {
	width: 100%;
}
section.layer {
	padding-top: 100px;
	float: left;
	width: 100%;
	background-position: center;
}
header.site-header{
    width: 100%;
    height: 100vh;
    background-color: #f6f6f6;
    position: absolute;
    z-index: 1;
	background-image: url(img/bg-header.jpg);
	background-size: 100% auto;
}
header.site-header a, header.site-header i{
	color: #17588d
}
header.site-header a:hover, header.site-header i:hover{
	color: #b69e53;
}
section#ghost {
	display: block;
	float: left;
	width: 100%;
	background-position: center;
}
section#gallery {
	background-image: url(img/bg-gallery.jpg);
	background-size: cover;
	background-position: center
}
section#gallery img {
    box-shadow: 12px 12px 20px rgba(0,0,0,.7);
}
i.anghami {
    width: 20px;
    height: 20px;
    background-image: url('http://www.bouzianemusic.com/wp-content/uploads/2021/06/logo-anghami.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
}
@-webkit-keyframes fixa {
  0% {
    position: fixed;
  }
  100% {
    height: 80px;
    top: 0;
    position: fixed;
  }
}
@keyframes fixa {
  0% {
    position: fixed;
  }
  100% {
    height: 80px;
    top: 0;
    position: fixed;
  }
}
header.site-header.fixedElement #backGround {
	background-position: left center!important;
}
header.site-header.fixedElement hgroup#logo {
    position: absolute;
    width: 200px;
    left: 0;
    height: 70px;
    top: 3px;
    margin-top: 0;
    margin-left: 0;
	animation-name: appearAgain;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-duration: .5s
}
@keyframes appearAgain {
	0%,100% {
		opacity: 1
	}
	20%,80% {
		opacity:.1
	}
}
header.site-header.fixedElement hgroup#logo h1.one {
    width: 40%;
    height: 100%;
    background-size: 70%;
    transform: rotate(0)!important;
}
header.site-header.fixedElement hgroup#logo h2 {
    width: 60%;
    top: 0;
    right: 0;
    left: auto;
    background-position: left center;
    background-size: 50%;
    height: 90%;
}
header.site-header.fixedElement #nav-top {
    position: absolute;
    bottom: 20%;
    width: 100%;
    left: auto;
    right: 0%;
}
header.site-header #backGround {
    width: 100%;
    height: 100%;
    background-image: url('http://www.bouzianemusic.com/wp-content/uploads/2021/06/new_cover.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
	background-position: center top;
    position: absolute;
    z-index: 0;
    animation-name: blink;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}
@-webkit-keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: .85;
	}
}
@-moz-keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: .85;
	}
}
@keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: .85;
	}
}
hgroup#logo {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    height: 400px;
    top: 40%;
    margin-top: 0px;
    text-align: center;
    z-index: 1000000;
}
hgroup#logo h1 {
    width: 800px;
    height: 200px;
    background-image: url('http://www.bouzianemusic.com/wp-content/uploads/2021/06/new-logo.png');
    background-repeat: no-repeat;
    text-indent: -10000px;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    opacity: 0;
    top: 0;
    animation-name: rota;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
hgroup#logo h1.one {
	opacity: 1
}
hgroup#logo h1.one a {
	width: 100%;
	display: block;
	float: left;
	height: 200px
}
@-webkit-keyframes rota {
	0% {
		-webkit-transform: scale(.5,.5) translateY(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1,1) translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes rota {
	0% {
		-moz-transform: scale(.5,.5) translateY(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: scale(1,1) translateY(0);
		opacity: 1;
	}
}
@keyframes rota {
	0% {
		transform:  scale(.5,.5) translateY(-200px);
		opacity: 0;
	}
	100% {
		transform:  scale(1,1) translateY(0);
		opacity: 1;
	}
}
hgroup#logo h2 {
	width: 200px;
	height: 200px;
	background-image: url(img/10-pc.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	background-position: center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 0;
}
#nav-top {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 80px;
    z-index: 1000002;
}
#nav-top.rolled {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 41%);
}
#top-menu {
    text-align: center;
    width: 80%;
    margin: 10%;
}
.main-navigation #top-menu li {
    border: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-top: dotted 1px #437fb1;
    padding: 10px 0;
    border-bottom: dotted 1px #1a466b;
}
.main-navigation #top-menu li:hover{
	background-color: rgba(23, 68, 107, .5);
}
.main-navigation #top-menu li:hover a {
    color: #b6974b;
	text-decoration: none
}
#top-menu a{
	font-size: 2rem;
	text-transform: uppercase;
	font-family: 'dylovastuff', 'Helvetica', sans-serif;
	color: #fff;
	padding: 10px 20px;
	margin: 0 10px;
}
#top-menu a:hover{
	color: #17588d;
}
#top-menu a.active, #top-menu a.active:hover {
    color: #b6974b;
}
#top-menu a.active:hover {
	cursor: default;
}
.logo-top a {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 200px;
    height: 40px;
    overflow: hidden;
    background-image: url(http://www.bouzianemusic.com/wp-content/themes/bouziane/img/bouziane-logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -2000px;
}
.menu-menu-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 87, 139, .96);
    left: 0;
    top: 0;
	display: none;
}
#social {
    font-size: 2rem;
    position: absolute;
    right: 120px;
    top: 25px;
}
#social a {
    margin-right: 5px;
}
#social a:hover {
	color: aqua;
}

.menu-menu-container a {
	color: #fff;
}
section#about {
	background-image: url(img/bg-about.png);
	background-position: center;
	background-repeat: repeat-y;
}
section#contact {
	position:relative;
}
#baseMap, #baseMap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#colophon {
    float: left;
    width: 100%;
    display: block;
    background-image: url(img/bg-footer.png);
    background-color: #032f38;
    padding: 0;
    position: relative;
}
#overmap {
	position: absolute;
	right: 5%;
	width: 40%;
	top: 120px;
	height: auto;
	padding: 20px;
	background-color: rgba(255,255,255,.8);
	text-align: center;
}
#overmap.bar {
	height: 100px
}
#overmap.bar * {
	display: none
}
#overmap.bar h2 {
    font-size: 28px;
    text-align: left!important;
	display: block!important
}
span#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 63, 72, .3);
    left: 0;
    top: 0;
	cursor: pointer;
}
span#overlay.gone {
    display: none
}
form.wpcf7-form {
	color: #fff;
	overflow-x: hidden;
}
.wpcf7-form label{
	text-align: left
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    border: solid 4px #8bc53e;
    background: #ffff !important;
    padding: 5px;
}
.wpcf7-form-control-wrap textarea {
	height: 150px
}
.fa-window-minimize, .fa-window-maximize {
	background-color: #fff;
	position:absolute;
	right: 5px;
	top: 5px;
	padding:10px;
	color: #8bc53e;
	cursor: pointer;
	display: none;
	z-index: 2000
}
.fa-window-minimize:hover, .fa-window-maximize:hover {
	background-color: #22464c;
	color: #8bc53e;
}
.fa-window-minimize.show, .fa-window-maximize.show {
	display: block!important
}
input[type="submit"] {
    text-transform: uppercase;
    background-color: #8bc53e;
    font-family: 'dylovastuff', 'Helvetica', sans-serif;
    font-size: 2rem;
    padding: 10px 30px;
}
input[type="submit"]:hover {
	background-color: #22464c;
    text-decoration: none;
	color: #9de62a;
}
#contact h2.title {
	margin-bottom: 0!important;
	padding-top: 0
}
#contact p {
	margin-bottom: 5px!important;
}
#contact i {
    color: #8bc53e;
}
#contact i#mini, #contact i#maxi {
    color: #8bc53e;
    border: solid 2px;
    border-radius: 50%;
}
h2.title {
    font-size: 3rem;
    color: #16588d;
    text-transform: uppercase;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold;
}
h2.title strong {
	color: #8bc53e
}
.content-wrap {
	width: 88%;
	margin-left: 6%
}
.quotation {
    display: block;
    padding: 10px 30px;
    background-color: #77c70d;
    font-size: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-top: 3rem !important;
    width: auto;
    margin: 0 auto;
}
.quotation:hover {
    background-color: #22464c;
    text-decoration: none;
	color: #9de62a;
}
.content-wrap h3, .content-wrap h4 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
	font-size: 2rem;
}
.content-wrap h4 {
    font-size:1.5rem
}
#services li {
	display: block;
	list-style: none;
	width: auto;
	text-transform: uppercase;
	font-weight: bold
}
#services li i {
	color: #94c436
}
#mob-menu {
    position: absolute;
    right: 50px;
    font-size: 2rem;
    top: 25px;
	z-index: 2;
}
#mob-menu i {
	display: none;
	cursor: pointer
}
#mob-menu i.active {
	display: block;
}
.fas.fa-times.active {
	color: #fff;
}
#footer-info {
    float: left;
    width: 100%;
    display: block;
    background-color: #16588d;
    color: #fff;
    text-transform: uppercase;
    min-height: 100px;
    background-size: 100%;
    padding-top: 5%!important;
    background-attachment: fixed;
    background-position: left bottom;
}
footer #logo hgroup#logo h1 {
    width: 80px;
    height: 80px;
    background-image: url(img/disc.png);
    background-repeat: no-repeat;
    text-indent: -10000px;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    top: 0;
    animation-name: rota;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    margin-top: 30px;
    margin-left: 20px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #77c70b;
    border-image-repeat: initial;
    background-color: #77c70b;
    animation-name: appearAgain;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
#about figure {
    display: block;
    width: 100px;
    background-color: #75c806;
    border-radius: 50%;
    height: 100px;
    margin: auto;
}
.js .menu-toggle, button.menu-toggle, svg.icon.icon-arrow-right,.site-header a.menu-scroll-down {
	display: none
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #CC0000;
    background-color: #cc0000;
}
.gradient_bg1 {
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(237,237,237,1) 100%);
}
.video-cel {
	position: relative;
}
.video-cel iframe {
    width: 100%;
    margin-bottom: -7px;
}
.video-cel a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    box-shadow: none;
	background-image: url(img/play.png);
	background-position: center;
	background-size: auto 60%;
	background-repeat: no-repeat;
	transition-property: all;
	transition-duration: .5s;
}
.video-cel a:hover {
	background-size: auto 70%;
}/*Styles for form messages*/
.erf-errors {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.erf-errors::after {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: red;
    color: white;
    right: 5px;
    top: 5px;
    content: "X";
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    line-height: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0,0,0,.8);
}
.shade {
    position: absolute;
    left: 50%;
    background-color: #C00;
    color: #fff;
    padding: 20px;
    width: 500px;
    margin-left: -250px;
    top: 50%;
    min-height: 300px;
    margin-top: -150px;
    font-size: 18px;
    line-height: 1.2rem;
    box-shadow: 1px 1px 10px rgba(0,0,0,.8);
}
.erf-errors-head {
    margin-bottom: 10px;
    float: left;
    font-weight: bold;
}
.erf-errors-body {
    float: left;
    width: 100%;
}
.erf-errors-body .erf-error-row {
    padding-left: 15px;
    position: relative;
    margin-bottom: 0px;
	border-top: solid 1px #F00;
    border-bottom: solid 1px #900;
    padding-bottom: 5px;
}
.erf-errors-body .erf-error-row::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 10px;
}
#erf_form_container_54 {
    float: left;
    display: block;
    width: 90%;
}
.erf-success {
    width: 80%;
    float: left;
    background-color: #33a4af;
    color: #fff;
    padding: 20px;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    position: fixed;
    z-index: 3000000;
    left: 50%;
    top: 50%;
    margin-left: -40%;
}
.erf-success::after {
    content: "X";
    color: #fff;
    font-size: 1.2rem;
    float: right;
    background-color: #1a6269;
    padding: 5px 11px;
    border-radius: 50%;
    border: solid 2px #56d8e4;
    font-weight: bold;
}
.erf-success:hover::after {
    color: #1a6269;
    background-color: #56d8e4;
    border: solid 2px #fff;
	cursor: pointer;
}

.audio_track {
    float: left;
    width: 100%;
    height: 120px;
    border: solid 1px #efefef;
    margin: 2% 0;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 5px;
    color: #999;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    font-size: 1.2rem;
}
.audio_track h2 {
    margin-top: 10px;
    font-size: 1.2rem;
    margin-left: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: calc(100% - 2.5rem);
    margin-bottom: 0;
    text-align: left;
    color: #16588d;
}
.audio_track p {
    margin-top: 0;
    font-size: 1rem;
    margin-left: 2.5rem;
    text-transform: none;
    width: calc(100% - 2.5rem);
}
.audio_track span, .audio_track audio {
	position: absolute;
}
.audio_track span.note {
    font-size: 1.5rem;
    top: 10px;
    z-index: 2;
    color: #16588d;
    left: 8px;
}
.audio_track span.play_p, .audio_track span.pause_p {
    font-size: 1.5rem;
    bottom: 14px;
    left: 27px;
    z-index: 5;
    cursor: pointer;
	display: none;
}
.audio_track span.pause_p {
	display: none;
}
.audio_track.Playing span.play_p {
	display: none
}
.audio_track.Playing span.pause_p {
	display: none;
}
.audio_track:nth-child(even) {
	margin: 2% 0 2% 2%;
}
.audio_track audio {
    z-index: 0;
    opacity: .5;
    width: 96% !important;
    left: 2%;
    right: 2%;
    bottom: 2%;
}
.audio_track.Playing audio {
    opacity: .8;
}
.audio_track.Playing .note{
    color: #de0013;
}
.audio_track.Playing p{
    color: #333;
}
.audio_track.Playing h2 {
  font-weight: bold;
}
#success_file, #cancelation{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .85);
    z-index: 100000000000;
	display: none;
}
#success_file.show, #cancelation.show {
	display: block;
}
#success_file span, #cancelation span {
    position: absolute;
    left: 50%;
    background-color: #ffffff;
    margin-left: -40%;
    width: 80%;
    margin-top: -25%;
    height: auto;
    padding: 10px;
    top: 50%;
    color: #963131;
    height: 50%;
    padding: 100px 40px;
}
#cancelation span {
    background-color: #C00;
    height: 50%;
    margin-top: auto;
    top: 20%;
}
#success_file h3 {
	color: #666;
	font-family: "Lato", sans-serif;
}
#success_file p{
    margin-top: 50px;
	text-align: center;
}
#cancelation h3 {
	color: #fff;
	font-family: "Lato", sans-serif;
}
#success_file span .shut, #cancelation span .shut {
    content: "X";
    color: #fff;
    font-size: 1.2rem;
    float: right;
    background-color: #083050;
    padding: 5px 11px;
    border-radius: 50%;
    border: solid 2px #fbfdff;
    font-weight: bold;
    position: absolute;
    right: -20px;
    top: -20px;
	cursor: pointer;
}
#cancelation span .shut {
    background-color: #900;
}
#success_file span .shut:hover{
    background-color: #031a2d;
}
#cancelation span .shut:hover {
    background-color: #540404;
}
a.buttom {
    width: auto;
    text-align: center;
    color: #ffffff;
    background-color: green;
    border: solid 1px #099809;
    border-bottom-color: #025f02;
    border-right-color: #025f02;
    padding: 10px;
    font-weight: bold;
    text-shadow: -1px -1px 1px #063e06;
    margin-top: 0;
    display: inline-block;
}
a.buttom:hover {
    background-color: #1bb51b;
	border: solid 1px #45f145;
}
a#itunes, a#amazon, a#deezer {
	width: 100%;
	float: left;
	display: block;
	height: 30px;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-image: url(img/itunes.png);
}
a#itunes, a#amazon, a#deezer {
	width: 100%;
	float: left;
	display: block;
	height: 30px;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-image: url(img/itunes.png);
	text-indent: -4000px;
	overflow: hidden;
}
a#amazon{
	background-image: url(img/amazon.png);
}
a#deezer {
	background-image: url(img/deezer.png);
	background-size: 60% auto;
}
#thumb_listen {
background-size: cover;
background-position: center top;
}
#thumb_press {
background-size: cover;
background-position: right top;
}
#thumb_press img, #thumb_listen img {
	opacity: 0;
}
#warning {
	transition-property: all;
	transition-duration: 1s
}
#warning.highlight {
    font-size: 14px;
    background-color: green;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 1px 3px 10px rgba(0,0,0,.5);
    display: block;
}
#listen img {
	width: 50%;
}
#listen h4, #listen h3 {
	padding-top:5px;
}
#listen .row {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
#press-releases i {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
#press-releases h3 {
	color:#17588d;
}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991.98px) {
	#success_file span {
	    margin-top: -50%;
	}
	#cancelation span {
	    margin-top: 0%;
	}
	.shade {
    position: absolute;
    left: 50%;
    background-color: #C00;
    color: #fff;
    padding: 20px;
    width: 80%;
    margin-left: -250px;
    top: 50%;
    min-height: 300px;
    margin-top: -150px;
    font-size: 18px;
    line-height: 1.2rem;
    box-shadow: 1px 1px 10px rgba(0,0,0,.8);
    margin-left: -40%;
}
	.content-wrap {
		width: 90%;
		margin-left: 5%
	}
  #overmap {
    width: 90%;
    top: 100px;
}
header.site-header #backGround {
    background-attachment: scroll;
	background-position: center;
}
hgroup#logo h1 {
    width: 500px;
    height: 100px;
    margin-left: -250px;
    top: 50%;
    margin-top: -50px;
}
#nav-top {
    position: fixed;
    top: 0%;
    width: 90%;
    left: 5%;
    bottom: auto;
}
.js .menu-toggle, button.menu-toggle, svg.icon.icon-arrow-right,.site-header a.menu-scroll-down {
	display: none
}
#mob-menu {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    text-indent: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 100000000;
    display: block;
    font-size: 1.5rem;
    padding: 8px;
    color: #013743;
    border-radius: 50%;
	right: 0
}
#mob-menu.opened .fa-times,#mob-menu .fa-bars {
	display: block
}
#mob-menu .fa-times, #mob-menu.opened .fa-bars  {
	display: none
}
.main-navigation li {
    border-bottom: 1px solid #042b2f;
    position: relative;
    border-top: 1px solid #144c52;
}
.fixedElement #mob-menu {
    right: 7%;
}
#top-menu {
    display: block;
    z-index: 5000000;
    position: absolute;
    top: 0px;
    background-color: rgba(17, 51, 58, .95);
    width: 80%;
    border-top: 1px solid #0e3e44;
}
#top-menu.open {
    left: 0;
}
#top-menu a {
    width: 100%;
    margin: 0;
}
section.layer{
	padding-top: 80px
}
hgroup#logo {
	width: 320px;
	margin-left: -160px;
	margin-top: -160px;
}
}
@media (max-width: 768.98px) {
	a#deezer {
		background-size: auto 100%;
	}
	#social {
    font-size: 1.5rem;
    right: 50px;
    top: 18px;
}
	.logo-top a {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 200px;
    height: 40px;
    overflow: hidden;
    background-image: url(http://www.bouzianemusic.com/wp-content/themes/bouziane/img/bouziane-logo.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -2000px;
}
	.erf-form.erf-front-form div.fb-text {
    width: 95%;
}
	header.site-header.fixedElement {
		position: fixed;
		height: 80px;
	}
	hgroup#logo h1 {
	    width: 400px;
	    margin-left: -200px;
	}
}
@media (max-width: 575.98px) {
	.content-wrap {
		width: 94%;
		margin-left: 3%
	}
	hgroup#logo h1 {
	    width: 300px;
	    height: 70px;
	    margin-left: -150px;
	    top: 50%;
	    margin-top: -35px;
	}
}
@media (max-width: 400px) {
}
