/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;}

html {
    font-size: 1em;
    line-height: 1.4;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;}

::selection {
    background: #b3d4fc;
    text-shadow: none;}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */}

.clearfix:after {
    clear: both;}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }}

body{
    font-family: 'Open Sans', sans-serif;
}
.container{
    padding-left: 0;
    padding-right: 0;
}



.header_area {
  background-image: url("img/banner.jpg");
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
}

h1,h2,h3,h4,p,ul{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
.header {}
.header p{}
.header h2{}

.logo_area {
  overflow: hidden;
}

.logo {
  float: left;
  width: 25%;
}
.logo img {
  margin-top: 25px;
}

.header_contact {
  float: left;
  text-align: right;
  width: 75%;
}
.header_contact p {
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  margin-top: 10px;
  text-align: right !important;
}
.header_contact span {
  display: block;
}
.header_contact img{}
.header_contact h1 {
  color: #fff;
  float: right;
  font-size: 45px;
  font-weight: 800;
  line-height: 53px;
  margin: 0;
  padding-left: 12px;
}
.header h2 {
  color: #fff;
  font-size: 59px;
  font-weight: 800;
  line-height: 59px;
  padding-bottom: 25px;
  padding-top: 180px;
  text-align: center;
}
.header_button {
  margin-bottom: 70px;
  margin-top: 60px;
}
.header_button p {
  font-size: 26px;
  font-weight: 400;
  margin-top: 65px;
}
.header p span.test {
  border-bottom: 1px solid #ffb901;
  color: #ffb901;
  font-weight: 800;
  padding: 0 5px;
}
.header_button ul {
  display: block;
  text-align: center;
}
.header_button ul li {
  display: inline;
}
.header_button ul li:last-child a{
     background-image: url("img/btn2.png");
     color: #1e1e1e;
}
.header_button ul li a {
  background-image: url("img/btn1.png");
  background-size: 100% 100%;
  border: medium none palegreen;
  color: #fff;
  display: inline-block;
  font-size: 20.85px;
  font-weight: 800;
  margin: 0 10px;
  padding: 25px 60px;
  text-decoration: none;
}
.header p {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.white_bg_area {}

.white_bg {}
.white_bg h2 {
  color: #1e1e1e;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  padding-bottom: 40px;
  padding-top: 60px;
  text-align: center;
}
.white_bg p {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 40px;
}

.sub_white_bg {
  overflow: hidden;
}

.sub_content {
  float: left;
  width: 73%;
}
.sub_content h3 {
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 35px;
}
.sub_content p {
  line-height: 35px;
  padding-right: 3%;
}

.sub_image {}
.sub_image img{}

.reece_area {
  background: #424242 none repeat scroll 0 0;
  padding-bottom: 40px;
  padding-top: 35px;
  text-align: center;
}

.row {}

.reece {}
.reece img{}
.reece p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding-top: 35px;
}

.call_to_action_area {}

.call_to {
  overflow: hidden;
}

.left_call {
  float: left;
  width: 74%;
}
.left_call p {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 35px;
  padding-top: 40px;
}

.right_call {
  float: left;
  margin-top: 23px;
  width: 26%;
}
.right_call a {
  background-image: url("img/btn3.png");
  background-size: 100% 100%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  padding: 15px 33px;
  text-align: center;
  text-decoration: none;
}
.right_call a img {
  padding-right: 2px;
}

.bathroom_area {
  background: #d1d1d1 none repeat scroll 0 0;
  padding-bottom: 80px;
  padding-top: 65px;
  position: relative;
}
.slick-prev.slick-arrow {
  background-color: #D1D1D1;
  background-image: url("img/left.png");
  border: medium none;
  height: 66px;
  left: -7.5%;
  position: absolute;
  text-indent: -1120px;
  top: 37%;
  width: 66px;
  z-index: 9999;
}
.slick-next.slick-arrow {
  background-color: #D1D1D1;
  background-image: url("img/right.png");
  border: medium none;
  height: 66px;
  right: -6%;
  position: absolute;
  text-indent: -999999px;
  top: 37%;
  width: 66px;
  z-index: 9999;
}
.bathroom {}
.bathroom_area > h2 {
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 45px;
  text-align: center;
}
.single_bathroom {}
.single_bathroom img{}

.testimonial_area {}

.testimonial {}

.single_testimonial_area {
  overflow: hidden;
  padding-top: 30px;
}
.testimonial > h2 {
  color: #141414;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 35px;
  padding-top: 40px;
  text-align: center;
}
.single_testi:first-child{
    margin-right: 2%;
}
.single_testi {
  background: #424242 none repeat scroll 0 0;
  border-radius: 10px;
  float: left;
  padding: 70px 31px 40px 50px;
  width: 49%;
  position: relative;
}
.single_testi p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
.single_testi > span {
  color: #ffb901;
  display: block;
  font-weight: 600;
  padding-top: 22px;
}
.single_testi::before {
  background-image: url("img/quate.png");
  background-repeat: no-repeat;
  content: "";
  height: 59px;
  left: 35px;
  position: absolute;
  top: -30px;
  width: 89px;
}
.full_teste::before {
  background-image: url("img/quate.png");
  background-repeat: no-repeat;
  content: "";
  height: 59px;
  left: 35px;
  position: absolute;
  top: -30px;
  width: 89px;
}
.full_teste {
  background: #424242 none repeat scroll 0 0;
  border-radius: 10px;
  float: left;
  margin-bottom: 50px;
  margin-top: 70px;
  padding: 70px 43px 40px 50px;
  position: relative;
}
.testimonial > h3 {
  display: block;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 30px;
  text-align: center;
}
.full_teste span {
  color: #ffb901;
  display: block;
  font-weight: 600;
  padding-top: 22px;
}
.full_teste p{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.contact_area {
  background-image: url("img/bg.png");
  padding-bottom: 75px;
  padding-top: 65px;
}

.contact {}
.contact h2 {
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  line-height: 58px;
  padding-bottom: 40px;
  text-align: center;
}
.contact p {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding: 0 17% 45px;
  text-align: center;
}

.contact_us {
  margin: 0 auto;
  width: 80%;
}
.contact_us input[type="submit"] {
  background-image: url("img/btn2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: medium none;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 800;
  margin-left: 30%;
  margin-top: 15px;
  padding: 20px;
  width: 40%;
}
.contact_us input {
  border: 3px solid #242424;
  border-radius: 5px;
  float: left;
  font-size: 22px;
  margin-bottom: 10px;
  margin-right: 2%;
  padding: 8px 15px;
  width: 48%;
}

.footer_area {}

.footer {}
.footer p {
  font-size: 18px;
  padding: 20px;
  text-align: center;
}