@import url("./css/dazzling_style.css");
@import url("css/spacing_style/spacing.css");
@import url("css/font_awesome/font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Pontano+Sans|Roboto+Condensed:300|Caveat|Muli&subset=latin,latin-ext);
/*
Theme Name: Sofia_theme
Theme URI: 
Description: Sofia_theme
Author: NKprojects
Author URI: http://nkprojects.96.lt/
Template: dazzling
Version: 1.5.1
*/
/* -------------------------------------- mixin`s ---------------------------------------*/
/* @include transitions(0.3s); */
/* @include transitions_fast(0.3s); */
/* @include no_transitions(); */
/* @include background_transitions(); */
/* @include cover(); */
/* @include border_radius(50px); */
/* @include box_shadow($a, $b, $c, $sp); */
/* @include no_box_shadow(); */
/* @include products_list_style(); */
/* @include collections_page_style(); */
/* @include grid_media(); */
/* @include play_container_media(); */
/* @include collections_media(); */
/* @include social_menu_media(); */
/* @include language_selector_media(); */
/* @include menu_media(); */
/*------------------------- fonts -------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Pontano+Sans|Roboto+Condensed:300|Rochester|Muli&subset=latin,latin-ext);*/
/*Pacifico -- > Caveat*/
/*'Rochester', cursive;*/
/*------------------------- colors -------------------*/
/*butons colors, borders*/
/*menu colors*/
/*----------------------------------------------------- font sizes ---------------------*/
/*----------------------------------------- styling -----------------------------------------*/
/* line 77, style.scss */
html {
  margin: 0 !important;
  padding: 0;
}

/* line 81, style.scss */
body {
  color: #1a1a1a;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  position: relative !important;
  font-family: "Roboto Condensed", sans-serif;
}

/*Hide admin bar (usefull when fixed top menu)*/
/*------------------------------------------------------------- headers -------------------------------------------------------------------*/
/* line 94, style.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .entry-title {
  color: #796d6d;
  font-family: "Roboto Condensed", sans-serif;
}

/*------------------------------------------------------------ simple paragraphs ----------------------------------------------------------*/
/* line 99, style.scss */
.entry-content {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1.5em;
}

/*--- container ---*/
/* line 104, style.scss */
#primary, #content, article {
  padding: 0;
  margin: 0;
}

/* line 108, style.scss */
.container, .vc_row-fluid.container, #content.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

/* line 117, style.scss */
.vc_row-fluid.container-fluid, .vc_row-fluid.container-fluid .vc_column-inner, .vc_row-fluid.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* line 121, style.scss */
.vc_row-fluid.container-fluid .full-row, .container-fluid.full-row {
  margin-left: -15px;
  margin-right: -15px;
}

/*---------------------error messages----------------*/
/* line 128, style.scss */
.error {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

/*---------------------------------------------------- aditional classes ---------------------------------------------------------------------*/
/* line 134, style.scss */
.full-row .vc_column-inner {
  padding: 0 !important;
}

/* line 137, style.scss */
.mb80 {
  margin-bottom: 80px !important;
}

/*---------------------------------------------------------------- home page style ---------------------------------------------------------*/
/*
	#wpadminbar{
		display:none; 
		
	}
	*/
/* line 147, style.scss */
.navbar-collapse {
  z-index: 2;
}

/* line 150, style.scss */
article {
  z-index: 1;
}

/* line 155, style.scss */
body.home #content {
  min-height: 400px;
  margin: 0;
}
/* line 160, style.scss */
body.home #home_slideshow_container {
  position: relative;
  overflow: hidden;
}
/* line 164, style.scss */
body.home #home_slideshow_container .arrow {
  display: block;
  position: absolute;
  bottom: 180px;
  width: 36px;
  height: 67px;
  z-index: 10;
}
/* line 172, style.scss */
body.home #home_slideshow_container .arrow#arrow_left {
  right: 100px;
}
/* line 175, style.scss */
body.home #home_slideshow_container .arrow#arrow_right {
  right: 50px;
}
/* line 179, style.scss */
body.home #home_slideshow_container #home_slideshow {
  position: relative;
}

/*------- first row - information pages ---------------------*/
/* line 187, style.scss */
body.page .entry-content {
  color: #1a1a1a;
}
/* line 189, style.scss */
body.page .entry-content strong {
  color: #bab0aa;
}

/* line 193, style.scss */
.mtop {
  padding-top: 40px;
}

/* line 196, style.scss */
.line {
  display: block;
  width: 100%;
  min-height: 50px;
  text-align: center;
  margin: 10px auto 20px auto;
  line-height: 1em;
}
/* line 204, style.scss */
.line.title {
  font-size: 3.5em;
  line-height: 1em;
  color: #4d4d4d;
  font-family: "Caveat", cursive;
  font-weight: lighter;
}
/* line 210, style.scss */
.line.title.ptop {
  padding-top: 50px;
}
/* line 212, style.scss */
.line.title.left {
  text-align: left;
  min-height: 30px;
  margin: 10px 0;
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
/* line 223, style.scss */
.line.intro {
  width: 60%;
  font-size: 1.4em;
  color: #796d6d;
  line-height: 1.2em;
}

/* line 232, style.scss */
.grid_container {
  width: 100%;
}
/* line 235, style.scss */
.grid_container.bottom {
  padding-bottom: 80px;
}
/* line 238, style.scss */
.grid_container.bottom20 {
  padding-bottom: 20px;
}
/* line 241, style.scss */
.grid_container.top {
  padding-top: 50px;
}

/* line 245, style.scss */
.grid {
  margin: 30px 0;
  min-height: 300px;
  list-style: none;
  position: relative;
  margin: 0;
  margin-left: 17px;
  padding: 0 !important;
}
/* line 255, style.scss */
.grid .grid-item {
  list-style: none;
  padding: 0 !important;
}
/* line 259, style.scss */
.grid .grid-item a {
  padding: 5px 5px 0px 5px;
  display: block;
}
/* line 263, style.scss */
.grid .grid-item img {
  width: 100%;
  height: auto;
}
/* line 267, style.scss */
.grid .grid-item b {
  -webkit-transition: all 200ms ease-out 0.3s;
  -moz-transition: all 200ms ease-out 0.3s;
  -o-transition: all 200ms ease-out 0.3s;
  transition: all 200ms ease-out 0.3s;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Caveat", cursive;
  text-align: center;
  font-weight: normal;
  width: 100%;
  padding: 10px 5px 12px 5px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.6);
  font-size: 1.6em;
  line-height: 1.1em;
  color: #4d4d4d;
}
/* line 285, style.scss */
.grid .grid-item:hover b {
  background: rgba(255, 255, 255, 0.8);
}
/* line 291, style.scss */
.grid img {
  padding: 0;
  margin: 0;
}

