/* HTML5 Doctor Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

form {
  text-align: center;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border: 2px solid maroon; border-collapse: collapse; border-spacing: 2px 1px; width:95%; padding:0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
	
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { border: 1px solid maroon; vertical-align: middle; }
th { border: 1px solid maroon; vertical-align: middle; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }


/* Theme Styles */

body { 
	background:#d6d6d6 url(../Images/Fond_Orange.gif);  
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
	color: #444;
	overflow-x: hidden;}
	
a { 
	color:#007082; 
	text-decoration: none; 
	font:italic 1em/1.5em "chaparral-pro",Georgia,"Times New Roman",Times,serif;}
	
a:hover { 
	text-decoration: underline; }

hr {
  height: 1px;
  width: 50%;
  margin: auto;
  padding: 0;
  background-color: maroon;
  border: 0;
}

#container { 
	float: left; 
	width: 95%;
	
	margin: 20px 20px 20px;
	padding: 10px 10px;
	text-align: left;
	background: #ce8400;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
	border: 3px solid maroon;
	}
		
	
header { 
	overflow: hidden; 
	clear: both; 
	margin-bottom: 10px;}	
	
header hgroup { float: left; margin-left: 5px;}

/***Début A Supprimer***/
header hgroup  h1 { 
	font: italic 1.9em/1.7em "chaparral-pro",Georgia,"Times New Roman",Times,serif;
	text-shadow: 1px 1px 0 #fff; }
	
header hgroup h2 { 
	text-shadow: 1px 1px 0 #fff; 
	font: italic 1.5em/1.3em "chaparral-pro",Georgia,"Times New Roman",Times,serif;}
/***Fin A Supprimer***/	

header  h1 { 
	font: italic 55px "chaparral-pro",Georgia,"Times New Roman",Times,serif;
	text-shadow: 1px 1px 0 #fff; }
header  h2 { 
	text-shadow: 1px 1px 0 #fff; 
	font: italic 25px "chaparral-pro",Georgia,"Times New Roman",Times,serif;}	
	
	
/***Social Block***/
#block_social {
	width: 42px;
	float:right;
	height: 32px;
	background: #fff;
    box-shadow: 0 1px 5px #999;	
}

#block_social ul{
	margin: 4px 0 0 10px;}

#social li {
	display: block;
	float: left;
	margin-right: 4px;
	border: 0px !important;
	border-image: initial;
}


#social a {
	background:#000 url(../img/social-icons.png) no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
	opacity: 0.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#social a:hover {
	opacity: 1;
	background: url(../img/social-icons.png) no-repeat;
}

.email {
background-position: 0px 0px !important;
}

.email:hover {
background-position: 0px -34px !important;
}

.rss {
background-position: -24px 0px !important;
}

.rss:hover {
background-position: -24px -34px !important;
}

.facebook {
background-position: -48px 0px !important;
}

.facebook:hover {
background-position: -48px -34px !important;
}

.googleplus {
background-position: -96px 0px !important;
margin-right:0px !important;
}

.googleplus:hover {
background-position: -96px -34px !important;
}	

