/*
Theme Name: charicruz_wp453
Theme URI: www.app-n-web.ch
Author: App 'n' Web
Author URI: contact@app-n-web.ch
Description: Custom theme made by App 'n' Web for Charicruz
Version: 1.0
License: 
*/

/* ---------------------------------------
	Standard styles formatting
	created with Template Creator CK
	on http://www.template-creator.com
-----------------------------------------*/


html {
	height: 101/100%;
}

body {
	margin: 0;
	padding: 0;
}

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 3px 0;
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

ul, ol {
	padding: .75em 0 .75em 0;
	margin: 0 0 0 35px;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
}

ul.menu li a {
	text-decoration: none;
}


p {
	padding: 5px 0;
}

address {
	margin: .75em 0;
	font-style: normal;
}

a:focus {
	outline: none;
}

img {
	border: none;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}

table img {
	max-width: none;
}

.clr {
	clear : both;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	zoom: 1;
}


.column.column2 {
	width: 30%;
}

.column.center {
	width: 70%;
}

.noright .column.center {
	width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
	float: left;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
	float: right;
}

/* for equalheights */
.equalheights > .inner > .clr {
	display: none;
}

.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
}

.equalheights .flexiblemodule,
.equalheights .column {
	display: flex;
}

.equalheights .flexiblemodule > .inner,
.equalheights .column > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	/*z-index: -1;*/
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url(polina.jpg) no-repeat;*/
	background-size: cover; 
}

.videobackground + * { 
	position: relative;
	z-index: 1;
}


.hasvideobackground {
	position: relative;
	overflow: hidden;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
}

.container {
	width: 1250px;
}

.container-fluid {
	max-width: 1250px;
}

body {
	color: #3f423d;
	text-align: left;
	line-height: 20px;
	font-size: 18px;
}

a {
	color: #384f2c;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #3f423d;
	font-weight: bold;
	text-decoration: none;
}

h1, div.componentheading {
	color: #3f423d;
	font-weight: normal;
	font-size: 40px;
}

h2, div.contentheading {
	color: #3f423d;
	font-weight: normal;
	font-size: 40px;
}

h3 {
	color: #3f423d;
	font-weight: normal;
	font-size: 40px;
}

h4 {
	color: #3f423d;
	font-weight: normal;
	font-size: 30px;
}

h5 {
	color: #3f423d;
	font-weight: normal;
	font-size: 25px;
}

h6 {
	color: #3f423d;
	font-weight: normal;
	font-size: 20px;
}

.button, button, button.btn, input.btn, :not(.btn-group) > .btn, .btn-group > .btn.active, input[type=submit] {
	border: none;
	cursor: pointer;
	background: #507240;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover, input[type=submit]:hover {
	background: #3f423d ;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	border: #3f423d  1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	color: #bebebe;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	text-align: left;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #000000 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

#header-wrapper > div.inner {
	color: #507240;
	font-weight: normal;
	font-family: salsaregular;
}

#header-wrapper a {
	color: #507240;
}


#header-wrapper a:hover {
	color: #3f423d ;
}

#header-title .widget {
	padding: 25px;
}

#header-title .widget .widget-title {
	color: #507240;
	font-size: 30px;
	font-family: salsaregular;
}

#header-menu > div.inner {
	padding-top: 30px;
	padding-bottom: 25px;
	text-align: right;
}
#header-menu ul.menu, #header-menu ul.maximenuck {
            margin: 0;
            padding: 0;
}

#header-menu ul.menu li, #header-menu ul.maximenuck li  {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style:none;
}

#header-menu ul.menu li li, #header-menu ul.maximenuck li li {
	float: none;
	display: block;
}

#header-menu ul.menu > li > a, #header-menu ul.menu > li > span.separator,
#header-menu ul.maximenuck > li > a, #header-menu ul.maximenuck > li > span.separator{
    display:block;
	color: #507240;
	margin: 2px;
	margin-left: 10px;
	padding: 5px;
	font-weight: normal;
	font-size: 20px;
}

#header-menu ul.menu > li:hover > a, #header-menu ul.menu > li:hover > span.separator,
#header-menu ul.maximenuck > li:hover > a, #header-menu ul.maximenuck > li:hover > span.separator {
	color: #3f423d ;
	font-weight: normal;
}