/*-------------------------------- youtube banner ------------------------------------------*/
/* line 296, style.scss */
div.play_container {
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-attachment: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  height: 516px;
  margin: 0;
  padding: 0;
  z-index: 9;
  z-index: 9;
}
/* line 312, style.scss */
div.play_container.style1 div.play {
  position: relative;
  margin: 80px auto 0px auto;
  margin-top: 80px;
  width: 960px;
  margin-top: 220px;
  padding: 0px 0px 0px 0px;
  z-index: 999;
  background: transparent url(images/over.png);
}
/* line 323, style.scss */
div.play_container.style1 div.play a {
  display: block;
  padding: 20px 160px 20px 160px;
  height: 189px;
  text-decoration: none;
  color: #796d6d;
  font-size: 1.4em;
  text-align: center;
  background: transparent url(images/icons/play.png) left no-repeat;
}
/* line 334, style.scss */
div.play_container.style1 div.play a span {
  font-family: "Caveat", cursive;
  color: #4e4e4e;
  font-size: 1.6em;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
}
/* line 347, style.scss */
div.play_container.style2 div.play {
  position: relative;
  margin: 120px auto 0px auto;
  width: 693px;
  height: 267px;
  padding: 0px 0px 0px 0px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto auto;
  background-size: 100%;
}
/* line 359, style.scss */
div.play_container.style2 div.play a {
  display: block;
  padding: 185px 0px 0px 140px;
  height: 65px;
  text-decoration: none;
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 2.1em;
  font-weight: bold;
  background-image: none !important;
  background: transparent;
}
/* line 374, style.scss */
div.play_container.style3 .container {
  padding-top: 80px;
}
/* line 377, style.scss */
div.play_container.style3 div.play {
  background: url(images/fondblanc.png);
  padding: 20px 30px 20px 30px;
  width: 80%;
  margin: 0px auto 0px auto;
}
/* line 383, style.scss */
div.play_container.style3 div.play h2, div.play_container.style3 div.play h2 a {
  font-size: 1.5em;
  color: #4d4d4d;
  text-align: center;
  font-weight: 300;
  font-family: "Caveat", cursive;
  margin-bottom: 25px;
}
/* line 391, style.scss */
div.play_container.style3 div.play p.intro {
  color: #6b6b6b;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4em;
}
/* line 399, style.scss */
div.play_container.style3 div.play p.intro a {
  text-decoration: none;
  color: #1a1a1a;
  display: block;
  padding-top: 15px;
  font-weight: bold;
}
/* line 406, style.scss */
div.play_container.style3 div.play p.intro a:hover {
  text-decoration: underline;
}

/* line 415, style.scss */
div.play_container_plholder {
  position: relative;
  height: 516px;
}
/* line 418, style.scss */
div.play_container_plholder.h400 {
  height: 400px;
  margin-top: 80px;
}
/* line 420, style.scss */
div.play_container_plholder.h400 div.play_container {
  height: 400px;
}

/*--- media queries ---------*/
@media (max-width: 767px) {
  /* line 15, css/sass_mixins/media.scss */
  div.play_container.style1 div.play {
    width: 100% !important;
  }
  /* line 18, css/sass_mixins/media.scss */
  div.play_container.style1 div.play a {
    padding: 20px 100px 20px 100px !important;
    font-size: 1.1em !important;
    line-height: 1em;
    background: transparent url(images/icons/play.png) -20px center no-repeat !important;
  }
  /* line 23, css/sass_mixins/media.scss */
  div.play_container.style1 div.play a span {
    font-size: 1.3em !important;
    line-height: 1em;
  }

  /* line 31, css/sass_mixins/media.scss */
  div.play_container.style2 div.play {
    width: 85% !important;
  }
  /* line 34, css/sass_mixins/media.scss */
  div.play_container.style2 div.play a {
    padding: 25% 0px 0px 100px;
    height: 65px;
    font-size: 1.7em;
  }

  /* line 42, css/sass_mixins/media.scss */
  div.play_container.style3 div.container {
    max-width: 100%;
    padding: 60px 0;
  }
  /* line 46, css/sass_mixins/media.scss */
  div.play_container.style3 div.container h2, div.play_container.style3 div.container h2 a {
    font-size: 1.3em;
  }
  /* line 49, css/sass_mixins/media.scss */
  div.play_container.style3 div.container p.intro {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 59, css/sass_mixins/media.scss */
  div.play_container.style1 div.play {
    width: 100% !important;
  }
  /* line 62, css/sass_mixins/media.scss */
  div.play_container.style1 div.play a {
    padding: 20px 80px !important;
    font-size: 1.2em !important;
  }
  /* line 66, css/sass_mixins/media.scss */
  div.play_container.style1 div.play a span {
    font-size: 1.5em !important;
  }

  /* line 76, css/sass_mixins/media.scss */
  div.play_container.style2 div.play a {
    padding: 185px 0px 0px 140px;
    height: 65px;
    font-size: 2em;
  }

  /* line 84, css/sass_mixins/media.scss */
  div.play_container.style3 div.container {
    max-width: 100%;
    padding: 80px 0;
  }
  /* line 88, css/sass_mixins/media.scss */
  div.play_container.style3 div.container h2, div.play_container.style3 div.container h2 a {
    font-size: 1.5em;
  }
  /* line 91, css/sass_mixins/media.scss */
  div.play_container.style3 div.container p.intro {
    font-size: 1.2em;
  }
}
/* line 430, style.scss */
#collections {
  width: 100%;
  padding-bottom: 20px;
}
/* line 434, style.scss */
#collections h2 {
  color: #4d4d4d;
  text-align: center;
  font-family: "Caveat", cursive;
  font-size: 3.5em;
  font-weight: 400;
  margin-bottom: 25px;
}
/* line 442, style.scss */
#collections p.intro {
  width: 75%;
  margin: 0px auto 30px auto;
  text-align: center;
  font-size: 1.4em;
  color: #796d6d;
}
/* line 449, style.scss */
#collections div.link-container {
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: -10px 0px -10px 0px;
}
/* line 454, style.scss */
#collections div.link-container a {
  text-align: left;
  text-decoration: none;
  display: inline-block;
  padding: 35px 0px 0px 120px;
  height: 97px;
  font-size: 1.4em;
  font-weight: bold;
  background: url(images/bouton-nouveautes.gif) left no-repeat;
  color: #796d6d;
}
/* line 465, style.scss */
#collections div.link-container a:hover {
  color: #343434;
}