header nav { 
	float: left; 
	margin: 20px auto 0;
	width: 99.8%;
	background: #ffc967; 
	border: 1px solid #800000; }

header nav ul { 
	margin: 0; 
	padding: 0; 
	overflow: hidden; }

header nav ul li { 
	list-style: none; 
	float: left; 
	display: inline; 
	margin: 0; padding: 0; 
	border-right: 1px solid #e6e6e6; 
	font-size: 17px; 
	text-transform: none; }
	
header nav ul li:last-child { border: 0; }

header nav ul li a { 
	display: block;  
	padding: 8px 24px; 
	color: #444; 
	text-decoration: none;
	-webkit-transition-property: background; 
	-webkit-transition-duration: .7s; 
	-webkit-transition-timing-function: linear;
	-moz-transition-property: background; 
	-moz-transition-duration: .7s; 
	-moz-transition-timing-function: linear;
	-o-transition-property: background; 
	-o-transition-duration: .7s; 
	-o-transition-timing-function: linear;
	font:normal 1em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
	
header nav ul li a.active{
	background: #ffae1b; 
	color:#fff;}	
	
header nav ul li a:hover { 
	text-decoration: none; 
	background: #ffae1b; 
	color:#fff; }

.features{
	margin:50px auto 0;
	overflow: hidden;}
	
.features .col{
	float: left;
	width: 30%;
	padding: 15px;
	text-align: center;
	border-right: 1px #602C17 solid;}
.features .col img{
	float: left; 
	margin-right: 5px;
	margin-top: 5px; 
	}
	
.features .col1,
.features .col2,
.features .col3{
	float: left;
	width: 31%;
	padding: 7px;
	text-align: center;
	border-right: 1px #602C17 solid;}
	
.features .col1 img,
.features .col2 img,
.features .col3 img{
	float: left; 
	width:115px;
	height:115px;
	margin-right: 5px; 
	}
.features article p{	
	padding: 5px 4px;
	text-align: left;}		
.features h3{
	border-bottom: 1px #602C17 solid;
	border-top: 1px #602C17 solid;
	font:italic 1.5em/1.5em "chaparral-pro",Georgia,"Times New Roman",Times,serif;}	
.features article img.pochetteG { 
	margin-left: auto;
  	margin-right: auto;
	vertical-align: middle;
	}
.features article img.affiche { 
	margin: 0 0px 10px 0;
	width: 25px;
	height: 50px;}	

#content { 
	float: left; 
	width: 75%; 
	margin-right: 20px; 
	margin-top:20px;}

#content article { 
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
	min-height: 55px;
	border-bottom: 1px dashed #ccc;
	border: 1px solid #800000;}



#content article.quizz{ 
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
	min-height: 55px;
	border-bottom: 1px dashed #ccc;
	border: 1px solid #800000;
	background: #ffae1b;}
	
#content article.film{ 
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
	min-height: 55px;
	border-bottom: 1px dashed #ccc;
	border: 3px solid #800000;
	background: #b1ce00;}
#content article.bouquin{ 
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
	min-height: 55px;
	border-bottom: 1px dashed #ccc;
	border: 3px solid #EEDB6B;
	background: #eed56b;}

#content article h1 { 
	text-align:center;
	font-size: 25px;
	margin-bottom: 4px; 
	font-weight:bold;}
	
#content article h2 { 
	text-align:center;
	font-size: 20px;
	margin-bottom: 4px; 
	font-weight:bold;}
	
#content article h3 { 
	text-align:center;
	font-size: 15px;
	margin-bottom: 4px; 
	font-weight:normal;}
#content article h3.blue { 
	text-align:center;
	font-size: 15px;
	margin-bottom: 4px; 
	font-weight:normal;
	color: #B0E0E6;}

#content article p { 
	text-align: left;
	font-size: 12px;
	margin-bottom: 4px; 
	font-weight:normal;
	}

#content article p.italic { 
	
	font-style: inherit;
	text-align: inherit;
	text-align: left;
	font-size: 12px;
	margin-bottom: 4px; 
	font-weight:normal;}

#content article h3.historique { 
	text-align:left;
	font-size: 15px;
	margin-bottom: 14px; 
	text-decoration: underline;
	font-weight:bold;}
	
#content th, tr {
	font-size: 15px;
	font-weight:normal;
	line-height: 20px;
	vertical-align: middle;
	}
.paire {
	background-color: #c3ce15;
	}
.impaire {
	background-color: #99cccc;
	}
#content th {
	background-color: #4CAF50;
	color: white;
	text-align: center;
	}
#content th.top {
	background-color: #61d3ab;
	}
#content th.compil {
	background-color: #00bfff;
	}