#header-menu ul.menu > li.current-menu-item > a, #header-menu ul.menu > li.current-menu-item > span.separator,
#header-menu ul.maximenuck > li.current-menu-item > a, #header-menu ul.maximenuck > li.current-menu-item > span.separator {
}

#header-menu ul.menu li li a, #header-menu ul.menu li li span.separator,
#header-menu ul.maximenuck li li a, #header-menu ul.maximenuck li li span.separator {
    display:block;
	color: #4a4a4a;
	margin: 2px;
	padding: 5px;
}

#header-menu ul.menu li li:hover > a, #header-menu ul.menu li li:hover span.separator,
#header-menu ul.maximenuck li li:hover > a, #header-menu ul.maximenuck li li:hover span.separator {
	background: #d1d1d1;
}

#header-menu ul.menu li li.current-menu-item > a, #header-menu ul.menu li li.current-menu-item span.separator,
#header-menu ul.maximenuck li li.current-menu-item > a, #header-menu ul.maximenuck li li.current-menu-item span.separator{
}

/* code pour menu normal */
#header-menu ul.menu li ul, #header-menu ul.menu li:hover ul ul, #header-menu ul.menu li:hover ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
	margin: 0;
	padding: 0;
	background: #e8e8e8;
	border: #507240 2px solid;
	width: 200px;
}


#header-menu ul.menu li:hover ul ul, #header-menu ul.menu li:hover li:hover ul ul, #header-menu ul.menu li:hover li:hover li:hover ul ul,
#header-menu ul.menu li.sfhover ul ul, #header-menu ul.menu li.sfhover ul.sfhover ul ul, #header-menu ul.menu li.sfhover ul.sfhover ul.sfhover ul ul {
	left: -999em;
}

#header-menu ul.menu li:hover > ul, #header-menu ul.menu li:hover ul li:hover > ul, #header-menu ul.menu li:hover ul li:hover ul li:hover > ul, #header-menu ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul,
#header-menu ul.menu li.sfhover ul, #header-menu ul.menu li.sfhover ul li.sfhover ul, #header-menu ul.menu li.sfhover ul li.sfhover ul li.sfhover ul, #header-menu ul.menu li.sfhover ul li.sfhover ul li.sfhover ul li.sfhover ul {
	left: auto;
}

#header-menu ul.menu li:hover ul li:hover ul {
	margin-top: -30px;
	margin-left: 190px;
}

#header-menu ul.menu li li {
    float: none;
    display: block;
}


#header-social > div.inner {
	text-align: right;
}

#header-social .widget {
	padding: 15px;
	padding-left: 0px;
}

#header-social .widget .widget-title {
	color: #507240;
	font-size: 30px;
	font-family: salsaregular;
}

#header-lang > div.inner {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: right;
	overflow: hidden;
}

#header-lang .widget {
	margin-right: -2px;
}
#header-lang ul.menu, #header-lang ul.maximenuck {
            margin: 0;
            padding: 0;
}

#header-lang ul.menu li, #header-lang ul.maximenuck li  {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style:none;
}

#header-lang ul.menu li li, #header-lang ul.maximenuck li li {
	float: none;
	display: block;
}

#header-lang ul.menu > li > a, #header-lang ul.menu > li > span.separator,
#header-lang ul.maximenuck > li > a, #header-lang ul.maximenuck > li > span.separator{
    display:block;
	border-right: #3f423d 2px solid;
	color: #3f423d ;
	margin-right: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: normal;
}

#header-lang ul.menu > li:hover > a, #header-lang ul.menu > li:hover > span.separator,
#header-lang ul.maximenuck > li:hover > a, #header-lang ul.maximenuck > li:hover > span.separator {
	color: #507240;
	font-weight: normal;
}

#header-lang ul.menu > li.current-menu-item > a, #header-lang ul.menu > li.current-menu-item > span.separator,
#header-lang ul.maximenuck > li.current-menu-item > a, #header-lang ul.maximenuck > li.current-menu-item > span.separator {
}

#header-lang ul.menu li li a, #header-lang ul.menu li li span.separator,
#header-lang ul.maximenuck li li a, #header-lang ul.maximenuck li li span.separator {
    display:block;
	color: #4a4a4a;
	margin: 2px;
	padding: 5px;
}