@media (max-width: 767px) {
  /* line 113, css/sass_mixins/media.scss */
  #collections h2 {
    font-size: 3em !important;
  }
  /* line 116, css/sass_mixins/media.scss */
  #collections p {
    line-height: 24px !important;
  }
}
/*------------------------------- banner for press------------------------*/
/* line 475, style.scss */
#press_bg_container {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
/* line 479, style.scss */
#press_bg_container a {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}
/* line 486, style.scss */
#press_bg_container a img {
  width: 100%;
  height: auto;
}

/* line 492, style.scss */
.container.forpress {
  text-align: center;
}

/*
#forpress_button{
	text-decoration: none;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-size: 0.9em;
	font-weight: 300;
	background: #796d6d;
	color: #fff;
	margin:25px 0 30px 0;
}
*/
/* --------------------------------------- page style -------------------------------------*/
/* line 509, style.scss */
#site_logo {
  -webkit-transition: all 200ms ease-out 0.3s;
  -moz-transition: all 200ms ease-out 0.3s;
  -o-transition: all 200ms ease-out 0.3s;
  transition: all 200ms ease-out 0.3s;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  top: 0px;
  left: 20px;
  height: 358px;
  width: 202px;
  position: fixed;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(images/sophielagirafe.png);
  background-size: 100%;
  z-index: 51;
}
/* line 522, style.scss */
#site_logo.fixed-logo {
  position: fixed;
  top: -1px;
  width: 58px !important;
  height: 80px !important;
  background-size: 58px 80px;
}
/* line 531, style.scss */
#site_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 537, style.scss */
.page-header-image {
  display: block;
  margin: 0;
  padding: 0;
  height: 278px;
  width: 100%;
  z-index: 3;
}

/*--------------------------------------------------------------- links --------------------------------------------------------------------*/
/* line 546, style.scss */
a {
  color: #baafa9;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out 0.3s;
  -moz-transition: all 200ms ease-out 0.3s;
  -o-transition: all 200ms ease-out 0.3s;
  transition: all 200ms ease-out 0.3s;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}

/* line 553, style.scss */
a:hover,
a:focus {
  color: #6b6b6b;
  text-decoration: none;
}

/* line 558, style.scss */
a:focus {
  outline: none;
}

/*---------------------------------------------------------------- buttons styling ------------------------------------------------------*/
/* line 564, style.scss */
.btn.btn-default.read-more, .label-default, .nav-links a, #image-navigation .nav-previous a, #image-navigation .nav-next a {
  float: right;
  border: 2px solid #e8e8e8;
  color: #efefef;
  background-color: #baafa9;
  margin-top: 10px;
  margin-right: 5px;
}

/* line 572, style.scss */
.btn.btn-default.read-more:hover, .nav-links a:hover, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #baafa9 !important;
  border: 2px solid #efefef !important;
  outline: 0;
}

/*----------------------------------------------------------------------- navigation ------------------------------------------------------*/
/* line 582, style.scss */
.navbar.navbar-default {
  margin-bottom: 0;
  font-weight: 500;
}

/* line 587, style.scss */
.navbar-default .navbar-nav > li > a {
  line-height: 40px;
  font-size: 1.1em;
  color: white;
}

/* line 592, style.scss */
.navbar > .container .navbar-brand {
  font-size: 1.1em;
  margin: 13px 0;
}

/* line 599, style.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}

/* line 603, style.scss */
.navbar {
  border-radius: 0;
}

/* line 606, style.scss */
.navbar-default {
  border: none;
}

/* line 616, style.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #1a1a1a;
  background-color: #baafa9;
}

/* line 623, style.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #1a1a1a;
  background-color: #baafa9;
}

/* line 628, style.scss */
.dropdown-menu {
  font-size: 13px;
}

/* line 631, style.scss */
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: white;
  background-color: transparent;
}

