/*
Theme Name: Adrico
Theme URI: http://umbrella.al
Description: Quantum Theme
Author: Umbrella
Version: 2.1.5
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: repsonsive, clean, modern
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 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;
}

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

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 {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky, .bypostauthor, .gallery-caption { font-size: 11px; }

/* =WordPress Core
-------------------------------------------------------------- */


/* Default Style
-------------------------------------------------------------- */
h1, 
.h1 {
  font-size: 18px;
}

h2, 
.h2 {
  font-size: 18px;
}


/* Home Slider
-------------------------------------------------------------- */
.page-template-template-home-slider .slides-wrapper {
	height:200px;
	margin:10px 0 30px 0;
}
.page-template-template-home-slider #slides {
	position:relative !important;
	z-index:auto !important;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 480px) { 
	.page-template-template-home-slider .slides-wrapper {
		height:300px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.page-template-template-home-slider .slides-wrapper {
		/*height:546px;*/
		height:350px;
		margin:20px 0 30px 0;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.page-template-template-home-slider .slides-wrapper {
		/*height:658px;*/
		height:460px;
		margin:30px 0 30px 0;
	}
}


/* Menu
-------------------------------------------------------------- */
.navbar-nav > li > .dropdown-menu li {
  margin-top: 0;
}

@media (min-width: 1200px){
	.nav > li > a {
		padding-left:10px;
		padding-right:10px;	
	}
}
.navbar-nav li a:after {
  content: none;
}
.dropdown-menu {
	left:8px;
}
@media (min-width: 769px){
	.caret {
		display:none;
	}
}

/* Header
-------------------------------------------------------------- */
.menu_centered{
	padding-right: 15px;
	padding-left: 15px;
}

.header .logo > a,
.header .responsive_logo > a {
  color: #000;
  font-family: Playfair Display;
  font-size: 30px;
  font-style: italic;
}


/* Pages
-------------------------------------------------------------- */
.page_top {
    margin-top: 20px;
    margin-bottom: 20px;
}

.default_top {
  margin-top: 20px;
  margin-bottom: 20px;
}


/* Outils
-------------------------------------------------------------- */
div.row.clients_container {
   margin-top: 0;
	 margin-bottom:0;
}

.logo_holder {
  margin-top: 0;
	margin-bottom:30px;
  height: auto;
}

.logo_holder img {
    max-width: 100%;
		height:auto;
    display: block;
		opacity:1;
		transition:none;
    -webkit-transition:none;
    -o-transition:none;
    -moz-transition:none;
    -ms-transition:none;
}


/* Presse
-------------------------------------------------------------- */
.page-template-template-press .logo_holder:hover {
  border: 2px solid #000000;
}

@media (min-width: 768px) {
    .page-template-template-press .logo_holder img {
        height: 279px;
    }
}
@media (min-width: 992px) {
    .page-template-template-press .logo_holder img {
        height: 269px;
    }
}
@media (min-width: 1200px) {
    .page-template-template-press .logo_holder img {
        height: 334px;
    }
}


/* Projects
-------------------------------------------------------------- */
.projects.row {
  margin-left: -3px;
  margin-right: -3px;
}

.projects .project_con {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}

div.project_desc {
   margin-top: 30px;
}

.project_con .post_thumb {
  position: relative;
}

.project_con .post_thumb_holder {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  opacity: 1
}

.project_con .post_thumb_holder:hover {
  opacity: 0;
  transition:opacity .2s ease-in-out;
  -webkit-transition:opacity .2s ease-in-out;
  -o-transition:opacity .2s ease-in-out;
  -moz-transition:opacity .2s ease-in-out;
  -ms-transition:opacity .2s ease-in-out;
}

.project_con .post_thumb_content {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project_con .post_thumb_content ul {
  padding: 0;
  margin: 0;
}

.project_con .post_thumb_content ul li{
  color: #fff;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0px;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
  font-size: 28px;
  font-family: 'Playfair Display', serif;
}

.project_con .post_thumb_content ul li span {
  color: #ffffff;
  font-size: 13px;
  text-transform: none;
}

/* Projects detail
-------------------------------------------------------------- */
.project_detail.row {
  margin-left: -3px;
  margin-right: -3px;
}

.project_detail .project_con {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}

.project_desc .content_desc {
  padding-bottom: 30px;
}

.project_desc .content_desc p {
  text-align: justify;
}

.project_desc .show_features {
  position: relative;
  bottom: 0;
}

.project_desc .show_features a {
  display: block;
  padding: 17px 17px;
  font-size: 13px;
  font-weight: 400;
  color: #787878;
  border: 1px solid #dfdfdf;
  text-transform: uppercase;
  position: relative;
}

.project_desc .show_features a.active, 
.project_desc .show_features a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

.project_desc .show_features a i {
  position: absolute;
  font-size: 18px;
  color: #787878;
  top: 50%;
  margin-top: -9px;
  right: 17px;
}

.project_desc .show_features div.section_content {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 55px;
}

.project_desc .show_features div.section_content table {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  background: #ffffff;
}

.project_desc .show_features div.section_content table td:nth-of-type(2n) {
  text-align: right;
}

.project_desc .show_features div.section_content table td {
  padding: 8px 20px;
  color: #686868;
}

.project_desc .show_features div.section_content table tr:nth-child(2n) td {
  background-color: #f9f9f9;
}


/* Techniques
-------------------------------------------------------------- */
.s_global {
  padding-bottom: 50px;
}

.s_global h4 {
  font-weight: 300;
}


/* Bois
-------------------------------------------------------------- */
.page-template-template-bois .slides-wrapper {
  height:300px;
}
.page-template-template-bois #slides {
  position:relative !important;
  z-index:auto !important;
}

@media (min-width: 768px) { 
  .page-template-template-bois .slides-wrapper {
    /*height:422px;*/
  }
}

@media (min-width: 992px) { 
  .page-template-template-bois .slides-wrapper {
    height:250px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.page-template-template-bois .slides-wrapper {
    height:250px;
  }
}

.block_bottom {
  margin-top: 30px;
}

/* Footer
-------------------------------------------------------------- */
.sidebar1 {
    padding-top: 90px;
}


/* Embed content
-------------------------------------------------------------- */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Diaporama
-------------------------------------------------------------- */
#slides a.nav {
  position: relative;
  display: none;
  color: white;
  outline: none;
  top: 50%;
  margin-top:-40px;
  position: absolute;
  z-index: 999;
}
#slides a.prev {
  left: 0;
}
#slides a.next {
  right: 0;
}
#slides:hover a.nav {
  display: inline-block;
}
#slides a.nav i{
    color: #fff;
    font-size: 50px;
    padding: 15px;
    opacity: 0.8;
    transition:all .1s ease-in-out;
    -webkit-transition:all .1s ease-in-out;
    -o-transition:all .1s ease-in-out;
    -moz-transition:all .1s ease-in-out;
    -ms-transition:all .1s ease-in-out;
}
#slides a.nav i:hover{
    opacity: 1;
}

