/*
Theme Name: Brushed
Theme URI: http://brushed.site88.net/
Author: Sergiu Zdrobau
Author URI: https://www.facebook.com/sergiu.zdrobau
Description: The 2014 theme for WordPress!Brushed is One Page Responsive WordPress Theme based on Twitter Bootstrap Framework.
		It is optimized for Retina Displays ( iPhone, iPad, iPod Touch and MacBook Pro Retina).
		Best for studio, digital agency or creative people.
		Brushed is provides a powerful way to showcase your work, in portfolio, who support and photo, and video.
		It is built with the HTML5 and CSS3 latest technologies, 
		but at the same time make it compatible with older browser versions.
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column,editor-style
Text Domain: brushed
*/


/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#2F3238;
	color:#7F8289;
	font-weight:300;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
	line-height:28px;
}


a{
	color:#CA70E5;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FFFFFF;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	/*max-width: none;	*/
	max-width: 100%;
	height:auto;
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #CA70E5;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	line-height:1.5em;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: #302334;
	opacity: 0.3;*/
	filter: alpha(opacity=70);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: uppercase;	
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.2) !important;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #302334;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	/*background-color:#CA70E5;*/
	background-color:#CA70E5;
}
#home-slider #nextslide:hover i,
#home-slider #prevslide:hover i{color:#302334}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#CA70E5;
}

#home-slider #nextsection {
	background-color: #302334;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#CA70E5;
}


#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}
#home-slider #nextsection:hover i{
	color:#302334
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #302334;
	z-index: 1001;
	/*
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);*/
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding: 15px 0;
	margin-left: 20px;
}

header #logo a {
	background: url(logo.png) no-repeat;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	background-size:100% 100%;
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav,#menu-main-menu {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li, nav#menu #menu-main-menu li {
	list-style: none;
	display: inline-block;
	margin-left: 35px;	
}

nav#menu #menu-nav li:first-child,nav#menu #menu-main-menu li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a, nav#menu #menu-main-menu li a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li.current-menu-item a,


nav#menu #menu-nav li a:hover,
nav#menu #menu-main-menu li.current a,
nav#menu #menu-main-menu li a:hover {
	/*color: #CA70E5;*/
	border-bottom: 2px solid #fff;
    color: #fff;
    line-height: 55px;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #302334;	
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}


/* ==================================================
   Section Page
================================================== */

.page {
	background: #2F3238;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

.page-alternate {
	background: #302334;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

.title-page {
	text-align: center;
	margin-bottom: 65px;	
}

.title-page .title {
	font-size: 36px;
	margin: 0 0 10px 0;
	color: #302334;
	line-height: 1.2;
}

.title-page .title-description {
	font-size: 18px;
	font-weight: 200;
	margin: 0;
	color: #302334;	
}

/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #302334 !important;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #FFFFFF;
}

.work-nav #filters li a.selected {
	color: #CA70E5;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
    width: 100%;
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 1;
	filter: alpha(opacity=1);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
/*	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	*/
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
	*/
	
	
	position: absolute;
	/*padding: 10px 0;*/
	opacity: 1;
	filter: alpha(opacity=100);
	background: rgba(0,0,0,0.8);
	/*bottom:0;*/
	top:64%;
	height:100%;
	width:100%;
	text-align:center;
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
	
	
}

.item-thumbs .hover-wrap.addhover .overlay-img-thumb{top:0%;left:0;right:0;margin:auto;height:100%;padding:0;-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;}

.item-thumbs .hover-wrap.addhover .overlay-img-thumb img{ position:absolute;padding:10px 0;top:0%;bottom:0;left:0;right:0; margin:auto;-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;}


/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;	
}

.profile-description {
	margin-bottom: 25px;	
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #CA70E5;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color:#302334;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;
	color:#302334;
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: 1px solid #302334;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #FFF;
    color: #302334;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0 0 10px 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #302334;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #CA70E5;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}


/* ==================================================
   Twitter Feed
================================================== */

#twitter-feed {
	padding: 100px 0 90px;
	text-align: center;	
}

#twitter-feed .follow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	font-size: 16px;	
}

#ticker .tweet_list {
	margin: 0;
	padding: 0;
	height: 64px;
	list-style: none;
	overflow-y: hidden;	
}

#ticker .tweet_list li {
	font-size: 18px;
	height: 64px;
	line-height: 28px;
	overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
	color: #7f8289;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;	
}

