/* MAIN */
@media screen and (min-width: 1367px) {
  body {
    background-position: center bottom; } }
@media screen and (max-width: 1366px) {
  body {
    background-position: center 430px; } }
body {
  color: #263878;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  height: 100%; }

.wrapper {
  width: 100%;
  height: auto !important;
  margin: 0 auto; }

/*
.main_box {
	font-size: $fonts1;
	height: auto !important;
	width: 100%;
	position: absolute;
	top: 0px;
}*/
section, .sections, .header_box, .content_box, .bottom_box {
  width: 100%;
  height: auto;
  position: relative; }

.colorbg_box {
  color: white;
  background-color: #de1115; }
  .colorbg_box ul.list_tick li {
    padding: 3px 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    list-style-image: url("../images/list_white.png") !important; }
  .colorbg_box .phone {
    color: #fac1c2; }

.header_box h4 {
  color: #1f2122;
  text-align: center !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Roboto Slab", sans-serif;
  position: absolute;
  bottom: -120px;
  text-shadow: 0 0 60px white; }

#welcome_home .banner {
  position: relative;
  top: 400px; }
  #welcome_home .banner .logo {
    width: 100%;
    margin: 30px 0 30px; }
    #welcome_home .banner .logo img {
      width: 100%; }

.content_box {
  padding: 0;
  height: 100%; }

