body {
	FONT-SIZE: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000;
	
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 400px;
	text-align: center;
	background-color: #fff;
	background: url(../imgs/bg_l.jpg) repeat top left;
	background-size: 100%;
	
}


header, footer, article, section, nav, menu, hgroup 
{  
	display: block; 
}

h1, h2, h3, h4
{
	color: #7f0e38;
	margin:  5px 2%;
	width: 96%;
	display: block;
	vertical-align: top;
}

h1{
	
	line-height: 40px;
	font-size: 1.4em; 
	border-bottom: 3px solid #7f0e38;
	margin-bottom: 20px;
}

h2{
	font-size: 1.3em;
	margin-bottom: 15px;
}
h3{
	font-size: 1.1em;
	margin-bottom: 10px;
}
h4{
	font-size: 1em;
}
a
{
	
}
#msg
{
	padding: 20px;
	text-align: center;
	font-size: 0.9em;
	//color: #ffffff;
	width: 96%;
	
	
}
#msgRed
{
	padding: 3%;
	text-align: center;
	font-size: 0.9em;
	color: #ff0000;
	width: 94%;
	
	
}

button{
	width : auto;
	padding-left: 20px;
	padding-right: 20px;
	height :33px;
	border : 1px solid #000;
	font-size: 1em;
	line-height: 20px;
	cursor:  pointer;
	display: block;
	margin: auto;
	color: #333;
}

button:hover{

	font-weight:300;
	color: #000;
}
h1#cache
{
	display: none;
	height: 1px;
}
.text{
	padding-left: 30px;
	padding-right: 30px;
}

span.title{
	min-width: 200px; 
	display: inline-block;
	text-align: left;
}



header, .container{
	display: block;
	width: 94%;
	height: 100%;
	margin: 5px 3% 20px;
	text-align: left;
	border-radius: 0px;
    background: none;
    border: none;
    
    color: #333;
    font-weight: 100;
	
}

.container{
	padding-bottom: 10px;
	background: #f5f5f5;
    border: 1px solid #eaeaea;
}
.container.about 
{
	padding-bottom: 0px;
}
.wrap  .wrap-top{

	
}
/***********************************************************************
header
***********************************************************************/
header {
	display: flex;
    flex-direction: column;
}
#logo  {
	background: url(../imgs/logo_et.png) no-repeat center right;
	width: 319px;
    margin-left: auto;
    height: 77px;
	
}

nav
{
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #999;
	text-decoration: none;
	FONT-SIZE: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 15px;
}


#menubtn{
	display: none;
	COLOR: #ffff00;
	font-weight:600;
}

#menu
{
	display: flex;
}

#menu .btn
{
	COLOR: #eee981;
	cursor:pointer;
	padding: 0 15px;
    text-transform: uppercase;
	height: 30px;
    line-height: 30px;
}

#menu .btn a
{
	color: #333333;
	text-decoration: none;
}

#menu .btn .icon
{
	width: 16px;
    height: 16px;
	margin: 7px 0;
	display: none;
}

#menu .btn .icon path
{
	fill: #7f0e38;
}

#menu .btn.btnSelected
{
	color: #7f0e38;
    font-weight: 600;
	border-bottom: 5px solid #aaa;
	cursor: default;
}

#follow-wrap a
{
	display: block;
    height: 24px;
}
#follow-wrap a svg path
{
	fill: #666;
    
}

/***********************************************************************
footer
***********************************************************************/
footer
{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .footeritem
{
	margin: 5px 2%;
	color: #666666;
}
footer .footeritem.copyright
{
	width: 100%;
	color: #bbb;
	font-size: 80%;
}

/***********************************************************************
section
***********************************************************************/
section #iview2 .iviewSlider
{
	border-radius: 0px;
    box-shadow: none;
    border: 1px solid #7f0e38;
}
#iview2 div.iview-directionNav a
{
	background-image: url(../imgs/nav_paddles2.png);
}
#iview2 .iview-controlNav a.iview-control.active {
    //background-position: 0px -12px;
}

#iview2 .iview-controlNav a.iview-control {
    background: url(../imgs/bullets_2.png) no-repeat 0px 0px;
}

section .about .wrap-top
{
	padding: 0 2%;
}

 .about-photo{
	height: 500px;
	min-height: 500px;
	background: url(../imgs/bourg2.jpg) no-repeat center 0px;
	background-size: 100% auto;
 }
 


div.formRow
{
	display: flex;
	
	width: 70%;
	margin: 5px auto 10px;
} 

div.formRow label{
	width: 25%;
	text-align: right;
	margin-right: 20px;
	font-weight: 600;
}
div.formRow>div{
	width: calc(75% - 20px);
}

form{
	
	border: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
	background-color: #fbfbfb;
}



form div.formRow input[type=text]{
	width: 55%;
	padding: 5px;
}
form div.formRow input[type=email]{
	display: inline-block;
	width: 55%;
	//float: right;
	padding: 5px;
}

input.inputboxMembership {
	border: 1px solid #cccccc;
}

form input[type=submit] {
	width : auto;
	padding-left: 20px;
	padding-right: 20px;
	height :33px;
	border : 1px solid #000;
	font-size: 1em;
	line-height: 20px;
	cursor:  pointer;
	display: block;
	margin: auto;
	font-weight:300;
	background: #7f0e38;
	color: #fff;
}

form input[type=submit]:hover {
	background: #ab2758;
}
form hr{
	width: 94%;
	background-color: #0e70a1;
	border: 0 none;
	color: #0e70a1;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 15px;
}














