/*--
	Author: 
	Author URL: http://.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/
body {
  padding: 0;
  margin: 0;
  background: #FFF;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Exo 2', 'Helvetica', sans-serif;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body a:focus, a:hover {
  text-decoration: none;
}

input[type="button"], input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-align: center;
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'Exo 2', 'Helvetica', sans-serif;
}
.mb-0 {
  margin-bottom: 0 !important;
}
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

a:focus, a:hover {
  text-decoration: none;
  outline: none
}

img {
  width: 100%;
}

/*-- //Reset Code --*/
/*-- Header --*/
.top {
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(195, 59, 49, 0.16);
  position: relative;
}

.header {
  /*background: url('../images/background/banner.svg') no-repeat 0px 0px;*/
  background-size: cover;
}

.logo {
  position: absolute;
  top: 3px;
  left: 0;
  float: none;
  /*float:left;*/
  /*width:20%;*/
}

.logo a h2 {
  font-family: 'Aclonica', sans-serif;
  color: #fff;
  display: inline-block;
  margin-top: 35px;
  font-size: 30px;
}

.navbar-default {
  /*position:absolute;*/
  top: 0;
  left: 0;
  /*background: transparent;*/
  background: rgba(255, 255, 255, 1);
  border: none;
  width: 100%;

}

div#navbar {
  margin: 25px 0 !important;
  width: 100% !important;
  text-align: center !important;
  float: none !important;
  /*float:left;*/
  /*width:43%;*/
  /*margin: 25px 0px 0px 130px;*/
  padding: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  float: left !important;

}

.navbar-default .navbar-nav > li > a {
  color: #c33b31;
  border: 1px solid rgba(255, 255, 255, 0.01);
  /*border-top:1px solid rgba(255, 255, 255, 0.01);*/
  /*border-bottom:1px solid rgba(255, 255, 255, 0.01);*/
  /*font-size: 14px;*/
  font-size: 16px;
  padding: 10px 12px;
}

/*.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {*/
.navbar-default .navbar-nav > li > a:hover {
  border: 1px solid #c33b31;
  /*border-top:1px solid #c33b31;*/
  /*border-bottom:1px solid #c33b31;*/
  background-color: transparent;
  color: #c33b31;
  border-radius: 5px;
}

.navbar-default .navbar-nav > li.active > a {
  border: 1px solid #c33b31;
}

.nav.navbar-nav {
  width: 100%;
}

.nav.navbar-nav li {
  float: none;
  display: inline-block;
}

#order {
  float: right;
  display: inline-block;
  /* float: right; */
  margin-right: 0;
  /*background-color: #fff;*/
  /* margin-top: 6px; */
  /*color: #c33b31;*/
  font-weight: 300;
  line-height: 20px;
}

.header-search {
  float: left;
  position: relative;
  width: 25%;
}

/*--start search--*/
.sb-search {
  position: absolute;
  right: 0;
  top: 29px;
  width: 32px;
  margin: 0;
  height: 32px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0px;
  left: -77px;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 31px;
  margin: 0;
  z-index: 10;
  font-size: 1em;
  color: #fff;
  padding: 0 2em 0 3.5em;
  -webkit-appearance: none;
}

.sb-search-submit {
  filter: alpha(opacity=0);
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
  -webkit-appearance: none;
  width: 40px;
  background: none;
}

.sb-search-input::-webkit-input-placeholder {
  color: #212121;
}

.sb-search-input:-moz-placeholder {
  color: #212121;
}

.sb-search-input::-moz-placeholder {
  color: #212121;
}

.sb-search-input:-ms-input-placeholder {
  color: #212121;
}

.sb-icon-search {
  z-index: 99;
}

.sb-icon-search, .sb-search-submit, .sb-search.sb-search-open .sb-search-submit {
  position: absolute;
  cursor: pointer;
  font-size: 1.5em;
  padding: 0 0.2em;
  color: #fff;
}

.sb-search.sb-search-open .sb-search-submit:before {
  content: "\e003";
  font-family: 'Glyphicons Halflings';
}

.sb-icon-search:before, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search:before {
  content: "\e003";
  font-family: 'Glyphicons Halflings';
}

.sb-search.sb-search-open .sb-search-input {
  left: 0;
}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
  color: #FFFFFF;
  position: absolute;
  /*----*/
  cursor: pointer;
  padding: 0 0.5em;
  top: 0;
  font-size: 1.6em;
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
  z-index: 90;
}

.sb-search ::-webkit-input-placeholder {
  color: #FFF !important;
}

/*--//search-ends--*/
.banner {
  padding-top: 120px;
  margin-top: 0;
  /*margin-left: 60px;*/
  /*margin-right: 60px;*/
}

.banner img {
  cursor: pointer;
}

.bannertext {
  padding-top: 0px !important;
  color: #fff;
  text-align: center;
  width: 100% !important;
  padding-bottom: 43% !important;
  margin-top: 93px !important;
  position: relative;
}

.bannertext h1 {
  font-size: 85px;
  font-family: 'Lora', serif;
}

.bannertext p {
  width: 25%;
  margin: 30px auto;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

a.more {
  padding: 10px 40px;
  color: #fff;
  background-color: #A6CE39;
  font-size: 16px;
  display: inline-block;
  /*border-radius: 20px;*/
  border-radius: 5px;
  /*border: 1px solid;*/
  border: 1px solid #A6CE39;
  font-family: sans-serif;
}

a.click {
  padding: 7px 40px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  display: inline-block;
  border-radius: 20px;
}

a.more:hover {
  color: #A6CE39;
  background-color: #FFF;
  border: 1px solid #A6CE39;
  /*--agileits--*/
}

a.click:hover {
  color: #fff;
  background-color: #20bbe7;
}

.modal-header {
  border-bottom: none;
}

.modal-body p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
}

