/*@import url('http://fonts.googleapis.com/css?family=Sail');*/
@import url('http://fonts.googleapis.com/css?family=Lobster&subset=latin,latin-ext');

@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext');
@import url('css/bootstrap.css');
@import url('css/css3-animations.css');
@import url('css/animate.css');
@import url('css/fonts.css');
@import url('css/fontello-animation.css');
@import url('css/font-awesome.css');
@import url('css/icomoon.css');
/* open sans */
/*=============================================================================

  Stylesheet Map :

  1- Imported Css 
  2- General resets
  3- Globally pages Applied Styles
  4- Pages Headers
  5- Pages Sliders
  6- Services Styles
  7- Products Styles
  8- Testmonials Styles
  9- Team Styles
  10- Features Styles
  11- Pricing Styles
  12- Contact Styles
  13- Map Styles
  14- Footer Styles
  15- Home 6 ( Special Case )
  16- Pages Styles
  17- About Pages Styles
  18- Single product Pages Styles
  19- Typography Pages Styles
  20- Shortcodes Pages Styles
  21- Erorr Pages Styles
  22- Blog Pages Styles
  23- Single Blog Pages Styles
  24- Boxed Pages Styles
  25- switcher styles

  =============================================================================*/
/*=============================================================================

  1- Imported Css 

  =============================================================================*/
/* BootStrap */
/* Css3 Animations */
/* fonts */
/* fontello */
/* fontawesome */
/* icomoon */
/*=============================================================================

  2- General resets

  =============================================================================*/
