/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/*******************
	FOND ACCUEIL
*********************/

.home-background {
	height: 980px;
}

.degrad {
	position: absolute;
	top: 950px;
	height: 100px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

/*****************
	Top Navigation
*******************/
#top-navigation-wrap {/* background-color: #e7e7e7;padding:10px 0 10px 0;margin-bottom: 10px; */}

/*user menu*/
#block-system-user-menu h2 {font-size: 14px;font-weight: bold;margin-bottom: 0;line-height: 40px;}
#block-system-user-menu .block-title {float: left;}
#block-system-user-menu ul.menu.nav li {float: left;}

/*login*/
#login ul li{float: left;list-style-type: none}

body {
	background-color: tra;
}

a {
	color: #e01e1f;
	text-decoration: none;
}
a:hover {
	color: #5a5a5a;
	text-decoration: none;
}

h1 {
	margin-top: 10px;
}

h2 {
	color: #e01e1f;
	margin-top: 0;
}

p {color: #5a5a5a;}

.col-md-4.fix {padding: 0;}

/*********************
	HEADER
**********************/

#header-logo {
	height: 188px;
}

@media (min-width: 768px) {

	#header-logo {
		height: 94px;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {

}

#header-logo .col-md-4 {
    height: 94px;
}

.contact span.tel {
    font-size: 20px;
    color: #e01e1f;
    font-weight: bold;
}

.contact span.glyphicon.glyphicon-earphone {
    font-size: 17px;
    color: #e01e1f;
    margin-left: 5px;
}

.contact span.glyphicon.glyphicon-map-marker {
    margin-left: 5px;
}

.contact span.glyphicon.glyphicon-envelope {
    margin-left: 5px;
    color: #e01e1f;
}

.contact a.adresse {
	color: #5a5a5a;
}

.header-logo {
	/* position: absolute; */
	z-index: 3;
	text-align: center;
	width: 100%;
	/* margin-top: -1020px; */
}

.header-logo.accueil {
	margin-top: -980px;
}

.header-logo .container div {
	border-bottom: solid 1px #dadbdd;
	background-color: #fff;
	padding: 10px 15px;
}


/*********************
	NAVBAR
**********************/

.nav-borello {
	/* position: absolute; */
	width: 100%;
	z-index: 2;
}
.nav-borello .container>div{
	/* padding-top: 94px; */
	background-color: rgba(255,255,255,0.8);
}

.navbar {
	margin-bottom: 0;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav>li.home-ico>a {
	color: #e01e1f;
	font-size: 18px;
}

.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #5a5a5a;
	font-weight: bold;
	font-size: 18px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: inherit;
	color: #e01e1f;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #df1e1f;
}

@media (min-width: 768px) {
	.nav>li>a {padding: 10px 5px;}
	.nav-borello .container .col-md-10.col-md-offset-1 {padding-right: 0;padding-left: 0;}
	.container-fluid {padding-right: 0px;padding-left: 0px;}
	.navbar-default .navbar-nav>li>a {font-size: 15px;}
}

@media (min-width: 992px) {
	.nav>li>a {padding: 10px 5px;}
	.nav-borello .container .col-md-10.col-md-offset-1 {/* padding-right: 15px;padding-left: 15px; */}
	.navbar-default .navbar-nav>li>a {font-size: 17px;}
}

@media (min-width: 1200px) {
	.nav>li>a {padding: 10px 15px;}
	.nav-borello .container .col-md-10.col-md-offset-1 {/* padding-right: 15px;padding-left: 15px; */}
	.navbar-default .navbar-nav>li>a {font-size: 18px;}
}

.dropdown-menu {
	border-radius: 0;
}



/*********************
	CAROUSEL
**********************/

.carousel {
	padding-top: 20px;
}

.carousel img {
	display: block;
  max-width: 100%;
  height: auto;
}


#carousel-borello {
	z-index: 0;
}

#views-bootstrap-carousel-1 {
	z-index: 0;
}

/*fade transition*/
.carousel .item {/* -webkit-transition: opacity 1s;-moz-transition: opacity 1s;-ms-transition: opacity 1s;-o-transition: opacity 1s;transition: opacity 1s; */}
.carousel .active.left {/* left:0;opacity:0;z-index:2; */}
/**/

