/*STYLE.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Invisio Cakes.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 02-04-2015*/
/* Author: Unbranded.*/
/* Website: http://moonart.net.ua/cakes/ 
/* Copyright: (C) 2015 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - MAIN ELEMENT STYLE */
/* 03 - HEADER */
/* 04 - FOOTER */
/* 05 - HOME */
/* 06 - PRODUCTS */
/* 07 - PRODUCTS DETAILED */
/* 08 - BLOG  */
/* 09 - BLOG LIST */
/* 10 - BLOG DETAILED */
/* 11 - CONTACT */
/* 12 - SERVICE */
/* 13 - ABOUT US */
/* 14 - TEAM */
/* 15 - TESTIMONIALS */
/* 16 - SWIPER SLIDE */
/* 17 - ANIMATION */

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#page textarea {
  color: #8C6F71;
  opacity: 1!important;
}
textarea::-webkit-input-placeholder {color: #8C6F71!important; opacity: 1!important;}
textarea::-moz-placeholder {color:#8C6F71!important; opacity: 1!important;}

.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
 
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-1 { width: 8.33333%; }
.col-xs-2 { width: 16.66667%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.33333%; }
.col-xs-5 { width: 41.66667%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.33333%; }
.col-xs-8 { width: 66.66667%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.33333%; }
.col-xs-11 { width: 91.66667%; }
.col-xs-12 { width: 100%; }
.col-xs-pull-0 { right: auto; }
.col-xs-pull-1 { right: 8.33333%; }
.col-xs-pull-2 { right: 16.66667%; }
.col-xs-pull-3 { right: 25%; }
.col-xs-pull-4 { right: 33.33333%; }
.col-xs-pull-5 { right: 41.66667%; }
.col-xs-pull-6 { right: 50%; }
.col-xs-pull-7 { right: 58.33333%; }
.col-xs-pull-8 { right: 66.66667%; }
.col-xs-pull-9 { right: 75%; }
.col-xs-pull-10 { right: 83.33333%; }
.col-xs-pull-11 { right: 91.66667%; }
.col-xs-pull-12 { right: 100%; }
.col-xs-push-0 { left: auto; }
.col-xs-push-1 { left: 8.33333%; }
.col-xs-push-2 { left: 16.66667%; }
.col-xs-push-3 { left: 25%; }
.col-xs-push-4 { left: 33.33333%; }
.col-xs-push-5 { left: 41.66667%; }
.col-xs-push-6 { left: 50%; }
.col-xs-push-7 { left: 58.33333%; }
.col-xs-push-8 { left: 66.66667%; }
.col-xs-push-9 { left: 75%; }
.col-xs-push-10 { left: 83.33333%; }
.col-xs-push-11 { left: 91.66667%; }
.col-xs-push-12 { left: 100%; }
.col-xs-offset-0 { margin-left: 0%; }
.col-xs-offset-1 { margin-left: 8.33333%; }
.col-xs-offset-2 { margin-left: 16.66667%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-4 { margin-left: 33.33333%; }
.col-xs-offset-5 { margin-left: 41.66667%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-7 { margin-left: 58.33333%; }
.col-xs-offset-8 { margin-left: 66.66667%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-10 { margin-left: 83.33333%; }
.col-xs-offset-11 { margin-left: 91.66667%; }
.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
.visible-print-inline {
  display: none !important;
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url("../img/bg_flexslider_nav.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav a.flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav a.flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block;}
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
html { font-family: "Lily Script One", cursive; font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.5em; }
button, input, select, textarea { font-family: "Lily Script One", cursive; }
body { margin: 0; padding: 0; }
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }
p, pre { margin: 1.5em 0; }
blockquote { margin: 1.5em 30px; }
h1 {
  font-size: 3.5em;
  line-height: 1.28571em;
  margin-top: 0.42857em;
  margin-bottom: 0.42857em;
}
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  margin: 1.5em 0;
}
mark {
  background: #ff0;
  color: #000;
}
code, kbd, pre, samp, tt, var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
dd {
  margin: 0 0 0 30px;
}
menu,
ol,
ul {
  padding: 0 0 0 30px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.9125em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.9125em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
label {
  display: block;
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - MAIN ELEMENT STYLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

body {
  font-family: "Lily Script One", cursive;
  font-size: 16px;
  line-height: 24px;
  color: #6d6e71;
  background: url(../img/bg_body.jpg) 0 0 repeat;
}
a {
  color: #664345;
}
a:link {
  color: #664345;
}
a:hover, a:focus {
  color: #ed3d5b;
  text-decoration: none;
}
.main-image {
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 341px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.page-title, .section-title {
  text-align: center;
}
.page-title h1, .section-title h1,
.page-title h2,
.section-title h2 {
  margin: 0 0 22px;
  padding: 0 0 28px;
  background: url(../img/ico_page_title.png) 50% 100% no-repeat;
  font-size: 56px;
  font-weight: normal;
  line-height: 1em;
  color: #6d6e71;
}
.page-title h1 b, .section-title h1 b,
.page-title h2 b,
.section-title h2 b {
  font-weight: normal;
  color: #ed3d5b;
}
.page-title .description, .section-title .description {
  font-style: italic;
  font-size: 1.125em;
  font-family: "Old Standard TT", serif;
  line-height: 1em;
}
.page-title.white h1, .white.section-title h1,
.page-title.white h2,
.white.section-title h2 {
  background-image: url(../img/ico_page_title_white.png);
  color: #fff;
}
.page-title.white .description, .white.section-title .description {
  color: #fff;
}
.page-title nav.filter, .section-title nav.filter {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  font-style: italic;
  font-family: "Old Standard TT", serif;
  text-align: left;
}
.page-title nav.filter b.title, .section-title nav.filter b.title {
  display: block;
  border: 1px solid #8c6f71;
  padding: 0 40px 0 10px;
  font-weight: normal;
  line-height: 46px;
  cursor: pointer;
}
.page-title nav.filter b.title:after, .section-title nav.filter b.title:after {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 13px;
  height: 10px;
  background: url(../img/ico_arrow_seelct.png) 0 0 no-repeat;
  content: '';
}
.page-title nav.filter b.title.active:after, .section-title nav.filter b.title.active:after {
  background-position: 0 100%;
}
.page-title nav.filter ul, .section-title nav.filter ul {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 999;
}
.page-title nav.filter ul li, .section-title nav.filter ul li {
  border: 1px solid #8c6f71;
  border-top: 0 none;
  padding: 0 10px;
  background: #fff;
  line-height: 40px;
}
.page-title nav.filter ul li:first-child, .section-title nav.filter ul li:first-child {
  border-top: 1px solid #8c6f71;
}
.page-title nav.filter ul li a, .section-title nav.filter ul li a {
  display: block;
  color: #8c6f71;
}
.page-title nav.filter ul li a:hover, .section-title nav.filter ul li a:hover, .page-title nav.filter ul li a:focus, .section-title nav.filter ul li a:focus {
  color: #ed3d5b;
}
#page input[type="text"],
#page input[type="email"],
#page textarea {
  width: 100%;
  height: 46px;
  border: 1px solid #8c6f71;
  padding: 10px;
  background: none;
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  opacity: 1;
}
#page input[type="text"]:focus,
#page input[type="email"]:focus,
#page textarea:focus {
  outline: none;
}
#page textarea {
  height: 165px;
}

@media (min-width: 992px) {
  .container {
    padding: 0;
  }
}
@media (min-width: 758px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .main-image {
    height: 270px;
  }
}
@media (max-width: 757px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-image {
    height: 221px;
  }
  .page-title h1, .section-title h1,
  .page-title h2,
  .section-title h2 {
    font-size: 33.992px;
  }
}
@media (min-width: 992px) {
  .home-products .container > .wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-products .container > .wrap:before, .home-products .container > .wrap:after {
    content: " ";
    display: table;
  }
  .home-products .container > .wrap:after {
    clear: both;
  }
  .home-products .container > .wrap > .inner {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
  }
  .home-our-services .items {
/*     margin-left: -15px;
margin-right: -15px; */
  }
  .home-our-services .items:before, .home-our-services .items:after {
    content: " ";
    display: table;
  }
  .home-our-services .items:after {
    clear: both;
  }
  .home-our-services .items > li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-content .items:before, .products-content .items:after {
    content: " ";
    display: table;
  }
  .products-content .items:after {
    clear: both;
  }
  .products-content .items li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-detail-content > .wrap:before, .product-detail-content > .wrap:after {
    content: " ";
    display: table;
  }
  .product-detail-content > .wrap:after {
    clear: both;
  }
  .product-detail-content > .wrap > .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-list-content > .wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-list-content > .wrap:before, .blog-list-content > .wrap:after {
    content: " ";
    display: table;
  }
  .blog-list-content > .wrap:after {
    clear: both;
  }
  .blog-list-content > .wrap > .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-detail-content > .wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-detail-content > .wrap:before, .blog-detail-content > .wrap:after {
    content: " ";
    display: table;
  }
  .blog-detail-content > .wrap:after {
    clear: both;
  }
  .blog-detail-content > .wrap > .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-content .container > .wrap:before, .contact-content .container > .wrap:after {
    content: " ";
    display: table;
  }
  .contact-content .container > .wrap:after {
    clear: both;
  }
  .contact-content .container > .wrap > .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .services-content .services .items:before, .services-content .services .items:after {
    content: " ";
    display: table;
  }
  .services-content .services .items:after {
    clear: both;
  }
  .services-content .services .items > li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .services-content .services .items > li:nth-child(3n+1) {
    clear: left;
  }
  .services-content .our-skills .skills:before, .services-content .our-skills .skills:after {
    content: " ";
    display: table;
  }
  .services-content .our-skills .skills:after {
    clear: both;
  }
  .services-content .our-skills .skills li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-us-content > .wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-us-content > .wrap:before, .about-us-content > .wrap:after {
    content: " ";
    display: table;
  }
  .about-us-content > .wrap:after {
    clear: both;
  }
  .about-us-content > .wrap > .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .our-history > .wrap:before, .our-history > .wrap:after {
    content: " ";
    display: table;
  }
  .our-history > .wrap:after {
    clear: both;
  }
  .our-history > .wrap > .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .testimonials .container > .wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .testimonials .container > .wrap:before, .testimonials .container > .wrap:after {
    content: " ";
    display: table;
  }
  .testimonials .container > .wrap:after {
    clear: both;
  }
  .testimonials .container > .wrap > .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-products .container > .wrap > .inner { float: left; width: 83.33333%; margin-left: 8.33333%; }
  .home-our-services .items > li { float: left; width: 33.33333%; }
  .products-content .items li { float: left; width: 25%; min-height: 450px;}
  .product-detail-content > .wrap > .inner { float: left; width: 83.33333%; margin-left: 8.33333%; }
  .blog-list-content > .wrap > .inner { float: left; width: 66.66667%; margin-left: 16.66667%; }
  .blog-detail-content > .wrap > .inner { float: left; width: 83.33333%; margin-left: 8.33333%; }
  .contact-content .container > .wrap > .inner { float: left; width: 83.33333%; margin-left: 8.33333%; }
  .services-content .services .items > li { float: left; width: 33.33333%; }
  .services-content .our-skills .skills li { float: left; width: 25%; }
  .about-us-content > .wrap > .inner { float: left; width: 83.33333%; margin-left: 8.33333%; }
  .our-history > .wrap > .inner { float: left; width: 83.33333%; margin-left: 8.33333%; }
  .testimonials .container > .wrap > .inner { float: left; width: 66.66667%; margin-left: 16.66667%; }
}
@media (min-width: 758px) and (max-width: 991px) {
  .home-our-services .items { margin-left: -15px; margin-right: -15px; }
  .home-our-services .items:before, .home-our-services .items:after {
    content: " ";
    display: table;
  }
  .home-our-services .items:after {
    clear: both;
  }
  .home-our-services .items > li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-content .items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .products-content .items:before, .products-content .items:after {
    content: " ";
    display: table;
  }
  .products-content .items:after {
    clear: both;
  }
  .products-content .items li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-content .items li:nth-child(3n+1) {
    clear: left;
  }

  .services-content .services .items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .services-content .services .items:before, .services-content .services .items:after {
    content: " ";
    display: table;
  }
  .services-content .services .items:after {
    clear: both;
  }
  .services-content .services .items > li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .services-content .services .items > li:nth-child(3n+1) {
    clear: left;
  }

  .testimonials .container > .wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .testimonials .container > .wrap:before, .testimonials .container > .wrap:after {
    content: " ";
    display: table;
  }
  .testimonials .container > .wrap:after {
    clear: both;
  }
  .testimonials .container > .wrap > .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 758px) and (max-width: 991px) {
  .home-our-services .items > li { float: left; width: 33.33333%; }
  .products-content .items li { float: left; width: 33.33333%;}
  .services-content .services .items > li { float: left; width: 33.33333%; }
  .testimonials .container > .wrap > .inner { float: left; width: 83.33333%; margin-left: 8.33333%; }
}

.btn, .comments .comment-form .form-item input[type="file"], .comments .comment-form .form-action input[type="submit"], .contact-content .contact-form .form-action input[type="submit"] {
  display: inline-block;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 1em;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: padding-left 0.3s ease, padding-right 0.3s ease;
  -o-transition: padding-left 0.3s ease, padding-right 0.3s ease;
  transition: padding-left 0.3s ease, padding-right 0.3s ease;
}
.btn.pink, .comments .comment-form .form-item input[type="file"], .comments .comment-form .form-action input.pink[type="submit"], .contact-content .contact-form .form-action input.pink[type="submit"] {
  background: url(../img/bg_btn_pink.png) 0 0 repeat;
  -webkit-box-shadow: inset 0 -2px 0 rgba(178, 144, 145, 0.75);
  box-shadow: inset 0 -2px 0 rgba(178, 144, 145, 0.75);
}
.btn.red, .comments .comment-form .form-item input.red[type="file"], .comments .comment-form .form-action input.red[type="submit"], .contact-content .contact-form .form-action input.red[type="submit"] {
 background: url(../img/bg_btn_red.png) 0 0 repeat;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(255, 74, 123, 0.75);
  box-shadow: inset 0 -2px 0 rgba(255, 74, 123, 0.75);
  -moz-box-shadow: inset 0 -2px 0 rgba(255, 74, 123, 0.75);
}
.btn.brown, .comments .comment-form .form-item input.brown[type="file"], .comments .comment-form .form-action input[type="submit"], .contact-content .contact-form .form-action input[type="submit"] {
  background: url(../img/bg_btn_brown.png) 0 0 repeat;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(75, 32, 34, 0.75);
  box-shadow: inset 0 -2px 0 rgba(75, 32, 34, 0.75);
  -moz-box-shadow: inset 0 -2px 0 rgba(75, 32, 34, 0.75);
}
.btn:hover, .comments .comment-form .form-item input[type="file"]:hover:before, .comments .comment-form .form-action input[type="submit"]:hover, .contact-content .contact-form .form-action input[type="submit"]:hover, .btn:focus, .comments .comment-form .form-item input[type="file"]:focus:before, .comments .comment-form .form-action input[type="submit"]:focus, .contact-content .contact-form .form-action input[type="submit"]:focus {
  padding-left: 22px;
  padding-right: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn, .comments .comment-form .form-item input[type="file"]:before, .comments .comment-form .form-action input[type="submit"], .contact-content .contact-form .form-action input[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 757px) {
  .btn, .comments .comment-form .form-item input[type="file"]:before, .comments .comment-form .form-action input[type="submit"], .contact-content .contact-form .form-action input[type="submit"] {
    width: 100%;
  }
}
.rounded-ico, #header .social .share-link:before,
#header .search .search-link:before,
#header .show-nav:before, #header .close-nav:before, .home-services .flex-direction-nav a:before, .home-products .flex-direction-nav a:before, .home-our-services .items > li .image:before, .home-testimonials .flex-direction-nav a:before, .product-detail-content .related-products .flex-direction-nav a:before, .blog-detail-content .gallery .flex-direction-nav a:before, .contact-content .contact-info .ico-contact, .services-content .services .items > li .image:before, .services-content .best-offers .flex-direction-nav a:before, .about-us-content .gallery .flex-direction-nav a:before, .meet-our-team .flex-direction-nav a:before, .testimonials .flex-direction-nav a:before {
  display: block;
  width: 52px;
  height: 52px;
  background: url(../img/ico_rounded.png) 0 0 no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rounded-ico.white, #header .social .white.share-link:before,
#header .search .white.search-link:before,
#header .white.show-nav:before, #header .white.close-nav:before, .home-services .flex-direction-nav a.white:before, .home-products .flex-direction-nav a:before, .home-our-services .items > li .white.image:before, .home-testimonials .flex-direction-nav a:before, .product-detail-content .related-products .flex-direction-nav a.white:before, .blog-detail-content .gallery .flex-direction-nav a:before, .contact-content .contact-info .white.ico-contact, .services-content .services .items > li .white.image:before, .services-content .best-offers .flex-direction-nav a:before, .about-us-content .gallery .flex-direction-nav a:before, .meet-our-team .flex-direction-nav a.white:before, .testimonials .flex-direction-nav a:before {
  background-image: url(../img/ico_rounded_white.png);
}
.rounded-ico.small, .page-navigation .pages li a, #header .social .small.share-link:before,
#header .search .small.search-link:before,
#header .small.show-nav:before, #header .small.close-nav:before, .home-services .flex-direction-nav a.small:before, .home-products .flex-direction-nav a.small:before, .home-our-services .items > li .small.image:before, .home-testimonials .flex-direction-nav a.small:before, .product-detail-content .related-products .flex-direction-nav a.small:before, .blog-detail-content .gallery .flex-direction-nav a.small:before, .contact-content .contact-info .small.ico-contact, .services-content .services .items > li .small.image:before, .services-content .best-offers .flex-direction-nav a.small:before, .about-us-content .gallery .flex-direction-nav a.small:before, .meet-our-team .flex-direction-nav a.small:before, .testimonials .flex-direction-nav a.small:before {
  width: 29px;
  height: 30px;
  background-image: url(../img/ico_rounded_small.png);
}
.rounded-ico.small.active, .page-navigation .pages li a.active, .page-navigation .pages li a:hover, .page-navigation .pages li a:focus, .page-navigation .pages li.active a, #header .social .small.active.share-link:before, #header .search .small.active.search-link:before, #header .small.active.show-nav:before, #header .small.active.close-nav:before, .home-services .flex-direction-nav a.small.active:before, .home-products .flex-direction-nav a.small.active:before, .home-our-services .items > li .small.active.image:before, .home-testimonials .flex-direction-nav a.small.active:before, .product-detail-content .related-products .flex-direction-nav a.small.active:before, .blog-detail-content .gallery .flex-direction-nav a.small.active:before, .contact-content .contact-info .small.active.ico-contact, .services-content .services .items > li .small.active.image:before, .services-content .best-offers .flex-direction-nav a.small.active:before, .about-us-content .gallery .flex-direction-nav a.small.active:before, .meet-our-team .flex-direction-nav a.small.active:before, .testimonials .flex-direction-nav a.small.active:before {
  background-image: url(../img/ico_rounded_small_active.png);
}
.rounded-ico.medium, #header .social .share-link:before, #header .social ul li a, #header .search .search-link:before, #header .show-nav:before, #header .medium.close-nav:before, .home-services .flex-direction-nav a.medium:before, .home-products .flex-direction-nav a.medium:before, .home-our-services .items > li .medium.image:before, .home-testimonials .flex-direction-nav a.medium:before, .product-detail-content .related-products .flex-direction-nav a.medium:before, .blog-detail-content .gallery .flex-direction-nav a.medium:before, .contact-content .contact-info .medium.ico-contact, .services-content .services .items > li .medium.image:before, .services-content .best-offers .flex-direction-nav a.medium:before, .about-us-content .gallery .flex-direction-nav a.medium:before, .meet-our-team .flex-direction-nav a.medium:before, .testimonials .flex-direction-nav a.medium:before {
  width: 60px;
  height: 62px;
}
.rounded-ico.medium.red, #header .social .share-link:before, #header .social ul li a.red, #header .search .search-link:before, #header .show-nav:before, #header .medium.red.close-nav:before, .home-services .flex-direction-nav a.medium.red:before, .home-products .flex-direction-nav a.medium.red:before, .home-our-services .items > li .medium.red.image:before, .home-testimonials .flex-direction-nav a.medium.red:before, .product-detail-content .related-products .flex-direction-nav a.medium.red:before, .blog-detail-content .gallery .flex-direction-nav a.medium.red:before, .contact-content .contact-info .medium.red.ico-contact, .services-content .services .items > li .medium.red.image:before, .services-content .best-offers .flex-direction-nav a.medium.red:before, .about-us-content .gallery .flex-direction-nav a.medium.red:before, .meet-our-team .flex-direction-nav a.medium.red:before, .testimonials .flex-direction-nav a.medium.red:before {
  background-image: url(../img/ico_rounded_medium_red.png);
}
.rounded-ico.medium.red-fill, #header .social .red-fill.share-link:before, #header .social ul li a, #header .search .red-fill.search-link:before, #header .red-fill.show-nav:before, #header .medium.red-fill.close-nav:before, .home-services .flex-direction-nav a.medium.red-fill:before, .home-products .flex-direction-nav a.medium.red-fill:before, .home-our-services .items > li .medium.red-fill.image:before, .home-testimonials .flex-direction-nav a.medium.red-fill:before, .product-detail-content .related-products .flex-direction-nav a.medium.red-fill:before, .blog-detail-content .gallery .flex-direction-nav a.medium.red-fill:before, .contact-content .contact-info .medium.red-fill.ico-contact, .services-content .services .items > li .medium.red-fill.image:before, .services-content .best-offers .flex-direction-nav a.medium.red-fill:before, .about-us-content .gallery .flex-direction-nav a.medium.red-fill:before, .meet-our-team .flex-direction-nav a.medium.red-fill:before, .testimonials .flex-direction-nav a.medium.red-fill:before {
  background-image: url(../img/ico_rounded_medium_red_fill.png);
}
.rounded-ico.medium.red-fill:hover, #header .social .red-fill.share-link:hover:before, #header .social ul li a:hover, #header .search .red-fill.search-link:hover:before, #header .red-fill.show-nav:hover:before, #header .medium.red-fill.close-nav:hover:before, .home-services .flex-direction-nav a.medium.red-fill:hover:before, .home-products .flex-direction-nav a.medium.red-fill:hover:before, .home-our-services .items > li .medium.red-fill.image:hover:before, .home-testimonials .flex-direction-nav a.medium.red-fill:hover:before, .product-detail-content .related-products .flex-direction-nav a.medium.red-fill:hover:before, .blog-detail-content .gallery .flex-direction-nav a.medium.red-fill:hover:before, .contact-content .contact-info .medium.red-fill.ico-contact:hover, .services-content .services .items > li .medium.red-fill.image:hover:before, .services-content .best-offers .flex-direction-nav a.medium.red-fill:hover:before, .about-us-content .gallery .flex-direction-nav a.medium.red-fill:hover:before, .meet-our-team .flex-direction-nav a.medium.red-fill:hover:before, .testimonials .flex-direction-nav a.medium.red-fill:hover:before, .rounded-ico.medium.red-fill:focus, #header .social .red-fill.share-link:focus:before, #header .social ul li a:focus, #header .search .red-fill.search-link:focus:before, #header .red-fill.show-nav:focus:before, #header .medium.red-fill.close-nav:focus:before, .home-services .flex-direction-nav a.medium.red-fill:focus:before, .home-products .flex-direction-nav a.medium.red-fill:focus:before, .home-our-services .items > li .medium.red-fill.image:focus:before, .home-testimonials .flex-direction-nav a.medium.red-fill:focus:before, .product-detail-content .related-products .flex-direction-nav a.medium.red-fill:focus:before, .blog-detail-content .gallery .flex-direction-nav a.medium.red-fill:focus:before, .contact-content .contact-info .medium.red-fill.ico-contact:focus, .services-content .services .items > li .medium.red-fill.image:focus:before, .services-content .best-offers .flex-direction-nav a.medium.red-fill:focus:before, .about-us-content .gallery .flex-direction-nav a.medium.red-fill:focus:before, .meet-our-team .flex-direction-nav a.medium.red-fill:focus:before, .testimonials .flex-direction-nav a.medium.red-fill:focus:before {
  background-position: 0 100%;
  background-image:url(../img/ico_date_shape.png);
  background-repeat:no-repeat;
}
.rounded-ico.large, #header .social .large.share-link:before, #header .search .large.search-link:before, #header .large.show-nav:before, #header .large.close-nav:before, .home-services .flex-direction-nav a.large:before, .home-products .flex-direction-nav a.large:before, .home-our-services .items > li .large.image:before, .home-testimonials .flex-direction-nav a.large:before, .product-detail-content .related-products .flex-direction-nav a.large:before, .blog-detail-content .gallery .flex-direction-nav a.large:before, .contact-content .contact-info .large.ico-contact, .services-content .services .items > li .large.image:before, .services-content .best-offers .flex-direction-nav a.large:before, .about-us-content .gallery .flex-direction-nav a.large:before, .meet-our-team .flex-direction-nav a.large:before, .testimonials .flex-direction-nav a.large:before {
  width: 73px;
  height: 73px;
  background-image: url(../img/ico_rounded_large.png);
}
.rounded-ico.larger, #header .social .larger.share-link:before, #header .search .larger.search-link:before, #header .larger.show-nav:before, #header .larger.close-nav:before, .home-services .flex-direction-nav a.larger:before, .home-products .flex-direction-nav a.larger:before, .home-our-services .items > li .image, .home-our-services .items > li .image:before, .home-testimonials .flex-direction-nav a.larger:before, .product-detail-content .related-products .flex-direction-nav a.larger:before, .blog-detail-content .gallery .flex-direction-nav a.larger:before, .contact-content .contact-info .ico-contact, .services-content .services .items > li .image, .services-content .services .items > li .image:before, .services-content .best-offers .flex-direction-nav a.larger:before, .about-us-content .gallery .flex-direction-nav a.larger:before, .meet-our-team .flex-direction-nav a.larger:before, .testimonials .flex-direction-nav a.larger:before {
  width: 194px;
  height: 194px;
  
}
.rounded-ico.larger.active, #header .social .larger.active.share-link:before, #header .search .larger.active.search-link:before, #header .larger.active.show-nav:before, #header .larger.active.close-nav:before, .home-services .flex-direction-nav a.larger.active:before, .home-products .flex-direction-nav a.larger.active:before, .home-our-services .items > li .active.image, .home-our-services .items > li .image:before, .home-testimonials .flex-direction-nav a.larger.active:before, .product-detail-content .related-products .flex-direction-nav a.larger.active:before, .blog-detail-content .gallery .flex-direction-nav a.larger.active:before, .contact-content .contact-info .ico-contact, .services-content .services .items > li .active.image, .services-content .services .items > li .image:before, .services-content .best-offers .flex-direction-nav a.larger.active:before, .about-us-content .gallery .flex-direction-nav a.larger.active:before, .meet-our-team .flex-direction-nav a.larger.active:before, .testimonials .flex-direction-nav a.larger.active:before {
  background-image: url(../img/ico_rounded_larger_active.png);
}