/* line 635, style.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: white;
}

/* line 641, style.scss */
.mask {
  -webkit-transition: all 200ms ease-out 0.3s;
  -moz-transition: all 200ms ease-out 0.3s;
  -o-transition: all 200ms ease-out 0.3s;
  transition: all 200ms ease-out 0.3s;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background: rgba(186, 175, 169, 0.5);
}
/* line 652, style.scss */
.mask.tr {
  background-color: transparent;
}
/* line 654, style.scss */
.mask .icon {
  -webkit-transition: all 200ms ease-out 0.3s;
  -moz-transition: all 200ms ease-out 0.3s;
  -o-transition: all 200ms ease-out 0.3s;
  transition: all 200ms ease-out 0.3s;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  height: 70px;
  width: 70px;
  padding: 20px;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: white url(images/icons/plus.png) center center no-repeat;
}
/* line 667, style.scss */
.mask .icon:hover {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

/* line 673, style.scss */
.with-mask:hover .mask {
  opacity: 1;
}

/* line 677, style.scss */
ul.nav li.dropdown > ul.dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: -130%;
  width: auto;
  height: 150px;
  /*min-width:800px;*/
  padding: 10px 0px 10px 10px;
  margin: 0px;
  float: none !important;
  background-color: #baafa9;
  white-space: nowrap;
  text-align: center;
}
/* line 691, style.scss */
ul.nav li.dropdown > ul.dropdown-menu li {
  float: one !important;
  display: inline-block !important;
  text-align: center;
}
/* line 695, style.scss */
ul.nav li.dropdown > ul.dropdown-menu li a {
  position: relative;
  padding: 0 5px 5px 5px;
  width: 140px;
  height: 140px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  margin-right: 2px;
}
/* line 704, style.scss */
ul.nav li.dropdown > ul.dropdown-menu li a img {
  width: 100%;
}
/* line 708, style.scss */
ul.nav li.dropdown > ul.dropdown-menu li a:hover .mask {
  opacity: 1;
}
/* line 710, style.scss */
ul.nav li.dropdown > ul.dropdown-menu li a span.title {
  display: none;
  color: #fff;
  display: block;
  width: 100%;
  geight: 25px;
}
/* line 717, style.scss */
ul.nav li.dropdown > ul.dropdown-menu li a div.image {
  display: block;
}

/* line 721, style.scss */
#menu-item-15 > ul.dropdown-menu {
  left: -280%;
}

/* line 723, style.scss */
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  /* line 730, style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #1a1a1a;
    background-color: #baafa9;
  }

  /* line 734, style.scss */
  #menu-item-15 > ul.dropdown-menu {
    left: auto;
  }

  /* line 735, style.scss */
  body ul.nav > li {
    display: inline-block;
    width: 100%;
  }

  /* line 736, style.scss */
  body ul.nav a.top-level {
    color: #333 !important;
    padding-left: 0;
  }

  /* line 737, style.scss */
  body ul.nav li.dropdown > ul.dropdown-menu {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 0 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 747, style.scss */
  body ul.nav li.dropdown > ul.dropdown-menu li {
    position: relative;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    display: block !important;
    clear: both;
    float: none;
    text-align: left;
  }
  /* line 757, style.scss */
  body ul.nav li.dropdown > ul.dropdown-menu li a {
    width: 100%;
    height: 30px;
  }
  /* line 759, style.scss */
  body ul.nav li.dropdown > ul.dropdown-menu .title {
    display: block !important;
    width: 100%;
  }
  /* line 760, style.scss */
  body ul.nav li.dropdown > ul.dropdown-menu .image, body ul.nav li.dropdown > ul.dropdown-menu .mask {
    display: none !important;
  }
}
/* line 764, style.scss */
body.home ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: none !important;
}

/*-------------------------------------------  blog  ---------------------------------*/
/* line 768, style.scss */
#news_container {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 20px;
}

/* line 774, style.scss */
.carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 780, style.scss */
.carousel li {
  width: 300px;
  height: 300px;
  padding: 8px;
  border: solid 1px #c8c7c6;
  background: #FFFFFF;
  margin: 20px;
  margin-right: 20px;
  display: block;
  float: left;
}
/* line 791, style.scss */
.carousel li div.article {
  float: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #fff;
  height: 170px;
}
/* line 798, style.scss */
.carousel li div.article a img {
  width: 100% !important;
}
/* line 802, style.scss */
.carousel li .article-intro {
  float: left;
  padding: 5px 20px 0px 20px;
  height: 100px;
  width: 100%;
  color: #606060;
  border: none;
  border-top: 0px;
  background: transparent;
}
/* line 811, style.scss */
.carousel li .article-intro p.article-date {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  color: #b7b7b7;
  font-size: 0.8em;
}
/* line 812, style.scss */
.carousel li .article-intro div.table {
  display: table;
  height: 70px;
  width: 100%;
}
/* line 817, style.scss */
.carousel li .article-intro h3 {
  width: 100%;
  color: #1a1a1a;
  margin-bottom: 3px;
  margin-top: 10px;
  display: table-cell;
  vertical-align: middle;
}
/* line 825, style.scss */
.carousel li .article-intro h3 a {
  font-weight: bold;
}
/* line 828, style.scss */
.carousel li .article-intro h3 a:link, .carousel li .article-intro h3 a:visited {
  text-decoration: none;
  color: #1a1a1a;
}
/* line 832, style.scss */
.carousel li .article-intro h3 a:hover {
  color: #baafa9;
}
/* line 836, style.scss */
.carousel li .article-intro h3 span {
  font-weight: normal;
}

/*--------------------------------------- more carousel ------------------------------*/
/* line 846, style.scss */
#more_container .cont1280 {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 854, style.scss */
.products-container #more-carousel.carousel li {
  width: 250px;
  height: 250px;
  padding: 8px;
  border: solid 1px #c8c7c6;
  background: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
/* line 862, style.scss */
.products-container #more-carousel.carousel li div.article img {
  max-width: 180px !important;
}
/* line 866, style.scss */
.products-container #more-carousel.carousel li .article-intro {
  border: none;
  padding: 5px 10px;
  height: 50px;
  display: table;
}
/* line 871, style.scss */
.products-container #more-carousel.carousel li .article-intro h3 {
  display: table-cell;
  vertical-align: middle;
  line-height: 14px;
  margin: 0;
  text-align: center;
}
/* line 878, style.scss */
.products-container #more-carousel.carousel li .article-intro a {
  padding: 0;
  font-weight: 300;
  font-size: 16px;
  min-height: 45px;
  text-align: center;
  line-height: 14px;
}
/* line 888, style.scss */
.products-container #more-carousel.carousel li:hover .article-intro a {
  color: #baafa9;
}

/* -------------------------------- blog navigation ------------------------------*/
/* line 895, style.scss */
#blog-navigation {
  width: 160px;
  height: 70px;
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* line 901, style.scss */
#blog-navigation .prev, #blog-navigation .next {
  float: left;
  width: 60px;
  height: 60px;
  padding: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
