/*
Theme Name: Bootstrap Canvas WP
Theme URI: 
Author: Schon Garcia
Author URI: 
Description: The 2015 theme for WordPress built on Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Version: 1.92
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bootstrapcanvaswp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
	margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
	margin-bottom: 20px;
}

.widget {
	text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
	margin: 4px 0;
}

.comment-list {
	padding: 0;
}

.comment-list, 
.children:nth-child(n+1) {
	list-style: none;
}

/*.langwrap {
	max-width: 960px;
	margin: 0 auto;
}*/

/*.blog-header img {
	border: 5px solid #fff;
}*/

/* Custom */

body {
	background-image: url('img/page_bg.png');
	background-repeat: repeat-x;
}


/* BOUTONS */
.btn-primary {
	background-color: #008c4b;
	border-color: #008c4b;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #02713e;
	border-color: #02713e;
}

#lang_sel_list {
	border: none;
	padding-top: 19px;
	text-align: right;
	overflow: hidden;
}
#lang_sel_list ul {
	float: right;
	list-style-type: none;
	padding: 0px !important;
	margin: 0px !important;
}
#lang_sel_list li {
	float: left;
	position: relative;
}
#lang_sel_list li::before {
	content: "";
}
#lang_sel_list a, #lang_sel_list a:visited {
	display: block;
	font-size: 11px;
	color: rgb(255, 255, 255);
	line-height: 11px;
	padding-left: 5px;
	text-decoration: none;
	background: transparent;
}
#lang_sel_list a.lang_sel_other {
	background-image: none;
	color: rgb(255, 255, 255);
	background-color: rgb(9, 89, 29);
	padding: 9px 8px 8px;
}
#lang_sel_list a.lang_sel_sel {
	background-image: none;
	color: rgb(11, 104, 34);
	background-color: rgb(255, 255, 255);
	padding: 9px 8px 8px;
}

.topbg {
	/*background-image: url('img/t_menu_bg.png');*/
	background-repeat: no-repeat;
	margin-top: -31px;
	/*max-width: 960px;*/
}

@media (min-width: 768px) {
	#lang_sel_list {
		/*border-bottom: 1px solid #FFF;*/
		padding-top: 0;
		height: auto;
		overflow: hidden;
	}
	.topbg {
		margin-top: 0;
	}
}


.blog-header-img {
	position: relative;
	z-index: 20;
}
	.blog-header-img:after {
		content:" ";
		position: absolute;
		top:    -5px;
		right:  -5px;
		bottom: -5px;
		left:   -5px;
		background: #FFF;
		opacity: 1;
		z-index: -1;
	}
.navbar .container {
	background-size: cover;
}

.navbar-inverse {
	background-color: transparent;
}

.nav {
	/*width: 100%;*/
	max-width: 960px;
	margin: 0 auto;
}

.navbar.navbar-inverse .navbar-toggle {
	border-color: rgba(0, 0, 0, 0.2);
	margin-top: 0;
	float: none;
}

.navbar-inverse {
	background-color: transparent;
	padding-bottom: 15px;
}

.navbar-collapse {
	border: none;
	margin-top: 5px;
	margin-left:  -15px;
	margin-right: -15px;
	padding-left: 0;
	padding-right: 0;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a { color:#ffffff; }		 		 		

@media (max-width: 767px) {
	.navbar-nav {
		padding: 10px 0;
	}
	.navbar-collapse {
		background-color: #0F6D33;
	}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus 
	{ background-color:#0B5829 !important; color: #FFF; }
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
		background: #16793C;
	}

	.navbar-nav .open .dropdown-menu {
		background-color: #0F4E27;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #0B3E1F;
	}
}

@media (min-width: 768px) {
	.navbar-inverse {
		padding-bottom: 15px;
	}

	.navbar-collapse {
		margin-top: 15px;
		margin-left:  0;
		margin-right: 0;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding: 10px 13px;
		font-size: 10px;
	}
}

.copy {
	background-color: #fff;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	text-align: center;
}



/* FORMS */

span.wpcf7-list-item {
	display: block;
	margin: 0;
}

label {
	display: block;
}

input[type="checkbox"].form-control, 
input[type="radio"].form-control {
	height: auto;
	width: auto;
	box-shadow: none;
	display: inline-block;
	margin-right: .5em;
}
.wpcf7-checkbox label {
	font-weight: normal;
	font-size: 14px;
}

.sidebar-module h4 {
	background: #009a5d;
	color: #fff;
	padding: 5px;
	height: 27px;
	font-size: 14px;
}

/*.blog-footer .col-sm-3 {
	width: 25%;
}*/

.footer-module img {
	padding-top: 14px;
}

.sub-menu {
	margin-left: 10px;
}

.sub-menu li:before {
	content: '-';
	margin-right: 5px;
}

.blog-header h1 {
	margin: 0;
	padding: 0;
}

.wpb_single_image h2 {
	font-size: 16px;
}

#text_icl-5,
#text_icl-11,
#text_icl-7 {
	/*display: none;*/
}
h4.widget-title,
.textwidget h4 {
	color: #fff;
}
.textwidget p {
	font-size: 10px;
	color: #fff;
}

.textwidget p a,
.textwidget h4 a{
	color: #fff;
}

.soc {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}

.soc li {
	float: left;
	margin-left: 10px;
}

.soc li a span.txt{
	margin-top: 5px;
}

.fa-facebook-square {
	color: #3B5998;
}

.fa-google-plus-square {
	color: #d34836;
}

.soc li i {
	font-size: 28px;
}


@media (max-width: 767px) {
	.comment-list, 
	.children:nth-child(n+1) {
		padding: 0;
  	}
  	.blog-footer .col-sm-3:nth-child(odd) {
  		clear: left;
  	}
}