a.rounded-ico:hover, #header .social a.share-link:hover:before, #header .search a.search-link:hover:before, #header a.show-nav:hover:before, #header a.close-nav:hover:before, .home-our-services .items > li a.image:hover:before, .contact-content .contact-info a.ico-contact:hover, .services-content .services .items > li a.image:hover:before, a.rounded-ico:focus, #header a.show-nav:focus:before, #header a.close-nav:focus:before, .home-our-services .items > li a.image:focus:before, .contact-content .contact-info a.ico-contact:focus, .services-content .services .items > li a.image:focus:before{
  -webkit-transform: rotate(37deg);
  -moz-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotate(37deg);
  transform: rotate(37deg);

}
.flex-direction-nav a:hover:before{
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.home-our-services .items > li:hover a.image:before,
.services-content .services .items > li:hover a.image:before{
  -webkit-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -o-transform: rotate(17deg);
  transform: rotate(17deg);
}
.services-content .services .items > li:hover h3 a{color:#ed3d5b;}
a.rounded-ico:hover,
a.rounded-ico:focus{
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
    background-image:url(../img/ico_rounded_large_hover.png);
  background-repeat:no-repeat;
}
.ico.arrow-down .rounded-ico:hover,
.ico.arrow-down .rounded-ico:focus,
#articleLoad .rounded-ico.large:hover{
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.ico, #header .close-nav, .home-services .flex-direction-nav a, .home-products .flex-direction-nav a, .home-testimonials .flex-direction-nav a, .product-detail-content .related-products .flex-direction-nav a, .blog-detail-content .gallery .flex-direction-nav a.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-next, .services-content .best-offers .flex-direction-nav a, .about-us-content .gallery .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-next, .meet-our-team .flex-direction-nav a, .testimonials .flex-direction-nav a {
  display: block;
  width: 52px;
  height: 52px;
}
.small > .ico, #header .small > .close-nav, .home-services .flex-direction-nav .small > a, .home-products .flex-direction-nav .small > a, .home-testimonials .flex-direction-nav .small > a, .product-detail-content .related-products .flex-direction-nav .small > a, .blog-detail-content .gallery .flex-direction-nav .small > a.flex-prev, .blog-detail-content .gallery .flex-direction-nav .small > a.flex-next, .services-content .best-offers .flex-direction-nav .small > a, .about-us-content .gallery .flex-direction-nav .small > a.flex-prev, .about-us-content .gallery .flex-direction-nav .small > a.flex-next, .meet-our-team .flex-direction-nav .small > a, .testimonials .flex-direction-nav .small > a, .ico.small, .page-navigation .previous-page, .page-navigation .next-page, #header .small.close-nav, .home-services .flex-direction-nav a.small, .home-products .flex-direction-nav a.small, .home-testimonials .flex-direction-nav a.small, .product-detail-content .related-products .flex-direction-nav a.small, .blog-detail-content .gallery .flex-direction-nav a.small.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.small.flex-next, .services-content .best-offers .flex-direction-nav a.small, .about-us-content .gallery .flex-direction-nav a.small.flex-prev, .about-us-content .gallery .flex-direction-nav a.small.flex-next, .meet-our-team .flex-direction-nav a.small, .testimonials .flex-direction-nav a.small {
  width: 29px;
  height: 30px;
}
.medium > .ico, #header .medium > .close-nav, .home-services .flex-direction-nav .medium > a, .home-products .flex-direction-nav .medium > a, .home-testimonials .flex-direction-nav .medium > a, .product-detail-content .related-products .flex-direction-nav .medium > a, .blog-detail-content .gallery .flex-direction-nav .medium > a.flex-prev, .blog-detail-content .gallery .flex-direction-nav .medium > a.flex-next, .services-content .best-offers .flex-direction-nav .medium > a, .about-us-content .gallery .flex-direction-nav .medium > a.flex-prev, .about-us-content .gallery .flex-direction-nav .medium > a.flex-next, .meet-our-team .flex-direction-nav .medium > a, .testimonials .flex-direction-nav .medium > a, .ico.medium, #header .social .share-link, #header .social ul li a:before, #header .search .search-link, #header .show-nav, #header .medium.close-nav, .home-services .flex-direction-nav a.medium, .home-products .flex-direction-nav a.medium, .home-testimonials .flex-direction-nav a.medium, .product-detail-content .related-products .flex-direction-nav a.medium, .blog-detail-content .gallery .flex-direction-nav a.medium.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.medium.flex-next, .services-content .best-offers .flex-direction-nav a.medium, .about-us-content .gallery .flex-direction-nav a.medium.flex-prev, .about-us-content .gallery .flex-direction-nav a.medium.flex-next, .meet-our-team .flex-direction-nav a.medium, .testimonials .flex-direction-nav a.medium {
  width: 60px;
  height: 62px;
}
.large > .ico, #header .large > .close-nav, .home-services .flex-direction-nav .large > a, .home-products .flex-direction-nav .large > a, .home-testimonials .flex-direction-nav .large > a, .product-detail-content .related-products .flex-direction-nav .large > a, .blog-detail-content .gallery .flex-direction-nav .large > a.flex-prev, .blog-detail-content .gallery .flex-direction-nav .large > a.flex-next, .services-content .best-offers .flex-direction-nav .large > a, .about-us-content .gallery .flex-direction-nav .large > a.flex-prev, .about-us-content .gallery .flex-direction-nav .large > a.flex-next, .meet-our-team .flex-direction-nav .large > a, .testimonials .flex-direction-nav .large > a, .ico.large, #header .large.close-nav, .home-services .flex-direction-nav a.large, .home-products .flex-direction-nav a.large, .home-testimonials .flex-direction-nav a.large, .product-detail-content .related-products .flex-direction-nav a.large, .blog-detail-content .gallery .flex-direction-nav a.large.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.large.flex-next, .services-content .best-offers .flex-direction-nav a.large, .about-us-content .gallery .flex-direction-nav a.large.flex-prev, .about-us-content .gallery .flex-direction-nav a.large.flex-next, .meet-our-team .flex-direction-nav a.large, .testimonials .flex-direction-nav a.large {
  width: 73px;
  height: 73px;
}
.ico.arrow-left, .page-navigation .previous-page, #header .arrow-left.close-nav, #header .blog-detail-content .gallery .flex-direction-nav a.close-nav.flex-prev, .blog-detail-content .gallery .flex-direction-nav #header a.close-nav.flex-prev, #header .about-us-content .gallery .flex-direction-nav a.close-nav.flex-prev, .about-us-content .gallery .flex-direction-nav #header a.close-nav.flex-prev, .home-services .flex-direction-nav a.arrow-left, .home-services .flex-direction-nav a.flex-prev, .home-products .flex-direction-nav a.arrow-left, .home-products .flex-direction-nav a.flex-prev, .home-testimonials .flex-direction-nav a.arrow-left, .home-testimonials .flex-direction-nav a.flex-prev, .product-detail-content .related-products .flex-direction-nav a.arrow-left, .product-detail-content .related-products .flex-direction-nav a.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.arrow-left.flex-next, .services-content .best-offers .flex-direction-nav a.arrow-left, .services-content .best-offers .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.arrow-left.flex-next, .meet-our-team .flex-direction-nav a.arrow-left, .meet-our-team .flex-direction-nav a.flex-prev, .testimonials .flex-direction-nav a.arrow-left, .testimonials .flex-direction-nav a.flex-prev {
  background: url(../img/ico_arrow_left.png) 50% 50% no-repeat;
}
.ico.arrow-right, .page-navigation .next-page, #header .arrow-right.close-nav, #header .blog-detail-content .gallery .flex-direction-nav a.close-nav.flex-next, .blog-detail-content .gallery .flex-direction-nav #header a.close-nav.flex-next, #header .about-us-content .gallery .flex-direction-nav a.close-nav.flex-next, .about-us-content .gallery .flex-direction-nav #header a.close-nav.flex-next, .home-services .flex-direction-nav a.arrow-right, .home-services .flex-direction-nav a.flex-next, .home-products .flex-direction-nav a.arrow-right, .home-products .flex-direction-nav a.flex-next, .home-testimonials .flex-direction-nav a.arrow-right, .home-testimonials .flex-direction-nav a.flex-next, .product-detail-content .related-products .flex-direction-nav a.arrow-right, .product-detail-content .related-products .flex-direction-nav a.flex-next, .blog-detail-content .gallery .flex-direction-nav a.arrow-right.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-next, .services-content .best-offers .flex-direction-nav a.arrow-right, .services-content .best-offers .flex-direction-nav a.flex-next, .about-us-content .gallery .flex-direction-nav a.arrow-right.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-next, .meet-our-team .flex-direction-nav a.arrow-right, .meet-our-team .flex-direction-nav a.flex-next, .testimonials .flex-direction-nav a.arrow-right, .testimonials .flex-direction-nav a.flex-next {
  background: url(../img/ico_arrow_right.png) 50% 50% no-repeat;
}
.ico.arrow-down, #header .arrow-down.close-nav, .home-services .flex-direction-nav a.arrow-down, .home-products .flex-direction-nav a.arrow-down, .home-testimonials .flex-direction-nav a.arrow-down, .product-detail-content .related-products .flex-direction-nav a.arrow-down, .blog-detail-content .gallery .flex-direction-nav a.arrow-down.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.arrow-down.flex-next, .services-content .best-offers .flex-direction-nav a.arrow-down, .about-us-content .gallery .flex-direction-nav a.arrow-down.flex-prev, .about-us-content .gallery .flex-direction-nav a.arrow-down.flex-next, .meet-our-team .flex-direction-nav a.arrow-down, .testimonials .flex-direction-nav a.arrow-down {
  background: url(../img/ico_arrow_down.png) 50% 50% no-repeat;
}
.ico.white.arrow-left, .page-navigation .white.previous-page, #header .social ul li a.arrow-left:before, #header .social ul li .blog-detail-content .gallery .flex-direction-nav a.flex-prev:before, .blog-detail-content .gallery .flex-direction-nav #header .social ul li a.flex-prev:before, #header .social ul li .about-us-content .gallery .flex-direction-nav a.flex-prev:before, .about-us-content .gallery .flex-direction-nav #header .social ul li a.flex-prev:before, #header .white.arrow-left.close-nav, #header .blog-detail-content .gallery .flex-direction-nav a.close-nav.flex-prev, .blog-detail-content .gallery .flex-direction-nav #header a.close-nav.flex-prev, #header .about-us-content .gallery .flex-direction-nav a.close-nav.flex-prev, .about-us-content .gallery .flex-direction-nav #header a.close-nav.flex-prev, .home-services .flex-direction-nav a.white.arrow-left, .home-services .flex-direction-nav a.white.flex-prev, .home-products .flex-direction-nav a.white.arrow-left, .home-products .flex-direction-nav a.flex-prev, .home-testimonials .flex-direction-nav a.white.arrow-left, .home-testimonials .flex-direction-nav a.flex-prev, .product-detail-content .related-products .flex-direction-nav a.white.arrow-left, .product-detail-content .related-products .flex-direction-nav a.white.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.arrow-left.flex-next, .services-content .best-offers .flex-direction-nav a.white.arrow-left, .services-content .best-offers .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.arrow-left.flex-next, .meet-our-team .flex-direction-nav a.white.arrow-left, .meet-our-team .flex-direction-nav a.white.flex-prev, .testimonials .flex-direction-nav a.white.arrow-left, .testimonials .flex-direction-nav a.flex-prev {
  background-image: url(../img/ico_arrow_left_white.png);
}
.ico.white.arrow-right, .page-navigation .white.next-page, #header .social ul li a.arrow-right:before, #header .social ul li .blog-detail-content .gallery .flex-direction-nav a.flex-next:before, .blog-detail-content .gallery .flex-direction-nav #header .social ul li a.flex-next:before, #header .social ul li .about-us-content .gallery .flex-direction-nav a.flex-next:before, .about-us-content .gallery .flex-direction-nav #header .social ul li a.flex-next:before, #header .white.arrow-right.close-nav, #header .blog-detail-content .gallery .flex-direction-nav a.close-nav.flex-next, .blog-detail-content .gallery .flex-direction-nav #header a.close-nav.flex-next, #header .about-us-content .gallery .flex-direction-nav a.close-nav.flex-next, .about-us-content .gallery .flex-direction-nav #header a.close-nav.flex-next, .home-services .flex-direction-nav a.white.arrow-right, .home-services .flex-direction-nav a.white.flex-next, .home-products .flex-direction-nav a.white.arrow-right, .home-products .flex-direction-nav a.flex-next, .home-testimonials .flex-direction-nav a.white.arrow-right, .home-testimonials .flex-direction-nav a.flex-next, .product-detail-content .related-products .flex-direction-nav a.white.arrow-right, .product-detail-content .related-products .flex-direction-nav a.white.flex-next, .blog-detail-content .gallery .flex-direction-nav a.white.arrow-right.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-next, .services-content .best-offers .flex-direction-nav a.white.arrow-right, .services-content .best-offers .flex-direction-nav a.flex-next, .about-us-content .gallery .flex-direction-nav a.white.arrow-right.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-next, .meet-our-team .flex-direction-nav a.white.arrow-right, .meet-our-team .flex-direction-nav a.white.flex-next, .testimonials .flex-direction-nav a.white.arrow-right, .testimonials .flex-direction-nav a.flex-next {
  background-image: url(../img/ico_arrow_right_white.png);
}
.ico.heart, #header .social .share-link, #header .heart.close-nav, .home-services .flex-direction-nav a.heart, .home-products .flex-direction-nav a.heart, .home-testimonials .flex-direction-nav a.heart, .product-detail-content .related-products .flex-direction-nav a.heart, .blog-detail-content .gallery .flex-direction-nav a.heart.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.heart.flex-next, .services-content .best-offers .flex-direction-nav a.heart, .about-us-content .gallery .flex-direction-nav a.heart.flex-prev, .about-us-content .gallery .flex-direction-nav a.heart.flex-next, .meet-our-team .flex-direction-nav a.heart, .testimonials .flex-direction-nav a.heart {
  background: url(../img/ico_heart.png) 50% 50% no-repeat;
}
.ico.search, #header .search .search-link, #header .search .search-form input[type="submit"], #header .search.close-nav, .home-services .flex-direction-nav a.search, .home-products .flex-direction-nav a.search, .home-testimonials .flex-direction-nav a.search, .product-detail-content .related-products .flex-direction-nav a.search, .blog-detail-content .gallery .flex-direction-nav a.search.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.search.flex-next, .services-content .best-offers .flex-direction-nav a.search, .about-us-content .gallery .flex-direction-nav a.search.flex-prev, .about-us-content .gallery .flex-direction-nav a.search.flex-next, .meet-our-team .flex-direction-nav a.search, .testimonials .flex-direction-nav a.search {
  background: url(../img/ico_search.png) 50% 50% no-repeat;
}
.ico.nav, #header .show-nav, #header .nav.close-nav, .home-services .flex-direction-nav a.nav, .home-products .flex-direction-nav a.nav, .home-testimonials .flex-direction-nav a.nav, .product-detail-content .related-products .flex-direction-nav a.nav, .blog-detail-content .gallery .flex-direction-nav a.nav.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.nav.flex-next, .services-content .best-offers .flex-direction-nav a.nav, .about-us-content .gallery .flex-direction-nav a.nav.flex-prev, .about-us-content .gallery .flex-direction-nav a.nav.flex-next, .meet-our-team .flex-direction-nav a.nav, .testimonials .flex-direction-nav a.nav {
  background: url(../img/ico_nav.png) 50% 50% no-repeat;
}
.ico.close, #header .close-nav, .home-services .flex-direction-nav a.close, .home-products .flex-direction-nav a.close, .home-testimonials .flex-direction-nav a.close, .product-detail-content .related-products .flex-direction-nav a.close, .blog-detail-content .gallery .flex-direction-nav a.close.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.close.flex-next, .services-content .best-offers .flex-direction-nav a.close, .about-us-content .gallery .flex-direction-nav a.close.flex-prev, .about-us-content .gallery .flex-direction-nav a.close.flex-next, .meet-our-team .flex-direction-nav a.close, .testimonials .flex-direction-nav a.close {
  background: url(../img/ico_close.png) 50% 50% no-repeat;
}
.ico.facebook, #header .facebook.close-nav, .home-services .flex-direction-nav a.facebook, .home-products .flex-direction-nav a.facebook, .home-testimonials .flex-direction-nav a.facebook, .product-detail-content .related-products .flex-direction-nav a.facebook, .blog-detail-content .gallery .flex-direction-nav a.facebook.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.facebook.flex-next, .services-content .best-offers .flex-direction-nav a.facebook, .about-us-content .gallery .flex-direction-nav a.facebook.flex-prev, .about-us-content .gallery .flex-direction-nav a.facebook.flex-next, .meet-our-team .flex-direction-nav a.facebook, .testimonials .flex-direction-nav a.facebook {
  background: url(../img/ico_social_facebook.png) 50% 50% no-repeat;
}
.ico.twitter, #header .twitter.close-nav, .home-services .flex-direction-nav a.twitter, .home-products .flex-direction-nav a.twitter, .home-testimonials .flex-direction-nav a.twitter, .product-detail-content .related-products .flex-direction-nav a.twitter, .blog-detail-content .gallery .flex-direction-nav a.twitter.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.twitter.flex-next, .services-content .best-offers .flex-direction-nav a.twitter, .about-us-content .gallery .flex-direction-nav a.twitter.flex-prev, .about-us-content .gallery .flex-direction-nav a.twitter.flex-next, .meet-our-team .flex-direction-nav a.twitter, .testimonials .flex-direction-nav a.twitter {
  background: url(../img/ico_social_twitter.png) 50% 50% no-repeat;
}
.ico.google-plus, #header .google-plus.close-nav, .home-services .flex-direction-nav a.google-plus, .home-products .flex-direction-nav a.google-plus, .home-testimonials .flex-direction-nav a.google-plus, .product-detail-content .related-products .flex-direction-nav a.google-plus, .blog-detail-content .gallery .flex-direction-nav a.google-plus.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.google-plus.flex-next, .services-content .best-offers .flex-direction-nav a.google-plus, .about-us-content .gallery .flex-direction-nav a.google-plus.flex-prev, .about-us-content .gallery .flex-direction-nav a.google-plus.flex-next, .meet-our-team .flex-direction-nav a.google-plus, .testimonials .flex-direction-nav a.google-plus {
  background: url(../img/ico_social_googleplus.png) 50% 50% no-repeat;
}
.ico.pinterest, #header .pinterest.close-nav, .home-services .flex-direction-nav a.pinterest, .home-products .flex-direction-nav a.pinterest, .home-testimonials .flex-direction-nav a.pinterest, .product-detail-content .related-products .flex-direction-nav a.pinterest, .blog-detail-content .gallery .flex-direction-nav a.pinterest.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.pinterest.flex-next, .services-content .best-offers .flex-direction-nav a.pinterest, .about-us-content .gallery .flex-direction-nav a.pinterest.flex-prev, .about-us-content .gallery .flex-direction-nav a.pinterest.flex-next, .meet-our-team .flex-direction-nav a.pinterest, .testimonials .flex-direction-nav a.pinterest {
  background: url(../img/ico_social_pinterest.png) 50% 50% no-repeat;
}
.ico.linkedin, #header .linkedin.close-nav, .home-services .flex-direction-nav a.linkedin, .home-products .flex-direction-nav a.linkedin, .home-testimonials .flex-direction-nav a.linkedin, .product-detail-content .related-products .flex-direction-nav a.linkedin, .blog-detail-content .gallery .flex-direction-nav a.linkedin.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.linkedin.flex-next, .services-content .best-offers .flex-direction-nav a.linkedin, .about-us-content .gallery .flex-direction-nav a.linkedin.flex-prev, .about-us-content .gallery .flex-direction-nav a.linkedin.flex-next, .meet-our-team .flex-direction-nav a.linkedin, .testimonials .flex-direction-nav a.linkedin {
  background: url(../img/ico_social_linkedin.png) 50% 50% no-repeat;
}
.ico.white.facebook, #header .social ul li a.facebook:before, #header .social ul li.facebook a:before, #header .white.facebook.close-nav, .home-services .flex-direction-nav a.white.facebook, .home-products .flex-direction-nav a.white.facebook, .home-testimonials .flex-direction-nav a.white.facebook, .product-detail-content .related-products .flex-direction-nav a.white.facebook, .blog-detail-content .gallery .flex-direction-nav a.white.facebook.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.facebook.flex-next, .services-content .best-offers .flex-direction-nav a.white.facebook, .about-us-content .gallery .flex-direction-nav a.white.facebook.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.facebook.flex-next, .meet-our-team .flex-direction-nav a.white.facebook, .testimonials .flex-direction-nav a.white.facebook {
  background: url(../img/ico_social_facebook_white.png) 50% 50% no-repeat;
}
.ico.white.twitter, #header .social ul li a.twitter:before, #header .social ul li.twitter a:before, #header .white.twitter.close-nav, .home-services .flex-direction-nav a.white.twitter, .home-products .flex-direction-nav a.white.twitter, .home-testimonials .flex-direction-nav a.white.twitter, .product-detail-content .related-products .flex-direction-nav a.white.twitter, .blog-detail-content .gallery .flex-direction-nav a.white.twitter.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.twitter.flex-next, .services-content .best-offers .flex-direction-nav a.white.twitter, .about-us-content .gallery .flex-direction-nav a.white.twitter.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.twitter.flex-next, .meet-our-team .flex-direction-nav a.white.twitter, .testimonials .flex-direction-nav a.white.twitter {
  background: url(../img/ico_social_twitter_white.png) 50% 50% no-repeat;
}
.ico.white.google-plus, #header .social ul li a.google-plus:before, #header .social ul li.google-plus a:before, #header .white.google-plus.close-nav, .home-services .flex-direction-nav a.white.google-plus, .home-products .flex-direction-nav a.white.google-plus, .home-testimonials .flex-direction-nav a.white.google-plus, .product-detail-content .related-products .flex-direction-nav a.white.google-plus, .blog-detail-content .gallery .flex-direction-nav a.white.google-plus.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.google-plus.flex-next, .services-content .best-offers .flex-direction-nav a.white.google-plus, .about-us-content .gallery .flex-direction-nav a.white.google-plus.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.google-plus.flex-next, .meet-our-team .flex-direction-nav a.white.google-plus, .testimonials .flex-direction-nav a.white.google-plus {
  background: url(../img/ico_social_googleplus_white.png) 50% 50% no-repeat;
}
.ico.white.pinterest, #header .social ul li a.pinterest:before, #header .social ul li.pinterest a:before, #header .white.pinterest.close-nav, .home-services .flex-direction-nav a.white.pinterest, .home-products .flex-direction-nav a.white.pinterest, .home-testimonials .flex-direction-nav a.white.pinterest, .product-detail-content .related-products .flex-direction-nav a.white.pinterest, .blog-detail-content .gallery .flex-direction-nav a.white.pinterest.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.pinterest.flex-next, .services-content .best-offers .flex-direction-nav a.white.pinterest, .about-us-content .gallery .flex-direction-nav a.white.pinterest.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.pinterest.flex-next, .meet-our-team .flex-direction-nav a.white.pinterest, .testimonials .flex-direction-nav a.white.pinterest {
  background: url(../img/ico_social_pinterest_white.png) 50% 50% no-repeat;
}
.ico.white.linkedin, #header .social ul li a.linkedin:before, #header .social ul li.linkedin a:before, #header .white.linkedin.close-nav, .home-services .flex-direction-nav a.white.linkedin, .home-products .flex-direction-nav a.white.linkedin, .home-testimonials .flex-direction-nav a.white.linkedin, .product-detail-content .related-products .flex-direction-nav a.white.linkedin, .blog-detail-content .gallery .flex-direction-nav a.white.linkedin.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.linkedin.flex-next, .services-content .best-offers .flex-direction-nav a.white.linkedin, .about-us-content .gallery .flex-direction-nav a.white.linkedin.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.linkedin.flex-next, .meet-our-team .flex-direction-nav a.white.linkedin, .testimonials .flex-direction-nav a.white.linkedin {
  background: url(../img/ico_social_linkedin_white.png) 50% 50% no-repeat;
}

