/*
Theme Name: Peinturerene
Theme URI: http://Peinturerene.lu
Author: Shahid Ali
Description: Peinturerene brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rene
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

@media(max-width: 500px){
	.header{
		background: #fff !important;
		height: 100px !important;
	}
}

.heading-one{
	font-size: 46px;
	margin: 0 0 20px 0 !important;
	font-family: 'Raleway', sans-serif !important;
}

.heading-two{
	font-size: 30px;
	font-weight: 200 !important;
	margin: 0 0 20px 0 !important;
	font-family: 'Raleway', sans-serif !important;
}

.heading-three{
	font-size: 30px;
	margin: 0 0 20px 0 !important;
	font-family: 'Roboto', sans-serif !important;
}

.p-black p{
	font-size: 20px;
    color: #333;
    font-weight: 300;
}

.p-white p{
	font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.header .logo img{
  /* width: 110px;
  position: fixed;
  left: 18%;
  top: 17px; */
  width: 235px;
	position: fixed;
	left: 14%;
	top: 17px;
}

.cover-logo img{
  width: 225px !important;
}

.header #mega-menu-wrap-header-menu{
  background: transparent !important;
  margin-top: 30px !important;
  margin-left: 0 !important;
}

.header #mega-menu-wrap-header-menu ul li:last-of-type a{
  border-right: none !important;
}

.header #mega-menu-wrap-header-menu ul li a{
    font-weight: bold !important;
    letter-spacing: 1px !important;
    display: inline !important;
    text-transform: uppercase !important;
    color: #0090D7 !important;
}

#mega-menu-item-206 a,
#mega-menu-item-247 a,
#mega-menu-item-172 a,
#mega-menu-item-17 a,
#mega-menu-item-301 a,
#mega-menu-item-299 a,
#mega-menu-item-298 a,
#mega-menu-item-297 a,
#mega-menu-item-282 a,
#mega-menu-item-280 a,
#mega-menu-item-296 a,
#mega-menu-item-295 a,
#mega-menu-item-281 a,
#mega-menu-item-661 a,
#mega-menu-item-300 a,
#mega-menu-item-171 a{
	border-right: 1px solid #9e9d9d !important;
	padding: 2px 20px !important;
}

.header #mega-menu-wrap-header-menu ul li a:hover{
  transition: 0.3s !important;
  background: transparent !important;
  color: #0090D7 !important;
 /* border-bottom: 1px solid #fff !important;*/
}

/*#header{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 60px;
	background: transparent;
	color: #fff;
	z-index: 9999;

}

#header .logo{
	color: #fff;
    font-size: 18px;
    margin-top: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}

#header .logo img{
	width: 96px;
}
*/

/*#header #mega-menu-wrap-header-menu ul li:last-of-type{
	float: right;
    background: #6dc77a;
    border-radius: 100px;
    padding: 0 30px;
}

#header #mega-menu-wrap-header-menu ul ul li:last-of-type{
    float: none;
    background: transparent;
    border-radius: 0;
    padding: 0 0px;
}

#header #mega-menu-wrap-header-menu ul ul li:last-of-type a:hover{
  background: #ddd !important:
}

#header #mega-menu-wrap-header-menu ul li:last-of-type a:hover{
	background: transparent !important;
}*/


.social-icons-header{
	text-align: center;
}

.social-icons-header .social-icons-lists{
	padding: 0 !important;
}

.social-icons-header .social-icons-lists li a span{
	font-size: 30px !important;
    color: #fff;
}

.play-header-video{
	margin-bottom: 20px !important;
}

.play-header-video span:hover{
	cursor: pointer;
	transition: 0.3s;
	font-size: 5.5em !important;
}

.btn-blue button{
	color: #fff !important;
  background-color: #0090D7 !important;
  font-size: 18px !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: bolder !important;
  text-transform: uppercase;
}

.btn-dark button{
  color: #fff !important;
  background-color: #112854 !important;
  font-size: 18px !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: bolder !important;
  text-transform: uppercase;
}

.btn-dark a{
  color: #112854 !important;
  background-color: #fff !important;
  font-size: 18px !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: bolder !important;
  text-transform: uppercase;
}

.btn-blue a{
  color: #fff !important;
    background-color: #0090D7 !important;
    font-size: 18px !important;
    border: none !important;
    border-radius: 4px !important;
  font-weight: bolder !important;
  text-transform: uppercase;
}

.btn-blue a:hover{
   transition: 0.5s;
  background-color: #112854 !important;
}

.btn-dark a:hover{
  transition: 0.5s;
  background-color: #112854 !important;
  color: #fff !important;
}

.btn-blue button:hover{
  transition: 0.5s;
  background-color: #112854 !important;
}

.btn-dark button:hover{
  transition: 0.5s;
  background-color: #fff !important;
}


#footer{
	background: #0090D7;
	padding-top: 30px;
}

#footer h2{
	color: #fff;
}

.footer-top{
	padding-bottom: 30px;
}

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

.footer-top ul li a{
	color: #ececec;
}

.footer-bottom{
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer .social-icons-lists li a span{
	color: #fff !important;
    font-size: 24px !important;
}

#footer .social-icons-lists{
	padding: 0 !important;
}