#header-lang ul.menu li li:hover > a, #header-lang ul.menu li li:hover span.separator,
#header-lang ul.maximenuck li li:hover > a, #header-lang ul.maximenuck li li:hover span.separator {
	background: #d1d1d1;
}

#header-lang ul.menu li li.current-menu-item > a, #header-lang ul.menu li li.current-menu-item span.separator,
#header-lang ul.maximenuck li li.current-menu-item > a, #header-lang ul.maximenuck li li.current-menu-item span.separator{
}

/* code pour menu normal */
#header-lang ul.menu li ul, #header-lang ul.menu li:hover ul ul, #header-lang ul.menu li:hover ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
	margin: 0;
	padding: 0;
	background: #e8e8e8;
	width: 200px;
}


#header-lang ul.menu li:hover ul ul, #header-lang ul.menu li:hover li:hover ul ul, #header-lang ul.menu li:hover li:hover li:hover ul ul,
#header-lang ul.menu li.sfhover ul ul, #header-lang ul.menu li.sfhover ul.sfhover ul ul, #header-lang ul.menu li.sfhover ul.sfhover ul.sfhover ul ul {
	left: -999em;
}

#header-lang ul.menu li:hover > ul, #header-lang ul.menu li:hover ul li:hover > ul, #header-lang ul.menu li:hover ul li:hover ul li:hover > ul, #header-lang ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul,
#header-lang ul.menu li.sfhover ul, #header-lang ul.menu li.sfhover ul li.sfhover ul, #header-lang ul.menu li.sfhover ul li.sfhover ul li.sfhover ul, #header-lang ul.menu li.sfhover ul li.sfhover ul li.sfhover ul li.sfhover ul {
	left: auto;
}

#header-lang ul.menu li:hover ul li:hover ul {
	margin-top: -30px;
	margin-left: 190px;
}

#header-lang ul.menu li li {
    float: none;
    display: block;
}


#header-search .widget {
	padding-right: 15px;
	padding-bottom: 15px;
}
#banner-blocks .n1 > .flexiblemodule { width: 100%; }
#banner-blocks .n2 > .flexiblemodule { width: 50%; }
#banner-blocks .n2 > .flexiblemodule + div { width: 50%; }

#banner-block > div.inner {
	text-align: right;
}

#banner-block .widget {
	padding: 25px;
}

#top-green-wrapper {
	background:  url('images/green-bg.jpg') center center repeat scroll;
	background-size: auto;
	/* Background pattern from subtlepatterns.com */

                    }

#top-green-wrapper > div.inner {
	line-height: 24px;
	font-size: 20px;
	font-family: ubuntumedium;
}
#top-green-blocks .n1 > .flexiblemodule { width: 100%; }
#top-green-blocks .n2 > .flexiblemodule { width: 60%; }
#top-green-blocks .n2 > .flexiblemodule + div { width: 40%; }

#top-green-left .widget {
	padding: 25px;
}

#top-green-right .widget {
	padding-top: 75px;
	padding-right: 25px;
	padding-bottom: 75px;
	padding-left: 25px;
}

#top-green-title .widget {
	padding-top: 75px;
	padding-right: 25px;
	padding-bottom: 75px;
	padding-left: 25px;
}
#top-green-secondrow .n1 > .flexiblemodule { width: 100%; }
#top-green-secondrow .n2 > .flexiblemodule { width: 50%; }
#top-green-secondrow .n2 > .flexiblemodule + div { width: 50%; }
#top-green-secondrow .n3 > .flexiblemodule { width: 33.333333333333%; }
#top-green-secondrow .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#top-green-secondrow .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#top-green-secondrow .n4 > .flexiblemodule { width: 25%; }
#top-green-secondrow .n4 > .flexiblemodule + div { width: 25%; }
#top-green-secondrow .n4 > .flexiblemodule + div + div { width: 25%; }
#top-green-secondrow .n4 > .flexiblemodule + div + div + div { width: 25%; }

#top-green-1 .widget {
	padding: 25px;
}

#top-green-2 .widget {
	padding: 25px;
}

#top-green-3 .widget {
	padding: 25px;
}

#top-green-4 .widget {
	padding: 25px;
}

#wrapper {
	background:  url('images/main-bg.jpg') center center no-repeat scroll;
	background-size: cover;

                    }
