@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
* {
  box-sizing: border-box;
  transition: width 1.5s, height 1.5s;
}

html, body, p, hr, div, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

@media (min-width: 1px) {
  .canvas {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    max-width: 2560px;
    min-width: 320px;
  }
  .container {
    width: calc(100% - 30px);
    max-width: 1160px;
    background: #FFF;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /*background-image:url(../images/sec.jpg);*/
    /*box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);*/
    /*		overflow:hidden;*/
    /*		background:url(../images/screenshot.png) no-repeat;*/
  }
}
@media (min-width: 530px) {
  .container {
    width: calc(100% - 40px);
  }
}
/*@import '_topbar';
@import '_header';*/
@media (min-width: 1px) {
  .menuplaceholder {
    float: left;
    width: 100%;
    height: auto;
  }
  .menucontainer {
    float: left;
    width: 100%;
  }
  .menu {
    width: 100%;
    max-width: 1200px;
    min-height: 70px;
    padding: 10px 10px 0 10px;
    margin: 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
  }
  .sticky {
    position: static;
    z-index: 1111111;
    top: 0;
    background: #FFFFFF;
    height: auto;
    transition: height 1s ease-in;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .logocontainer {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative; /* added for .logocontainer strong*/
  }
  .logocontainero strong {
    width: auto;
    position: absolute;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #1D2F5D;
    left: 44px;
    top: 37px;
  }
  .toggleclass {
    display: block !important;
  }
  .logo {
    float: left;
    min-width: 192px;
    height: 55px;
    line-height: 55px;
    padding: 0 0 0 100px;
    background: url(../images/logo.png) no-repeat left;
    background-size: contain;
    background-size: 128px 55px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    transition: none;
  }
  .logo h3 {
    display: none;
    font-family: "Lato", sans-serif;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    font-weight: 700;
    color: #1D2F5D;
    text-decoration: none;
    margin: 0 0 0 40px;
    border-left: #ccc 1px solid;
    padding-left: 10px;
    transition: none;
  }
  .menutoggle {
    display: block;
    float: right;
    width: 26px;
    height: 30px;
    margin: 12px 0 12px 0;
    background: url(../images/bars.svg) no-repeat left;
    background-size: contain;
    cursor: pointer;
  }
  .menu ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    border-top: #e9e9e9 1px solid;
    border-left: #e9e9e9 1px solid;
    margin: 10px 0 15px 0;
  }
  #menulist {
    display: none;
  }
  .menu ul li a span {
    float: right;
    width: 29px;
    height: 25px;
    border: #FFF 1px solid;
    margin: 10px 0 0 0;
    background: url(../images/angle-down.svg) center no-repeat;
    background-size: 15px 15px;
  }
  .menu ul li {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
  }
  .menu ul li a {
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 20px 0 20px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    background: #df6512;
    text-decoration: none;
    transition: all 300ms ease;
    text-align: left;
    border-bottom: #e9e9e9 1px solid;
    border-right: #e9e9e9 1px solid;
    -webkit-font-smoothing: antialiased;
  }
  .menu ul li:hover > a {
    color: #FFF;
    background: rgba(223, 101, 18, 0.85);
  }
  .sel {
    color: #df6512 !important;
  }
  .menu ul li ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    background-color: #262626;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  }
  .menu ul li ul li:hover > a {
    background-color: #df6512;
    -webkit-transition: all 500ms ease;
    border: 1px solid #3c3c3c;
    border-radius: 0px;
    color: #fff;
  }
  .menu ul li ul li a {
    float: left;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #e5e5e5;
    min-width: 240px;
    padding: 0 20px 0 20px;
    height: 46px;
    line-height: 45px;
    background-color: transparent;
    border: 1px solid #3c3c3c;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -webkit-font-smoothing: antialiased;
  }
  .menu ul li ul {
    float: left;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    line-height: 24px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    list-style: none;
    z-index: 1111111;
    padding: 0;
    margin: 0;
    -webkit-transition: all 500ms ease;
    border-left: none;
    border-top: none;
    display: none;
    position: static;
  }
  .showmenulist ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .menu ul li:hover > ul {
    /*		display:block !important;*/
    -webkit-transition: all 500ms ease;
    opacity: 1;
    visibility: visible;
  }
  .menu ul li ul li:hover > ul {
    top: 0;
    -webkit-transition: all 500ms ease;
  }
  .menu ul li ul li ul {
    left: 100%;
    top: 7px;
  }
  .search {
    float: right;
    height: 54px;
    width: 17px;
    cursor: pointer;
    display: none;
    position: relative;
  }
  .search img {
    margin: 19px 0 0 0;
  }
  .searchform {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1111111;
    display: none;
    width: 278px;
    height: 90px;
    border: #d9d9d9 1px solid;
    border-top: #df6512 3px solid;
    background: #FFFFFF;
  }
  .searchborder {
    border: #e0e0e0 1px solid;
    width: 238px;
    height: 40px;
    margin-top: 24px;
    overflow: hidden;
  }
  #searchtext {
    float: left;
    width: 200px;
    height: 40px;
    border: none;
    outline: none;
    padding: 0 0 0 10px;
  }
  #searchtext:focus {
    outline: none;
  }
  .searchborder input[type=submit] {
    float: left;
    width: 36px;
    height: 40px;
    border: none;
    background: #fff;
    outline: none;
    background: url(../images/search.svg) no-repeat center;
    background-size: 14px 14px;
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 380px) {
  .menu {
    padding: 8px 20px 0 20px;
  }
  .logo {
    line-height: 55px;
    padding: 0 0 0 100px;
    background-size: 128px 55px;
    font-size: 28px;
  }
  .logocontainer strong {
    left: 55px;
  }
}
@media (min-width: 582px) {
  .logocontainer strong {
    left: 64px;
  }
  .sticky .menu .logocontainer strong {
    left: 48px !important;
  }
  .showmenulist ul {
    display: none;
    opacity: 0;
    visibility: visible;
  }
  .menu ul li:hover > ul {
    display: block !important;
    -webkit-transition: all 500ms ease;
    opacity: 1;
    visibility: visible;
  }
  .menu ul li ul li:hover > ul {
    top: 0;
    -webkit-transition: all 500ms ease;
  }
  .logo {
    padding: 0 0 0 165px;
    background-size: 192px 82px;
    height: 82px;
    line-height: 82px;
    padding: 0 0 0 165px;
    font-size: 30px;
  }
  .logo h3 {
    display: block;
    line-height: 82px;
    height: 82px;
  }
  .menutoggle {
    display: none;
  }
  #menulist {
    display: block;
  }
  .menu ul li a span {
    display: none;
  }
  .menu {
    padding: 23px 13px 0 13px;
    min-height: 130px;
  }
  .menu ul {
    float: left;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0 20px 0 0;
    border: none;
  }
  .menu ul li {
    float: left;
    width: auto;
    margin: 0 0 0 20px;
    position: relative;
  }
  .menu ul li:first-child {
    margin: 0;
  }
  .menu ul li a {
    width: auto;
    border: none;
    background: none;
    height: 51px;
    line-height: 51px;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #555555;
    text-decoration: none;
    transition: all 300ms ease;
  }
  .menu ul li:hover > a {
    color: #df6512;
    background: none;
  }
  .menu ul li ul {
    position: absolute;
    display: block;
  }
  .menu ul li ul li {
    width: auto;
  }
  .menu ul li ul li a {
    width: auto;
  }
  .sel {
    color: #df6512 !important;
  }
}
@media (min-width: 600px) {
  .search {
    display: block;
    height: 54px;
    width: 15px;
  }
}
@media (min-width: 680px) {
  .search {
    height: 54px;
    width: 17px;
  }
  .menu ul li {
    float: left;
    width: auto;
    margin: 0 0 0 30px;
    position: relative;
  }
  .menu ul li a {
    font-size: 15px;
  }
}
@media (min-width: 970px) {
  .menu {
    margin: 0;
  }
  .logocontainer {
    width: auto;
    height: auto;
  }
  .logo {
    float: left;
    margin: 0;
    margin: -15px 0 0 0;
  }
  .menu ul {
    float: right;
  }
  .menu {
    padding: 38px 12px 0 12px;
  }
  .menu ul li a {
    font-size: 15px;
  }
  .menu ul {
    margin: 0 25px 0 0;
  }
  .logocontainer {
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .menuplaceholder {
    height: 130px;
  }
  .sticky {
    position: fixed;
    z-index: 1111111;
    top: 0;
    background: #FFFFFF;
    height: 70px; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation: showmenu 1s; /* IE 10+, Fx 29+ */
  }
  .sticky .menu {
    padding: 9px 10px 0 10px;
  }
  .sticky .logo {
    height: 55px;
    line-height: 47px;
    padding: 0 0 0 100px;
    background-size: 128px 55px;
    font-size: 28px;
    margin: 0;
  }
  .sticky .logo h3 {
    height: 55px;
    line-height: 55px;
  }
  .menu {
    padding: 38px 15px 0 15px;
  }
  .menu ul li {
    margin: 0 0 0 30px;
  }
  .menu ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .menu {
    padding: 38px 15px 0 15px;
  }
  .menu ul li {
    margin: 0 0 0 40px;
  }
  .menu ul {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1920px) {
  .sticky .menu {
    float: left;
    margin: 0 0 0 366px;
  }
}
@keyframes showmenu {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0%;
    opacity: 1;
  }
}
@media (min-width: 1px) {
  .slider {
    float: left;
    width: 100%;
    min-width: 320px;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
  }
  .defaultimg {
    float: left;
  }
  .slider img {
    width: 100%;
    height: auto;
  }
  .slidehide {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
  }
  .slidestay {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 200;
  }
  .slideshow {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 200; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation: slidein 1s; /* IE 10+, Fx 29+ */
  }
  .slideshow2 {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 200; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation: fadein 1s; /* IE 10+, Fx 29+ */
  }
  .contentbox, .contentbox2, .contentboxhide {
    position: absolute;
    overflow: hidden;
    left: 2%;
    top: 0;
    width: 90%;
    height: 320px;
    padding: 20px 0 0 20px;
    background: url(../images/slider/cborder.svg) no-repeat;
    background: none;
    background-size: contain;
    z-index: 999999;
    background-position: -400px 0px;
  }
  .contentbox2 {
    transition: background-position 0.7s ease-in 1s;
    background-position: 0px 0px;
  }
  .contentboxhide {
    transition: background-position 0.1s ease-in;
    background-position: -400px 0px;
  }
  .contentheading, .contentheading2, .contentheadinghide {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: -1px;
    margin-top: -60px;
    opacity: 0;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 2px 2px 5px #000;
  }
  .contentheading2 {
    margin-top: 0px;
    opacity: 1;
    transition: margin-top 0.5s ease-in 2s, opacity 0.5s ease-in 2s;
  }
  .contentheadinghide {
    margin-top: -60px;
    opacity: 0;
    transition: margin-top 0.3s ease-in, opacity 0.3s ease-in;
  }
  .contenttext, .contenttext2, .contenttexthide {
    float: left;
    clear: both;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 0px;
    margin-top: -60px;
    opacity: 0;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 2px 2px 5px #000;
  }
  .contenttext2 {
    margin-top: 8px;
    opacity: 1;
    transition: margin-top 0.5s ease-in 3s, opacity 0.5s ease-in 3s;
  }
  .contenttexthide {
    margin-top: -60px;
    opacity: 0;
    transition: margin-top 0.3s ease-in, opacity 0.3s ease-in;
  }
  .slideroverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999990;
    background: rgba(0, 0, 0, 0);
  }
  .sleftbutton {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: none;
  }
  .sleftbutton:hover {
    transition: font-size 0.2s ease-in;
    font-size: 40px;
  }
  .srightbutton {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: none;
  }
  .srightbutton:hover {
    transition: font-size 0.2s ease-in;
    font-size: 40px;
  }
}
@media (min-width: 480px) {
  .contentbox, .contentbox2, .contentboxhide {
    width: 80%;
    padding: 50px 0 0 50px;
  }
  .contentheading, .contentheading2, .contentheadinghide {
    font-size: 20px;
    line-height: 28px;
  }
  .contenttext, .contenttext2, .contenttexthide {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 600px) {
  .contenttext2 {
    margin-top: 10px;
    opacity: 1;
    transition: margin-top 0.5s ease-in 3s, opacity 0.5s ease-in 3s;
  }
  .contentbox, .contentbox2, .contentboxhide {
    left: 5%;
    top: 5%;
  }
  .contentheading, .contentheading2, .contentheadinghide {
    font-size: 30px;
    line-height: 38px;
  }
  .contenttext, .contenttext2, .contenttexthide {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 750px) {
  .srightbutton {
    display: block;
  }
  .sleftbutton {
    display: block;
  }
  .contentbox, .contentbox2, .contentboxhide {
    left: 5%;
    top: 10%;
  }
  .contentheading, .contentheading2, .contentheadinghide {
    font-size: 32px;
    line-height: 38px;
  }
  .contenttext, .contenttext2, .contenttexthide {
    font-size: 18px;
    line-height: 26px;
  }
  .contenttext2 {
    margin-top: 20px;
  }
}
@media (min-width: 1000px) {
  .contentheading, .contentheading2, .contentheadinghide {
    font-size: 46px;
    line-height: 50px;
  }
  .contenttext, .contenttext2, .contenttexthide {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .contentheading, .contentheading2, .contentheadinghide {
    font-size: 56px;
    line-height: 60px;
  }
  .contenttext, .contenttext2, .contenttexthide {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1350px) {
  .contentbox, .contentbox2, .contentboxhide {
    left: 5%;
    top: 15%;
    background: url(../images/slider/cborder.svg) no-repeat;
    background-size: contain;
    z-index: 999999;
    background-position: -400px 0px;
  }
  .contentbox2 {
    transition: background-position 0.7s ease-in 1s;
    background-position: 0px 0px;
  }
  .contentboxhide {
    transition: background-position 0.1s ease-in;
    background-position: -400px 0px;
  }
  .contentbox, .contentbox2, .contentboxhide {
    left: 8%;
    top: 20%;
  }
}
@media (min-width: 1600px) {
  .contentbox, .contentbox2, .contentboxhide {
    left: 15%;
    top: 24%;
  }
}
@media (min-width: 1700px) {
  .contentbox, .contentbox2, .contentboxhide {
    left: 19%;
    top: 26%;
  }
}
@keyframes textin {
  from {
    margin-top: -80px;
    opacity: 0;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes moveborder {
  from {
    background-position: -400px 0px;
  }
  to {
    background-position: 0px 0px;
  }
}
@keyframes slidein {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0%;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1px) {
  .itemslisting {
    display: flex;
    width: 100%;
    margin: 15px 0 15px 0;
    position: relative;
  }
  .filters {
    width: 25%;
    height: 100%;
    background-color: #FFF;
    min-width: 200px;
    display: flex;
    position: absolute;
    left: -250px;
    top: 0;
    z-index: 999;
    flex-direction: column;
    border-right: #e6e6e6 1px solid;
    padding: 0;
    transition: left 1s;
  }
  .filtersheading {
    display: flex;
    width: 100%;
    height: 44px;
    background-color: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px 0 0;
  }
  .filtersheadingleft {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    line-height: 44px;
    background-image: url(../images/sliders-h.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding: 0 0 0 25px;
  }
  .filterbuttoncontainer {
    flex: 1 1;
    display: flex;
    align-items: flex-start;
  }
  .filterbutton {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #999999;
    background-size: 14px;
    text-decoration: none;
    border: #ccc 1px solid;
    height: 34px;
    line-height: 32px;
    padding: 0 5px 0 23px;
    background-image: url(../images/sliders-h.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  .filtersheadingright {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #999999;
    text-decoration: none;
    background-image: url(../images/times.svg);
    background-position: 38px center;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 0 20px 0 5px;
    border: #ccc 1px solid;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
  }
  .list {
    flex: 1 1;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    flex-direction: column;
  }
  .listheading {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
  }
  .listheading p {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin: 0 10px 0 0;
  }
  .listdropdown {
    width: 42%;
    height: 42px;
    line-height: 42px;
    background-color: #f3f3f3;
    border: none;
    padding: 0 0 0 15px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    outline: none;
    background-image: url(../images/angle-down.svg);
    background-position: 93% center;
    background-repeat: no-repeat;
    background-size: 10px;
  }
  .categories, .category {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    padding: 20px 25px 20px 0;
    border-top: #e6e6e6 1px solid;
  }
  .category {
    font-weight: 400;
    padding: 0 25px 18px 0;
    border: none;
  }
  .category a {
    text-decoration: none;
    color: #000000;
  }
  .productslist {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .productcontainer {
    width: 50%;
    height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 30px 0 0 0;
  }
  .productimage {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .productimg {
    max-width: 100%;
    max-height: 280px;
  }
  .producttitle, .productprice {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7f7f83;
    padding: 10px 10px 0px 0;
  }
  .productprice {
    font-weight: 700;
    color: #196b1b;
    font-size: 15px;
  }
  .sbanner {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #ffef00;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 46px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 13px;
    opacity: 0.5;
    box-shadow: rgba(0, 0, 0, 0.1) -2px 2px 5px;
    transform: rotate(-20deg);
  }
  .openfilter {
    left: 0;
    transition: left 1s;
  }
}
@media (min-width: 530px) {
  .listdropdown {
    width: 240px;
  }
  .itemslisting {
    margin: 20px 0 20px 0;
  }
}
@media (min-width: 730px) {
  .productcontainer {
    width: 33%;
  }
}
@media (min-width: 930px) {
  .filterbutton {
    display: none;
  }
  .filtersheadingright {
    display: none;
  }
  .filters {
    position: static;
  }
  .productslist {
    padding: 0px 0 0 20px;
  }
}
@media (min-width: 1px) {
  .midconcontainer {
    float: left;
    width: 100%;
    /*background:url(../images/tmp.png) 348px 0px no-repeat;*/
    z-index: 99999;
    position: relative;
  }
  .midcon {
    max-width: 1200px;
    min-height: 300px;
  }
  .mcc1 {
    float: left;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
  .mcc2 {
    float: left;
    padding: 0 15px 0 15px;
    width: 100%;
  }
  .mccimg1, .mccimg2 {
    float: right;
    width: 100%;
  }
  .mccimg1 {
    margin: 10px 0 0 0;
  }
  .mccimg2 {
    margin: 25px 0 0 0;
  }
  .mch1 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
    text-align: left;
    -webkit-font-smoothing: antialiased;
  }
  .mch2 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #001e57;
    text-align: left;
    clear: both;
    margin: 10px 0 23px 0;
    -webkit-font-smoothing: antialiased;
  }
  .mcline {
    float: left;
    height: 1px;
    width: 120px;
    background: #011f58;
    clear: both;
  }
  .mcline p {
    float: right;
    height: 1px;
    width: 80px;
    background: #df6613;
  }
  .mch3 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #555555;
    text-align: left;
    clear: both;
    margin: 36px 0 23px 0;
    -webkit-font-smoothing: antialiased;
  }
  .mch4 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
    text-align: left;
    -webkit-font-smoothing: antialiased;
  }
  .mcbox {
    float: left;
    position: relative;
    width: 100%;
    margin: 46px 0 15px 0px;
    background-color: #FFF;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
    z-index: 100000;
  }
  .mcboxc1, .mcboxc2, .mcboxc3 {
    float: left;
    width: 100%;
    height: 135px;
    padding: 33px 0 0 0;
  }
  .mcboxc2 {
    border-left: none;
    border-right: none;
  }
  .mcboxh1, .mcboxh1 span {
    float: left;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #df6512;
    text-align: center;
    -webkit-font-smoothing: antialiased;
  }
  .mcboxh1 span {
    float: none;
    font-weight: 400;
  }
  .mcboxh2 {
    float: left;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #555555;
    letter-spacing: 1px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 768px) {
  .mcboxc2 {
    border-left: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
  }
  .mcboxc1, .mcboxc2, .mcboxc3 {
    width: 33.3%;
    height: 135px;
  }
}
@media (min-width: 992px) {
  .mccimg1 {
    margin: -18px 0 0 0;
  }
  .mcc1 {
    width: 50%;
    padding: 94px 20px 0 15px;
  }
  .mcc2 {
    padding: 0 15px 0 0;
    width: 50%;
  }
}
@media (min-width: 1030px) {
  .mcbox {
    width: 110%;
  }
  .mch2 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1px) {
  .tcolbcontainer {
    float: left;
    width: 100%;
    padding: 0;
  }
  .tcolbinnercontainer {
    max-width: 1300px;
    width: 100%;
    background-color: #001e57;
    background-image: url(../images/cogs.svg);
    background-position: -20px 50px;
    background-size: 400px 400px;
    background-repeat: no-repeat;
  }
  .tcolb {
    width: 100%;
    max-width: 1200px;
    min-height: 300px;
    overflow: hidden;
  }
  .tcolbc1 {
    float: left;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
  .tcolbc2 {
    float: left;
    width: 100%;
    padding: 1px 15px 0 15px;
  }
  .tcolbc3, .tcolbc4, .tcolbc5 {
    float: left;
    width: 100%;
    padding: 15px 15px 15px 15px;
  }
  .tcolbimg {
    float: left;
    width: 100%;
    margin: 1px 0 0 0;
    overflow: hidden;
  }
  .tcolbimg img {
    float: left;
    width: 100%;
    transition: all 0.3s ease;
  }
  .tcolbimg img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
  }
  .tcolbh1 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #a8aaac;
    text-align: left;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
  }
  .tcolbh2 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    clear: both;
    margin: 10px 0 23px 0;
    -webkit-font-smoothing: antialiased;
  }
  .scols {
    float: left;
    width: 100%;
  }
  .tcolbh3, .tcolbh6 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    clear: both;
    margin: 20px 0 0 0;
    -webkit-font-smoothing: antialiased;
  }
  .tcolbh4, .tcolbh5 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #8896b1;
    text-align: left;
    -webkit-font-smoothing: antialiased;
  }
  .tcolbh4 {
    margin: 23px 0 13px 0;
  }
  .tcolbh5 {
    margin: 10px 0 13px 0;
  }
  .tcolbh6 {
    text-decoration: none;
    margin: 20px 0 0 0;
  }
  .tcolbh6:hover {
    color: #df6512;
    transition: color 0.3s ease-in;
  }
  .tcolbreadmore {
    float: left;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: "Lato", sans-serif;
    color: #df6512;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    background: url(../images/ar2.svg) right no-repeat;
    padding: 0 15px 0 0;
    background-size: 15px 15px;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
  }
  .tcolbreadmore:hover {
    color: #FFF;
    transition: color 0.3s ease-in;
  }
  .mcline2 {
    background: #FFF;
  }
}
@media (min-width: 768px) {
  .tcolbc1 {
    width: 33.3%;
    padding: 15px 15px 0 15px;
  }
  .tcolbc2 {
    width: 66.6%;
    padding: 15px 15px 0 15px;
  }
  .tcolbh5 {
    margin: 10px 0 23px 0;
  }
  .tcolbh4 {
    margin: 43px 0 23px 0;
  }
  .tcolbimg {
    margin: 35px 0 0 0;
  }
  .tcolbc3, .tcolbc4, .tcolbc5 {
    width: 33.3%;
    padding: 15px 15px 80px 15px;
  }
  .tcolbh6 {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 992px) {
  .tcolb {
    padding: 115px 0 0 0;
  }
}
@media (min-width: 1030px) {
  .tcolbh2 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1px) {
  .fullconcontainer {
    float: left;
    width: 100%;
    /*background:url(../images/tmp.png) 348px 0px no-repeat;*/
    z-index: 99999;
    position: relative;
    margin: 10px 0 0 0;
  }
  .fullcon {
    max-width: 1200px;
    min-height: 300px;
  }
  .fcc1 {
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 15px 15px 0px 15px;
  }
  .fcimg {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/electricity.jpg) center no-repeat;
    background-size: cover;
  }
  .fcc2 {
    float: left;
    padding: 0 15px 25px 15px;
    width: 100%;
    background: #FFFFFF;
  }
  .fch1 {
    float: left;
    margin: 20px 0 0 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
    text-align: left;
    -webkit-font-smoothing: antialiased;
  }
  .fch2 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #001e57;
    text-align: left;
    clear: both;
    margin: 10px 0 23px 0;
    -webkit-font-smoothing: antialiased;
  }
  .fcline {
    float: left;
    height: 1px;
    width: 120px;
    background: #011f58;
    clear: both;
  }
  .fcline p {
    float: right;
    height: 1px;
    width: 80px;
    background: #df6613;
  }
  .fch3 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #555555;
    text-align: left;
    clear: both;
    margin: 36px 0 23px 0;
    -webkit-font-smoothing: antialiased;
  }
  .fch4 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
    text-align: left;
    -webkit-font-smoothing: antialiased;
  }
  .fclist, .fclistn {
    float: left;
    padding: 25px 0 0 25px;
    margin: 0;
    clear: both;
  }
  .fclist p, .fclistn p, .fclistn li {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #555555;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    background: url(../images/arr.svg) left no-repeat;
    background-size: 14px 14px;
    background-position: 0px 5px;
    padding: 0 0 0 24px;
    margin: 0 0 10px 0;
  }
  .fclistn p, .fclistn li {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    list-style: none;
  }
  .fclist p a, .fclistn li a {
    text-decoration: none;
    color: #555555;
  }
  .numberlist {
    padding: 15px 0 10px 20px;
  }
  .numberlist li {
    list-style: decimal;
    padding: 0 0 0 5px;
    background: none;
  }
}
@media (min-width: 500px) {
  .fcc1 {
    height: 500px;
  }
}
@media (min-width: 640px) {
  .fcc1 {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .fcc1 {
    height: 800px;
  }
}
@media (min-width: 992px) {
  .fullconcontainer {
    margin: 0;
  }
  .fcimg {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 102%;
  }
  .fcc1 {
    width: 50%;
    height: auto;
    padding: 74px 20px 0 15px;
  }
  .fcc2 {
    padding: 30px 15px 90px 20px;
    width: 50%;
  }
}
@media (min-width: 1030px) {
  .fch2 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1px) {
  .posbodcontainer {
    float: left;
    width: 100%;
    /*background:url(../images/tmp.png) 348px 0px no-repeat;*/
    z-index: 99999;
    position: relative;
    padding: 10px 0 0 0;
  }
  .posbod {
    max-width: 1200px;
    min-height: 300px;
  }
  .legalbody {
    padding: 15px 15px 15px 15px;
  }
  .pbc1 {
    float: left;
    padding: 0 15px 25px 15px;
    width: 100%;
    position: relative;
    z-index: 999;
  }
  .pbc2 {
    float: left;
    padding: 0 15px 25px 15px;
    width: 100%;
  }
  .pbimg {
    float: right;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/about_us.jpg) center no-repeat;
    background-size: cover;
    opacity: 0.1;
    transition: all 1s ease;
  }
  .pbh1 {
    float: left;
    margin: 20px 0 0 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    z-index: 999;
  }
  .pbh2, h1 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #001e57;
    text-align: left;
    clear: both;
    margin: 10px 0 23px 0;
    -webkit-font-smoothing: antialiased;
  }
  .pbline {
    float: left;
    height: 1px;
    width: 120px;
    background: #011f58;
    clear: both;
    margin: 0 0 36px 0;
  }
  .pbline p {
    float: right;
    height: 1px;
    width: 80px;
    background: #df6613;
  }
  .pbh3 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #555555;
    text-align: left;
    clear: both;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px 0;
  }
  .pbh4 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 23px 0;
    clear: both;
  }
  .pbh5, h2 {
    float: left;
    clear: both;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #df6512;
    text-align: left;
    clear: both;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 5px 0;
  }
  .pbh6, h3 {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #001e57;
    text-align: left;
    clear: both;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px 0;
  }
  .itemstable {
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 30px 0 10px 0;
    list-style: none;
    padding: 0;
  }
  .itemstable span {
    float: left;
    width: 100%;
    height: auto;
  }
  .itemstable li {
    float: left;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #001e57;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    padding: 2px 2px 2px 2px;
    overflow: hidden;
  }
  .itemstable li::before {
    float: left;
    display: inline-block;
    content: "";
    border-radius: 5px;
    height: 10px;
    width: 10px;
    background-color: #df6512;
    margin: 7px 10px 0 0;
  }
  .pblist {
    float: left;
    clear: both;
    overflow: hidden;
    padding: 30px 0 0 30px;
  }
  .pblist p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #555555;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    background: url(../images/arr.svg) left no-repeat;
    background-size: 14px 14px;
    background-position: 0px 5px;
    padding: 0 0 0 24px;
    margin: 0 0 10px 0;
  }
  .vspace {
    float: left;
    width: 100%;
    height: 30px;
  }
  .servicesimg {
    background: url(../images/services.jpg) center no-repeat;
    background-size: cover;
  }
  .galleryside {
    background: url(../images/galleryside.jpg) center no-repeat;
    background-size: cover;
  }
  .auimg {
    background: url(../images/electrician.jpg) center no-repeat;
    background-size: cover;
  }
  .primg {
    background: url(../images/safetycerts.jpg) center no-repeat;
    background-size: cover;
  }
  .legalimg {
    background: url(../images/legal.jpg) center no-repeat;
    background-size: cover;
  }
  .safecert img {
    width: 150px;
    margin-right: 10px;
    float: left;
  }
  .searchline {
    float: left;
    width: 100%;
    height: 1px;
    border-top: #ccc 1px solid;
  }
  .searchlink {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #001e57;
    text-align: left;
    margin: 1px 0 40px 0;
  }
}
@media (min-width: 500px) {
  .itemstable li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .posbodcontainer {
    padding: 0;
  }
  .pbc1 {
    padding: 30px 15px 90px 20px;
    width: 70%;
  }
  .pbc2 {
    padding: 30px 20px 90px 15px;
    width: 30%;
  }
  .pbimg {
    float: left;
    width: 30%;
    height: 100%;
    opacity: 1;
  }
}
@media (min-width: 1030px) {
  .pbh2, h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1px) {
  .full {
    width: 100%;
  }
  .pplink {
    color: #df6512;
  }
  .pproduct {
    float: left;
    display: flex;
    flex-direction: column;
    border: #FFF 4px solid;
    margin: 0 10px 20px 0;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
  .pproduct img {
    height: 200px;
  }
  .pproduct p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #196b1b;
    padding: 5px 5px 3px 5px;
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 1px) {
  .cuc1 {
    float: left;
    padding: 0 15px 0px 15px;
    width: 100%;
    position: relative;
    z-index: 999;
  }
  .contactform {
    float: left;
    clear: both;
    width: 100%;
  }
  .contactform div {
    float: left;
    width: 100%;
  }
  #cname, #cemail {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    height: 60px;
  }
  #ccname, #cphone {
    float: right;
    width: 100%;
    height: 60px;
    margin: 0 0 20px 0;
  }
  #caddress {
    width: 100%;
    height: 60px;
  }
  .contactform input[type=text], input[type=tel], input[type=email], textarea {
    float: left;
    outline: none;
    color: #111;
    line-height: 26px;
    padding: 10px 28px;
    font-size: 14px;
    border-radius: 2px;
    background: #f3f5f9;
    border: 1px solid #001e57;
    transition: all 300ms ease;
    -webkit-appearance: unset;
  }
  input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
    border: #df6512 1px solid;
  }
  #cmessage {
    float: left;
    width: 100%;
    resize: none;
    height: 200px;
    margin: 20px 0 0 0;
  }
  #csubmit {
    float: left;
    -webkit-font-smoothing: antialiased;
    -webkit-hyphens: manual;
            hyphens: manual;
    border: none;
    outline: none;
    margin: 20px 0 20px 0;
    -webkit-appearance: button;
    transition: all 0.3s ease;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 35px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #001e57;
    box-sizing: border-box;
    cursor: pointer;
  }
  #csubmit:hover {
    background-color: #df6512;
    transition: all 0.3s ease;
  }
  .rightsticky {
    float: right;
    width: 100%;
    background: #df6512;
    margin: 1px 0 0 0;
    padding: 50px 20px 50px 20px;
  }
  .contactdetails {
    float: left;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
  }
  .contacttext {
    float: left;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 10px 0 10px 0;
  }
  .contactaddress {
    float: left;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 10px 0 10px 60px;
    background-image: url(../images/home.svg);
    background-repeat: no-repeat;
    background-position: 0px 14px;
    background-size: 40px 40px;
  }
  .contactaddress strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .contactaddress a {
    text-decoration: none;
    color: #FFF;
  }
  .ctel {
    background-image: url(../images/phone-square.svg);
  }
  .cbusiness {
    background-image: url(../images/building.svg);
  }
  .cemail {
    background-image: url(../images/envelope.svg);
  }
  .gcnote {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "Lato", sans-serif;
    font-size: 12px;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
  .gmap {
    float: left;
    width: 100%;
    margin: 4px 0 0 0;
  }
  .gmap iframe {
    width: 100%;
    height: 500px;
    border: none;
  }
}
@media (min-width: 500px) {
  #cname, #cemail {
    width: 48%;
  }
  #ccname, #cphone {
    width: 49%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .rightsticky {
    width: 30%;
    margin: 59px 0 0 0;
    padding: 50px 20px 50px 40px;
  }
  .contactform {
    width: 99%;
  }
  .cuc1 {
    padding: 30px 15px 0px 20px;
    width: 70%;
  }
}
@media (min-width: 1030px) {
  .rightsticky {
    padding: 50px 20px 50px 40px;
  }
}
@media (min-width: 1px) {
  .footercontainer {
    float: left;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    margin: 0;
    padding: 10px 0 40px 0;
    background: #091333;
  }
  .footer {
    max-width: 1210px;
    min-height: 300px;
    padding: 0 20px 0 23px;
  }
  .flogocontainer {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .flogo {
    float: left;
    width: 128px;
    height: 52px;
    line-height: 47px;
    padding: 0 0 0 60px;
    background: url(../images/logo.png) no-repeat left;
    background-size: contain;
    background-size: 128px;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .fc1, .fc2, .fc3, .fc4 {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0 0;
  }
  .fc1 {
    padding: 0px 0px 0px 0;
  }
  .fslogan {
    float: left;
    padding: 10px 20px 30px 0;
    width: 100%;
    overflow: hidden;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #c7c7c7;
    text-align: left;
    -webkit-font-smoothing: antialiased;
  }
  .fbutton {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #c7c7c7;
    border: 1px solid #FFF;
    border-radius: 3px;
    padding: 10px 26px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
  .fbutton:hover {
    background: #df6512;
    color: #FFF;
  }
  .fc2 {
    padding: 0;
  }
  .fheading {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    -webkit-font-smoothing: antialiased;
  }
  .fline {
    float: left;
    width: 50px;
    height: 10px;
    border-bottom: #df6512 1px solid;
    clear: both;
    margin: 0 0 10px 0;
  }
  .fc2 a, .fc3 a {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #c7c7c7;
    text-align: left;
    text-decoration: none;
    clear: both;
    margin: 12px 0 0 0;
    -webkit-font-smoothing: antialiased;
  }
  .fc3 {
    padding: 0 20px 0 0;
  }
  .tellink {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    clear: both;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    margin: 10px 0 0 0;
    -webkit-font-smoothing: antialiased;
  }
  .faddress {
    float: left;
    clear: both;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #c7c7c7;
    text-align: left;
    margin: 10px 0 0 0;
    -webkit-font-smoothing: antialiased;
  }
  .femail {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #c7c7c7;
    text-align: left;
    margin: 10px 0 10px 0;
    text-decoration: none;
    clear: both;
    -webkit-font-smoothing: antialiased;
  }
  .ftime {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #c7c7c7;
    text-align: left;
    clear: both;
    -webkit-font-smoothing: antialiased;
  }
  .copyright {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #091333;
    position: relative;
  }
  .copyright p {
    max-width: 1200px;
    min-height: 80px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #c7c7c7;
    text-align: left;
    padding: 30px 20px 30px 20px;
    border-top: #1d2739 1px solid;
    -webkit-font-smoothing: antialiased;
  }
  .developer {
    color: #df6512;
    text-decoration: none;
  }
  .linkedin, .notscam {
    float: left;
    clear: both;
  }
  .notscam {
    clear: none;
  }
  .linkedin img, .notscam img {
    float: left;
    width: 25px;
    height: auto;
  }
  .notscam img {
    width: 26px;
    margin: 1px 0 0 5px;
  }
  .callbutton {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 48px;
    height: 48px;
    border: #009900 1px solid;
    background-color: #009900;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    z-index: 9999999;
  }
  .callbutton img {
    width: 24px;
  }
}
@media (min-width: 560px) {
  .footercontainer {
    padding: 60px 0 40px 0;
  }
  .fc1, .fc2, .fc3, .fc4 {
    width: 50%;
    min-height: 360px;
    margin: 0;
  }
}
@media (min-width: 595px) {
  .fc1, .fc2, .fc3, .fc4 {
    min-height: 320px;
  }
}
@media (min-width: 750px) {
  .fc1, .fc2, .fc3, .fc4 {
    min-height: 300px;
  }
}
@media (min-width: 1000px) {
  .footercontainer {
    padding: 100px 0 40px 0;
  }
  .fc1, .fc2, .fc3, .fc4 {
    min-height: 290px;
    width: 25%;
  }
  .fc2 {
    padding: 0 0 0 20px;
  }
}
.gallerycontainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.gallery-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px; /* space between images */
  justify-content: flex-start;
  margin-bottom: 10px;
}

.gallery-row a {
  flex: 1 1 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  box-sizing: border-box;
}

.gallery-row img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.nomb {
  margin-bottom: 0;
}

.nomt {
  margin-top: 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}/*# sourceMappingURL=style.css.map */