#content th.back {
	background-color: #a1dfe5;
	}      
#content td {
	font-size: 15px;
	font-weight:normal;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	}
	
#content td.small {
	font-size: 10px;
	font-weight:normal;
	line-height: 15px;
	vertical-align: middle;
	text-align: center;
	}

#content article.poll th, tr {
	font-size: 15px;
	font-weight:normal;
	line-height: 25px;
	vertical-align: middle;
	}
#content article.poll 
       tr:nth-child(even) {background: #FFFACD}
       tr:nth-child(odd) {background: #FFEBCD}
       
#content article.poll td {
	font-size: 12px;
	font-weight:normal;
	line-height: 25px;	
	text-align: center;
	}

#content article img { 
	margin: 0 5px 10px 0;
	float: left;
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	}	

#content article img.HistDisc { 
	margin: 0 5px 10px 0;
	float: left;
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	}

#content article img.pochette { 
	margin: 5px 0 5px 0;
	float: none;
	width: 33px;
	height: 33px;
	vertical-align: middle;
	}
#content article img.pochetteG { 
	margin: 5px 5px 5px 5px;
	float: none;
	width: 200px;
	height: 200px;
	vertical-align: middle;
	}
#content article img.pochettePF { 
	margin: 5px 0 5px 0;
	float: none;
	width: 275px;
	height: 400px;
	vertical-align: middle;
	}
#content article img.pochette_l { 
	margin: 5px 10px 5px 10px;
	float: none;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	}

#content article img.livre { 
	margin: 5px 0 5px 0;
	float: none;
	width: 100px;
	height: 150px;
	vertical-align: middle;
	}
#content article img.radio { 
	margin: 5px 0 5px 0;
	float: none;
	width: 450px;
	height: 125px;
	vertical-align: middle;
	}
#content article img.affiche { 
	//margin: 0 0px 10px 0;
	margin-left: auto;
    margin-right: auto;
    width: 25px;
	height: 75px;}	

#content article img.HiPay { 
	margin: 0 5px 10px 0;
	float: left;
	width: 600px;
	height: 100px;
	margin-bottom: 5px;}
#content  img.large {
	float: left; 
	width: 100%;
	height: 400px;
	margin-right: 5px;
	margin-top: 5px; 
	}
#content  img.hit {
	float: left; 
	width: 100%;
	height: 800px;
	margin-right: 5px;
	margin-top: 5px; 
	}
#content  img.DownLoad {
	float: none;
	width: 100px;
	height: 33px;
	margin-right: 5px;
	margin-top: 5px; 
	}
	
#content article p { 
	text-align:center;
	font-size: 17px;
	margin-bottom: 5px;}
	
#content article p:last-child { margin-bottom: 0; }

#content ul li { 
	list-style-type: none ;
}







	
#content1 { 
	float: left; 
	width: 75%; 
	margin-right: 20px; 
	margin-top:20px;}
#content1 article { 
	margin: 0 0 10px 0;
	padding: 20px;
	min-height: 200px;
	border-bottom: 1px dashed #ccc;
	border: 1px solid #800000;}
#content1 article.hipay { 
	margin: 0 0 10px 0;
	padding: 20px;
	min-height: 200px;
	border-bottom: 1px dashed #ccc;
	border: 1px solid #800000; }
	
#content1 article h1 { 
	text-align:center;
	font-size: 25px;
	margin-bottom: 4px; 
	font-weight:bold;
	border-bottom: 1px solid #800000}
	
#content1 article h2 { 
	text-align:center;
	font-size: 20px;
	margin-bottom: 4px; 
	font-weight:bold;}
	
#content1 article h3 { 
	text-align:center;
	font-size: 18px;
	margin-bottom: 4px; 
	font-weight:normal;}
	
#content1 th, tr {
	font-size: 15px;
	font-weight:normal;
	line-height: 24px;
}

