/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 1, templates/jl_homemaker/custom/scss/custom.scss */
.customgradblue {
  height: 170px;
  background: #ebf8fd !important;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #ebf8fd, #b5e4f7) !important;
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #ebf8fd, #b5e4f7) !important;
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #ebf8fd, #b5e4f7) !important;
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #ebf8fd, #b5e4f7) !important;
  /* Standard syntax (must be last) */
}
/* line 10, templates/jl_homemaker/custom/scss/custom.scss */
.carouselgradblue {
  height: 453px;
  background: #b2ecff !important;
  /* For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(left top, #007dc6, #00b3fe)!important; /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(bottom right, #007dc6, #00b3fe)!important; /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(bottom right, #007dc6, #00b3fe)!important; /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to bottom right, #007dc6, #00b3fe)!important; /* Standard syntax (must be last) */
}
/* line 19, templates/jl_homemaker/custom/scss/custom.scss */
.custommenupos {
  padding-left: 30px;
}
/* line 23, templates/jl_homemaker/custom/scss/custom.scss */
.customcentertext {
  text-align: center !important;
}
/* line 27, templates/jl_homemaker/custom/scss/custom.scss */
.custompoptavkabtn {
  padding: 10px 30px;
  font-size: 14px;
}
/* line 32, templates/jl_homemaker/custom/scss/custom.scss */
.customslidepicsize {
  height: 1400px;
  width: 453px;
}
/* line 37, templates/jl_homemaker/custom/scss/custom.scss */
.contactspadding {
  padding: 40px 0px 10px 0px;
}
/* line 41, templates/jl_homemaker/custom/scss/custom.scss */
.customizedheader {
  padding: 0px 0px 0px 0px;
}
/* line 45, templates/jl_homemaker/custom/scss/custom.scss */
.poptavkabutton {
  display: inline-block;
  border-radius: 2px;
  background-color: #faa300;
  border: none;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  padding: 12px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  float: right;
  margin: 10px 0px 10px 0px;
}
/* line 61, templates/jl_homemaker/custom/scss/custom.scss */
.poptavkabutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
/* line 68, templates/jl_homemaker/custom/scss/custom.scss */
.poptavkabutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
/* line 77, templates/jl_homemaker/custom/scss/custom.scss */
.poptavkabutton:hover span {
  padding-right: 25px;
}
/* line 81, templates/jl_homemaker/custom/scss/custom.scss */
.poptavkabutton:hover span:after {
  opacity: 1;
  right: 0;
}
/* line 86, templates/jl_homemaker/custom/scss/custom.scss */
.custommenuposition {
  padding: 0px 0px 0px 40px !important;
}