/* line 908, style.scss */
#blog-navigation .prev {
  background: #796d6d url("images/arrows/left.png") 20px 20px no-repeat;
}
/* line 910, style.scss */
#blog-navigation .prev:hover {
  background: #baafa9 url("images/arrows/left_hover.png") 20px 20px no-repeat;
}
/* line 915, style.scss */
#blog-navigation .next {
  margin-left: 40px;
  background: #796d6d url("images/arrows/right.png") 20px 20px no-repeat;
}
/* line 918, style.scss */
#blog-navigation .next:hover {
  background: #baafa9 url("images/arrows/right_hover.png") 20px 20px no-repeat;
}

/* line 925, style.scss */
.read-all, .nav-buttons {
  padding: 50px 0px 20px 0px;
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
}
/* line 932, style.scss */
.read-all a, .nav-buttons a {
  display: inline-block;
  text-align: center;
  padding: 5px 20px 5px 20px;
  font-size: 0.9em;
  font-weight: 300;
  background: #796d6d;
  color: #fff;
}
/* line 941, style.scss */
.read-all a:hover, .nav-buttons a:hover {
  background: #baafa9;
}

@media (min-width: 768px) {
  /* line 948, style.scss */
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

  /* line 952, style.scss */
  body.home ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: none;
  }
}
/* line 956, style.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 959, style.scss */
.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636467;
}

/* line 966, style.scss */
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}

/* line 971, style.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #baafa9;
  color: #fff;
}

/* line 975, style.scss */
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 978, style.scss */
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}

/* line 981, style.scss */
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* line 986, style.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* line 989, style.scss */
.nav.navbar-nav {
  float: right;
  margin-right: 40px;
}

@media (max-width: 767px) {
  /* line 994, style.scss */
  .nav.navbar-nav {
    float: none;
  }

  /* line 997, style.scss */
  .navbar > .container .navbar-brand {
    margin: 0;
  }

  /* line 1001, style.scss */
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 1007, style.scss */
.navigation .wp-pagenavi-pagination a {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 1011, style.scss */
.navigation .wp-pagenavi-pagination span {
  font-size: 12px;
}

/* line 1015, style.scss */
.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover {
  background-color: #baafa9;
  border-color: #baafa9;
  color: #FFF;
  text-decoration: none;
}

/*---*/
/* line 1022, style.scss */
#main_menu_row {
  height: 80px;
  width: 100%;
  z-index: 50;
}
/* line 1026, style.scss */
#main_menu_row nav {
  background-color: #baafa9;
  height: 82px;
  padding-right: 20%;
  z-index: 49;
}
/* line 1028, style.scss */
#main_menu_row .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 269, css/sass_mixins/media.scss */
  .max-800 {
    max-width: 100%;
  }

  /* line 270, css/sass_mixins/media.scss */
  .navbar-collapse {
    margin-top: 0px;
    border-top: none !important;
    height: 300px;
    overflow-y: scroll;
    background-color: #baafa9;
  }
  /* line 276, css/sass_mixins/media.scss */
  .navbar-collapse li:nth-child(1) {
    padding-top: 15px;
  }

  /* line 278, css/sass_mixins/media.scss */
  .navbar-nav {
    background-color: #baafa9;
    margin: 0;
  }

  /* line 282, css/sass_mixins/media.scss */
  .navbar-toggle {
    display: block;
    margin-top: 35px !important;
    float: none;
    width: 80%;
    position: relative;
    border: solid 1px #796d6d;
    background: #796d6d url(images/icons/icon-menu.png) no-repeat 10px 15px !important;
    border-radius: 3px;
    height: 40px;
    min-height: 40px;
    font-size: 1em;
    line-height: 40px;
    overflow: hidden;
    text-align: left;
    border: none !important;
    color: white;
    padding: 2px 0px 0px 50px;
    margin: 0px auto 0px 100px;
  }
  /* line 302, css/sass_mixins/media.scss */
  .navbar-toggle:hover {
    background: #796d6d url(images/icons/icon-menu.png) no-repeat 10px 15px !important;
    color: #1a1a1a;
  }

  /* line 307, css/sass_mixins/media.scss */
  .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* line 312, css/sass_mixins/media.scss */
  .max-800 {
    z-index: 201 !important;
  }
}
/*---------------------------- language switcher ----------------------*/
/* line 1036, style.scss */
#flags_language_selector {
  position: absolute;
  right: 140px;
  top: 10px;
  display: block;
  width: 160px;
  height: auto;
  margin-top: 17px;
  z-index: 202;
}
/* line 1047, style.scss */
#flags_language_selector #lang_switcher_list {
  position: absolute;
  display: block;
  width: 160px;
  height: auto;
  left: 0;
  top: 53px;
  color: #fff;
  padding: 0;
  z-index: 100;
}
/* line 1059, style.scss */
#flags_language_selector #lang_switcher_list .lang-item img {
  margin-left: 3px !important;
  width: 17px;
}
/* line 1061, style.scss */
#flags_language_selector .lang-item {
  position: relative;
  display: block;
  width: 160px;
  height: 30px;
  padding: 0;
  background-color: #baafa9;
}
/* line 1069, style.scss */
#flags_language_selector .lang-item img, #flags_language_selector .lang-item span {
  display: block;
  float: left;
  height: auto;
  width: 20px;
  padding: 0 3px;
  margin: 0;
  line-height: 13px;
  font-size: 1.1em;
}
/* line 1079, style.scss */
#flags_language_selector .lang-item i.caret {
  color: #fff;
  margin-left: 10px;
  margin-bottom: 3px;
}
/* line 1084, style.scss */
#flags_language_selector .lang-item img {
  margin-top: 10px;
}
/* line 1085, style.scss */
#flags_language_selector .lang-item span, #flags_language_selector .lang-item span i {
  -webkit-transition: all 200ms ease-out 0.3s;
  -moz-transition: all 200ms ease-out 0.3s;
  -o-transition: all 200ms ease-out 0.3s;
  transition: all 200ms ease-out 0.3s;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
