::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	position: relative;
	padding-bottom: 160px;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
a:hover {
    text-decoration: none;
}
.img-fill {
    width: 100%
}
.relative {
    position: relative;
}
.absolute{
    position: absolute;
}
.font-light {
    font-weight: 300;
}
.font-bold {
    font-weight: 700;
}
.black-bg {
    background-color: #000;
}
.grey-light-bg {
    background-color: #666;
}
.grey-md-bg {
    background-color: #333
}
.white-bg {
    background-color: #FFF;
}
.black,
.black a {
    color: #000;
}
.white,
.white:hover,
.white:focus,
.white:active,
.white a,
.white a:hover,
.white a:focus,
.white a:active {
    color: #FFF;
}
.grey-dark,
.grey-dark a {
    color: #222;
}
.grey-md,
.grey-md a {
    color: #333;
}
.grey-light a {
    color: #666;
}
.border-light {
    border-color: #999;
}
.border-grey {
    border: solid 1px #ccc;
}
.italic {
    font-style: italic;
}
.font-xsmall {
    font-size: 0.625em;
}
.font-small {
    font-size: 0.75em;
}
.font-medium {
    font-size: 0.875em;
}
.font-large {
    font-size: 1em;
}
.font-xlarge {
    font-size: 1.125em;
}
.font-xxlarge {
    font-size: 1.25em;
}
.font-xxxlarge {
    font-size: 1.5em;
}
.block {
    display: block;
}
.inline {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
}
.banner {
    background-repeat:  no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 15% 1%;
}
.icon-bar {
    background-color: #FFF;
}
.pad-md-hor {
    padding-left: 10px;
    padding-right: 10px;
}
.pad-lg-hor {
    padding-left: 15px;
    padding-right: 15px;
}
.pad-xlg-hor {
    padding-left: 20px;
    padding-right: 20px;
}
.pad-xxlg-hor {
    padding-left: 25px;
    padding-right: 25px;
}.pad-xxxlg-hor {
     padding-left: 30px;
     padding-right: 30px;
 }
.pad-sm-ver {
    padding: 5px 0;
}
.pad-md-ver {
    padding: 10px 0;
}
.pad-lg-ver {
    padding: 15px 0;
}
.pad-xlg-ver {
    padding: 18px 0;
}
.pad-xxlg-ver {
     padding: 20px 0;
 }

