@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,latin-ext,cyrillic);
/*================= FONT (OPEN SANS) IMPORT FROM GOOGLE FONTS =================*/
/* insert color 1 here */
/* insert color 2 here */
/*=============================== COLOR SETTINGS BEGIN ================================*/
h2,
a,
.soc_nav li a,
#subscribe_form .btn {
  color: #4188a5;
  /*  Fonts Color 1*/
}
.benefit_image,
.owl-pagination .owl-page span,
.gallery_pics:hover {
  background: #4188a5;
  /*  Backgrounds Color 1  */
}
#wrap {
  background: rgba(65, 136, 165, 0.8);
  /*  Backgrounds Color 1 RGBA (converter http://hex.colorrrs.com)  */
}
.subscribe_section {
  background: rgba(65, 136, 165, 0.4);
  /*  Backgrounds Color 1 RGBA (converter http://hex.colorrrs.com)  */
}
.soc_nav li a {
  border-color: rgba(65, 136, 165, 0.2);
  /*  Backgrounds Color 1 RGBA  */
}
body {
  color: #565656;
}
#new_theme,
#new_theme h2,
.countdown > li > div,
.benefit_image i,
.subscribe_section h2,
.subscribe_section,
#subscribe_form .input-group .form-control:focus,
#subscribe_form .input-group .form-control,
#subscribe_form .error,
.owl-carousel .owl-item div > p {
  color: #ffffff;
  /*  Fonts Color 2*/
}
.benefits_section,
#footer,
#subscribe_form .btn {
  background: #ffffff;
  /*  Backgrounds Color 2  */
}
.countdown > li > div,
.sub_slogan {
  border-color: rgba(255, 255, 255, 0.3);
  /*  Borders Color 2 RGBA */
}
.countdown > li .dot,
.percent {
  background: rgba(255, 255, 255, 0.3);
  /*  Backgrounds Color 2 RGBA */
}
.carousel_section {
  background: rgba(255, 255, 255, 0.9);
  /*  Backgrounds Color 2 RGBA  */
}
.text_section {
  background: rgba(255, 255, 255, 0.95);
  /*  Backgrounds Color 2 RGBA  */
}
.owl-carousel .owl-item div > p {
  background: rgba(65, 136, 165, 0.7);
  /*  Backgrounds Color 2 RGBA */
}
#subscribe_form .input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#subscribe_form .input-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#subscribe_form .input-group {
  border-color: #ffffff;
  /*  Borders Color 2 */
}
/*=============================== COLOR SETTINGS END ================================*/
/*=============================== COMMON BEGIN ================================*/
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
a:focus {
  outline: 0;
}
#wrap {
  min-height: 10%;
}
#wrap > section {
  padding: 30px 0;
}
/*=============================== COMMON END ================================*/
/*=============================== HEADER BEGIN ================================*/
#header {
  padding: 50px 0 55px;
  position: relative;
}
#wrap #new_theme {
  padding: 0 0 150px 0;
  overflow: hidden;
  position: relative;
}
#new_theme h2 {
  font-size: 90px;
  line-height: 80px;
  font-weight: 800;
  text-transform: uppercase;
  margin: -10px 0 25px;
}
.theme_image {
  position: absolute;
}
.sub_slogan {
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  border-top-width: 1px;
  border-top-style: solid;
  display: inline-block;
  padding-top: 15px;
  margin-bottom: 90px;
}
.countdown {
  margin-left: -30px;
}
.countdown > li {
  padding-left: 30px;
  list-style: none;
  display: inline-block;
  position: relative;
}
.countdown > li:first-child .dot {
  background: none;
}
.countdown > li > div {
  width: 110px;
  height: 140px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.countdown > li > div > div {
  border-radius: 0 0 5px 5px;
}
.countdown > li p span {
  font-size: 40px;
  margin: 15px 0;
  display: block;
}
.countdown > li p em {
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
}
.countdown > li .dot {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  border-radius: 3px;
}
.percent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*=============================== HEADER END ================================*/
/*=============================== BENEFITS BEGIN ================================*/
.benefits_section > div {
  text-align: center;
  margin-bottom: 30px;
}
.benefits_section .row > div {
  padding: 0 45px;
}
.benefit_image {
  width: 150px;
  height: 150px;
  line-height: 175px;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 75px;
}
.benefit_image i {
  font-size: 56px;
}
/*=============================== BENEFITS END ================================*/
/*=============================== TEXT BEGIN ================================*/
#wrap .text_section {
  padding-bottom: 120px;
}
.text_section .row > div {
  margin-top: 50px;
}
.text_section .row:first-child > div {
  margin-top: 0px;
}
.text_section img {
  max-width: 100%;
  height: auto;
}
.text_section ul {
  margin-top: 25px;
}
.text_section li {
  margin: 0 0 20px 20px;
  padding-left: 10px;
}
/*=============================== TEXT END ================================*/
/*=============================== GALLERY BEGIN ================================*/
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  padding: 0 1px;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item div {
  margin: 0 22px;
  position: relative;
}
.owl-carousel .owl-item div > p {
  width: 100%;
  padding: 15px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  margin-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.owl-pagination {
  text-align: center;
  margin-top: 60px;
}
.owl-pagination .owl-page {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.owl-pagination .owl-page span {
  width: 40px;
  height: 2px;
  display: inline-block;
  opacity: 0.25;
}
.owl-pagination .owl-page.active span {
  opacity: 1;
}
.owl-pagination .owl-page:first-child {
  margin-left: 0;
}
.gallery_pics {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.gallery_pics img {
  width: 241px;
  height: 198px;
  transition: all 0.1s ease-in-out;
  border-radius: 5px;
}
.gallery_pics:hover img {
  opacity: 0.4;
}
.gallery_pics:hover .zoom {
  opacity: 1;
  border-radius: 5px;
}
.zoom {
  background: url(../images/zoom.png) no-repeat center center;
  display: block;
  position: absolute;
  height: 70px;
  width: 70px;
  top: 50%;
  left: 50%;
  margin: -55px 0 0 -35px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
/*=============================== GALLERY END ================================*/
/*=============================== SUBSCRIBE BEGIN ================================*/
#subscribe_form {
  width: 470px;
  float: right;
  margin-top: 20px;
}
#subscribe_form .input-group {
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  position: relative;
}
#subscribe_form .input-group .form-control {
  height: 56px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  background: transparent;
  border: none;
  box-shadow: none;
}
#subscribe_form .btn {
  height: 56px;
  border: none;
  padding: 0 25px;
  font-size: 28px;
}
#subscribe_form .error {
  font-weight: normal;
  margin-top: 10px;
}
#subscribe_form .error:before {
  content: "\f06a";
  font-family: 'FontAwesome';
  font-size: 18px;
  margin-right: 10px;
}
#subscribe_form .valid:before {
  content: "\f004";
}
/*=============================== SUBSCRIBE END ================================*/
/*=============================== FOOTER BEGIN ================================*/
#footer {
  padding: 50px 0;
  overflow: hidden;
}
.copyright {
  padding-top: 15px;
  float: left;
}
.copyright p {
  margin-bottom: 0;
}
.soc_nav {
  float: right;
  margin-bottom: 0;
}
.soc_nav li {
  margin-left: 30px;
  list-style: none;
  display: inline-block;
}
.soc_nav li:first-child {
  margin-left: 0;
}
.soc_nav li a {
  font-size: 28px;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 35px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.soc_nav li a:hover {
  opacity: 1;
}
/*=============================== FOOTER END ================================*/
/*=============================== RESPONSIVE STYLES BEGIN ================================*/
@media (max-width: 1220px) {
  .countdown {
    margin-left: 0;
  }
  .countdown > li {
    padding-left: 0;
  }
  .countdown > li .dot {
    background: none;
  }
  .subscribe_section {
    text-align: center;
  }
  #subscribe_form {
    float: none;
    margin: 40px auto 0;
  }
}
@media (max-width: 980px) {
  #header {
    text-align: center;
  }
  .countdown {
    margin-left: -30px;
  }
  .countdown > li {
    padding-left: 30px;
  }
  #new_theme .row > div {
    text-align: center;
  }
  #new_theme h2 {
    padding-top: 15px;
  }
  .theme_image {
    display: none;
  }
  .sub_slogan {
    margin-bottom: 40px;
  }
  #wrap .text_section {
    text-align: center;
  }
  .benefits_section .row > div:first-child .benefit_image {
    margin: 0 auto;
  }
  .benefit_image {
    margin: 80px auto 0;
  }
  .text_section li {
    margin: 0 0 10px 0;
    padding: 0px;
    list-style: none;
  }
}
@media (max-width: 670px) {
  #wrap > section {
    padding: 50px 0;
  }
  #wrap #new_theme {
    padding: 0 0 50px 0;
  }
  #wrap .text_section {
    padding-bottom: 50px;
  }
  #wrap .subscribe_section {
    padding-bottom: 80px;
  }
  .countdown > li {
    background: none;
    margin-bottom: 10px;
  }
  .copyright {
    text-align: center;
    padding-bottom: 20px;
    float: none;
  }
  .soc_nav {
    float: none;
    text-align: center;
  }
  .soc_nav li {
    margin: 0 0 10px 10px;
  }
  .soc_nav li:first-child {
    margin-left: 10px;
  }
  #subscribe_form {
    width: auto;
  }
}
@media (max-width: 500px) {
  .theme_image img {
    width: 100%;
    height: auto;
  }
  #new_theme h2 {
    font-size: 54px;
    line-height: 60px;
  }
  .owl-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 350px) {
  #prev,
  #next {
    width: 50px;
    height: 50px;
    line-height: 46px;
  }
  .soc_nav li a {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 14px;
  }
}
/*=============================== RESPONSIVE STYLES END ================================*/
/* ======================================= RETINA BEGIN ======================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #header img {
    content: url("../images/logo2x.png");
  }
  .zoom {
    background: url(../images/zoom2x.png) no-repeat center center / 70px 70px;
  }
  /* Product and description images for retina
	.theme_image img{
		content:url("../images/product2x.png");
	}
	.text_section img{
		content:url("../images/img2x.png");
	}
	*/
}
/* ======================================= RETINA END ================================*/