/* Fancybox
-------------------------------------------------------------- */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.6);
}
#fancybox-loading {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  opacity: 1;
  height: 100%;
  width: 100%;
}
#fancybox-loading div {
  background: none;
  position:absolute;
  top:50%;
  left:50%;
  width:40px;
  height:40px;
  margin:-20px 0 0 -20px;
  border-width: 3px;
  border-style:solid;
  border-color: transparent transparent rgba(255,255,255,.7) rgba(255,255,255,.7);
  opacity:.9;
  border-radius:20px;
  -webkit-animation:rotate 1s linear infinite;
  -moz-animation:rotate 1s linear infinite;
  -o-animation:rotate 1s linear infinite;
  -ms-animation:rotate 1s linear infinite;
}
.fancy-new-nav {
  cursor: pointer;
  /*height: 100%;*/
  position: fixed;
  text-decoration: none;
  top: 0;
  /*width: 40%;*/
  z-index: 8040;
}
.fancy-new-nav i {
    color: #fff;
    font-size: 50px;
    padding: 15px 15px 15px 15px;
    margin-top: -21px;
    position: fixed;
    top:50%;
    opacity: 0.8;
    transition:all .1s ease-in-out;
    -webkit-transition:all .1s ease-in-out;
    -o-transition:all .1s ease-in-out;
    -moz-transition:all .1s ease-in-out;
    -ms-transition:all .1s ease-in-out;
}
.fancy-new-close i {
    color: #fff;
    font-size: 35px;
    margin-top: -25px;
    position: fixed;
    top:50%;
    opacity: 0.8;
    transition:all .1s ease-in-out;
    -webkit-transition:all .1s ease-in-out;
    -o-transition:all .1s ease-in-out;
    -moz-transition:all .1s ease-in-out;
    -ms-transition:all .1s ease-in-out;
}
.fancy-new-nav i:hover {
    opacity: 1;
}
.fancy-new-close i:hover {
    opacity: 1;
}
.fancy-prev i {
  left: 20px;
}
.fancy-next i {
  right: 20px;
}
.fancy-new-close {
  cursor: pointer;
  position: fixed;
  text-decoration: none;
  right: 30px;
  top: 30px;
  height: 26px;
  width: 26px;
  z-index: 8040;
}
.fancy-new-close i {
  margin-top: 0;
  top: 30px;
}
.fancy-new-close span {
  opacity: 0.8;
  top: 13px;
  left: -2px;
  position: absolute;
  transition:all .1s ease-in-out;
  -webkit-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
}
.fancy-new-close span:before,
.fancy-new-close span:after {
    cursor: pointer;
    border-radius: 2px;
    height: 4px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}