/* line 1088, style.scss */
#flags_language_selector .lang-item span {
  width: 140px;
  padding-left: 5px;
  height: 15px;
  margin-top: 7px;
  color: #fff;
}
/* line 1095, style.scss */
#flags_language_selector .lang-item span, #flags_language_selector .lang-item a {
  color: #fff;
}
/* line 1098, style.scss */
#flags_language_selector .lang-item a {
  display: block;
  width: 160px;
  height: 94%;
  color: #333;
  background-color: #baafa9;
}
/* line 1104, style.scss */
#flags_language_selector .lang-item a:hover {
  background-color: #c5bbb6;
}
/* line 1109, style.scss */
#flags_language_selector .lang-item:hover span, #flags_language_selector .lang-item:hover i.caret {
  color: #1a1a1a !important;
}
/* line 1115, style.scss */
#flags_language_selector #lang_switcher {
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 213, css/sass_mixins/media.scss */
  #flags_language_selector {
    right: 0px;
    width: 100px;
  }
  /* line 217, css/sass_mixins/media.scss */
  #flags_language_selector #lang_switcher_list {
    width: 100px;
    margin-top: -20px;
  }
  /* line 221, css/sass_mixins/media.scss */
  #flags_language_selector #lang_switcher_list .lang-item {
    width: 100px;
  }
  /* line 224, css/sass_mixins/media.scss */
  #flags_language_selector #lang_switcher_list .lang-item span {
    width: 80px;
    font-size: 11px;
  }
  /* line 228, css/sass_mixins/media.scss */
  #flags_language_selector #lang_switcher_list .lang-item img {
    width: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 240, css/sass_mixins/media.scss */
  #flags_language_selector {
    right: 0px;
    width: 100px;
  }
  /* line 244, css/sass_mixins/media.scss */
  #flags_language_selector #lang_switcher_list {
    width: 100px;
  }
  /* line 247, css/sass_mixins/media.scss */
  #flags_language_selector #lang_switcher_list .lang-item {
    width: 100px;
  }
  /* line 250, css/sass_mixins/media.scss */
  #flags_language_selector #lang_switcher_list .lang-item span {
    width: 80px;
    font-size: 12px;
  }
  /* line 254, css/sass_mixins/media.scss */
  #flags_language_selector #lang_switcher_list .lang-item img {
    width: 20px;
  }
}
/*------------------------------------------- menu social -------------------------------------------*/
/* line 1121, style.scss */
ul#menuSocial {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 140px;
  height: 82px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  z-index: 199;
}
/* line 1134, style.scss */
ul#menuSocial li {
  padding: 0px;
  margin: 0px;
  margin-right: 1px;
  float: left;
}
/* line 1140, style.scss */
ul#menuSocial li a {
  color: #baafa9;
  background: #e5e6e6;
  display: inline-block;
  width: 29px;
  height: 39px;
  text-align: center;
  font-size: 0.8em !important;
  line-height: 40px;
  border-right: solid 1px #baafa9;
}
/* line 1151, style.scss */
ul#menuSocial li a:hover {
  background: #fff;
}
/* line 1156, style.scss */
ul#menuSocial li#webserie a {
  width: 120px;
  padding-left: 52px;
  margin-top: 1px;
  height: 40px;
  background-image: url(images/webserie.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  font-family: "Caveat", cursive;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  font-size: 1em;
  line-height: 45px;
}

@media (max-width: 767px) {
  /* line 140, css/sass_mixins/media.scss */
  #flags_language_selector {
    right: 0px;
    margin-top: 0;
    top: 2px;
  }

  /* line 141, css/sass_mixins/media.scss */
  ul#menuSocial {
    display: none;
    width: 100%;
    top: 82px;
    height: 42px;
    background: #e5e6e6 !important;
  }
  /* line 147, css/sass_mixins/media.scss */
  ul#menuSocial li a {
    width: 57px;
  }
  /* line 150, css/sass_mixins/media.scss */
  ul#menuSocial li#webserie {
    float: right;
    height: 40px;
    margin-top: 0 !important;
    border-right: none !important;
    border-left: none;
  }
  /* line 158, css/sass_mixins/media.scss */
  ul#menuSocial li#webserie a {
    width: 70px;
    padding-left: 0;
    background-image: none;
  }

  /* line 168, css/sass_mixins/media.scss */
  .social-links .social a {
    height: 80px !important;
    width: 80px !important;
    background-size: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 179, css/sass_mixins/media.scss */
  #flags_language_selector {
    right: 0px;
  }

  /* line 180, css/sass_mixins/media.scss */
  ul#menuSocial {
    display: none;
    width: 100%;
    top: 82px;
    height: 42px;
    background: #e5e6e6 !important;
  }
  /* line 186, css/sass_mixins/media.scss */
  ul#menuSocial li a {
    width: 60px;
  }
  /* line 189, css/sass_mixins/media.scss */
  ul#menuSocial li#webserie {
    float: right;
    height: 40px;
    margin-top: 0 !important;
    border-right: none !important;
    border-left: solid 1px #baafa9;
  }
}
/*------------------------------------------ social links row -------------------------------------*/
/* line 1176, style.scss */
#sofia_social_row {
  background-color: #f0e4e4;
  width: 100%;
  position: relative;
}
/* line 1180, style.scss */
#sofia_social_row .container {
  padding-top: 35px;
  padding-bottom: 35px;
}
/* line 1184, style.scss */
#sofia_social_row .social-links {
  width: 100%;
}
/* line 1187, style.scss */
#sofia_social_row .social-links .social {
  float: left;
  width: 25%;
}
/* line 1191, style.scss */
#sofia_social_row .social-links .social a {
  margin: 0 auto 0 auto;
  display: block;
  height: 112px;
  width: 112px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 1199, style.scss */