.arrow {
  padding: 100px 0px 50px 0px;
}

.arrow img {
  width: 2%;
}

/*-- //Header --*/

.product-carousel {
  margin-top: 30px;
}

/*-- About --*/
.history {
  background-color: #fff;
  /*padding: 80px 0px;*/
  /*padding: 80px 0px !important;*/
  padding: 80px 0px !important;
  text-align: center;
}

.history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
  color: #000;
  font-size: 35px;
  /*margin-bottom: 50px;*/
  margin-bottom: 30px;
  background: url('../images/icon/underline.svg') no-repeat 50% 100%;
  padding-bottom: 30px;
  /*white-space: nowrap;*/
}

.product-carousel h3 {
  margin-bottom: 7px;
}

.product-carousel h3 {
  color: #000;
  /*padding-top: 80px !important;*/
}

/*.product-carousel .item > img {*/
  /*height: auto;*/
  /*/!*width: 100%;*!/*/
  /*width: 50%;*/
  /*padding-top: 95px;*/
/*}*/

.product-carousel .more, #productlist .more {
  margin-top: 0px;
  padding: 7px 29px;
  /*border: none;*/
  text-shadow: none;
}

.product-carousel .more:hover, #productlist .more:hover {
  /*border: none;*/
}

.product-carousel .carousel-caption p {
  /*color: #FFF;*/
  /*text-shadow: 1px 1px 4px #000,2px 2px rgba(0,0,0,0.5);*/
}

/*.product-carousel {*/
  /*padding: 80px 0px !important;*/
  /*text-align: center;*/
  /*background: url('../images/background/size.jpg') center center / cover no-repeat fixed;*/
  /*background-size: cover;*/
/*}*/

.history h3 {
  margin-bottom: 30px;
}

.product-carousel h3 {
  margin-bottom: 7px;
}

.history p {
  width: 60%;
  margin: 0 auto;
  line-height: 30px;
  color: #000;
  font-size: 18px;
}

.contact p {
  /*color: #FFF !important;*/
  color: #000;
  width: 60%;
  margin: 0 auto;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
}

/*-- //About --*/

/*-- Services --*/
.services {
  /*padding: 80px 0px;*/
  padding: 80px 0px !important;
  /*----*/
  text-align: center;
  /*background:url('../images/sbgb.jpg') no-repeat 0px 0px;*/
  /*background: url('../images/background/size.jpg') center center / cover no-repeat fixed;*/
  background-size: cover;
}

.section-white {
  background: none;
}

.no-banner {
  padding: 120px 0 80px 0px !important;
}

.services h3 {
  color: #000;
}

.section-white h3 {
  color: #000;
}

.services img {
  width: 10%;
}

.services h4 {
  font-size: 20px;
  color: #000;
  margin: 15px 0px;
}

.section-white h4 {
  color: #000;
}

#productlist.services h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 5px 0;
  /*min-height: 38px;*/
}

.sg1, .sg2, .sg3 {
  padding-bottom: 50px;
}

label.whiteline {
  display: block;
  background-color: #000;
  width: 10%;
  margin: 10px auto;
  height: 3px;
}

.services p {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  /*color: #949292;*/
}

#productlist.services .product-container article p {
  margin-bottom: 0;
  line-height: 18px;
}

@media (max-width: 767px) {
  .services p {
    width: 100%;
  }
}

.services a {
  /*color: #fff;*/
  /*background-color: #000;*/
  /*padding: 7px 15px;*/
  /*margin-top: 15px;*/
  /*display: inline-block;*/
}

/*-- //Services --*/

/*-- //Gallery--*/
.gallery {
  /*padding: 80px 0px;*/
  padding: 80px 0px !important;
}

.ggrids {
  padding: 0;
}

#prod-gallery .gallery-grids {
  margin: 0;
}

#prod-gallery .gallery-grids1 {
  margin: 0;
}

.gallery-grids {
  margin: 3em 0 0;
}

/*--agileits--*/
.gallery-grid-left1 {
  position: relative;
  overflow: hidden;
}

.gallery-grid-left1 .p-mask, .row .product .vm-product-media-container .p-mask {
  opacity: 0;
  visibility: hidden;
  background: #c33b31;
  bottom: 0%;
  position: absolute;
  padding: 1em;
  width: 100%;
  -webkit-transform: translate3d(0px, 100%, 0px);
  -moz-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-align: left;
}

.gallery-grid-left1 .p-mask .p-desc {
  color: #a3a3a3;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.gallery-grid-left1:hover .p-mask, .row .product:hover .p-mask {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.p-mask h4 {
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
  /*line-height: 1.8em;*/
}

.p-mask p {
  margin: 0;
  color: #E4E4E4;
  line-height: 1.8em;
  font-size: 14px;
  text-align: center;
}

.gallery-grids1 {
  margin: 3em 0 0;
}

.gallery-grid-left {
  float: left;
  width: 16.66%;
}

#prod-gallery .gallery-grid-left {
  width: 50px !important;
  height: 50px;
  overflow: hidden;
}

.gallery-grids2-left {
  float: left;
  width: 33.33%;
}

.gallery-grid-left1:hover {
  opacity: 1;
}

/*-- //Gallery --*/

/*-- News--*/
.news {
  padding: 80px 0px;
  background: url('../images/nbg2.jpg') no-repeat 0px 0px;
  background-size: cover;
}

.news h3 {
  color: #fff;
}

.news h5, .news h4 {
  color: #fff;
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 23px;
}

.newsl img {
  margin: 15px 0px;
}

