/* line 5, ../sass/theme.scss */
body {
  color: #666666;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 0!important;
}

body.modal-open {
    overflow: hidden;
}


/* line 11, ../sass/theme.scss */
#page {
  overflow: hidden;
  position: relative;
}


p,ul,ol,h1,h2,h3,h4,h5,h6,pre,table,form,blockquote,canvas,caption,embed,fieldset,figure,video,progress,object,map, hr,span {
  cursor:default;
}


.visibleMobile{
	display:none;
}


.center-block {
	float:none;
	display:table;
}

.justify {
	text-align: justify;
}

.lh10 {
	line-height:5;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
		display: block;
		max-width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
/* Drop down menu */
/* line 31, ../sass/theme.scss */
.dropdown-menu {
  background: #181818;
  border: none;
  border-radius: 0;
  margin: 0;
}
/* line 37, ../sass/theme.scss */
.dropdown-menu > li > a {
  line-height: 1.6;
  padding: 5px 20px 8px;
}
/* line 40, ../sass/theme.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
}
/* line 45, ../sass/theme.scss */
.dropdown-menu h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

/* line 52, ../sass/theme.scss */
.list-thumbs-pro .product {
  margin-bottom: 0;
  overflow: hidden;
}
/* line 55, ../sass/theme.scss */
.list-thumbs-pro .product + .product {
  border-top: 1px dotted #282828;
  margin-top: 20px;
  padding-top: 20px;
}
/* line 61, ../sass/theme.scss */
.list-thumbs-pro h4 {
  padding-right: 0;
}
/* line 64, ../sass/theme.scss */
.list-thumbs-pro .product-thumb-info-image {
  float: left;
  margin-bottom: 0;
}
/* line 68, ../sass/theme.scss */
.list-thumbs-pro .product-thumb-info-content {
  padding: 3px 20px 0 75px;
}
/* line 71, ../sass/theme.scss */
.list-thumbs-pro .product-remove {
  float: right;
}

/* line 76, ../sass/theme.scss */
.list-md-pro {
  color: #666666;
}
/* line 78, ../sass/theme.scss */
.list-md-pro .product-thumb-info-content h4 {
  margin-bottom: 15px;
  padding-right: 0;
  text-transform: uppercase;
}



/* line 119, ../sass/theme.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

/* menu-shop */
/* line 125, ../sass/theme.scss */
.menu-shop {
  padding-right: 15px;
  position: relative;
  /* end dropdown-menu*/
}
/* line 128, ../sass/theme.scss */
.menu-shop i {
  font-size: 1.3em;
}
/* line 131, ../sass/theme.scss */
.menu-shop .dropdown-menu {
  color: white;
  min-width: 415px;
  text-transform: none;
  padding: 20px;
}
/* line 136, ../sass/theme.scss */
.menu-shop .dropdown-menu a {
  color: white;
}
/* line 138, ../sass/theme.scss */
.menu-shop .dropdown-menu a:hover, .menu-shop .dropdown-menu a:focus {
  color: #62ccca;
}
/* line 142, ../sass/theme.scss */
.menu-shop .dropdown-menu .item-cat a {
  color: #999999;
}
/* line 144, ../sass/theme.scss */
.menu-shop .dropdown-menu .item-cat a:hover, .menu-shop .dropdown-menu .item-cat a:focus {
  color: #62ccca;
}

/* line 151, ../sass/theme.scss */
.cart-buttons {
  padding-top: 20px;
}
/* line 153, ../sass/theme.scss */
.cart-buttons .btn {
  margin-left: 10px;
}

/* line 158, ../sass/theme.scss */
.cart-subtotals {
  border-top: 1px dotted #666666;
  font-family: Roboto Slab, serif;
  font-size: 1.071em;
  margin-top: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}

/* line 166, ../sass/theme.scss */
.shopping-bag {
    background-color: #62ccca;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 1.8;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 10px;
    width: 20px;
	opacity: 0.75;
    filter: alpha(opacity=75);
}



/* menu */
/* line 208, ../sass/theme.scss */
.logo {
  display: block;
  float: left;
 /* margin: 26px 0;*/
}

/* line 214, ../sass/theme.scss */
.navbar-main {
  background-color: white;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
  z-index: 5;
}
/* line 221, ../sass/theme.scss */
.navbar-main .container {
  position: relative;
}

/* line 226, ../sass/theme.scss */
.navbar-main .navbar-nav {
  font-family: Roboto Slab, serif;
}
/* line 228, ../sass/theme.scss */
.navbar-main .navbar-nav > li > a {
  color: #333333;
  font-size: .857em;
  font-weight: 400;
  padding: 32px 20px 33px;
  text-transform: uppercase;
}
/* line 24, ../sass/mixins/_mixins.scss */
.navbar-main .navbar-nav > li > a:hover, .navbar-main .navbar-nav > li > a:focus {
  color: #62ccca;
}
/* line 234, ../sass/theme.scss */
.navbar-main .navbar-nav > li > a:hover, .navbar-main .navbar-nav > li > a:focus {
  background-color: transparent;
}
/* line 246, ../sass/theme.scss */
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus,
.navbar-main .navbar-nav .open .dropdown-menu > .active > a,
.navbar-main .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-main .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #62ccca;
  background-color: transparent;
}
/* line 251, ../sass/theme.scss */
.navbar-main .navbar-nav .open > a:after {
  bottom: 0;
  height: 0;
  border-bottom: 6px solid #181818;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
/* line 264, ../sass/theme.scss */
.navbar-main .navbar-nav .open .dropdown-menu > li > a {
  line-height: 1.6;
  padding: 5px 20px 8px;
}
/* line 269, ../sass/theme.scss */
.navbar-main .navbar-nav .dropdown-menu {
  padding: 10px 0;
}
/* line 271, ../sass/theme.scss */
.navbar-main .navbar-nav .dropdown-menu li a {
  color: white;
}
/* line 273, ../sass/theme.scss */
.navbar-main .navbar-nav .dropdown-menu li a:hover, .navbar-main .navbar-nav .dropdown-menu li a:focus {
  color: #62ccca;
}
/* line 279, ../sass/theme.scss */
.navbar-main .navbar-nav .dropdown-menu > .active > a,
.navbar-main .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #62ccca;
}
/* line 283, ../sass/theme.scss */
.navbar-main .navbar-nav .dropdown-menu .item-cat a {
  color: #999999;
}
/* line 285, ../sass/theme.scss */
.navbar-main .navbar-nav .dropdown-menu .item-cat a:hover, .navbar-main .navbar-nav .dropdown-menu .item-cat a:focus {
  color: #62ccca;
}