.operalist
{
	display: flex;
    flex-direction: column;
}

.operaitem
{
	display: flex;
    justify-content: flex-start;
	width: 96%;
    margin: 10px auto ;
    height: auto;
	min-height: 152px;
	border: 1px solid #ddd;
}

.operaitem .oi_photo
{
	flex: 1 0 150px;
	background-size: auto 100%;
    background-repeat: no-repeat;
	background-position: center;
}

.operaitem .oi_content
{
	display: flex;
	background-size: auto 100%;
    background-repeat: no-repeat;
	background-position-x: right;
	border-left: 5px solid #ddd;
}
.oi_body
{
	display: flex;
	padding:  5px 10px; 
	background: linear-gradient(to left, rgba(200, 200, 200, 0.6) 0px, rgba(255, 255, 255, 0.75) 50px, #fff 125px );
	font-size: 0.9em;
	//padding: 0 14px;
	//display: flex;
    //flex-direction: column;
	//justify-content: space-between;
	color: #000;
}

.oi_body .title
{
	flex: 1;
	margin: 5px 0;
    line-height: 30px;
	padding: 0;
	width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg,rgba(127, 14, 56, 0.8) 0,rgba(0,0,0,0) 80%) 0 60%;
    border-image-slice: 1;
}
.oi_body .actions
{
	flex: 1;
	padding: 4px 6px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.oi_body .actbtn
{
	display: block;
	padding: 2px 8px; 
	line-height: 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #7f0e38;
}

.oi_body .actbtn svg
{
	width: 16px;
	height: 16px;
	flex: 1;
	display: block;
	margin-top: 1px;
	margin-right: 5px;
}

.oi_body svg path,
.oi_body svg circle
{
	fill: #7f0e38;
}

.oi_body .oiwTxt
{
	flex: 5;
}

.oi_body .oiDateCache
{
	display: none;
	background: linear-gradient(90deg,rgba(127, 14, 56, 0.8) 0,rgba(0,0,0,0) 80%) 0 60%;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
	padding: 3px;
}


.oi_body .author
{
	flex: 1;
    padding: 2px;
}
.oi_body .author .newopera
{
	padding: 2px 5px;
    background: rgba(127,14,56,0.85);
    font-weight: 600;
    color: #eee;
}

.oi_body  .des
{
	flex: 3;
	color: #333;
	text-align: justify;
	font-size: 1em;
	margin-top: 8px;
}



.oi_date
{
	flex: 1 0 100px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-shadow: 0px 0px 20px white, 0 0 20px white, 0 0 30px white;
	    padding-left: 10px;
}
.oi_date .date
{
	font-size: 2em;
	font-weight: 800;
	color: #7f0e38;
}
.oi_date .at
{
	font-style: italic;
	margin-top: 12px
}
.oi_date .time
{
	font-weight: 800;
	color: #7f0e38;
}



#menuSeason
{
	display: flex;
	width: 96%;
	margin: 5px auto 1px;
    flex-direction: row;
    border-bottom: 1px solid #666;
}
#menuSeason .sl_item{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 0 8px;
}
#menuSeason .sl_item a{
	text-decoration: none;
	COLOR: #333333;
}
#menuSeason .sl_item.btnSelected{
	COLOR: #000000;
	border-bottom: 4px solid #666;
}

#menuMonth
{
	display: flex;
	width: 96%;
	margin: 0 auto 20px;
}

#menuMonth .ml_item
{
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	color: #666;
	font-size: 16px;
	border-top: 3px solid #f5f5f5;
}

#menuMonth .ml_item.btnSelected
{
	color: #000;
    font-size: 17px;
    background-size: 80% 30px;
    font-weight: 600;
    border-top: 3px solid #999;
}


#menuMonth .ml_item a{
	text-decoration: none;
	line-height: 26px;
	color: #666666;
}



.splinkslist
{
	display: flex;
	justify-content: space-between;
    padding: 0 2%;
	flex-wrap: wrap;
    align-content: center;
}

.splinkslist .spLink
{
	margin: 10px 20px;
	display: flex;
    justify-content: center;
}

@media (min-width : 1023px) 
{
	.operaitem .oi_photo
	{
		flex: 1 0 300px;
	}
}





@media (max-width : 800px) 
{
	div.formRow{
		width: 90%;
	}
	
	.operaitem .oi_photo
	{
		display: none;
	}
}

@media (max-width : 600px) 
{
	#menu .btn
	{
		padding: 0 8px;
		white-space: nowrap;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	
	#menu .btn .icon
	{
		display: block;
	}
	#menu .btn.hasicon .txt
	{
		display: none;
	}
	
	
	div.formRow{
		flex-direction: column;
	}
	
	div.formRow label
	{
		text-align: left;
		width: 100%;
		margin: 0;
	}
	form div.formRow input[type=text],
	form div.formRow input[type=email]
	{
		width: 97%;
	}
	
	#menuMonth .ml_item
	{
		padding: 0 5px;
	}
	
	.oi_body
	{
		background: linear-gradient(to left, rgba(200, 200, 200, 0.8) 0px, rgba(255, 255, 255, 0.9) 50px, #fff 125px );
	}
	.oi_body .title
	{
		margin-bottom: 0;
	}
	.oi_date
	{
		display: none;
	}
	.oi_body .oiDateCache 
	{
		display: block;
	}
	
	.splinkslist
	{
		flex-direction: column;
	}

}