.squared-ico, .home-slider .flex-control-nav li a, .blog-detail-content .gallery .flex-control-nav li a, .about-us-content .gallery .flex-control-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_squared.png) 0 0 no-repeat;
}
.squared-ico.white, .home-slider .flex-control-nav li a, .blog-detail-content .gallery .flex-control-nav li a.white, .about-us-content .gallery .flex-control-nav li a.white {
  background-image: url(../img/ico_squared_white.png);
}
.squared-ico.active, .home-slider .flex-control-nav li a.active, .home-slider .flex-control-nav li a.flex-active, .blog-detail-content .gallery .flex-control-nav li a.active, .blog-detail-content .gallery .flex-control-nav li a.flex-active, .about-us-content .gallery .flex-control-nav li a.active, .about-us-content .gallery .flex-control-nav li a.flex-active {
  background-image: url(../img/ico_squared_active.png);
}
.page-navigation .previous-page {
  float: left;
  width: auto !important;
  padding-left: 15px;
  background-position: 0 50% !important;
  line-height: 30px;
}
.page-navigation .next-page {
  float: right;
  width: auto !important;
  padding-right: 15px;
  background-position: 100% 50% !important;
  line-height: 30px;
}
.page-navigation .pages {
  display: inline-block;
  margin: 0 20px;
}
.page-navigation .pages li {
  float: left;
  margin: 0 3px;
  font-size: 0.8125em;
}
.page-navigation .pages li a {
  display: block;
  line-height: 30px;
}
.page-navigation .pages li.active a {
  color: #ed3d5b;
}
.share {
  text-align: center;
}
.share .inner {
  display: inline-block;
}
.share strong {
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 52px;
}
.share ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.share ul li {
  float: left;
  margin: 0 10px 0 9px;
}

