@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Arapey);
.set-default {
  float: left;
  width: 100%;
}
figure {
  float: left;
  width: 100%;
}
.homepage.gallery.half {
    overflow: hidden;
}
.varianti {
    overflow: hidden;
    position: relative;
}
.varianti .img-varianti {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 50;
}
.slide {
    height: 542px;
    overflow: hidden;
}
.varianti .varianti-primo-layout.img-variante-3 {
    right: 2%;
}
a {
  text-decoration: none;
  outline: none;
  color:#e3868f;
}
a:hover { 
	text-decoration: none;
  outline: none;
    color: #e3868f;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.left-border {
  background: white;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 30px;
  left: 0;
}
.right-border {
  background: white;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 30px;
  right: 0;
}
.bottom-border {
  background: white;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 30px;
  left: 0;
  z-index: 2;
}
.top-border {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  height: 30px;
  left: 0;
  z-index: 2;
}
body {
  margin: 0;
  background: white;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.homepage-1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.homepage-1 .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 50%;
  background: #f7f7f7;
  position: relative;
  height: 100%;
}
.homepage-1 .left-container .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  z-index: 5;
}
.homepage-1 .left-container .title {
  position: absolute;
  bottom: 50px;
  left: 50px;
  padding-right: 50px;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.homepage-1 .left-container .title span {
  font-weight: 700;
}
.homepage-1 .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.homepage-2 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.homepage-2 .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 60%;
  position: relative;
  height: 100%;
}
.homepage-2 .left-container .brand {
  height: 100%;
  float: left;
  width: 100%;
  background: #666666;
  position: relative;
}
.homepage-2 .left-container .brand .text {
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 72px;
  font-weight: 400;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  line-height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.homepage-2 .left-container .image {
  float: left;
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.homepage-2 .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 40%;
  height: 100%;
  background: #666666;
  position: relative;
  z-index: 0;
  padding: 60px 50px;
}
.homepage-2 .right-container .title {
  font-family: Lato, Arial, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
.homepage-1 .left-container .title span {
  font-weight: 700;
}	
.homepage-2 .right-container .text {
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.homepage-2 .right-container .buttons {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.homepage-2 .right-container .buttons .btn {
  float: left;
  margin-right: 15px;
}
.homepage-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.homepage-3 .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 30%;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
}

.homepage-3 .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 70%;
  height: 100%;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
}
.homepage-3 .right-container .main-section {
  float: left;
  width: 100%;
  -lh-property: 0;
height:-webkit-calc(100% - 210px);
height:-moz-calc(100% - 210px);
height:calc(100% - 210px);
;
  border-bottom: solid 1px #e7e7e7;
  position: relative;
}
.homepage-3 .right-container .main-section .title {
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 30px;
  font-weight: 300;
  line-height: 55px;
  position: absolute;
  left: 55px;
  text-transform: uppercase;
}
.homepage-3 .right-container .main-section .title span {
  font-weight: 700;
}
.homepage-3 .right-container .main-section .pictures {
  -lh-property: 0;
width:-webkit-calc(100% - 110px);
width:-moz-calc(100% - 110px);
width:calc(100% - 110px);
;
  padding: 0 10px;
  position: absolute;
  bottom: 60px;
  left: 55px;
}
.homepage-3 .right-container .main-section figure {
  float: left;
  width: 100%;
  padding: 0 5px;
}
.homepage-3 .right-container .main-section figure img {
  width: 100%;
  height: auto;
}
.homepage-3 .right-container .articles {
  float: left;
  width: 100%;
  height: 210px;
}
.homepage-3 .right-container .article {
  float: left;
  width: 50%;
  height: 100%;
  padding: 30px;
  position: relative;
}
.homepage-3 .right-container .article .title {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
.homepage-3 .right-container .article .category {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.homepage-3 .right-container .article .info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.homepage-3 .right-container .article .info li {
  float: left;
  font-family: Arapey, Arial, sans-serif;
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  margin-right: 20px;
}
.homepage-3 .right-container .article .info li i {
  font-size: 5px;
}
.homepage-3 .right-container .article .info li a {
  color: #787878;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.homepage-3 .right-container .article.bordered {
  border-right: solid 1px #e7e7e7;
}
.homepage-4 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 30px 30px 380px;
}
.homepage-4 .slider {
  float: left;
  width: 100%;
}
.homepage-4 .slider figure {
  float: left;
  height: auto;
  width: 100%;
  padding: 10px;
}
.homepage-4 .slider figure img {
  width: 100%;
  height: auto;
}
.blog {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.blog .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.blog .left-container .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  z-index: 5;
}
.blog .left-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  z-index: 3;
}
.blog .left-container .title {
  position: absolute;
  bottom: 100px;
  left: 100px;
  padding-right: 100px;
  z-index: 4;
  font-family: Lato, Arial, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
}
.blog .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 50%;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
}
.blog .right-container button {
  margin: 0px auto 50px;
}
.blog .post-list {
  float: left;
  width: 100%;
  padding: 50px 0;
  margin: 0;
  list-style: none;
}
.blog .post-list > li {
  float: left;
  width: 100%;
  padding: 40px 100px;
  border-bottom: solid 1px #e7e7e7;
}
.blog .post-list > li:last-child {
  border: none;
}
.blog .post-list .category {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px;
}
.blog .post-list .title {
  float: left;
  width: 100%;
  text-decoration: none;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog .post-list .info {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.blog .post-list .info li {
  float: left;
  margin-right: 25px;
  font-family: Arapey, Arial, sans-serif;
  color: #787878;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
}
.blog .post-list .info li i {
  font-size: 4px;
  line-height: 18px;
  vertical-align: middle;
}
.blog .post-list .info li a {
  text-decoration: none;
  color: #787878;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrollable .mCSB_container {
  margin-right: 0;
  width: 100%;
}
.scrollable .mCSB_scrollTools {
  right: 0;
  left: auto;
  display: none;
}
.scrollable .mCSB_scrollTools .mCSB_dragger {
  background: transparent;
  z-index: 10;
}
.scrollable .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #a4a4a4;
  width: 6px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.scrollable .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #8b8b8b;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.scrollable .mCSB_draggerRail {
  display: none;
}
.reverse-scrollable .mCSB_container {
  margin-right: 0;
}
.reverse-scrollable .mCSB_scrollTools {
  right: 0;
  left: auto;
  display: none;
}
.reverse-scrollable .mCSB_scrollTools .mCSB_dragger {
  background: transparent;
  z-index: 10;
}
.reverse-scrollable .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #a4a4a4;
  width: 6px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.reverse-scrollable .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #8b8b8b;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.reverse-scrollable .mCSB_draggerRail {
  display: none;
}
.gallery-single {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.gallery-single .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
}
.gallery-single .left-container .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  z-index: 5;
}
.gallery-single .left-container .slider {
  float: left;
  width: 100%;
}
.gallery-single .left-container .slider figure {
  float: left;
  width: 100%;
}
.gallery-single .left-container .slider figure img {
  width: 100%;
  height: auto;
}
.gallery-single .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 50%;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
}
.gallery-single .right-container .main-section {
  padding: 50px 80px;
  float: left;
  width: 100%;
}
.gallery-single .right-container .category {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px;
}
.gallery-single .right-container .title {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 40px;
}
.gallery-single .right-container .info {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.gallery-single .right-container .info li {
  float: left;
  margin-right: 25px;
  font-family: Arapey, Arial, sans-serif;
  color: #787878;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
}
.gallery-single .right-container .info li i {
  font-size: 4px;
  line-height: 18px;
  vertical-align: middle;
}
.gallery-single .right-container .text {
  float: left;
  width: 100%;
  font-family: Arapey, Arial, sans-serif;
  color: #454545;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 40px;
}
.gallery-single .right-container .details {
  float: left;
  width: 100%;
  margin: 40px 0 0;
  padding: 0 5px 20px;
  list-style: none;
  background: white;
  text-align: center;
  display: inline-block;
}
.gallery-single .right-container .details li {
  display: inline-block;
  text-align: left;
  padding: 0 15px;
  margin-top: 20px;
  border-left: solid 1px #e4e4e4;
}
.gallery-single .right-container .details li:first-child {
  border-left: none;
}
.gallery-single .right-container .details .key {
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.gallery-single .right-container .details .value {
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.post {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.post .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
}
.post .left-container .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  z-index: 5;
}
.post .left-container .slider {
  float: left;
  width: 100%;
}
.post .left-container .slider figure {
  float: left;
  width: 100%;
}
.post .left-container .slider figure img {
  width: 100%;
  height: auto;
}
.post .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 50%;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
}
.post .right-container .main-section {
  padding: 30px 80px;
  float: left;
  width: 100%;
}
.post .right-container .category {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px;
}
.post .right-container .title {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 40px;
}
.post .right-container figure {
  float: left;
  width: 100%;
}
.post .right-container figure img {
  width: 100%;
  height: auto;
}
.post .right-container .info {
  float: left;
  width: 100%;
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}
.post .right-container .info li {
  float: left;
  margin-right: 25px;
  font-family: Arapey, Arial, sans-serif;
  color: #787878;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
}
.post .right-container .info li i {
  font-size: 4px;
  line-height: 18px;
  vertical-align: middle;
}
.post .right-container .info li a {
  text-decoration: none;
  color: #787878;
}
.post .right-container .text {
  float: left;
  width: 100%;
  font-family: Arapey, Arial, sans-serif;
  color: #454545;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 40px;
}
.post .right-container .text p {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.product {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.product .go-back {
  position: absolute;
  top: 30px;
  right: 100px;
  z-index: 1;
  font-family: Arapey, Arial, sans-serif;
  color: #787878;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
}
.product .left-container .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  z-index: 5;
}
.product .left-container .slider {
  float: left;
  width: 100%;
}
.product .left-container .slider figure {
  float: left;
  width: 100%;
}
.product .left-container .slider figure img {
  width: 100%;
  height: auto;
}
.product .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 50%;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
  display: table;
}
.product .right-container .main-section {
  padding: 30px 80px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.product .right-container .category {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px;
}
.product .right-container .title {
  float: left;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 40px;
}
.product .right-container .price {
  float: right;
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  font-style: italic;
  margin-top: 15px;
}
.product .right-container .row {
  float: left;
  width: 100%;
}
.product .right-container .form-group {
  float: left;
  margin-bottom: 0;
}
.product .right-container .form-group input {
  width: 44px;
  height: 44px;
  border: none;
  outline: none;
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  background: #ededed;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  text-align: center;
}
.product .right-container .form-group input[type=number]::-webkit-inner-spin-button,
.product .right-container .form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product .right-container .form-group button {
  float: left;
}
.product .right-container .more-info {
  float: right;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 44px;
}
.product .right-container .more-info i {
  font-size: 8px;
  margin-left: 5px;
  line-height: 44px;
  vertical-align: middle;
}
.product .right-container .text {
  float: left;
  width: 100%;
  font-family: Arapey, Arial, sans-serif;
  color: #454545;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin: 40px 0;
}
.product .right-container .text p {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.btn {
  font-family: Lato, Arial, sans-serif;
  color: white;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  text-transform: uppercase;
  padding: 15px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  outline: none;
}
.btn:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: white;
}
.btn.btn-default {
  background: #2b2b2b;
  border-bottom: solid 3px #3b3b3b;
}
.bottom {
  float: left;
  width: 100%;
  background: white;
  padding: 0;
  margin-top: -30px;
  position: relative;
  z-index: 10;
}
.bottom .socials {
  float: right;
  height: 30px;
  padding: 0;
  margin: 0 30px 0 0 ;
  list-style: none;
  z-index: 10;
}
.bottom .socials li {
  float: left;
  margin-left: 25px;
}
.bottom .socials a {
  font-family: Lato, Arial, sans-serif;
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.bottom .copyright {
  float: left;
  height: 30px;
  margin-left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  z-index: 10;
}
.open-menu {
  position: fixed;
  z-index: 5;
  width: 100px;
  height: 45px;
  top: 30px;
  background: white;
  text-align: center;
}
.open-menu.cbp-spmenu-push {
  right: 30px;
  left: auto;
  position: fixed;
}
.open-menu.cbp-spmenu-push-toright {
  left: auto;
  right: -320px;
  position: fixed;
}
.open-menu i {
  color: #666666;
  font-size: 17px;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shopper {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.shopper .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.shopper .left-container .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  z-index: 5;
}
.shopper .left-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  z-index: 3;
}
.shopper .left-container .title {
  position: absolute;
  bottom: 100px;
  left: 100px;
  padding-right: 100px;
  z-index: 4;
  font-family: Lato, Arial, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
}
.shopper .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 50%;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
  padding: 40px 80px;
}
.shopper .right-container .main-section {
  display: table;
  width: 100%;
  height: 100%;
}
.shopper .bxSlider-wrap {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.shopper .bxSlider-wrap .bx-wrapper {
  background: transparent;
  float: left;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.shopper .bxSlider-wrap .bx-viewport {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.shopper .bxSlider-wrap .bx-pager {
  display: none;
}
.shopper .bxSlider-wrap .carousel-control {
  background: transparent;
  width: 30px;
  height: 30px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
  margin-top: -15px;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 200;
  color: white;
  text-align: center;
  position: absolute;
}
.shopper .bxSlider-wrap .carousel-control.left {
  left: -50px;
}
.shopper .bxSlider-wrap .carousel-control.right {
  right: -50px;
}
.shopper .bxSlider-wrap .item {
  background: transparent;
}
.shopper .bxSlider-wrap .item figure {
  float: left;
  width: 100%;
}
.shopper .bxSlider-wrap .item figure img {
  width: 100%;
  height: auto;
}
.shopper .bxSlider-wrap .item .product-box {
  float: left;
  width: 100%;
  background: white;
  display: table;
  padding: 20px;
}
.shopper .bxSlider-wrap .item .product-info {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.shopper .bxSlider-wrap .item .category {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 13px;
}
.shopper .bxSlider-wrap .item .title {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shopper .bxSlider-wrap .item .price {
  float: left;
  width: 100%;
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  margin-top: 15px;
}
.traveler {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.traveler .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.traveler .left-container .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  z-index: 5;
}
.traveler .left-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 3;
}
.traveler .left-container .title {
  position: absolute;
  bottom: 100px;
  left: 100px;
  padding-right: 100px;
  z-index: 4;
  font-family: Lato, Arial, sans-serif;
  color: white;
  font-size: 42px;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
}
.traveler .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 50%;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
  padding: 50px 0;
}
.traveler .statistics {
  float: left;
  width: 100%;
  padding: 0 60px;
}
.traveler .statistic {
  float: left;
  width: 100%;
  background: white;
  -webkit-box-shadow: 1px 3px 3px #b1aeb1;
  -moz-box-shadow: 1px 3px 3px #b1aeb1;
  box-shadow: 1px 3px 3px #b1aeb1;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: table;
}
.traveler .statistic .details {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
.traveler .statistic .value {
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}
.traveler .statistic .key {
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}
.traveler .places-images {
  float: left;
  width: 100%;
  margin: 40px -1px;
}
.traveler .places-images figure {
  float: left;
  width: 100%;
  padding: 1px;
}
.traveler .places-images figure img {
  width: 100%;
  height: auto;
}
.traveler .places-articles {
  float: left;
  width: 100%;
}
.traveler .places-articles h3 {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: solid 1px #e7e7e7;
  text-align: center;
  padding-bottom: 25px;
  margin: 0;
}
.traveler .places-articles .places {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.traveler .places-articles .places > li {
  float: left;
  width: 100%;
  border-bottom: solid 1px #e7e7e7;
  padding: 50px 30px;
  text-align: center;
}
.traveler .places-articles .places > li:last-child {
  border-bottom: none;
}
.traveler .places-articles .places .category {
  float: left;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
  color: #919191;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px;
}
.traveler .places-articles .places .title {
  float: left;
  width: 100%;
  text-decoration: none;
  font-family: Lato, Arial, sans-serif;
  color: #121212;
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.traveler .places-articles .places .info {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
}
.traveler .places-articles .places .info li {
  display: inline-block;
  margin-right: 25px;
  font-family: Arapey, Arial, sans-serif;
  color: #787878;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
}
.traveler .places-articles .places .info li i {
  font-size: 4px;
  line-height: 18px;
  vertical-align: middle;
}
.traveler .places-articles .places .info li a {
  text-decoration: none;
  color: #787878;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}
.gallery figure {
  float: left;
  width: 100%;
}
.gallery figure img {
  width: 100%;
  height: auto;
}
.gallery .info-text {
  font-family: Arapey, Arial, sans-serif;
  color: #787878;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  top: 500px;
}
.gallery .left-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.gallery .left-container .info-text {
  right: 50px;
}
.gallery .left-container .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  z-index: 5;
}
.gallery .left-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 3;
}
.gallery .left-container .title {
  position: absolute;
  bottom: 100px;
  left: 100px;
  padding-right: 100px;
  z-index: 4;
  font-family: Lato, Arial, sans-serif;
  color: white;
  font-size: 45px;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
}
.gallery .right-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 50%;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
  padding: 0;
}
.gallery .right-container .info-text {
  left: 50px;
}
.gallery.half .left-container,
.gallery.half .right-container {
  padding: 1px;
}
.gallery .full-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 100%;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
  padding: 0;
}
.gallery .full-container .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Arapey, Arial, sans-serif;
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  z-index: 5;
}
.gallery .gallery-filters {
  float: left;
  width: 100%;
  height: 75px;
}
.gallery .gallery-filters ul {
  float: left;
  width: 100%;
  text-align: right;
  padding: 0 100px 0 0;
  margin: 0;
  list-style: none;
  position: relative;
  top: 0;
  z-index: 0;
  display: inline-block;
}
.gallery .gallery-filters button {
  background: transparent;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: Arapey, Arial, sans-serif;
  color: #787878;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 75px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 2px 3px;
}
.gallery .gallery-filters li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  margin-left: 50px;
}
.gallery .gallery-filters li.active button,
.gallery .gallery-filters li:hover button {
  color: #121212;
}
.gallery .gallery-filters li button,
.gallery .gallery-filters li button:active {
  outline: none;
}
.gallery .gallery-wrap {
  float: left;
  width: 100% !important;
  padding: 2px;
}
.gallery .gallery-wrap article {
  float: left;
  position: relative;
  overflow: hidden;
  padding: 1px;
  cursor: pointer;
}
.gallery .gallery-wrap article:hover .overlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery .gallery-wrap article .group-gallery {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
}
.fancybox-overlay {
  background-color: rgba(2, 2, 2, 0.88);
}
.fancybox-skin {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fancybox-prev {
  background-image: url('../images/arrow-left-transparent.png');
  width: 30px;
  height: 20px;
  background-size: cover;
  background-position: center;
  left: -60px;
  top: 50%;
  margin-top: -10px;
}
.fancybox-next {
  background-image: url('../images/arrow-right-transparent.png');
  width: 30px;
  height: 20px;
  background-size: cover;
  background-position: center;
  right: -60px;
  top: 50%;
  margin-top: -10px;
}
.fancybox-close {
  width: 30px;
  height: 30px;
  background-image: url('../images/close.jpg');
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  right: 0;
}
.fancybox-title-float-wrap .child {
  background: transparent;
  font-family: Lato, Arial, sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
/* General styles for all menus */
.cbp-spmenu {
  background: #47a3da;
  position: fixed;
}
.fixed-menu {
  margin-top: 30px;
  left: 30px;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 351px;
  -lh-property: 0;
height:-webkit-calc(100% - 60px);
height:-moz-calc(100% - 60px);
height:calc(100% - 60px);
;
  top: 0;
  z-index: 1000;
  background: #121212;
  text-align: center;
  display: table;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -351px;
  margin-left: 0;
  margin-top: 30px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0;
  margin-left: 30px;
  margin-top: 30px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toright {
  left: 350px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.menu-content h3 {
  font-family: Arapey, Arial, sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 400;
}
.menu-content .links {
  padding: 15px;
  text-align: center;
  list-style: none;
  border-top: solid 1px #2b2b2b;
  border-bottom: solid 1px #2b2b2b;
}
.menu-content a {
  font-family: Lato, Arial, sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 27px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.close-menu {
  position: relative;
  top: 20px;
  right: 20px;
  font-size: 15px;
  color: white;
}
.close-menu i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}
.sl-slider-wrapper {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.sl-slider {
  position: absolute;
  top: 0;
  left: 0;
}
/* Slide wrapper and slides */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sl-slide {
  z-index: 1;
}
/* The duplicate parts/slices */
.sl-content-slice {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0px 200px 200px 200px;
}
/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  -webkit-transform: translateX(0%) scale(1);
  -moz-transform: translateX(0%) scale(1);
  -o-transform: translateX(0%) scale(1);
  -ms-transform: translateX(0%) scale(1);
  transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0px;
}
/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
  position: absolute;
}
.sl-content {
  width: 100%;
  height: 100%;
  background: #fff;
}
/* Default styles for background colors */
.homepage-4 .sl-slide-horizontal .sl-slide-inner {
  background: #121212;
  padding: 10px;
}
.homepage-4 .sl-slide-vertical .sl-slide-inner {
  background: #121212;
  padding: 10px;
}
.gallery-single .sl-slide-horizontal .sl-slide-inner {
  background: #121212;
}
.gallery-single .sl-slide-vertical .sl-slide-inner {
  background: #121212;
}
/* Custom navigation arrows */
.nav-arrows .arrow {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #383838;
  text-align: center;
}
.nav-arrows .arrow img {
  width: 26px;
  height: auto;
  margin-top: 10px;
}
.nav-arrows .arrow:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.nav-arrows .arrow.nav-arrow-prev {
  left: 20px;
}
.nav-arrows .arrow.nav-arrow-next {
  right: 20px;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage-1 .left-container .title {
    bottom: 60px;
    left: 60px;
    font-size: 30px;
  }
  .homepage-2 .right-container .buttons .btn {
    margin-right: 10px;
    font-size: 9px;
    line-height: 9px;
  }
  .homepage-3 .right-container .articles {
    height: 100px;
  }
  .homepage-3 .right-container .main-section {
    -lh-property: 0;
height:-webkit-calc(100% - 100px);
height:-moz-calc(100% - 100px);
height:calc(100% - 100px);
;
  }
  .homepage-3 .right-container .article {
    padding: 20px;
  }
  .homepage-3 .right-container .article .title {
    float: left;
    width: 100%;
    font-family: Lato, Arial, sans-serif;
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
  }
  .homepage-3 .right-container .article .category {
    float: left;
    width: 100%;
    font-family: Lato, Arial, sans-serif;
    color: #919191;
    font-size: 9px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
  }
  .homepage-3 .right-container .article .info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .homepage-3 .right-container .article .info li {
    float: left;
    font-family: Arapey, Arial, sans-serif;
    color: #787878;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    margin-right: 20px;
  }
  .homepage-3 .right-container .article .info li i {
    font-size: 3px;
  }
  .homepage-3 .right-container .article .info li a {
    color: #787878;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .traveler .statistic .value {
    font-size: 35px;
    line-height: 40px;
  }
  .traveler .statistic .key {
    font-size: 9px;
  }
  .gallery .gallery-filters li {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-1 .left-container {
    width: 100%;
    float: right;
    height: auto;
    padding: 100px 30px 60px;
  }
  .homepage-1 .left-container .title {
    font-size: 27px;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
  }
  .homepage-1 .right-container {
    width: 100%;
    height: 100%;
    float: left;
  }
  .bottom {
    margin-top: -30px;
  }
  .homepage-2 .left-container,
  .homepage-2 .right-container {
    width: 100%;
  }
  .homepage-2 .left-container .brand {
    height: auto;
    text-align: center;
  }
  .homepage-2 .left-container .brand .text {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    line-height: 200px;
  }
  .homepage-3 .left-container,
  .homepage-3 .right-container {
    width: 100%;
  }
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .homepage-4 {
    padding: 30px 30px 30px 210px;
  }
  .gallery-single .right-container,
  .post .right-container,
  .product .right-container {
    width: 100%;
  }
  .gallery-single .right-container .main-section,
  .post .right-container .main-section,
  .product .right-container .main-section {
    padding: 50px 40px;
  }
  .gallery-single .left-container,
  .post .left-container,
  .product .left-container {
    width: 100%;
  }
  .gallery-single .left-container .sl-content-wrapper,
  .post .left-container .sl-content-wrapper,
  .product .left-container .sl-content-wrapper {
    position: relative;
  }
  .gallery-single .left-container .sl-slide,
  .post .left-container .sl-slide,
  .product .left-container .sl-slide,
  .gallery-single .left-container .sl-slides-wrapper,
  .post .left-container .sl-slides-wrapper,
  .product .left-container .sl-slides-wrapper,
  .gallery-single .left-container .sl-slide-inner,
  .post .left-container .sl-slide-inner,
  .product .left-container .sl-slide-inner {
    position: relative;
  }
  .gallery-single .left-container .sl-slider,
  .post .left-container .sl-slider,
  .product .left-container .sl-slider {
    position: relative;
  }
  .blog .left-container,
  .blog .right-container {
    width: 100%;
  }
  .shopper .left-container,
  .shopper .right-container {
    width: 100%;
  }
  .traveler .left-container,
  .traveler .right-container {
    width: 100%;
  }
  .gallery .left-container,
  .gallery .right-container {
    width: 100%;
  }
  .gallery .left-container .info-text,
  .gallery .right-container .info-text {
    display: none;
  }
  .gallery .gallery-filters li {
    margin-left: 10px;
  }
  .gallery .gallery-filters ul {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .homepage-1 .left-container {
    width: 100%;
    float: right;
    height: auto;
    padding: 100px 30px 60px;
  }
  .homepage-1 .left-container .title {
    font-size: 27px;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
  }
  .homepage-1 .right-container {
    width: 100%;
    height: 100%;
    float: left;
  }
  .bottom {
    margin-top: -30px;
    float: left;
    width: 100%;
  }
  .bottom .socials {
    float: left;
    width: 100%;
    padding: 0 30px;
  }
  .bottom .socials li {
    margin: 0 2px;
  }
  .bottom .socials a {
    font-size: 8px;
  }
  .bottom .copyright {
    width: 100%;
    padding: 0 30px;
    margin-left: 0;
    font-size: 80%;
  }
  .cbp-spmenu-vertical {
    width: 130px;
  }
  .cbp-spmenu-push-toright {
    left: 160px;
  }
  .cbp-spmenu-left {
    left: -162px;
  }
  .homepage-2 .left-container,
  .homepage-2 .right-container {
    width: 100%;
  }
  .homepage-2 .left-container .brand {
    height: auto;
    text-align: center;
  }
  .homepage-2 .left-container .brand .text {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    line-height: 200px;
    font-size: 50px;
  }
  .homepage-2 .right-container .buttons .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .homepage-3 .left-container,
  .homepage-3 .right-container {
    float: left;
    width: 100%;
  }
  .homepage-3 .left-container .main-section,
  .homepage-3 .right-container .main-section {
    padding: 30px;
    height: auto;
    float: left;
    width: 100%;
  }
  .homepage-3 .left-container .main-section .title,
  .homepage-3 .right-container .main-section .title,
  .homepage-3 .left-container .main-section .pictures,
  .homepage-3 .right-container .main-section .pictures {
    float: left;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .homepage-3 .left-container .main-section .title figure,
  .homepage-3 .right-container .main-section .title figure,
  .homepage-3 .left-container .main-section .pictures figure,
  .homepage-3 .right-container .main-section .pictures figure {
    padding: 5px;
  }
  .homepage-3 .left-container .articles,
  .homepage-3 .right-container .articles {
    float: left;
    width: 100%;
    height: auto;
  }
  .homepage-3 .left-container .article,
  .homepage-3 .right-container .article {
    width: 100%;
  }
  .homepage-3 .left-container .article .info,
  .homepage-3 .right-container .article .info {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 40px -5px 0;
  }
  .homepage-3 .left-container .article .info li,
  .homepage-3 .right-container .article .info li {
    margin: 0 5px;
    float: left;
    width: 100%;
  }
  .homepage-3 .left-container .article.bordered,
  .homepage-3 .right-container .article.bordered {
    border-right: none;
    border-bottom: solid 1px #e7e7e7;
  }
  .homepage-4 {
    padding: 30px 30px 30px 171px;
  }
  .cbp-spmenu-vertical {
    font-size: 80%;
    width: 100px;
  }
  .fixed-menu .links a {
    font-size: 90%;
    line-height: 90%;
  }
  .fixed-menu h3 {
    font-size: 22px;
  }
  .gallery-single .right-container,
  .post .right-container,
  .product .right-container {
    width: 100%;
  }
  .gallery-single .right-container .main-section,
  .post .right-container .main-section,
  .product .right-container .main-section {
    padding: 50px 40px;
  }
  .gallery-single .right-container .details,
  .post .right-container .details,
  .product .right-container .details {
    float: left;
    width: 100%;
  }
  .gallery-single .right-container .details li,
  .post .right-container .details li,
  .product .right-container .details li {
    float: left;
    width: 100%;
    border: none;
    padding: 0;
    text-align: center;
  }
  .gallery-single .left-container,
  .post .left-container,
  .product .left-container {
    width: 100%;
  }
  .gallery-single .left-container .sl-content-wrapper,
  .post .left-container .sl-content-wrapper,
  .product .left-container .sl-content-wrapper {
    position: relative;
  }
  .gallery-single .left-container .sl-slide,
  .post .left-container .sl-slide,
  .product .left-container .sl-slide,
  .gallery-single .left-container .sl-slides-wrapper,
  .post .left-container .sl-slides-wrapper,
  .product .left-container .sl-slides-wrapper,
  .gallery-single .left-container .sl-slide-inner,
  .post .left-container .sl-slide-inner,
  .product .left-container .sl-slide-inner {
    position: relative;
  }
  .gallery-single .left-container .sl-slider,
  .post .left-container .sl-slider,
  .product .left-container .sl-slider {
    position: relative;
  }
  .gallery-single .right-container .category,
  .post .right-container .category {
    font-size: 11px;
    line-height: 11px;
  }
  .gallery-single .right-container .title,
  .post .right-container .title {
    font-size: 27px;
    line-height: 33px;
  }
  .gallery-single .right-container .info li,
  .post .right-container .info li {
    font-size: 13px;
    margin-right: 15px;
  }
  .gallery-single .right-container .text,
  .post .right-container .text {
    font-size: 15px;
    line-height: 27px;
  }
  .gallery-single .right-container .details .key,
  .post .right-container .details .key {
    font-size: 12px;
  }
  .gallery-single .right-container .details .value,
  .post .right-container .details .value {
    font-size: 20px;
  }
  .blog .left-container,
  .blog .right-container {
    width: 100%;
  }
  .blog .left-container .title {
    bottom: 30px;
    left: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .blog .post-list > li {
    padding: 30px;
  }
  .blog .post-list .title {
    font-size: 25px;
    line-height: 30px;
  }
  .blog .post-list .category {
    font-size: 11px;
    line-height: 13px;
  }
  .blog .post-list .info {
    text-align: left;
  }
  .blog .post-list .info li {
    width: 100%;
  }
  .product .right-container .title {
    width: 100%;
  }
  .product .right-container .price {
    float: left;
    width: 100%;
  }
  .product .right-container .form-group {
    float: left;
    width: 100%;
  }
  .product .right-container .more-info {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 8px;
    line-height: 15px;
  }
  .shopper .left-container,
  .shopper .right-container {
    width: 100%;
  }
  .shopper .right-container {
    padding: 50px 30px;
  }
  .shopper .left-container .title {
    bottom: 30px;
    left: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .traveler .left-container,
  .traveler .right-container {
    width: 100%;
  }
  .gallery .left-container,
  .gallery .right-container {
    width: 100%;
  }
  .gallery .left-container .info-text,
  .gallery .right-container .info-text {
    display: none;
  }
  .traveler .right-container {
    padding: 50px 0px;
  }
  .traveler .left-container .title,
  .gallery .left-container .title {
    bottom: 30px;
    left: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .traveler .statistics {
    padding: 0 30px;
  }
  .traveler .statistics .statistic {
    margin: 10px 0;
  }
  .traveler .places-articles .places > li {
    padding: 50px 30px;
  }
  .traveler .places-articles .places > li .info li {
    width: 100%;
  }
  .gallery .gallery-filters ul {
    padding-right: 20px;
  }
  .gallery .gallery-filters ul li {
    margin-left: 5px;
  }
  .gallery .gallery-filters ul li button {
    font-size: 11px;
  }
  .gallery .full-container .gallery-filters {
    height: 150px;
  }
  .gallery .full-container .gallery-filters ul {
    padding-top: 75px;
  }
  .fancybox-prev {
    left: -20px;
  }
  .fancybox-next {
    right: -20px;
  }
}
.homepage-1 .right-container .open-menu:hover i {
  color: #e3868f;
}
.socials a:hover {
  color: #e3868f;
}
.homepage-1 .left-container .logo span {
  color: #e3868f;
}
.gallery-single .left-container .logo span,
.post .left-container .logo span,
.product .left-container .logo span {
  color: #e3868f;
}
.menu-content h3 span {
  color: #e3868f;
}
.menu-content .links a:hover {
  color: #e3868f;
}
.close-menu:hover i {
  color: #e3868f;
}
.homepage-2 .left-container .brand .text span {
  color: #e3868f;
}
.homepage-2 .right-container .title span {
  color: #e3868f;
}
.btn.btn-primary {
  background: #e3868f;
  border-bottom: solid 3px #a98000;
}
.homepage-3 .right-container .main-section .title span {
  color: #e3868f;
}
.homepage-3 .right-container .article .info li a:hover {
  color: #e3868f;
}
.blog .left-container .title span,
.shopper .left-container .title span,
.traveler .left-container .title span,
.gallery .left-container .title span {
  color: #e3868f;
}
.blog .left-container .logo span,
.shopper .left-container .logo span,
.traveler .left-container .logo span,
.gallery .left-container .logo span,
.gallery .full-container .logo span {
  color: #e3868f;
}
.blog .right-container .post-list > li a:hover {
  color: #e3868f;
}
.blog .right-container .post-list > li .info a:hover {
  color: #e3868f;
}
.shopper .right-container .product-info .title:hover {
  color: #e3868f;
}
.product .go-back:hover {
  color: #e3868f;
}
.product .right-container .main-section .price,
.product .right-container .main-section .more-info:hover,
.shopper .right-container .product-box .product-info .price {
  color: #e3868f;
}
.traveler .right-container .places > li a:hover {
  color: #e3868f;
}

.links li ul {
  list-style: none;
}
/*# sourceMappingURL=main.css.map */