.pad-xxxlg-ver {
    padding: 25px 0;
}
.margin-xsm {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-md {
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-lg {
    margin-top: 25px;
    margin-bottom: 25px;
}
.margin-omit {
    margin: 0;
}
.border {
    border: 1px solid #DDD;
}
.categories {
    display: block;
    height: 178px;
    position: relative;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(left,  #f5f5f5 0%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f5f5f5 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f5f5f5 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 */
}
.gradient {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(left,  #f5f5f5 0%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f5f5f5 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f5f5f5 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 */
}
.categories .holder {
    height: 100%;
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.text {
    position: absolute;
    top: 50%;
    padding-left: 20px;
    margin-top: -25px;
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .text {
        background-color: rgba(255, 255, 255, 0.8);
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        text-align: center;
        padding: 0;
    }
}
.width-half {
    width: 50%;
}
.width-third {
    width: 40%;
}
.width-third-comp {
    width: 60%;
}
.width-quarter {
    width: 15%;
}
.newsletter-image {
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-image: url(/images/newsletter.jpg);
    background-position:  bottom;
    background-repeat: no-repeat;
}
.instagram-media {
    max-width: 100% !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: relative !important;
}
video.instagram {
    max-width: 100%;
    margin: auto;
    display: block;
}
.social-media {
    background-image: url(/images/socialmedia.png);
    background-size: cover;
		height: auto !important;
}
.underlined {
    border-bottom: 1px solid #222;
}
.underlined.white {
    border-bottom: 1px solid #fff;
}
.btext {
    left: 10%;
    top: 65%;
}
.homepage-logo {
    width: 350px;
    padding: 20px 0;
    z-index:  1;
}
.main-item {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-item > img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(100%);
}
.main-item:hover > img {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(0%);
}

.main-item > img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(100%);
}
.main-item:hover .item {
    opacity: 1;
}
.item {
    bottom: 2px;
    right: 17px;
    left: 17px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-desc {
    padding: 10px;
    background-color: rgba(255,255,255,0.7);
}
.item-tools {
    margin-bottom: 1px;
}
.item-tools .item-love {
    height: 35px;
    padding: 0 5px;
    margin-right: 1px;
    background-color: rgba(255,255,255,0.7);
    vertical-align:  top;
    line-height: 35px;
}
.breathe {
    padding-right: 5px;
}
.item-tools .item-buy {
    height: 35px;
    padding: 0 5px;
    background-color: rgba(255,255,255,0.7);
    vertical-align:  top;
    line-height: 35px;
    overflow: hidden;
}
.color-pallete {
    margin: 0 5px;
}
.italic-hover:hover {
    font-style: italic;
}
.left-border {
    border-left: 4px solid #333;
}

.pagination {
	width: 100%;
	background-color: transparent !important;
	text-align: center;
	padding: 0 !important;
}
.pagination > div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.num,
.curnt {
	margin: 0 1px;
}
.num a,
.pagination .curnt {
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	background-color: #FFF;
	color: #333;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}
.num:hover a {
	background-color: #EEE;
}
.pagination .curnt {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 32px;
	background-color: #ddd ;
}
.prv a,
.nxt a {
	display: block;
	background-color: #ccc;
	color: #FFF;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	margin: 0 1px;
}
.edges a {
	display: block;
	background-color: #ccc;
	color: #FFF;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	margin: 0 1px;
	padding: 0 5px;
}
.edges a,
.prv:hover a,
.nxt:hover a {
	background-color: #aaa;
}

.shop-hover-effect img {
	filter: grayscale(80%);
	-webkit-filter: grayscale(80%);  /* For Webkit browsers */
	filter: gray;  /* For IE 6 - 9 */
	-webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.shop-hover-effect:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.modal-content {
	border-radius: 0;
}

@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
}
.discover {
	background-position:top center;
	text-shadow: 0 0 0.5em #000;
}
.discover #box {
	text-shadow: none;
}
@media only screen and (max-width : 991px) {
    .newsletter .width-third-comp {
        width: 100%;
    }
    .discover {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .discover .margin-lg {
        margin: 5px;
    }
    .social-media {
        font-size: 12px
    }
}
@media only screen and (max-width : 768px) {
    .categories {
        height: 70px;
        margin: -10px;
    }
    .categories .holder {
        background: none !important;
    }
    .text {
        padding: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .social-media {
        font-size: 11px;
    }
    .social-media .pad-xxlg-ver {
        padding: 0;
    }
    .btext {
        font-size: 12px;
    }
}
@media only screen and (max-width : 1199px) {
    .expand-md {
        width: 100%;
    }
}
@media only screen and (max-width : 480px) {
    .categories {
        font-size: 12px;
    }
    .text {
        margin-top: -17px;
    }
    .btext {
        font-size: 10px;
        left: 5%;
        top: 60%;
    }
}
#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
#stores img {
	width: 100%;
}
@media only screen and (min-width : 992px) and ( max-width : 1200px) {
	#stores iframe {
		height: 241px
	}
}
.socialmedia {
	padding: 40px 0;
}
.socialmedia a {
	  display: inline-block;
	  *display: inline;
	  zoom: 1;
	  background-color: #aaa;
	  border-radius: 50%;
	  padding: 10px;
	  margin: 5px;	
    min-width: 44px;
}
.socialmedia a:hover {
	background-color: #999;
}

.filter {
	padding: 5px 17px;
	margin: 0 5px;
	background-color: #eee;
	color: #333;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
}
.filter::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #666;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: color 0.1s,-webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.1s,transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.filter:hover::before,
.filter:hover:focus::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.filter.active {
	background-color: #aaa;
	color: #FFF;
}
.content {
	clear: both;
	transition: 0.3s filter linear;
	-webkit-transition: 0.3s -webkit-filter linear;
	-moz-transition: 0.3s -moz-filter linear;
	-ms-transition: 0.3s -ms-filter linear;
	-o-transition: 0.3s -o-filter linear;
}
.blur {
	-webkit-filter: blur(30px); -moz-filter: blur(30px);
	-o-filter: blur(30px); -ms-filter: blur(30px); 
	filter: url(#blur); filter: blur(30px);  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

@media (max-width: 767px){
	.filter {
		float: left;
		margin: 0;
		width: 25%;
		margin-bottom: 5px;
	}
}
@media (max-width: 480px){
	.filter {
		width: 50%;
		padding: 5px 0;
	}
}
@media only screen and (max-width : 767px) {
    .discover {
			min-height: 250px;
    }
}