.news h6 {
  color: #fff;
  text-align: left;
  font-size: 18px;
  margin-top: 30px;
}

.news p {
  font-size: 18px;
  color: #D4CFCF;
  line-height: 30px;
}

.news ul li {
  display: inline-block;

}

.news ul li a {
  padding: 8px 15px;
  background-color: #f34162;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

/* --Rectangle In-- */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: rgba(0, 188, 253, 0.63);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #20bbe7;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*-- //Rectangle-in--*/
a.date {
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.23);
  padding: 3px 15px;
  margin-top: 5px;
  font-size: 14px;
}

.newsrtl {
  margin: 10px 0px;
  padding-left: 0;
}

.newsrbl {
  padding-left: 0;
}

/*-- //News--*/

/*-- Contact --*/
.contact {
  padding: 80px 0px;
  background-size: cover;
}

/*input[type="text"] {*/
  /*width: 80%;*/
  /*padding: 10px;*/
  /*margin-bottom: 10px;*/
  /*font-size: 14px;*/
  /*background: transparent;*/
  /*border: 1px solid #000;*/
  /*color: #000;*/
/*}*/

textarea {
  width: 80%;
  padding: 10px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  min-height: 170px;
  resize: none;
}

.contact input[type="submit"] {
  margin: 0px 0px;
  padding: 10px 20px;
  background-color: #00BEFF;
  outline: none;
  color: #fff;
  font-size: 14px;
  border: none;
}

input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}

.contact h4 {
  text-align: left;
  color: #000;
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 700;
}

.contact h5 {
  padding: 0px 0px 5px 0px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
}

.contact h5 a {
  color: #000 !important;
}

.contact h5 a:hover {
  color: #c33b31 !important;
}

.contact h4 {
  text-align: center;
}
/*-- //Contact --*/

/*-- Footer --*/
.footer {
  text-align: center;
  padding: 80px 0px;
  /*background: #161616;*/
  background: #c33b31;
}

.footer h5 {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}

.socialicons ul {
  padding: 0;
}

.socialicons ul li {
  display: inline-block;
}

.socialicons ul li a {
  height: 50px;
  width: 50px;
  background: url('../images/img-sprite.png') no-repeat 0px 0px;
  display: block;
  border: none;
}

.socialicons ul li a.twitter {
  background: url('../images/img-sprite.png') no-repeat -50px 0px;
}

.socialicons ul li a.pinterest {
  background: url('../images/img-sprite.png') no-repeat -100px 0px;
}

.socialicons ul li a.google {
  background: url('../images/img-sprite.png') no-repeat -150px 0px;
}

.socialicons ul li a.linkedin {
  background: url('../images/img-sprite.png') no-repeat -200px 0px;
}

.socialicons ul li a.facebook:hover {
  background: url('../images/img-sprite.png') no-repeat 0px -50px;
}

.socialicons ul li a.twitter:hover {
  background: url('../images/img-sprite.png') no-repeat -50px -50px;
}

.socialicons ul li a.pinterest:hover {
  background: url('../images/img-sprite.png') no-repeat -100px -50px;
}

.socialicons ul li a.google:hover {
  background: url('../images/img-sprite.png') no-repeat -150px -50px;
}

.socialicons ul li a.linkedin:hover {
  background: url('../images/img-sprite.png') no-repeat -200px -50px;
}

.footer h3 {
  color: #000;
  font-size: 20px;
  padding-bottom: 25px;
  font-family: 'Aclonica', sans-serif;
}

.footer h5 {
  color: #b3b3b3;
  font-size: 16px;
}

label.footerline {
  display: block;
  background-color: #fff;
  width: 13%;
  margin: 12.5px auto;
  height: 1px;
}

.footer p {
  font-size: 16px;
  color: #fff;
}

.footer p a {
  color: #fff;
}

.footer p a:hover {
  color: #000;
}

/*-- //Footer--*/

/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  /*z-index: 1030;*/
  z-index: 1029;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(../images/up-arrow.svg) no-repeat 0px 0px;
  opacity: 0.8;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/*-- //to-top --*/

/** PRODUCT CONTROLS - BEGIN **/
#product-controls {
  text-align: right;
  margin-top: 30px;
}

#product-controls label {
  font-weight: 400;
}

#product-controls select {
  padding: 10px 30px 12px 10px;
  height: auto;
  border-radius: 0px;
  margin-left: 10px;
  box-shadow: none;
  min-width: 117px;

  background: url(../images/icon/arrow_down.svg) no-repeat right 5px center;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#product-controls select:active, #product-controls select:hover {
  outline-color: #c33b31;
}

#product-container .mix{
  display: none;
}

#product-container > article, #myCarousel .item img {
  cursor: pointer;
}

@media (max-width: 567px) {
  #product-controls {
    text-align: center;
  }

  #product-controls select {
    margin-top: 10px;
    margin-left: 0;
  }
}
/** PRODUCT CONTROLS - END **/

/*-- Responsive --*/
@media (max-width: 1440px) {
  div#navbar {
    /*margin: 25px 0px 0px 112px;*/
    margin: 25px 0px 25px 128px;
  }

  .nav > li > a {
    padding: 10px 13px;
  }

  .bannertext {
    /*padding-top: 191px;*/
    padding-top: 450px;
    padding-bottom: 165px;
  }

  /*kevin*/
  .navbar.minimize div#navbar {
    /*margin: 5px 0px 5px 164px;*/
  }
}

@media (max-width: 1366px) {
  div#navbar {
    margin: 25px 0px 25px 164px;
  }

  .nav > li > a {
    padding: 10px 10px;
  }

  .arrow {
    padding: 70px 0px 50px 0px;
  }

}