#maintop-blocks .n1 > .flexiblemodule { width: 100%; }
#maintop-blocks .n2 > .flexiblemodule { width: 50%; }
#maintop-blocks .n2 > .flexiblemodule + div { width: 50%; }
#maintop-blocks .n3 > .flexiblemodule { width: 33.333333333333%; }
#maintop-blocks .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#maintop-blocks .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#maintop-blocks .n4 > .flexiblemodule { width: 25%; }
#maintop-blocks .n4 > .flexiblemodule + div { width: 25%; }
#maintop-blocks .n4 > .flexiblemodule + div + div { width: 25%; }
#maintop-blocks .n4 > .flexiblemodule + div + div + div { width: 25%; }

#maintop-1 .widget {
	padding: 25px;
}

#maintop-2 .widget {
	padding: 25px;
}

#maintop-3 .widget {
	padding: 25px;
}

#maintop-5 .widget {
	padding: 25px;
}

#maincontent > div.inner {
	padding-top: 25px;
	padding-bottom: 25px;
}

#maintopmodule > div.inner {
	padding: 10px;
}

#centertopmodule > div.inner {
	padding: 25px;
}

#content > div.inner {
	padding: 25px;
}

#centerbottommodule > div.inner {
	padding: 25px;
}

#right .widget {
	padding: 25px;
}

#mainbottommodule > div.inner {
	padding: 10px;
}
#mainbottom-blocks .n1 > .flexiblemodule { width: 100%; }
#mainbottom-blocks .n2 > .flexiblemodule { width: 50%; }
#mainbottom-blocks .n2 > .flexiblemodule + div { width: 50%; }
#mainbottom-blocks .n3 > .flexiblemodule { width: 33.333333333333%; }
#mainbottom-blocks .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#mainbottom-blocks .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#mainbottom-blocks .n4 > .flexiblemodule { width: 25%; }
#mainbottom-blocks .n4 > .flexiblemodule + div { width: 25%; }
#mainbottom-blocks .n4 > .flexiblemodule + div + div { width: 25%; }
#mainbottom-blocks .n4 > .flexiblemodule + div + div + div { width: 25%; }

#mainbottom-1 .widget {
	padding: 25px;
}

#mainbottom-2 .widget {
	padding: 25px;
}

#mainbottom-3 .widget {
	padding: 25px;
}

#mainbottom-5 .widget {
	padding: 25px;
}

#bottom-green-wrapper {
	background:  url('images/green-bg.jpg') center center repeat scroll;
	background-size: auto;
	/* Background pattern from subtlepatterns.com */

                    }

#bottom-green-full .widget {
	padding: 25px;
}
#bottom-green-blocks .n1 > .flexiblemodule { width: 100%; }
#bottom-green-blocks .n2 > .flexiblemodule { width: 50%; }
#bottom-green-blocks .n2 > .flexiblemodule + div { width: 50%; }

#bottom-green-blocks > div.inner {
	padding-top: 25px;
	padding-bottom: 25px;
}

#bottom-green-left .widget {
	padding: 25px;
}

#bottom-green-right > div.inner {
	text-align: right;
}

#bottom-green-right .widget {
	padding: 25px;
}

#footer-wrapper {
	background: #507240;

                    }

#footer-wrapper > div.inner {
	color: #ffffff;
}

#footer-wrapper a {
	color: #ffffff;
}


#footer-wrapper a:hover {
	color: #dfffbf;
}
#footer-blocks .n1 > .flexiblemodule { width: 100%; }
#footer-blocks .n2 > .flexiblemodule { width: 50%; }
#footer-blocks .n2 > .flexiblemodule + div { width: 50%; }
#footer-blocks .n3 > .flexiblemodule { width: 33.333333333333%; }
#footer-blocks .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#footer-blocks .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }

#footer-1-left .widget {
	padding: 25px;
}

#footer-1-left .widget .widget-title {
	color: #ffffff;
}

#footer-2-center > div.inner {
	text-align: center;
}

#footer-2-center .widget {
	padding: 25px;
}

#footer-2-center .widget .widget-title {
	color: #ffffff;
}

#footer-3-right > div.inner {
	text-align: right;
}

#footer-3-right .widget {
	padding: 25px;
}

#footer-3-right .widget .widget-title {
	color: #ffffff;
}
