/*
Theme Name: I Love Cheese
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Kweetix
Author URI: http://www.kweetix.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentythirteen

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.
*/

body {
    font-family: "Raleway";
	font-size: 14px;
	color: #000000;
    background-color: #222731;
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

a,
a:hover,
a:focus {
    color: #000000;
}

a img {
    border: none;
}

h1 {
    font-family: "Fredericka the Great", "Raleway";
    font-size: 40px;
    font-weight: normal;
	text-transform: uppercase;
    color: #ffffff;
	margin-top: 40px;
	margin-bottom: 40px;
}

.container > h1 {
    text-shadow: 0 0 10px #000000, 2px 2px 10px #000000, -2px -2px 10px #000000;
}

h2 {
	font-family: "Raleway";
    font-size: 24px;
    font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-family: "Raleway";
    font-size: 18px;
    font-weight: normal;
	text-transform: uppercase;
}

h1 small,
h2 small,
h3 small {
    color: #000000;
}

h1 small {
	font-size: 40px;
	color: #f2a500;
}

label {
	font-weight: normal;
	text-align: left !important;
}

.container {
	max-width: 990px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
	font-weight: 600;
    text-transform: uppercase;
	color: #ffffff;
	background-color: #050505;
	border-color: #050505;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
	background-color: #f2a500;
	border-color: #f2a500;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}

.popover {
	font-family: "Raleway";
}

.thumbnail {
	background: none;
    border: none;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}

.thumbnail .image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
    height: 220px;
	overflow: hidden;
}

.thumbnail .image img {
	margin: 0 auto;
}

.thumbnail .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.thumbnail .caption h3 {
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 10px #000000, 2px 2px 10px #000000, -2px -2px 10px #000000;
    color: #ffffff;
    min-height: 34px;
    margin: 2px 0 0 4px;
    padding: 5px 5px 5px 40px;
	-webkit-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
}

.thumbnail.recipe .caption h3 {
	background: url(./images/recipe.png?ver=2) no-repeat top left;
}

.thumbnail.product .caption h3 {
	background: url(./images/product.png?ver=2) no-repeat top left;
}

.thumbnail.article .caption h3 {
	background: url(./images/article.png?ver=2) no-repeat top left;
}

.thumbnail.article2 .caption h3 {
    background: url(./images/article2.png?ver=2) no-repeat top left;
}

.thumbnail.thumbnail-lg .image {
	height: 470px;
}

.thumbnail.thumbnail-lg .caption h3 {
    font-size: 20px;
    min-height: 71px;
	margin: 5px 0 0 7px;
    padding: 7px 7px 7px 80px;
}

.thumbnail.thumbnail-lg.recipe .caption h3 {
	background: url(./images/recipe-lg.png) no-repeat top left;
}

.thumbnail.thumbnail-lg.product .caption h3 {
	background: url(./images/product-lg.png) no-repeat top left;
}

.thumbnail.thumbnail-lg.article .caption h3 {
	background: url(./images/article-lg.png) no-repeat top left;
}

.thumbnail:hover .caption {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.thumbnail:hover .caption h3 {
      /*
      margin-top: 10px;
      -webkit-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
      */
      animation-name:animtitle;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
      animation-fill-mode:forwards;
      }
@keyframes animtitle {
    0%   {margin-top:2px; }
    75%  {
            margin-top: 20px;
            }
   100% {
            margin-top: 15px;
            -webkit-animation-timing-function: ease-out;
            }
}

.thumbnail.thumbnail-lg:hover .caption h3 {
      /*margin-top: 15px;
      */
      animation-name:animtitle-lg;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
      animation-fill-mode:forwards;
}
@keyframes animtitle-lg {
    0%   {margin-top:5px; }
    75%  {
            margin-top: 30px;
            }
   100% {
            margin-top: 25px;
            -webkit-animation-timing-function: ease-out;
            }
}


.has-error .control-label, .has-error .checkbox, .has-error .checkbox-inline, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #cf1d31;
}

.has-error .form-control {
	border-color: #cf1d31;
}

.alert-danger {
	color: #cf1d31;
}

.breadcrumb, .breadcrumb > a {
	color: #999!important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #FFF;
	padding: 0;
}

/* --- Header --- */

.site-header > .container {
	position: relative;
}

.navbar-header {
	text-align: center;
    min-height: 115px;
	float: none;
}

.navbar-brand {
	float: none;
    display: block;
}

.navbar-brand img {
	display: inline;
}

.site-header nav {
	background: #ffffff;
}

.navbar-nav > li > a {
    font-size: 13px;
	font-weight: 600;
    text-transform: uppercase;
	padding: 12px 20px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.current-menu-item > a {
    color: #f2a500;
	background: none;
}

.navbar-toggle {
    border-color: #ffffff;
    border-radius: 0;
	margin-left: 8px;
	margin-right: 0;
	float: left;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-profile {
	font-size: 12px;
	color: #ffffff;
	border-radius: 10px;
    padding: 7px 10px;
	position: absolute;
	top: 45px;
	left: 0px;
}

.navbar-profile > p > span {
	font-size: 14px;
	text-transform: uppercase;
    color: #f2a500;
}

.navbar-profile a {
	color: #ffffff;
	margin-top: 5px;
	display: block;
}

.navbar-profile .fb-login-button {
	vertical-align: middle;
	margin-top: 5px;
	display: block;
}

.navbar-language {
    margin: 0;
	position: absolute;
    top: 8px;
	right: 8px;
}

.navbar-language > li {
    padding: 0
}

.navbar-language > li > a {
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	color: #ffffff;
	border: solid 1px #ffffff;
	border-radius: 15px;
    width: 30px;
    height: 30px;
	display: block;
}

.navbar-language > li.current-lang > a {
	color: #000000;
	background-color: #ffffff;
}

.search-form {
    font-size: 12px;
	text-align: center;
    color: #ffffff;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 10px;
	width: 230px;
    height: 90px;
    padding: 7px 10px;
	position: absolute;
	top: 10px;
	left: 345px;
}

.search-form > p {
	font-size: 14px;
    text-transform: uppercase;
    color: #f2a500;
}

.panel-counter {
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 10px;
	width: 170px;
    height: 90px;
    padding: 15px;
	position: absolute;
	top: 10px;
	left: 585px;
}

.panel-counter .fa {
	margin-right: 7px;
}

.panel-counter .panel-counter-member {
	margin-top: 15px;
}

.site-header .facebook {
	position: absolute;
	top: 60px;
    right: 8px;
    z-index: -1;
}

.navbar-facebook {
	position: absolute;
	top: 10px;
	display: block;
}

.navbar-instagram {
    position: absolute;
    top: 40px;
    display: block;
}

@media (min-width: 768px) {
    .navbar-brand  {
		margin-left: 250px;
	}

    .navbar-nav > li:first-child > a {
        padding-left: 0;
    }

    .navbar-language {
        margin: 0;
	    position: absolute;
        top: 8px;
	    right: 8px;
	    top: 10px;
	    right: 15px;
    }
	
	.navbar-profile {
		text-align: center;
		background-color: rgba(80, 80, 80, 0.5);
		width: 320px;
		height: 90px;
		top: 10px;
		left: 15px;
	}
	
	.navbar-profile a,
	.navbar-profile .fb-login-button {
		margin-top: 0;
		display: inline-block;
	}

    .site-header .facebook {
	    top: 50px;
	    right: 15px;
    }
	
	.navbar-facebook {
		right: 380px;
	}
    
    .navbar-instagram {
        right: 380px;
    }
}

@media (min-width: 1024px) {
	.navbar-brand  {
		position: absolute;
        bottom: -10px;
        right: 0;
	}

    .site-header .facebook {
	    top: 10px;
        left: 725px;
    }
	
	.navbar-facebook {
		right: 180px;
	}
    
    .navbar-instagram {
        right: 180px;
    }
}

@media (min-width: 1200px) {
    .site-header nav {
	    background: url(./images/menu.png?ver=2);
		background-repeat: repeat-y;
		background-position: calc(50% - 100px) 50%;
    }
	
	.site-header .facebook {
        left: 725px;
    }
	
	.navbar-facebook {
		right: 200px;
	}
    
    .navbar-instagram {
        right: 200px;
    }
}

/* --- Footer --- */

.site-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

.cookies {
	font-size: 10px;
	color: #ffffff;
	background-color: #050505;
	padding: 5px 0;
}

.cookies .btn {
	font-size: 10px;
}

.copyright {
	font-size: 12px;
	color: #ffffff;
	background-color: #050505;
	padding: 10px 0;
}

.copyright .logo {
	float: left;
}

.copyright .baseline {
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}

.copyright .jobs {
	margin-left: 15px;
	float: right;
}

.copyright .list-inline {
	margin-top: 10px;
	float: right;
}

.copyright .list-inline > li > a {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

/* --- Home --- */

.site-main {
	padding-bottom: 120px;
}

.banner-top {
	margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}

.banner-top .caption {
    color: #ffffff;
    padding: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    overflow: hidden;
}

.carousel-indicators {
	width: 60px;
	left: auto; 
	right: 10px;
	top: 10px;
}

.carousel-indicators li {
	border-color: #2e2e2e;
}

.carousel-indicators li.active {
	background-color: #2e2e2e;
}

.home-nav .caption h3 {
    font-size: 22px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.site-main {
		padding-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.banner-top .caption {
		left: 65%;
	}
}

/* --- Product / Article / Recipe --- */

.article-content .article-content-inner {
	background-color: #ffffff;
    margin-bottom: 30px;
	padding: 20px;
}

.article-content h1 {
    font-family: Raleway;
    font-size: 30px;
    color: #000000;
    min-height: 71px;
    margin: 0 0 20px 0;
    padding-right: 80px;
}

.article-content .overview {
    margin-left: -20px;
    margin-right: -20px
}

.article-content .overview > div {
    padding-left: 0;
    padding-right: 0;
}

.article-content .overview > div > img {
	display: none;
}

.article-content .overview .image {
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.article-content .overview h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-content .overview > div:nth-child(2) {
	background: #d3d3d3;
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 10%, #ffffff 85%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 10%,#ffffff 85%,#eeeeee 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 10%,#ffffff 90%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
    height: 300px;
}

.article-content .feature {
    margin-top: 20px;
}

.article-content .feature h2 {
    margin-top: 0;
}

.article-content .feature > div {
    border-right: solid 1px #4e4e4e;
}

.article-content .feature > div:last-child {
    border: none;
}

.article-content .feature > div:nth-child(2) > h2 {
    text-transform: none;
}

.article-content .calculator {
    margin-top: 30px;
}

.article-content .calculator #numberOfPersons {
    font-size: 100px;
    line-height: 60px;
}

.article-content .calculator .fa-plus,
.article-content .calculator .fa-minus {
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    border: solid 1px #000000;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.article-content .calculator .fa-plus:hover,
.article-content .calculator .fa-minus:hover {
    text-decoration: none;
}

.article-content .list-unstyled {
    padding-left: 0 !important;
}

.article-content .list-unstyled > li {
	margin-bottom: 5px;
}

.article-content .list-unstyled > li > label {
	margin-bottom: 0;
}

.article-content .list-unstyled.category > li {
	text-transform: uppercase;
}

.article-content .list-unstyled.category > li > label {
	font-weight: 600;
	display: block;
}

.article-content .list-unstyled.ingredient > li > span {
    font-weight: 600;
}

.article-content .list-inline {
    margin-top: 20px;
	padding-left: 0 !important;
    float: right;
}

.article-content .list-inline > li {
	font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.article-content .list-inline > li .fa {
    font-size: 24px;
    vertical-align: sub;
    margin-left: 5px;
}

.article-content .triangle-top {
    border-style: solid;
    border-width: 100px 200px 0 0;
    border-color: #000000 transparent transparent transparent;
    width: 0;
    height: 0;
    margin-left: -20px;
}

.article-content .triangle-bottom {
    border-style: solid;
    border-width: 0 0 100px 200px;
    border-color: transparent transparent #000000 transparent;
    width: 0;
    height: 0;
    margin-right: -20px;
    margin-bottom: -20px;   
}
.article-content a {
	color: #420701;
	font-weight: 600;
	}
.owl-carousel-item {
    padding: 0 20px;
    position: relative;
}

.owl-carousel-image > a > img {
	max-width: 80%;
	height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.owl-controls .owl-buttons div {
	font-family: FontAwesome;
	font-size: 50px;
    color: #000000;
	position: absolute;
	top: 0;
}

.owl-controls .owl-buttons .owl-prev {
	left: 10px;
}

.owl-controls .owl-buttons .owl-prev:before {
	content: "\f0d9";
}

.owl-controls .owl-buttons .owl-next {
	right: 10px;
}

.owl-controls .owl-buttons .owl-next:before {
	content: "\f0da";
}

.article-content.recipe h1,
.article-content.recipe h2,
.article-content.recipe h2 small,
.article-content.recipe h3,
.article-content.recipe .calculator #numberOfPersons,
.article-content.recipe .list-unstyled.category > li > label,
.article-content.recipe .list-unstyled.ingredient > li > span,
.article-content.recipe .list-inline > li .fa,
.article-content.recipe .owl-controls .owl-buttons div {
    color: #f59409;
}

.article-content.recipe h1 {
	background: url(./images/recipe-lg.png) no-repeat top right;
}

.article-content.recipe .calculator .fa-plus,
.article-content.recipe .calculator .fa-minus {
    color: #f59409;
    border-color: #f59409;
}

.article-content.recipe .triangle-top {
    border-color: #f59409 transparent transparent transparent;
}

.article-content.recipe .triangle-bottom {
    border-color: transparent transparent #f59409 transparent;
}

.article-content.product h1,
.article-content.product h2,
.article-content.product h2 small,
.article-content.product h3,
.article-content.product .calculator #numberOfPersons,
.article-content.product .list-unstyled.category > li > label,
.article-content.product .list-unstyled.ingredient > li > span,
.article-content.product .list-inline > li .fa,
.article-content.product .owl-controls .owl-buttons div {
    color: #bb3d00;
}

.article-content.product h1 {
	background: url(./images/product-lg.png) no-repeat top right;
}

.article-content.product .calculator .fa-plus,
.article-content.product .calculator .fa-minus {
    color: #bb3d00;
    border-color: #bb3d00;
}

.article-content.product .triangle-top {
    border-color: #bb3d00 transparent transparent transparent;
}

.article-content.product .triangle-bottom {
    border-color: transparent transparent #bb3d00 transparent;
}

.article-content.article h1,
.article-content.article h2,
.article-content.article h2 small,
.article-content.article h3,
.article-content.article .calculator #numberOfPersons,
.article-content.article .list-unstyled.category > li > label,
.article-content.article .list-unstyled.ingredient > li > span,
.article-content.article .list-inline > li .fa,
.article-content.article .owl-controls .owl-buttons div {
    color: #660000;
}

.article-content.article h1 {
	background: url(./images/article-lg.png) no-repeat top right;
}

.article-content.article .calculator .fa-plus,
.article-content.article .calculator .fa-minus {
    color: #660000;
    border-color: #660000;
}

.article-content.article .triangle-top {
    border-color: #660000 transparent transparent transparent;
}

.article-content.article .triangle-bottom {
    border-color: transparent transparent #660000 transparent;
}

.article-aside > div {
    margin-bottom: 30px;
}

.article-aside h2 {
    font-size: 30px;
    font-weight: 500;
    background-color: #ffffff;
    width: 100%;
    height: 220px;
    margin: 0;
    padding: 15px;
    position: relative;
}

.article-aside .triangle-bottom {
    border-style: solid;
    border-width: 0 0 50px 100px;
    border-color: transparent transparent #444545 transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.article-aside .owl-carousel-item {
    padding: 0;
}

.article-aside .owl-carousel-image > a  {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
    height: 220px;
    display: block;
	overflow: hidden;
}

.article-aside .owl-carousel-caption {
    padding: 9px;
    position: absolute;
    top: 2px;
    left: 4px;
}

.article-aside .owl-carousel-caption h3 {
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 10px #000000, 2px 2px 10px #000000, -2px -2px 10px #000000;
    color: #ffffff;
    min-height: 34px;
    margin: 0;
    padding: 5px 5px 5px 40px;
}

.article-aside .owl-controls .owl-buttons div {
	top: 80px;
}

.article-aside .recipe h2 {
    color: #ffffff;
    background-color: #f59409;
}

.article-aside .recipe .owl-carousel-caption h3 {
	background: url(./images/recipe.png) no-repeat top left;
}

.article-aside .recipe .owl-controls .owl-buttons div {
    color: #f59409;
}

.article-aside .article h2 {
    color: #ffffff;
    background-color: #660000;
}

.article-aside .article .owl-carousel-caption h3 {
	background: url(./images/article.png) no-repeat top left;
}

.article-aside .article .owl-controls .owl-buttons div {
    color: #660000;
}

/* --- Articles / Recipes / Brands / Brand / Page --- */

.brand-list {
    padding-top: 20px;
}

.brand-list > div {
	height: 160px;
    margin-bottom: 15px;
	overflow: hidden;
}

.brand-list > div > a > img {
	width: auto;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
    display: block;
}

.brand-detail > div:first-child {
	float: right;
}

.brand-nav .thumbnail .image {
    background-position: bottom;
}

.brand-nav .caption h3 {
    font-size: 24px;
	text-shadow: none;
    padding-left: 0;
}

.brand-nav .caption h3 small {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}

.panel-search {
    margin-top: 40px;
    margin-bottom: 40px;
}

.panel-search .form-group {
    margin-right: 15px;
}

.panel-search label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

.panel-search .filter {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: solid 1px #ffffff;
    border-radius: 0;
    padding: 10px 20px;
}

.panel-search .dropdown-menu {
    background-color: #ffffff;
    border-radius: 0;
}

.panel-search .dropdown-menu > li > a {
    text-transform: uppercase;
    color: #000000;
    background: none;
    border: none;
}

.page .article-content {
	margin-top: 60px;
	position: relative;
}

.page .article-content.noblock {
	margin-top: 0;
}

/* --- Login --- */

.panel-login {
	background-color: #ffffff;
	border-top: solid 8px #cf1d31;
	height: 280px;
	margin-bottom: 20px;
	padding: 10px 25px;
	position: relative;
}

.panel-login h2 {
	margin-top: 10px;
}

.panel-login .picto {
	width: 101px;
	height: 64px;
	position: absolute;
	right: 20px;
	top: -8px;
}

.panel-login .picto-login {
	background: url(./images/login-2.png) no-repeat top left;
}

.panel-login .picto-register {
	background: url(./images/login-1.png) no-repeat top left;
}

.panel-login .image,
.panel-register .image {
	background: url(./images/login-3.png) no-repeat top left;
	width: 100%;
	height: 82px;
}

.panel-login  form {
	margin-top: 35px;
}

.panel-login label {
	width: 150px;
}

.panel-login .input {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	height: 34px;
	padding: 6px 12px;
}

.panel-login .input:focus {
	border-color: #cccccc;
	border-color: rgba(204, 204, 204, .8);
	outline: 0;
	-webkit-box-shadow: 0 0 8px rgba(204, 204, 204, .6);
	box-shadow: 0 0 8px rgba(204, 204, 204, .6);
}

.panel-login .btn,
.panel-login .button-primary {
	position: absolute;
	bottom: 15px;
	right: 25px;
}

.panel-login .button-primary,
.panel-login .button-primary:focus {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
    text-transform: uppercase;
	color: #ffffff;
	background-color: #050505;
	border-color: #050505;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 5px 10px;
	float: right;
}

.panel-login .forgot {
	color: #585143;
}

.panel-login.has-error {
	height: auto;
}

.panel-login.has-error form {
	margin-top: 0;
}

/* --- Register --- */

.panel-register,
.panel-myaccount {
	background-color: #ffffff;
	border-top: solid 8px #cf1d31;
	margin-top: 60px;
	margin-bottom: 40px;
	padding: 10px 25px;
	position: relative;
}

.panel-register h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.panel-register .picto {
	background: url(./images/login-2.png) no-repeat top left;
	width: 101px;
	height: 64px;
	position: absolute;
	right: 20px;
	top: -8px;
}

/* --- Comments --- */

.comments-area {
    background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 30px;
	padding: 10px;
}

.comment-respond {
	background-color: #ffffff;
	padding: 20px;
}

.comments-area h3 {
	margin-top: 0;
}

.comments-area label {
	vertical-align: top;
	width: 150px;
	margin-top: 4px;
}

.comments-area input[type=text],
.comments-area input[type=url],
.comments-area input[type=email],
.comments-area textarea {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	height: 34px;
	padding: 6px 12px;
}

.comments-area textarea  {
	height: auto;
}

.comments-area input[type=text]:focus,
.comments-area input[type=url]:focus,
.comments-area input[type=email]:focus,
.comments-area textarea:focus {
	border-color: #cccccc;
	border-color: rgba(204, 204, 204, .8);
	outline: 0;
	-webkit-box-shadow: 0 0 8px rgba(204, 204, 204, .6);
	box-shadow: 0 0 8px rgba(204, 204, 204, .6);
}

.comments-area input[type=submit],
.comments-area input[type=submit]:focus {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
    text-transform: uppercase;
	color: #ffffff;
	background-color: #050505;
	border-color: #050505;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 5px 10px;
}

.comments-area .form-allowed-tags,
.comments-area .comment-form-url {
	display: none;
}

/* --- Special --- */

.article-content h3 {
	clear: both;
}

.article-content blockquote {
	font-size: 14px;
	font-style: italic;
	background: url(./images/quotes.jpg) no-repeat left top;
	border-left: none;
	width: 280px;
	margin: 0;
	padding: 20px 0 0 0;
	text-indent: 50px;
	float: right;
}

.article-content blockquote+p {
	clear: both;
}

.article-content img {
	max-width: 100%;
	height: auto;
}

.article-content h2+p > img {
	padding-bottom: 25px;
}

.article-content h3.frommois {
	font-size: 14px;
	color: #5a4d49;
	background: url(./images/back-titre.png) top left no-repeat;
	height: 54px;
	padding-top: 18px;
	text-indent: 25px;
	display: block;
}

.article-content h3.astuce {
	font-size: 14px;
	color: #FFFFFF;
	background: url(./images/back-astuce.jpg) top left no-repeat;
	height: 48px;
	padding-top: 18px;
	text-indent: 70px;
	display: block;
}

.article-content h3.sstitre,
.article-content th.sstitre {
	font-size: 14px;
	color: #5a4d49;
	background: url(./images/back-sous-titre.png) top left no-repeat;
	height: 30px;
	padding-top: 7px;
	text-indent: 25px;
	display: block;
}

.article-content th.sstitre {
	background: url(./images/back_tab.png) top left no-repeat;
	min-width: 131px;
}

.article-content ul {
	padding-left: 15px;
}

.article-content  ol {
	/*list-style: none;
	list-style-type: none;*/
	padding-left: 15px;
}
ol.comment-list {
	list-style: none;
	list-style-type: none;
}
.article-content ul > li,
.article-content  ol > li {
	margin-bottom: 5px;
}

/* --- Profile --- */

.panel-myaccount h1 {
    font-family: Raleway;
    color: #000000;
    margin: 20px 0;
}

#profileTabs {
    border-bottom: none;
    margin-top: 40px;
}

#myProfileTab, #questionnaireTab, #myFriendsTab, #mySubscribersTab, #myCouponsTab, #reportsTab, #myAccountTab {
    margin-top: 0px;
}

#profileTabs > li > a {
	color: #ffffff;
}

#profileTabs > li.active > a,
#profileTabs > li > a:hover {
	color: #000000;
}

.questionnaire-panel {
    background-color:#ede4df; 
    border-radius:20px; 
    padding:20px;
}

.thumbnail.article.friend {
    height: auto;
}

.thumbnail.article.friend .caption {
    height: 100px;
}

/* --- Jobs --- */

#jobs .links {
	background-color: #ede7e1;
    box-shadow: 1px 1px 12px #555;
	width: 600px;
	margin: 0 auto;
	padding: 20px 0;
    border-radius: 10px;
	position: relative;
	top: 50px;
}

#jobs .links ul {
    margin-bottom: 0;
}

#jobs .links ul li {
    vertical-align: top;
	margin-left: 30px;
    margin-bottom: 0px;
    display: inline-block;
}

#jobs .links ul li a {
	font-size: 16px;
    color: #62514a;
}

#jobs .links ul li a.active {
	color: #ffffff;
	background-color: #f2a500;
	border-radius: 10px;
    padding: 8px;
}

/* --- Popups --- */

.spu-box {
	text-align: center;
	border-radius: 0;
	padding: 0;
}

.spu-box h1 {
	font-size: 52px;
	color: #000000;
}

.spu-box h1 small {
	font-size: 24px;
	color: #000000;
}

.spu-box h2 {
    font-size: 30px;
    font-weight: 600;
	text-align: left;
	color: #f2a500;
	margin-left: 25px;
}

.spu-box h2 small {
	color: #f2a500;
}

.spu-box ul {
	font-weight: 600;
	text-align: left;
    list-style-type: none;
	padding-left: 25px;
}

.spu-box ul > li {
	background-image: url(./images/bullet.jpg);
	background-repeat: no-repeat;
	padding: 7px 0 7px 35px;
}

.spu-box .btn-lnk {
	text-decoration: underline;
}

.spu-close {
	font-size: 18px;
	text-shadow: none;
	background-color: #000000;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 5px;
	top: -10px;
	right: -10px;
	opacity: 1;
}

.spu-close:hover {
	opacity: 1;
}

.spu-close .spu-icon {
	color: #ffffff;
}