.footer-4{
	text-align: center;
}

#contact-homepage form span{
  display: block;
  overflow: hidden;
  float: left;
  width: 49%;
  height: 50px;
  margin-bottom: 15px;
}

#contact-homepage .your-email,
#contact-homepage .your-subject{
  margin-left: 2%;
}

#contact-homepage .your-message{
      height: 100px;
    width: 100%;
}

#contact-homepage input[type="text"],
#contact-homepage input[type="email"]{
	  width: 100%;
    padding: 10px;
    margin-bottom: -4px;
    outline: 0;
    background: #fff;
    border-radius: 4px;
    font-weight: bold;
	border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

#contact-homepage input[type="text"]:focus,
#contact-homepage input[type="email"]:focus{
  color: #333;
  transition: all 0.5s;
  border-color: #000;
}

#contact-homepage textarea{
	width: 100%;
    height: 100px;
    padding: 10px;
    resize: none;
    outline: none;
    border: 2px solid #fff;
    margin-bottom: -7px;
    background: #fff;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

#contact-homepage textarea:focus{
  color: #333;
  transition: all 0.5s;
  border-color: #000;
}

#contact-homepage input[type="submit"]{
	width: 21%;
    text-align: center;
    padding: 8px 0;
    border: 2px solid #fff;
    background: #fff !important;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    border-radius: 4px;
    font-weight: bold;
}

#contact-homepage input[type="submit"]:hover{
  transition: all 0.5s;
  color: #000;
  border-color: #000;
}

#contact-homepage select{
    width: 100%;
    height: 44px;
    padding: 5px;
    margin-bottom: 20px;
    border: thin solid #0090D7;
    color: #adacac;
    outline: none;

}

.image-round img{
	width: 300px;
	height: auto;
	border-radius: 200px;
	border: 2px solid #6dc77a;
}

.text-black{
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}


#vc_images-carousel-1-1488525698{
  width: 100% !important;
}

#header-top .vc_column-inner {
  padding: 0 !important;
  position: relative;
}

#header-top .vc_carousel-slideline{
  text-align: center;
}

#header-top .vc_carousel-slideline img{
  width: auto !important;
  height: 100% !important;
}

#header-top .wpb_images_carousel{
  margin-bottom: 0 !important;
}
#header-top .vc_column-inner h1{
    position: absolute;
    top: 30%;
    width: 100%;
}

#header-top .vc_column-inner  h4{
    position: absolute;
    top: 37%;
    width: 100%;
}

#header-top .vc_column-inner .play-header-video{
    position: absolute;
    top:43%;
    width: 100%;
}

#header-top .vc_column-inner .social-icons-header{
    position: absolute;
    top: 52%;
    width: 100%;
}

#header-top .vc_column-inner .header-logo{
    position: absolute;
    top: 16%;
    width: 100%;
}

#header-top .vc_column-inner .header-logo img{
  width: 200px;
  height: auto;
}

.display-none{
    display: none !important;
}

.activities .activity{
  position: relative;
}

.activities .activity:hover > img{
  transition: 0.4s;
  transform: scale(2);
}

.activities .activity:hover > h2{
  transition: 0.4s;
  display: block;
}

.activities .activity img{
  width: 118%;
  height: auto;
}

.activities .activity h2{
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 41%;
  margin: 0;
  left: 7%;
  display: none;
}

.page{
  overflow-x: hidden;
}

.bottom-buttons{
  text-align: center;
  margin-bottom: 50px;
}

.header-video{
	/* background: rgba(32, 75, 156, 0.92); */
}