/* line 292, ../sass/theme.scss */
.dropdown-submenu {
  position: relative;
}
/* line 294, ../sass/theme.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -10px;
}
/* line 299, ../sass/theme.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #dddddd;
  margin-top: 6px;
  margin-right: -10px;
}
/* line 312, ../sass/theme.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 316, ../sass/theme.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: white;
}

/* line 320, ../sass/theme.scss */
.navbar-nav > .megamenu {
  position: static;
}
/* line 322, ../sass/theme.scss */
.navbar-nav > .megamenu .dropdown-menu {
  left: 0;
  margin: 0 15px;
  padding: 0;
  right: 0;
}
/* line 327, ../sass/theme.scss */
.navbar-nav > .megamenu .dropdown-menu .sub-menu > li > a {
  display: block;
  padding-bottom: 10px;
  white-space: nowrap;
}
/* line 333, ../sass/theme.scss */
.navbar-nav > .megamenu .mega-menu-content {
  padding: 0 25px;
}
/* line 335, ../sass/theme.scss */
.navbar-nav > .megamenu .mega-menu-content .menu-column {
  padding: 30px 20px;
}
/* line 337, ../sass/theme.scss */
.navbar-nav > .megamenu .mega-menu-content .menu-column + .menu-column {
  border-left: 1px solid #282828;
  display: table-cell;
  float: none;
}
/* line 343, ../sass/theme.scss */
.navbar-nav > .megamenu .mega-menu-content h3 {
  color: white;
  font-family: 'Raleway', sans-serif;
}
/* line 347, ../sass/theme.scss */
.navbar-nav > .megamenu .mega-menu-content .product-thumb-info-content {
  padding-right: 0;
}
/* line 349, ../sass/theme.scss */
.navbar-nav > .megamenu .mega-menu-content .product-thumb-info-content p {
  font-family: 'Raleway', sans-serif;
}