footer {
  position: fixed;
  bottom: -50px;
  width: 100%;
  min-height: 60px;
  height: auto;
  margin-top: 0px;
  background-color: #1f2122;
  padding-bottom: 0;
  z-index: 99999;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: bottom;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  /* Standard syntax */
  transition-property: bottom;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-timing-function: ease; }
  footer div {
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
    color: white; }
    footer div a {
      color: #f79193 !important;
      text-decoration: none; }
    footer div a:hover {
      color: #f36265 !important; }
  footer:hover {
    bottom: 0px; }

.unit {
  width: 100%;
  height: auto;
  padding: 50px; }

.home {
  background-color: white;
  background-image: url("../images/map.jpg");
  background-position: 0px -300px;
  background-size: 50%;
  background-repeat: no-repeat;
  padding-bottom: 10%;
  height: 100%; }

.home, .house, .extensions, .renovations, .walls, .werehouse, .groundworks, .gardening, .gallery_unit, .testimonials, .contact {
  color: #263878; }

.house {
  background-color: #d4dbf2; }

.extensions {
  background-color: #d4dbf2; }

.renovations {
  background-color: #d4dbf2; }

.walls {
  background-color: #d4dbf2; }

.werehouse {
  background-color: #d4dbf2; }

.groundworks {
  background-color: #d4dbf2; }

.gardening {
  background-color: #d4dbf2; }

.gallery_unit {
  background-color: #d4dbf2; }

.testimonials {
  background-color: #d4dbf2; }

.enquiry {
  background-color: #0d142b; }

.contact {
  background-color: #c9d1ee; }

.text_box, .unit {
  height: auto;
  font-weight: 400;
  line-height: 1.4; }
  .text_box p, .unit p {
    text-align: justify; }

.radius_box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.radius_top {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.radius_bottom {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.dashed_box {
  /*background-color: rgba(#9aaedc,0.8);*/
  background-color: rgba(255, 255, 255, 0.7);
  color: #263878;
  padding: 30px;
  overflow: hidden;
  margin: 40px auto;
  width: 96%;
  max-width: 450px;
  min-width: 340px;
  border: 2px dashed #9aaedc;
  border-radius: 20px; }
  .dashed_box p {
    font-size: 16px;
    line-height: 1.3 !important; }
  .dashed_box h3 {
    width: auto;
    display: inline-block;
    margin: 5px 0 0;
    font-weight: bold; }
  .dashed_box img {
    dissplay: inline-block;
    margin: 0 10px 0 0; }

.lightbg {
  background-color: #d4dbf2;
  padding: 40px;
  height: auto;
  border-bottom: 4px solid #b5c0e8; }

.shortcut_box {
  background-color: #eee;
  height: 230px;
  padding: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: right top;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: all;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  /* Standard syntax */
  transition-property: all;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-timing-function: ease; }
  .shortcut_box h3 {
    margin: 0 0 40px;
    color: #de1115; }
  .shortcut_box p {
    color: #666;
    text-align: left; }
  .shortcut_box:hover {
    background-color: #de1115; }
    .shortcut_box:hover h3, .shortcut_box:hover p {
      color: white; }

.box_1 {
  background-image: url("../images/red_gall.png"); }
  .box_1:hover {
    background-image: url("../images/white_gall.png"); }

.box_2 {
  background-image: url("../images/red_test.png"); }
  .box_2:hover {
    background-image: url("../images/white_test.png"); }

.box_3 {
  background-image: url("../images/red_enq.png"); }
  .box_3:hover {
    background-image: url("../images/white_enq.png"); }

.colorbg, .bottom_box {
  background-color: #de1115;
  color: white;
  padding: 32px;
  margin: 0;
  font-size: 16px;
  line-height: 22px; }
  .colorbg a, .bottom_box a, .colorbg .email, .bottom_box .email {
    color: #1f2122 !important;
    font-weight: 600; }
  .colorbg a:hover, .bottom_box a:hover, .colorbg .email:hover, .bottom_box .email:hover {
    color: rgba(255, 255, 255, 0.2) !important; }
  .colorbg h3, .bottom_box h3 {
    display: block;
    text-align: left; }
  .colorbg h4, .bottom_box h4 {
    text-align: center; }
  .colorbg ul.list_tick, .bottom_box ul.list_tick {
    padding-left: 32px; }
    .colorbg ul.list_tick li, .bottom_box ul.list_tick li {
      padding: 2px 0;
      list-style-image: url("../images/list_white.png");
      font-size: 16px -2px;
      letter-spacing: 0px; }
  .colorbg .color, .bottom_box .color, .colorbg a, .bottom_box a, .colorbg .phone, .bottom_box .phone, .colorbg .email, .bottom_box .email, .colorbg h2, .bottom_box h2 {
    color: #fef0f0 !important; }

.color, a, .phone, .email, h2 {
  color: #de1115 !important; }

.light {
  font-weight: 300; }

.reg {
  font-weight: 400; }

.bold, .phone, h4, .email {
  font-weight: 600; }

.bolder, .firstletter {
  font-weight: 900; }

a {
  font-weight: bold;
  text-decoration: none; }

a:hover {
  color: #de1115 !important; }

.columns {
  height: auto;
  padding-bottom: 10px;
  padding-top: 0px; }

.push {
  height: 80px; }

.position {
  position: relative;
  top: 60px; }

.transparentbg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.sliderhome {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 15px #999999;
  padding: 0; }
  .sliderhome ul li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .sliderhome img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

.dec_text {
  line-height: 26px; }

h3, h4, h5, p {
  margin: 0 0 12px 0;
  color: #263878; }

h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", sans-serif; }

h2 {
  font-size: 40px;
  margin: 20px 0 40px 0;
  font-weight: 700;
  text-align: left; }

h3 {
  font-size: 22px;
  line-height: 1.3; }

h4 {
  font-size: 18px;
  line-height: 1.3; }

p {
  font-size: 16px;
  font-weight: 500; }

.special_format {
  width: auto;
  display: inline;
  padding-bottom: 10px;
  letter-spacing: 3px;
  word-spacing: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
  border-bottom: 2px solid #263878; }

.justify_align, p {
  text-align: justify; }

.center_align {
  text-align: center; }

.left_align {
  text-align: left; }

.right_align {
  text-align: right !important; }

.white {
  color: white !important; }

ul.list_icon {
  width: 100%;
  text-align: center;
  margin: 10px 0; }
  ul.list_icon li {
    width: 250px;
    max-width: 250px;
    padding: 3%;
    display: table-cell;
    text-transform: uppercase;
    line-height: 16px; }
    ul.list_icon li img {
      width: 110px;
      height: 110px;
      border-radius: 100%;
      margin: 0 auto 20px auto; }

ul.list_tick {
  padding-left: 50px;
  margin: 0 0 20px; }
  ul.list_tick li {
    padding: 4px 0;
    list-style-image: url("../images/list.png");
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0px; }

ul.list_square {
  list-style: square; }

ol.list_boxes {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }
  ol.list_boxes li {
    position: relative;
    margin-bottom: 15px;
    min-height: 28.8px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left; }
    ol.list_boxes li:before {
      position: absolute;
      top: 0px;
      right: 103%;
      font-size: 24px;
      padding: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      text-align: left;
      color: white;
      background-color: #f36265;
      content: counter(li-counter);
      counter-increment: li-counter; }

li.icon1:before {
  content: url("../images/icon1.png");
  border-radius: 100px; }

li.icon2:before {
  content: url("../images/icon2.png");
  border-radius: 100px; }

li.icon3:before {
  content: url("../images/icon3.png");
  border-radius: 100px; }

li.icon4:before {
  content: url("../images/icon4.png");
  border-radius: 100px; }

.contact_details div {
  width: auto;
  min-width: 80px;
  width: auto;
  display: inline-block;
  margin-right: 20px; }
.contact_details .phone {
  width: auto !important;
  font-family: "Roboto Slab", sans-serif; }

.fixed_phone {
  position: fixed;
  z-index: 999;
  padding: 24px 40px 24px 150px;
  color: #dce1f4 !important;
  font-family: "Roboto Slab", sans-serif;
  text-align: right;
  font-size: 1.2em;
  background-color: #96a6de;
  border: 2px dashed #bdc7ea;
  background: url("../images/show.png") 12px no-repeat;
  background-color: #96a6de;
  background-size: 100px;
  right: -530px;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: all;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  /* Standard syntax */
  transition-property: all;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-timing-function: ease; }
  .fixed_phone .phone {
    color: white !important;
    font-size: 2em;
    width: auto;
    padding: 10px 0 0px 60px;
    background: url("../images/callus.png") -10px 4px no-repeat;
    background-size: 70px;
    display: inline-block; }

.phone_hover {
  right: -430px; }

.hide_phone {
  background: url("../images/hide.png") left center no-repeat;
  background-color: #96a6de;
  background-size: 70px;
  padding: 24px 40px 24px 80px;
  right: -20px; }

a .scrolldown {
  background: url("../images/scrolldown.png") no-repeat center;
  background-size: 100%;
  height: 80px;
  width: 80px;
  margin: 15% auto 0;
  position: relative;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: all;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  /* Standard syntax */
  transition-property: all;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-timing-function: ease; }
  a .scrolldown:hover {
    opacity: 0.8;
    background-size: 90%; }

.card_holder {
  position: fixed;
  top: 0;
  left: 0;
  padding: 12%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  z-index: 9999999999; }
  .card_holder img.close {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 20px; }

.business_card {
  width: 400px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px #324a9f;
  text-align: center;
  display: block;
  margin: 0 auto; }
  .business_card .cardbg1 {
    background-color: #324a9f;
    border-bottom: 4px solid #324a9f; }
  .business_card .cardbg2 {
    background: url("../images/card_bg.png"); }
  .business_card .cardbg3 {
    background-color: #324a9f; }
  .business_card .cardbg1, .business_card .cardbg2, .business_card .cardbg3 {
    padding: 20px; }
  .business_card .logo {
    margin: 20px auto 10px;
    width: 90%; }
  .business_card h3 {
    padding: 0 0 0px;
    margin: 0;
    font-weight: 700; }
  .business_card h6 {
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #324a9f;
    font-size: 12px;
    font-weight: 700; }
  .business_card a {
    font-size: 16spx;
    text-align: right;
    color: white !important;
    font-family: "Roboto Slab", sans-serif; }
    .business_card a:hover {
      color: #fac1c2 !important; }

#map_canvas {
  min-height: 420px;
  border: 10px solid #1f2122; }

.icon {
  padding-right: 0; }
  .icon img {
    height: 18px; }

a.logos img {
  display: inline; }

.ilustration {
  width: 100%;
  border: none;
  max-height: 450px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .ilustration img {
    width: 80%;
    margin: 20px 10% 0; }

.pic1, .pic2, .pic3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.pic1 {
  background-image: url("../images/pic1.jpg"); }

.pic2 {
  background-image: url("../images/pic2.jpg"); }

.pic3 {
  background-image: url("../images/pic3.jpg"); }

.pic4 {
  background-image: url("../images/pic4.jpg"); }

.borderpic img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid white; }

.w100px, .w100px img {
  width: 100px; }

.w200px, .w200px img {
  width: 180px; }

.w260px, .w260px img {
  width: 260px; }

.h300px {
  height: 300px; }

.w80pc img {
  width: 80%;
  margin: 0px auto 0px; }

.nopaddingBot {
  padding-bottom: 0 !important; }

.padding {
  padding: 40px; }

.paddingTop {
  padding-top: 60px !important; }

.m_0 {
  margin: 0 !important; }

.m_auto {
  margin: 0px auto 0px; }

.m_top {
  margin-top: 50px !important; }

.m_left {
  margin-left: 20px; }

.m_right {
  margin-right: 20px; }

.display_inline {
  display: inline; }

.addinfo {
  background-color: rgba(255, 255, 255, 0.1);
  color: #263878;
  width: 100%;
  display: inline-block;
  padding: 20px 20px 10px;
  margin: 0 0 20px 0;
  font-size: 14px !important; }
  .addinfo p {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 10px; }

.firstletter {
  float: left;
  padding: 10px;
  margin: 0 10px 0px 40px;
  background-color: #263878;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 24px;
  position: relative;
  top: 2px; }

.descriptionphoto {
  background-color: #263878;
  color: white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  height: 200px; }
  .descriptionphoto .description, .descriptionphoto .photo {
    padding: 20px; }
  .descriptionphoto .photo {
    width: 400px;
    height: 200px;
    background-image: url("../images/pic1.jpg");
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
    border-right: 2px solid white; }
  .descriptionphoto a, .descriptionphoto .phone, .descriptionphoto .color, .descriptionphoto a, .descriptionphoto .phone, .descriptionphoto .email, .descriptionphoto h2 {
    color: #fac1c2 !important; }
    .descriptionphoto a:hover, .descriptionphoto .phone:hover, .descriptionphoto .color:hover, .descriptionphoto a:hover, .descriptionphoto .phone:hover, .descriptionphoto .email:hover, .descriptionphoto h2:hover {
      color: rgba(255, 255, 255, 0.2) !important; }

table.products {
  border-spacing: 8px; }
  table.products td.first_row {
    background-color: #de1115;
    color: #1f2122;
    font-weight: bolder;
    text-align: center; }
  table.products td {
    background-color: rgba(31, 33, 34, 0.6);
    padding: 8px; }

.show_details {
  padding: 15px;
  width: 250px;
  text-align: center;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
  margin: 30px auto !important;
  background-color: #de1115;
  font-weight: bolder; }
  .show_details:hover {
    background-color: #7f0a0c; }

.w50pc {
  width: 50%;
  border-right: 1px solid white; }

.clearfix {
  overflow: hidden; }

/*LARGE==================================================================================================*/
@media only screen and (min-width: 64.063em) {
  .top_bar {
    position: fixed;
    top: -36px;
    background-color: #1f2122;
    border-top: 10px solid #1f2122;
    width: 100%;
    height: auto;
    color: white;
    padding: 4px 14px 4px;
    z-index: 9999999;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition: all;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    /* Standard syntax */
    transition-property: all;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-timing-function: ease; }
    .top_bar h1 {
      color: white;
      font-size: 14px;
      font-family: "Roboto Slab", sans-serif;
      text-align: center; }
    .top_bar h3 {
      font-family: "Roboto Slab", sans-serif;
      font-weight: 900; }
    .top_bar p, .top_bar h3 {
      margin: 2px 0 10px; }
    .top_bar .header_contact {
      width: 100%;
      margin: 0px 0;
      font-size: 16px; }
      .top_bar .header_contact .line_contact {
        overflow: hidden;
        width: 100%;
        display: block;
        margin-bottom: 10px; }
        .top_bar .header_contact .line_contact div {
          color: white;
          text-align: right;
          float: left;
          margin: 0 5px; }
    .top_bar:hover {
      top: 0; }

  .banner-index {
    width: 100%;
    height: 100vh;
    z-index: 999 !important; }
    .banner-index .logo {
      width: 100%;
      margin: 40% 0 0; }
      .banner-index .logo img {
        width: 100%; }

  .banner {
    width: 100%;
    height: 60vh;
    z-index: 999 !important; }
    .banner .logo {
      width: 100%;
      margin: 240px 0 30px; }
      .banner .logo img {
        width: 100%; }

  .fixed_phone {
    top: 160px; }

  nav {
    background-color: #de1115;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 8px;
    margin: 0;
    padding: 0px;
    z-index: 9999; }
    nav ul {
      padding: 0px;
      text-align: center; }
      nav ul li {
        position: absolute;
        top: 0;
        width: 0;
        height: 100px;
        margin: 10px 0px;
        padding: 0 0 0 90px;
        display: inline-block !important;
        font-size: 14px;
        font-family: "Roboto Slab", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 0.7;
        overflow: hidden;
        /* For Safari 3.1 to 6.0 */
        -webkit-transition: all;
        -webkit-transition-delay: 0s;
        -webkit-transition-duration: 0.4s;
        -webkit-transition-timing-function: ease;
        /* Standard syntax */
        transition-property: all;
        transition-delay: 0s;
        transition-duration: 0.4s;
        transition-timing-function: ease; }
        nav ul li a {
          display: table-cell;
          vertical-align: middle;
          width: auto;
          height: 100px;
          margin: 0;
          padding: 0px 20px 0 0;
          text-decoration: none;
          border: 6px solid rgba(222, 17, 21, 0);
          color: white !important; }
          nav ul li a div {
            display: inline-block;
            width: auto; }
          nav ul li a:hover {
            color: #b5c0e8 !important; }
        nav ul li:hover {
          width: 240px;
          background-color: #1f2122;
          opacity: 1;
          background-position: -5px; }
        nav ul li.active {
          color: white !important;
          opacity: 1;
          background-size: 80%; }
          nav ul li.active:hover {
            color: #b5c0e8 !important;
            border: none !important;
            background-size: 100px; }

  .nav_home {
    background: url("../images/nav_home.png") no-repeat center;
    background-size: 50%; }

  .nav_serv {
    background: url("../images/nav_services.png") no-repeat center;
    background-size: 50%; }

  .nav_serv1 {
    background: url("../images/nav_house.png") no-repeat center;
    background-size: 50%; }

  .nav_serv2 {
    background: url("../images/nav_extentions.png") no-repeat center;
    background-size: 50%; }

  .nav_serv3 {
    background: url("../images/nav_renovation.png") no-repeat center;
    background-size: 50%; }

  .nav_serv4 {
    background: url("../images/nav_walls.png") no-repeat center;
    background-size: 50%; }

  .nav_serv5 {
    background: url("../images/nav_werehouse.png") no-repeat center;
    background-size: 50%; }

  .nav_serv6 {
    background: url("../images/nav_groundworks.png") no-repeat center;
    background-size: 50%; }

  .nav_gall {
    background: url("../images/nav_gallery.png") no-repeat center;
    background-size: 50%; }

  .nav_test {
    background: url("../images/nav_testimonials.png") no-repeat center;
    background-size: 50%; }

  .nav_enqu {
    background: url("../images/nav_enquiry.png") no-repeat center;
    background-size: 50%; }

  .nav_cont {
    background: url("../images/nav_enquiry.png") no-repeat center;
    background-size: 50%; } }
/*MEDIUM====================================================================================================*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .top_bar {
    position: fixed;
    top: -36px;
    background-color: #1f2122;
    border-top: 10px solid #1f2122;
    width: 100%;
    height: auto;
    color: white;
    padding: 4px 14px 4px;
    z-index: 9999999;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition: all;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    /* Standard syntax */
    transition-property: all;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-timing-function: ease; }
    .top_bar h1 {
      color: white;
      font-size: 14px;
      font-family: "Roboto Slab", sans-serif;
      text-align: center; }
    .top_bar h3 {
      font-family: "Roboto Slab", sans-serif;
      font-weight: 900; }
    .top_bar p, .top_bar h3 {
      margin: 2px 0 10px; }
    .top_bar .header_contact {
      width: 100%;
      margin: 0px 0;
      font-size: 16px; }
      .top_bar .header_contact .line_contact {
        overflow: hidden;
        width: 100%;
        display: block;
        margin-bottom: 10px; }
        .top_bar .header_contact .line_contact div {
          color: white;
          text-align: right;
          float: left;
          margin: 0 5px; }
    .top_bar:hover {
      top: 0; }

  .banner-index {
    width: 100%;
    height: 100vh;
    z-index: 9999999 !important; }
    .banner-index .logo {
      background-color: rgba(255, 255, 255, 0.4);
      width: 70%;
      padding: 30px;
      margin: 20% auto 30px; }
      .banner-index .logo img {
        width: 100%; }

  .banner {
    width: 100%;
    height: 50vh;
    z-index: 9999999 !important; }
    .banner .logo {
      background-color: rgba(255, 255, 255, 0.4);
      width: 70%;
      padding: 30px;
      margin: 120px auto 30px; }
      .banner .logo img {
        width: 100%; }

  .fixed_phone {
    top: 100px; }

  nav {
    background-color: #de1115;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 8px;
    margin: 0;
    padding: 0px;
    z-index: 9999; }
    nav ul {
      padding: 0px;
      text-align: center; }
      nav ul li {
        position: absolute;
        top: 0;
        width: 10%;
        height: 80px;
        margin: 10px 0px;
        padding: 30px 0 0;
        display: inline-block !important;
        font-family: "Roboto Slab", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        overflow: hidden; }
        nav ul li a {
          font-size: 8px;
          width: 100%;
          width: auto;
          height: 80px;
          margin: 0;
          padding: 0;
          text-decoration: none;
          border: 6px solid rgba(222, 17, 21, 0);
          color: white !important; }
          nav ul li a:hover {
            color: #b5c0e8 !important; }
        nav ul li.active {
          background-color: #1f2122;
          color: white !important;
          background-size: 70%; }
          nav ul li.active:hover {
            color: #b5c0e8 !important;
            border: none !important; }

  .nav_home {
    background: url("../images/nav_home.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_serv {
    background: url("../images/nav_services.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_serv1 {
    background: url("../images/nav_house.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_serv2 {
    background: url("../images/nav_extentions.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_serv3 {
    background: url("../images/nav_renovation.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_serv4 {
    background: url("../images/nav_walls.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_serv5 {
    background: url("../images/nav_werehouse.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_serv6 {
    background: url("../images/nav_groundworks.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_gall {
    background: url("../images/nav_gallery.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_test {
    background: url("../images/nav_testimonials.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_enqu {
    background: url("../images/nav_enquiry.png") no-repeat center 10px;
    background-size: 50%; }

  .nav_cont {
    background: url("../images/nav_enquiry.png") no-repeat center 10px;
    background-size: 50%; }

  .lightbg {
    padding: 15px; }

  .unit {
    padding: 15px 0 100px; }

  .home {
    background-image: none; }

  .shortcut_box h3 {
    font-size: 1.2em;
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 10px; }
  .shortcut_box p {
    font-size: 0.9em;
    line-height: 1.3;
    display: table-cell;
    vertical-align: bottom; }

  .box_1, .box_2, .box_3 {
    background-size: 100px; }

  .box_3 {
    background-image: url("../images/white_enq.png");
    background-color: #de1115; }
    .box_3 h3, .box_3 p {
      color: white; }

  h3, h4, p {
    color: #263878; }

  h2 {
    font-size: 1.8em;
    margin: 0; }

  h3 {
    font-size: 1.4em;
    font-weight: bold; }

  p {
    font-size: 1em;
    line-height: 1.3; } }
/*SMALL==================================================================================================*/
@media only screen and (max-width: 40em) {
  .top_bar {
    position: fixed;
    top: 0px;
    background-color: #c9d1ee;
    border-top: 5px solid #1f2122;
    width: 100%;
    height: auto;
    color: white;
    padding: 4px 14px;
    z-index: 9999999; }
    .top_bar h3 {
      font-family: "Roboto Slab", sans-serif;
      font-weight: 900; }
    .top_bar p, .top_bar h3 {
      margin: 2px 0 10px; }
    .top_bar .header_contact {
      width: 100%;
      margin: 0px 0;
      font-size: 16px; }
      .top_bar .header_contact .line_contact {
        overflow: hidden;
        width: 100%;
        display: block;
        margin-bottom: 10px; }
        .top_bar .header_contact .line_contact div {
          color: white;
          text-align: right;
          float: left;
          margin: 0 5px; }

  .banner-index {
    width: 100%;
    height: 50vh;
    z-index: 999 !important; }
    .banner-index .logo {
      width: 100%;
      margin: 10px 0 10px; }
      .banner-index .logo img {
        width: 100%; }

  .banner {
    width: 100%;
    height: 30vh;
    z-index: 999 !important; }
    .banner .logo {
      width: 100%;
      margin: 10px 0 10px; }
      .banner .logo img {
        width: 100%; }

  .fixed_phone {
    top: 56px; }

  nav {
    background-color: #de1115;
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0px;
    margin: 0;
    padding: 0px;
    z-index: 9999; }
    nav ul {
      padding: 0px;
      text-align: center; }
      nav ul li {
        position: absolute;
        top: 0;
        width: 18%;
        height: 80px;
        margin: 7px 0px;
        padding: 0;
        display: inline-block !important;
        font-size: 14px;
        font-family: "Roboto Slab", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 1;
        overflow: hidden;
        /* For Safari 3.1 to 6.0 */
        -webkit-transition: all;
        -webkit-transition-delay: 0s;
        -webkit-transition-duration: 0.4s;
        -webkit-transition-timing-function: ease;
        /* Standard syntax */
        transition-property: all;
        transition-delay: 0s;
        transition-duration: 0.4s;
        transition-timing-function: ease; }
        nav ul li a {
          display: table-cell;
          vertical-align: middle;
          width: 100%;
          height: 80px;
          margin: 0;
          padding: 0px 30px 0 0;
          text-decoration: none;
          border: 6px solid rgba(222, 17, 21, 0);
          color: white !important; }
          nav ul li a img {
            width: 80px;
            display: inline-block; }
          nav ul li a div {
            display: inline-block;
            width: auto; }
          nav ul li a:hover {
            color: #b5c0e8 !important; }
        nav ul li.active {
          color: white !important;
          opacity: 1;
          background-size: 100%; }
          nav ul li.active:hover {
            color: #b5c0e8 !important;
            border: none !important; }

  .nav_home {
    background: url("../images/nav_home.png") no-repeat center;
    background-size: 100%; }

  .nav_serv_more {
    background: url("../images/nav_services.png") no-repeat center;
    background-size: 100%; }

  .nav_serv_less {
    background: url("../images/nav_services2.png") no-repeat center;
    background-size: 100%; }

  .nav_gall {
    background: url("../images/nav_gallery.png") no-repeat center;
    background-size: 100%; }

  .nav_test {
    background: url("../images/nav_testimonials.png") no-repeat center;
    background-size: 100%; }

  .nav_cont {
    background: url("../images/nav_enquiry.png") no-repeat center;
    background-size: 100%; }

  ul.nav_sevices_drop_down {
    width: 100%;
    height: auto;
    z-index: 999999;
    position: fixed;
    bottom: 80px;
    left: 0px;
    min-height: 100px;
    background-color: #af0d11;
    margin-left: 0;
    padding: 10px 0; }
    ul.nav_sevices_drop_down li {
      display: block !important;
      padding: 5px 20px;
      color: white;
      width: 100%;
      height: auto;
      text-align: left;
      border-bottom: 2px dashed #de1115;
      opacity: 0.8; }
      ul.nav_sevices_drop_down li a {
        height: auto; }
      ul.nav_sevices_drop_down li:last-child {
        border-bottom: none; }
      ul.nav_sevices_drop_down li .active {
        opacity: 1; }

  .lightbg {
    padding: 10px; }

  .unit {
    padding: 10px 0 100px; }

  .home {
    background-image: none; }

  h3, h4, p {
    color: #263878; }

  h2 {
    font-size: 1.5em;
    margin: 0 0 14px; }

  h3 {
    font-size: 1.2em;
    font-weight: bold; }

  p {
    font-size: 0.9em;
    line-height: 1.3; }

  footer {
    visibility: hidden; }

  .card_holder {
    padding: 25% 0; }

  .business_card {
    width: 100%; } }
/* RESET */
body {
  padding: 0; }

body, nav ul, nav ul li {
  margin: 0; }

.padding_bottom {
  padding-bottom: 10px; }

/* reset */
/* POSITION */
nav ul li {
  position: relative; }

nav ul li {
  right: 0px; }

/* position */
/* ENQUIRIES */
.content_box #formdiv .columns {
  padding: 4px 10px !important; }
.content_box #formdiv label {
  display: inline-block;
  margin-bottom: 2px;
  margin-top: 2px;
  text-align: right; }
.content_box #formdiv input {
  display: inline-block; }
.content_box #formdiv input, .content_box #formdiv textarea {
  font-family: "Roboto", Helvetica !important;
  width: 98%;
  padding: 1%;
  border: 4px solid white;
  background-color: white;
  outline: none;
  color: #263878;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.content_box #formdiv input:hover, .content_box #formdiv textarea:hover {
  border: 4px solid #de1115; }
.content_box #formdiv input:focus, .content_box #formdiv textarea:focus {
  border: 4px solid white;
  background-color: rgba(255, 255, 255, 0.6); }
.content_box #formdiv #submitbutton {
  width: 160px; }
  .content_box #formdiv #submitbutton input {
    padding: 10px;
    background-color: #324a9f;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    border: 6px solid #324a9f; }
.content_box #formdiv #submitbutton input:hover {
  background-color: #de1115;
  border: 6px solid #de1115;
  color: white; }

.alert-success, .alert-danger {
  width: 100%;
  height: auto;
  padding: 30px;
  font-weight: bolder;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 20px; }

.alert-success {
  background-color: rgba(219, 233, 195, 0.7);
  color: #47682d; }

.alert-danger {
  background-color: rgba(255, 180, 163, 0.7);
  color: #e83b25; }

/* enquiries */
/*TESTIMONIALS*/
.testimonial {
  width: 100%;
  margin: 0px auto 30px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px; }
  .testimonial h3 {
    color: #de1115; }

.work_description {
  font-size: 12.8px;
  line-height: 14.4px;
  color: #7b8fd5;
  font-weight: 400; }

.review {
  margin-bottom: 5px;
  font-style: italic;
  text-align: justify; }
  .review p:first-child {
    text-indent: 5%; }

.client {
  text-align: right !important;
  font-weight: 400;
  color: #de1115; }

/* testimonials */
/* GALLERY */
ul.gallery {
  text-decoration: none;
  text-align: center;
  padding: 0;
  margin: 30px 0 0; }
  ul.gallery img {
    margin: 10px !important;
    border: 10px solid #324a9f; }
  ul.gallery li.gallery_thumbs {
    display: inline-block; }
    ul.gallery li.gallery_thumbs a img {
      width: 160px;
      height: 160px;
      margin: 10px !important;
      border: 10px solid #324a9f; }
    ul.gallery li.gallery_thumbs a:hover img {
      border: 10px solid #de1115;
      opacity: 1 !important; }
  ul.gallery .pic_caption {
    position: relative;
    top: 0px;
    width: 100%;
    min-height: 40px;
    height: auto;
    padding: 5px 8px;
    color: #324a9f;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }

.gallery_section {
  background-color: rgba(0, 0, 0, 0.1);
  height: auto;
  padding: 30px;
  margin-bottom: 50px; }

/* gallery */
.banner1 {
  background-image: url("../images/banner1.jpg"); }

.banner2 {
  background-image: url("../images/banner2.jpg"); }

.banner3 {
  background-image: url("../images/banner3.jpg"); }

.banner4 {
  background-image: url("../images/banner4.jpg"); }

.slider_services {
  height: auto;
  min-height: 300px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: white;
  line-height: 1.2;
  text-align: center;
  padding: 30px;
  border-top: 10px solid #0d142b;
  background-color: #324a9f;
  margin: 0; }
  .slider_services img {
    margin-bottom: 20px; }
  .slider_services .owl-theme .owl-controls .owl-page span {
    position: relative;
    top: -30px !important; }

.slider_bottom {
  height: auto;
  margin: 0 0 40px;
  width: 100%; }

/*LARGE==================================================================================================*/
@media only screen and (min-width: 64.063em) {
  .slider_banner-index {
    height: 0; }
    .slider_banner-index .banner1, .slider_banner-index .banner2, .slider_banner-index .banner3, .slider_banner-index .banner4 {
      background-size: cover;
      background-position: top;
      height: 100vh;
      width: 100%;
      border-bottom: 20px solid #b5c0e8; }

  .slider_banner {
    height: 0; }
    .slider_banner .banner1, .slider_banner .banner2, .slider_banner .banner3, .slider_banner .banner4 {
      background-size: cover;
      background-position: top;
      height: 60vh;
      width: 100%;
      border-bottom: 20px solid #b5c0e8; } }
/*MEDIUM====================================================================================================*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .slider_banner-index {
    height: 0; }
    .slider_banner-index .banner1, .slider_banner-index .banner2, .slider_banner-index .banner3, .slider_banner-index .banner4 {
      background-size: cover;
      background-position: bottom;
      height: 100vh;
      width: 100%;
      border-bottom: 20px solid #b5c0e8; }

  .slider_banner {
    height: 0; }
    .slider_banner .banner1, .slider_banner .banner2, .slider_banner .banner3, .slider_banner .banner4 {
      background-size: cover;
      background-position: bottom;
      height: 50vh;
      width: 100%;
      border-bottom: 20px solid #b5c0e8; }

  .slider_services {
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
    height: auto;
    min-height: 300px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: white;
    line-height: 1.2;
    text-align: center;
    padding: 30px;
    border-top: 10px solid #0d142b;
    background-color: #324a9f;
    margin: 0; }
    .slider_services img {
      margin-bottom: 20px; }
    .slider_services .owl-theme .owl-controls .owl-page span {
      position: relative;
      top: -30px !important; }

  .slider_bottom {
    height: auto;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 400px; } }
/*SMALL==================================================================================================*/
@media only screen and (max-width: 40em) {
  .slider_banner-index {
    height: 0; }
    .slider_banner-index .banner1, .slider_banner-index .banner2, .slider_banner-index .banner3, .slider_banner-index .banner4 {
      background-size: cover;
      background-position: bottom;
      height: 50vh;
      width: 100%;
      border-bottom: 20px solid #b5c0e8; }

  .slider_banner {
    height: 0; }
    .slider_banner .banner1, .slider_banner .banner2, .slider_banner .banner3, .slider_banner .banner4 {
      background-size: cover;
      background-position: bottom;
      height: 30vh;
      width: 100%;
      border-bottom: 20px solid #b5c0e8; }

  .slider_services {
    width: 100%;
    max-width: 375px;
    margin: 0 auto !important;
    height: auto;
    min-height: 300px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: white;
    line-height: 1.2;
    text-align: center;
    padding: 30px;
    border-top: 10px solid #0d142b;
    background-color: #324a9f;
    margin: 0; }
    .slider_services img {
      margin-bottom: 20px; }
    .slider_services .owl-theme .owl-controls .owl-page span {
      position: relative;
      top: -30px !important; }

  .slider_bottom {
    height: auto;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 375px; } }
.bottom_box {
  padding: 40px;
  background: -webkit-linear-gradient(180deg, #af0d11 0%, #ee1b1f 80%, #de1115 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, #af0d11 0%, #ee1b1f 80%, #de1115 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, #af0d11 0%, #ee1b1f 80%, #de1115 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, #af0d11 0%, #ee1b1f 80%, #de1115 100%);
  /* Standard syntax (must be last) */ }
  .bottom_box * {
    color: white !important; }
  .bottom_box h3 {
    text-align: center !important; }

.bottom_box p {
  text-align: justify;
  font-size: 16px -6px !important;
  line-height: 17px; }