#sofia_social_row .social-links .social.facebook a {
  background: transparent url(images/icons/social/facebook.png) top left no-repeat;
}
/* line 1202, style.scss */
#sofia_social_row .social-links .social.instagram a {
  background: transparent url(images/icons/social/instagram.png) top left no-repeat;
}
/* line 1205, style.scss */
#sofia_social_row .social-links .social.pinterest a {
  background: transparent url(images/icons/social/pinterest.png) top left no-repeat;
}
/* line 1208, style.scss */
#sofia_social_row .social-links .social.youtube a {
  background: transparent url(images/icons/social/youtube.png) top left no-repeat;
}
/* line 1211, style.scss */
#sofia_social_row .social-links .social a:hover {
  background-position: bottom left;
}

/* line 1217, style.scss */
#social_row_container {
  margin: 30px auto 40px auto;
  text-align: center;
}
/* line 1221, style.scss */
#social_row_container .social_row {
  display: inline-block;
  padding-right: 15px;
  font-size: 1.7em;
}
/* line 1226, style.scss */
#social_row_container .social_row a, #social_row_container .social_row a:link, #social_row_container .social_row a:active, #social_row_container .social_row a:visited {
  color: #796d6d;
}
/* line 1229, style.scss */
#social_row_container .social_row a:hover {
  color: #4e4e4e;
}

/*-------------------------------------------- more of same category ------------------------------*/
/* line 1235, style.scss */
#more_container {
  background: #f0e4e4;
  padding-bottom: 0px;
}
/* line 1239, style.scss */
#more_container h5 {
  text-align: center;
  font-size: 2.6em;
  font-weight: 300;
  color: #1a1a1a;
  font-family: "Caveat", cursive;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 1249, style.scss */
#more_container .more_list ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0;
}
/* line 1256, style.scss */
#more_container .more_list ul li.item {
  list-style: none;
  width: 278px;
  height: 278px;
  padding: 10px;
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  background-size: 100%;
  position: relative;
}

/*map*/
/* line 1272, style.scss */
#map {
  position: relative;
  width: 100%;
  min-height: 600px;
}
/* line 1277, style.scss */
#map .infobox {
  text-align: center;
}
/* line 1280, style.scss */
#map .infobox b {
  font-size: 22px;
}
/* line 1281, style.scss */
#map .infobox p {
  text-align: left;
}
/* line 1282, style.scss */
#map .infobox p.img {
  text-align: center !important;
}

/* line 1285, style.scss */
#links {
  min-height: 100px;
  margin-top: 40px;
  text-align: center;
}
/* line 1291, style.scss */
#links a {
  font-size: 17px;
  padding: 5px 10px;
  display: inline;
  float: none;
  color: #fff;
}
/* line 1298, style.scss */
#links a:hover {
  color: #555;
}

/* ---------------------------------------------- faq ----------------------------------------------*/
/* line 1305, style.scss */
div.sofia_faq {
  position: relative;
}
/* line 1308, style.scss */
div.sofia_faq h3 {
  font-size: 1em;
  padding-bottom: 10px;
  padding-right: 20px;
}
/* line 1314, style.scss */
div.sofia_faq h3 a:link, div.sofia_faq h3 a:visited {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 400;
  display: block;
  font-family: "Pontano Sans", sans-serif;
  font-size: 16px;
}
/* line 1322, style.scss */
div.sofia_faq h3 a:hover {
  color: #baafa9;
  background: none;
}

/* line 1330, style.scss */
div.sofia_faq_collapse {
  border-left: solid 3px #baafa9;
  padding: 20px 0px 20px 45px;
  margin-bottom: 20px;
  margin-top: -10px;
  color: #baafa9;
  font-size: 16px;
}

/* line 1339, style.scss */
.sofia_faq [data-toggle="collapse"]:after {
  font-family: 'FontAwesome';
  content: "\f106";
  position: absolute;
  right: 0px;
  top: 0px;
  color: #baafa9;
  font-size: 1em;
}

/* line 1340, style.scss */
.sofia_faq [data-toggle="collapse"].collapsed:after {
  content: "\f107";
  color: #1a1a1a;
}

/* -------------------------------------- footer --------------------------------------------------*/
/* line 1343, style.scss */
#footer-area {
  color: white;
}
/* line 1348, style.scss */
#footer-area #footer_links {
  padding-top: 20px;
  min-height: 250px;
}
/* line 1352, style.scss */
#footer-area #footer_links div.col {
  position: relative;
}
/* line 1354, style.scss */
#footer-area #footer_links div.col a, #footer-area #footer_links div.col b {
  display: block;
  width: 100%;
  min-height: 25px;
  text-align: left;
  font-size: 14px;
}
/* line 1361, style.scss */
#footer-area #footer_links div.col b {
  font-size: 16px;
}
/* line 1363, style.scss */
#footer-area #footer_links .title {
  position: relative;
  width: 100%;
  min-height: 50px;
  text-align: left;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
/* line 1373, style.scss */
#footer-area #footer_links .title.aright p {
  position: absolute;
  bottom: 4px;
  right: 0;
  text-align: right;
  font-size: 2.5em;
  font-family: "Caveat", cursive;
  line-height: 28px;
}
/* line 1386, style.scss */
#footer-area #footer_links #adds .add {
  float: right;
  margin: 25px 0px 0px 12px;
  position: relative;
  width: 138px;
}
/* line 1394, style.scss */
#footer-area #colophon {
  background-color: #796d6d;
  text-align: center;
}
/* line 1399, style.scss */
#footer-area #copyright {
  margin: 5px 0px 30px 0px;
  padding-top: 15px;
  text-align: center;
  border-top: solid 1px #baafa9;
  color: #baafa9;
  font-size: 1.1em;
}
/* line 1407, style.scss */
#footer-area #copyright p {
  line-height: 15px;
  font-size: 14px;
}

/*----------------------------------------------- copyright ----------------------------------------------------------*/
/* collections page style*/
/* line 4, css/sass_mixins/collections.scss */
.collections_heading {
  height: 131px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
}

