/*
KASBAH DU TOUBKAL
CSS
SCREEN
Copyright:  2007-2017
Author:     Martin Dady

----------------------------------------------- */

/* GENERAL RULES 
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}/* Remove blue image borders */
img, a img,:link img,:visited img {
	margin: 0;
	padding: 0;
	border: none;
	}

html * {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #fff;
	color: #222;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1.6;
	}

a {
	font-weight: 700;
}

a:link {
	color: rgb(51,102,187);
	text-decoration: none;
	}

a:visited {
	color: #36B;
	text-decoration: none;
	}

a:hover {
	color: #00aeea;
	text-decoration: underline;
	}

a:active {
	color: #A3371B;
	}

p,
ul {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0.875em 0;
	}

ul {
	margin-left: 20px;
}

li {
	color: #999;
}

li span {
	color: #222;
}

img {
	width: 100%;
	height: auto;
}

.dr {
	max-width: 800px;
}

.ig {
	max-width: 34px;
}

.fb {
	max-width: 34px;
}

/* PAGE STRUCTURE 
----------------------------------------------- */

header {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.logo {
	max-width: 100px;
	margin: 0 auto;
}

section {
	clear: both;
	width: 100%;
}

article {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}

#slider {
	max-width: 800px;
}

h1,
h2 {
	margin: 0.5em 0;
	font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

h1,
h2 {
	color: #444;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
}

form {
	width: auto;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#mc_embed_signup form {
	text-align: left;
}

#mc_embed_signup .button {
	background-color: #0084bf;
}

footer {
	background: #333;
	color: #DDD;
	padding: 28px;
	text-align: center;
}

footer p {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}

footer p a:link,
footer p a:visited,
footer p a:hover,
footer p a:active {
	color: #DDD;
	text-decoration: none;
	border-bottom: 1px solid #BBB;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 3.2%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.2%;
}
.span_2_of_4 {
	width: 48.4%;
}
.span_1_of_4 {
	width: 22.6%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

.stripe {
	background-color: #ecf0f1;
}

@media screen and (max-width: 640px) {
	body {
		padding: 0 20px;
	}

	article {
		padding: 20px;
	}

	h1, h2, h3 {
		margin: 0.5em 0;
		line-height: 1;
	}
}


.tac {
	text-align: center;
}