#ticker .tweet_list .tweet_time a:hover {
	color: #FFFFFF;	
}


/* ==================================================
   Social Area
================================================== */

#footer-area {
    text-align: center;
}

#footer-area #social ul {
	margin: 0;
	padding: 0;
}

#social ul{float:right;}

#social ul li a:hover{text-decoration:none;}

#footer-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
	vertical-align: top;
}

#footer-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #302334;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a{background:#FFF;}
#social ul li a span {
	display: block;
	margin: 0;
	color: #302334;
	font-size: 32px;
	line-height: 70px;
	text-align:center;
	opacity: 1;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #CA70E5;	
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #302334;
	text-align: center;
	z-index: 99;
	margin-top:65px;
}

footer .credits {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;	
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#CA70E5;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #3C3F45;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #3ede8d;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** 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;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.wp-caption{

}
.wp-caption-text{

}
.gallery-caption{

}
.bypostauthor{

}
.alignright{

}
.alignleft{

}
.aligncenter{

}




#back-to-top{background:#302334 !important}
#back-to-top:hover {
    background-color: #CA70E5 !important;
	border:2px solid #CA70E5;
	width:46px;
	height:46px;
	
}
#back-to-top:hover i{color:#302334 !important; left: 49%;top: 49%;}


/* ==================================================
   Buttons
================================================== */

.button {
  	display: inline-block;
  	margin-bottom: 0;
  	padding: 13px 26px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  	background-color: #302334;
  	color: #FFF;
  	vertical-align: middle;
  	text-align: center;
  	/*text-transform: uppercase;*/
  	font-weight:500;
  	font-size: 16px;
  	cursor: pointer;
	border:none;
  
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	*border: 0;
  	*zoom: 1;
}

/*--- Hover/Active/Focus State ---*/

.button:hover,
.button:active,
.button:focus {
	background-color: #CA70E5;
	color:#FFFFFF;
}

/* --- Button Sizes --- */

.button.button-large {
  	padding: 16px 28px;
  	font-size: 18px;
}

.button.button-small {
  	padding: 8px 18px;
  	font-size: 14px;
}

.button.button-mini {
  	padding: 4px 12px;
  	font-size: 12px;
}

.button.button-block {
	padding-right: 0;
	padding-left: 0;
	width: 100%;	
}

.button + .button {
	margin-left: 10px;	
}

.centerme{text-align:center;}

#tradeshow .profile{ text-align:center;}
#tradeshow .title-page .title{color:#FFF;}
#tradeshow .title-page .title-description{color:#FFF;}
#tradeshow .profile .profile-name {font-size: 28px;font-weight: 600;line-height: 1.2;margin:0 auto 15px auto;text-align: center;width: 90%;text-transform:uppercase}
#tradeshow .profile h4{font-size:28px;font-weight:600;margin:0px 0 15px 0;line-height:1.2}
#tradeshow .profile h5{font-weight:600;line-height:1.2;margin: 0;min-height: 45px;font-size:18px;line-height:1.3}
#tradeshow .profile p{margin:0;font-size:16px;line-height:1.3;margin: 0 0 5px;}
#tradeshow .profile .stand{font-weight:600;font-size:22px;text-transform:uppercase;font-size:24px;line-height:1.3}
#tradeshow .trade-img{display:inline-block;}
#tradeshow .trade-img:first-child{margin-right:25px;margin-bottom:25px}

.mb50{margin-bottom:65px;}

#charity{background:#FFF;}
#charity .charity{color:#302334;}
#charity .charity h2{color:#302334;font-size:20px;}
#charity .charity p{font-size:16px;}

#about {color:#FFF;}
#about .title-page .title{color:#FFF;}
#about .title-page .title-description{color:#FFF;}
#about .container .span12 h3{font-size:20px;}

nav#menu #menu-nav li.wholesale {background: #ca70e5 none repeat scroll 0 0;padding: 0 20px;margin-left:20px;}
nav#menu #menu-nav li.wholesale a{color:#FFFFFF}
nav#menu #menu-nav li.wholesale:hover a{border-bottom:0;height: 58px;line-height: 60px;}
nav#menu #menu-nav li.wholesale.current_page_item{border-top:3px solid #ca70e5}
nav#menu #menu-nav li.wholesale.current_page_item:hover{border-top:0}
nav#menu #menu-nav li.wholesale:hover a, nav#menu #menu-nav li.wholesale.current_page_item a{border-bottom:2px solid #FFFFFF;}