@media (max-width: 1280px) {
  div#navbar {
    /*margin: 25px 0px 25px 128px;*/
    margin: 25px 0px 25px 164px;
    width: 45%;
  }

  .header-search {
    width: 22.5%;
  }
}

@media (max-width: 1100px) {
  .product-carousel .item > img {
    /*height: 446.88px;*/
    /*min-width: 1100px;*/
  }
}

@media (max-width: 1080px) {
  div#navbar {
    margin: 25px 0px 25px 65px;
    width: 50%;
  }

  .nav > li > a {
    padding: 10px 8px;
  }

  .header-search {
    width: 22%;
  }

  .sb-search-input {
    font-size: 13px;
  }

  .bannertext p {
    width: 33%;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
    /*background: url('../images/underline.png') no-repeat 422px 50px;*/
  }

  .p-mask h4 {
    font-size: 1.4em;
  }

  .p-mask p {
    line-height: 22px;
    font-size: 13px;
  }

  .newsrt {
    margin-bottom: 30px;
  }

  .newsrtl {
    margin: 0px;
    padding: 0px;
  }

  .news p {
    line-height: 26px;
    font-size: 13px;
  }

  .newsrbl {
    padding: 0px;
  }
}

@media (max-width: 1024px) {
  div#navbar {
    margin: 25px 0px 25px 104px;
    width: 44%;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 10px 8px;
    font-size: 13px;
  }

  .header-search {
    width: 24%;
  }

  .bannertext p {
    width: 35%;
  }

  .history p, .contact p {
    width: 70%;
  }

  .arrow img {
    width: 3%;
  }
}

/*@media(max-width:991px){*/
@media (max-width: 767px) {
  .logo {
    width: 100%;
    /*margin: 7px 0;*/
    float: none;
    /*width: 25%;*/
    /*margin: 0 auto;*/
    text-align: center;
  }
  .container {
    margin-bottom: 0px;
    /*padding-bottom: 0px;*/
  }

  .top {
    /*border-bottom: 1px solid rgba(195, 59, 49, 0.16);*/
  }

  div#navbar {
    margin: 0 !important;
    width: 54%;
    float: none;
  }

  .navbar {
    background-color: rgba(255, 255, 255, 1);
  }

  .nav.navbar-nav {
    /*padding: 5px;*/
  }

  .nav.navbar-nav li {
    display: block;
  }

  .header-search {
    width: 40%;
  }

  .banner {
    padding-top: 80px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bannertext h1 {
    font-size: 70px;
  }

  .bannertext p {
    width: 38%;
  }

  .no-banner {
    padding: 77px 0 80px 0px !important;
  }

  .history p, .contact p {
    width: 93%;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
  }

  .services p {
    font-size: 13px;
    line-height: 27px;
  }

  .gallery-grid-left {
    width: 33.33%;
  }

  .news ul li a {
    padding: 8px 6px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .news p {
    line-height: 20px;
    font-size: 13px;
  }

  .navbar a#order, a#home-order {
    padding: 10px 10px;
    border-radius: 4px;
  }
}

@media (max-width: 900px) {
  .bannertext p {
    width: 40%;
  }

}

@media (max-width: 800px) {
  .bannertext p {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .bannertext h1 {
    font-size: 60px;
  }

  .bannertext p {
    width: 47%;
  }

  .arrow {
    padding: 50px 0px;
  }

  .arrow img {
    width: 5%;
  }

  .sg1, .sg2, .sg3, .sg4, .sg5, .sg6 {
    width: 33.33%;
    float: left;
  }
}

@media (max-width: 736px) {
  .logo {
    /*float:none;*/
    /*width:30%;*/
    /*margin:0 auto;*/
    /*text-align: center;*/
  }

  button.navbar-toggle.collapsed {
    float: left;
  }

  .navbar-toggle {
    float: left;
  }

  .header-search {
    width: 35%;
    float: right;
    top: -27px;
  }

  .navbar-nav {
    margin: 0;
  }

  div#navbar {
    /*position:absolute;*/
    /*background-color:rgba(195, 59, 49, 0.95);*/
    text-align: center;
    width: 91%;
    margin-top: 50px;
    color: #FFF;
  }

  .top {
    padding-bottom: 0px;
  }

  .bannertext {
    padding-top: 170px;
  }

  .bannertext p {
    width: 50%;
    margin: 20px auto;
  }

  .arrow {
    padding: 30px 0px 30px 0px;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
  }

  .history {
    padding: 50px 0px;
  }

  .history p {
    width: 96%;
  }

  .services {
    padding: 50px 0px;
  }

  .gallery {
    padding: 50px 0px;
  }

  .news {
    padding: 50px 0px;
  }

  .contact {
    padding: 50px 0px;
  }

  .footer {
    padding: 50px 0px;
  }

  .services h4 {
    font-size: 18px;
  }

  #productlist.services h4 {
    font-size: 16px;
  }

  .sg1, .sg2, .sg3, .sg4, .sg5, .sg6 {
    width: 33.33%;
    float: left;
  }

  .newsl {
    width: 50%;
    float: left;
  }

  .newsr {
    width: 50%;
    float: left;
  }

  .newsrtl {
    width: 40%;
    float: left;
  }

  .newsrtr {
    width: 60%;
    float: left;
  }

  .newsrbl {
    width: 40%;
    float: left;
  }

  .newsrbr {
    width: 60%;
    float: left;
  }

  input[type="text"] {
    width: 100%;
  }

  textarea {
    width: 100%;
  }

  .cr {
    margin-top: 20px;
  }
}