/* nav-white */
/* line 357, ../sass/theme.scss */
.navbar-main .nav-white .megamenu.open > a:after {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

/* line 362, ../sass/theme.scss */
.nav-white > .megamenu .dropdown-menu {
  background: white;
}
/* line 364, ../sass/theme.scss */
.nav-white > .megamenu .dropdown-menu li a {
  color: #666666;
}
/* line 366, ../sass/theme.scss */
.nav-white > .megamenu .dropdown-menu li a:hover, .nav-white > .megamenu .dropdown-menu li a:focus {
  color: #62ccca;
}
/* line 372, ../sass/theme.scss */
.nav-white > .megamenu .mega-menu-content .menu-column {
  padding: 30px 20px;
}
/* line 374, ../sass/theme.scss */
.nav-white > .megamenu .mega-menu-content .menu-column + .menu-column {
  border-left-color: rgba(0, 0, 0, 0.1);
}
/* line 378, ../sass/theme.scss */
.nav-white > .megamenu .mega-menu-content h3 {
  color: #333333;
}
/* line 381, ../sass/theme.scss */
.nav-white > .megamenu .mega-menu-content .sub-menu > li > a {
  color: #666666;
}
/* line 383, ../sass/theme.scss */
.nav-white > .megamenu .mega-menu-content .sub-menu > li > a:hover, .nav-white > .megamenu .mega-menu-content .sub-menu > li > a:focus {
  color: #62ccca;
}
/* line 387, ../sass/theme.scss */
.nav-white > .megamenu .mega-menu-content .list-thumbs-pro .product + .product {
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* login */
/* line 394, ../sass/theme.scss */
.login-wrapper {
  background: black;
  color: white;
  padding: 30px;
  position: absolute;
  overflow: hidden;
  right: 0;
  width: 500px;
  z-index: 3;
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -moz-transition: -moz-transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}
/* line 410, ../sass/theme.scss */
.login-wrapper label {
  color: #999999;
  display: block;
}
/* line 414, ../sass/theme.scss */
.login-wrapper .form-control {
  background: none;
  width: 100%;
}
/* line 419, ../sass/theme.scss */
.login-wrapper .form-group,
.login-wrapper .list-inline {
  margin-bottom: 30px;
}
/* line 422, ../sass/theme.scss */
.login-wrapper .list-inline li + li {
  margin-left: 30px;
}
/* line 425, ../sass/theme.scss */
.login-wrapper h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
/* line 429, ../sass/theme.scss */
.login-wrapper a {
  color: white;
}
/* line 431, ../sass/theme.scss */
.login-wrapper a:hover, .login-wrapper a:focus {
  color: #62ccca;
}
/* line 435, ../sass/theme.scss */
.login-wrapper.open {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* search */
/* line 444, ../sass/theme.scss */
.form-search {
  position: relative;
}
/* line 446, ../sass/theme.scss */
.form-search .form-group {
  width: 100%;
}
/* line 449, ../sass/theme.scss */
.form-search .form-control {
  background: none;
  border-color: white;
  border-right: none;
  border-width: 2px;
  width: 100%;
}
/* line 456, ../sass/theme.scss */

/* line 465, ../sass/theme.scss */
.search-wrapper {
  background: black;
  color: white;
  padding-top: 10%;
}
/* line 469, ../sass/theme.scss */
.search-wrapper .close {
  color: white;
  font-family: Roboto Slab, serif;
  font-size: 2.571em;
}
/* line 474, ../sass/theme.scss */
.search-wrapper .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* owl carousel */
/* line 483, ../sass/theme.scss */
.owl-theme .owl-controls {
  left: 0;
  margin-top: 0;
  position: absolute;
  width: 100%;
}

/* line 491, ../sass/theme.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  background: #333333;
  border-radius: 0;
  color: white;
  font-size: 1.285em;
  height: 50px;
  line-height: 50px;
  margin: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  padding: 0;
  width: 50px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
/* line 505, ../sass/theme.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev:hover, .owl-theme .owl-controls .owl-buttons .owl-prev:focus,
.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:focus {
  background-color: #62ccca;
}

/* home slide */
/* line 511, ../sass/theme.scss */
.main-slide .container {
  margin-bottom: 50px;
  margin-top: 50px;
}

/* line 516, ../sass/theme.scss */
.item-caption {
  color: white;
  text-align: center;
  text-transform: uppercase;
}
/* line 520, ../sass/theme.scss */
.item-caption .item-cat, .item-caption h2 {
  font-family: Roboto Slab, serif;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
/* line 524, ../sass/theme.scss */
.item-caption .item-cat {
  margin-bottom: 10px;
}
/* line 527, ../sass/theme.scss */
.item-caption h2 {
  color: white;
  font-family: Roboto Slab, serif;
  font-size: 4.286em;
  font-line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

/* line 535, ../sass/theme.scss */
.owl-carousel .item {
  position: relative;
}
/* line 537, ../sass/theme.scss */
.owl-carousel .item > img {
  display: inline-block;
}
/* line 540, ../sass/theme.scss */
.owl-carousel .item .item-caption {
  bottom: 0;
  height: 80%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80%;
}
/* line 548, ../sass/theme.scss */
.owl-carousel .item .item-caption .item-cat a {
  color: white;
}
/* line 550, ../sass/theme.scss */
.owl-carousel .item .item-caption .item-cat a:hover, .owl-carousel .item .item-caption .item-cat a:focus {
  color: #62ccca;
}
/* line 555, ../sass/theme.scss */
.owl-carousel .item .item-caption-inner {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 560, ../sass/theme.scss */
.owl-carousel .item .item-caption-wrap {
  display: table-cell;
  vertical-align: middle;
}


/* line 588, ../sass/theme.scss */
.second-demo .item:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* line 598, ../sass/theme.scss */
.second-demo .item .item-caption {
  z-index: 2;
}

/*#item1 {
	background-color: #adacaa;
}

#item2 {
	background-color: #d41247;
}

#item3 {
	background-color: #f278a1;
}
*/
/* product slide */
/* line 618, ../sass/theme.scss */
.product-slide {
  padding-top: 100px;
}
/* line 620, ../sass/theme.scss */
.product-slide .owl-controls {
  top: 0;
}
/* line 623, ../sass/theme.scss */
.product-slide .owl-controls .owl-buttons .owl-prev,
.product-slide .owl-controls .owl-buttons .owl-next {
  background: none;
  border: 2px solid #333333;
  color: #333333;
  font-size: 2.2em;
  line-height: 45px;
  margin: 0 2px;
}

/* line 24, ../sass/mixins/_mixins.scss */
.product-slide .owl-controls .owl-buttons .owl-prev:hover, .product-slide .owl-controls .owl-buttons .owl-prev:focus,
.product-slide .owl-controls .owl-buttons .owl-next:hover,
.product-slide .owl-controls .owl-buttons .owl-next:focus {
  color: #62ccca;
}
/* line 630, ../sass/theme.scss */
.product-slide .owl-controls .owl-buttons .owl-prev:hover, .product-slide .owl-controls .owl-buttons .owl-prev:focus,
.product-slide .owl-controls .owl-buttons .owl-next:hover,
.product-slide .owl-controls .owl-buttons .owl-next:focus {
  background-color: transparent;
  border-color: #62ccca;
}


/* collections */
/* line 648, ../sass/theme.scss */
.collections {
  margin-bottom: 50px;
}
/* line 650, ../sass/theme.scss */
.collections .collect-item {
  text-align: center;
}
/* line 653, ../sass/theme.scss */
.collections h2 {
  font-family: Roboto Slab, serif;
  font-size: 1.071em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
/* line 658, ../sass/theme.scss */
.collections p {
  margin-bottom: 25px;
}

/* line 663, ../sass/theme.scss */
.collect-item-thumb {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
/* line 668, ../sass/theme.scss */
.collect-item-thumb:after {
  border: 1px solid white;
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
/* line 679, ../sass/theme.scss */
.collect-item-thumb img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 686, ../sass/theme.scss */
.collect-item-thumb:hover img {
  opacity: .7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 691, ../sass/theme.scss */
.collect-item-thumb:hover:after {
  -webkit-transform: scale(0.55, 0.5);
  transform: scale(0.55, 0.5);
  filter: alpha(opacity=0);
  opacity: 0;
}

/* top-selling */
/* line 701, ../sass/theme.scss */
.top-selling {
  margin-bottom: 20px;
}

/* line 705, ../sass/theme.scss */
#bg-red {
  background: #d55357;
}

/* quick-view-pro */
/* line 711, ../sass/theme.scss */
.quick-view-pro .container {
  width: 100%;
}





/* line 804, ../sass/theme.scss */
.parallax-shop {
  background-image: url(../images/content/slides/bg-parallax-2.jpg);
  position: relative;
}
/* line 807, ../sass/theme.scss */
.parallax-shop:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* line 817, ../sass/theme.scss */
.parallax-shop .owl-carousel {
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
/* line 821, ../sass/theme.scss */
.parallax-shop p {
  margin-bottom: 40px;
}

/* list-thumbs */
/* line 827, ../sass/theme.scss */
.list-thumbs {
  padding: 50px 0 30px;
}
/* line 829, ../sass/theme.scss */
.list-thumbs h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
}
/* line 832, ../sass/theme.scss */
.list-thumbs .list-thumbs-pro .product + .product {
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 837, ../sass/theme.scss */
.product-thumbs-slide {
  padding-top: 0;
}
/* line 839, ../sass/theme.scss */
.product-thumbs-slide .owl-controls {
  padding: 0 15px;
  text-align: right;
  top: -63px;
}
/* line 844, ../sass/theme.scss */
.product-thumbs-slide .owl-controls .owl-buttons .owl-prev,
.product-thumbs-slide .owl-controls .owl-buttons .owl-next {
  font-size: 1.714em;
  height: 25px;
  line-height: 25px;
  margin: 0 0 0 10px;
  text-align: center;
  width: 25px;
}
/* line 851, ../sass/theme.scss */
.product-thumbs-slide .owl-controls .owl-buttons .owl-prev *,
.product-thumbs-slide .owl-controls .owl-buttons .owl-next * {
  display: block;
  line-height: 0.8;
}

/* highlights */
/* line 860, ../sass/theme.scss */
.wp-ads {
  list-style: none;
  margin: 50px 0;
  overflow: hidden;
  padding: 0;
}
/* line 865, ../sass/theme.scss */
.wp-ads li {
  background-color: #62ccca;
  color: white;
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 20px 0 20px 25px;
  width: 20%;
}
/* line 873, ../sass/theme.scss */
.wp-ads li strong {
  display: block;
}
/* line 876, ../sass/theme.scss */
.wp-ads li span {
  font-size: .857em;
  filter: alpha(opacity=50);
  opacity: .5;
}
/* line 881, ../sass/theme.scss */
.wp-ads li .fa {
  float: left;
  font-size: 2.571em;
  margin-right: 10px;
}
/* line 887, ../sass/theme.scss */
.wp-ads li + li {
  background-color: rgba(26, 188, 156, 0.9);
}
/* line 889, ../sass/theme.scss */
.wp-ads li + li + li {
  background-color: rgba(26, 188, 156, 0.8);
}
/* line 891, ../sass/theme.scss */
.wp-ads li + li + li + li {
  background-color: rgba(26, 188, 156, 0.7);
}
/* line 893, ../sass/theme.scss */
.wp-ads li + li + li + li + li {
  background-color: rgba(26, 188, 156, 0.6);
}

/* latest blog */
/* line 903, ../sass/theme.scss */
.latest-blog {
  padding: 80px 0 60px;
}
/* line 905, ../sass/theme.scss */
.latest-blog h3 {
  font-family: Roboto Slab, serif;
  font-size: 1.071em;
  margin-bottom: 15px;
}
/* line 909, ../sass/theme.scss */
.latest-blog .post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* wp-404 */
/* line 917, ../sass/theme.scss */
.ico-emotion {
  color: black;
  font-size: 10em;
  filter: alpha(opacity=10);
  opacity: .1;
  line-height: 1;
}

/* line 925, ../sass/theme.scss */
.page-404 {
  background: #fafafa;
  padding: 70px 0;
}
/* line 928, ../sass/theme.scss */
.page-404 h2 {
  font-family: Roboto Slab, serif;
  font-size: 4.286em;
  font-line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 934, ../sass/theme.scss */
.form-search2 {
  margin: 30px 0;
}
/* line 936, ../sass/theme.scss */
.form-search2 .form-control {
  height: 46px;
}
/* line 939, ../sass/theme.scss */
.form-search2 .form-control, .form-search2 .btn {
  border-color: #dddddd;
}
/* line 942, ../sass/theme.scss */
.form-search2 .btn {
  border-width: 1px;
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
}


/* page-top */
/* line 955, ../sass/theme.scss */
.page-top, .page-top-md, .page-top-lg {
  background-color: #F1F1F1;
  color: #666666;
  margin-bottom: 60px;
  text-align: center;
}
/* line 960, ../sass/theme.scss */
.page-top .container, .page-top-md .container, .page-top-lg .container {
  display: table;
  height: 100px;
}
/* line 964, ../sass/theme.scss */
.page-top .page-top-in, .page-top-md .page-top-in, .page-top-lg .page-top-in {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
/* line 969, ../sass/theme.scss */
.page-top h2, .page-top-md h2, .page-top-lg h2 {
  color: white;
  font-size: 3.429em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
/* line 975, ../sass/theme.scss */
.page-top h2 span, .page-top-md h2 span, .page-top-lg h2 span {
  display: inline-block;
  padding: 11px 31px 11px 35px;
}

/* line 982, ../sass/theme.scss */
.page-top-md {
  background-color: #333333;
  background-image: url(../images/bg-blog.jpg);
  background-repeat: no-repeat;
}
/* line 987, ../sass/theme.scss */
.page-top-md .container {
  height: 202px;
}

/* line 992, ../sass/theme.scss */
.page-top-lg {
  background-color: #333333;
  background-image: url(../images/bg-contact.jpg);
  background-repeat: no-repeat;
}
/* line 997, ../sass/theme.scss */
.page-top-lg .container {
  height: 384px;
}
/* line 1001, ../sass/theme.scss */
.page-top-lg h2 span {
  border: 2px solid white;
}



/* sidebar */
/* line 1030, ../sass/theme.scss */
.sidebar {
  margin-bottom: 50px;
}
/* line 1032, ../sass/theme.scss */
.sidebar .block {
  position: relative;
}
/* line 1034, ../sass/theme.scss */
.sidebar .block + .block {
  margin-top: 40px;
  padding-top: 40px;
}
/* line 1037, ../sass/theme.scss */
.sidebar .block + .block:after {
  background: #dddddd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

/* line 1052, ../sass/theme.scss */
.block h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 1055, ../sass/theme.scss */
.block .form-search2 {
  margin: 0;
}



/* line 1119, ../sass/theme.scss */
.social-list li + li {
  margin-left: 15px;
}

/* line 1122, ../sass/theme.scss */
.social-list a {
  font-size: 1.571em;
}


.payments-list li + li {
  margin-left: 5px;
}



/* about */
/* line 1360, ../sass/theme.scss */
.about {
  margin-bottom: 10px;
}

/* line 1364, ../sass/theme.scss */
.short-intro {
  margin-bottom: 50px;
}
/* line 1366, ../sass/theme.scss */
.short-intro p {
  margin: 0;
}
/* line 1368, ../sass/theme.scss */
.short-intro p strong {
  font-size: .928em;
  text-transform: uppercase;
}
/* line 1373, ../sass/theme.scss */
.short-intro h1 {
  font-family: Roboto Slab, serif;
  font-size: 4.285em;
  text-transform: uppercase;
}
/* line 1378, ../sass/theme.scss */
.short-intro .divider {
  margin-bottom: 20px;
}

/* row-narrow */
/* line 1384, ../sass/theme.scss */
.row-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 1387, ../sass/theme.scss */
.row-narrow div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1393, ../sass/theme.scss */
.cat-description {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: white;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 1406, ../sass/theme.scss */
.cat-description h3, .cat-description a {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
/* line 1412, ../sass/theme.scss */
.cat-description h3 {
  color: white;
  font-family: Roboto Slab, serif;
  font-size: 1.714em;
  margin-bottom: 5px;
}
/* line 1418, ../sass/theme.scss */
.cat-description a {
  color: rgba(255, 255, 255, 0.5);
  font-size: .857em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 1427, ../sass/theme.scss */
.cat-item {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
/* line 1433, ../sass/theme.scss */
.cat-item:hover .cat-description, .cat-item:hover h3, .cat-item:hover a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* partners */
/* line 1440, ../sass/theme.scss */
.partners {
  margin-bottom: 60px;
}
/* line 1442, ../sass/theme.scss */
.partners ul {
  margin-bottom: 0;
  margin-top: 50px;
}
/* line 1446, ../sass/theme.scss */
.partners li {
  margin: 0 25px;
}
/* line 1449, ../sass/theme.scss */
.partners img {
  margin: 0 auto;
}

/* pgl-fixed */
/* line 1455, ../sass/theme.scss */
.highlight {
  padding-bottom: 35px;
  padding-top: 50px;
}

/* line 1459, ../sass/theme.scss */
.main-slide-boxed .container {
  margin-bottom: 0;
}

/* line 1462, ../sass/theme.scss */
.pgl-fixed {
  background-color: #f5f5f5;
}
/* line 1464, ../sass/theme.scss */
.pgl-fixed #page {
  background-color: white;
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* line 1470, ../sass/theme.scss */
.pgl-fixed .container {
  padding-left: 50px;
  padding-right: 50px;
}
/* line 1475, ../sass/theme.scss */
.pgl-fixed .main-slide-boxed .container {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}