/* --- general resets --------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
embed,
object {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased !important;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-variant: normal;
  text-transform: none;
  speak: none;
}
/* --- HTML5 display-role reset for older browsers --------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* --- typography --------------------- */
/*headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lobster', cursive;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #ff6d84;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
/* paragraphs */
p {
  font-size: 13px;
  line-height: 22px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  color: #8a7f7b;
  font-weight: 500;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0px;
}
p:before {
  width: 30px;
  display: inline-block;
}
span {
  font-size: 13px;
  font-family: inherit;
}
/* small */
code,
pre {
  display: block;
  white-space: pre;
}
del {
  text-decoration: line-through;
  color: #666666;
}
ins,
dfn {
  border-bottom: 1px solid #cccccc;
}
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  text-transform: capitalize;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
cite,
em,
dfn {
  font-style: italic;
}
i {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  display: inline-block;
}
/* Fontello */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 1;
}
/*strong*/
strong {
  font-weight: 900;
}
/* Blockquote */
blockquote {
  background-color: rgba(245, 246, 248, 0.5);
  position: relative;
  padding: 20px 30px;
  border: none;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #999b9e;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
blockquote:before {
  content: '';
  font-size: 32px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  float: left;
  line-height: initial;
}
blockquote p {
  padding-left: 50px;
  color: #4b3939;
  font-style: italic;
}
/* Lists */
ol,
ul {
  list-style: none;
}
/* Code */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: ;
  background-color: transparent;
  border-radius: 3px;
  box-shadow: none;
}
/* --- Forms --------------------- */
form {
  outline: none;
}
input,
textarea,
button,
input[type="button"],
.generalBtn {
  outline: none !important;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea {
  font-size: 13px;
  color: #5d5d5d;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
select {
  border: 1px solid #cac8c0;
  padding: 0 12px;
  height: 38px;
  outline: none;
  color: #4b3939;
  margin: 0;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  background-color: #e4e0d5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-weight: 600;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  min-height: 124px;
  position: relative;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #4b3939;
}
input[type="text"]:last-child,
input[type="password"]:last-child,
input[type="email"]:last-child,
input[type="url"]:last-child,
input[type="search"]:last-child,
textarea:last-child,
select:last-child {
  margin-bottom: 0;
}
.form-item {
  position: relative;
  margin-bottom: 30px;
}
.form-item input[type="text"],
.form-item input[type="password"],
.form-item input[type="email"],
.form-item input[type="url"],
.form-item input[type="search"],
.form-item textarea,
.form-item select {
  padding-left: 32px;
}
.form-item textarea {
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-item label {
  position: absolute;
  left: 27px;
  top: 0;
  line-height: 38px;
  z-index: 1;
}
.form-item button,
.form-item input[type="button"],
.form-item input[type="submit"],
.form-item .general-btn {
  width: 100%;
}
.form-item:last-child {
  margin-bottom: 0;
}
/* buttons */
button,
input[type="button"],
input[type="submit"],
.general-btn {
  color: #e4e0d5;
  font-weight: 700;
  background-color: #4b3939;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  height: 38px;
  line-height: 38px;
  padding: 0px 15px;
  display: block;
  text-align: center;
  border: none;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 15px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.general-btn:hover {
  color: #ffffff;
  background-color: #ff6d84;
}
label {
  color: #4b3939;
  font-family: tahoma, sans-serif;
  font-size: 13px;
  cursor: pointer;
}
input[type="checkbox"],
.check,
input[type="radio"],
.radio {
  display: none;
}
input[type="checkbox"] + label,
.check + label,
input[type="radio"] + label,
.radio + label {
  display: inline-block;
  line-height: 22px;
}
input[type="checkbox"] + label:after,
.check + label:after,
input[type="radio"] + label:after,
.radio + label:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: '';
  font-family: 'tahoma';
  color: #4b3939;
  font-size: 100%;
  display: inline-block;
  float: left;
  width: 22px;
  height: 22px;
  line-height: 21px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #d9d9d9;
  background-color: #f5f6f8;
  text-align: center;
  font-size: 10px;
  z-index: 100;
  margin-right: 10px;
}
input[type="checkbox"]:checked + label:after,
.check:checked + label:after {
  content: '\e83b';
}
input[type="radio"] + label:after,
.radio + label:after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  -khtml-border-radius: 100px;
  border-radius: 100px;
}
input[type="radio"]:checked + label,
.radio:checked + label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"]:checked + label:after,
.radio:checked + label:after {
  content: '\e935';
}
/* placeholder */
*::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4b3939;
}
*:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4b3939;
  opacity: 1;
}
*::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4b3939;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4b3939;
}
/* --- tables --------------------- */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: 400;
}
/* --- images --------------------- */
img {
  /*max-width: 100%;*/
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* --- links --------------------- */
a {
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ff6d84;
  position: relative;
  /*&:after {
    content: '';
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: @pink;
    .transition(width, 0.3s,linear);
  }*/
}
a,
a:visited {
  outline: 0px;
}
a:hover {
  color: #4b3939;
  /*&:after {
    width: 100%;
  }*/
}
a:hover > i,
button:hover > i,
input[type="submit"]:hover > i,
.feature-icon:hover i {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  -khtml-animation: toTopFromBottom 0.5s forwards;
  -o-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
/*general link*/
.general-link {
  padding: 4px 15px;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background-color: #4b3939;
  color: #ffffff !important;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.general-link:hover {
  background-color: #ff6d84;
  color: #ffffff;
}
.general-link.accent {
  background-color: #ff6d84;
}
.general-link.accent:hover {
  background-color: #4b3939;
}
.general-link.dark {
  background-color: #4b3939;
}
.general-link.dark:hover {
  background-color: #ff6d84;
}
span.general-link.dark {
  background-color: #4b3939 !important;
}
span.general-link.acent {
  background-color: #ff6d84;
}
.bordered {
  background-color: transparent;
  border: 1px solid #ff6d84;
  color: #ff6d84;
}
.bordered:hover {
  border: 1px solid #ff6d84;
  background-color: #ff6d84;
  color: #ffffff;
}
.mini {
  padding: 5px 10px;
  font-size: 0.75em;
}
.small {
  padding: 7px 12px;
  font-size: 0.85em;
}
.large {
  padding: 15px 25px;
  font-size: 1.5em;
}
/* break */
.br {
  display: block;
  height: 30px;
}
/* hr */
hr,
.container hr {
  margin: 0px;
  height: 1px;
  background: #d9d9d9;
  border: 0px;
}
/* --- clearing --------------------- */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
/* --- Svg --------------------- */
.svg {
  width: 100%;
  height: 100%;
}
/* --- general classes --------------------- */
.none {
  display: none;
}
.block {
  display: block !important;
}
.fixed_pos {
  position: fixed;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.centerdText {
  text-align: center;
}
.noMarginLeft {
  margin-left: 0px !important;
}
.noMarginRight {
  margin-right: 0px !important;
}
.noMarginTop {
  margin-right: 0px !important;
}
.noMarginBottom {
  margin-bottom: 0px !important;
}
.firstChild {
  margin: 0px;
}
.lastChild {
  margin: 0px;
}
.offset {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* col */
[class*="col"] {
  -webkit-transition: width 0.4s linear;
  -moz-transition: width 0.4s linear;
  -o-transition: width 0.4s linear;
  -ms-transition: width 0.4s linear;
  -khtml-transition: width 0.4s linear;
  transition: width 0.4s linear;
}
/* --- selection --------------------- */
::-moz-selection {
  background-color: #ff6d84;
  color: #ffffff;
}
::-webkit-selection {
  background-color: #ff6d84;
  color: #ffffff;
}
::-o-selection {
  background-color: #ff6d84;
  color: #ffffff;
}
::-khtml-selection {
  background-color: #ff6d84;
  color: #ffffff;
}
::-ms-selection {
  background-color: #ff6d84;
  color: #ffffff;
}
::selection {
  background-color: #ff6d84;
  color: #ffffff;
}
/* --- tooltip --------------------- */
/* tooltip bottom */
.tooltipBottom + .tooltip {
  animation-name: tooltipBottom;
  -webkit-animation-name: tooltipBottom;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes tooltipBottom {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes tooltipBottom {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/* tooltip top */
.tooltipTop + .tooltip,
.tooltip {
  animation-name: tooltipTop;
  -webkit-animation-name: tooltipTop;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes tooltipTop {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes tooltipTop {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/* tooltip left */
.tooltipLeft + .tooltip {
  animation-name: tooltipLeft;
  -webkit-animation-name: tooltipLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes tooltipLeft {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes tooltipLeft {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-30%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/* tooltip Right */
.tooltipRight + .tooltip {
  animation-name: tooltipRight;
  -webkit-animation-name: tooltipRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes tooltipRight {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes tooltipRight {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(30%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*tool tip customize*/
.tooltip-inner {
  background-color: #4b3939;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #4b3939;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #4b3939;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #4b3939;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #4b3939;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #4b3939;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4b3939;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #4b3939;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #4b3939;
}
/*dark section  tooltip*/
.darkSection .tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
.darkSection .tooltip.top-left .tooltip-arrow {
  border-top-color: #ffffff;
}
.darkSection .tooltip.top-right .tooltip-arrow {
  border-top-color: #ffffff;
}
.darkSection .tooltip.right .tooltip-arrow {
  border-right-color: #ffffff;
}
.darkSection .tooltip.left .tooltip-arrow {
  border-left-color: #ffffff;
}
.darkSection .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffffff;
}
.darkSection .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #ffffff;
}
.darkSection .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ffffff;
}
/* --- Basic --------------------- */
.menu {
  padding-top: 0px !important;
}
.loadSmooth {
  -webkit-transition: 0.7s ease-in-out linear;
  -moz-transition: 0.7s ease-in-out linear;
  -o-transition: 0.7s ease-in-out linear;
  -ms-transition: 0.7s ease-in-out linear;
  -khtml-transition: 0.7s ease-in-out linear;
  transition: 0.7s ease-in-out linear;
}
#container {
  overflow: hidden;
}
/*=============================================================================

  3- Globally pages Applied Styles

  =============================================================================*/
/* --- Body --------------------- */
body {
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  overflow: hidden;
  background: #281e1e url('images/bg-section.png');
}
/* --- All Wrapper --------------------- */
.all-wrapper {
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.innerWrapper {
  margin: auto;
}
.container {
  padding: 0px !important;
}
/* --- Loading --------------------- */
.loading-container {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  z-index: 1000;
}
.loading-container .loading {
  display: inline-block;
  text-align: center;
  height: 80px;
  width: 80px;
}
.loading-container .loading:before,
.loading-container .loading:after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  border: 5px solid #d9d9d9;
  border-radius: 50%;
  content: '';
}
.loading-container .loading:before {
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-right-color: #4b3939;
  border-left-color: #4b3939;
  -webkit-animation: rotation 3s linear infinite;
  animation: rotation 3s linear infinite;
}
.loading-container .loading:after {
  bottom: 50px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top-color: #4b3939;
  border-bottom-color: #4b3939;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading i {
  width: 52px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: 50%;
  margin-top: -30px;
  font-size: 60px;
  display: inline-block;
}
/* --- Sections --------------------- */
.main-section {
  padding: 11px 0;
  position: relative;
  background: #f8f5ec url('images/bg-section.png') left center;
}
.main-section .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 57, 57, 0.75) url('images/pattern-cover.png');
  z-index: 1;
}
.main-section .section-wrapper {
  position: relative;
  z-index: 1;
  padding: 85px 0;
  border-top: 1px dashed rgba(102, 102, 102, 0.4);
  border-bottom: 1px dashed rgba(102, 102, 102, 0.4);
}
.main-section .section-icon {
  width: 59px;
  height: 72px;
  text-align: center;
  background: transparent url('images/bg-section-icon-pink.png') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -29.5px;
  bottom: -40px;
  z-index: 2;
  overflow: hidden;
}
.main-section .section-icon i {
  background: #f8f5ec url('images/bg-section.png') left center;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin: 7px auto auto 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #4b3939;
  font-size: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.main-section .section-icon i:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.main-section .section-icon:hover i {
  background: #4b3939 url('images/bg-section.png') left center;
  color: #ffffff;
}
.main-section .section-icon:hover i:before {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  -khtml-animation: toTopFromBottom 0.5s forwards;
  -o-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
.main-section:after,
.main-section:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 11px;
  display: block;
}
.main-section:after {
  bottom: -2px;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: 2;
}
.main-section:before {
  top: -2px;
}
/* --- Dividers --------------------- */
.light-section:after,
.light-section:before {
  background: transparent url('images/divider-sand.png') repeat-x center center;
}
.light-section + .light-section {
  padding: 0;
}
.light-section + .light-section:after,
.light-section + .light-section:before {
  display: none;
}
.light-section + .light-section .section-wrapper {
  border-top: none;
}
.light-section {
  background-color: #f8f5ec;
}
.dark-section {
  background-color: #4b3939;
  padding: 13px 0;
}
.dark-section .section-wrapper {
  border-top: 1px dashed rgba(153, 153, 153, 0.4);
  border-bottom: 1px dashed rgba(153, 153, 153, 0.4);
}
.dark-section .section-header .divider-section-header {
  background: transparent url('images/bg-divider-dark-section-header.png') center center no-repeat;
}
.dark-section .section-header p {
  color: #f5f2e9;
}
.pink-section {
  padding: 13px 0;
  background-color: #ff6d84;
}
.pink-section .section-wrapper {
  border-top: 1px dashed rgba(204, 204, 204, 0.4);
  border-bottom: 1px dashed rgba(204, 204, 204, 0.4);
}
.pink-section .section-header h2 {
  color: #4b3939;
}
.pink-section .section-header p {
  color: #f5f2e9;
}
.img-section {
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.welcome {
  padding: 0;
}
/* section header */
.section-header {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 55px;
}
.section-header h2 {
  font-size: 40px;
}
.section-header .divider-section-header {
  margin: 5px 0;
  width: 270px;
  height: 10px;
  display: inline-block;
  background: transparent url('images/bg-divider-section-header.png') center center no-repeat;
}
.section-header p {
  width: 83%;
  margin: 0 auto;
}
/* --- Scroll Animation --------------------- */
.sa {
  opacity: 0;
  visibility: hidden;
}
.sa.animated {
  opacity: 1;
  visibility: visible;
}
/* custom animation delay */
.sa-t1 {
  -webkit-animation-delay: 0.2s;
  /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sa-t2 {
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.sa-t3 {
  -webkit-animation-delay: 0.8s;
  /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
/* --- Fancy Select --------------------- */
.fancy-select {
  position: relative;
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  height: 25px;
  line-height: 25px;
  text-align: right;
  -webkit-transition: all 0.2 linear;
  -moz-transition: all 0.2 linear;
  -o-transition: all 0.2 linear;
  -ms-transition: all 0.2 linear;
  -khtml-transition: all 0.2 linear;
  transition: all 0.2 linear;
}
.fancy-select select:focus + .trigger {
  background-color: rgba(255, 255, 255, 0.2);
}
.fancy-select select:focus + .trigger.open,
.fancy-select select + .trigger:hover {
  background-color: #ff6d84;
}
.fancy-select .trigger {
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  cursor: pointer;
  padding: 0px 30px 0px 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2 linear;
  -moz-transition: all 0.2 linear;
  -o-transition: all 0.2 linear;
  -ms-transition: all 0.2 linear;
  -khtml-transition: all 0.2 linear;
  transition: all 0.2 linear;
}
.fancy-select .trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  top: 12px;
  right: 7px;
}
.fancy-select .trigger.open {
  color: #fff;
  background-color: #ff6d84;
  border-radius: 2px 2px 0px 0px;
}
.fancy-select ul.options {
  list-style: none;
  position: absolute;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: hidden;
  min-width: 150px;
  border-radius: 0px 2px 2px 2px;
  -webkit-transition: all 0.2 linear;
  -moz-transition: all 0.2 linear;
  -o-transition: all 0.2 linear;
  -ms-transition: all 0.2 linear;
  -khtml-transition: all 0.2 linear;
  transition: all 0.2 linear;
}
.fancy-select ul.options li {
  padding: 8px 12px;
  float: none;
  margin: 0;
  color: #5d5d5d;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: all 0.2 linear;
  -moz-transition: all 0.2 linear;
  -o-transition: all 0.2 linear;
  -ms-transition: all 0.2 linear;
  -khtml-transition: all 0.2 linear;
  transition: all 0.2 linear;
}
.fancy-select ul.options li.selected {
  color: #fff;
  background-color: #ff6d84;
}
.fancy-select ul.options li.hover {
  color: #fff;
  background-color: #ff6d84;
}
.fancy-select ul.options.open {
  visibility: visible;
  opacity: 1;
}
.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
}
.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
}
.fancy-select.disabled {
  opacity: 0.5;
}
/* corner */
.corner {
  position: absolute;
  z-index: 2;
  display: block;
}
.top-left {
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.top-right {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bottom-left {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bottom-right {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*=============================================================================

  4- Pages Headers

  =============================================================================*/
/* --- Headers Styles --------------------- */
.header {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.header .top-contacts {
  line-height: 65px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.header .top-contacts li {
  float: left;
  font-size: 12px;
  color: #ffffff;
}
.header .top-contacts li a {
  color: #ffffff;
}
.header .top-contacts li a:hover {
  color: #ff6d84;
}
.header .top-social {
  float: left;
  margin-top: 20px;
}
.header .top-social li {
  float: left;
  font-size: 12px;
  margin: 0px 2.5px;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
.header .top-social li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  position: relative;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  overflow: hidden;
}
.header .top-social li a:hover {
  background-color: #ff6d84;
}
.header .top-social li:last-child {
  margin-right: 0px;
}
.header .top-social li:first-child {
  margin-left: 0px;
}
.header .main-nav {
  background: #f8f5ec url('images/bg-header-1.png') repeat-x;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: auto;
}
.header .main-nav:after,
.header .main-nav:before {
  content: '';
  width: 60px;
  height: 72px;
  display: block;
  position: absolute;
  top: 20px;
  z-index: -1;
  overflow: hidden;
  background: transparent url('images/ribbon-main-nav.png') no-repeat center center;
}
.header .main-nav:after {
  right: -42px;
  background-position: -70px 0;
}
.header .main-nav:before {
  left: -42px;
  background-position: 0 0;
}
.header .main-nav .nav-links {
  position: relative;
  min-height: 82px;
}
.header .main-nav .nav-links > li {
  margin: 0 29px;
  font-size: 22px;
  position: relative;
}
.header .main-nav .nav-links > li a {
  color: #4b3939;
  display: block;
  line-height: 82px;
  font-family: 'Lobster', cursive;
  position: relative;
}
.header .main-nav .nav-links > li a i {
  font-size: 16px;
  position: absolute;
  right: -15px;
  top: 2px;
  line-height: 82px;
  display: none;
}
.header .main-nav .nav-links > li a:hover i {
  -webkit-animation: none;
  -moz-animation: none;
  -khtml-animation: none;
  -o-animation: none;
  animation: none;
}
.header .main-nav .nav-links > li .dropdown {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #f8f5ec;
  width: 160px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  z-index: 100;
}
.header .main-nav .nav-links > li .dropdown li {
  padding: 5px 10px;
  border-bottom: 1px solid #f1ebd7;
  border-top: 1px solid #ffffff;
  position: relative;
}
.header .main-nav .nav-links > li .dropdown li a {
  white-space: nowrap;
  font-size: 13px;
  color: #4b3939;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  line-height: 32px;
  padding: 0 10px;
  text-align: left;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.header .main-nav .nav-links > li .dropdown li a:hover {
  background-color: #4b3939;
  color: #ff6d84;
}
.header .main-nav .nav-links > li .dropdown li .active {
  background-color: #4b3939;
  color: #ff6d84;
}
.header .main-nav .nav-links > li .dropdown li .dropdown {
  position: absolute;
  right: 100%;
  top: 0;
  min-width: 160px;
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  -o-border-radius: 3px 0 3px 3px;
  -ms-border-radius: 3px 0 3px 3px;
  -khtml-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  overflow: hidden;
}
.header .main-nav .nav-links > li .dropdown li:first-child {
  border-top: none;
}
.header .main-nav .nav-links > li .dropdown li:last-child {
  border-bottom: none;
}
.header .main-nav .nav-links > li:hover a {
  color: #ff6d84;
}
.header .main-nav .nav-links > li:hover .dropdown {
  display: block;
  animation-name: slideUpSlow;
  -webkit-animation-name: slideUpSlow;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
.header .main-nav .nav-links > li:hover .dropdown .dropdown {
  display: none;
}
.header .main-nav .nav-links > li:hover .dropdown li:hover .dropdown {
  display: block;
}
.header .main-nav .nav-links > li .active {
  color: #ff6d84;
}
.header .logo-wrappper {
  display: inline-block;
  margin-top: -117px;
  text-align: center;
}
.header .logo-wrappper a {
  display: block;
  height: 100%;
}
.header .logo-wrappper a img {
  display: block;
}
.header .logo-style-1,
.header .logo-style-3 {
  width: 152px;
  height: 152px;
  overflow: hidden;
}
.header .logo-style-1 a,
.header .logo-style-3 a {
  background: url('images/star-dark.png') center center no-repeat;
}
.header .logo-style-1 a:before,
.header .logo-style-3 a:before,
.header .logo-style-1 a:after,
.header .logo-style-3 a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.header .logo-style-1 a:before,
.header .logo-style-3 a:before {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  border-color: #ff6d84;
}
.header .logo-style-1 a:after,
.header .logo-style-3 a:after {
  width: 110px;
  height: 110px;
  margin-top: -55px;
  margin-left: -55px;
  border-color: #d9d9d9;
}
.header .logo-style-1 a span,
.header .logo-style-3 a span {
  display: inline-block;
  line-height: 1;
}
.header .logo-style-1 a .top-icon,
.header .logo-style-3 a .top-icon {
  color: #ff6d84;
  font-size: 30px;
  margin: 30px 0 10px 0;
}
.header .logo-style-1 a .lolli,
.header .logo-style-3 a .lolli {
  color: #ff6d84;
  font-size: 30px;
  display: block;
  font-family: 'Lobster', cursive;
  margin-bottom: 8px;
}
.header .logo-style-1 a .stars,
.header .logo-style-3 a .stars {
  color: #4b3939;
}
.header .logo-style-1 a .stars i,
.header .logo-style-3 a .stars i {
  font-size: 9px;
}
.header .logo-style-2,
.header .logo-style-4 {
  width: 190px;
  height: 195px;
  overflow: hidden;
}
.header .logo-style-2 a,
.header .logo-style-4 a {
  background: url('images/logo-2-pink.png') center center no-repeat;
}
.header .logo-style-2 a span,
.header .logo-style-4 a span {
  display: inline-block;
  line-height: 1;
}
.header .logo-style-2 a .top-icon,
.header .logo-style-4 a .top-icon {
  color: #ffffff;
  font-size: 30px;
  margin: 10px 0 10px 0;
}
.header .logo-style-2 a .lolli,
.header .logo-style-4 a .lolli {
  color: #4b3939;
  font-size: 50px;
  display: block;
  font-family: 'Lobster', cursive;
  margin-bottom: 8px;
}
.header .logo-style-2 a .stars,
.header .logo-style-4 a .stars {
  color: #4b3939;
}
.header .logo-style-2 a .stars i,
.header .logo-style-4 a .stars i {
  font-size: 9px;
}
.header .logo-style-3 {
  width: 150px;
  height: 195px;
}
.header .logo-style-3 a {
  background: url('images/logo-3.png') center center no-repeat;
}
.header .logo-style-3 a:before,
.header .logo-style-3 a:after {
  margin-top: 0;
}
.header .logo-style-3 a:after {
  top: 20px;
}
.header .logo-style-3 a:before {
  top: 15px;
}
.header .logo-style-4 a {
  background-image: url('images/logo-2-dark.png');
}
.header .logo-style-4 a span {
  display: inline-block;
  line-height: 1;
}
.header .logo-style-4 a .top-icon {
  color: #f8f5ec;
}
.header .logo-style-4 a .lolli {
  color: #ff6d84;
}
.header .logo-style-4 a .stars {
  color: #f8f5ec;
}
.header .logo-style-6 a {
  background-image: url('images/star-pink.png');
}
/* header-1 */
.header-1 .top-contacts li:last-child {
  float: right;
}
/* header-2 */
.header-2 .main-nav {
  background: transparent url('images/bg-header-2.png') repeat-x;
  -webkit-box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  -o-box-shadow: 0 0 0 0 #000000;
  -ms-box-shadow: 0 0 0 0 #000000;
  -khtml-box-shadow: 0 0 0 0 #000000;
  box-shadow: 0 0 0 0 #000000;
}
.header-2 .main-nav:after,
.header-2 .main-nav:before {
  display: none;
}
.header-2 .main-nav .nav-links > li a {
  color: #ffffff;
}
.header-2 .logo-wrappper {
  margin-top: -82px;
}
/* header-3 */
.header-3 {
  top: 45px;
}
.header-3 .main-nav:after,
.header-3 .main-nav:before {
  display: none;
}
/* header-4 */
.header-4 .main-nav:after,
.header-4 .main-nav:before {
  display: none;
}
.header-4 .logo-wrappper {
  margin-top: -82px;
}
/* header-5 */
.header-5 {
  text-align: left;
}
.header-5 .top-contacts {
  height: 65px;
  line-height: 1;
}
.header-5 .top-contacts li {
  height: 14px;
  margin-top: 25.5px;
  padding: 0 15px;
  float: right;
  border-left: 1px solid #ff6d84;
}
.header-5 .top-contacts li:last-child {
  padding-left: 0;
  border-left: none;
}
.header-5 .top-contacts li:first-child {
  padding-right: 0;
}
.header-5 .main-nav:before {
  display: none;
}
.header-5 .main-nav .nav-links {
  float: right;
}
.header-5 .main-nav .nav-links > li {
  float: left;
}
.header-5 .logo-wrappper {
  margin-left: -20px;
}
/* header-6 */
.header-6 .main-nav:after,
.header-6 .main-nav:before {
  display: none;
}
.header-6 .top-social {
  margin-top: 10px;
}
.header-6 .top-contacts {
  height: 45px;
  line-height: 1;
  float: right;
}
.header-6 .top-contacts li {
  height: 14px;
  margin-top: 15.5px;
  padding: 0 15px;
  float: left;
  border-right: 1px solid #ff6d84;
}
.header-6 .top-contacts li:last-child {
  padding-right: 0;
  border-right: none;
}
.header-6 .top-contacts li:first-child {
  padding-left: 0;
}
/* responsive menu wrapper */
#responsive-menu-wrapper {
  float: right;
  height: 82px;
  display: none;
}
#responsive-menu-wrapper .responsive-main-nav-toggler {
  float: left;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  margin: 21px 21px 0 0;
  font-size: 15px;
}
#responsive-menu-wrapper .responsive-main-nav-toggler.opened {
  background-color: #ff6d84;
  color: #ffffff;
}
#responsive-menu-wrapper .responsive-main-nav {
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  width: 400px;
  position: absolute;
  right: 0;
  top: 82px;
  z-index: 1000;
  display: none;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links {
  width: 100%;
  background-color: #f8f5ec;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li {
  float: none;
  margin: 0;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li a,
#responsive-menu-wrapper .responsive-main-nav .nav-links > li > button {
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #f8f5ec;
  color: #4b3939;
  text-align: left;
  font-weight: 700;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li a i,
#responsive-menu-wrapper .responsive-main-nav .nav-links > li > button i {
  display: none;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li a:hover,
#responsive-menu-wrapper .responsive-main-nav .nav-links > li > button:hover {
  background-color: #ff6d84;
  color: #ffffff;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li a:hover:after,
#responsive-menu-wrapper .responsive-main-nav .nav-links > li > button:hover:after {
  color: #ffffff !important;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li a.toggle-responsive:after,
#responsive-menu-wrapper .responsive-main-nav .nav-links > li > button.toggle-responsive:after {
  content: '+';
  font-family: 'tahoma';
  float: right;
  color: #4b3939;
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li .toggle-responsive.activeLine {
  background-color: #ff6d84;
  color: #ffffff;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li .toggle-responsive.activeLine:after {
  content: '-';
  font-family: 'tahoma';
  float: right;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li .active {
  background-color: #ff6d84;
  color: #ffffff;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li .active:after {
  color: #ffffff !important;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li .dropdown {
  display: none;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  -o-box-shadow: 0 0 0 0 #000000;
  -ms-box-shadow: 0 0 0 0 #000000;
  -khtml-box-shadow: 0 0 0 0 #000000;
  box-shadow: 0 0 0 0 #000000;
  animation: none !important;
  -webkit-animation: none !important;
  right: auto;
  left: auto;
  top: auto;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li .dropdown li a {
  padding: 0 30px;
  font-size: 12px;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li .dropdown li a:before {
  content: '-';
  font-family: 'tahoma';
  font-weight: 700;
  margin-right: 5px;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li .dropdown li .dropdown {
  position: relative;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links > li .dropdown li .dropdown li a {
  padding: 0 45px;
}
#responsive-menu-wrapper .responsive-main-nav .nav-links li:hover .dropdown {
  -webkit-animation: none !important;
  animation: none !important;
}
/*=============================================================================

  5- Pages Sliders

  =============================================================================*/
/* --- Slider Styles --------------------- */
.slider .slide {
  width: 100%;
  position: relative;
}
.slider .slide img {
  height: auto;
  width: 100%;
  display: block;
}
.slider .slide .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 57, 57, 0.75) url('images/pattern-cover.png');
  z-index: 1;
}
.slider .slide .captions {
  z-index: 2;
  position: absolute;
  top: 260px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider .slide .captions h2 {
  color: #f8f5ec;
  font-size: 62px;
  line-height: 75px;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
}
.slider .slide .captions p {
  width: 970px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 25px;
  color: #ddd9cf;
  opacity: 0;
  visibility: hidden;
}
.slider .slide .captions span {
  color: #231717;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.slider .owl-item.active .captions h2,
.slider .owl-item.active .captions p,
.slider .owl-item.active .captions span {
  opacity: 1;
  visibility: visible;
}
.slider .owl-item.active .captions h2 {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
}
.slider .owl-item.active .captions p {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
}
.slider .owl-item.active .captions span {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
}
/* slider-1 */
.slider-1 .owl-controls {
  bottom: 50px;
}
.slider-1 .owl-controls .owl-nav {
  display: none;
}
.slider-1 .owl-controls .owl-dots {
  display: block;
}
/* slider-2 */
.slider-2 .slide .captions h2 {
  color: #ff6d84;
}
.slider-2 .owl-controls {
  bottom: 50px;
}
.slider-2 .owl-controls .owl-nav {
  display: block;
}
.slider-2 .owl-controls .owl-dots {
  display: none !important;
}
/* slider-4 */
.slider-4 .owl-controls {
  bottom: 50px;
}
.slider-4 .owl-controls .owl-nav {
  display: block;
}
.slider-4 .owl-controls .owl-dots {
  display: none !important;
}
/* slider in style-6  */
.style-6 .slider .slide img {
  height: auto;
}
.style-6 .slider .slide .captions {
  top: 120px;
}
.style-6 .slider .owl-controls {
  bottom: 90px;
}
.style-6 .slider .owl-stage-outer {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 3px solid #ff6d84;
}
.style-6 .slider-home .slide {
  width: 1154px !important;
}
.slider-wrapper {
  position: relative;
}
/* owl carousel */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0px;
  height: 0px;
}
.owl-carousel #progress-bar {
  width: 100%;
  background: #d9d9d9;
}
.owl-carousel #progress-bar #bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #ff6d84;
}
.owl-carousel .owl-stage {
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  text-align: center;
  top: auto;
}
.owl-carousel .owl-controls .owl-nav div {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #ffffff;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
  font-size: 17px;
  color: #ffffff;
  margin: 0 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.owl-carousel .owl-controls .owl-nav div:hover {
  background-color: #ff6d84;
  border-color: #ff6d84;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
.owl-carousel .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  border: 2px solid #d9d9d9;
  width: 12px;
  margin: 0 5px;
  height: 12px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  background-color: #d9d9d9;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #eeebe3;
  border-color: #eeebe3;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* mouse grab icon */
.grabbing {
  cursor: url('images/grabbing.png') 8 8, move;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 1.5s both ease-in-out;
  -moz-animation: fadeOut 1.5s both ease-in-out;
  animation: fadeOut 1.5s both ease-in-out;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 1.5s ease both;
  -moz-animation: scaleUpFrom 1.5s ease both;
  animation: scaleUpFrom 1.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 1.5s ease both;
  -moz-animation: scaleUpTo 1.5s ease both;
  animation: scaleUpTo 1.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* custom slider */
.custom-slider .slide {
  height: 444px;
}
.custom-slider .owl-controls {
  bottom: 20px !important;
}
.custom-slider .owl-controls .owl-nav div {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #4b3939;
}
.custom-slider .owl-controls .owl-nav div:hover {
  background-color: #ff6d84;
}
/* Carousels */
.carousel .carousel-item {
  padding: 0 20px;
}
.carousel .owl-controls {
  position: relative;
  margin-top: 30px;
}
.carousel .owl-controls .owl-nav {
  display: none;
}
.carousel .owl-controls .owl-dots .owl-dot {
  border-color: #916464;
  opacity: 0.6;
}
.carousel .owl-controls .owl-dots .owl-dot:hover {
  opacity: 1;
  border-color: #ff6d84;
  background-color: #ff6d84;
}
.carousel .owl-controls .owl-dots .owl-dot.active {
  opacity: 1;
  border-color: #ff6d84;
  background-color: #ff6d84;
}
.carousel-2 .carousel-item {
  padding: 0 15px;
}
.carousel-2 .owl-controls {
  position: absolute;
  margin-top: 0;
  top: 0;
}
.carousel-2 .owl-controls .owl-dots {
  display: none !important;
}
.carousel-2 .owl-controls .owl-nav {
  display: block;
}
.light-section .owl-controls .owl-nav div {
  color: #4b3939;
  border-color: #4b3939;
}
.light-section .owl-controls .owl-nav div:hover {
  color: #ffffff;
}
.pink-section .owl-controls .owl-nav div {
  color: #f0ede4;
  border-color: #f0ede4;
}
.pink-section .owl-controls .owl-nav div:hover {
  color: #4b3939;
  background-color: #ffffff;
  border-color: #ffffff;
}
/*=============================================================================

  6- Services Styles

  =============================================================================*/
.service .service-title {
  font-size: 30px;
}
/* service-style-1 */
.service-style-1 {
  text-align: center;
}
.service-style-1 .service-perview {
  width: 217px;
  height: 217px;
  margin: 0 auto 10px auto;
  border: 5px solid #dbd6cf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.service-style-1 .service-perview img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.service-style-1 .service-perview figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
  right: 0;
  z-index: 1;
  border: 104px solid rgba(255, 109, 132, 0.5);
}
.service-style-1:hover .service-perview figcaption {
  border-width: 8px;
}
/* service-style-3 */
.carousel-services-4 .carousel-item {
  padding: 0 15px;
}
.service-style-3 {
  text-align: center;
  background-color: #ff6d84;
  padding: 10px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.service-style-3 .dash-bordered {
  border: 2px dashed #ffffff;
  padding: 25px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service-style-3 .service-title {
  color: #ffffff;
}
.service-style-3 .service-title a {
  color: #ffffff;
}
.service-style-3 .service-title a:hover {
  color: #4b3939;
}
.service-style-3 p {
  color: #f5f2e9;
}
.service-style-3:hover .dash-bordered {
  border: 2px solid #4b3939;
}
/* carousel-blocks-3 */
.carousel-blocks-3 .owl-stage-outer {
  margin-top: -60px;
}
.carousel-blocks-3 .carousel-item {
  width: 25%;
  float: left;
  margin-top: 60px;
}
/* service-style-4 */
.service-style-4 {
  background-color: #ff6d84;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 20px 20px 50px 20px;
  position: relative;
  margin-bottom: 60px;
}
.service-style-4:after {
  content: '';
  display: block;
  height: 60px;
  width: 91px;
  top: 100%;
  right: 5px;
  position: absolute;
  background: transparent url('images/bubblles-pink.png') center right no-repeat;
}
.service-style-4 .service-icon {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #4b3939;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 26px;
}
.service-style-4 .service-contents {
  padding-left: 90px;
}
.service-style-4 .service-title {
  color: #4b3939;
  font-size: 28px;
}
.service-style-4 .service-title a {
  color: #4b3939;
}
.service-style-4 .service-title a:hover {
  color: #ffffff;
}
.service-style-4 p {
  color: #f5f2e9;
  margin-bottom: 0;
}
.service-style-4 .more {
  position: absolute;
  right: 18px;
  bottom: -19px;
  z-index: 11;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  background-color: #4b3939;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ff6d84;
}
.service-style-4 .more:hover {
  background-color: #ffffff;
  color: #4b3939;
}
.service-style-4 .more i {
  font-size: 25px;
  font-weight: bold;
}
.service-style-4:hover .service-icon {
  background-color: #ffffff;
  color: #4b3939;
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
/* service-style-5 */
.service-style-5 .service-icon {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #ff6d84;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 26px;
}
.service-style-5 .service-icon:before {
  display: inline-block;
}
.service-style-5 .service-contents {
  padding-left: 90px;
}
.service-style-5 .more {
  color: #4b3939;
}
.service-style-5 .more:hover {
  color: #ff6d84;
}
.service-style-5:hover .service-icon {
  background-color: #4b3939;
}
.service-style-5:hover .service-icon:before {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  -khtml-animation: toTopFromBottom 0.5s forwards;
  -o-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
/* service-style-6 */
.service-style-6 {
  text-align: center;
}
.service-style-6 .service-icon {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #ff6d84;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 26px;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.service-style-6 .service-icon:before {
  display: inline-block;
}
.service-style-6 .service-contents {
  padding: 0 30px;
}
.service-style-6 .more {
  color: #4b3939;
}
.service-style-6 .more:hover {
  color: #ff6d84;
}
.service-style-6:hover .service-icon {
  background-color: #4b3939;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
/*=============================================================================

  7- Products Styles

  =============================================================================*/
/* service-style-2 */
.carousel-2 {
  padding-top: 65px;
}
.carousel-2 .owl-stage-outer {
  padding-top: 35px;
}
.product {
  text-align: center;
  position: relative;
  border-bottom: 3px double #d9d9d9;
  -webkit-border-radius: 4px 4px 6px 6px;
  -moz-border-radius: 4px 4px 6px 6px;
  -o-border-radius: 4px 4px 6px 6px;
  -ms-border-radius: 4px 4px 6px 6px;
  -khtml-border-radius: 4px 4px 6px 6px;
  border-radius: 4px 4px 6px 6px;
  background-color: #ffffff;
}
.product .product-icon {
  width: 70px;
  height: 70px;
  line-height: 62px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  color: #ffffff;
  border: 4px solid #4b3939;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -khtml-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background: no-repeat center center;
  background-color: #ff6d84;
  background-size: 50% 50%;
}
.product .product-icon i {
  color: #ffffff;
  font-size: 30px;
}
.product .product-perview {
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.product .product-perview img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.product .product-perview figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.product .product-contents {
  background-color: #ffffff;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding-bottom: 1px;
}
.product .product-title {
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  padding: 15px 0 10px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.product .product-description {
  margin-bottom: 22px;
}
.product .links {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.product .links p {
  float: left;
  width: 50%;
  padding: 0 10px 8px 10px;
  margin-bottom: 0;
}
.product .links p:first-child {
  padding-right: 5px;
}
.product .links p:last-child {
  padding-left: 5px;
}
.product:hover .product-icon {
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.product:hover .product-perview figcaption {
  height: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.light-section .carousel-blocks-3 .product {
  border: 1px solid #d9d9d9;
  border-bottom: 3px double #d9d9d9;
}
.light-section .product-icon {
  border-color: #f8f5ec;
}
/* gallary */
.gallary {
  padding-top: 0;
  padding-bottom: 60px;
}
.gallary .owl-controls {
  bottom: 0;
  top: auto;
}
.gallary .owl-controls .owl-nav div {
  background-color: #4b3939;
  color: #ffffff;
  border-color: #ffffff;
}
.gallary .owl-controls .owl-nav div:hover {
  background-color: #ff6d84;
  border-color: #ffffff;
  color: #ffffff;
}
/* more-products */
.more-products {
  text-align: center;
  margin: 30px auto 0 auto;
  width: 242px;
  height: 38px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 600;
  background: transparent url('images/label-pink.png') no-repeat center center;
}
.more-products a {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.more-products a:hover {
  color: #4b3939;
}
/*=============================================================================

  8- Testmonials Styles

  =============================================================================*/
.testmonials .section-wrapper,
.alerts .section-wrapper {
  padding-bottom: 51px;
}
.carousel-testmonials .owl-stage-outer,
.carousel-alert .owl-stage-outer {
  padding-bottom: 38px;
  padding-top: 3px;
}
.testmonial {
  background-color: #ffffff !important;
}
.testmonial:before {
  background-color: #ffffff !important;
}
.testmonial p {
  padding-right: 0 !important;
  margin-bottom: 15px !important;
}
.testmonial .testmonial-thumb {
  width: 62px;
  height: 62px;
  overflow: hidden;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.testmonial .testmonial-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border 0.1s linear;
  -moz-transition: border 0.1s linear;
  -o-transition: border 0.1s linear;
  -ms-transition: border 0.1s linear;
  -khtml-transition: border 0.1s linear;
  transition: border 0.1s linear;
  border: 3px solid #ffffff;
}
.testmonial blockquote {
  padding: 0 0 0 77px;
  margin-bottom: 0;
  background-color: transparent;
}
.testmonial blockquote:before {
  display: none;
}
.testmonial blockquote p {
  font-style: normal;
  color: #ff6d84;
  padding-left: 0;
}
.testmonial blockquote cite {
  font-style: normal;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 13px;
  color: #4b3939;
  font-weight: 500;
}
.testmonial blockquote cite .client-name {
  color: #4b3939;
}
.testmonial blockquote cite .client-name:hover {
  color: #ff6d84;
}
.testmonial blockquote cite .client-website {
  color: #8f8480;
}
.testmonial blockquote cite .client-website:hover {
  text-decoration: underline !important;
}
.testmonial .more {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  background-color: #ff6d84;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 12px;
  z-index: -1;
  text-align: center;
  padding: 8px 11px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.testmonial .more:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 41px solid transparent !important;
  border-right: 41px solid transparent !important;
  border-top: 5px solid #ff6d84;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.testmonial .more:hover {
  background-color: #4b3939;
  color: #ffffff;
}
.testmonial .more:hover:after {
  border-top-color: #4b3939;
}
.testmonial:hover .testmonial-thumb img {
  border-color: #ff6d84;
}
.testmonial:hover .more {
  top: 100%;
}
/*=============================================================================

  9- Team Styles

  =============================================================================*/
.team-member {
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  text-align: center;
}
.team-member .team-member-thumb {
  position: relative;
  z-index: 9;
}
.team-member .team-member-thumb > img {
  width: 100%;
  display: block;
  height: auto;
  border: 3px solid #ffffff;
}
.team-member .team-member-thumb figcaption {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team-member .team-member-icon {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 19px;
  text-align: center;
  color: #ffffff;
  background-color: #4b3939;
  border: 3px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  margin: -35px auto 10px auto;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
.team-member .team-member-icon i {
  font-size: 14px;
}
.team-member .team-member-icon:hover {
  background-color: #ffffff;
  color: #4b3939;
}
.team-member .team-member-contents {
  padding: 0 20px;
}
.team-member .team-member-contents h5,
.team-member .team-member-contents p {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.team-member .team-member-contents h5 a,
.team-member .team-member-contents p a {
  color: #ffffff;
}
.team-member .team-member-contents h5 a:hover,
.team-member .team-member-contents p a:hover {
  color: #4b3939;
}
.team-member .team-member-contents h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.team-member .team-member-contents span {
  display: block;
  margin-bottom: 10px;
  color: #4b3939;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 11px;
}
.team-member .team-member-contents p {
  color: #f4f2e9;
}
.team-member .team-member-contents .member-social {
  display: inline-block;
}
.team-member .team-member-contents .member-social li {
  float: left;
  margin-left: 10px;
}
.team-member .team-member-contents .member-social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #4b3939;
  font-size: 21px;
}
.team-member .team-member-contents .member-social li a i {
  font-size: 21px;
}
.team-member .team-member-contents .member-social li a:hover {
  background-color: #ff6d84;
}
.team-member .team-member-contents .member-social li:first-child {
  margin-left: 0;
}
/* team-member-style-2 */
.team-member-style-2 {
  background-color: #ffffff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.team-member-style-2 .team-member-thumb {
  border-bottom: 4px solid #f8f5ec;
}
.team-member-style-2 .team-member-icon {
  border: none;
  line-height: 70px;
}
.team-member-style-2 .team-member-contents {
  padding-bottom: 20px;
  border-bottom: 3px double #e2e2e2;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.team-member-style-2 .team-member-contents h5 {
  color: #ff6d84;
}
.team-member-style-2 .team-member-contents h5 a {
  color: #ff6d84;
}
.team-member-style-2 .team-member-contents span {
  color: #4a3939;
}
.team-member-style-2 .team-member-contents p {
  margin-bottom: 20px;
  color: #8f8480;
}
/* team-member-style-3 */
.team-member-style-3 .team-member-thumb figcaption {
  border-color: #ff6d84;
}
.team-member-style-3 .team-member-icon {
  border-color: #ff6d84;
  line-height: 70px;
}
.team-member-style-3 .team-member-contents h5 {
  color: #ff6d84;
}
.team-member-style-3 .team-member-contents h5 a {
  color: #ff6d84;
}
.team-member-style-3 .team-member-contents span {
  color: #4a3939;
}
.team-member-style-3 .team-member-contents p {
  color: #8f8480;
}
/*=============================================================================

  10- Features Styles

  =============================================================================*/
.feature {
  text-align: center;
  padding: 0 5px;
}
.feature .feature-icon {
  border: 3px solid #d5cfc8;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  color: #4b3939;
  margin: 0 auto 10px auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.feature .feature-icon i {
  font-size: 30px;
}
.feature .feature-title {
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.feature:hover .feature-icon {
  border-color: #ff6d84;
  background-color: #ff6d84;
  color: #ffffff;
}
.feature:hover .feature-icon i {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  -khtml-animation: toTopFromBottom 0.5s forwards;
  -o-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
/*=============================================================================

  11- Pricing Styles

  =============================================================================*/
.pricing.img-section {
  background: #4b3939 url('images/bg-1.jpg');
}
.pricing.img-section .cover {
  display: block;
}
.pricing .cover {
  display: none;
}
.pricing-table {
  text-align: center;
}
.pricing-table .pricing-top-section {
  background-color: #ff6d84;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 30px 10px 0 10px;
  z-index: 2;
  position: relative;
}
.pricing-table .pricing-title {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 30px;
}
.pricing-table .pricing-icon {
  width: 152px;
  height: 152px;
  text-align: center;
  line-height: 152px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: transparent url('images/star-dark.png') center center no-repeat;
  margin: 0 auto -76px auto;
  color: #ff6d84;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pricing-table .pricing-icon:before,
.pricing-table .pricing-icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.pricing-table .pricing-icon:before {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  border-color: #ff6d84;
}
.pricing-table .pricing-icon:after {
  width: 110px;
  height: 110px;
  margin-top: -55px;
  margin-left: -55px;
  border-color: #d9d9d9;
}
.pricing-table .pricing-icon i {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-transition: font-size 0.3s ease-in-out;
  -moz-transition: font-size 0.3s ease-in-out;
  -o-transition: font-size 0.3s ease-in-out;
  -ms-transition: font-size 0.3s ease-in-out;
  -khtml-transition: font-size 0.3s ease-in-out;
  transition: font-size 0.3s ease-in-out;
  font-size: 45px;
}
.pricing-table .pricing-contents {
  background-color: #f8f5ec;
  padding-top: 85px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.pricing-table .price {
  padding: 10px;
  padding-top: 0;
}
.pricing-table .price span {
  display: block;
  line-height: 60px;
  background-color: #e4e0d5;
  color: #4b3939;
  font-size: 30px;
  font-weight: 700;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.pricing-table .order {
  display: inline-block;
  background-color: #ff6d84;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 8px 30px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.pricing-table .order:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 49px solid transparent !important;
  border-right: 49px solid transparent !important;
  border-top: 5px solid #ff6d84;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pricing-table .order:hover {
  background-color: #e4e0d5;
  color: #4b3939;
}
.pricing-table .order:hover:after {
  border-top-color: #e4e0d5;
}
.pricing-table:hover .pricing-icon {
  color: #4b3939;
}
.pricing-table:hover .pricing-icon i {
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
}
/* pricing-table-style-2 */
.pricing-table-style-2 .pricing-top-section {
  background-color: #4b3939 !important;
}
.pricing-table-style-2 .pricing-icon {
  background: transparent url('images/star-pink.png') center center no-repeat;
  color: #4b3939;
}
.pricing-table-style-2 .pricing-icon:before {
  border-color: #4b3939;
}
.pricing-table-style-2 .price {
  padding: 10px;
  padding-top: 0;
}
.pricing-table-style-2 .price span {
  color: #ff6d84;
}
.pricing-table-style-2 .order {
  background-color: #4b3939;
}
.pricing-table-style-2 .order:after {
  border-top-color: #4b3939;
}
.pricing-table-style-2 .order:hover {
  background-color: #ff6d84;
  color: #ffffff;
}
.pricing-table-style-2 .order:hover:after {
  border-top-color: #ff6d84;
}
/*=============================================================================

  12- Contact Styles

  =============================================================================*/
/* contact-box */
.contact-box {
  margin-bottom: 30px;
}
.contact-box .contact-box-title {
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #4b3939;
  line-height: 1;
}
.contact-box .contact-icon {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #cfccc5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact-box .contact-icon i {
  font-size: 14px;
}
.contact-box .contact-details {
  padding-left: 48px;
}
.contact-box .contact-details p {
  margin-bottom: 0;
}
.contact-box .contact-details li {
  color: #ff6d84;
  font-size: 13px;
  margin-bottom: 4px;
}
.contact-box:last-child {
  margin-bottom: 0;
}
.contact-box-body:hover .contact-icon {
  background-color: #ff6d84;
}
/*=============================================================================

  13- Map Styles

  =============================================================================*/
.map {
  height: 280px;
  position: relative;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.map .cover {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: rgba(0, 0, 0, 0.5);
}
.map .google-map {
  width: 100% !important;
  height: 100%;
  margin-bottom: 0;
}
.google-map {
  height: 444px;
  margin-bottom: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.6);
  -khtml-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.6);
}
.map:hover .cover {
  opacity: 0;
  visibility: hidden;
}
/*=============================================================================

  14- Footer Styles

  =============================================================================*/
.footer {
  text-align: center;
  z-index: 10;
  padding: 12px 0 13px 0;
}
.footer:before {
  top: -3px;
  background: transparent url('images/divider-dark.png') repeat-x center center;
}
.footer .section-wrapper {
  padding-bottom: 0 !important;
  padding-top: 39px;
}
.footer p {
  color: #f8f5ec;
  margin-bottom: 50px;
}
.footer p a {
  color: #f8f5ec;
}
.footer p a:hover {
  color: #ff6d84;
}
/* footer social */
.footer-social li {
  display: inline-block;
  margin: 0 15px 30px;
}
.footer-social li a {
  display: inline-block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  font-size: 22px;
  overflow: hidden;
  background: #281e1e url('images/bg-section.png');
  text-align: center;
  color: #f8f5ec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
  -ms-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
  -khtml-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.footer-social li a:hover {
  background: #ff6d84 url('images/bg-section.png');
  color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, 0.1);
  -o-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, 0.1);
  -ms-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, 0.1);
  -khtml-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, 0.1);
  box-shadow: 0 1px 1px 0 rgba(75, 57, 57, 0.1);
}
/* back-to-top */
.back-to-top-wrapper {
  position: absolute;
  width: 100%;
  height: 30px;
  overflow: hidden;
  left: 0;
  bottom: -14px;
}
.back-to-top {
  position: absolute !important;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 170px;
  display: block;
  height: 150px;
  background: #281e1e url('images/bg-section.png');
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto -134px -85px;
}
.back-to-top i {
  font-size: 20px;
}
.back-to-top:before {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -10%;
  left: -10%;
  z-index: -1;
  background: inherit;
  -webkit-border-radius: 47%;
  -moz-border-radius: 47%;
  -o-border-radius: 47%;
  -ms-border-radius: 47%;
  -khtml-border-radius: 47%;
  border-radius: 47%;
}
.back-to-top:hover {
  color: #ff6d84;
}
.back-to-top:hover i {
  -webkit-animation: none;
  -moz-animation: none;
  -khtml-animation: none;
  -o-animation: none;
  animation: none;
}
/*=============================================================================

  15- Home 6 ( Special Case )

  =============================================================================*/
.style-6 .main-contents {
  background-color: #f8f5ec;
  width: 1200px;
  margin: 0 auto 60px auto;
}
.style-6 .main-contents .main-section:last-child:after {
  display: block;
  background: none;
  height: 3px;
  border-bottom: 3px double #d3d0c9;
  bottom: 1px;
}
.style-6 .main-section:before,
.style-6 .main-section:after {
  display: none;
}
.style-6 .main-section:last-child .section-wrapper {
  padding-bottom: 55px;
}
.style-6 .welcome .top-left {
  top: 20px;
  left: 20px;
}
.style-6 .welcome .top-right {
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(93deg);
  -moz-transform: rotate(93deg);
  -ms-transform: rotate(93deg);
  -o-transform: rotate(93deg);
  transform: rotate(93deg);
}
.style-6 .welcome .bottom-left {
  bottom: 20px;
  left: 20px;
  -webkit-transform: rotate(273deg);
  -moz-transform: rotate(273deg);
  -ms-transform: rotate(273deg);
  -o-transform: rotate(273deg);
  transform: rotate(273deg);
}
.style-6 .welcome .bottom-right {
  bottom: 20px;
  right: 20px;
}
.style-6 .light-section {
  padding: 0;
  background-image: none;
}
.style-6 .light-section .section-wrapper {
  border: none;
}
.style-6 .welcome {
  padding: 20px;
}
.style-6 .footer {
  margin-bottom: 10px;
}
.hanging {
  height: 80px;
  margin: 250px auto 0 auto;
  background: transparent url('images/hanging-rape.png') no-repeat center bottom;
  position: relative;
}
.hanging .hanging-pin {
  width: 30px;
  height: 30px;
  background-color: #ff6d84;
  border: 7px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -15px;
}
/*=============================================================================

  16- Pages Styles

  =============================================================================*/
/* Header Slider */
.header-slider .owl-controls {
  display: none;
}
.header-slider .slide {
  height: 371px !important;
}
/* page info */
.page-info {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 75px;
}
.page-info .page-title {
  color: #ffffff;
  font-size: 30px;
}
/* --- Bread Crumb  --------------------- */
/* Bread Crumb */
.breadcrumb {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb li {
  color: #ff6d84;
  font-size: 13px;
}
.breadcrumb li + li:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #ff6d84;
  font-size: 11px;
  padding: 0 8px 0 5px;
}
.breadcrumb li a {
  color: #ff6d84;
}
.breadcrumb li a:hover {
  color: #ffffff;
}
.breadcrumb li.active {
  color: #ff6d84;
}
/* --- pagination  --------------------- */
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.pagination > li {
  margin-left: 5px;
  display: inline-block;
  overflow: hidden;
}
.pagination > li > a,
.pagination > li > span {
  padding: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  font-size: 15px;
  background-color: #dcdad4;
  border: 2px solid #ffffff;
  color: #4b3939;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -khtml-border-radius: 50% !important;
  border-radius: 50% !important;
  overflow: hidden;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #ff6d84;
  color: #ffffff;
}
.pagination > li:last-child {
  margin-left: 10px;
}
.pagination > li:first-child {
  margin-right: 5px;
}
.pagination .active {
  background-color: #ff6d84;
  color: #ffffff;
  cursor: default;
}
.pagination > li:last-child a,
.pagination > li:first-child a {
  color: #ffffff;
  background-color: #4b3939;
}
.pagination > li:last-child a:hover,
.pagination > li:first-child a:hover {
  background-color: #ff6d84;
}
/*=============================================================================

  17- About Pages Styles

  =============================================================================*/
.introduction-contents {
  text-align: center;
}
.introduction-contents > p {
  margin-top: 50px;
  margin-bottom: 0;
}
/*=============================================================================

  18- Single product Pages Styles

  =============================================================================*/
.single-product-contents {
  margin-bottom: 80px;
}
.product-overview {
  padding: 20px;
  position: relative;
  background-color: #fff;
  text-align: center;
  margin-top: 64px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  border-bottom: 3px double #d9d9d9;
}
.product-overview .product-icon {
  width: 70px;
  height: 70px;
  line-height: 62px;
  background-color: #ff6d84;
  color: #ffffff;
  border: 4px solid #f8f5ec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: -55px auto 10px auto;
}
.product-overview .product-icon i {
  font-size: 29px;
}
.product-overview .product-title {
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.product-overview p {
  margin-bottom: 25px;
}
.product-overview .links {
  float: left;
  padding-top: 7px;
}
.product-overview .links .general-link {
  display: inline-block;
  width: 120px;
  margin-right: 10px;
}
.product-overview .links a:last-child {
  margin-right: 0;
}
.product-overview .share {
  float: right;
  margin-right: -10px;
}
.product-overview .share li {
  float: left;
  margin-left: 10px;
}
.product-overview .share li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #949089;
  overflow: hidden;
  font-size: 21px;
}
.product-overview .share li a i {
  font-size: 21px;
}
.product-overview .share li a:hover {
  background-color: #ff6d84;
}
.product-overview .share li:first-child {
  margin-left: 0;
}
/*=============================================================================

  19- Typography Pages Styles

  =============================================================================*/
/* blockquote */
.blockquote blockquote {
  background-color: transparent;
  padding-left: 50px;
  padding-right: 0;
}
.blockquote p {
  font-size: 18px;
  line-height: 28px;
  color: #4b3939;
  padding-left: 0;
}
.blockquote cite {
  color: #ff6d84;
}
/* blockquote-style-1 */
.blockquote-style-1 blockquote:before {
  background-color: #ff6d84;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 6px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
/* blockquote-style-2 */
.blockquote-style-2 blockquote:before,
.blockquote-style-2 blockquote:after {
  font-family: 'FontAwesome';
  color: #ff6d84;
  font-size: 25px;
  position: absolute;
}
.blockquote-style-2 blockquote:before {
  left: 0;
  top: 0;
  content: '\f10d';
}
.blockquote-style-2 blockquote:after {
  right: 0;
  bottom: 0;
  content: '\f10e';
}
/* blockquote-style-3 */
.blockquote-style-3 blockquote {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: #4b3939;
  padding: 25px 50px;
}
.blockquote-style-3 blockquote:before,
.blockquote-style-3 blockquote:after {
  display: none;
}
.blockquote-style-3 p {
  color: #f3f0e7;
}
/* blockquote-style-4 */
.blockquote-style-4 blockquote {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: #ff6d84;
  padding: 25px 50px;
}
.blockquote-style-4 blockquote:before,
.blockquote-style-4 blockquote:after {
  display: none;
}
.blockquote-style-4 p {
  color: #f8f5ec;
}
.blockquote-style-4 cite {
  color: #4a3939;
}
/* dropcaps */
.dropcaps {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 7px;
  width: 32px;
  height: 32px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  line-height: 32px;
  font-size: 45px;
  color: #4b3939;
}
/* dropcaps-style-2 */
.dropcaps-style-2 {
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  background-color: #ff6d84;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
/* hightlight */
.hightlight {
  display: inline-block;
  padding: 0 2px;
  background-color: #ff6d84;
  font-family: inherit;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #4b3939;
}
/* list */
.list li {
  position: relative;
  padding-left: 30px;
  color: #4b3939;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 5px;
  clear: both;
}
.list li:before {
  content: '\f152';
  font-family: 'FontAwesome';
  float: left;
  color: #ff6d84;
  line-height: 22px;
  margin-right: 15px;
}
/* list-style-1 */
.list-style-1 li:before {
  content: '\f152';
}
/* list-style-2 */
.list-style-2 li:before {
  content: '\f05d';
}
/* list-style-3 */
.list-style-3 li:before {
  content: '\f105';
}
/* list-style-4 */
.list-style-4 li:before {
  content: '\f006';
}
/* list-style-5 */
.list-style-5 li:before {
  content: '\f0a9';
}
/* list-style-6 */
.list-style-6 li:before {
  content: '\f0da';
}
/* list-style-7 */
.list-style-7 li:before {
  content: '\f0c8';
}
/* list-style-8 */
ol.list-style-8 li span {
  float: left;
  color: #ff6d84;
  line-height: 22px;
  margin-right: 15px;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-weight: bold;
}
ol.list-style-8 li:before {
  content: '';
}
/*=============================================================================

  20- Shortcodes Pages Styles

  =============================================================================*/
/* information-box */
.information-box {
  padding: 20px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: #f7f6f4;
  position: relative;
  margin-bottom: 30px;
}
.information-box:before {
  content: '';
  border: 1px solid #d9d9d9;
  background-color: #f7f6f4;
  position: absolute;
  z-index: -1;
  left: 2px;
  right: 2px;
  top: -3px;
  bottom: -3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.information-box h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  margin-bottom: 10px;
}
.information-box > p {
  padding-right: 200px;
  margin-bottom: 0;
}
.information-box > a.general-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.information-box .ribbon {
  position: absolute;
  right: 10px;
  top: -3px;
  z-index: 1;
}
.information-box:last-child {
  margin-bottom: 0;
}
.row + .information-box {
  margin-top: 75px;
}
/* social icons-list */
.icons-list {
  margin-top: -30px;
}
.icons-list li {
  float: left;
  margin-right: 30px;
  padding: 0;
  margin-top: 30px;
}
.icons-list li a {
  display: block;
  width: 70px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  background-color: #ff6d84;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  font-size: 22px;
  overflow: hidden;
}
.icons-list li a i {
  font-size: inherit;
}
.icons-list li a:hover {
  color: #ffffff;
  background-color: #4b3939;
}
.icons-list li:nth-child(12n) {
  margin-right: 0;
}
.colored-icons-list li a.facebook {
  background-color: #3b5998;
}
.colored-icons-list li a.pinterest {
  background-color: #cc2127;
}
.colored-icons-list li a.twitter {
  background-color: #55acee;
}
.colored-icons-list li a.google-plus {
  background-color: #dd4b39;
}
.colored-icons-list li a.rss {
  background-color: #f26522;
}
.colored-icons-list li a.vimeo {
  background-color: #1ab7ea;
}
.colored-icons-list li a.vine {
  background-color: #00b488;
}
.colored-icons-list li a.dribbble {
  background-color: #ea4c89;
}
.colored-icons-list li a.tumblr {
  background-color: #35465c;
}
.colored-icons-list li a.behance {
  background-color: #1769ff;
}
.colored-icons-list li a.apple {
  background-color: #656565;
}
.colored-icons-list li a.dropbox {
  background-color: #007ee5;
}
.colored-icons-list li a.soundcloud {
  background-color: #f80;
}
.colored-icons-list li a.foursquare {
  background-color: #0072b1;
}
.colored-icons-list li a.lastfm {
  background-color: #c3000d;
}
.colored-icons-list li a.spotify {
  background-color: #7ab800;
}
.colored-icons-list li a.flickr {
  background-color: #0063dc;
}
.colored-icons-list li a.google-wallet {
  background-color: #0f9d58;
}
.colored-icons-list li a.linkedin {
  background-color: #0976b4;
}
.colored-icons-list li a.maxcdn {
  background-color: #FF5B02;
}
.colored-icons-list li a.openid {
  background-color: #F28018;
}
.colored-icons-list li a.digg {
  background-color: #000000;
}
.colored-icons-list li a.skype {
  background-color: #00aff0;
}
.colored-icons-list li a.share-alt {
  background-color: #25a774;
}
.colored-icons-list li a.wordpress {
  background-color: #21759b;
}
.colored-icons-list li a.android {
  background-color: #a4c639;
}
.colored-icons-list li a.deviantart {
  background-color: #4e6252;
}
.colored-icons-list li a.vk {
  background-color: #45668e;
}
.colored-icons-list li a.github-alt {
  background-color: #4183c4;
}
.colored-icons-list li a.jsfiddle {
  background-color: #4679BD;
}
.colored-icons-list li a.stumbleupon {
  background-color: #eb4924;
}
.colored-icons-list li a.stack-overflow {
  background-color: #fe7a15;
}
.colored-icons-list li a.twitch {
  background-color: #6441a5;
}
.colored-icons-list li a.delicious {
  background-color: #3399ff;
}
.colored-icons-list li a.xing {
  background-color: #026466;
}
.colored-icons-list li a.renren {
  background-color: #77B05C;
}
.colored-icons-list li a.reddit {
  background-color: #ff4500;
}
.colored-icons-list li a.instagram {
  background-color: #3f729b;
}
.colored-icons-list li a.yahoo {
  background-color: #400191;
}
.colored-icons-list li a.youtube {
  background-color: #e52d27;
}
.colored-icons-list li a:hover {
  background-color: #ff6d84;
}
/* Alerts */
.alert .alert-icon {
  float: left;
  border: 2px solid #ff6d84;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
}
.alert .alert-icon i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: #ffffff;
  background-color: #ff6d84;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.alert .alert-contents {
  padding-left: 70px;
}
.alert .alert-contents .alert-title {
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  line-height: 1;
  font-weight: 700;
}
.alert .alert-contents p {
  padding-right: 0;
}
/*=============================================================================

  21- Erorr Pages Styles

  =============================================================================*/
.erorr-404 .section-header {
  margin-top: -80px;
}
.erorr-404 .section-header h2 {
  font-size: 300px;
  line-height: 1;
}
.erorr-404 .erorr-solutions {
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.erorr-404 .search {
  position: relative;
  overflow: hidden;
  display: block;
}
.erorr-404 .search input {
  padding-right: 40px;
}
.erorr-404 .search button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #4b3939;
  z-index: 10;
}
.erorr-404 .search button:hover {
  color: #ff6d84;
}
.erorr-404 .search button:hover i {
  -webkit-animation: none;
  -moz-animation: none;
  -khtml-animation: none;
  -o-animation: none;
  animation: none;
}
.erorr-404 .links a {
  display: inline-block;
  width: 120px;
  margin: 0 5px;
}
/*=============================================================================

  22- Blog Pages Styles

  =============================================================================*/
.blog .carousel-blocks {
  margin-top: -30px;
}
.blog .carousel-blocks .post-wrapper {
  margin-top: 60px;
}
.post {
  text-align: center;
  position: relative;
  border: 1px solid #aeada7;
  border-bottom: 3px double #aeada7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.post .post-icon {
  width: 70px;
  height: 70px;
  line-height: 62px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  color: #ffffff;
  border: 4px solid #f8f5ec;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -khtml-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background: no-repeat center center;
  background-color: #4b3939;
  background-size: 50% 50%;
}
.post .post-icon i {
  color: #ffffff;
  font-size: 16px;
}
.post .post-perview {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.post .post-perview img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.post .post-perview .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  bottom: 0;
  display: block;
  right: 0;
  top: auto;
  z-index: 1;
}
.post .post-perview .post-meta {
  position: absolute;
  bottom: 100%;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 5px;
}
.post .post-perview .post-meta p {
  float: left;
  width: 50%;
  margin-bottom: 0;
  padding: 12px 5px;
}
.post .post-perview .post-meta p span {
  display: block;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  height: 30px;
  font-size: inherit;
  line-height: 30px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: rgba(75, 57, 57, 0.9);
  color: #f2efe6;
}
.post .post-perview .post-meta p a:hover {
  color: #f2efe6;
}
.post .post-contents {
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.post .post-title {
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  padding: 15px 0 10px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.post .post-description {
  margin-bottom: 22px;
}
.post .more {
  width: 120px;
  margin: auto;
  margin-bottom: 10px;
}
.post:hover .post-perview .cover {
  height: 3px;
  bottom: 0;
}
.post:hover .post-perview .post-meta {
  bottom: 0%;
}
/* post-style-3 */
.post-style-3 .post-perview .post-meta p {
  width: 33.333%;
}
.post-style-3 .post-contents {
  padding-left: 20px;
  padding-right: 20px;
}
/* sidebar */
.blog .sidebar {
  margin-top: 60px;
}
.widget .widget-header {
  font-size: 16px;
  color: #4b3939;
  position: relative;
  height: 40px;
  margin-bottom: 20px;
}
.widget .widget-header:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #e7e3d8;
  width: 70px;
}
.categories ul li {
  clear: both;
  margin-bottom: 10px;
}
.categories ul li a {
  color: #8a7f7b;
}
.categories ul li a:hover {
  color: #ff6d84;
}
.categories ul li span {
  float: right;
  color: #ff6d84;
}
.categories li:last-child {
  margin-bottom: 0;
}
.posts-row ul > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccac3;
}
.posts-row ul > li .side-post .post-media {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
}
.posts-row ul > li .side-post .post-media img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.posts-row ul > li .side-post .post-contents {
  padding-left: 90px;
}
.posts-row ul > li .side-post .post-contents p {
  padding: 0;
  margin-bottom: 7px;
}
.posts-row ul > li .side-post .post-contents .post-meta li {
  float: left;
  margin-right: 20px;
  font-size: 12px;
  color: #4b3939;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.posts-row ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.latest-tweets ul > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccac3;
}
.latest-tweets ul > li .tweet-icon {
  float: left;
  display: block;
  font-size: 17px;
}
.latest-tweets ul > li .tweet-contents {
  padding-left: 40px;
}
.latest-tweets ul > li .tweet-contents p {
  padding: 0;
  margin-bottom: 7px;
}
.latest-tweets ul > li .tweet-contents .tweet-meta {
  color: #4b3939;
  font-style: italic;
}
.latest-tweets ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/*=============================================================================

  23- Single Blog Pages Styles

  =============================================================================*/
.sinlge-post {
  margin-bottom: 30px;
}
.share-issues {
  background-color: #e7e3d8;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 10px;
  line-height: 32px;
  margin-bottom: 20px;
}
/* tags */
.tags {
  float: left;
}
.tags i,
.tags a {
  color: #4b3939;
}
.tags i {
  margin-right: 10px;
}
.tags a:hover {
  color: #ff6d84;
}
/* share */
.share {
  float: right;
  margin-right: -10px;
  margin-top: 3px;
}
.share li {
  float: left;
  margin-left: 10px;
}
.share li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  background-color: #ff6d84;
  font-size: 21px;
}
.share li a i {
  font-size: 21px;
}
.share li a:hover {
  color: #ffffff;
  background-color: #4b3939;
}
.share li:first-child {
  margin-left: 0;
}
/* leave a comment */
.single-comment,
div[class*="level"] {
  margin-bottom: 20px;
}
.single-comment:last-child,
div[class*="level"]:last-child {
  margin-bottom: 0;
}
.comment {
  background-color: #f8f7f3;
  border: 1px solid #d9d9d9;
  padding: 10px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.comment .thumb {
  display: block;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  overflow: hidden;
  margin-left: 10px;
}
.comment .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.comment .comment-contents {
  padding-left: 90px;
}
.comment .comment-contents .comment-title {
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #4b3939;
  line-height: 1;
}
.comment .comment-contents .comment-title a {
  color: #4b3939;
}
.comment .comment-contents .comment-title a:hover {
  color: #ff6d84;
}
.comment .comment-contents .comment-meta li {
  margin-bottom: 15px;
  font-size: 12px;
  color: #645858;
}
.comment .comment-contents .reply {
  float: right;
}
/* comment level 2 */
.comment-level-2 {
  padding-left: 100px;
}
/*=============================================================================

  24- Boxed Pages Styles

  =============================================================================*/
.body-boxed,
.body-boxed-2 {
  background: #281e1e url('images/patterns/bg0.png') left center;
}
.body-boxed .all-wrapper,
.body-boxed-2 .all-wrapper {
  width: 1200px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.body-boxed .header,
.body-boxed-2 .header {
  width: 1200px;
}
.body-boxed .header .main-nav,
.body-boxed-2 .header .main-nav {
  width: 1200px;
}
.body-boxed .header .main-nav:before,
.body-boxed-2 .header .main-nav:before,
.body-boxed .header .main-nav:after,
.body-boxed-2 .header .main-nav:after {
  display: none;
}
.body-boxed .header-1 .main-nav,
.body-boxed-2 .header-1 .main-nav {
  margin-left: -15px;
}
.body-boxed .header-5 .main-nav,
.body-boxed-2 .header-5 .main-nav {
  width: 1170px;
  margin-left: 15px;
}
.body-boxed .header-5 .logo-wrappper,
.body-boxed-2 .header-5 .logo-wrappper {
  margin-left: 0px;
}
.body-boxed .slider .slide .captions,
.body-boxed-2 .slider .slide .captions {
  top: 230px;
}
.body-boxed-2 {
  background: #281e1e url('images/bg-1.jpg') center center fixed;
  background-size: 100% 100%;
}
.body-boxed-2 .all-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.style-6.body-boxed .header .main-nav,
.style-6.body-boxed-2 .header .main-nav {
  margin-left: 0;
}
.style-6.body-boxed .header-6 > .container,
.style-6.body-boxed-2 .header-6 > .container {
  width: 1200px;
}
/*=============================================================================

  25- switcher styles

  =============================================================================*/
/* switcher */
.switcher {
  position: fixed;
  top: 15%;
  z-index: 1000000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.switcher .switcherWrappper {
  position: relative;
}
.switcher .switcher-show-hide {
  background-color: #ff6d84;
  color: #ffffff;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  overflow: hidden;
  position: absolute;
  left: 100%;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -khtml-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  top: 20px;
}
.switcher .switcher-show-hide i {
  font-size: 24px;
}
.switcher .switcherContents {
  background-color: #ffffff;
  padding: 20px;
  width: 231px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -khtml-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.switcher .switcherContents header {
  height: 40px;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ff6d84;
  text-align: center;
}
.switcher .switcherContents header h5 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 40px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.switcherContent {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.switcherContent .title {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}
.switcherContent:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.switcher.opened {
  left: 0 !important;
}
.switcherContent ul {
  text-align: center;
  margin-top: -5px;
}
.switcherContent ul li {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.switcherContent ul li:last-child {
  margin-right: 0;
}
/* skinsColor */
.skinsColor ul li {
  width: 23px;
  height: 16px;
}
/* tempLayout */
.tempLayout ul li {
  border: 1px solid #4b3939;
  width: 31%;
  font-size: 12px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #4b3939;
}
.tempLayout ul li:hover {
  background-color: #4b3939;
  color: #ffffff;
}
.tempLayout ul .active-layout {
  background-color: #4b3939;
  color: #ffffff;
}
/* patterens */
.patterens ul li {
  width: 17px;
  height: 17px;
  border: 1px solid #d9d9d9;
}
.patterens ul li img {
  width: 100%;
  height: 100%;
}
.patterens ul li:nth-child(8n+8) {
  margin-right: 0;
}