@media (max-width: 667px) {
  div#navbar {
    width: 90%;
  }

  .bannertext p {
    width: 54%;
  }

  .history {
    padding: 35px 0px;
  }

  .history p, .contact p {
    width: 98%;
    font-size: 13px;
  }
  .col-md-12.col-sm-12.cr, .col-md-12.col-sm-12.cr h4, .col-md-12.col-sm-12.cr h5 {
    font-size: 13px;
  }

  .services {
    padding: 35px 0px;
  }

  .services h3 {
    margin-bottom: 30px;
  }

  .gallery {
    padding: 35px 0px;
  }

  .news {
    padding: 35px 0px;
  }

  .contact {
    padding: 35px 0px;
  }

  .footer {
    padding: 35px 0px;
  }

  .no-banner {
    padding: 80px 0 80px 0px !important;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
    font-size: 30px;
    padding-bottom: 34px;
  }

  .carousel-control {
    font-size: 24px;
  }

  .product-carousel h3 {
    /*line-height: 34px;*/
    /*font-size: 5vw;*/
  }

  .services h4 {
    font-size: 16px;
  }

  #productlist.services h4 {
    font-size: 14px;
    /*white-space: nowrap;*/
  }

  .services img {
    width: 14%;
  }

  .newsl {
    width: 100%;
  }

  .newsr {
    width: 100%;
    margin-top: 20px;
  }

  .newsrtl {
    width: 20%;
    float: left;
  }

  .newsrbl {
    width: 20%;
    float: left;
  }

  .newsr h6 {
    margin-bottom: 15px;
  }

  .news p {
    line-height: 27px;
    font-size: 14px;
  }

  .newsrtr {
    width: 80%;
    float: left;
  }

  .newsrbr {
    width: 80%;
    float: left;
  }

}

@media (max-width: 640px) {
  .header-search {
    width: 39%;
  }

  .bannertext p {
    width: 56%;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
  }

  a#order, a#home-order {
    /*padding: 7px 14px;*/
    /*padding: 7px 7px;*/
    /*line-height: 10px;*/
  }
}

@media (max-width: 600px) {
  .header-search {
    width: 41%;
  }

  .bannertext p {
    width: 60%;
  }

  .sg1, .sg2, .sg3, .sg4, .sg5, .sg6 {
    width: 50%;
    float: left;
  }

  .sg1, .sg2, .sg3, .sg4 {
    padding-bottom: 35px;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
  }

}

@media (max-width: 568px) {
  div#navbar {
    width: 85%;
    margin: 50px 0px 0px 30px;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
  }

  .sg1, .sg2, .sg3, .sg4, .sg5, .sg6 {
    width: 50%;

  }

  .header-search {
    width: 50%;
  }
}

@media (max-width: 480px) {
  div#navbar {
    width: 80%;
    margin: 50px 0px 0px 30px;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news h5, .news h4, .news h6 {
    font-size: 17px;
  }

  .news p {
    line-height: 23px;
    font-size: 13px;
  }

  .newsrtr {
    padding: 0px 0px 0px 5px;
  }

  .newsrbr {
    padding: 0px 0px 0px 5px;
  }
}

@media (max-width: 414px) {
  .logo {
    /*width: 49%;*/
    text-align: center;
  }

  /*.navbar.minimize a#order, a#home-order {*/
  /*.navbar a#order, a#home-order {
    font-size: 10px;
    padding: 7px 7px;
    line-height: 10px;
    margin-top: 2px;
    border-radius: 4px;
  }*/

  /*.navbar.minimize a#order {*/
  .navbar a#order, .navbar.minimize a#order {
    top: 6px;
  }

  a#order span.order-long, a#home-order span.order-long {
    display: none;
  }

  a#order span.order-short, a#home-order span.order-short {
    display: block !important;
  }

  .header-search {
    width: 62%;
  }

  div#navbar {
    margin: 50px 0px 0px 24px;
  }

  .bannertext p {
    width: 69%;
  }

  .arrow img {
    width: 9%;
  }

  .history p, .contact p {
    width: 100%;
    margin: 0 auto;
    line-height: 25px;
    color: #000;
    font-size: 13px;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3, .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
  }

  .sg1, .sg2, .sg3, .sg4, .sg5, .sg6 {
    width: 100%;
    padding-bottom: 20px;
  }

  .services-list .sg1, .services-list .sg2, .services-list .sg3, .services-list .sg4, .services-list .sg5, .services-list .sg6 {
    width: 50%;
    padding-bottom: 30px;
  }

  #productlist .service-grids img {
    width: 100% !important;
  }

  .gallery-grid-left {
    width: 50%;
  }

  .news h5, .news h4, .news h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  a.date {
    font-size: 12px;
  }

  .footer p {
    font-size: 14px;
  }

  #productlist.services h4 {
    font-size: 12px;
  }

  .product-carousel .more, #productlist .more {
    font-size: 10px;
  }
}

@media (max-width: 375px) {
  .logo {
    /*width: 55%;*/
    text-align: center;
  }

  .header-search {
    width: 69%;
  }

  div#navbar, .navbar.minimize div#navbar {
    /*margin: 50px 0px 0px 20px !important;*/
  }

  .bannertext p {
    width: 76%;
  }

  a.more {
    padding: 7px 35px;
    font-size: 14px;
    font-family: sans-serif;
  }

  a.click {
    padding: 7px 35px;
    font-size: 14px;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
    margin-bottom: 30px;
  }

  .product-carousel h3 {
    margin-bottom: 8px;
  }
}