.header-video .vc_column_container>.vc_column-inner{
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.header-video h2{
	margin-bottom: 30px;
}

video.fullscreen {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}

.services-wrap{
	margin-top: 50px;
}

.services-wrap .box{
	background: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 2px;
    height: 344px;
}

.services-wrap .box .title{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.services-wrap .box img:hover{

	transition: 0.7s;
	transform: rotate(360deg);
}

.services-wrap .box img{
	cursor: pointer;
	width: 70px;
    height: 70px;
    border: 2px solid #0090D7;
    border-radius: 100px;
    padding: 6px;
    margin: 20px 0;
}

.home-slider .wpb_text_column{
	margin-bottom: 0px !important;
}

.home-slider .vc_column-inner{
	padding-top: 0 !important;
}

.store-wrap .ico {
  margin-bottom: 20px;
}

.store-wrap .ico img{
  width: 40px;
  height: 40px;
}

.store-wrap .ico span{
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.store-wrap .ico span a{
  color: #fff;
  font-weight: bold;
  font-size: 12px;

}

.store-text p{
  font-size: 16px !important;
}

p.btn-blue a{
  padding: 10px 20px;
}

.vc_map_responsive{
  margin: 0 !important;
}

#mega-menu-item-255-de a,
#mega-menu-item-255-fr a,
#mega-menu-item-255-en a{
	border: none !important;
    padding: 0 4px !important;
}

.wpb_text_column{
  margin-bottom: 0 !important;
}

.wrap-shop-services .ss-main{
  position: relative;
  height: 300px;
  overflow: hidden;
}

.wrap-shop-services .ss-main img{
  width: auto;
  height: 100%;
}

.wrap-shop-services .ss-main .ss-text{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0;
	height: 100%;
	text-align: center;
	color: transparent;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	background-image: linear-gradient(135deg, rgba(0, 144, 215, 0.7) 50%, transparent 51%);
	background-size: 100px 100px;
	background-position: -50px -50px;
	background-repeat: no-repeat;
	transition: all ease 0.3s;
	left: 0;

}

.wrap-shop-services .ss-main .ss-text:hover{
  background-size: 200% 200%; /* 200% because gradient is colored only for 50% */
  background-position: 0px 0px;
  color: #fff;
}

.wrap-shop-services .ss-main .ss-text h3{
  font-weight: bold;
}

@media(max-width: 1200px){

  .header{
    overflow: visible !important;
  }

  .header #mega-menu-wrap-header-menu{
    position: absolute;
    right: 0px;
    top: 30px;
    width: 100%;
    margin: 0 !important;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle{
    background: transparent !important;
  }

  #mega-menu-header-menu{
    background: #fff !important;
    padding: 60px 0 !important;
    margin-top: 28px !important;
  }

   #mega-menu-header-menu li{
    display: block !important;
    text-align: center !important;
   }

    #mega-menu-header-menu li a{
      border: none !important;
      font-size: 20px !important;
    }

    .navigation {
      position: absolute;
      width: 100%;
    }

    #mega-toggle-block-1:after{
      display: none !important;
    }

    #mega-toggle-block-1:before{
      color: #0090D7 !important;
      font-size: 50px !important;
    }

    .header .logo img{
      left: 4% !important;
    }
}

@media(max-width: 767px){
  .services-wrap .box{
    margin-bottom: 30px !important;
  }

  .vc_custom_1489319068292{
    text-align: center !important;
  }

  .store-wrap .ico{
    margin-bottom: 30px !important;
  }

  #footer{
    text-align: center !important;
  }

   .wrap-shop-services .ss-main{
    margin-bottom: 20px !important;
   }

  .wrap-shop-services .ss-main img{
    width: 100% !important;
    height: auto !important;
  }

  #contact-homepage{
    text-align: center !important;
  }
}

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

.member img{
  transition: 0.3s ease all;
	width: 100%;
	height: auto;
}

.member:hover > img {
	transition: 0.3s ease all;
	cursor: pointer;
}

.member div{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 144, 215, 0.7);
    color: #fff;
    text-align: center;
    padding-top: 10%;
    padding-right: 10%;
    padding-left: 10%;
    display: none;
}

.last{
  margin-left: 12.5%;
}

.amazingslider-nav-3{
  display: none !important;
}

@media(max-width: 767px){
  .team-member{
    margin-left: 0 !important;
  }
}

#contact-homepage form span.address{
    width:100%;
}

.overlay{
	padding-top: 20px;
    padding-bottom: 20px;
    background: #00000082;
}

.room{
	width: 100%;
	height: 100%;
	border: none;
}

.legal{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 100px;
	margin-top: 120px;
}

.legal h1,
.legal h2,
.legal h3,
.legal h4,
.legal h5,
.legal h6{
    font-weight: bold;
    margin: 0 0 15px 0;
}

.legal h2{
    margin-top: 50px;
}

.legal p{
    font-size: 15px;
    color: #000;
}

.legal p.closer{
    margin: 0;
}

.legal-header h1:first-of-type{
    margin-bottom: 0 !important;
}

.legal-header{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.legal li{
    font-size: 15px;
}

.legal a{
    color: #000;
}

.legal p.indent{
    margin-left: 50px;
}

#cycloneslider-homepage-cover-1 .cycloneslider-slides{
  height: calc(100vh - 100px) !important;
  margin-top: 100px;
}

.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img {
    transform: translateY(-11%);
  }

@media(max-width: 500px){
  .cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img {
        width: auto !important;
    height: 100%;
    max-width: none;
    transform: translateX(-22%);
  }
}

#jack-cookie{
	display: none;
	position: fixed;
    width: 100%;
    bottom: 0;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 999;
}

.cookie-btn-wrapper{
	text-align: right;
}

.cookie-btn-wrapper a{
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
	border: 1.5px solid #fff;
    padding: 7px 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.cookie-btn-wrapper a:hover{
	-webkit-transition: 0.3s ease-in;
	   -moz-transition: 0.3s ease-in;
	    -ms-transition: 0.3s ease-in;
	     -o-transition: 0.3s ease-in;
	        transition: 0.3s ease-in;
	background: #FFF;
	color: #000;
}

#jack-cookie .widget p{
	margin: 0 !important;
	font-size: 14px;
}

#jack-cookie .widget{
	display: flex;
    align-items: center;
    height: 100%;
}

@media(max-width: 767px){
	.cookie-btn-wrapper{
		text-align: center;
    	margin-top: 15px;
	}

	#jack-cookie{
		text-align: center;
	}
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label{
	color: #0090D7 !important;
	font-size: 15px;
	font-weight: bold;
	margin-right: 15px;
}