#content1 td {
	font-size: 14px;
	font-weight:normal;
	line-height: 18px;
}
#content1 article img { 
	margin: 0 0px 10px 0;
	width: 100%;
	height: auto;}
#content1 article img.artiste { 
	margin: 5px 0 5px 0;
	float: left;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	}
#content1 article img.pochettePF { 
	margin: 5px 0 5px 0;
	float: none;
	width: 275px;
	height: 400px;
	vertical-align: middle;
	}	
#content1 article img.livre { 
	margin: 5px 0 5px 0;
	float: left;
	width: 100px;
	height: 150px;
	vertical-align: middle;
	}
	
#content1 article p { 
	font-size: 15px;
	margin-bottom: 5px;}
	
#content1 article p:last-child { margin-bottom: 0; }





#content2 { 
	float: left; 
	width: 95%; 
	margin-right: 20px; 
	margin-top:20px;}
#content2 article { 
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
	min-height: 55px;
	border-bottom: 1px dashed #ccc;}
#content2 article h1 { 
	font-size: 25px;
	margin-bottom: 4px; 
	font-weight:bold;}
#content2 article h2 { 
	font-size: 20px;
	margin-bottom: 4px; 
	font-weight:bold;}	
#content2 article h3 { 
	font-size: 15px;
	margin-bottom: 4px; 
	font-weight:bold;}	
#content2 th, tr {
	font-size: 25px;
	font-weight:normal;
	vertical-align: middle;
	line-height: 20px;}
#content2 th {
	background-color: #4CAF50;
	color: white;
	text-align: center;}
#content2 td {
	font-size: 20px;
	font-weight:normal;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;}
#content2 article img { 
	margin: 0 0px 10px 0;
	width: 75px;
	height: 150px;}	
#content2 article img.affiche { 
	margin: 0 0px 10px 0;
	width: 5px;
	height: 10px;}	
#content2 article p { 
	font-size: 15px;
	margin-bottom: 5px;}	
#content2 article p:last-child { margin-bottom: 0; }
#content2 img { 
	width: 114px;
	height: 160px;}	



#content ul { margin: 0; padding: 0;
	font: bold 1.093em/1.9em "Adelle-Regular",sans-serif;}
#content ul li { list-style: square; margin-left: 30px; margin-bottom: 0px; padding-left: 5px;}
#content ul dd { list-style: none; margin-bottom: 5px; padding-left: 50px;}
#content ul li{
	font: normal 1.093em/1.9em "Adelle-Regular",sans-serif;}
#content dd{
	font: normal 1.083em/1.9em "Adelle-Regular",sans-serif}
	
#content1 ul li { list-style: none; margin-left: 30px; margin-bottom: 0px; padding-left: 5px;}
	
a.read_more{
	font:normal 12px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif}
	
a.read_more:hover{
	text-decoration: underline;}	




	
#sidebar { 
	float: left; 
	width: 23%; 
	margin-top:20px; }

#sidebar aside {
	margin-bottom: 10px; 
	padding: 20px 0 20px 20px;
	background: #ffc967;
	border: 1px solid #800000;}
	
#sidebar aside h4 { 
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 10px 5px;
	background: #ffae1b;
	text-shadow: 0 1px 1px #666;}

#sidebar aside img.livre { 
	margin: 5px 0 5px 0;
	float: none;
	width: 225px;
	height: 319px;
	vertical-align: middle;
	}
#sidebar aside img.pochette { 
	margin: 5px 0 5px 0;
	float: none;
	width: 225px;
	height: 225px;
	vertical-align: middle;
	}
#sidebar aside img {
	padding: 5px 5px 5px 5px; }
	
#sidebar aside p { font-size: 13px; margin-bottom: 8px; }
#sidebar aside p:last-child { margin: 0; }
#sidebar aside ul { margin: 0; padding: 0; }
#sidebar aside ul li { list-style: none; margin-bottom: 6px; padding-left: 5px;}
#sidebar aside ul li a{
	font: normal 1.043em/1.5em "Adelle-Regular",sans-serif}