@media (max-width: 757px) {
  .page-navigation .pages {
    display: none;
  }
  .share {
    text-align: left;
  }
  .share .inner {
    display: inline-block;
  }
  .share strong {
    float: none;
    display: block;
    margin: 0;
  }
  .share ul {
    float: none;
  }
  .share ul li {
    margin: 0 10px 0 0;
  }
  .share ul li:last-child {
    margin: 0;
  }
}
.comments .comments-title {
  margin-bottom: 29px;
  padding-bottom: 21px;
  background: url("../img/bg_dark_line.png") 0 100% repeat-x;
}
.comments .comments-title:before, .comments .comments-title:after {
  content: " ";
  display: table;
}
.comments .comments-title:after {
  clear: both;
}
.comments .comments-title h2 {
  float: left;
  margin: 0;
  font-size: 36px;
  font-weight: normal;
  line-height: 1em;
  color: #664345;
}
.comments .comments-title .comments-count {
  float: right;
  font: italic 1em/36px "Old Standard TT", serif;
}
.comments .comments-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comments .comment {
  margin-bottom: 30px;
  padding-bottom: 29px;
  background: url("../img/bg_dark_line.png") 0 100% repeat-x;
}
.comments .comment:before, .comments .comment:after {
  content: " ";
  display: table;
}
.comments .comment:after {
  clear: both;
}
.comments .comment-avatar {
  float: left;
  margin: 0 24px 0 0;
}
.comments .comment-avatar img {
  display: block;
  width: 166px;
  padding: 8px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.comments .comment-meta {
  margin: 6px 0 15px;
  font: italic 0.875em/1em "Old Standard TT", serif;
  overflow: hidden;
  padding-top: 5px;
}
.comments .comment-content {
  margin-bottom: 12px;
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
  line-height: 1.6em;
  color: #664345;
  overflow: hidden;
}
.comments .comment-content p {
  margin: 0;
}
.comments .comment-author {
  font-size: 20px;
  line-height: 1em;
  color: #664345;
}
.comments .comment-author a {
  color: #664345;
}
.comments .comment-author a:hover, .comments .comment-author a:focus {
  color: #ed3d5b;
}
.comments .comment-form h3 {
  margin: 0 0 21px;
  font-size: 26px;
  font-weight: normal;
  color: #664345;
}
.comments .comment-form h3 b {
  font-weight: normal;
  color: #ed3d5b;
}
.comments .comment-form .form-item {
  margin-bottom: 5px;
}
.comments .comment-form .form-item:before, .comments .comment-form .form-item:after {
  content: " ";
  display: table;
}
.comments .comment-form .form-item:after {
  clear: both;
}
.comments .comment-form .form-item input.name {
  float: left;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.comments .comment-form .form-item input[type="file"] {
  position: absolute;
  width: 242px;
  height: 46px;
  margin: 0 0 0 -242px;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  opacity: 0;
  content: 'upload your photo';
  cursor: pointer;
  z-index: 555;
}
.comment-form .form-item .up-photo {width: 242px; height: 46px; position: relative; float: right; margin-top: -46px; background: url(../img/bg_btn_pink.png); border-radius: 5px; border-bottom: 2px solid #b29091;}
.comment-form .form-item .up-photo h5 {font-size: 18px; color:#fff; line-height: 18px; margin-top: 13px; margin-bottom: auto; text-align: center;}

.comments .comment-form .form-action {
  margin-top: 7px;
}
.comments .comment-form .form-action input[type="submit"] {
  float: right;
  border: 0 none;
}

@media (max-width: 757px) {
  .comments .comment-avatar img {
    width: 100px;
  }
  .comments .comment-content {
    overflow: visible;
  }
  .comments .comment-form .form-item input.name {
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

}
@media (max-width: 768px) {
    .comments .comment-form .form-item input[type="file"] {
        width: 100%;
        margin:5px 0px 0px;
        position: relative;
    }
    .comment-form .form-item .up-photo {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .comments .comment-avatar img {
        display: none;
  }
}

.fixed-baner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#header.hdTwo{
  position: absolute;
  width: 100%;
}
#header { position: relative; height: 341px; padding: 96px 0; z-index: 2; }
#header .container { position: relative; padding: 0; }
#header .main-nav { position: relative; float: left; margin: 0 149px; }
#header .main-nav:before { position: absolute; top: 15px; left: -46px; width: 75px; height: 80px; background: url(../img/bg_main_nav_left.png) 0 0 no-repeat; content: ''; }
#header .main-nav:after { position: absolute; top: 15px; right: -48px; width: 75px; height: 80px; background: url(../img/bg_main_nav_right.png) 0 0 no-repeat; content: ''; }
#header .main-nav ul { float: left; width: 339px; height: 80px; margin: 0; padding: 28px 10px 0; list-style-type: none;
  background: url(../img/bg_main_nav.png) 0 0 repeat-x; font-size: 1.125em; text-align: center; }
#header .main-nav ul li { display: inline-block; margin: 0 14px; }
#header .main-nav ul li a { color: #6d6e71; }
#header .main-nav ul li a:hover{ color: #fbb428; }
#header .main-nav ul li a.active { color: #fbb428; }
#header .social { position: absolute; top: 24px; left: 35px; }
#header .social .share-link { position: relative; display: block; z-index: 1; }
#header .social .share-link:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; }
#header .social ul { display: none; position: absolute; top: 66px; left: 0; margin: 0; padding: 0; list-style-type: none; overflow: hidden;}
#header .social ul.act { display:block;}
#header .social ul li { margin-bottom: 3px; position: relative;
display: block; }
#header .social ul li a { position: relative; display: block; }
#header .social ul li a:before { position: absolute; top: 0; left: 0; content: ''; -webkit-transform: none; -moz-transform: none;  -ms-transform: none; -o-transform: none; transform: none; }
#header .search {  position: absolute; top: 24px; right: 35px; }
#header .search .search-link { position: relative; display: block; }
#header .search .search-link:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; }
#header .search .search-form { display: none; position: absolute; top: 78px; right: 1px; width: 389px; }
#header .search .search-form form { position: relative; }
#header .search .search-form form:before,
#header .search .search-form form:after { content: " "; display: table; }
#header .search .search-form form:after { clear: both; }
#header .search .search-form input[type="text"],#header .search .search-form input[type="search"] { width: 100%; height: 60px; border: 0 none; padding: 18px 60px 18px 19px; background: #ed3d5b; font-style: italic; font-family: "Old Standard TT", serif; font-size: 1.125em; line-height: 1.6em; color: #fff; }
#header .search .search-form input[type="text"]:focus, #header .search .search-form input[type="search"]:focus {
  outline: none; }
#header .search .search-form input[type="text"]::-webkit-input-placeholder, #header .search .search-form input[type="search"]::-webkit-input-placeholder { color: #fff; }
#header .search .search-form input[type="text"]:-moz-placeholder, #header .search .search-form input[type="search"]:-moz-placeholder { color: #fff; opacity: 1; }
#header .search .search-form input[type="text"]::-moz-placeholder, #header .search .search-form input[type="search"]::-moz-placeholder { color: #fff; opacity: 1; }
#header .search .search-form input[type="text"]:-ms-input-placeholder, #header .search .search-form input[type="search"]:-ms-input-placeholder { color: #fff; }
#header .search .search-form input[type="submit"] { position: absolute; top: 0; right: 0; width: 60px; height: 60px; border: 0 none; }
#header .wrap-logo { float: left; width: 194px; margin: -55px 0 0; padding: 0 2px; background: url(../img/bg_main_nav_wrap_logo.png) 0 55px no-repeat; }
#header .logo { position: relative; display: block; width: 189px; height: 190px; padding: 116px 0 0;/* background: url(../img/bg_wrap_logo.png) 0 0 no-repeat;*/ text-align: center; }
#header .logo .icon { position: absolute; display: block;  width:250px; height: 250px; margin-left:-32px; margin-top:-140px;    background: url(../img/ico_logo_icon.png) 0 0 no-repeat; }
#header .logo h1 { margin: 0; font-size: 1.5em; font-weight: normal; line-height: 1em; color: #664345; }
#header .logo strong { display: block; font-weight: normal; line-height: 1em; color: #ed3d5b; }
#header .show-nav { display: none; position: absolute; top: 83px; right: 15px; }
#header .show-nav:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; }
#header .close-nav { display: block; position: absolute; top: 19px; left: 50%; margin: 0 0 0 -25px; }
#header .close-nav:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: '';}

@media (min-width: 1025px) and (max-width: 1199px) {
  #header .main-nav { width: 100%; margin: 0;padding: 0 46px;}
  #header .main-nav:before { left: 0; }
  #header .main-nav:after { right: 0; }
  #header .main-nav ul { width: 341px; }
  #header .social { top: 104px; left: 7px; z-index: 9; }
  #header .search { top: 104px; right: 7px; }
}
@media (min-width: 1025px) {
  #header .logo.mobile { display: none !important; }
  #header .hgroup { display: block !important; }
}
@media (min-width: 758px) and (max-width: 1024px) {
  #header { height: 270px; padding: 0; z-index: 555;}
  .main-image{height: 270px;}
  #header .show-nav { display: block; }
  #header .social { position: absolute; top: 83px; left: 15px; }
  #header .logo { position: absolute; top: 20px; left: 50%; margin-left: -95px; z-index: 2; }
  #header .hgroup { display: none; position: absolute; top: 0; left: 0; width: 100%; padding: 96px 15px 20px; background: url(../img/bg_body.jpg) 0 0 repeat; z-index: 9999; }
  #header .hgroup .main-nav { float: none; margin: 0; }
  #header .hgroup .main-nav:before, #header .hgroup .main-nav:after { display: none; }
  #header .hgroup .main-nav ul { float: none; width: 100%; height: auto; padding: 0; background: none; font-size: 1.625em; line-height: 2.31em; }
  #header .hgroup .main-nav ul:before, #header .hgroup .main-nav ul:after { content: " "; display: table;}
  #header .hgroup .main-nav ul:after { clear: both; }
  #header .hgroup .main-nav ul li { display: block; margin: 0; }
  #header .hgroup .main-nav ul li a { display: block; }
  #header .hgroup .main-nav .wrap-logo { display: none; }
  #header .hgroup .search { position: relative; top: auto; right: auto; margin: 30px 0 0; }
  #header .hgroup .search .search-link { display: none !important; }
  #header .hgroup .search .search-form { display: block !important; position: relative; top: auto; right: auto; width: 100%; }
}
@media (max-width: 757px) {
  #header { height: 221px; padding: 0; z-index: 2000;}
  #header .show-nav { display: block; top: 59px; right: 15px; }
  #header .social { position: absolute; top: 59px; left: 15px; }
  #header .logo { position: absolute; top: 20px; left: 50%; margin-left: -70px; z-index: 2;}
  #header .logo { position: absolute; top: 20px; left: 50%; width: 140px; height: 140px; margin-left: -70px; padding: 86px 0 0; z-index: 2; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; }
  #header .logo .icon { top: 150px; width: 200px; height: 200px; margin-left: -20px; -webkit-background-size: contain; -moz-background-size: contain;
    -o-background-size: contain; background-size: contain; }
  #header .logo h1 { font-size: 1.1125em; line-height: 1em; }
  #header .logo strong { font-size: 0.7375em; line-height: 1em; }
  #header .hgroup { display: none; position: absolute; top: 0; left: 0; width: 100%; padding: 80px 10px 20px; background: url(../img/bg_body.jpg) 0 0 repeat; z-index: 9999; }
  #header .hgroup .main-nav { float: none; margin: 0; }
  #header .hgroup .main-nav:before, #header .hgroup .main-nav:after { display: none; }
  #header .hgroup .main-nav ul { float: none; width: 100%; height: auto; padding: 0; background: none; font-size: 1.625em; line-height: 1.8em; }
  #header .hgroup .main-nav ul:before, #header .hgroup .main-nav ul:after { content: " "; display: table; }
  #header .hgroup .main-nav ul:after { clear: both; }
  #header .hgroup .main-nav ul li { display: block; margin: 0; }
  #header .hgroup .main-nav ul li a { display: block; }
  #header .hgroup .main-nav .wrap-logo { display: none; }
  #header .hgroup .search { position: relative; top: auto; right: auto; margin: 30px 0 0; }
  #header .hgroup .search .search-link { display: none !important; }
  #header .hgroup .search .search-form { display: block !important; position: relative; top: auto; right: auto; width: 100%; }
}

#header .main-nav ul li{position:relative;}
li.menu-item-has-children:after {content:  url(../img/menu_arrow.png);display: inline-block;vertical-align: middle;line-height: 1px;padding-bottom: 2px;}
#header .main-nav ul li ul.submenu {
	display:none;
	position: absolute;
	float: left;
	width: auto;
	top: 52px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	height: auto;
	padding:20px 20px 10px 20px;
	background: url(../img/bg_submenu.png);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#header .main-nav ul li ul.submenu li {
	display: block;
	font-size:14px;
	line-height:30px;
	white-space: nowrap;
}
@media (max-width: 1024px){
	li.menu-item-has-children:after{display:none;}
	#header .main-nav ul li ul.submenu {
		display: block !important;
		float: none;
		width: 100%;
		top: inherit;
		font-size: 1.2em;
		position: relative;
		padding: 0;
	}
	#header .main-nav ul li ul.submenu li {margin: 0 10px; font-size: 18px; line-height: 40px;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#footer { position: relative; padding: 58px 0 58px; text-align: center; background: url(../img/bg_body.jpg) 0 0 repeat; }