.fancy-new-close span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancy-new-close span:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancy-new-close:hover span {
    opacity: 1;
}
.fancybox-skin {
  background: #000;
}
.page-template-template-tools .fancybox-skin {
  background: #f9f9f9;
}

/* Share this
-------------------------------------------------------------- */
.share_this ul {
  padding: 0;
}

.share_this ul li {
  display: inline;
  margin-right: 20px;
}

@media (min-width: 768px) { 
  .share_this ul li {
    margin-right: 30px;
  }
}


/* Artists
-------------------------------------------------------------- */
.team_desc h2 {
  float:none;
}


/* Galerie
-------------------------------------------------------------- */
.back_button {
  cursor: pointer;
  position: fixed;
  text-decoration: none;
  right: 30px;
  top: 30px;
  height: 26px;
  width: 26px;
  z-index: 8040;
}
.back_button span {
  opacity: 0.8;
  top: 13px;
  left: -2px;
  position: absolute;
  transition:all .1s ease-in-out;
  -webkit-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
}
.back_button span:before,
.back_button span:after {
    cursor: pointer;
    border-radius: 2px;
    height: 4px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}
.back_button span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.back_button span:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.back_button:hover span {
    opacity: 1;
}

.fotorama__wrap--css3 .fotorama__arr
{
  transform: translate3d(0,0,0);
  webkit-transform: translate3d(0,0,0);
}

.fotorama__arr
{
  moz-user-select: none;
  ms-user-select: none;
  user-select: none;
  webkit-user-select: none;
}

.fotorama__arr
{
  webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fotorama__arr
{
  background: none;
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){
  .fotorama__arr
  {
    background: none;
    background-size: auto;
  }
}

.fotorama__arr {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fotorama__arr {
  cursor: pointer;
  position: fixed;
  text-decoration: none;
  z-index: 8040;
  color: #fff;
  font-size: 50px;
  padding: 15px 15px 15px 15px;
  margin-top: -25px;
  top:50%;
  opacity: 0.8;
  transition:all .1s ease-in-out;
  -webkit-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
  height: 50px;
  width: auto;
}

.fotorama__arr--prev
{
  background-position: 0 0;
  left: 20px;
}
.fotorama__arr--next
{
  background-position: 0 0;
  right: 20px;
}

.fotorama__arr--prev:before {
  content: "\f104";
}

.fotorama__arr--next:before {
  content: "\f105";
}

.fotorama__arr--prev:hover, .fotorama__arr--next:hover {
  opacity: 1;
}

.fotorama__arr--disabled
{
  cursor: default;
  display: none;
  opacity: .1;
  pointer-events: none;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr
.fotorama__wrap--video .fotorama__arr
{
  opacity: 0.8;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr
{
  display: none;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev
{
  transform: translate3d(0,0,0);
  webkit-transform: translate3d(0,0,0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next
{
  transform: translate3d(0,0,0);
  webkit-transform: translate3d(0,0,0);
}
.fotorama__wrap--css3 .fotorama__arr
{
  transition-duration: .1s;
  transition-property: transform,opacity;
  webkit-transition-duration: .1s;
  webkit-transition-property: -webkit-transform,opacity;
}

.fotorama__video-close
{
  display: none;
}

/* Home Masonry
-------------------------------------------------------------- */
.home-masonry {
    margin-top: 20px;
}
.home-masonry .item {
    margin: 15px 0;
}