.block-item {
	background-image: linear-gradient( to bottom, rgba(255,255,255,0) 70% , rgba(255,255,255,1) );
}

.caption {
	background-color: #fff;
	/* margin-top: 230px;
	margin-bottom: 280px; */
	padding: 30px;
	text-align: left;
	z-index: 0;
	position: relative;
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {

	.caption::before {
		content:'';
		height: 100%;
		width: 100%;
		z-index: -1;
		background-color: #fff;
		-webkit-transform: skew(-10deg,0deg);
		-moz-transform: skew(-10deg,0deg);
		-ms-transform: skew(-10deg,0deg);
		-o-transform: skew(-10deg,0deg);
		transform: skew(-10deg,0deg);
		position: absolute;
		margin: -30px 0 0 0;
	}
}

@media (min-width: 1200px) {

}

.caption h3, .carousel h3{
	color: #e01e1f;
	font-weight: bold;
	text-shadow: none;
	margin-top: 0;
}
.caption p{
	color: #5a5a5a;
	text-shadow: none;
}

.carousel-control.left {background-image: inherit;}
.carousel-control.right {background-image: inherit;}

.glyphicon-chevron-right:before {
	content: "\e080";
	color: #e01e1f;
}

.glyphicon-chevron-left:before {
	content: "\e079";
	color: #e01e1f;
}

.carousel-indicators li {
	border:1px solid #e01e1f;
}

.carousel-indicators .active {
	background-color: #e01e1f;
}

.carousel-indicators {
	bottom: 130px;
}

.carousel-caption {
	position: inherit;
	right: inherit;
	bottom: inherit;
	left: inherit;
	z-index: inherit;
	padding-top: inherit;
	padding-bottom: inherit;
	color: inherit;
	text-align: inherit;
	text-shadow: inherit;
}

.carousel-caption>h4 {
	display: none;
}

/*********************
	TITRE
**********************/
.fond-titre {
	background-image: linear-gradient( to right, rgba(224,30,31,1) 100% , rgba(255,255,255,0) 50% );
	margin-bottom: 40px;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

	.fond-titre {
		background-image: linear-gradient( to right, rgba(224,30,31,1) 50% , rgba(255,255,255,0) 50% );
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {

}



.fond-titre h1 {
	color: #fff;
	font-size: 24px;
	padding: 10px 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.fond-titre h1 span {
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	padding: 10px 0;
	text-transform: uppercase;
	text-shadow: none;
}

.fond-titre .breadcrumb {
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);

	margin-bottom: inherit;
	list-style: inherit;
	background-color: inherit;
	border-radius: inherit;
}

.fond-titre .breadcrumb span {
	float: left;
	color: rgba(255,255,255,0.5);
}

.fond-titre .breadcrumb , .fond-titre .breadcrumb a{
	color: rgba(255,255,255,0.5);
	text-shadow: none;
}

.fond-titre .breadcrumb a:hover{
	color: #fff;
}

.breadcrumb>.active {
	color: #fff;
}


.fond-titre .breadcrumb .breadcrumb {
	padding: 0;
}

.fond-titre p {
	color: #fff;
	font-size: 16px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
	margin-top: -10px;
	margin-bottom: 20px;
}

/*sstitre*/

.fond-sstitre {
	background-image: linear-gradient( to right, rgba(255,255,255,0) 58.33333333% , rgba(90,90,90,1) 58.33333333%  );
	margin-bottom: 40px;
}

.fond-sstitre p {
	padding: 40px 0 20px 60px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

	.redskew::before {
		content:'';
		height: 100%;
		width: 100%;
		background-color: #e01e1f;
		-webkit-transform: skew(-10deg,0deg);
		-moz-transform: skew(-10deg,0deg);
		-ms-transform: skew(-10deg,0deg);
		-o-transform: skew(-10deg,0deg);
		transform: skew(-10deg,0deg);
		position: absolute;
		margin: 0 0 0 10px;
		z-index: -1;
	}

	.greyskew::before {
		content:'';
		height: 100%;
		width: 100%;
		background-color: #5a5a5a;
		-webkit-transform: skew(-10deg,0deg);
		-moz-transform: skew(-10deg,0deg);
		-ms-transform: skew(-10deg,0deg);
		-o-transform: skew(-10deg,0deg);
		transform: skew(-10deg,0deg);
		position: absolute;
		margin: 0 0 0 10px;
		z-index: -1;
	}
}

@media (min-width: 1200px) {

}



/*modif sous titre*/
.fond-sstitre {
  background-image: none;
  margin-bottom: 40px;
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {
	.greyskew::before {
	  content: '';
	  height: 100%;
	  width: 100%;
	  background-color: inherit;
	  -webkit-transform: skew(-10deg,0deg);
	  -moz-transform: skew(-10deg,0deg);
	  -ms-transform: skew(-10deg,0deg);
	  -o-transform: skew(-10deg,0deg);
	  transform: skew(-10deg,0deg);
	  position: absolute;
	  margin: 0 0 0 10px;
	  z-index: -1;
	}

}

@media (min-width: 1200px) {

}

.fond-sstitre div div>p {
  background-color: rgba(90, 90, 90, 0.5);
  padding: 25px;
}

.fond-sstitre p {
  padding: 0; 
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-shadow: 0PX 0PX 4px #000;
  
}

/*********************
	MAISON
**********************/
.maison {
	position: relative;
	z-index: 1;
	/* margin-top: -130px; */
}

.menu-maison {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-maison.left {
	text-align: right;
}

.menu-maison li a {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	color: #5a5a5a;
	padding: 10px 5px;
	border-bottom: 1px solid #ababab;
}

.menu-maison li a:hover, .menu-maison li a.hovered {
	color: #e01e1f;
	background-color: #ededed;
}

.bull {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #e01e1f;
	border-radius: 10px;
	cursor: pointer;
}

.bullet {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #e01e1f;
	border-radius: 10px;
}

.bullet::before {
	content:'';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #e01e1f;
	border:1px solid #fff;
	border-radius: 10px;
	-webkit-animation: bullet-loop 2s infinite; /* Safari 4+ */
  	-moz-animation:    bullet-loop 2s infinite; /* Fx 5+ */
  	-o-animation:      bullet-loop 2s infinite; /* Opera 12+ */
  	animation:         bullet-loop 2s infinite; /* IE 10+, Fx 29+ */
  	animation-timing-function: ease-out;
}

.bullet::after {
	content:'';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #e01e1f;
	border:1px solid #fff;
	border-radius: 10px;
	-webkit-animation: bullet-loop 1s infinite; /* Safari 4+ */
  	-moz-animation:    bullet-loop 1s infinite; /* Fx 5+ */
  	-o-animation:      bullet-loop 1s infinite; /* Opera 12+ */
  	animation:         bullet-loop 1s infinite; /* IE 10+, Fx 29+ */
  	animation-timing-function: ease-out;
}

.maison-3d {
    display: inline-block;
}

@-webkit-keyframes bullet-loop {
  0%   { width: 12px;height: 12px;border-radius: 10px;opacity: 1; }
  100% { width: 32px;height: 32px;border-radius: 20px;opacity: 0;margin-top: -10px;margin-left: -10px; }
}
@-moz-keyframes bullet-loop {
  0%   { width: 12px;height: 12px;border-radius: 10px;opacity: 1; }
  100% { width: 32px;height: 32px;border-radius: 20px;opacity: 0;margin-top: -10px;margin-left: -10px; }
}
@-o-keyframes bullet-loop {
  0%   { width: 12px;height: 12px;border-radius: 10px;opacity: 1; }
  100% { width: 32px;height: 32px;border-radius: 20px;opacity: 0;margin-top: -10px;margin-left: -10px; }
}
@keyframes bullet-loop {
  0%   { width: 12px;height: 12px;border-radius: 10px;opacity: 1; }
  100% { width: 32px;height: 32px;border-radius: 20px;opacity: 0;margin-top: -10px;margin-left: -10px; }
}

#box {
  -webkit-animation: bullet-loop 5s infinite; /* Safari 4+ */
  -moz-animation:    bullet-loop 5s infinite; /* Fx 5+ */
  -o-animation:      bullet-loop 5s infinite; /* Opera 12+ */
  animation:         bullet-loop 5s infinite; /* IE 10+, Fx 29+ */
}

@media (max-width: 767px) {
	.bull {display: none;}
}

@media (min-width: 768px) {
	.bull.portail 		{top: 157px;left: 300px;}
	.bull.porte-entree 	{top: 142px;left: 45px;}
	.bull.marquise 		{top: 125px;left: 38px;}
	.bull.men-alu 		{top: 133px;left: 167px;}
	.bull.men-pvc 		{top: 60px;left: 211px;}
	.bull.credence 		{top: 150px;left: 77px;}
	.bull.veranda 		{top: 106px;left: 267px;}
	.bull.volet 		{top: 52px;left: 243px;}
	.bull.garde-corps 	{top: 55px;left: 270px;}
	.bull.porte-garage 	{top: 72px;left: 302px;}
	.bull.pare-douche 	{top: 59px;left: 187px;}
}

@media (min-width: 992px) {
	.bull.portail 		{top: 212px;left: 400px;}
	.bull.porte-entree 	{top: 192px;left: 57px;}
	.bull.marquise 		{top: 167px;left: 50px;}
	.bull.men-alu 		{top: 180px;left: 220px;}
	.bull.men-pvc 		{top: 80px;left: 278px;}
	.bull.credence 		{top: 198px;left: 100px;}
	.bull.veranda 		{top: 140px;left: 334px;}
	.bull.volet 		{top: 70px;left: 320px;}
	.bull.garde-corps 	{top: 77px;left: 360px;}
	.bull.porte-garage 	{top: 99px;left: 400px;}
	.bull.pare-douche 	{top: 78px;left: 244px;}
}

@media (min-width: 1200px) {
	.bull.portail 		{top: 258px;left: 482px;}
	.bull.porte-entree 	{top: 232px;left: 67px;}
	.bull.marquise 		{top: 207px;left: 60px;}
	.bull.men-alu 		{top: 230px;left: 262px;}
	.bull.men-pvc 		{top: 102px;left: 336px;}
	.bull.credence 		{top: 241px;left: 117px;}
	.bull.veranda 		{top: 180px;left: 421px;}
	.bull.volet 		{top: 90px;left: 387px;}
	.bull.garde-corps 	{top: 93px;left: 439px;}
	.bull.porte-garage 	{top: 124px;left: 484px;}
	.bull.pare-douche 	{top: 90px;left: 297px;}
}


/*********************
	MAISON 2018
**********************/


@media (max-width: 767px) {
	.maison-2018 .bull {display: none;}
}

@media (min-width: 768px) {
	.maison-2018 .bull.portail 			{top: 157px;left: 300px;}
	.maison-2018 .bull.porte-entree 	{top: 142px;left: 45px;}
	.maison-2018 .bull.marquise 		{top: 125px;left: 38px;}
	.maison-2018 .bull.men-alu 			{top: 133px;left: 167px;}
	.maison-2018 .bull.men-pvc 			{top: 60px;left: 211px;}
	.maison-2018 .bull.credence 		{top: 150px;left: 77px;}
	.maison-2018 .bull.veranda 			{top: 106px;left: 267px;}
	.maison-2018 .bull.volet 			{top: 52px;left: 243px;}
	.maison-2018 .bull.garde-corps 		{top: 55px;left: 270px;}
	.maison-2018 .bull.porte-garage 	{top: 72px;left: 302px;}
	.maison-2018 .bull.pare-douche 		{top: 59px;left: 187px;}
	.maison-2018 .bull.pergola 			{top: 178px;left: 111px;}
}

@media (min-width: 992px) {
	.maison-2018 .bull.portail 			{top: 212px;left: 400px;}
	.maison-2018 .bull.porte-entree 	{top: 192px;left: 57px;}
	.maison-2018 .bull.marquise 		{top: 167px;left: 50px;}
	.maison-2018 .bull.men-alu 			{top: 180px;left: 220px;}
	.maison-2018 .bull.men-pvc 			{top: 80px;left: 278px;}
	.maison-2018 .bull.credence 		{top: 198px;left: 100px;}
	.maison-2018 .bull.veranda 			{top: 140px;left: 334px;}
	.maison-2018 .bull.volet 			{top: 70px;left: 320px;}
	.maison-2018 .bull.garde-corps 		{top: 77px;left: 360px;}
	.maison-2018 .bull.porte-garage 	{top: 99px;left: 400px;}
	.maison-2018 .bull.pare-douche 		{top: 78px;left: 244px;}
	.maison-2018 .bull.pergola 			{top: 240px;left: 145px;}
}

@media (min-width: 1200px) {
	.maison-2018 .bull.portail 			{top: 258px;left: 482px;}
	.maison-2018 .bull.porte-entree 	{top: 232px;left: 67px;}
	.maison-2018 .bull.marquise 		{top: 207px;left: 60px;}
	.maison-2018 .bull.men-alu 			{top: 230px;left: 262px;}
	.maison-2018 .bull.men-pvc 			{top: 102px;left: 336px;}
	.maison-2018 .bull.credence 		{top: 241px;left: 117px;}
	.maison-2018 .bull.veranda 			{top: 180px;left: 421px;}
	.maison-2018 .bull.volet 			{top: 90px;left: 387px;}
	.maison-2018 .bull.garde-corps 		{top: 93px;left: 439px;}
	.maison-2018 .bull.porte-garage 	{top: 124px;left: 484px;}
	.maison-2018 .bull.pare-douche 		{top: 90px;left: 297px;}
	.maison-2018 .bull.pergola	 		{top: 292px;left: 174px;}
}


/*********************
	VIDEO
**********************/
.video p {
	line-height: 24px;
}

.video.technal {
	margin-top: 30px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.container.video {
	margin-bottom: 50px;
}

/*********************
	CATEGORY
**********************/

.header-category {
	position: relative;
	z-index: 1;
	padding-top: 144px;
}

.content-category p{
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}

.content-category .col-md-4.col-sm-6.col-xs-12{
	margin-bottom: 20px;
}

.content-category img{
	position: relative;
}

/*********************
	PRODUIT
**********************/

.produit {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;

}
.produit::before {
	content:'';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #5a5a5a;
	-webkit-transform: skew(-10deg,0deg);
	-moz-transform: skew(-10deg,0deg);
	-ms-transform: skew(-10deg,0deg);
	-o-transform: skew(-10deg,0deg);
	transform: skew(-10deg,0deg);
	left: 90%;
	z-index: 1;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.more {
	position: absolute;
	top: 77%;
	left: 90%;
	color: #fff;
	font-size: 38px;
	z-index: 2;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.more::after {
	content:'PHOTOS';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(-90deg);
	position: absolute;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	font-size: 18px;
	margin: 10px;
}

.produit .titre {
	opacity: 0;
	position: absolute;
	text-shadow: 0 0 5px #000;
	font-size: 18px;
	color: #fff;
	top: 0;
	left: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 50px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.produit:hover .titre {
	opacity: 1;
}

.produit:hover::before {
	left: 80%;
	background-color: #e01e1f;
}

.produit:hover .more {
	left: 80%;
}

.img-prod {
	margin-bottom: 20px;
}

/*********************
	PLUS LABELS
**********************/

.plus-labels {
	margin-top: 50px;
	background-color: #e01e1f;
}

.plus-labels img {
	float: left;
	margin: 0px 0px 20px 0;
}

.plus-labels h2 {
	margin-top: 20px;
	color: #fff;
	padding-left: 15px;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
	float: left;
}
.plus-labels a {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
	float: right;
	line-height: 65px;
	/* margin-right: 55px; */
}

/*********************
	FOOTER
**********************/
.footer {
	margin-top: 0;
	background-color: #5a5a5a;
	padding: 25px 0 50px 0;
	border:0;
}

.footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer ul li a {
	color: #b9b9b9;
	font-size: 12px;
}

.footer ul li a:hover {
	color: #fff;
}

.footer p {
	color: #b9b9b9;
	font-size: 12px;
}

/*********************
	FOOTER BOTTOM
**********************/
.footer-bottom {
	background-color: #403f3f;
	padding: 25px 0 50px 0;
}

.footer-bottom p {
	color: #b9b9b9;
	font-size: 12px;
}




/*********************
	VIDEO RESPONSIVE
**********************/
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

/*********************
	FOOTER
**********************/

