/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
	padding: 0px;
	margin: 0px;
	line-height: 1;
	background: url(../img/bg.png) repeat-x left top;
}

body, input, textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #454545;
}

div.ametys-cms-zone div.ametys-cms-zone-item{
	overflow:hidden!important;
}

/* Headings */
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #22221e;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit; 
}
h1 { 
	font-size: 20px; 
	line-height: 20px; 
	margin-bottom: 18px;
	font-style: normal;
}

h1 .content-subtitle{
    color: #009ea0;
    display: block;
    font-size: 0.6em;
    line-height: 1.2em;
    margin-top: 8px;
}

h2 { 
	font-size: 16px; 
	line-height: 16px; 
	margin-bottom: 13px;
	margin-top: 15px;
	font-style: normal;
	font-weight: normal;
}
h3 { 
	font-size: 14px; 
	line-height: 14px; 
	margin-top: 15px;
	margin-bottom: 12px;
	font-weight: normal;
	font-style: normal;
}
h4 { 
	font-size: 13px; 
	line-height: 14px; 
	margin-top: 15px;
	margin-bottom: 12px;
	font-style: normal;
	font-weight: normal;
} 
h5 { 
	font-size: 13px; 
	line-height: 13px;
	margin-top: 15px;
	margin-bottom: 12px;
	font-style: normal;
	font-weight: normal;
}						
h6 { 
	font-size: 12px; 
	line-height: 12px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
}

h2 i { 
	font-size: 13px; 
	line-height: 18px; 
	margin-bottom: 20px;
	font-weight: normal;
	color: #999;
}