#footer:before{ background: url("../img/bg_dark_line.png") 0 0 repeat-x; content: ""; position: absolute; top: 10px; left: 0; width: 100%; height: 1px; }
#footer .contact-phone { margin-bottom: 55px; font-size: 1.5em; color: #6d6e71; }
#footer .contact-phone strong { font-weight: normal; color: #ed3d5b; }
#footer nav { display: inline-block; padding: 0 0 42px; }
#footer nav strong { float: left; margin: 0 8px 0 0; font-size: 1.25em; font-weight: normal; line-height: 73px; }
#footer nav ul { float: left; margin: 0; padding: 0; list-style-type: none; }
#footer nav ul li { display: inline-block; margin: 0 12px 0 11px; }

@media (max-width: 757px) {
  #footer { padding: 55px 0 52px; }
  #footer .contact-phone { line-height: 1.25em; margin-bottom: 0; }
  #footer .contact-phone strong { display: block; }
  #footer nav { padding: 0; }
  #footer nav strong { float: none; display: block; }
  #footer nav ul { float: none; }
  #footer nav ul li { margin: 0 12px 30px 11px;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HOME */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.home-slider {
  position: relative;
  height: 100vmin;
  color: #fff;
  text-align: center;
}
.home-slider .container{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.home-slider .slides {
  height: 100%;
}
.home-slider .slides li {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top-slider-description-wrap {
	position: absolute;
	width: 100%;
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 57%;
}
@media (max-width: 450px){
	.swiper-slide-visible .animation-scale {font-size: 40px;}
}

.home-slider .description {
  margin: 0 0 25px;
  font-style: italic;
  font-size: 1.5em;
  font-family: "Old Standard TT", serif;
  line-height: 1em;
}
.home-slider h2 {
  margin: 0 0 40px;
  font-size: 4.25em;
  font-weight: normal;
  line-height: 1em;
}
.home-slider .flex-control-nav {
  bottom: 50px;
  z-index: 2;
}
.home-slider .flex-control-nav li {
  margin: 0 8px;
}
.home-services {
  padding-top: 92px;
  padding-bottom: 110px;
  text-align: center;
}
.home-services .section-title {
  margin-bottom: 46px;
}
.home-services .slides li {
  margin-right: 30px;
}
.home-services .slides li img {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.home-services .slides li img:hover, .home-services .slides li img:focus {
  background-color: #ed3d5b;
}
.home-services .slides li .name {
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: normal;
}
.home-services .slides li .description {
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
}
.home-services .flex-direction-nav {
  position: relative;
  margin: 35px 0 39px;
  text-align: center;
  top: -10px;
}
.home-services .flex-direction-nav li {
  display: inline-block;
  margin: 0 25px;
}
.home-services .flex-direction-nav a {
  position: relative;
  top: auto;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.home-services .flex-direction-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.home-products {
  padding: 150px 0;
  text-align: center;
  background: url(../img/bg_home_products.jpg) 0 0 no-repeat;
  background-attachment:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-products .slider {
  text-align: center;
}
.home-products .flex-viewport {
  overflow: visible;
}
.home-products .content {
  min-height: 457px;
  background: url(../img/bg_home_products_item.jpg) 100% 0 repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.home-products .content .image {
  float: left;
  width: 457px;
}
.home-products .content .information {
  display: table;
  color: #fff;
}
.home-products .content .information .wrap {
  display: table-cell;
  padding:45px;
  vertical-align: middle;
}
.home-products .content .price {
  display: block;
  font-weight: 700;
  font-size: 1.875em;
  font-family: "Old Standard TT", serif;
  line-height: 1em;
  color: #ed3d5b;
}
.through {text-decoration: line-through;}
.home-products .content .name {
  margin-bottom: 20px;
  padding-bottom: 33px;
  background: url(../img/ico_page_title_white.png) 50% 100% no-repeat;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1em;
  margin-top: 0;
}
.home-products .content .name a {
  color: #fff;
  display: block;
}
.home-products .content .name a:hover{
  color: #ed3d5b;
}
.home-products .content .description {
  margin-bottom: 26px;
  line-height: 1.5em;
  font-family: "Old Standard TT", serif;
  font-size: 16px;
  line-height: 24px;
  max-height: 220px;
  overflow: hidden;
}
.home-products .flex-direction-nav {
  position: relative;
  display: inline-block;
  margin: 35px 0 0;
}
.home-products .flex-direction-nav li {
  float: left;
  padding-top: 5px;
}
.home-products .flex-direction-nav a {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 27px;
}
.home-products .flex-direction-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.home-our-services {
  padding-top: 92px;
  padding-bottom: 110px;
  text-align: center;
}
.home-our-services .section-title {
  margin-bottom: 57px;
}
.home-our-services .section-title .description{
  margin: 0 auto;
  max-width: 770px;
  line-height: 26px;
}
@media (max-width: 758px){
  .home-our-services .section-title .description{
    max-width: 620px;
  }
}
.home-our-services .items {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.home-our-services .items > li {
  margin-bottom: 53px;
}
.home-our-services .items > li .image {
  position: relative;
  display: block;
  margin: 0 auto 17px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.home-our-services .items > li .image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.home-our-services .items > li.item-1 .image {
  background-image: url(../img/ico_services_item_1.png);
}
.home-our-services .items > li.item-2 .image {
  background-image: url(../img/ico_services_item_2.png);
}
.home-our-services .items > li.item-3 .image {
  background-image: url(../img/ico_services_item_3.png);
}
.home-our-services .items > li.item-4 .image {
  background-image: url(../img/ico_services_item_4.png);
}
.home-our-services .items > li.item-5 .image {
  background-image: url(../img/ico_services_item_5.png);
}
.home-our-services .items > li.item-6 .image {
  background-image: url(../img/ico_services_item_6.png);
}
.home-our-services .items > li.item-7 .image {
  background-image: url(../img/ico_services_item_7.png);
}
.home-our-services .items > li.item-8 .image {
  background-image: url(../img/ico_services_item_8.png);
}
.home-our-services .items > li.item-9 .image {
  background-image: url(../img/ico_services_item_9.png);
}
.home-our-services .items > li h3 {
  margin: 0 0 12px;
  font-size: 1.5em;
  font-weight: normal;
  color: #664345;
}
.home-our-services .items > li h3 a {
  color: #664345;
}
.home-our-services .items > li:hover h3 a{color: #ed3d5b;}
.home-our-services .items > li .description {
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
  line-height: 1.6em;
}
.home-testimonials .container-fluid{padding-left:0; padding-right:0;}
.home-testimonials {
  padding-top: 60px;
  background: url(../img/bg_btn_red.png) center center no-repeat;
  background-attachment:fixed;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-testimonials .section-title{padding-bottom:70px;}
.home-testimonials .swiper-slide{height: 567px; position:relative; overflow:hidden;}
.home-testimonials .content {
  position: absolute;
  float:right;
  right: 20%;
  width: 35%;
  padding: 10px;
  top: 70px;
  background: url(../img/bg_body.jpg) 100% 0 repeat;
}
.home-testimonials .description {
  line-height: 26px;
  font-size: 1.125em; 
  margin: 0 auto;
  max-width: 770px;
}
.home-testimonials .content:before{
  position: absolute;
  bottom: 27px;
  left: -39px;
  width: 50px;
  height: 65px;
  background: url(../img/triagle.png) 0 0 no-repeat;
  content: "";
}
.home-testimonials .content .inner {
  border: 1px dashed #e6e4e0;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.59);
}
.home-testimonials .content blockquote {
  margin: 0;
  font-style: italic;
  font-family: "Old Standard TT", serif;
}
.home-testimonials .content blockquote p {
  margin-top: 0;
}
.home-testimonials .content .author {
  margin: 0;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1em;
  color: #664345;
}
.home-testimonials .content .author a {
  color: #664345;
}
.home-testimonials .flex-direction-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.home-testimonials .flex-direction-nav a.flex-prev {left: 20px;}
.home-testimonials .flex-direction-nav a.flex-next {right: 20px;}
.home-testimonials .swiper-slide img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}
@media (max-width: 480px){
	.home-testimonials .flex-direction-nav a.flex-prev {left: 0;}
	.home-testimonials .flex-direction-nav a.flex-next {right: 0;}
}
@media (max-width: 768px){
	.home-our-services .items > li .image {margin:0 auto 40px auto;}
	.home-testimonials .section-title {padding-bottom: 40px;}
}
@media (max-width: 800px) {
	.home-testimonials .swiper-slide{height: auto;}
	.home-testimonials .content {position: relative;}
	.home-testimonials {padding-bottom: 60px;}
	.home-testimonials .content{top: 0;float: left;right: auto;transform: translateX(-50%);left: 50%;}
	.home-testimonials .swiper-slide img{display: none;}
	.home-testimonials .content{width: 70%;}
	
}
@media (max-width: 600px) {
	.home-testimonials .content:before{display:none;}
	.home-testimonials .content{width: 90%;}
	.home-testimonials .flex-direction-nav {width: 150px;margin: 0 auto;position: relative;display: block;clear: both;height: 100px;}
}

@media (max-width: 758px) {
  .hidden-xs-2 {
    display: none !important;
  }
}
@media (max-width: 757px) {
  .hidden-xs-757 {
    display: none;
  }
  .home-slider h2 {
    margin-bottom: 15px;
    font-size: 3.625em;
  }
  .home-slider .flex-control-nav {
    bottom: 20px;
  }

  .home-services {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .home-services .section-title {
    margin-bottom: 42px;
  }

  .home-our-services {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .home-our-services .section-title {
    margin-bottom: 17px;
  }
  .home-our-services .items > li {
    margin-bottom: 32px;
  }
  .home-our-services .items > li h3 {
    margin: 0 0 13px;
  }

  .home-products {
    padding: 60px 0;
  }
  .home-products .content {
    min-height: inherit;
    margin: 0 20px;
    padding: 90px 10px;
  }
  .home-products .content .information {
    height: auto;
  }
  .home-products .content .information .wrap {
    padding: 0;
	height:100%;
  }
  .home-products .content .name {
    margin-top: 0;
    font-size: 1.625em;
    line-height: 1em;
  }
}
@media (min-width: 758px) and (max-width: 991px) {
  .home-slider .btn, .home-slider .comments .comment-form .form-item input[type="file"]:before, .comments .comment-form .form-item .home-slider input[type="file"]:before, .home-slider .comments .comment-form .form-action input[type="submit"], .comments .comment-form .form-action .home-slider input[type="submit"], .home-slider .contact-content .contact-form .form-action input[type="submit"], .contact-content .contact-form .form-action .home-slider input[type="submit"] {
    width: auto;
  }
  .home-slider h2 {
    font-size: 3.75em;
  }

  .home-our-services {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .home-our-services .section-title {
    margin-bottom: 17px;
  }
  .home-our-services .items > li {
    margin-bottom: 32px;
  }
  .home-our-services .items > li h3 {
    margin: 0 0 13px;
    font-size: 1.25em;
  }

  .home-products {
    padding: 85px 0;
  }
  .home-products .content {
    overflow: hidden;
    min-height: 349px;
    padding: 0;
    margin: 0;
  }
  .home-products .content .image {
    width: 48.4%;
  }
  .home-products .content .information .wrap{
    /* display: block; */
    padding: 18px 20px;
  }
  .home-products .content .information {
    height: 349px;
  }
  .home-products .content .name {
    font-size: 1.625em;
    line-height: 1em;
    margin-top: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - PRODUCTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.products-content {
  padding-top: 90px;
  padding-bottom: 115px;
  text-align: center;
}
.products-content .items {
  padding: 0;
  list-style-type: none;
  margin-top: 0;
}
.products-content .items li {
  margin-bottom: -100px;
}
.products-content .items li img {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.products-content .items li img:hover, .products-content .items li img:focus {
  background-color: #ed3d5b;
}
.products-content .items li .name {
  margin: 20px 10px 10px;
  font-size: 22px;
  font-weight: normal;
}
.products-content .items li .description {
  margin-bottom: 16px;
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
  padding: 0 10px;
}
.products-content .items li .price {
  font: 700 1.375em/1.18em "Old Standard TT", serif;
  color: #ed3d5b;
  padding: 0 10px;
}
.products-content .show-more-items {
  display: inline-block;
}
.poduct-caption .caption-name {
   margin: 20px 10px 10px;
   font-size: 22px;
   font-weight: normal;
   line-height: 3.2em;
   position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-content {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media (max-width: 757px) {
  .products-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .products-content .items li img {
    width: auto;
  }
}
.drop {float: none; position: relative; display: inline-block; margin: 7px 0px 50px; height: 50px; z-index:300; width: 450px;}
.drop input[type="text"] {position:absolute; width: 100%; height: 50px; background: none; padding-left: 80px!important; border: 1px solid #8c6f71; font-size: 16px; line-height: 26px; cursor: pointer; font-style: italic; left: 0; top: 0;}
.drop-list {position:absolute; right:10px; top:18px; width:30px; height:13px; background: url(../img/ico_arrow_down.png) no-repeat; z-index: 600;}
.drop label {font-size: 16px; line-height: 26px; font-family: "Old Standard TT",serif; font-style: italic; font-weight: 400; float: left; padding: 10px; z-index: 200;}
.drop span {position:absolute; left:0px; top:0px; width:100%; display: none; z-index: 500;}
.drop span a {font-size: 0.9375em; line-height: 1.6em; border: 1px solid #8c6f71; border-top: none; color: #8c6f71; background: #fff; float: left; position: relative; font-style: italic; width: 100%; height: 50px; text-decoration: none; text-align: left; padding: 10px; transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;-ms-transition:all 0.3s ease-in; z-index: 400; font-family: "Old Standard TT",serif;}
.drop span a:first-child {border-top: 1px solid #8c6f71;}

    .time-200 {-webkit-transition:All 200ms ease-in; -moz-transition:All 200ms ease-in;  -o-transition:All 200ms ease-in; -ms-transition:All 200ms ease-in; transition:All 200ms ease-in;}
    .time-300 {-webkit-transition:All 350ms ease-in; -moz-transition:All 350ms ease-in;  -o-transition:All 350ms ease-in; -ms-transition:All 350ms ease-in; transition:All 350ms ease-in;}
    .time-400 {-webkit-transition:All 500ms ease-in; -moz-transition:All 500ms ease-in;  -o-transition:All 500ms ease-in; -ms-transition:All 500ms ease-in; transition:All 500ms ease-in;}
    .time-500 {-webkit-transition:All 650ms ease-in; -moz-transition:All 650ms ease-in;  -o-transition:All 650ms ease-in; -ms-transition:All 650ms ease-in; transition:All 650ms ease-in;}
@media (min-width: 980px) {
    .product-animation .scale-text .anime {opacity: 0;}
    .product-animation .scale-text.act .anime {opacity: 1;}
    .product-animation .scale-text .anime .price {opacity: 0;}
    .product-animation .scale-text.act .anime .price {opacity: 1;}
}
@media (max-width: 480px) {
    .drop {width: 300px;} 
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - PRODUCTS DETAILED */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.product-detail-content {
  padding-top: 55px;
  padding-bottom: 99px;
}
.page-title .price {padding-top: 5px;}
.product-detail-content .page-title .price, .product-detail-content .section-title .price {
  display: block;
  margin-bottom: 20px;
  font: 700 1.875em/0.87em "Old Standard TT", serif;
  color: #ed3d5b;
}
.product-detail-content article {
  font-family: "Old Standard TT", serif;
  line-height: 1.75em;
}
.product-detail-content .share {margin: 30px 0 58px;}
.related-products .swiper-container {margin-top: 30px;}
.product-detail-content .related-products {text-align: center;}
.product-detail-content .related-products .slides li {margin-right: 30px;}
.product-detail-content .related-products .slides li img {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.product-detail-content .related-products .slides li img:hover, .product-detail-content .related-products .slides li img:focus {
  background-color: #ed3d5b;
}
.product-detail-content .related-products .slides li .name {
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: normal;
}
.product-detail-content .related-products .slides li .description {
  margin-bottom: 16px;
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
}
.product-detail-content .related-products .slides li .price {
  font: 700 1.375em/1.18em "Old Standard TT", serif;
  color: #ed3d5b;
}
.product-detail-content .related-products .flex-direction-nav {
  position: relative;
  margin: 35px 0 0;
  text-align: center;
}
.product-detail-content .related-products .flex-direction-nav li {
  display: inline-block;
  margin: 0 25px;
}
.product-detail-content .related-products .flex-direction-nav a {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}
.product-detail-content .related-products .flex-direction-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.related-products .section-title h2 {margin: 0px 0px 40px;}
.main-image.detailed {
    height: 80vmin;
    margin-top:-341px;
    position: relative;
    background-size: cover;
    background-position: 50% 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-detail-content {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media (max-width: 757px) {
  .product-detail-content {
    padding-top: 45px;
    padding-bottom: 45px
  }
  .product-detail-content .related-products {
    margin: 0;
  }
  .product-detail-content .related-products .slides li .description {
    display: none;
  }
}
@media (max-width: 530px) {
   .main-image.detailed {
      margin-top: -221px;
      height: 90vmin;
      background-attachment: scroll;
   } 
}
@media (max-width: 320px) {
   .main-image.detailed {
      height: 100vmin; 
   }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - BLOG  */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blog-archive-content {
  padding-bottom: 95px;
}
.blog-archive-content .page-title, .blog-archive-content .section-title {
  margin-bottom: 40px;
}
.blog-archive-content .page-title h1, .blog-archive-content .section-title h1 {
  margin-bottom: 30px;
}
.blog-archive-content .posts article {
  margin-bottom: 58px;
}
.blog-archive-content .posts article:last-child {
  margin-bottom: 0;
}
.blog-archive-content .posts article figure {
  margin-bottom: 27px;
}
.blog-archive-content .posts article .meta {
  margin-bottom: 10px;
  font-family: "Old Standard TT", serif;
  font-style: italic;
}
.blog-archive-content .posts article .meta a {
  color: #8c6f71;
}
.blog-archive-content .posts article .meta time {
  display: inline-block;
  margin-right: 24px;
}
.blog-archive-content .posts article .meta .comments {
  margin-right: 20px;
  padding-left: 17px;
  background: url(../img/ico_comments.png) 0 2px no-repeat;
}
.blog-archive-content .posts article .post-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: normal;
  line-height: 29.96px;
  color: #664345;
}
.blog-archive-content .posts article .description {
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
}
.blog-archive-content .show-more-items {
  display: inline-block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - BLOG LIST */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blog-list-content {
  padding-top: 90px;
  padding-bottom: 95px;
  text-align: center;
  overflow: hidden;
}
.blog-list-content .page-title, .blog-list-content .section-title {
  margin-bottom: 40px;
}
.blog-list-content .page-title h1, .blog-list-content .section-title h1 {
  margin-bottom: 30px;
}
.blog-list-content .posts article {
  margin-bottom: 58px;
}
.blog-list-content .posts article:last-child {
  margin-bottom: 0;
}
.blog-list-content .posts article figure {
  margin-bottom: 27px;
}
.blog-list-content .posts article figure img {
  max-width: 334px;
  width: 100%;
}
.blog-list-content .posts article .meta {
  margin-bottom: 10px;
  font-family: "Old Standard TT", serif;
  font-style: italic;
}
.blog-list-content .posts article .meta time {
  display: inline-block;
  margin-right: 24px;
}
.blog-list-content .posts article .meta .comments {
  margin-right: 20px;
  padding-left: 17px;
  background: url(../img/ico_comments.png) 0 2px no-repeat;
}
.blog-list-content .posts article .post-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: normal;
  line-height: 29.96px;
  color: #664345;
}
.blog-list-content .posts article .description {
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
}
.blog-list-content .show-more-items {
   display: inline-block;
}
.blog-list-content .page-navigation .pages li a {
    font-weight: 400;
    color: #8c6f71;
}
.blog-list-content .page-navigation .pages li:hover a {
    color: #ed3d5b;
}
.blog-list-content .page-navigation .pages li.active a {
   color: #ed3d5b;
}
.blog-list-content .previous-page {
   color: #8c6f71;
}
.blog-list-content .previous-page:hover {
   color:#ED3D5B;
}
.blog-list-content .next-page {
   color: #8c6f71;
}
.blog-list-content .next-page:hover {
   color:#ED3D5B;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-list-content {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (max-width: 757px) {
  .blog-list-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 980px) {
    .container-mix .scale-text .circle-thumb {opacity: 0; transform: scale(0.6);-webkit-transform: scale(0.6);-moz-transform: scale(0.6);-o-transform: scale(0.6);-ms-transform: scale(0.6);}
    .container-mix .scale-text.act .circle-thumb {opacity: 1; transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);}
    .container-mix .scale-text .meta {opacity: 0; transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);}
    .container-mix .scale-text.act .meta {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); opacity: 1;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - BLOG DETAILED */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blog-detail-content {
  padding-top: 58px;
  padding-bottom: 100px;
    overflow: hidden;
}
.blog-detail-content .article {
  font-family: "Old Standard TT",serif;
  line-height: 1.75em;
  color: rgb(102, 67, 69);
}
.blog-detail-content .page-title time, .blog-detail-content .section-title time {
  display: block;
  margin-bottom: 20px;
  font: italic 1em/1em "Old Standard TT", serif;
}
.blog-detail-content article {
  font-family: "Old Standard TT", serif;
  line-height: 1.75em;
  color: #664345;
}
.blog-detail-content .gallery {
  margin: 0 0 58px;
}
.blog-detail-content .gallery .flex-control-nav {
  bottom: -41px;
}
.blog-detail-content .gallery .flex-control-nav li {
  margin: 0 8px;
}
.blog-detail-content .gallery .flex-direction-nav a {
  margin: -26px 0 0 0;
  top: 50%;
}
.blog-detail-content .gallery .flex-direction-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.blog-detail-content .gallery .flex-direction-nav a.flex-prev {
  left: 15px;
}
.blog-detail-content .gallery .flex-direction-nav a.flex-next {
  right: 15px;
}
.blog-detail-content .share {
  margin: 30px 0 92px;
}
.blog-detail-content .page-title h1 {
  margin-bottom: 32px;
}

.photo-up input[type="button"] {visibility: hidden!important;}
#page .form-item input {color: #8C6F71;}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-detail-content {
    padding-bottom: 90px;
  }
}
@media (max-width: 757px) {
  .blog-detail-content {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .blog-detail-content .gallery {
    margin-bottom: 30px;
  }
  .blog-detail-content .gallery .flex-control-nav {
    display: none;
  }
}

.blog-img-mask{background-image: url(../img/blog-thumb-mask.png);
background-repeat: no-repeat;
    background-size: cover;
width: 334px;
height: 335px;
position: absolute;
top: 0;
left: 0;
}
.circle-thumb{
	width: 100%;
	height: 335px;
	position: relative;
	margin: 0 auto 27px auto;
	overflow:hidden;
}
.blog-list-content .posts article figure.circle-thumb img {
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
max-width: inherit;
max-height: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 354px) {
    .circle-thumb {
        width: 290px; 
        height: 290px;
    }
    .blog-img-mask {
        width: 290px; 
        height: 290px;
    }
}
@media (min-width: 980px) {
    .animete-form .scale-text .fade-anime {opacity: 0; margin-left: 200px;}
    .animete-form .scale-text.act .fade-anime {opacity: 1; margin-left: 0px;}
    .animate-blog .scale-text .fade-anime {opacity: 0; margin-left: -200px;}
    .animate-blog .scale-text.act .fade-anime {opacity: 1; margin-left: 0px;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.contact-content {
  padding-top: 90px;
}
.contact-content .page-title, .contact-content .section-title {
  margin-bottom: 40px;
}
.contact-content .contact-info {
  padding: 0 25px 85px;
  text-align: center;
}
.contact-content .contact-info:before, .contact-content .contact-info:after {
  content: " ";
  display: table;
}
.contact-content .contact-info:after {
  clear: both;
}
.contact-content .contact-info .item {
  float: left;
  padding: 0 5px;
  width: 33.333%;
}
.contact-content .contact-info .ico-contact {
  position: relative;
  margin: 0 auto 22px;
}
.contact-content .contact-info .ico-contact:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
}
.contact-content .contact-info .contact-address .ico-contact {
  margin-bottom: 18px;
}
.contact-content .contact-info .contact-address .ico-contact:before {
  background-image: url(../img/ico_contact_address.png);
}
.contact-content .contact-info .contact-phone .ico-contact:before {
  background-image: url(../img/ico_contact_phone.png);
}
.contact-content .contact-info .contact-email .ico-contact {
  margin-bottom: 18px;
}
.contact-content .contact-info .contact-email .ico-contact:before {
  background-image: url(../img/ico_contact_email.png);
}
.contact-content .contact-info .information {
  font-size: 22px;
  font-family: "Old Standard TT", serif;
  line-height: 1.36em;
  color: #664345;
}
.contact-content .contact-info .information p {
  margin: 0;
}
.contact-content .contact-info .information a {
  color: #664345;
}
.contact-content .contact-info .information a:hover, .contact-content .contact-info .information a:focus {
  color: #ed3d5b;
}
.contact-content .section-title {
  margin-bottom: 56px;
}
.contact-content .section-title .description{
  margin: 0 auto;
  max-width: 770px;
  line-height: 26px;
}
@media (max-width: 758px){
  .contact-content .section-title{
    margin-bottom: 27px;
  }
  .contact-content .section-title .description{
    max-width: 620px;
  }
}
.contact-content .contact-form {
  padding-bottom: 110px;
}
.contact-content .contact-form:before, .contact-content .contact-form:after {
  content: " ";
  display: table;
}
.contact-content .contact-form:after {
  clear: both;
}
.contact-content .contact-form .form-item {
  margin-bottom: 5px;
}
.contact-content .contact-form .form-action {
  margin-top: 7px;
}
.contact-content .contact-form .form-action input[type="submit"] {
  float: right;
  border: 0 none;
  padding-left: 18px;
  padding-right: 18px;
}
#contact-map {height: 400px;transform: inherit !important;}
#contact-map img {max-width: inherit;}

#page .contact-content .contact-form input:focus:invalid, #page .contact-content .contact-form textarea:focus:invalid {
	border-color:#ed3d5b;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-content {
    padding-top: 72px;
  }
  .contact-content .contact-form {
    padding-bottom: 90px;
  }
}
@media (max-width: 757px) {
  .contact-content {
    padding-top: 47px;
  }
  .contact-content .contact-info {
    padding: 0;
    text-align: center;
  }
  .contact-content .contact-info:before, .contact-content .contact-info:after {
    content: " ";
    display: table;
  }
  .contact-content .contact-info:after {
    clear: both;
  }
  .contact-content .contact-info .item {
    padding: 0 0 30px;
    width: 100%;
  }
  .contact-content .section-title {
    margin-bottom: 28px;
  }
  .contact-content .contact-form {
    padding-bottom: 60px;
  }
  .contact-content .contact-form .form-action {
    margin-top: 20px;
  }
}

@media (max-width: 758px){
  .contact-content{
    padding-top: 73px;
  }
}
@media (max-width: 340px){
  .contact-content{
    padding-top: 49px;
  }
}
@media (min-width: 980px) {
    .wrap-contact-form .scale-text .translate {opacity: 0; transform: translateY(200px);}
    .wrap-contact-form .scale-text.act .translate {opacity: 1; transform: translateY(0px);}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - SERVICE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.services-content {
  padding-top: 90px;
  padding-bottom: 95px;
  overflow: hidden;
}
.services-content .page-title, .services-content .section-title {
  margin-bottom: 57px;
}
.services-content .page-title .description,
.our-skills .section-title .description{
  margin: 0 auto;
  max-width: 770px;
  line-height: 26px;
}
@media (max-width: 758px){
  .services-content .page-title .description,
  .our-skills .section-title .description{
    max-width: 620px;
  }
}
.services-content .services {
  text-align: center;
  margin-bottom: 55px;
}
.services-content .services .items {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.services-content .services .items > li {margin-bottom: 53px;}
.services-content .services .items > li .image {
  position: relative;
  display: block;
  margin: 0 auto 17px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.services-content .services .items > li .image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.services-content .services .items > li.item-1 .image {
  background-image: url(../img/ico_services_item_1.png);
}
.services-content .services .items > li.item-2 .image {
  background-image: url(../img/ico_services_item_2.png);
}
.services-content .services .items > li.item-3 .image {
  background-image: url(../img/ico_services_item_3.png);
}
.services-content .services .items > li.item-4 .image {
  background-image: url(../img/ico_services_item_4.png);
}
.services-content .services .items > li.item-5 .image {
  background-image: url(../img/ico_services_item_5.png);
}
.services-content .services .items > li.item-6 .image {
  background-image: url(../img/ico_services_item_6.png);
}
.services-content .services .items > li.item-7 .image {
  background-image: url(../img/ico_services_item_7.png);
}
.services-content .services .items > li.item-8 .image {
  background-image: url(../img/ico_services_item_8.png);
}
.services-content .services .items > li.item-9 .image {
  background-image: url(../img/ico_services_item_9.png);
}
.services-content .services .items > li h3 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: normal;
  color: #664345;
}
.services-content .services .items > li h3 a {
  color: #664345;
}
.services-content .services .items > li h3 a:hover{
  color: #ed3d5b;
}
.services-content .services .items > li .description {
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
  line-height: 1.6em;
}
.services-content .best-offers {
  padding: 90px 0 110px;
  background: url(../img/bg_services_best_offers.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.services-content .best-offers .slider {
  text-align: center;
}
.services-content .best-offers .flex-viewport {
  margin: 0 -15px;
  padding: 15px;
}
.services-content .best-offers .item {
  min-height: 541px; /*513*/
  height: 100%;
  margin: 0px 15px;
  background: url(../img/bg_services_best_offers_item.jpg) center center repeat;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.services-content .best-offers .item .infoDashed{
  border: 1px dashed #000;
  margin: 10px;
}
.services-content .best-offers .item .information {
  padding: 26px 15px 24px;
  color: #fff;
}
.services-content .best-offers .item .price {
  display: block;
  font-weight: 700;
  font-size: 1.375em;
  font-family: "Old Standard TT", serif;
  line-height: 1.18em;
  color: #ed3d5b;
}
.services-content .best-offers .item .name {
  margin: 13px 0;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1em;
}
.services-content .best-offers .item .name a {
  color: #fff;
}
.services-content .best-offers .item .name a:hover{
  color: #ed3d5b;
}
.services-content .best-offers .item .intro {
  margin-bottom: 13px;
  padding-bottom: 27px;
  background: url(../img/ico_page_title_white.png) 50% 100% no-repeat;
  font-size: 0.9375em;
  font-family: "Old Standard TT", serif;
  line-height: 1.47em;
}
.services-content .best-offers .item .description {
  font-style: italic;
  font-size: 0.875em;
  font-family: "Old Standard TT", serif;
  line-height: 2.43em;
  color: #7f7f86;
}
.services-content .best-offers .flex-direction-nav {
  position: relative;
  display: inline-block;
  margin: 40px 0 0;
}
.services-content .best-offers .flex-direction-nav li {
  float: left;
}
.services-content .best-offers .flex-direction-nav a {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 25px;
}
.services-content .best-offers .flex-direction-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.services-content .best-offers .flex-direction-nav a.flex-prev {
  left: 0;
}
.services-content .best-offers .flex-direction-nav a.flex-next {
  right: 0;
}
.services-content .our-skills {
  padding-top: 85px;
  text-align: center;
}
.services-content .our-skills .skills {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.services-content .our-skills .statistic {
  position: relative;
  width: 229px;
  height: 229px;
  margin: 0 auto 23px;
  border: 30px solid #f5f4f4;
  -webkit-border-radius: 115px;
  -moz-border-radius: 115px;
  -ms-border-radius: 115px;
  -o-border-radius: 115px;
  border-radius: 115px;
}
.services-content .our-skills .statistic .spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -21px;
  border: 12px solid #ed3d5b;
  -webkit-border-radius: 105.5px;
  -moz-border-radius: 105.5px;
  -ms-border-radius: 105.5px;
  -o-border-radius: 105.5px;
  border-radius: 105.5px;
}
.services-content .our-skills .statistic .spinner.fill {
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.services-content .our-skills h4 {
  margin: 0 0 17px;
  font-size: 1.375em;
  line-height: 1em;
  color: #664345;
  font-weight:400;
}
.services-content .our-skills .description {
  font-size: 18px;
  font-family: "Old Standard TT", serif;
  line-height: 26px;
  color: #8c6f71;
}
.services-content .our-skills .description2 {
  font-size: 15px;
  font-family: "Old Standard TT", serif;
  line-height: 24px;;
  color: #927779;
}
.best-offers .item img {width: 100%;}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-content .best-offers .slider {
    margin: -15px 0;
  }
  .services-content .best-offers .flex-viewport {
    padding: 15px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-content {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .services-content .best-offers .slider {
    margin: 0;
  }
  .services-content .best-offers .flex-viewport {
    padding: 15px 15px;
  }
}
@media (max-width: 768px) {
  .services-content {
    padding-top: 72px;
    padding-bottom: 75px;
  }
  .services-content .best-offers {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .services-content .services .items {
    margin-bottom: 100px;
    }
  .services-content .best-offers .slider {
    margin: 0;
  }
  .services-content .best-offers .flex-viewport {
    margin: 0;
    padding: 15px 15px;
  }
  .services-content .best-offers .item {
    min-height: 359px;
  }
  .services-content .best-offers .item .intro {
    margin: 0;
    padding: 0;
    background: none;
  }
  .services-content .best-offers .item .description {
    display: none;
  }
}
@media (max-width: 480px) {
  .item-1, .item-3, .item-2, .item-4  {padding-bottom: 30px;}
}
@media (min-width: 980px) {
    .animation-service .scale-text .translate {opacity: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-o-transform: rotateY(180deg);-ms-transform: rotateY(180deg);}
    .animation-service .scale-text.act .translate {opacity: 1; transform: rotateY(0deg); -webkit-transform: rotateY(0deg);-moz-transform: rotateY(0deg);-o-transform: rotateY(0deg);-ms-transform: rotateY(0deg);}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - ABOUT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.about-us-content {
  padding-top: 88px;
  padding-bottom: 75px;
  overflow: hidden;
}
.about-us-content .page-title, .about-us-content .section-title {
  margin-bottom: 53px;
}
.about-us-content .page-title .description{
  margin: 0 auto;
  max-width: 770px;
  line-height: 26px;
}
@media (max-width: 758px){
  .about-us-content .page-title .description{
    max-width: 620px;
  }
}
.about-us-content article {
  font-family: "Old Standard TT", serif;
  line-height: 1.75em;
  color: #664345;
}
.about-us-content .gallery {
  margin: 0 0 80px;
}
.about-us-content .gallery .flex-control-nav {
  bottom: -41px;
}
.about-us-content .gallery .flex-control-nav li {
  margin: 0 8px;
}
.about-us-content .gallery .flex-direction-nav a {
  margin: -26px 0 0 0;
  top: 50%;
}
.about-us-content .gallery .flex-direction-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.about-us-content .gallery .flex-direction-nav a.flex-prev {
  left: 15px;
}
.about-us-content .gallery .flex-direction-nav a.flex-next {
  right: 15px;
}
.our-history #articleLoad {
  margin: 10px auto 0px;
}
@media (max-width: 758px){
  .about-us-content{
    padding-top: 73px;
  }
  .about-us-content .gallery .flex-direction-nav{
    display: none;
  }
}
@media (max-width: 340px){
  .about-us-content{
    padding-top: 49px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - TEAM */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.meet-our-team {
  padding-top: 90px;
  padding-bottom: 110px;
  text-align: center;
}
.meet-our-team .section-title {
  margin-bottom: 50px;
}
.meet-our-team .section-title .description{
  margin: 0 auto;
  max-width: 770px;
  line-height: 26px;
}
@media (max-width: 758px){
  .meet-our-team .section-title .description{
    max-width: 620px;
  }
}
.meet-our-team .slides li {
  margin-right: 30px;
}
.meet-our-team .slides li img {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.meet-our-team .slides li img:hover, .meet-our-team .slides li img:focus {
  background-color: #ed3d5b;
}
.meet-our-team .slides li .name {
  margin: 20px 0 10px;
  font-size: 1.5em;
  font-weight: normal;
}
.meet-our-team .slides li .name a {
  color: #8c6f71;
}
.meet-our-team .slides li .post {
  display: block;
  padding: 0 0 15px;
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
  font-style: italic;
  font-weight: normal;
  line-height: 1em;
  color: #ed3d5b;
}
.meet-our-team .slides li .description {
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
}
.meet-our-team .flex-direction-nav {
  position: relative;
  margin: 35px 0 0;
  text-align: center;
}
.meet-our-team .flex-direction-nav li {
  display: inline-block;
  margin: 0 25px;
}
.meet-our-team .flex-direction-nav a {
  position: relative;
  top: auto;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.meet-our-team .flex-direction-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

@media (max-width: 758px){
  .meet-our-team{
    padding-bottom: 89px;
  }
}

@media (max-width: 340px){
  .meet-our-team{
    padding-bottom: 60px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - TESTIMONIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.testimonials {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.testimonials .container {
  height: 100%;
}
.testimonials .slider {
  height: 392px;
}
.testimonials .flex-viewport {
  height: 100%;
}
.testimonials .slides {
  height: 100%;
}
.testimonials .slides > li {
  position: relative;
  height: 100%;
}
.testimonials .content {
  display: table;
}
.testimonials .content .inner {
  display: table-cell;
  padding: 20px 200px 30px;
  height: 392px;
  vertical-align: middle;
}
.testimonials .content blockquote {
  margin: 0;
  font-style: italic;
  font-family: "Old Standard TT", serif;
  font-size: 1.25em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
}
.testimonials .content .author {
  margin: 19px 0 0;
  padding: 23px 0 0;
  background: url(../img/ico_page_title_white.png) 50% 0 no-repeat;
  font-size: 1.875em;
  font-weight: normal;
  line-height: 1em;
  color: #fff;
}
.testimonials .content .author a {
  color: #fff;
}
.testimonials .flex-direction-nav a {
  z-index: 999;
}
.testimonials .flex-direction-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.testimonials .flex-direction-nav a {
  margin: -26px 0 0 0;
  top: 50%;
}
.testimonials .flex-direction-nav a.flex-prev {
  left: 100px;
}
.testimonials .flex-direction-nav a.flex-next {
  right: 100px;
}

@media (max-width: 758px){
  .testimonials {
    height: 420px;
  }
  .testimonials .content .inner {
    padding: 20px 100px;
    height: 420px;
  }
  .testimonials .flex-direction-nav a.flex-prev {
    left: 0px;
  }
  .testimonials .flex-direction-nav a.flex-next {
    right: 0px;
  }
}
@media (max-width: 768px){
   .testimonials .content .inner {padding: 20px 70px;}
}
@media (max-width: 480px){
   .testimonials .content .inner {padding: 20px 48px;} 
}
@media (max-width: 400px){
   .testimonials .content blockquote {line-height: 1.25em;} 
}
@media (max-width: 340px){
  .testimonials {
    height: 620px;
  }
  .testimonials .content .inner{
    padding: 20px 0px 116px;
    height: 620px;
  }
  .testimonials .flex-direction-nav {
    position: relative;
    bottom: 152px;
  }
  .testimonials .flex-direction-nav a {
    margin: 0 0 0 0;
    top: 0;
  }
  .testimonials .flex-direction-nav a.flex-prev {
    left: 24%;
  }
  .testimonials .flex-direction-nav a.flex-next {
    right: 24%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-us-content {
    padding-top: 70px;
  }
  .about-us-content .page-title h1, .about-us-content .section-title h1 {
    font-size: 2.875em;
  }
  .about-us-content .gallery .flex-direction-nav {
    display: none;
  }
  .meet-our-team {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .meet-our-team .section-title h2 {
    font-size: 2.875em;
  }
  .meet-our-team .flex-viewport {
    padding: 0 20px;
  }
  .meet-our-team .slides li {
    width: 335px !important;
  }
  .testimonials {
    height: 421px;
  }
  .testimonials .slider {
    height: 421px;
  }
  .testimonials .content .inner {
    height: 421px;
  }
  .testimonials .flex-direction-nav a.flex-prev {
    left: 35px;
  }
  .testimonials .flex-direction-nav a.flex-next {
    right: 35px;
  }
}
@media (max-width: 757px) {
  .blog-detail-content {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .blog-detail-content .gallery {
    margin-bottom: 30px;
  }
  .blog-detail-content .gallery .flex-control-nav {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - SWIPER SLIDE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.swiper-container { margin:0 auto; position:relative; overflow:hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden; z-index:1; }
.swiper-wrapper {position:relative; width:100%; -webkit-transition-property:-webkit-transform, left, top; -webkit-transition-duration:0s; -webkit-transform:translate3d(0px,0,0); -webkit-transition-timing-function:ease; -moz-transition-property:-moz-transform, left, top; -moz-transition-duration:0s; -moz-transform:translate3d(0px,0,0); -moz-transition-timing-function:ease; -o-transition-property:-o-transform, left, top; -o-transition-duration:0s; -o-transform:translate3d(0px,0,0); -o-transition-timing-function:ease; -o-transform:translate(0px,0px); -ms-transition-property:-ms-transform, left, top; -ms-transition-duration:0s; -ms-transform:translate3d(0px,0,0); -ms-transition-timing-function:ease; transition-property:transform, left, top; transition-duration:0s; transform:translate3d(0px,0,0); transition-timing-function:ease; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }
.swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }
.swiper-slide {
  position: relative;
}

/*--- home-slider ---*/

.home-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.home-slider .swiper-slide{
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-slider .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5%;
  width: 100%;
}
@media (max-width: 757px) {
  .home-slider .pagination {
    bottom: 20px;
  }
}
.home-slider .swiper-pagination-switch {
  margin: 0 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_squared_white.png) 0 0 no-repeat;
  cursor: pointer;
}
.home-slider .swiper-active-switch {
  background: url(../img/ico_squared_active.png) 0 0 no-repeat;
}

.home-slider .swiper-container .btn.red{
    width: auto;
    position: relative;
    z-index: 999;
}
@media (max-width: 320px) {
  .hidden-320{
    display: none;
  }
  .home-slider .swiper-container .btn.red{
    width: 100%;
  }
}

.full-min-height{
  position: relative;
  min-height: 480px !important;
}

/*--- services slider ---*/

.home-services .swiper-slide {
    padding-bottom: 20px;
}
.home-services .swiper-slide a{
  display: block;
  margin: 0 15px;
}
.home-services .swiper-slide img {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.home-services .swiper-slide:hover img, .meet-our-team .swiper-slide:hover img, ul.items li.product:hover img{background-color: #ed3d5b;}
.home-services .swiper-slide .name{
  margin: 20px 15px 10px 15px;
  font-size: 22px;
  font-weight: normal;
}
.home-services .swiper-slide .name a{color: #6d6e71;}
.home-services .swiper-slide:hover .name a, .meet-our-team .swiper-slide:hover .name a, ul.items li.product:hover .name a{color: #ed3d5b;}
.home-services .swiper-slide .description {
  font-family: "Old Standard TT", serif;
  font-size: 15px;
  margin: 0 25px;
}
.bgColorSl{ background-color: #ed3d5b!important; }
.colorSl{ color: #ed3d5b!important; }
.rotate17deg:before{
  -webkit-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -o-transform: rotate(17deg);
  transform: rotate(17deg);
}

@media (min-width: 1200px){
  .container1200{ width:1200px; }
}
@media (max-width: 991px) and (min-width: 758px){
  .home-services .swiper-slide .description { margin: 0 55px; } 
}
@media (max-width: 757px){
/*  .home-services .swiper-slide a{ margin-left: 0; margin-right: 0; }*/
  .home-services .swiper-slide .name { margin-left: 0; margin-right: 0; margin-top:40px; }
  .home-services .swiper-slide .description { margin-left: 0; margin-right: 0; }
}

.home-services .section-title .description{
  margin: 0 auto;
  max-width: 770px;
  line-height: 26px;
}

/*----------------------- about_us slider -----------------------*/

.about-us-content .gallery{
  position: relative;
}
.about-us-content .gallery .swiper-slide{
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-us-content .gallery .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: -48px;
  width: 100%;
}
.about-us-content .gallery .swiper-pagination-switch {
  margin: 0 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_squared.png) 0 0 no-repeat;
  cursor: pointer;
}
.about-us-content .gallery .swiper-active-switch {
  background: url(../img/ico_squared_active.png) 0 0 no-repeat;
}

/*--- our-history ---*/

.our-history {
  background: url(../img/bg_btn_brown.png) 0 0 repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow:hidden;
}
.our-history .page-title, .our-history .section-title {
  margin-bottom: 47px;
}

.our-history .page-title.white h1{
  background: url(../img/ico_page_title.png) 50% 100% no-repeat;
}
.our-history article h2{
  font-family: 'Lily Script One';
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin:18px 0 5px 0;
  padding: 0;
}
.our-history article .description p{
  font-family: 'Old Standard TT';
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #cab7b7;
  margin: 0;
  padding: 0;
}
.our-history article .imgBorder{
  padding: 8px;
  background-color: #fff;
}

.our-history article{
  width: 100%;
  min-height: 144px;
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
}
.our-history .ico_year_shape_history{
  position: relative;
  margin: 0 auto 42px;
  width: 70px;
  height: 71px;
  background: url(../img/ico_year_shape.png) 50% 50% no-repeat, url(../img/bg_btn_brown.png) 0 0 repeat;
  box-sizing: initial;
  clear: both;
}
.our-history .ico_year_shape_history span{
  display: block;
  position: relative;
  top: 24px;
  text-align: center;
  color: #fff;
}
.our-history .ico_date_shape_history{
	position: absolute;
	width: 58px;
	height: 59px;
	background: url(../img/ico_date_shape_white.png) 50% 50% no-repeat, url(../img/bg_btn_brown.png) 0 0 repeat;
	left: 50%;
	top: 50%;
	margin-left: -29px;
	margin-top: -36.5px;
	box-sizing: initial;
}
.our-history .ico_date_shape_history span {
	font-size: 14px;
	line-height: 14px;
	color: #ed3d5b;
	display: block;
	position: relative;
	top: 17px;
	text-align: center;
}
.events{position:relative;}
.events:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 100%;
	background: #8C6F71;
	left: 50%;
	margin-left: -2px;
}
.our-history .ico.arrow-down{background: url(../img/ico_arrow_down_white.png) 50% 50% no-repeat;}
@media (min-width: 681px){
.our-history article.left-item .img-block, .our-history article.right-item .img-block{
	width: 50%;
	position: absolute;
	transform: translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}
.our-history .right-item .img-block, .our-history .left-item .text-block{padding-left:60px; padding-right:15px;}
.our-history .right-item .text-block, .our-history .left-item .img-block{padding-right:60px; padding-left:15px;}
.our-history article.left-item .text-block, .our-history article.right-item .text-block{position: relative;	width: 50%;}
.our-history article.left-item .text-block{float: right;text-align:left;}
.our-history article.right-item .text-block{float: left;text-align:right;}
.our-history article.left-item .img-block{float:left;text-align:right;}
.our-history article.right-item .img-block{float:right;right:0;text-align:left;}

.our-history .scale-text .img-block, .blog-archive-content .scale-text .img-block{opacity: 0;top:100%;-webkit-transition:All 200ms ease-in; -moz-transition:All 200ms ease-in;  -o-transition:All 200ms ease-in; -ms-transition:All 200ms ease-in; transition:All 200ms ease-in;}
.our-history .scale-text.act .img-block, .blog-archive-content .scale-text.act .img-block{opacity: 1;top:50%;}

}
@media (max-width: 680px){
	.our-history .events:before{display:none;}
	.our-history .img-block, .our-history .text-block{position:relative;padding:0 20px; width:100%; float:none;}
	.our-history .ico_date_shape_history {position: relative;top: 0;margin-top: 0px;}
	.our-history .img-block {margin-top: 20px; text-align:center;}
	.our-history .img-block img {width: 100%;}
	.ico_date_shape_history:before{content: '';display: block;position: absolute;width: 4px;height: 40px;background: #8C6F71;left: 50%;margin-left: -2px;top: -42px;}	
}
@media (max-width: 480px){
  .ico_date_shape_history:before {display: none;}
  .our-history article {margin-bottom: 30px;}
  .our-history .ico_year_shape_history {margin: 0 auto 50px;}
  .about-us-content, .our-history, .meet-our-team{padding-top: 50px; padding-bottom: 60px;}
  .services-content .services .items > li {margin-bottom: 40px;}
}

/*--- meet-our-team ---*/

.meet-our-team .swiper-slide img {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.meet-our-team .swiper-slide img:hover, 
.meet-our-team .swiper-slide img:focus {
  background-color: #ed3d5b;
}
.meet-our-team .swiper-slide a {
  display: block;
  margin: 0 15px;
}
.meet-our-team .swiper-slide .name {
  margin: 20px 15px 10px;
  font-size: 22px;
  font-weight: normal;
}
.meet-our-team .swiper-slide .post {
  display: block;
  padding: 0 15px 15px;
  font-family: "Old Standard TT", serif;
  font-size: 0.9375em;
  font-style: italic;
  font-weight: normal;
  line-height: 1em;
  color: #ed3d5b;
}
.meet-our-team .swiper-slide .description {
  font-family: "Old Standard TT", serif;
  font-size: 15px;
  margin: 0 15px;
}

.blog-detail-content .gallery{
  position: relative;
  margin: 0 0 58px;
}
.blog-detail-content .gallery .swiper-slide{
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-detail-content .gallery .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: -48px;
  width: 100%;
}
.blog-detail-content .gallery .swiper-pagination-switch {
  margin: 0 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_squared.png) 0 0 no-repeat;
  cursor: pointer;
}
.blog-detail-content .gallery .swiper-active-switch {
  background: url(../img/ico_squared_active.png) 0 0 no-repeat;
}

@media (max-width: 758px){
  .blog-detail-content .gallery .flex-direction-nav {
    display: none;
  }
}

/*----------------------- product-detail ---------------*/

.product-detail-content .swiper-slide img {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.product-detail-content .swiper-slide img:hover, 
.product-detail-content .swiper-slide img:focus {
  background-color: #ed3d5b;
}
.product-detail-content .swiper-slide a {
  display: block;
  margin: 0 15px;
}
.product-detail-content .swiper-slide .name {
  margin: 20px 15px 10px;
  font-size: 22px;
  font-weight: normal;
}
.product-detail-content .swiper-slide .description {
  margin-bottom: 16px;
  font-family: "Old Standard TT", serif;
  font-size: 15px;
  margin: 0 15px;
}
.product-detail-content .related-products .swiper-slide .price {
  font: 700 1.375em/1.18em "Old Standard TT", serif;
  color: #ed3d5b;
  padding: 0 15px;
}
.related-products .description {padding-bottom: 20px;}

/*----------------------- product ----------------------*/

.products-content span.large:hover{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.products-content .content .items .db{
  display: none;
}
.container-mix {z-index: 2000;}
.container-mix .mix{display: none;}


/*----------------------- blog-archive ----------------------*/

.blog-archive-content > .wrap > .inner {
    float: left;
    width: 83.3333%;
    margin-left: 8.33333%;
}
.blog-archive-content {padding-top: 90px;}
@media (min-width: 758px) and (max-width: 991px) {
  .blog-archive-content {
    padding-bottom: 90px;
  }
}
@media (max-width: 757px) {
  .blog-archive-content {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.clr{clear: both;}
.blog-archive-content article{position:relative;width:50%;clear: both;margin-top: -113px;}
.blog-archive-content article img{width:100%;}
.blog-archive-content .fl{float:left;}
.blog-archive-content .fr{float:right;}
.blog-archive-content .fl .blog-item-wrap{float:left;margin-right: 60px;}
.blog-archive-content .fr .blog-item-wrap{float:right;margin-left: 60px;}
.blog-archive-content .fl h2, .blog-archive-content article.fl .description p{text-align: right;}
.blog-archive-content .fl h2 {font-weight: 400; line-height: 26px;}
.blog-archive-content .fr h2, .blog-archive-content article.fr .description p{text-align: left;}
.blog-archive-content .fl .ico_date_shape {right: -39px;}
.blog-archive-content .fr .ico_date_shape {left: -39px;}
.blog-archive-content article h2{
  font-family: "Lily Script One", cursive;
  font-size: 22px;
  margin: 10px 0 0 0;
  font-weight: 400;
  line-height: 26px;
}
.blog-archive-content article .description p{
  font-family: "Old Standard TT", serif;
  font-size: 15px;
  line-height: 24px;
  color: #8c6f71;
  margin: 0;
}
.ico_year_shape{
	position: relative;
	margin: 0 auto 42px;
	width: 70px;
	height: 71px;
	background:url(../img/ico_year_shape.png) 50% 50% no-repeat, url(../img/bg_body.jpg);
	clear: both;
	padding: 10px;
	box-sizing: content-box;
	margin-bottom: 153px;
}
.ico_year_shape span{
  display: block;
  position: relative;
  top: 23px;
  text-align: center;
}
.ico_date_shape{
	position: absolute;
	width: 58px;
	height: 59px;
	background: url(../img/ico_date_shape.png) 50% 50% no-repeat, url(../img/bg_body.jpg);
	clear: both;
	top: 50%;
	margin-top: -105px;
	padding: 10px;
	box-sizing: content-box;
}
.ico_date_shape span{
  font-size: 14px;
  line-height: 14px;
  color: #ed3d5b;
  display: block;
  position: relative;
  top: 17px;
  text-align: center;
}
#articleLoad{
  display: block;
  margin: 10px auto;
  clear: both;
}
#articleLoad .rounded-ico.large{
  width: 73px;
  height: 73px;
  background: url(../img/ico_rounded_large_articleLoad.png) 0 0 no-repeat;
}
#articleLoad span.large:hover{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px){
	.blog-archive-content .events:before{display:none;}
	.blog-archive-content article{width:100%;margin-top: 0; margin-bottom:50px;}
	.blog-archive-content .fr .blog-item-wrap, .blog-archive-content .fl .blog-item-wrap {float: none; margin-left:0; margin-right:0;}
	.ico_year_shape{margin-bottom:40px;}
	.ico_date_shape {position: relative;top: 0;margin: 20px auto;box-sizing: border-box;padding: 0!important;right: 0!important;left: 0!important;}
	.blog-archive-content .fl h2, .blog-archive-content article.fl .description p{text-align:left;}
	.ico_date_shape:before {content: '';display: block;position: absolute;width: 4px;height: 63px;background: #8C6F71;left: 50%;margin-left: -2px;top: -67px;}
}
@media (max-width: 480px){
    .ico_date_shape  {display: none;}
    .blog-archive-content article{width:100%;margin-top: 0; margin-bottom:36px;}
}

/*----------------------- services ------------------*/

.services-content .our-skills .statistic #myStat,
.services-content .our-skills .statistic #myStat2,
.services-content .our-skills .statistic #myStat3,
.services-content .our-skills .statistic #myStat4{
  position: absolute;
  top: -40px;
  left: -40px;
}

.services-content .circle-text, 
.services-content .circle-info, 
.services-content .circle-text-half, 
.services-content .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: block;
}

.services-content .circle-text{
  top: 155px;
  font-family: "Old Standard TT", serif;
  font-style: italic;
  line-height: 24px!important;
}

.services-content .our-skills .statistic .spinner.skill-icon-1{
  background: url(../img/skill-icon-1.png) 50% 35% no-repeat;
}
.services-content .our-skills .statistic .spinner.skill-icon-2{
  background: url(../img/skill-icon-2.png) 50% 35% no-repeat;
}
.services-content .our-skills .statistic .spinner.skill-icon-3{
  background: url(../img/skill-icon-3.png) 50% 35% no-repeat;
}
.services-content .our-skills .statistic .spinner.skill-icon-4{
  background: url(../img/skill-icon-4.png) 50% 40% no-repeat;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - ANIMATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#loader{position:fixed; left:0px; top:0px; width:100%; height:100%; overflow:hidden; background:#fff; z-index:10000;}
#loader img{position:absolute; left:50%; top:50%; margin:-16px 0px 0px -16px;}
body{
    overflow: hidden;
}
.wheel-wrap{border:3px solid #ed3d5b; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; bottom:20px; height:36px; left:50%; margin-left:-7px; position:absolute; width:23px; z-index:100; cursor:pointer;}
.wheel-wrap .wheel{width:5px; height:5px; background-color:#fff; border-radius:50%; margin-left:auto; margin-right:auto; margin-top:6px; left:0; right:0; -webkit-animation: magic-mouse 1.7s infinite ease; animation: magic-mouse 1.7s infinite ease;}
@keyframes magic-mouse{
  0% { margin-top: 6px; opacity: 0; }
  30% { opacity: 1;}
  100% { margin-top: 18px; opacity: 0; }
}
@-webkit-keyframes magic-mouse{
  0% { margin-top: 6px; opacity: 0; }
  30% { opacity: 1;}
  100% { margin-top: 18px; opacity: 0; }
}
@media screen and (max-width: 980px){
  .fixed-baner {
    position: relative;
    width: 100%;
  }
  .wheel-wrap{
    display: none;
  }

  #header.hdTwo{
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 768px){
  .products-content .items li{margin-bottom: 40px;}
  .SumoSelect {margin-bottom: 40px;}
  .share .inner{width:100%; text-align:center;}
  .share ul {display: inline-block;}
  .share ul li {float:none; display:inline-block;}
}
@media (max-width: 768px) and (min-width: 480px){.products-content .items li {width: 50%; float: left;}}

.scale-text h1, .scale-text h2, .scale-text h3, .scale-text h4{ opacity:0; -webkit-transition:All 300ms ease-in; -moz-transition:All 300ms ease-in;  -o-transition:All 300ms ease-in; -ms-transition:All 300ms ease-in; transition:All 300ms ease-in; -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform:scale(0.8); -ms-transform:scale(0.8); transform:scale(0.8);}
.scale-text.act h1, .scale-text.act h2, .scale-text.act h3, .scale-text.act h4{opacity:1; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1);}

.scale-text p, .scale-text .section-title .description{ opacity:0; -webkit-transition:All 500ms ease-in; -moz-transition:All 500ms ease-in;  -o-transition:All 500ms ease-in; -ms-transition:All 500ms ease-in; transition:All 500ms ease-in; -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform:scale(0.8); -ms-transform:scale(0.8); transform:scale(0.8);}
.scale-text.act p, .scale-text.act .section-title .description{opacity:1; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1);}

.scale-text .swiper-slide:nth-child(2n+1), .home-testimonials.scale-text .content blockquote p{ opacity: 0; -webkit-transition:All 800ms ease-in; -moz-transition:All 800ms ease-in; -o-transition:All 800ms ease-in; -ms-transition:All 800ms ease-in; transition:All 800ms ease-in; -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform:scale(0.8); -ms-transform:scale(0.8); transform:scale(0.8); -webkit-transform: translateY(-30px); transform: translateY(-30px); -ms-transform: translateY(-30px); }
.scale-text.act .swiper-slide:nth-child(2n+1),.home-testimonials.scale-text.act .content blockquote p{ opacity: 1; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); }

.scale-text .swiper-slide:nth-child(2n){ opacity: 0; -webkit-transition:All 800ms ease-in; -moz-transition:All 800ms ease-in;  -o-transition:All 800ms ease-in; -ms-transition:All 800ms ease-in; transition:All 800ms ease-in; -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform:scale(0.8); -ms-transform:scale(0.8); transform:scale(0.8); -webkit-transform: translateX(-30px); transform: translateX(-30px); -ms-transform: translateX(-30px); }
.scale-text.act .swiper-slide:nth-child(2n){ opacity: 1; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); }

.home-our-services.scale-text .items li{-webkit-transition:All 800ms ease-in; -moz-transition:All 800ms ease-in;  -o-transition:All 800ms ease-in; -ms-transition:All 800ms ease-in; transition:All 800ms ease-in; opacity:0; -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform:scale(0.8); -ms-transform:scale(0.8); transform:scale(0.8);}
.home-our-services.scale-text.act .items  li{opacity:1; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1);}

/**/

.animation-scale{-webkit-transform: scale(5); -moz-transform: scale(5); -o-transform: scale(5); -ms-transform: scale(5); transform: scale(5); opacity:0;}

.swiper-slide-visible .animation-scale{-webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity:1;-webkit-transition: all 700ms ease-out; -moz-transition: all 700ms ease-out; -o-transition: all 700ms ease-out;  transition: all 700ms ease-out;}

.animation-rotate {opacity:0; -webkit-transform:scale(0); -moz-transform:scale(0); -o-transform:scale(0); -ms-transform:scale(0); transform:scale(0);}

.swiper-slide-visible .animation-rotate{opacity:1; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition:All 600ms ease-in; -moz-transition:All 600ms ease-in;  -o-transition:All 600ms ease-in; -ms-transition:All 600ms ease-in; transition:All 600ms ease-in;}

.animation-btn {opacity: 0; margin-top: 200px;}

.swiper-slide-visible .animation-btn {opacity: 1; margin-top: 0px; -webkit-transition:All 500ms ease-in; -moz-transition:All 500ms ease-in;  -o-transition:All 500ms ease-in; -ms-transition:All 500ms ease-in; transition:All 500ms ease-in;}

/*no transition on responsive*/

@media only screen and (max-width: 980px){
.swiper-slide-visible .animation-scale,
.swiper-slide-visible .animation-rotate,
.swiper-slide-visible .animation-btn,
.scale-text h1,
.scale-text h2, 
.scale-text h3, 
.scale-text h4,
.scale-text p, 
.scale-text .section-title .description,
.scale-text .swiper-slide:nth-child(2n+1), 
.home-testimonials.scale-text .content blockquote p,
.scale-text .swiper-slide:nth-child(2n),
.home-our-services.scale-text .items li{ 
  -webkit-transition: none!important; 
  -moz-transition: none!important; 
  -o-transition: none!important; 
  transition: none!important;}
    .animation-scale {opacity: 1;-webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
    .animation-rotate {opacity: 1;-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1);}
    .animation-btn {opacity: 1; margin-top: 0px;}
}

/*----------------------TABLE--------------------------*/
.table_w{position:relative; float:left; width:100%;}
.table_w.h100{height:100%;}
.table{border:0px; display:table; border-collapse:collapse; border-spacing:0px; width:100%; height:100%;}
.table .t_row{display:table-row;}
.table .t_td{vertical-align:middle; display:table-cell;}
.table .t_td.top{vertical-align:top;}
.table .t_td.bottom{vertical-align:bottom;}
/*-----------------------------------------------------*/

/*----------------------BACKGROUND----------------------*/
.bg{position:absolute; left:0px; top:0px; width:100%; height:100%; overflow:hidden;}
.bg img{position:absolute;}
.bg video{position:absolute;}
.bg-span{position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.55);}
.bg-bg{background-position: 50% 0px; background-repeat: no-repeat; background-position: 50% 0px; background-attachment: inherit; -webkit-background-size: cover;
-moz-background-size: cover; -o-background-size: cover; background-size: cover;background-attachment: fixed;}
.swiper-slide .bg-bg {background-attachment: inherit;}

.animation-moove{-webkit-transition: all 100ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
   -moz-transition: all 100ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
     -o-transition: all 100ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition: all 100ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
     -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */}
/*-----------------------------------------------------*/
.top_bottom{width: 100%;overflow: hidden;position: absolute;top: 50%; left: 0;right: 0; margin-top:-25px;}