@media (max-width: 320px) {
  .logo {
    /*width: 66%;*/
    text-align: center;
  }

  .logo a h2 {
    margin-top: 25px;
  }

  .header-search {
    width: 78%;
  }

  div#navbar {
    margin: 50px 0px 0px 16px;
  }

  .bannertext h1 {
    font-size: 50px;
  }

  .bannertext {
    padding-top: 143px;
  }

  .bannertext p {
    width: 91%;
    margin: 15px auto;
    font-size: 13px;
  }

  .history h3, .services h3, .skills h3, .gallery h3, .news h3, .contact h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
  }

  .product-carousel h3 {
    background: url('../images/icon/underline.svg') no-repeat 50% 100%;
    padding-left: 25px;
    padding-right: 25px;
    /*white-space: normal;*/
  }

  .modal-body p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 26px;
  }

  .gallery-grid-left {
    width: 50%;
  }

  .p-mask h4 {
    font-size: 1.2em;
  }

  .newsrtl {
    width: 35%;
  }

  .newsrbl {
    width: 35%;
  }

  .newsrtr {
    width: 100%;
  }

  .newsrbr {
    width: 100%;
  }

  .footer p {
    line-height: 23px;
  }
}

/*-- //Responsive --*/

/*********************************************************/
/** CUSTOM CODES - BEGIN                                **/
/*********************************************************/
.logo img {
  height: 40px;
  width: auto;
  /*margin: 26px 0;*/
}

.footer img {
  width: 100px;
  margin-bottom: 25px;
}

.navbar.minimize {
  background-color: rgba(195, 59, 49, 1);
}

.navbar.minimize .logo img {
  /*margin-top: 9px;*/
}

.navbar.minimize div#navbar {
  /*margin: 5px 0px 5px 164px;*/
  margin: 0px !important;
}

/*.navbar.minimize .navbar-nav>li>a:focus, .navbar.minimize .navbar-nav>li>a:hover {*/
.navbar.minimize .navbar-nav > li > a:hover {
  background-color: #FFF;
  color: #c33b31;
  border: 1px solid #fff;
  border-radius: 5px;
}

.navbar.minimize .navbar-nav > li > a {
  color: #FFF;
}

.navbar.minimize .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar.minimize #order {
  display: inline-block;
  /*float: right;*/
  margin-right: 0;
  background-color: #A6CE39;
  /*margin-top: 6px;*/
  color: #fff;
}

.navbar.minimize #order:hover {
  color: #A6CE39;
  background-color: #fff;
  border: 1px solid;
  /*--agileits--*/
}

#home #home-order {
  position: absolute;
  bottom: 20%;
  right: 5%;
}

.contact {
  /*background-color: #434242;*/
  padding: 80px 0px;
  text-align: center;
  /*background: url('../images/background/contact.jpg') center center / cover no-repeat fixed;*/
  background-size: cover;
}

.contact h3 {
  /*color: #FFF;*/
}

.history.no-nav-scroll {
  padding: 65px 0 80px 0px !important;
}

.carousel-inner {
  /*min-height: 446.88px;*/
  height: 470px;
}

@media (max-width: 992px) {
  .carousel-inner {
    height: 400px;
  }
  .logo {
    top: 5px;
  }
  .logo img {
    height: 33px;
  }
}

@media (max-width: 768px) {
  .carousel-inner {
    height: 335px;
  }
}

@media (max-width: 568px) {
  .carousel-inner {
    height: 620px;
  }
}

@media (max-width: 480px) {
  .carousel-inner {
    height: 565px;
  }
}

@media (max-width: 414px) {
  .carousel-inner {
    height: 550px;
  }
}

.carousel-inner .item > img {
  /*min-height: 450px;*/
  /*width: auto;*/
}

#productlist .service-grids {
  margin-top: 30px;
}

#productlist .service-grids img {
  width: initial;
  max-width: 200px;
  /*background-color: #f2f1ed;*/
}

@media (max-width: 992px) {
  #productlist .service-grids img {
    width: 100%;
  }
}

#nav-right {
  position: absolute;
  right: 0;
  top: 0;
}

/** SHOPPING CART - BEGIN **/
#cart-container {
  float: right;
  cursor: pointer;
  margin: 5px 5px 5px 0px;
  height: 32px;
}

#cart-container-clone {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 32px;
  margin: 5px 5px 5px 0px;
}

#cart-container > svg, #cart-container-clone > svg {
  height: 32px;
  width: auto;
}

#cart-container > svg#cart-icon-white {
  display: none;
}

nav.minimize #cart-container > svg#cart-icon-white {
  display: block;
}

nav.minimize #cart-container > svg#cart-icon-red {
  display: none;
}

#cart-container > span#cart-count {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  right: 0;
  top: 0;
  font-size: 10px;
  background-color: #A6CE39;
  color: #fff;
  padding-top: 4px;
  border-radius: 1em;
  font-family: sans-serif;
}

#cart-container-clone > span#cart-count-clone {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  right: -6px;
  top: -5px;
  font-size: 10px;
  background-color: #A6CE39;
  color: #fff;
  padding-top: 4px;
  border-radius: 1em;
  font-family: sans-serif;
}

#cart-container-clone > span#cart-count-clone:hover {
  border: none;
}

#cart-popup #paypal-express-button {
  height: auto;
  padding: 5px 10px;
  font-style: italic;
  border-radius: 4px;
  font-weight: 100;
  font-size: 14px;
  background-color: #ffc439 !important;
  color: #000;
  border: none;
  font-family: sans-serif;
  transition: 0.5s all;
}

#cart-popup #paypal-express-button img {
  width: initial;;
}

#cart-popup .table > thead > tr > th {
  border-bottom: 4px solid #c33b31;
  font-size: 18px;
}

#cart-popup .table {
  margin-bottom: 10px;
}

#cart-popup .table tbody {
  font-weight: 300;
}

#cart-popup .table tbody small {
  font-weight: 300;
}