.hidden-L
{
	position: absolute;
	left: -20000px;
	top: -20000px;
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

/* Text elements */
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
p strong, a strong {
	font-family: 'Open Sans' !important;
	font-weight: 600;
	color: #454545;
}
p strong {
	font-family: 'Open Sans' !important;
	font-weight: normal;
	font-weight: 600;
	color: #454545;
	margin-bottom: 12px;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 20px 36px 20px 36px;
	font-size: 13px;
	border-left: 5px solid #009ea0;
	border-right: 5px solid #009ea0;
	padding: 5px 20px 5px 20px;
	font-family: 'Open Sans' !important;
	font-weight: normal;
	color: #454545;
}
pre {
	background: #f4f4f4;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
	font-style: normal;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
}

.lite1 {
	color: #ca6d6d;
	border-bottom: 1px dotted #ca6d6d;
}

.lite2 {
	border-bottom: 1px dotted #ca6d6d;
}

/* Links */
a, p a strong {
	color: #009ea0;
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover, p a:hover strong {
	text-decoration: none;
	color: #727272;
}

blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* Clear Fix Styles */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
{
	height:1%;
}

.clearfix
{
	display:block;
}

/* filtered contents reset */
.ametys-cms-service .ametys-cms-content .clearfix:after,
.ametys-cms-service .ametys-cms-content .clearfix{
	display:none;
}
/* start commented backslash hack \*/
* html .ametys-cms-service .ametys-cms-content .clearfix { height: 1%; }
.ametys-cms-service .ametys-cms-content .clearfix { display: block; }
/* close commented backslash hack */
{
	height:auto;
}

.ametys-cms-service .ametys-cms-content .clearfix
{
	display: none;
}

.left_sidebar .image_left1,
.right_sidebar .image_left1 {
	float: left;
	padding: 0px;
	margin: 0px 30px 0px 0px;
}
.left_sidebar .image_left2,
.right_sidebar .image_left2 {
	float: left;
	padding: 10px;
	margin: 0px 10px 0px 0px;
}
.left_sidebar .image_left3,
.right_sidebar .image_left3 {
	float: left;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	border: 5px solid #fff;
}
.left_sidebar .image_left4,
.right_sidebar .image_left4 {
	float: left;
	padding: 0px;
	margin: 0px 25px 0px 0px;
	border: 5px solid #eee;
}
.left_sidebar img.image_left5,
.right_sidebar img.image_left5 {
	float: left;
	padding: 0px;
	margin: 0px 0px 13px 0px;
	border: 5px solid #eee;
	width: 94%;
}

.img_border {
	border: 5px solid #e3e3e3;
}


.divider_line {
	background: url(../img/devidar-line1.png) no-repeat center top;
	height: 7px;
	margin: 15px 0 20px 0;
	float: left;
	width: 100%;
}
.divider_line2{
	background: url(../img/devidar-line1.png) no-repeat center top;
	height: 7px;
	margin: 25px 0 25px 0;
	float: left;
	width: 100%;
}

.left_sidebar .mar_top1,
.right_sidebar .mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top2,
.right_sidebar .mar_top2{
	margin-top: 20px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top3,
.right_sidebar .mar_top3{
	margin-top: 30px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top4,
.right_sidebar .mar_top4{
	margin-top: 40px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top5,
.right_sidebar .mar_top5 {
	margin-top: 50px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top6,
.right_sidebar .mar_top6 {
	margin-top: 15px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top7,
.right_sidebar .mar_top7 {
	margin-top: 25px;
	width: 100%;
	float: left;
}

/* filtered content reset */
.left_sidebar .filtered-contents .mar_top1,
.left_sidebar .filtered-contents .mar_top2,
.left_sidebar .filtered-contents .mar_top3,
.left_sidebar .filtered-contents .mar_top4,
.left_sidebar .filtered-contents .mar_top5,
.left_sidebar .filtered-contents .mar_top6,
.left_sidebar .filtered-contents .mar_top7,
.right_sidebar .filtered-contents .mar_top1,
.right_sidebar .filtered-contents .mar_top2,
.right_sidebar .filtered-contents .mar_top3,
.right_sidebar .filtered-contents .mar_top4,
.right_sidebar .filtered-contents .mar_top5,
.right_sidebar .filtered-contents .mar_top6,
.right_sidebar .filtered-contents .mar_top7{
	display:none;
}



@media only screen and (min-width: 1000px){}
@media only screen and (min-width: 768px) and (max-width: 999px){

.left_sidebar .mar_top1,
.right_sidebar .mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top2,
.right_sidebar .mar_top2 {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top3,
.right_sidebar .mar_top3 {
	margin-top: 25px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top4,
.right_sidebar .mar_top4 {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top5,
.right_sidebar .mar_top5 {
	margin-top: 35px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top6,
.right_sidebar .mar_top6 {
	margin-top: 15px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top7,
.right_sidebar .mar_top7 {
	margin-top: 20px;
	width: 100%;
	float: left;
}

.left_sidebar .image_left4,
.right_sidebar .image_left4 {
	width: 50%;
}

/* filtered content reset */
.left_sidebar .filtered-contents .mar_top1,
.left_sidebar .filtered-contents .mar_top2,
.left_sidebar .filtered-contents .mar_top3,
.left_sidebar .filtered-contents .mar_top4,
.left_sidebar .filtered-contents .mar_top5,
.left_sidebar .filtered-contents .mar_top6,
.left_sidebar .filtered-contents .mar_top7,
.right_sidebar .filtered-contents .mar_top1,
.right_sidebar .filtered-contents .mar_top2,
.right_sidebar .filtered-contents .mar_top3,
.right_sidebar .filtered-contents .mar_top4,
.right_sidebar .filtered-contents .mar_top5,
.right_sidebar .filtered-contents .mar_top6,
.right_sidebar .filtered-contents .mar_top7{
	display:none;
}


}

@media only screen and (min-width: 480px) and (max-width: 767px){


.left_sidebar .mar_top1,
.right_sidebar .mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top2,
.right_sidebar .mar_top2 {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top3,
.right_sidebar .mar_top3 {
	margin-top: 25px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top4,
.right_sidebar .mar_top4 {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top5,
.right_sidebar .mar_top5 {
	margin-top: 35px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top6,
.right_sidebar .mar_top6 {
	margin-top: 15px;
	width: 100%;
	float: left;
}
.left_sidebar .mar_top7,
.right_sidebar .mar_top7 {
	margin-top: 25px;
	width: 100%;
	float: left;
}

.left_sidebar .image_left4,
.right_sidebar .image_left4 {
	width: 50%;
}

img.image_left5 {
	width: 97%;
}

/* filtered content reset */
.filtered-contents .mar_top1,
.filtered-contents .mar_top2,
.filtered-contents .mar_top3,
.filtered-contents .mar_top4,
.filtered-contents .mar_top5,
.filtered-contents .mar_top6,
.filtered-contents .mar_top7{
	display:none;
}

}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px){

.left_sidebar .image_left4,
.right_sidebar .image_left4 {
	width: 96%;
	margin-bottom: 20px;
}

.left_sidebar img.image_left5,
.right_sidebar img.image_left5 {
	width: 97%;
}

/* filtered content reset */
.left_sidebar .filtered-contents .mar_top4,
.left_sidebar .filtered-contents .mar_top5,
.right_sidebar .filtered-contents .mar_top4,
.right_sidebar .filtered-contents .mar_top5{
	display:none;
}


}