#sidebar1 { 
	float: left; 
	width: 22%; 
	margin-top:20px; }
#sidebar1 aside {
	margin-bottom: 10px; 
	padding: 20px 10px 20px 10px;
	background: #ffc967;
	border: 1px solid #800000;}
#sidebar1 aside.FRouge {
	margin-bottom: 10px; 
	padding: 20px 10px 20px 10px;
	background: #800000;
	border: 1px solid #800000;}
#sidebar1 aside h4 { 
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 10px 5px;
	background: #ffae1b;
	text-shadow: 0 1px 1px #666;}	
#sidebar1 aside p { font-size: 13px; margin-bottom: 8px; }
#sidebar1 aside p:last-child { margin: 0; }
#sidebar1 aside ul { margin: 0; padding: 0; }
#sidebar1 aside ul li { list-style: none; margin-bottom: 6px; padding-left: 5px;}
#sidebar1 aside ul li a{
	font: normal 1.043em/1.5em "Adelle-Regular",sans-serif}	
#sidebar1 aside img.pochette_l {
	margin: 5px 0 5px 0;
	float: none;
	width: 100px;
	height: 100px;
	vertical-align: middle; }
	
.clear{clear:both; height:10px;}

footer { 
	background:#eee;
	border:1px solid #ccc;
	clear: both;
	margin-top:10px;  
	padding: 10px 20px; 
	font-size: 14px; }

footer nav ul {
	margin: 0 auto; 
	padding: 0; }
	