#cart-popup .table th, #cart-popup .table td {
  line-height: 1em;
}

#cart-popup .table span.qty {
  width: 20px;
  display: inline-block;
}

#cart-popup .table tbody tr td:nth-child(2) {
  white-space: nowrap;
}

#cart-popup button.table-button {
  display: block;
  border: none;
  padding: 11px;
  margin: auto;
  opacity: 1;
  background: #777777 url("../images/icons.svg") no-repeat 3px 4px;
  background-size: 80px;
  transition: 0.5s all;
}

#cart-popup button.table-button:hover {
  opacity: 0.5;
}

#cart-popup button.table-button:focus {
  outline: none;
}

#cart-popup button.table-button i {
  font-size: 15px;
  color: darkgray;
}

#cart-popup button.table-button.sub, #cart-popup button.table-button.add {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: normal;
  background-image: none;
  line-height: 0px;
  color: #fff;
  width: 22px;
  height: 22px;
  padding: 0;
}

#cart-popup #delivery-mode  {
  display: inline-block;
  height: auto;
  border-radius: 0px;
  box-shadow: none;
  min-width: 100px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 115px;
  padding: 5px 20px 7px 5px;
  background: #fff url(../images/icon/arrow_down.svg) no-repeat right center;
  margin: 0;
  font-size: 12px;
  line-height: normal;
}

#cart-popup #credit-cards {
  width: 235px;
  /*cursor: pointer;*/
}

@media (max-width: 767px) {
  #cart-container {
    right: 68px;
  }
}

@media (max-width: 414px) {
  .logo img {
    height: 35px;
  }

  #cart-container {
    right: 45px;
    height: 30px;
    top: 4px;
  }

  #cart-container > svg {
    height: 30px;
  }

  #cart-container > span#cart-count {
    height: 18px;
    width: 18px;
    font-size: 8px;
    border-radius: 2em;
    top: 0px;
  }

  #cart-popup table {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .logo img {
    height: 30px;
    margin-top: 2px;
  }
}

@media (max-width: 320px) {
  .logo img {
    height: 25px;
    margin-top: 5px;
  }
}
/** SHOPPING CART - END **/

/** CURRENCY SELECTOR - BEGIN **/
nav #currency-container {
  float: right;
}

nav #currency-container select#currency {
  padding: 11px 20px 11px 10px;
  height: auto;
  color: #C33B31;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  width: 60px;
  background: url(../images/icon/arrow_down_red.svg) no-repeat right -1px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

nav.minimize #currency-container select#currency {
  color: #fff;
  background: url(../images/icon/arrow_down_white.svg) no-repeat right -1px center;
}

nav.minimize #currency-container select#currency option {
  color: #000;
}

@media (max-width: 767px) {
  nav #currency-container {
    right: 116px;
  }
}

@media (max-width: 600px) {
  #cart-container {
    right: 63px;
  }

  nav #currency-container {
    right: 110px;
    margin-right: 5px;
  }
}

@media (max-width: 567px) {
  nav #currency-container {
    left: 47px;
    right: auto;
    /*margin-left: 5px;*/
  }

  nav #currency-container select#currency {
    padding: 11px 20px 11px 5px;
    width: 54px;
  }
}

@media (max-width: 414px) {
  nav #currency-container {
    left: 40px;
  }
  #cart-container {
    right: 43px;
  }
}
/** CURRENCY SELECTOR - END **/

/** Hamburger Menu Animate - BEGIN **/
button.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: rotate(45deg);
  top: 7px;
}

button.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

button.navbar-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: rotate(-45deg);
  top: -7px;
}

button.navbar-toggle {
  overflow: hidden;
}

button.navbar-toggle span.icon-bar {
  position: relative;
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;

  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
}

button.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
  left: -40px;
}

.white-popup .popup-modal-body {
  text-align: center;
}

.white-popup .popup-modal-body i {
  color: #C33B31;
}

.white-popup h3 {
  color: #C33B31;
  font-size: 35px;
}

.white-popup h3.margin {
  margin-bottom: 20px;
}
/** Hamburger Menu Animate - END **/


/** Progress Tick Animate - BEGIN **/
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #C33B31;
  fill: none;
  animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 0px 0px 0px #C33B31;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #C33B31;
  }
}
/** Progress Tick Animate - END **/

/** Cart Count Animate - BEGIN **/
@-webkit-keyframes pop-in {
  0% { opacity: 0; }
  1% { opacity: 0; -webkit-transform: scale(0.98) translateY(-30px); }
  80% { -webkit-transform: scale(1); }
  100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes pop-in {
  0% { opacity: 0; }
  1% { opacity: 0; -moz-transform: scale(0.98) translateY(-30px); }
  80% { -moz-transform: scale(1); }
  100% { -moz-transform: translateY(0); }
}
@-o-keyframes pop-in {
  0% { opacity: 0; }
  1% { opacity: 0; -o-transform: scale(0.98) translateY(-30px); }
  80% { -o-transform: scale(1); }
  100% { -o-transform: translateY(0); }
}
@keyframes pop-in {
  0% { opacity: 0; }
  1% { opacity: 0; transform: scale(0.98) translateY(-30px); }
  80% { transform: scale(1); }
  100% { transform: translateY(0); }
}

.pop-in {
  -webkit-animation: pop-in .34s ease-in;
  -moz-animation: pop-in .34s ease-in;
  -o-animation: pop-in .34s ease-in;
  animation: pop-in .34s ease-in;
}
/** Cart Count Animate - END **/

/** Shop Product Colors - BEGIN **/
article .colors {
  width: 100%;
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  /*min-height: 60px;*/
  overflow: hidden;
  max-height: 60px;
}
article .colors .color, article .colors .pattern {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 1px;
  border-radius: 19px;
  border: 2px solid #999999;
  transition: color 0.7s;
  position: relative;
}
/** Shop Product Colors - END **/

article .sp-container {
  height: 143px;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a.desktop-only {
    background-color: #A6CE39;
    color: #FFF !important;
    border-radius: 5px;
  }

  .navbar-default .navbar-nav > li > a.desktop-only:hover {
    border: 1px solid #A6CE39;
    background-color: #FFF;
    color: #A6CE39 !important;
  }
}

@media (max-width: 736px) {
  #currency-container {
    position: fixed;
    left: 65px !important;
  }

  #cart-container {
    margin: 5px;
  }
}