/* line 12, css/sass_mixins/collections.scss */
#collections_heading_container {
  text-align: center;
}
/* line 14, css/sass_mixins/collections.scss */
#collections_heading_container .wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/* line 20, css/sass_mixins/collections.scss */
#collections_heading_container .wrap .coltitle {
  position: absolute;
  top: 17px;
  left: 170px;
  text-align: left;
  color: #ffffff;
}
/* line 27, css/sass_mixins/collections.scss */
#collections_heading_container .wrap .coltitle .tag {
  display: block;
  font-weight: 300;
  font-size: 1.7em;
  text-transform: uppercase;
  line-height: 1em;
  color: #ffffff;
}
/* line 35, css/sass_mixins/collections.scss */
#collections_heading_container .wrap .coltitle .title {
  display: block;
  font-size: 4.2em;
  line-height: 1.2em;
  font-family: "Muli", sans-serif;
  color: #ffffff;
}
/* line 44, css/sass_mixins/collections.scss */
#collections_heading_container .wrap .flag {
  width: 103px;
  height: 196px;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 54, css/sass_mixins/collections.scss */
#collections_heading_container .collection-logo {
  margin: 130px auto 0px auto;
  position: relative;
  z-index: 1;
}

/* products list*/
/* line 4, css/sass_mixins/products.scss */
article {
  margin-bottom: 0 !important;
}

/* line 7, css/sass_mixins/products.scss */
#cat-filter {
  margin: -4px 0px 0px 0px;
  background: #796d6d;
}
/* line 10, css/sass_mixins/products.scss */
#cat-filter .by-cat {
  float: left;
  margin-left: 2%;
  padding: 16px 0px 16px 20px;
  width: 58%;
}
/* line 16, css/sass_mixins/products.scss */
#cat-filter .by-age {
  float: left;
  padding-right: 2%;
  padding: 16px 20px 16px 0px;
  width: 28%;
}
/* line 22, css/sass_mixins/products.scss */
#cat-filter a {
  padding: 3px 7px;
  font-size: 14px;
  color: #fff;
}
/* line 27, css/sass_mixins/products.scss */
#cat-filter a span {
  color: #1a1a1a;
}
/* line 31, css/sass_mixins/products.scss */
#cat-filter h2 {
  font-family: "Caveat", cursive;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 8px;
  color: #fff;
}

/* line 39, css/sass_mixins/products.scss */
#list_of_products {
  position: relative;
  min-height: 100px;
  height: 250px;
  margin: 30px auto;
  margin-left: 5%;
  margin-right: 5%;
}
/* line 46, css/sass_mixins/products.scss */
#list_of_products ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
/* line 50, css/sass_mixins/products.scss */
#list_of_products ul li.item {
  border-radius: 8px;
  margin: 15px 0;
  transition: all 0.3s ease-in-out 0s;
  width: 280px;
  height: 260px;
  float: left;
  overflow: visible;
  background-color: #fff;
  padding: 8px 10px 23px 10px;
}
/* line 62, css/sass_mixins/products.scss */
#list_of_products ul li.item div {
  display: bloxk;
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px #c8c7c6;
}
/* line 69, css/sass_mixins/products.scss */
#list_of_products ul li.item img {
  margin: 5px auto 10px auto;
  width: auto;
  height: 175px;
  display: block;
}
/* line 77, css/sass_mixins/products.scss */
#list_of_products ul li.item span {
  color: #271f1b;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0 15px 0px 15px;
  font-weight: 300;
  font-size: 1.2em;
  height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
}
/* line 89, css/sass_mixins/products.scss */
#list_of_products ul li.item a {
  -webkit-transition: all 200ms ease-out 0.3s;
  -moz-transition: all 200ms ease-out 0.3s;
  -o-transition: all 200ms ease-out 0.3s;
  transition: all 200ms ease-out 0.3s;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
/* line 91, css/sass_mixins/products.scss */
#list_of_products ul li.item a:hover span {
  color: #796d6d;
}

/* inner*/
/* line 101, css/sass_mixins/products.scss */
#product_navigation a:nth-child(1) {
  margin-right: 15px;
}
/* line 102, css/sass_mixins/products.scss */
#product_navigation a:nth-child(2) {
  margin-left: 15px;
}

/*---------------------product details-----*/
/* line 105, css/sass_mixins/products.scss */
#product_container {
  min-height: 550px;
}
/* line 108, css/sass_mixins/products.scss */
#product_container #product_thumbnails {
  position: absolute;
  display: block;
  left: 30px;
  top: -40px;
  width: 120px;
  min-height: 400px;
}
/* line 116, css/sass_mixins/products.scss */
#product_container #product_thumbnails .thumb {
  display: block;
  width: 114px;
  height: 77px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  border: solid 1px #c8c7c6;
  overflow: hidden;
  margin-bottom: 8px;
  cursor: pointer;
}
/* line 127, css/sass_mixins/products.scss */
#product_container #product_thumbnails p {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 40px;
}
/* line 134, css/sass_mixins/products.scss */
#product_container #product_details {
  margin-left: 160px;
  position: relative;
  text-align: center;
}
/* line 139, css/sass_mixins/products.scss */
#product_container #product_details .description {
  text-align: left;
  padding: 10px 20px;
}
/* line 140, css/sass_mixins/products.scss */
#product_container #product_details img {
  width: 70%;
}

/*media*/
@media (max-width: 767px) {
  /* line 147, css/sass_mixins/products.scss */
  #product_container {
    min-height: 300px;
  }

  /* line 148, css/sass_mixins/products.scss */
  #product_navigation {
    margin-bottom: 50px;
  }

  /* line 150, css/sass_mixins/products.scss */
  #cat-filter .by-cat, #cat-filter .by-age {
    width: 100%;
    margin: 0;
    padding: 15px 30px;
  }

  /* line 157, css/sass_mixins/products.scss */
  #product_details img {
    width: 60%;
  }
}
/* grid media */
@media (max-width: 767px) {
  /* line 5, css/sass_mixins/media.scss */
  .grid {
    margin-left: 15px !important;
  }
}
/* =Mobile Styling
--------------------------------------- Media ------------------------------------------------------ */
@media (max-width: 767px) {
  /* small */
  /* line 1428, style.scss */
  #site_logo {
    height: 266px;
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1435, style.scss */
  #site_logo {
    height: 266px;
    width: 150px;
  }
}
