/*
Theme Name: Eclosions
Author: Roh Sylvain
Description: Templated's theme Iridium adapted to Wordpress
Version: 0.0.1
Tags: templated
*/
@font-face {
    font-family: CenturyGothicBold;
    src: url('fonts/Century Gothic Bold.ttf');
}
@font-face {
    font-family: CenturyGothic;
    src: url('fonts/Century Gothic Std Regular.ttf');
}
@font-face {
    font-family: CopperplateGothicBold;
    src: url('fonts/Copperplate Gothic Bold Regular.ttf');
}
@font-face {
    font-family: CopperPlate;
    src: url('fonts/CopperPlate Normal.ttf');
}

body,input,textarea,select
{
	font-family: CenturyGothic, sans-serif !important;
	font-size: 11pt !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: CopperplateGothicBold !important;
}
header h2{
	font-family: CopperplateGothicBold;
}
#footer header h2{
	font-family: CopperPlate;
}
#content header h2
{
	font-size: 2.5em !important;
}
#content{
	font-size: 13pt !important;
}

.lang-item {
    display: inline;
}

#lang{
	top : 0;
	left : 0;
	border : 1px solid #ededed;
	border-top : 0px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	padding : 2px;
	padding-left : 6px;
	padding-right : 6px;
	background-color : #ededed;
	position: absolute;
	z-index: 100000;
}
@media all and (max-width:900px){
	#lang{
		left : auto;
		right : 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-right-radius: 0;
		
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;
	}
}

#lang ul{
	margin-bottom: 0px !important;
}
#lang ul li a{
	text-decoration: none;
	text-transform: uppercase;
}

#content header h2{
	text-transform: none;
}
	
	
#footer{
	padding: 2.5em 0em 0em 0em !important;
}
#footer h2 {
    padding-bottom: .5em !important;
}

#main {
    border-top: 6px #46351D solid;
    border-bottom: 6px #d8b17b solid;
	padding: 4em 0em 4em 0em !important;
}

#nav > ul > li > a, 
#nav > ul > li > span{
	color: rgba(255 ,255,255,.9) !important;
	text-shadow: 0 0 5px #536875;
	font-weight: bold !important;
	font-family: CopperPlate;
	font-size : .9em !important;
}
#nav > ul > li > a:hover, 
#nav > ul > li > span:hover{
	color: #d8b17b !important;
}
#nav > ul > li > a:focus, 
#nav > ul > li > span:focus{
	color: #46351D !important;
}

/*#nav li.current_page_item a{
	color: #f22625 !important;
}*/

#logo span {
    color: #fff !important;
}

#logo img {
    width: 100%;
	max-width: 400px;
}

.thumbnail-team{
	border-radius : 100%;
	border : 3px solid #d8b17b;
	width : 110px;
	height : 110px;
	float : left;
	
	margin : 10px 20px 10px 0px;
}

#main ul{
	list-style-type: disc !important; 
	padding-left : 1em !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 {
    overflow: hidden;
	margin : 2px;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {
	margin : 0px !important;
}