footer nav ul li { 
	list-style: none; 
	display: inline; 
	margin-right: 12px; 
	text-shadow: 0 1px 0 #fff;}
				
				
footer nav ul li a{ 
	color: #666666; 
	text-shadow: 0 1px 0 #fff;}
	
footer p{ 
	margin-top:10px;
	color: #444; 
	text-shadow: 0 1px 0 #fff;}					





/* View < 1200px */			
				
@media (max-width: 1200px) {

#container { width: 940px; }
#content { width: 67%; }
#sidebar { width: 30%; }

header hgroup h1 { font-size: 20px; }
header hgroup h2 { font-size: 16px; }

header nav { margin-top: 18px; }
header nav ul li { font-size: 16px; }

#content article { margin-bottom: 10px;}

#sidebar aside { margin-bottom: 10px; }

.features .col1, .features .col2, .features .col3{
	padding: 6px;}
	
.features article p{	
	padding: 5px 10px;
	text-align: left;}	

}


/* iPad in landscape */

/* Note: Design for max-width: 1024px) {  } */
	
@media (max-device-width: 1024px) and (orientation: landscape) {

#container { width: 940px; }
#content { width: 600px; }
#sidebar { width: 300px; }

header { margin-bottom: 10px; }

header hgroup { margin-bottom: 12px; }

header nav { float: none; clear: both; }
header nav ul { width: 100%; }
header nav ul li { font-size: 14px; width: 191px; text-align: center; }
header nav ul li:last-child { width: 192px; }

}


/* iPad in portrait */

/* Note: Design for a width of 768px */ 

@media (max-device-width: 1024px) and (orientation: portrait) {

#container { width: 580px; }
#content { float: left; width: 580px; margin: 0 0 12px 0; }
#sidebar { float: left; width: 580px; margin-top:0px; }

header { margin-bottom: 10px; }

header hgroup { margin-bottom: 12px; }

header nav { float: none; clear: both; }
header nav ul { width: 100%; }
header nav ul li { font-size: 14px; width: 149px; text-align: center; }
header nav ul li:last-child { width: 150px; }

#content article { padding: 20px; }

#sidebar aside { color: #fff; float: left; width: 250px; min-height: 170px; margin-right: 20px; padding: 20px; }
#sidebar aside:last-child { margin: 0; }

}

/* #Tablet (Portrait) */

/* Note: Design for a width of 740px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#container { width: 720px; }
#content { float: left; width: 720px; margin: 30px 0 12px 0; }
#sidebar { float: left; width: inherit; margin-top:0px; }

header { margin-bottom: 10px; }

header hgroup { margin-bottom: 12px; }

header nav { float: none; clear: both; width: 99.4%;}
header nav ul { width: 100%; }
header nav ul li { font-size: 14px; width: 149px; text-align: center; }
header nav ul li:last-child { width: 150px; }

#content article { padding: 20px; }

#sidebar aside { color: #fff; padding: 20px; }
#sidebar aside:last-child { margin: 0; }

.features .col1, .features .col2, .features .col3{
	width: 32%;
	padding: 4px;}

.features article p{padding: 5px 9px;}

.flex-direction-nav{display:none;}
	}


/* #Mobile (Landscape) */

/* Note: Design for a width of 420px */
@media only screen and (min-width: 601px) and (max-width: 767px) {
#container { width: 580px; }
#content { float: left; width: 580px; margin: 30px 0 12px 0; }
#sidebar { float: left; width: inherit; margin-top:0px; }

header { margin-bottom: 10px; }

header hgroup { margin-bottom: 12px; }

header nav { float: none; clear: both; width: 99.4%;}
header nav ul { width: 100%; }
header nav ul li { font-size: 14px; width: 140px; text-align: center; }
header nav ul li:last-child { width: 150px; }

#content article { padding: 20px; }

#sidebar aside { color: #fff; padding: 20px; }
#sidebar aside:last-child { margin: 0; }

.features .col1, .features .col2, .features .col3{
	float: none;
	width: 86%;
	margin: 0 auto;}
	
.flex-direction-nav{display:none;}	

	}




/* Mobile width < 600px*/

@media (max-width: 600px) { 
	
.flexslider{display:none;}	

#container, #content { width: 90%; }
#content { margin: 0px; }

#sidebar{ float:left; margin-top:0px; width: inherit;}

header { margin: 0 0 10px 0; text-align: center; }
header hgroup { width: 100%; margin-bottom: 12px; }
header hgroup h1 { font-size: 20px; }
header hgroup h2 { font-size: 16px; }

#block_social{
	float:none;
	display:inline-block;}

header nav { float: none; clear: both; width: 99.3%;}
header nav ul { width: 100%; }
header nav ul li { float: none; display: block; width: 100%; font-size: 14px; text-align: left; border-bottom: 1px solid #ccc; }
header nav ul li:last-child { width: 100%; border-bottom: 0; }
header nav ul li a { padding: 10px; }

#content article { padding: 10px; -webkit-border-radius: 0; }

#sidebar aside { color: #fff; float: left; width:90%; margin: 10px auto; padding: 20px; }
#sidebar aside:last-child { margin: 0; }

footer { padding: 10px; font-size: 12px; }

.features .col1, .features .col2, .features .col3{
	float: none;
	width: 86%;
	margin: 0 auto;}


}



/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}

.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; overflow:hidden;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0 0 10px; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height:auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {
	width: inherit;
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 2px;  
	background: rgba(0,0,0,.7); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.5); 
	font-size: 13px; 
	text-align:left;}

.flex-caption a{
	color:#fff; 
	cursor: pointer;
	border-bottom: 1px solid #DDD;
	padding: 1px;
	font: 13px;}	

.flex-caption a:hover{
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration:none;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0px auto; position: relative; zoom: 1; width:96%;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: left; margin-top:7px;}
.flex-control-nav li {margin: 0 1px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	border: 1px solid #ccc;
	text-align: center;
	font:bold 12px/16px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}

.flex-control-paging li a:hover {cursor: pointer; text-decoration:none; border:1px solid #999; color:#3c6c84;}
.flex-control-paging li a.flex-active {: pointer; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