#menu-main-menu{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
}

#footer-area ul {margin:0}
#footer-area ul li{list-style:none;text-align: left;}
#footer-area ul li a{color:#FFFFFF;font-weight:600;line-height:1.5}
#footer-area ul li:hover a{color:#CA70E5}

#footer-area .footer-logo{margin-bottom:10px;text-align: left;}
.alignright{float:right !important;}
.fancybox-skin{color:#302334}
.mr65{margin-top:65px;}


.fancybox-opened {
    left: 25% !important;
    width: 50% !important;
}
.fancybox-inner {
    height: auto !important;
    max-height: 100%;
    max-width: 100%;    
    width: 100% !important;    
}

.div8{display:inline-block;width:69%;}
.div4{display:inline-block;width:30%;vertical-align: top;   margin-top: 45px;margin-left:1%;}

.page-template-template-retail-stockists.page{padding:0}
.contact-details{color:#302334;overflow-wrap: break-word;}
.contact-details a{color:#302334}
.contact-details a.button{color:#FFF;margin-top:35px;}

.ul-catalog ul{margin:0;}
.thumbnails-view main .thumbnails .ul-catalog ul > li{line-height:1}

.page.page-template-template-wholesale, .page-template-template-wholesale-login{padding-top:0; margin:0 }
.page.page-template-template-wholesale #wholesale{min-height:400px; font-size: 12px;}
.page-template-template-wholesale-login #wholesale .title-page{margin-bottom: 80px;}
.page-template-template-wholesale-login .container{width:1170px !important;}
body #wholesale .powered-by {right: 0;top: 60px;}
.thumbnails-view{margin-top:-95px !important;}

#tradeshow .profile .profile-name span {display: block;font-size: 28px;}
.page-template-template-wholesale{color: #302334;}
.page-template-template-wholesale .span12{text-align: center;}
.page-template-template-wholesale .span12 p{font-size: 16px;}
.page-template-template-wholesale .container {padding-bottom:50px;}

body.page-template-template-wholesale-login{color:#302334}

.subnav {display:none;}
.page-template-template-wholesale .button.button-large {font-size:16px;}

#contact p{color:#302334}




/*===============================  HR CSS =============================*/

ul#catalogue-thumbs {    margin: 0px -15px;     list-style: none;}
ul#catalogue-thumbs li { float:left; width:25%; padding:0px 15px;box-sizing: border-box; padding-bottom:65px;}
ul#catalogue-thumbs li .catalogue-view{position: relative;}
ul#catalogue-thumbs li .catalogue-view:before{    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(204,204,204,0.8);
    opacity: 0;
 -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;

opacity: 0;
}
ul#catalogue-thumbs li .catalogue-view a
{width: 180px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #ca6fe4;
 -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;

opacity: 0;
}
ul#catalogue-thumbs li:hover .catalogue-view:before,
ul#catalogue-thumbs li:hover .catalogue-view a
{
opacity: 1;

}
ul#catalogue-thumbs li .catalogue-title {    text-align: center; padding-top:35px;}
ul#catalogue-thumbs li .catalogue-title a,
ul#catalogue-thumbs li .catalogue-title {font-size: 24px; color: #302334;font-weight: bold; text-align: center; line-height: normal;}
ul#catalogue-thumbs li .catalogue-title span {display: block; }
.sticky-wrapper .sticky-nav {position: fixed;top: 0;left: 0;z-index: 1001;height: auto;}
header .sticky-wrapper { height: 0 !important;}
#supersized li {margin-top: 60px;}
body.page-template-default {padding-top: 0;}
body.page-template-default .container * {color: #302334;}
body.page-template-default .alignleft {float: left;padding-top: 5px;padding-right: 15px;}
body.page-template-default .alignright {float: right;padding-left: 15px;padding-top: 5px;}
@media (max-width: 1280px)
{
	nav#menu #menu-nav li a {font-size: 13px;}
	nav#menu #menu-nav li {margin-left: 25px;}
}
@media (max-width: 1140px)
{
	nav#menu #menu-nav li a {font-size: 12px;}
	nav#menu #menu-nav li {margin-left: 20px;}
}
@media (max-width: 1040px)
{
	#menu {display: none;}
	#mobile-nav {display: block;float: right;margin-right: 20px;}
}
@media (max-width:1024px)
{
	.page-template-template-wholesale-login .container
	{	max-width:100%;
	}
	ul#catalogue-thumbs {
		margin: 0 0 10px 25px;
	}
	ul#catalogue-thumbs li {
		width: 33.3333%;
	}
	nav#menu #menu-nav li a, nav#menu #menu-main-menu li a{font-size:13px;}
	nav#menu #menu-nav li, nav#menu #menu-main-menu li{margin-left:15px;}
	nav#menu #menu-nav li.wholesale{margin-left:15px;}											   
}
@media (max-width:767px)
{
ul#catalogue-thumbs li {
    width: 50%;
}
}
@media (max-width:480px)
{
ul#catalogue-thumbs li {
    width:100%;
}
}



@media only screen and (min-width:960px) and (max-width:1024px){

	.page-template-template-retail-stockists.page .container .button.button-large {font-size: 16px}
	.home #supersized li {bottom: 0;left: 0 !important;margin: auto;position: absolute;right: 0;top: 0;width: 1150px !important;}
	.home #supersized img{width:1150px !important;height:auto !important}
	
	.home .fancybox-opened {left: 10% !important;width: 80% !important;}
}


@media only screen and (min-width:768px) and (max-width:959px){
	#footer-area .span3 {width:180px;}
	
	.page-template-template-retail-stockists.page .container .span9{width:auto;float:none;}
	.page-template-template-retail-stockists.page .container .span3{width:auto;float:none;text-align:center}
	.home #supersized li {bottom: 0;left: 0 !important;margin: auto;position: absolute;right: 0;top: 0;width: 1550px !important;}
	.home #supersized img{width:1550px !important;height:auto !important}
	
	.home .fancybox-opened{width:100% !important;left: 0 !important;}
	.home.fancybox-lock{overflow:hidden !important;}
	.home .fancybox-title-inside-wrap{overflow-y:scroll;max-height:235px}	
	.home .fancybox-opened .div8{width:100%}
	.home .fancybox-opened .div4{width:100%;text-align:center;margin-top:20px; margin-bottom:20px;}	
	.fancybox-lock .fancybox-overlay{overflow-y: scroll !important}
	
	.contact-details h3{margin-bottom:20px;}
	#contact p{  margin-bottom: 20px;}
	.page-template-template-retail-stockists .contact-details a.button{margin-top: 20px;}
}
@media (max-width:767px)
{
	.page-template-template-wholesale-login .container
	{	 margin-left: 0; margin-right: 0; box-sizing: border-box;

	}
}

@media only screen and (min-width:600px) and (max-width:767px){
	.subnav {display:block;}
	.page.page-template-template-wholesale #wholesale {padding: 40px 0 0;}
	.page.page-template-template-wholesale .thumbnails-view header{position:relative}
	.thumbnails-view{margin-top:0 !important;}
	.page-template-template-wholesale .thumbnails-view header .search-container{margin-left: 10px !important;margin-right: 0 !important;margin-top: 0 !important;width: 32%;}
	.page-template-template-wholesale .thumbnails-view header .search-container input{width:85%;}
	.page-template-template-wholesale .thumbnails-view header hgroup h2 {color: #000;margin-left:0;margin-bottom: 0;}
	.page-template-template-wholesale .thumbnails-view header hgroup{padding-bottom:0}
	.page-template-template-wholesale .thumbnails-view main{margin-top:25px;}
	.page-template-template-wholesale .thumbnails-view main .subnav{position: fixed;top: 60px;z-index: 99999;}
	.page-template-template-wholesale .thumbnails-view main aside{ left: -100%;top: -250px;z-index: 9999; -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;position:fixed; top:60px;}
	.page-template-template-wholesale .thumbnails-view main aside.showme{ left: 0px;}
	.page-template-template-wholesale .thumbnails-view main .thumbnails{margin-left:10%}
	
	.page.page-template-template-wholesale #wholesale {overflow-x: hidden;}
	.moveme .container {margin-left: 280px;}
	
	.page-template-template-wholesale .moveme .thumbnails-view main .thumbnails{margin-left: 280px;}
	.page.moveme::before {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;bottom: 0;content: "";left: 0;position: absolute;right: 0;top: 0;  z-index: 999;}
	.page-template-template-wholesale .thumbnails-view main .subnav i {cursor: pointer;font-size: 28px;padding: 10px;color:#302334 }	
	
	.page-template-template-retail-stockists.page{margin-left:0;margin-right:0;padding-left: 20px;padding-right: 20px;}		
	.page-template-template-wholesale-login.page{margin-left:0;margin-right:0;padding-left: 20px;padding-right: 20px;}		
	
	.home #supersized li {bottom: 0;left: 0 !important;margin: auto;position: absolute;right: 0;top: 0;width: 950px !important;}
	.home #supersized img{width:950px !important;height:auto !important}
	
	.home .fancybox-opened{width:100% !important;left: 0 !important;    top: 0 !important;}
	.home.fancybox-lock{overflow:hidden !important;}
	.home .fancybox-title-inside-wrap{padding:10px;overflow-y:scroll;max-height:235px}	
	.home .fancybox-opened .div8{width:100%}
	.home .fancybox-opened .div4{width:100%;text-align:center;margin-top:20px; margin-bottom:20px;}
	.home .fancybox-opened .fancybox-title h4{font-size: 13px;}
	.home .fancybox-opened .fancybox-title p{font-size:12px;}
	.fancybox-lock .fancybox-overlay{overflow-y: scroll !important}
	.item-thumbs.span3{width:45%;float: left;margin-left: 20px;}
	.page-template-template-retail-stockists .contact-details{border-top:0}
	
	#footer-area .row {text-align: left;}
	#footer-area .span2 {display: inline-block;vertical-align: top;width: 140px;}
	#footer-area .span3.alignright {display: inline-block;vertical-align: top;width: auto;}
}


@media only screen and (min-width:480px) and (max-width:599px){
	.subnav {display:block;}
	.page.page-template-template-wholesale #wholesale {padding: 40px 0 0;}
	.page.page-template-template-wholesale .thumbnails-view header{position:relative}
	.thumbnails-view{margin-top:0 !important;}
	.page-template-template-wholesale .thumbnails-view header .search-container{margin-left: 10px !important;margin-right: 0 !important;margin-top: 0 !important;width: 32%;}
	.page-template-template-wholesale .thumbnails-view header .search-container input{width:85%;}
	.page-template-template-wholesale .thumbnails-view header hgroup h2 {color: #000;margin-left:0;margin-bottom: 0;}
	.page-template-template-wholesale .thumbnails-view header hgroup{padding-bottom:0}
	.page-template-template-wholesale .thumbnails-view main{margin-top:25px;}
	.page-template-template-wholesale .thumbnails-view main .subnav{position: fixed;top: 60px;z-index: 99999;}
	.page-template-template-wholesale .thumbnails-view main aside{ left: -100%;top: -250px;z-index: 9999; -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;position:fixed; top:60px;}
	.page-template-template-wholesale .thumbnails-view main aside.showme{ left: 0px;}
	.page-template-template-wholesale .thumbnails-view main .thumbnails{margin-left:10%}
	
	.page.page-template-template-wholesale #wholesale {overflow-x: hidden;}
	.moveme .container {margin-left: 280px;}
	
	.page-template-template-wholesale .moveme .thumbnails-view main .thumbnails{margin-left: 280px;}
	.page.moveme::before {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;bottom: 0;content: "";left: 0;position: absolute;right: 0;top: 0;  z-index: 999;}
	.page-template-template-wholesale .thumbnails-view main .subnav i {cursor: pointer;font-size: 28px;padding: 10px;color:#302334 }
	
	.page-template-template-wholesale .thumbnails-view main .thumbnails .ul-catalog{margin-left:0}
	
	#wholesale .login{max-width:360px;padding:20px; text-align: left;}	
	#wholesale .span12 .button.button-large{margin:0 0 10px 0}
	
	.page-template-template-retail-stockists.page{margin-left:0;margin-right:0;padding-left: 20px;padding-right: 20px;}	

	.home #supersized li {bottom: 0;left: 0 !important;margin: auto;position: absolute;right: 0;top: 0;width: 600px !important;}
	.home #supersized img{width:600px !important;height:auto !important}
	
	.home .fancybox-opened{width:100% !important;left: 0 !important;    top: 0 !important;}
	.home.fancybox-lock{overflow:hidden !important;}
	.fancybox-lock .fancybox-overlay{overflow-y: scroll !important}
	.home .fancybox-title-inside-wrap{padding:10px;overflow-y:scroll;max-height:235px}	
	.home .fancybox-opened .div8{width:100%}
	.home .fancybox-opened .div4{width:100%;text-align:center;margin-top:20px; margin-bottom:20px;}
	.home .fancybox-opened .fancybox-title h4{font-size: 13px;}
	.home .fancybox-opened .fancybox-title p{font-size:12px;}
	.home .fancybox-close i{ left: 25px;top: 20px;}
	.page-template-template-retail-stockists .contact-details{border-top:0}
	.span3.alignright > nav {display: inline-block;margin-top: 20px;}
}


@media only screen and (min-width:320px) and (max-width:479px){
	.subnav {display:block;}
	.page.page-template-template-wholesale #wholesale {padding: 40px 20px;}
	.page.page-template-template-wholesale .thumbnails-view header{position:relative}
	.thumbnails-view{margin-top:0 !important;}
	.page-template-template-wholesale .thumbnails-view header .search-container{float: left;margin-left: 10px !important;margin-right: 0 !important;margin-top: 0 !important;width: 51%;}
	.page-template-template-wholesale .thumbnails-view header .search-container input{width:85%;}
	.page-template-template-wholesale .thumbnails-view header hgroup h2 {color: #000;margin-left:0;margin-bottom: 0;}
	.page-template-template-wholesale .thumbnails-view header hgroup{padding-bottom:0}
	.page-template-template-wholesale .thumbnails-view main{margin-top:25px;}
	.page-template-template-wholesale .thumbnails-view main .subnav{position: fixed;top: 60px;z-index: 99999;}
	.page-template-template-wholesale .thumbnails-view main aside{ left: -100%;top: -250px;z-index: 9999; -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;position:fixed; top:60px;}
	.page-template-template-wholesale .thumbnails-view main aside.showme{ left: 0px;}
	.page-template-template-wholesale .thumbnails-view main .thumbnails{margin-left:10%}
	
	.page.page-template-template-wholesale #wholesale {overflow-x: hidden;}
	.moveme .container {margin-left: 280px;}
	
	.page-template-template-retail-stockists.page{margin-left:0;margin-right:0;padding-left: 20px;padding-right: 20px;}	
	.page-template-template-wholesale.page{margin-left:0;margin-right:0;padding-left: 20px;padding-right: 20px;}
	.page-template-template-wholesale-login.page{margin-left:0;margin-right:0;padding-left: 20px;padding-right: 20px;}

	
	.page-template-template-wholesale .moveme .thumbnails-view main .thumbnails{margin-left: 280px;}
	.page.moveme::before {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;bottom: 0;content: "";left: 0;position: absolute;right: 0;top: 0;  z-index: 999;}
	.page-template-template-wholesale .thumbnails-view main .subnav i {cursor: pointer;font-size: 28px;padding: 10px;color:#302334 }
	
	#wholesale .login{width:100%;padding:20px; text-align: left;}
	#wholesale .login .link-right .link-right-left{float: none;text-align: left;width: 100%;}
	#wholesale .login .link-right .link-right-right{float: none;width: 100%;}
	#wholesale .span12 .button.button-large{margin:0 0 10px 0}
	
	.home #supersized li {bottom: 0;left: 0 !important;margin: auto;position: absolute;right: 0;top: 0;width: 950px !important;}
	.home #supersized img{width:950px !important;height:auto !important}
	
	.home .fancybox-opened{width:100% !important;left: 0 !important;    top: 0 !important;}
	.home.fancybox-lock{overflow:hidden !important;}
	.home .fancybox-title-inside-wrap{padding:10px;overflow-y:scroll;max-height:235px}	
	.home .fancybox-opened .div8{width:100%}
	.home .fancybox-opened .div4{width:100%;text-align:center;margin-top:20px; margin-bottom:20px;}
	.home .fancybox-opened .fancybox-title h4{font-size: 13px;}
	.home .fancybox-opened .fancybox-title p{font-size:12px;}
	.fancybox-lock .fancybox-overlay{overflow-y: scroll !important}	
	
	#tradeshow .profile .profile-name span{display:inline;}
	#tradeshow .profile {margin-bottom:45px;}
	#charity .row:last-child .span12{ text-align: center;}
	#contact-form textarea{height:150px;}
	
	.page-template-template-retail-stockists .contact-details{border-top:0}
	
	.span3.alignright > nav {display: inline-block;margin-top: 20px;}	
	
}