@media (max-width: 480px) {
  .navbar a#order{
    padding: 5px;
    margin: 5px 0px;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  #currency-container {
    left: 58px !important;
  }
}

@media (max-width: 320px) {
  #currency-container {
    left: 50px !important;
  }

  nav #currency-container select#currency {
    width: 52px;
  }

  .navbar a#order {
    font-size: 12px;
  }
}

#gallery-btn {
  text-shadow: none;
  margin-top: 3px;
  float: right;
}

@media (max-width: 375px) {
  #gallery-btn {
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    padding: 15px 0;
  }
}

/** FORM - BEGIN **/
.fukyoo-form {
  text-align: right;
  width: 60%;
  margin: 0 auto;
}

.fukyoo-form label {
  text-align: left;
  padding: 10px 0px;
  width: 100%;
}

.fukyoo-form .help-block {
  text-align: left;
}

.fukyoo-form select {
  padding: 10px 30px 12px 10px;
  height: auto;
  border-radius: 0px;
  box-shadow: none;
  min-width: 117px;

  background: url(../images/icon/arrow_down.svg) no-repeat right 5px center;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.fukyoo-form input[type='text'], .fukyoo-form input[type='email'], .fukyoo-form textarea {
  padding: 10px 10px 12px 10px;
  height: auto;
  border-radius: 0px;
}

.fukyoo-form button {
  padding: 9px 20px;
  color: #fff;
  background-color: #A6CE39;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #A6CE39;
  margin-top: 15px;
  transition: 0.5s all;
  vertical-align: middle;
}

.fukyoo-form button:disabled {
  color: grey;
}

.fukyoo-form button:hover, .fukyoo-form button:active {
  color: #A6CE39;
  background-color: #fff;
  border: 1px solid #A6CE39;
}

@media (max-width: 414px) {
  .fukyoo-form {
    width: 100%;
  }
  .fukyoo-form button {
    display: block;
    width: 100%;
  }
}
/** FORM - END **/

/** FAQ - BEGIN **/
.faq .thumbnail {
  padding: 0;
  border-radius: 5px;
}
.faq .thumbnail .caption {
  margin: 15px;
  padding: 0;
  min-height: 200px;
  overflow: hidden;
}
.faq .faq-item-collapsed .thumbnail .caption {
  max-height: 200px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq .thumbnail .caption h4 {
  margin: 0 0 10px 0;
}
.faq .thumbnail .caption p {
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}

.faq .thumbnail .caption p:not(:last-of-type) {

  padding-bottom: 10px;
}

.faq .thumbnail .caption p:not(:first-of-type) {
  /*margin-top: 16px;*/
}

.faq .thumbnail .btn {
  color: #fff;
  background-color: #A6CE39;
  border: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq .thumbnail img {
  width: 100%;
}

@media (max-width: 1199px) {
  .faq .thumbnail .caption {
    min-height: 190px;
  }
  .faq .faq-item-collapsed .thumbnail .caption {
    max-height: 190px;
  }
  .faq .thumbnail .caption h4 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .faq .thumbnail .caption {
    min-height: 145px;
  }
  .faq .faq-item-collapsed .thumbnail .caption {
    max-height: 145px;
  }
  .faq .thumbnail .caption h4 {
    font-size: 14px;
  }

  .faq .thumbnail .caption p {
    line-height: 1.25em;
  }
}
@media (max-width: 767px) {
  .faq .thumbnail .caption {
    min-height: 145px;
  }
  .faq .faq-item-collapsed .thumbnail .caption {
    max-height: 145px;
  }
  .faq .thumbnail .caption h4 {
    /*font-size: 14px;*/
  }

  .faq-page p {
    /*line-height: 1.25em;*/
    width: 100%;
  }

  .faq .faq-item-collapsed .thumbnail .caption p {
    -webkit-line-clamp: 3;
  }
}
/** FAQ - END **/


/** Grid Fix - BEGIN **/
.row {
  display: flex;
  flex-wrap: wrap;
}
/** Grid Fix - END **/

/**========================== SCROLL TOGGLE - BEGIN =========================**/
#scroll-toggle-button {
  /*background-color: #2E64FF;*/
  /*position: absolute;*/
  /*top: 0;*/
  position: fixed;
  bottom: 0;
  left: 2%;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

#scroll-toggle-button.none {
  opacity: 0;
  transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
}

#scroll-toggle-button.up {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#scroll-toggle-button .menu {
  height: 35px;
  width: 35px;
  position: relative;
  margin: 10px;
  padding-top: 20px;
  background: #A6CE39;
  /*border: 3px solid #c33b31;*/
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border-color: #fff;
  cursor: pointer;
}

#scroll-toggle-button .menu .bar {
  height: 14px;
  width: 14px;
  background: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  top: 9px;
  right: 0;
  left: 0;
}
#scroll-toggle-button .menu .bar:nth-of-type(3) {
  display: none;
}
/**========================== SCROLL TOGGLE - END =========================**/