@charset "utf-8";
/* ===================================================
-----------------------------------------------------

Template Name: Trego Creative Html5 Portfolio Template
Template URI://www.themefores.com/user/sw-themes
Description: Premium - Creative Portfolio Template
Version: 1.0
Author: Eon
-----------------------------------------------------
====================================================*/

/* ===================================================
--------------- Table of Contents ------------------

	1.	Normalize.css
	2.	Pace Loader Plugin Styles
	3.	General Styles
	4.	Helper Classes
	5.	Header/Left Sidebar
	6.	Content Section
	7.	Content Header
	8+.	Homepages
	----8.1 index Blog 1
	----8.2	index Blog 2
	----2.3	index Blog 3
	----8.4	index Blog 4
	----8.5	index Photography
	----8.6	OnePage
	14.	Main Content
	15. Category / Product
	16. Product
	17. Cart
	18. Blog
	19. Single Blog
	20. Portfolio
	21. About Us
	22. Contact Us
	23. Register
	24.	Login
	25.	Checkout
	26.	Compare
	27.	Footer
	28.	404 Page
	29.	404-2 Page
	30.	Elements
	31.Flexslider (Flexslider Plugin)

-----------------------------------------------------
====================================================*/

/* normalize.css v3.0.1 | MIT License */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* =============================================
------------------- Pace.js Styles ----------------
==============================================*/
.pace {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:#f1f1f1;
	transition: all 0.52s ease-in-out;
	-webkit-transition: all 0.52s ease-in-out;
	-moz-transition: all 0.52s ease-in-out;
	-ms-transition: all 0.52s ease-in-out;
	-o-transition: all 0.52s ease-in-out;
	visibility:visible;
}

.pace-inactive {
	opacity:0;
	filter: alpha(opacity=0);
	visibility:hidden;
}

.pace .pace-progress {
	background: #595959;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	display:none;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 6px #222, 0 0 3px #222;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top:-15px;
	margin-left:-15px;
	border: solid 3px transparent;
	border-top-color: #595959;
	border-left-color: #595959;
	border-radius: 50px;
	-webkit-animation: pace-spinner 600ms linear infinite;
	-moz-animation: pace-spinner 600ms linear infinite;
	-ms-animation: pace-spinner 600ms linear infinite;
	-o-animation: pace-spinner 600ms linear infinite;
	animation: pace-spinner 600ms linear infinite;
}

.ie8 .pace .pace-activity {
	display:none;
}

@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/* =============================================
-------------------  General ----------------
==============================================*/

html,
body {
	height:100%;
}

body {
	font:400 13px/1.5 Verdana, Arial, sans-serif;
	color:#6d6c67;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f1f1f1;
}

/*  Change bg-color for your design */
::selection {
    background-color: #6d6c67;
    color: #fff;
}

::-moz-selection {
	background-color: #6d6c67;
    color: #fff;
}

ul,
ol {
	padding:0;
	margin:0;
}

ul li,
ol li {
	list-style-type:none;
}

a {
	-webkit-transition:color .4s ease-in-out;
	-moz-transition:color .4s ease-in-out;
	-o-transition:color .4s ease-in-out;
	-ms-transition:color .4s ease-in-out;
	transition:color .4s ease-in-out;
	color:#4e4b49;
	text-decoration:none;
}

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

a,
input,
select,
textarea {
	outline:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	font-family:'Raleway', sans-serif;
	font-weight: 400;
}

h1 {
	font-size:25px;
	line-height:30px;
}

h2 {
	font-size:20px;
	line-height:25px;
}

h3 {
	font-size:16px;
	line-height:20px;
}

h4 {
	font-size:14px;
	line-height:18px;
}

h5 {
	font-size:12px;
	line-height:15px;
	font-weight:bold;
}

h6 {
	font-size:10px;
	line-height:14px;
	font-weight:bold;
}

iframe {
	border:none;
}

p {
	margin:0 0 15px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d5d5d5;
}

figure {
	margin:0;
	padding:0;
}

img {
	display:block;
	max-width:100%;
	height:auto;
}

img.img-responsive {
	width:100%;
}

blockquote {
	padding:25px 0 10px 30px;
	border: none;
	position: relative;
	color:#888888;
	margin:0;
}

blockquote p {
	font-style:italic;
}


blockquote:before{
	content:'';
	display:block;
	position: absolute;
	left:30px;
	top:15px;
	width:15px;
	height:10px;
	background-image:url('../images/sprites/blockquote.png');
	background-repeat: no-repeat;
}

.dropcap,
.dropcap-bg {
	font-size:2.5em;
	line-height:1;
	padding-right:6px;
	float:left;
}

.dropcap-bg {
	padding:2px 6px;
	background: #6d6c67;
	color:#f1f1f1;
	margin-right:6px;
}

.dropcap.bold {
	font-weight: bold;
}


/* =============================================
----------------- Helper Classes -------------
==============================================*/

.sm-separator {
	margin-right:5px;
}

.separator {
	margin-right:10px;
}

.lg-separator {
	margin-right:20px;
}

.xss-margin,
.xs-margin,
.sm-margin,
.md-margin,
.lg-margin,
.xlg-margin,
.md-margin2x,
.lg-margin2x,
.xlg-margin2x,
.md-margin3x,
.lg-margin3x,
.xlg-margin3x   {
	min-height:1px;
	display:block;
}

.xss-margin {
	margin-bottom:5px !important;
}

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

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

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

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

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

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

.xlg-margin.half {
	margin-bottom:25px !important;
}

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

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

.xlg-margin2x {
	margin-bottom:100px !important;
}

.md-margin3x {
	margin-bottom:90px !important;
}

.lg-margin3x {
	margin-bottom:120px !important;
}

.xlg-margin3x {
	margin-bottom:150px !important;
}

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

.clear-padding {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.container,
.col-1 {
	width:100%;
}

.row {
	margin-left:-20px;
	margin-right:-20px;
}

.row-sm {
	margin-left:-15px;
	margin-right:-15px;
}

.row-category {
	margin-left:-12px;
	margin-right:-12px;
}

.row-xs {
	margin-left:-10px;
	margin-right:-10px;
}

.row-xss {
	margin-left:-5px;
	margin-right:-5px;
}


.main-column,
.side-column,
.half-column,
.col-2,
.col-3,
.col-4,
.col-5 {
	float:left;
}

.main-column,
.side-column,
.half-column {
	margin-right:34px;
}

.main-column {
	width:552px;
}

.side-column {
	width:254px;
}

.half-column {
	width:403px;
}

.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5 {
	padding:0 20px;
}

.row-sm .col-1,
.row-sm .col-2,
.row-sm .col-3,
.row-sm .col-4,
.row-sm .col-5 {
	padding:0 15px;
}

.row-category .col-1,
.row-category .col-2,
.row-category .col-3,
.row-category .col-4,
.row-category .col-5 {
	padding:0 12px;
}


.row-xs .col-1,
.row-xs .col-2,
.row-xs .col-3,
.row-xs .col-4,
.row-xs .col-5 {
	padding:0 10px;
}


.col-2 {
	width:50%;
}

.col-3 {
	width:33.333333%;
}

.col-4 {
	width:25%;
}

.col-5 {
	width:20%;
}

.col-2.last
.col-3.last,
.col-4.last,
.col-5.last {
	padding-right:0;
}

.last {
	padding-right:0 !important;
	margin-right:0 !important;
}


.left-side,
.pull-left {
	float:left;
}

.right-side,
.pull-right {
	float:right;
}

img.left-side,
img.pull-left {
	margin-right:15px;
	margin-bottom:15px;
}

img.right-side,
img.pull-right {
	margin-left:15px;
	margin-bottom:15px;
}

/* clear floats */
.cl,
.clear {
	clear:both;
}

.row:after,
.row-sm:after,
.row-xs:after,
.row-category:after,
.container:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.change-color {
	color: #d04d49;
}

.font-italic {
	font-style:italic;
}

.font-bold {
	font-weight:bold;
}

.text-underline,
.text-underline:hover  {
	text-decoration: underline;
}

.show-xs {
	display:none;
}

/* Top line overlay */

.top-line {
	position:fixed;
	width:100%;
	height:3px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index:1205;
}

.homepage .top-line,
.homepage-margin .top-line {
	display:none;
}
/* =============================================
--------------  Header / Left Sidebar ------------
==============================================*/

#header {
	position:fixed;
	left:0;
	top:0;
	z-index:1202;
	width:220px;
	height:100%;
	box-shadow:3px 0 3px rgba(0,0,0, 0.03);
	-webkit-box-shadow:3px 0 3px rgba(0,0,0, 0.03);
	background: rgba(255, 255, 255, 0.2);
}

.ie8 #header {
	width:225px;
	background: url('../images/ie/headerbg.png') repeat-y;
}

#header.collapsed {
	left:-180px;
}

.ie8 #header.collapsed {
	left:-185px;
}

#header.dark {
	background: rgba(0,0,0, 0.3);
}

.ie8 #header.dark {
	background: url('../images/ie/headerbg-dark.png') repeat-y;
}

#header.dark.full-bg {
	background: #2f3538;
}

#header.transparent {
	background: rgba(255, 255, 255, 0.25) !important;
}

#header-wrapper {
	position: relative;
	width:100%;
	height: 100%;
	padding:50px 0 0 30px;
}

#header.collapsed #header-wrapper {
	visibility:hidden;
}

#header.dark #header-wrapper {
	padding-top:82px;
}

.logo {
	margin:0 0 30px;
	width:100%;
	position: relative;
	padding-right:30px;
}

#header.dark .logo {
	margin: 0 0 10px;
}

.logo span {
	position: absolute;
	left:-9999px;
}

.logo a {
	display:block;
	width:150px;
	height:150px;
	margin:0 auto;
}

.nav-container {
	margin-bottom:36px;
}

#header-btn {
	display:block;
	width:20px;
	height: 16px;
	position: absolute;
	top:50%;
	right:10px;
	background-image: url('../images/sprites/header-btn.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu-btn {
	/* line height 1px more to center */
	font:400 18px/20px 'PTSansCaptionRegular', sans-serif;
	color:#4e4d49;
	display:none;
	text-transform: uppercase;
	position: relative;
}

#menu-btn.block {
	display:block;
	margin:0 40px 20px 10px;
}

#header.dark #menu-btn {
	color:#dfdfdf;
}

#menu-btn-icon {
	display: block;
	position:absolute;
	right:-5px;
	top:-6.5px;
	width:26px;
	height:31px;
	background-image: url('../images/sprites/responsive-menu.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header.dark #menu-btn-icon {
	background-image: url('../images/sprites/responsive-menu-light.png');
}

#nav.active #responsive-menu-icon,
#header.dark #nav.active #menu-btn-icon {
	background-position: -25px 0;
}

.menu {
	line-height:19px;
	font-family: 'PTSansCaptionRegular', sans-serif;
}

.menu.responsive-menu {
	width:290px;
	position: absolute;
	right:15px;
	top:80px;
	z-index:9999;
}

.menu li,
.menu.responsive-menu li a {
	position:relative;
}

.menu li,
.menu li a {
	display:block;
}

.menu > li {
	font-size:14px;
	padding-right:30px;
}

.ie8 .menu > li {
	padding-right:35px;
}

.menu.responsive-menu > li {
	padding-right:0;
	font-size:16px;
}

.menu li a {
	padding:11.5px 0 11.5px 15px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.menu > li > a {
	color:#4e4d49;
	padding-left:10px;
	border-bottom:1px solid transparent;
	border-bottom-color:#dbdbdb;
	border-bottom-color:rgba(0,0,0, 0.1);
	text-transform: uppercase;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.menu.responsive-menu > li {
	padding-bottom: 2px;
	background: rgba(89, 89, 89, 0.1);
}

.menu.responsive-menu .responsive-toggle {
	display:block;
	width:39px;
	height:39px;
	position: absolute;
	z-index:299;
	background-image: url('../images/sprites/responsive-toggle.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	right:0;
	top:50%;
	margin-top:-20px;
	cursor:pointer;
}

.menu.responsive-menu .responsive-toggle.open {
	background-position: -40px 0;
}

.menu.responsive-menu > li > a > .responsive-toggle {
	height:44px;
	margin-top:-22px;
	background-position: 0 2px;
}

.menu.responsive-menu > li > a > .responsive-toggle.open  {
	background-position: -40px 2px;
}

.menu.responsive-menu > li > a {
	padding:12.5px 0 12.5px 20px;
	background: rgba(88, 88, 88, 0.3);
	border-bottom:none;
	box-shadow:none;
	color:#f1f1f1;
}

.menu.responsive-menu li.open > a {
	background: rgba(88, 88, 88, 0.8);
	margin-bottom: 2px;
}

#header.dark .menu > li > a {
	color:#dfdfdf;
	border-bottom:1px solid rgba(255, 255, 255, 0.07);
	box-shadow:none;
	-webkit-box-shadow:none;
}

.menu li ul {
	min-width:160px;
	font-size:15px;
	position:absolute;
	top:0;
	left:100%;
	visibility:hidden;
	opacity:0;
	filter: alpha(opacity=0);
	margin-top:15px;
	transition:opacity 0.4s, margin 0.5s;
	-webkit-transition:opacity 0.4s, margin 0.5s;
	-moz-transition:opacity 0.4s, margin 0.5s;
	-ms-transition:opacity 0.4s, margin 0.5s;
	-o-transition:opacity 0.4s, margin 0.5s;
}

.ie8 .menu > li > ul {
	margin-left:-5px;
}

.menu.responsive-menu li ul {
	position: relative;
	top:auto;
	left:auto;
	display:none;
	margin-top:0;
	width:100%;
	opacity:1;
	visibility: visible;
}

.menu li li {
	padding-bottom:1px;
}

.menu li li a {
	color:#fff;
	background: rgba(89,89,89, 0.4);
}

.ie8 .menu li li a {
	background: url('../images/ie/menubg.png') repeat;
}

.menu.responsive-menu li li a {
	padding:10px 0 10px 20px;
	background: rgba(47, 56, 53, 0.5);
}

#header.dark .menu li li a {
	background: rgba(47, 53, 56, 0.4);
}

.menu li ul ul{
	padding-left:3px;
}

.menu.responsive-menu li ul ul{
	padding-left:0;
}


.menu li .mega-menu {
	position:absolute;
	top:0;
	/* top 50% for psd*/
	left:100%;
	visibility:hidden;
	overflow:hidden;
	opacity:0;
	width:690px;
	color:#fff;
	margin-top:15px;
	transition:opacity 0.4s, margin 0.5s;
	-webkit-transition:opacity 0.4s, margin 0.5s;
	-moz-transition:opacity 0.4s, margin 0.5s;
	-ms-transition:opacity 0.4s, margin 0.5s;
	-o-transition:opacity 0.4s, margin 0.5s;
}

.menu.responsive-menu li .mega-menu {
	position: relative;
	top:auto;
	left:auto;
	visibility: visible;
	opacity:1;
	margin-top:0;
	width:100%;
	display:none;
}

.menu li .mega-menu-wrapper {
	width:100%;
	background: rgba(101,101,101, 0.95);
	box-shadow:0 2px 3px rgba(0,0,0, 0.25);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0, 0.25);
	padding:20px 0 30px;
}

.ie8 .menu li .mega-menu-wrapper,
.ie9 .menu li .mega-menu-wrapper {
	background: url('../images/ie/megamenubg.png') repeat;
}

.ie8 .menu li .mega-menu  {
	margin-left:-5px;
}

.menu.responsive-menu li .mega-menu-wrapper {
	padding:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	background: transparent;
}

#header.dark .menu li .mega-menu-wrapper {
	background-color: rgba(47, 53, 56, 0.8);
}

.menu li .mega-menu .col-2,
.menu li .mega-menu .col-3,
.menu li .mega-menu .col-4,
.menu li .mega-menu .col-5 {
	padding:0 15px;
}

.menu.responsive-menu li .mega-menu .col-2,
.menu.responsive-menu li .mega-menu .col-3,
.menu.responsive-menu li .mega-menu .col-4,
.menu.responsive-menu li .mega-menu .col-5 {
	padding:0;
}

.menu.responsive-menu li .mega-menu .col-2.open > a,
.menu.responsive-menu li .mega-menu .col-3.open > a ,
.menu.responsive-menu li .mega-menu .col-4.open > a,
.menu.responsive-menu li .mega-menu .col-5.open > a {
	background-color: rgba(88, 88, 88, 0.88);
}

.menu li .mega-menu a {
	color:#fff;
	transition-duration:0s;
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s;
	-ms-transition-duration:0s;
	-o-transition-duration:0s;
}

.menu li .mega-menu .mega-title {
	font:400 14px/19px 'PTSansCaptionRegular', sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding:0 0 0 10px;
}

.menu.responsive-menu li .mega-menu .mega-title {
	padding:10px 0 10px 20px;
	background: rgba(47, 56, 53, 0.5);
	margin-bottom: 1px;
	line-height: 20px;
}

.menu li .mega-menu .mega-list {
	min-width:100%;
	width:100%;
	position:relative;
	left:auto;
	top:auto;
	visibility:inherit;
	opacity:1;
	filter: alpha(opacity=100);
	margin:0;
}

.menu li .mega-menu .mega-list li {
	font-size:12px;
	line-height:19px;
}

.menu li .mega-menu .mega-list li a {
	background: transparent;
	padding:5px 0 5px 21px;
	background-image: url('../images/sprites/menu-list.png');
	background-repeat: no-repeat;
	background-position:10px center;
	transition:background-position 0s;
	-webkit-transition:background-position 0s;
	-moz-transition:background-position 0s;
	-ms-transition:background-position 0s;
	-o-transition:background-position 0s;
}

.menu.responsive-menu li .mega-menu .mega-list li {
	font-size:13px;
}

.menu.responsive-menu li .mega-menu .mega-list li a {
	background: transparent;
	padding:9.5px 0 9.5px 40px;
	background-image: url('../images/sprites/menu-list.png');
	background-repeat: no-repeat;
	background-position:20px center;
	margin-bottom: 1px;
	background-color: rgba(47, 56, 53, 0.7);
}

#header.dark .menu li .mega-menu .mega-list li a {
	background: transparent;
}

/* Active menu item class will be added via jquery hoverintent plugin*/
.menu li ul.active-menu-item,
.menu li .mega-menu.active-menu-item {
	visibility:visible;
	opacity:1;
	margin-top:0;
}


.menu > li.active > a {
	background: #585858;
	color:#fff; 
}

.menu.responsive-menu > li:hover > a {
	background: rgba(58,58,58, 0.7);
}

.menu li li.active > a,
.menu li .mega-menu .mega-list li:hover > a  {
	background-color: rgba(89,89,89, 0.9);
}

.ie8 .menu li li.active > a,
.ie8 .menu li .mega-menu .mega-list li:hover > a  {
	background: url('../images/ie/menubg-hover.png') repeat;
}

#header.dark .menu > li.active > a,
#header.dark .menu li li.active > a,
#header.dark .menu li .mega-menu .mega-list li:hover > a  {
	background-color: rgba(47, 53, 56, 0.7);
	color:#fff;
}

/* Search form */
#search-container {
	padding-right: 30px;
	margin:0 0 22px;
}

#search  {
	position: relative;
	margin:0;
}

#search input {
	display:block;
	width:100%;
	padding:4px 35px 4px 10px;
	background:transparent;
	border:1px solid rgba(0,0,0, 0.2);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.35);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.35);
	color:#74736a;
	font-size:12px;
	line-height:20px;
	height:30px;
	transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-moz-transition:width 0.4s;
	-ms-transition:width 0.4s;
	-o-transition:width 0.4s;
}

#search input.active {
	width:100%;
	visibility:visible;
}

#header.dark #search input {
	border-color:rgba(255, 255, 255, 0.15);
	box-shadow:none;
	-webkit-box-shadow:none;
	color:#cfcfcf;
}

#search input::-webkit-input-placeholder {
   color: #74736a;
}

#header.dark #search input::-webkit-input-placeholder {
   color: #cfcfcf;
}

/* --- Firefox 18- */
#search input:-moz-placeholder { 
   color: #74736a;  
}

#header.dark #search input:-moz-placeholder {
   color: #cfcfcf;
}

/* --- Firefox 19+ */
#search input::-moz-placeholder {  
   color: #74736a;  
}

#header.dark #search input::-moz-placeholder {
   color: #cfcfcf;
}

#search input:-ms-input-placeholder {  
   color: #74736a;  
}

#header.dark #search input:-ms-input-placeholder {
   color: #cfcfcf;
}

#search-btn {
	position:absolute;
	right:4px;
	top:0;
	display:block;
	text-indent:-9999px;
	width:30px;
	height:30px;
	padding:0;
	background-color: transparent;
	border:none;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header.dark #search-btn {
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -124px;
}

#search-btn:active,
#search-btn:focus {
	outline:none;
	border:none;
}

.unique-menu-btn-container {
	display:none;
	position: absolute;
	right:0;
	bottom:0;
	width:40px;
	height:42px;
	background-image: url('../images/unique-menubg.png');
	background-repeat: no-repeat
}

#unique-menu-btn  {
	display:block;
	position:absolute;
	right:3px;
	bottom:3px;
	line-height:1;
	font-size:22px;
	color:#6d6c67;
}

.unique-menu-container {
	padding-right:30px;
}

.unique-menu {
	line-height:20px;
	font-size:14px;
	font-family: 'PTSansCaptionRegular', sans-serif;
}

.unique-menu-tab {
	display:none;
	line-height:27px;
	margin-top:3px;
	font-size:14px;
	font-family: 'PTSansCaptionRegular', sans-serif;
}

.unique-menu li {
	text-transform: uppercase;
	display:block;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.unique-menu-tab li {
	float:left;
	margin-right:12px;
	text-transform: uppercase;
	display:block;
}

.unique-menu li a {
	display:block;
	color:#5f5e59;
	padding:8px 0 9px 10px;
	border-bottom:1px solid rgba(0,0,0, 0.1);
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-ms-transition:all 0.25s;
	-o-transition:all 0.25s;
}

.unique-menu-tab li a {
	padding:0 19px;
	border-bottom:none;
	display:block;
	color:#5f5e59;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-ms-transition:all 0.25s;
	-o-transition:all 0.25s;
}

.unique-menu li a > span,
.unique-menu-tab li a > span {
	display:inline-block;
	margin-left:6px;
	background-image: url('../images/sprites/unique-list-arrow.png');
	background-repeat: no-repeat;
	background-position: 0 11px;
	width:8px;
	height:20px;
}

.unique-menu-tab li a.active,
.unique-menu li a.active,
.unique-menu li:hover > a,
.unique-menu-tab li:hover > a {
	background-color: rgba(89,89,89, 0.9);
	color:#fff;
}

.ie8 .unique-menu-tab li a.active,
.ie8 .unique-menu li a.active,
.ie8 .unique-menu li:hover > a,
.ie8 .unique-menu-tab li:hover > a {
	background: url('../images/ie/menubg-hover.png') repeat;
}

.unique-menu-tab li:hover a > span,
.unique-menu li:hover a > span {
	background-position: -8px 11px;
}

.unique-menu-tab li a.active > span,
.unique-menu li a.active > span {
	background-position: -16px 11px;
}

#unique-menu-content-container {
	position:fixed;
	z-index:10000;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
}

#unique-menu-content {
	position:relative;
	width:840px;
	height:475px;
	overflow: hidden;
	margin:0 auto;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow:0 3px 3px rgba(0,0,0, 0.15);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0, 0.15);
	padding:25px 30px;
}

.ie8 #unique-menu-content {
	background: url('../images/ie/unique-menubg.png') repeat;
}

#unique-menu-content.loading {
	background-image: url('../images/AjaxLoader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.unique-menu-header {
	border-bottom:1px solid #dddddd;
	margin-bottom: 15px;
	position: relative;
	height:30px;
}

.unique-menu-title {
	text-transform: uppercase;
	font:18px/1.2 'PTSansCaptionRegular', Verdana, sans-serif;
	color: #666464;
	margin-bottom: 8px;
}

#unique-menu-slider-wrapper {
	overflow: hidden;
}

.unique-menu-nav {
	position: absolute;
	width:72px;
	left:50%;
	top:50%;
	margin-left:-36px;
	margin-top:-18px;
	font-size:0;
	line-height:0;
}

.unique-menu-nav > a {
	display:inline-block;
	text-indent: -9999px;
	width:33px;
	height:24px;
	background-color: transparent;
	background-image: url('../images/unique-menu-nav.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	transition:background 0.4s;
	-webkit-transition:background 0.4s;
	-ms-transition:background 0.4s;
	-o-transition:background 0.4s;
	-moz-transition:background 0.4s;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor:pointer;
}

.unique-menu-nav #unique-menu-next {
	background-position: -33px 0;
	margin-left:6px;
}

.unique-menu-nav > a.disabled {
	opacity:0.35;
	filter: alpha(opacity=35);
	cursor:default;
}

.unique-menu-nav > a:hover {
	background-color: #cccccc;
}

.unique-menu-nav > a.disabled:hover {
	background-color: transparent;
}

#unique-menu-close-btn {
	display:block;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-18px;
	width:24px;
	height:24px;
	background-color: transparent;
	background-image: url('../images/sprites/sprite.png');
	background-position: -31px -65px;
	background-repeat: no-repeat;
	transition:background 0.4s;
	-webkit-transition:background 0.4s;
	-ms-transition:background 0.4s;
	-o-transition:background 0.4s;
	-moz-transition:background 0.4s;
}

#unique-menu-close-btn:hover {
	background-color: #cccccc;
}

.unique-menu-slider {
	width:100%;
	overflow:hidden;
	display:none;
}

.unique-menu-slider.active {
	display:block;
}

.unique-menu-slider .row {
	margin-left:-12px;
	margin-right:-12px;
}


/* Header Copyright and Social icons */
#header-footer {
	padding:0 30px 0 0;
	margin-top:40px;
	position:absolute;
	bottom:50px;
	left:0;
	padding:0 30px;
}

#header.dark #header-footer {
	bottom:35px;
}

#header.dark  #header-footer.relative {
	margin-top:70px;
}

#header-footer.relative {
	position: relative;
	bottom:auto;
	left:auto;
	padding-left:0;
}

.onepage #header-footer {
	bottom:30px;
}

.copyright {
	font:400 10px/1.4 Verdana, Arial, sans-serif;
	color:#818181;
	text-indent:0;
	margin:0;
	text-transform:uppercase;
}

#header.dark .copyright {
	color:#d2d2d2;
}

#header-footer .social-icons {
	margin-bottom:14px;
}

/* ========================
------  Social Icons -------
=======================*/
.social-icons {
	margin:0;
	padding:0;
	/* fix for inline-block auto margin */
	font-size:0;
}

.social-icons li {
	display:inline-block;
	margin-right:7px;

}

.ie8 .social-icons li {
	margin-right:5px;
}

.social-icons li:last-child {
	margin-right:0;
}

.social-icons li a.social-icon {
	display:block;
	width:26px;
	height:26px;
	background-image: url('../images/sprites/socialicons.png');
	background-repeat: no-repeat;
	transition:background 0.3s;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-ms-transition:background 0.3s;
	-o-transition:background 0.3s;
}

.social-icons.light li a.social-icon {
	background-image: url('../images/sprites/socialicons-light.png');
}

.social-icons.dark li a.social-icon {
	background-image: url('../images/sprites/socialicons-dark.png');
}

.social-icons li a.social-icon.facebook,
.social-icons.light li a.social-icon.facebook,
.social-icons.dark li a.social-icon.facebook {
	background-position: 0 0;
}

.social-icons li a.social-icon.twitter,
.social-icons.light li a.social-icon.twitter,
.social-icons.dark li a.social-icon.twitter {
	background-position: -26px 0;
}

.social-icons.light li a.social-icon.dribbble {
	background-position: -52px 0;
}

.social-icons.light li a.social-icon.email {
	background-position: -78px 0;
}

.social-icons li a.social-icon.linkedin,
.social-icons.dark li a.social-icon.linkedin {
	background-position: -52px 0;
}

.social-icons li a.social-icon.flickr,
.social-icons.dark li a.social-icon.flickr {
	background-position:-78px 0;
}

.social-icons li a.social-icon.googleplus,
.social-icons.dark li a.social-icon.googleplus {
	background-position: -104px 0;
}

.social-icons li:hover a.social-icon.facebook,
.social-icons.light li:hover a.social-icon.facebook,
.social-icons.dark li:hover a.social-icon.facebook {
	background-position: -0 -28px
}

.social-icons li:hover a.social-icon.twitter,
.social-icons.light li:hover a.social-icon.twitter,
.social-icons.dark li:hover a.social-icon.twitter  {
	background-position: -26px -28px;
}

.social-icons li:hover a.social-icon.linkedin,
.social-icons.dark li:hover a.social-icon.linkedin {
	background-position: -52px -28px;
}

.social-icons li:hover a.social-icon.flickr,
.social-icons.dark li:hover a.social-icon.flickr {
	background-position: -78px -28px;
}

.social-icons li:hover a.social-icon.googleplus,
.social-icons.dark li:hover a.social-icon.googleplus {
	background-position: -104px -28px;
}

.social-icons.light li:hover a.social-icon.dribbble {
	background-position: -52px -28px;
}

.social-icons.light li:hover a.social-icon.email {
	background-position: -78px -28px;
}

/* =============================================
---------------------- Contents ----------------
==============================================*/


#wrapper {
	margin-left:220px;
	overflow: hidden;
}

#wrapper.full-height {
	height:100%;
}

.onepage #wrapper,
.homepage #wrapper,
#wrapper.fullwidth {
	margin-left:0;
}

#content {
	width:100%;
	height:100%;
}

.content-relative {
	position: relative;
}

/* =============================================
--------------- Content Header -----------
==============================================*/

.page-title {
	font:400 25px/30px 'Raleway', Arial, sans-serif;
	color:#494745;
	text-transform: capitalize;
	margin:0;
	float:left;
}

#content-header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin-left:220px;
	z-index:1200;
	background: #f1f1f1;
}

#content-header-wrapper {
	width:840px;
	height:82px;
	margin:0 auto;
	border-bottom: 1px solid #d5d5d5;
	padding-top:44px;
}

#content-header .container {
	margin:0 auto;
}

.dropdowns-container {
	float:right;
	padding-bottom: 8px;
	position: relative;
}

.dropdown {
  position: relative;
  font-size:12px;
  color:#6d6c67;
}

.dropdowns-container .currency-dropdown,
.dropdowns-container .language-dropdown {
	float:right;
	margin-right:2px;
}

.dropdown-btn {
	display:inline-block;
	line-height:30px;
	color:#707070;
	min-width:91px;
	text-align:center;
}

.dropdown-btn:hover,
.dropdown-btn:active,
.open .dropdown-btn {
	color:#595959;
}

.dropdown-btn .dropdown-icon {
	display:inline-block;
	width:9px;
	height:7px;
	background-image: url('../images/sprites/dropdown.png');
	background-repeat: no-repeat;
	margin-left:6px;
}

.open .dropdown-btn .dropdown-icon{
	color:#6d6c67;
	background-image: url('../images/sprites/dropdown-open.png');
}

.dropdown img {
	display:inline-block;
	margin:0 6px -1px 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1100;
	float: left;
	min-width: 100%;
	width:auto;
	padding: 5px 0;
	margin: 10px 0 0;
	font-size: 12px;
	list-style: none;
	background-color: #f8f8f8;
	background-clip: padding-box;
	border: 1px solid #d8d8d8;
	border-top:none;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .10);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .10);
	transition:opacity 0.4s, margin 0.5s;
	-webkit-transition:opacity 0.4s, margin 0.5s;
	-moz-transition:opacity 0.4s, margin 0.5s;
	-ms-transition:opacity 0.4s, margin 0.5s;
	-o-transition:opacity 0.4s, margin 0.5s;
	opacity:0;
	filter: alpha(opacity=0);
	margin-top:20px;
	visibility:hidden;
}

.ie8 .dropdown-menu {
	visibility: visible;
	opacity:1;
	filter: alpha(opacity=100);
	display:none;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu > li > a {
	display: block;
	padding: 2.5px 10px;
	clear: both;
	font-weight: normal;
	font-size:inherit;
	line-height:20px;
	color: #6d6c67;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #2f3538;
	text-decoration: none;
}

.open > .dropdown-menu {
	opacity:1;
	filter: alpha(opacity=100);
	margin-top:8px;
	visibility:visible;
}

.ie8 .open > .dropdown-menu {
	margin-top:8px;
	display:block;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

/* Dropdown Cart */
.dropdown.cart-dropdown {
	float:right;
	margin-left:30px;
}

.dropdown.cart-dropdown .btn-cart {
	padding-left:30px;
	background-image: url('../images/sprites/cart.png');
	background-repeat: no-repeat;
}

.dropdown.cart-dropdown .dropdown-menu {
	min-width:250px;
	padding:10px 10px 15px;
}

.cart-dropdown .desc {
	padding:0;
	font-size:12px;
	line-height:18px;
	margin-bottom: 10px;
}

.cart-dropdown .cart-list {
	margin-bottom:18px;
}

.cart-dropdown .cart-list li {
	display:block;
	padding:10px 16px 10px 10px;
	background:#f1f1f1;
	border:1px solid #d5d5d5;
	position: relative;
	margin-bottom: 6px;
}

.cart-dropdown .cart-list li .product-image-container {
	float:left;
	width:66px;
	margin-right: 10px;
}

.cart-dropdown .cart-list li .product-image-container a {
	display:block;
}

.cart-dropdown .cart-list li .product-name {
	font:400 11px/16px 'PTSansCaptionRegular', sans-serif;
	color:#595959;
	text-transform: uppercase;
	margin:-3px 0 3px;
}

.cart-dropdown .cart-list li .product-name a {
	color:#595959;
}

.cart-dropdown .cart-list li .delete-btn {
	display:block;
	width:16px;
	height:16px;
	position: absolute;
	right:0;
	top:0;
	background: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -60px 0;
	transition:background 0.4s;
	-webkit-transition:background 0.4s;
	-moz-transition:background 0.4s;
	-ms-transition:background 0.4s;
	-o-transition:background 0.4s;
	text-indent:-9999px;
}

.cart-dropdown .cart-list li .delete-btn:hover {
	background-color: #ccc;
}

.cart-dropdown .cart-list li .quantity-price {
	margin:0;
	line-height:20px;
}

.cart-dropdown .cart-list li .product-price {
	font:400 14px/20px 'Lato', Verdana, sans-serif;
	color:#d64c35;
}

.dropdown-cart-action {
	width:100%;
}

.dropdown-cart-total {
	float:left;
}

.dropdown-cart-total li {
	line-height:18px;
	color:#5d5a55;
	text-transform:uppercase;
}

.dropdown-cart-total li > span {
	color:#d64c35;
	font-size:14px;
	line-height: 18px;
}

.dropdown-cart-btn-container {
	float:right;
	margin-top:2px;
}

.btn {
	display:inline-block;
	font-size:12px;
	line-height:20px;
	text-transform:uppercase;
	background-color:#535451;
	padding:6px 14px;
	color:#fff;
	transition:background 0.4s;
	-webkit-transition:background 0.4s;
	-moz-transition:background 0.4s;
	-ms-transition:background 0.4s;
	-o-transition:background 0.4s;
	cursor:pointer;
	outline:none;
	border:none;
	text-align:center;
}

.btn:hover,
.btn:focus,
.btn:active {
	background-color: #2f3538;
	color:#fff;
}

.btn.btn-inverse {
	background-color: #2f3538;
	color:#fff;
}

.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active {
	background-color:#535451;
	color:#fff;
}

.btn.btn-lg {
	padding:10px 22px;
	font-size:14px;
}

.btn.btn-minwidth {
	min-width:125px;
}

.btn.btn-block {
	display:block;
}


/* =============================================
--------------------  Homepages  ---------------
==============================================*/
/*----- index Blog 1 -----*/
#infscr-loading {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: 30%;
    width:40%;
    z-index: 100;
    background: rgba(59, 59, 59, 0.65);
    padding:15px 20px;
    color: #fff;
    font-size: 13px;
    text-transform:uppercase;
}

.ie8 #infscr-loading {
	background: url('../images/ie/darkbg.png') repeat;
}

#infscr-loading {
	margin-left:110px;
}

#infscr-loading img {
	display:inline-block !important;
	width:auto !important;
	max-width:100% !important;
}

.homepage-blog  {
	overflow: hidden;
}

.homepage-blog.homepage-blog1 .row {
	margin:0 -2px;
}

.homepage-blog .article {
	overflow: hidden;
	float: left;
	opacity:0;
	filter: alpha(opacity=0);
}

.ie8 .homepage-blog .article,
.ie9 .homepage-blog .article  {
	opacity:1;
	filter: alpha(opacity=100);
}

.homepage-blog.homepage-blog1 .article {
	width:33.333333%;
	padding:0 2px;
	margin: 0 0 4px;
}

.homepage-blog .article-wrapper {
	position: relative;
	-webkit-perspective:600px;
	perspective:600px;
	-webkit-backface-visibility:hidden;
}

.homepage-blog .overlay {
	position: absolute;
	width:100%;
	height:100%;
	text-align:center;
	/*  fix for firefox 3d animation edge bug */
	outline: 1px solid transparent;
}

.ie8 .homepage-blog .overlay  {
	background:url('../images/ie/darkbg.png') repeat;
}

.ie8 .homepage-blog .overlay,
.ie9 .homepage-blog .overlay  {
	opacity:0;
	filter:alpha(opacity=0);
}

.ie8 .homepage-blog .article:hover .overlay,
.ie9 .homepage-blog .article:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
	visibility: visible !important;
}

.homepage-blog.homepage-blog1 .overlay {
	background: rgba(47, 53, 56, 0.65);
}

.overlay-wrapper {
	display:table;
	width:100%;
	height:100%;
}

.overlay-cell {
	display:table-cell;
	vertical-align: middle;
}

.homepage-blog.homepage-blog1 .article-title {
	font-size:23px;
	line-height:1;
	margin-bottom:10px;
}

.homepage-blog.homepage-blog1 .zoom-btn {
	margin-bottom:20px;
}

.homepage-blog.homepage-blog1 .article-meta {
	font-size:12px;
	line-height: 17px;
	color:#fff;
	margin-bottom:0;
}

.homepage-blog.homepage-blog1 .article-title a,
.homepage-blog.homepage-blog1 .article-meta a {
	color:#fff;
}

.homepage-blog .article-title a:hover,
.homepage-blog .article-meta a:hover {
	color:#eaeaea;
}


/*----- index Blog2 -----*/
.homepage-blog.homepage-blog2 #articles-container {
	padding:10px 10px 0;
}

.homepage-blog.homepage-blog2 .article {
	width:33.333333%;
	padding:0 10px;
	margin: 10px 0 0;
}

.homepage-blog .article-wrapper {
	position: relative;
	overflow: hidden;
}

.homepage-blog.homepage-blog2 .overlay {
	background: rgba(47, 53, 56, 0.65);
}

.homepage-blog.homepage-blog2 .article-title {
	font-size:18px;
	line-height:1;
	margin-bottom:5px;
	margin-top:25px;
	font-weight:bold;
	
}

.homepage-blog.homepage-blog2 .article-media-wrapper {
	position: relative;
	-webkit-perspective:600px;
	perspective:600px;
	-webkit-backface-visibility:hidden;
}

.homepage-blog.homepage-blog2 .article-title a {
	color:#5b5a55;
}

.homepage-blog.homepage-blog2 .article-meta {
	text-transform: uppercase;
	font-size:10px;
	margin-bottom: 7px;
}

.homepage-blog.homepage-blog2 .article-meta a {
	color:#6d6c67;
}

.homepage-blog.homepage-blog2 .article-title a:hover,
.homepage-blog.homepage-blog2 .article-meta a:hover {
	color:#24292b;
}

.homepage-blog.homepage-blog2 .zoom-btn {
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-40px;
	margin-left:-40px;
}


/*----- index Blog 3 -----*/

.homepage-blog.homepage-blog3 .row {
	margin-left:-4px;
	margin-right:-4px;
}

.homepage-blog.homepage-blog3 .article {
	width:25%;
	padding:0 2px;
	margin: 0 0 15px;
	text-align:center;
}

.homepage-blog.homepage-blog3 .article-title {
	font-size:18px;
	line-height:1;
	margin-bottom:6px;
	margin-top:17px;
	font-weight:bold;
	
}

.homepage-blog.homepage-blog3 .article-title a {
	color:#5b5a55;
}

.homepage-blog.homepage-blog3 .article-meta {
	text-transform: uppercase;
	margin-bottom:8px;
	font-size:10px;
}

.homepage-blog.homepage-blog3 .article-meta a {
	color:#6d6c67;
}

.homepage-blog.homepage-blog3 .article-title a:hover,
.homepage-blog.homepage-blog3 .article-meta a:hover {
	color:#3e3e3e;
}


/*----- index Blog 4 -----*/

.homepage-blog.homepage-blog4  {
	padding:0 10px;
}

.homepage-blog.homepage-blog4 .row {
	margin-left:0;
	margin-right:0;
}

.homepage-blog.homepage-blog4 .article {
	width:25%;
	padding:0 10px;
	margin: 20px 0 0;
	text-align:left;
	overflow: visible;
}

.homepage-blog.homepage-blog4 .article .article-wrapper {
	background: #f8f8f8;
	padding-bottom:20px;
	box-shadow:0 2px 2px rgba(0,0,0, 0.15);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0, 0.15);
	overflow: hidden;
}

.homepage-blog.homepage-blog4 .article-title {
	font-size:18px;
	line-height:1;
	margin-bottom:6px;
	margin-top:17px;
	font-weight:bold;
	
}

.homepage-blog.homepage-blog4 .article-title a {
	color:#5b5a55;
}

.homepage-blog.homepage-blog4 .article-meta-wrapper {
	padding:0 23px;
}

.homepage-blog.homepage-blog4 p {
	margin-bottom:12px;
}
.homepage-blog.homepage-blog4 .article-meta {
	text-transform: uppercase;
	margin-bottom:17px;
	font-size:10px;
}

.homepage-blog.homepage-blog4 .article-meta a {
	color:#6d6c67;
}

.homepage-blog.homepage-blog4 .article-title a:hover,
.homepage-blog.homepage-blog4 .article-meta a:hover {
	color:#3e3e3e;
}

.homepage-blog.homepage-blog4 .article-meta  .read-more {
	color:#444444;
}

.homepage-blog.homepage-blog4 blockquote {
	padding:20px 20px 0;
	color:#5b5a55;
}

.homepage-blog.homepage-blog4 blockquote p {
	font-style: normal;
	font-weight:bold;
	font-family:'latoregular', Verdana;
	margin-bottom: 10px;
}

.homepage-blog.homepage-blog4 blockquote cite {
	color:#444444;
	font-style: normal;
}

.homepage-blog.homepage-blog4 blockquote:before {
	display:none;
}


/*----- index Photography -----*/
.homepage-portfolio #portfolio-item-container li.portfolio-item {
	margin-bottom:0;
	padding:0;
}

.homepage-portfolio .row {
	margin:0;
}


/* ---- Onepage -----*/
#aboutus,
#ourteam,
#services,
#portfolio,
#contactus {
	position: relative;
}

.onepage-section {
	position: relative;
	margin-left:220px;
	padding:95px 0 0;
}

.section-inner {
	width:960px;
	margin:0 auto;
	overflow: hidden;
}

.section-header {
	text-align:center;
}

.section-title {
	font:30px/40px 'ralewayregular', Verdana, sans-serif;
	color:#494745;
	display:inline-block;
	position: relative;
	text-transform: capitalize;
	margin-bottom:56px;
}

.section-description {
	max-width:760px;
	width:auto;
	margin: 0 auto 20px;
}

.section-title-border {
	display:block;
	width:90px;
	height:1px;
	background:#d2d1d0;
	position: absolute;
	left:50%;
	bottom:-20px;
	margin-left:-45px;
}

/* About us */
#aboutus .onepage-section {
	padding-bottom:90px;
}

.aboutus-content .row {
	margin-left:-21px;
	margin-right:-21px;
}

.aboutus-content .col-2 {
	padding:0 21px;
	margin-bottom:42px;
}

.aboutus-big-icon {
	width:75px;
	height:75px;
	display:block;
	float:left;
	margin-right:18px;
	background-image: url('../images/sprites/big-icons.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.aboutus-big-icon.big-icon-responsive {
	background-position: 0 0;
}

.aboutus-big-icon.big-icon-retina {
	background-position: 0 -75px;
}

.aboutus-big-icon.big-icon-admin {
	background-position: -75px 0;
}

.aboutus-big-icon.big-icon-support {
	background-position: -75px -75px;
}

.aboutus-big-icon.big-icon-customize {
	background-position: -150px 0;
}

.aboutus-big-icon.big-icon-documented {
	background-position: -150px -75px;
}


.aboutus-content-details {
	padding-left:93px;
}

.aboutus-content-title {
	font: 13px/1.5 'ralewaysemibold', Verdana;
	color:#555555;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.aboutus-content-details p {
	font-size:12px;
	line-height: 19px;
}

/* Portfolio */
.onepage #portfolio-filter {
	text-align: center;
	/* fix for inline-block auto margin */
	font-size:0;
	margin-bottom: 30px;
}

.onepage #portfolio-filter li {
	display:inline-block;
	float:none;
}

.onepage #portfolio-item-container li.portfolio-item {
	padding:0;
	margin:0;
}

/* Testimonials */

.testimonials {
	width:100%;
	background-size: cover;
	-webkit-background-size: cover;
	background-image: url('../images/testimonialsbg.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}

.testimonials.fullwidth-section .onepage-section {
	padding-bottom:0;
}

.testimonials-slider-container {
	width:84%;
	margin:0 auto;
	text-align:center;
	padding-bottom:100px;
}

.flexslider.testimonials-slider {
	overflow:visible !important
}

.testimonial-content {
	font:20px/1.5 'ralewaysemibold', sans-serif;
	color:#444444;
	margin-bottom:35px;
}

.testimonials-slider img {
	display:inline-block;
	max-width:90px;
	width:auto;
	height:auto;
	margin-bottom: 15px;
	border-radius:50px;
}

.testimonials-slider .testimonial-owner {
	font:700 14px/1.5 'PTSansCaptionRegular', Verdana;
	color:#4e4d49;
}

.testimonials-slider .flex-control-nav {
	bottom:-70px;
}

.testimonials-slider .flex-control-paging li {
	margin:0 5px;
}

.testimonials-slider .flex-control-paging li a {
	width:13px;
	height:13px;
	background-color: transparent;
	background-image: url('../images/sprites/testimonials-bullets.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.testimonials-slider .flex-control-paging li a.flex-active,
.testimonials-slider .flex-control-paging li a:hover {
	background-color: transparent;
	background-image: url('../images/sprites/testimonials-bullets.png');
	background-position: 0 -13px;
	background-repeat: no-repeat;
}


/* Our Team */
#ourteam .onepage-section {
	padding-bottom:130px;
}

.section-team-carousel .team-member {
	padding:0 20px;
	margin-bottom:20px;
}
.section-team-carousel .team-member img {
	border:1px solid #ddd;
	box-shadow: 0 0 1px rgba(0,0,0, 0.05);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.05);
}

.line-separator > span {
	display:block;
	width:35px;
	height:1px;
	background: #d2d1d0;
	margin:15px 0;
}

.member-quote {
	font-size:12px;
	margin-bottom:15px;
	position: relative;
	text-indent:10px;
}

.member-quote:before {
	content:'"';
	position: absolute;
	left:-10px;
	top:-8px;
	font-size:20px;
	font-family:Verdana;
}

.section-team-carousel-container {
	padding-top:60px;
}

.section-team-carousel-container .carousel-btn {
	top:0;
	right:50%;
}
.section-team-carousel-container .carousel-btn.carousel-btn-next {
	margin-right:-36.5px;
}

.section-team-carousel-container .carousel-btn.carousel-btn-prev {
	right:auto;
	left:50%;
	margin-left:-36.5px;
}

/* Our Skills */

.ourskills.fullwidth-section .onepage-section {
	padding-bottom:90px;
}

.ourskills {
	width:100%;
	background-size: cover;
	-webkit-background-size: cover;
	background-image: url('../images/ourskillsbg.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}

.ourskills .onepage-section {
	padding-top:52px;
}

.ourskills .section-description {
	color:#555555;
}

.progress-bar {
	width:100%;
	height:20px;
	position: relative;
	margin-bottom: 30px;
	background: #aaa;
}

.progress-title {
	color:#fff;
	font:10px/21px 'ralewaybold', Verdana;
	position:absolute;
	left:15px;
	z-index:15;
	text-transform: uppercase;
}

.progress-bar .progress {
	background:#d04d49;
	height:100%;
	position: absolute;
	z-index:10;
	left:0;
	top:0;
}

.progress .progress-inner {
	position: relative;
	height:100%;
}

.progress-inner .progress-count {
	color:#fff;
	font-size:11px;
	line-height:20px;
	position: absolute;
	left:100%;
	top:0;
	margin-left:10px;
	opacity:0;
	filter: alpha(opacity=0);
	transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
}

.progress-inner .progress-count.active {
	opacity:1;
	filter: alpha(opacity=100);
}

/* Our Services */
#services .onepage-section {
	padding-bottom:120px;
}

.services-icons-container .row {
	margin-left:-21px;
	margin-right:-21px;
}

.services-icons-container .col-3.services-icon {
	padding:0 21px;
}

.service-icon-box {
	border:1px solid #ddd;
	position: relative;
	padding:110px 25px 40px;
	text-align: center;
	margin-bottom:30px;
}

.service-icon {
	display:block;
	position: absolute;
	top:-60.5px;
	left:50%;
	width:120px;
	height:121px;
	margin-left:-60px;
	background-image: url('../images/sprites/services-icons.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.service-icon.service-icon-dev {
	background-position: 0 0;
}

.service-icon.service-icon-brand {
	background-position: -120px 0;
}

.service-icon.service-icon-market {
	background-position: -240px 0;
}

.service-title {
	font:17px/19px 'ralewaysemibold', sans-serif;
	color:#444444;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 40px;
}

.service-title:after {
	content:'';
	position: absolute;
	bottom:-18px;
	left:50%;
	display:block;
	width: 50px;
	margin-left:-25px;
	height: 1px;
	background: #d2d1d0;
}


/* latest-tweets */

.latest-tweets {
	width:100%;
	background-size: cover;
	-webkit-background-size: cover;
	background-image: url('../images/latest-tweetsbg.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}

.latest-tweets.fullwidth-section .onepage-section {
	padding-bottom:0;
}

.latest-tweets-slider-container {
	width:84%;
	margin:0 auto;
	text-align:center;
	padding-bottom:100px;
}

.flexslider.latest-tweets-slider {
	overflow:visible !important
}

.flexslider.latest-tweets-slider{
	font-size:20px/1.5 'ralewaysemibold', Verdana;
	color:#444444;
}


.latest-tweets-slider .flex-control-nav {
	bottom:-70px;
}

.latest-tweets-slider .flex-control-paging li {
	margin:0 5px;
	display:inline-block;
}

.latest-tweets-slider .flex-control-paging li a {
	width:13px;
	height:13px;
	background-color: transparent;
	background-image: url('../images/sprites/testimonials-bullets.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.latest-tweets-slider .flex-control-paging li a.flex-active,
.latest-tweets-slider .flex-control-paging li a:hover {
	background-color: transparent;
	background-image: url('../images/sprites/testimonials-bullets.png');
	background-position: 0 -13px;
	background-repeat: no-repeat;
}

/* twitter feed plugin styles */
.latest-tweets-slider .tweet_list {
	width:100%;
	margin-bottom:40px;
	font:20px/1.5 'ralewaysemibold', Verdana;
}

.latest-tweets-slider .tweet_list .tweet_avatar {
	display:none;
}

.latest-tweets-slider .tweet_list li a,
.latest-tweets-slider  a {
	color:#444645;
}

.latest-tweets-slider .tweet_list .tweet_time {
	display:block;
	margin-top:25px;
	margin-bottom: 45px;
	font:normal bold 15px/1.5 'PTSansCaptionRegular', sans-serif;
}

.latest-tweets-slider .tweet_list .tweet_time a {
	color:#666666 !important;
}

.latest-tweets-slider .tweet_list .tweet_time a:hover {
	color: #444645;
}

.latest-tweets-slider a:hover {
	color:#222;
}

.latest-tweets-slider .tweet_list li .btn {
	padding:8px 30px;
	background: #2f3538;
	color:#fff;
	margin-bottom: 30px;
}

.latest-tweets-slider .tweet_list li .btn:hover {
	background:#444645;
}


/*  Funfacts */
.fullwidth-section .onepage-section {
	padding:55px 0 80px;
}

.fun-facts {
	width:100%;
	background-size: cover;
	-webkit-background-size: cover;
	background-image: url('../images/funfacts-bg.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}

.fun-facts .row {
	margin-left:-44px;
	margin-right:-44px;
}

.fun-facts .col-4 {
	padding:0 44px;
}

.fun-fact {
	text-align: center;
}

.fun-fact-icon {
	display:inline-block;
	width:174px;
	height:174px;
	background-image: url('../images/sprites/funfacts-icons.png');
	background-repeat: no-repeat;
	margin-bottom: 14px;
}

.fun-fact-icon.fun-fact-icon-clients {
	background-position: 0 0;
}

.fun-fact-icon.fun-fact-icon-projects {
	background-position: -174px 0;
}

.fun-fact-icon.fun-fact-icon-tweets {
	background-position: -348px 0;
}

.fun-fact-icon.fun-fact-icon-cups {
	background-position: -522px 0;
}

.fun-fact-title {
	font:14px/1.5 'latobold', Verdana;
	color:#4e4d49;
	display:block;
}


/*  Onepage Contact Section */
.onepage input[type="text"], 
.onepage input[type="email"], 
.onepage input[type="password"], 
.onepage textarea, 
.onepage select {
	background: #f1f1f1;
}

.onepage form .col-2, 
.onepage form .col-3, 
.onepage form .col-4, 
.onepage form .col-5 {
	padding-right:15px;
}

.onepage .form-row {
	margin-bottom: 15px;
}

.onepage .form-row:last-child {
	margin-bottom: 0;
}

.onepage #contact-form textarea {
	margin-bottom: -4px;
}

.onepage #contact-form .btn {
	margin-left:30px;
}

#onepage-map  {
	width:100%;
	height:500px;
}

/* Fix for map zoombar */
#onepage-map img {
	max-width:none;
}

.section-contact-infos  {
	padding:19px 0;
}

.section-contact-infos .col-3 {
	padding:0 10px;
	text-align:center;
	font-size:12px;
	color:#888888;
}

.section-contact-infos img {
	display:inline-block;
	margin-bottom:3px;
}

.section-contact-infos p{
	margin-bottom: 2px;
}



/*  Onepage scrolltop button */
#scroll-top.onepage-scoll-top {
	width:56px;
	height:56px;
	bottom:23px;
	right:31px;
	background-color: transparent;
	background-image: url('../images/sprites/onepage-scrolltop.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	transition:all 0s;
	-webkit-transition:all 0s;
	-moz-transition:all 0s;
	-ms-transition:all 0s;
	-o-transition:all 0s;
}

#scroll-top.onepage-scoll-top:hover {
	background-color: transparent;
	background-image: url('../images/sprites/onepage-scrolltop.png');
	background-position: -56px 0;
	background-repeat: no-repeat;
}



/* =============================================
-------------------- Main Content --------------
==============================================*/

.parallax {
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat-y;
}

#main-content {
	width:840px;
	margin:0 auto;
	padding-top:82px;
}

.breadcrumb {
	padding:0;
	margin:0;
	width:100%;
}

.breadcrumb li {
	float:left;
	font-size:11px;
	line-height:26px;
}

.breadcrumb li a {
	color:#848484;
}

.breadcrumb li span {
	margin:0 5px;
}

.breadcrumb li a:hover {
	color: #707070;
}

.breadcrumb li.active {
	color:#707070;
	font-weight:700;
}

.title {
	width:100%;
	font:500 16px/30px 'ralewaymedium', Verdana, sans-serif;
	color:#595959;
	text-align: right;
	text-transform: uppercase;
	padding:7px 10px 5px;
	background: #d5d5d5;
	margin-bottom: 25px;
}

.title.nobg {
	padding-top:6px;
	border-bottom:1px solid #d5d5d5;
	background-color: transparent;
}

.title-nobg {
	font:23px/30px 'latoregular', Verdana, sans-serif;
	color:#5b5a55;
	padding-bottom:10px;
}

.title-border {
	font:23px/44px 'latoregular', Verdana, sans-serif;
	color:#5b5a55;
	background-color: transparent;
	border-bottom:1px solid #d8d8d8;
	margin-bottom: 15px;
}

.title-border-2 {
	font:400 17px/31px 'PTSansCaptionRegular', sans-serif;
	color:#666464;
	background-color: transparent;
	border-bottom:1px solid #d8d8d8;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* =============================================
---------------- Category / Product -----------
==============================================*/

.category-banner {
	width:100%;
	position: relative;
	margin-bottom:16px;
}

.category-banner img {
	width:100%;
}

.category-banner.light-color {
	color:#fff;
}

.category-banner.light-color .category-banner-title {
	color:#fff;
}

.category-banner .category-banner-title,
.category-banner .category-banner-text {
	position: absolute;
	left:80px;
}

.category-banner .category-banner-title {
	font:200 45px/60px'Raleway', sans-serif;
	color:#494745;
	top:30px;
}

.category-banner .category-banner-text {
	top:95px;
	width:350px;
	margin-bottom: 0;
}


.category-banner.reverse .category-banner-title,
.category-banner.reverse .category-banner-text {
	position: absolute;
	left:auto;
	right:30px;
}

.category-banner.reverse .category-banner-title {
	top:30px;
}

.category-banner.reverse .category-banner-text {
	top:95px;
	text-align:right;
}


.category-banner.reverse-bottom .category-banner-title {
	top:auto;
	bottom:100px;
}

.category-banner.reverse-bottom .category-banner-text {
	top:auto;
	bottom:20px;
}

#category-filter-container {
	margin-bottom:17px;
	position: relative;
}

.category-filter-left,
#filter-dropdowns-container {
	float:left;
}

#filter-dropdowns-container .dropdown {
	float:left;
	margin-right:20px;
}

#filter-dropdowns-container  .dropdown-order {
	margin-left:-10px;
}

#filter-dropdowns-container .dropdown-btn {
 	border:1px solid transparent;
 	line-height:28px;
 	padding:0 9px;
 	min-width:0;
 	width:auto;
 	text-transform:uppercase;
 	font-size:12px;
 	color:#6d6c67;
 	position: relative;
 	z-index:1101;
}

#filter-dropdowns-container .open .dropdown-btn {
	background-color: #f8f8f8;
	border-color:#d5d5d5;
	border-bottom-color:transparent;
	color:#595959;
}

#filter-dropdowns-container .dropdown-menu {
	margin-top:-5px;
	border-top:1px solid #d5d5d5;
	min-width:100px;
	width:auto;
}

#filter-dropdowns-container  .dropdown-order .dropdown-menu{
	min-width:163px;
}

#filter-dropdowns-container .dropdown-menu > li > a {
	color:#6d6c67;
	padding:3px 10px;
}

#filter-dropdowns-container .dropdown-menu > li > a:hover {
	color:#2f3538;
}

#filter-dropdowns-container .open > .dropdown-menu {
	margin-top:-1px;
}

.filter-slider-container {
	float:left;
}

.filter-slider-label {
	display:inline-block;
	float:left;
	font-size:12px;
	line-height:30px;
	text-transform:uppercase;
	margin:0 10px 0 5px;
}

.filter-slider {
	float:left;
	width:150px;
	margin-top:8px;
}

.btn.btn-compare {
	float:right;
	line-height:19px;
	text-transform: capitalize;
	padding:2px 8px;
	background-color: #7f7f7f;
	margin:3.5px 0;
}

.btn.btn-compare:hover,
.btn.btn-compare:active,
.btn.btn-compare:focus {
	background-color: #595959;
	color:#fff;
}

.layout-btns-container {
	float:right;
	margin:5px 20px 5px 0;
	/* fix inline-block auto margin */
	font-size:0;
}

.btn-layout {
	display:inline-block;
	line-height:20px;
	font-size:12px;
	padding-left:23px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	color:#979690;
	margin-right:20px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
	letter-spacing: -0.4px;
}

.btn-layout.btn-layout-grid {
	background-image: url('../images/sprites/category-grid.png');
}

.btn-layout.btn-layout-list {
	background-image: url('../images/sprites/category-list.png');
}

.btn-layout:hover {
	color:#6d6c67;
	background-position: 0 -20px;
}

/* Product General Styles */
.product {
	position: relative;
	margin-bottom:50px;
}

.product.product-list {
	border-bottom:1px solid #d5d5d5;
	margin-bottom: 20px;
	padding-bottom: 40px;
}

.product.product-list:last-child {
	border-bottom: none;
}

.product img {
	width:100%;
}

.col-2.product,
.col-3.product,
.col-4.product,
.col-5.product {
	padding:0 12px;
}

.product-image-container {
	position:relative;
	width:100%;
	margin-bottom:12px;
	overflow:hidden;
}

.product.product-list .product-image-container {
	width:auto;
	max-width:200px;
	margin-right:30px;
	float:left;
}

.main-column .product.product-list  .product-image-container {
	max-width:172px;
	margin-right:20px;
}

.product-image-container a {
	display:block;
}

.product-image {
	visibility:visible;
	opacity:1;
}

.product-image-hover {
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
	opacity:0;
}

.product-image,
.product-image-hover {
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
}

.product:hover .product-image {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
}

.product:hover .product-image-hover {
	visibility: visible;
	opacity:1;
	filter:alpha(opacity=100);
}

.product-meta-container {
	line-height:17px;
	margin-bottom:7px;
}

.product-price-container {
	float:left;
	font:bold 16px/17px 'latoregular', Verdana, sans-serif;
}

.product-price {
	color:#d64c35;
	font:bold 16px/17px 'latoregular', Verdana, sans-serif;
}

.product-old-price {
	color:#6d6c67;
	text-decoration: line-through;
	margin-right:10px;
	font-weight:400;
}

.product.product-list .product-price-container {
	float:none;
	margin-bottom:15px;
	font-size:18px;
	line-height: 1;
}

.product.product-list .product-price {
	font-size:18px;
	line-height: 1;
}

.product-like-btn {
	display:inline-block;
	padding-left:23px;
	height:17px;
	line-height:17px;
	font-size:12px;
	font-weight:bold;
	color:#595959;
	background-image: url('../images/sprites/product-heart.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	float:right;
}

.product-like-btn:hover {
	background-position: 0 -17px;
	color:#595959;
}

.product.product-list .product-like-btn {
	float:none;
	position: absolute;
	right:15px;
	top:0;
	z-index:999;
}

.main-column .product.product-list .product-like-btn {
	right:auto;
	left:0;
	top:auto;
	bottom:70px;
}

.product-name {
	color:#595959;
	text-transform:uppercase;
	font:400 14px/17px 'PTSansCaptionRegular', sans-serif;
}

.product.product-list .product-name {
	font-size:17px;
	font-weight:700;
	line-height:20px;
	margin-bottom:8px;
}

.product-name a,
.product-name a:hover {
	color:#595959;
}


.product-discount-box,
.product-sale-box,
.product-new-box {
	position: absolute;
	left:12px;
	top:10px;
	display:block;
	width:70px;
	height:25px;
	font:17px/19px 'ralewaymedium', Verdana, sans-serif;
	color:#f2f2f2;
	padding-top:2px;
	text-align: right;
	padding-right:7px;
	z-index:99;
	background: #d04d49;
	text-transform: uppercase;
}

.product-sale-box {
	font-size:14px;
	padding-top:4px;
}

.product-round-sale-box {
	width:74px;
	height:74px;
	display:block;
	position: absolute;
	left:7px;
	z-index:99;
	top:-5px;
	color:#f2f2f2;
	font:17px/72px 'ralewaymedium', Verdana, sans-serif;
	text-align:center;
	background-image: url('../images/product-round-salebg.png');
	background-repeat: no-repeat;
	text-transform: uppercase;
}

.product-new-box {
	background:#2f3538;
	font-size:14px;
	padding-top:4px;
}

.product-sale-box + .product-new-box,
.product-discount-box + .product-new-box  {
	top:40px;
}

.product.product-list .product-sale-box,
.product.product-list .product-new-box,
.product.product-list .product-discount-box  {
	left:0;
}

.product.product-list .product-round-sale-box {
	left:-5px;
}

.ratings-container {
	width:87px;
	height:16px;
	position: absolute;
	opacity:1;
	filter:alpha(opacity100);
	bottom:9px;
	right:10px;
	background-image: url('../images/sprites/ratings.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
}

.ratings {
	display:block;
	height:16px;
	background-image: url('../images/sprites/ratings.png');
	background-repeat: no-repeat;
	background-position: 0 -16px;
	opacity:1;
	filter:alpha(opacity=100);
}


.product-action-container {
	background:#535451;
	position:absolute;
	left:0;
	bottom:-38px;
	opacity:0;
	filter:alpha(opacity=0);
	width:100%;
	height:38px;
	transition:all 0.45s ease 0.25s;
	-webkit-transition:all 0.45s ease 0.25s;
	-moz-transition:all 0.45s ease 0.25s;
	-ms-transition:all 0.45s ease 0.25s;
	-o-transition:all 0.45s ease 0.25s;
}

.product-action-container .product-action-wrapper {
	position: relative;
}

.product-action-container .add-btn {
	display:block;
	width:100%;
	height:38px;
	padding-left:38px;
	background-image: url('../images/sprites/cart-icon.png');
	background-repeat: no-repeat;
	background-position: 12px 10px;
	font-size:12px;
	line-height:38px;
	text-transform: uppercase;
	color:#fff;
}

.product-action-container .wishlist-btn,
.product-action-container .compare-btn {
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	position: absolute;
	top:0;
	width:37px;
	height:38px;
	border-left:1px solid #fff;
	text-indent:-9999px;
}

.product-action-container .wishlist-btn {
	right:37px;
	background-image: url('../images/sprites/wishlist-icon.png');
	z-index:100;
}

.product-action-container .compare-btn {
	right:0;
	background-image: url('../images/sprites/compare-icon.png');
	z-index:100;
}

.product-speacial-action .btn {
	font-size:12px;
	padding:8px 15px;
	font-family:'latoregular', Verdana, sans-serif;
	margin-right:25px;
}

.btn.btn-transparent {
	background-color: transparent;
	text-transform: capitalize;
	color:#4e4d49;
	font-size:14px;
	margin-right:0;
	padding:8px 10px;
}

.main-column .product-speacial-action {
	float:right;
	padding-top:10px;
	border-top:1px solid rgba(213, 213, 213, 0.5);
}

.main-column .product-speacial-action .btn {
	padding:8px 12px;
	margin-right:11px;
}

.main-column .btn.btn-transparent {
	margin-right:0;
	padding:8px;
}

.btn.btn-transparent:hover {
	color:#2f3538;
}

.product-image-container:hover .ratings-container {
	right:-100px;
	opacity:0;
	filter:alpha(opacity=0);
}

.product-image-container:hover .product-action-container {
	bottom:0;
	opacity:1;
	filter:alpha(opacity=100);
}


.product-colorbox-list {
	position:absolute;
	right:23px;
	top:10px;
	width:16px;
	z-index:101;
}

.product.product-list .product-colorbox-list {
	right:5px;
	top:5px;
}

.product-colorbox-list li {
	margin-bottom:5px;
	width:16px;
	height:16px;
	border:1px solid #e0e0e0;
	cursor:pointer;
}

.product.product-list p {
	margin-bottom:15px;
}


/* Pagination Styles*/

.pagination-container {
	padding:10px 0 0;
	border-top:1px solid rgba(213, 213, 213, 0.5);
}

.pagination-info {
	margin:0;
	font-size:12px;
	line-height: 24px;
}

.pagination li {
	float:left;
	margin-right: 5px;
}

.pagination li:last-child {
	margin-right:0;
}

.pagination li a {
	display:block;
	width:24px;
	height:24px;
	background-color: transparent;
	border:1px solid transparent;
	font-size:13px;
	line-height:22px;
	color:#6d6c67;
	text-align:center;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}

.pagination li.prev-btn a,
.pagination li.next-btn a {
	text-indent:-9999px;
	background-image: url('../images/sprites/pagination-nav.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #f8f8f8;
	border-color: rgba(189, 189, 189, 0.7);
}

.pagination li.next-btn a {
	background-position: -22px 0;
}

.pagination li:hover a,
.pagination li.active a,
.pagination li a.active {
	background-color: #f8f8f8;
	border-color: rgba(189, 189, 189, 0.7);
}

.pagination li.prev-btn:hover a,
.pagination li.next-btn:hover a {
	background-color: #cccccc;
}

.pagination-dropdown-container {
	padding-left:46px;
	position: relative;
	margin-right: 40px;
}

.pagination-dropdown-container .dropdown-btn{
	line-height:22px;
	border:1px solid rgba(189, 189, 189, 0.7);
	background-color: #f4f4f4;
	min-width:66px;
}

.pagination-dropdown-container .dropdown-btn .dropdown-icon {
	margin-left:12px;
}

.pagination-dropdown-container .open > .dropdown-menu {
	margin-top:0;
	background-color: #f4f4f4;
}

.pagination-dropdown-container .dropdown-menu > li > a {
	padding-left:15px;
}

.pagination-dropdown-container .dropdown-label {
	font-size:12px;
	display:inline-block;
	position: absolute;
	left:0;
	top:3px;
}


/* Category Sidebar */

.sidebar {
	overflow:hidden;
}

#sidebar-filter {
	margin-top:-15px;
}

.widget.sidebar-bestsellers-container {
	margin-bottom:30px;
}

.sidebar .product {
	margin-bottom:20px;
}

.sidebar .product-image-container {
	float:left;
	margin-right:4%;
	margin-bottom: 0;
	width:38%;
}

.sidebar .ratings-container {
	position: relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	margin-bottom:7px;
}

.sidebar .product-price-container {
	float:none;
	font-size:15px;
}

.sidebar .product-price {
	font-size:15px;
	font-weight:400;
}

.sidebar .product-old-price {
	margin-right: 5px;
}

.sidebar .product-meta-container {
	float:left;
	width:58%;
}

.sidebar .product-name {
	font-size:13px;
	line-height: 18px;
	margin-bottom:3px;
}

.sidebar .product-sale-box,
.sidebar .product-new-box,
.sidebar .product-discount-box  {
	left:0;
	top:10px;
	width:48px;
	height:17px;
	font-size:12px;
	line-height: 15px;
	padding-top:2px;
	text-align: right;
	padding-right:5px;
}

.sidebar .product-discount-box {
	padding-top:1px;
}

.banner-slider li {
	line-height:0;
}

.banner-slider a {
	display:inline-block;
	width:100%;
}

.banner-slider a img {
	width:100%;
	display:block;
	height:auto;
}

 /* Control Nav */
.banner-slider .flex-control-nav {
	bottom: 9px;
	padding-right:9px;
	z-index:999;
	text-align:right;
	line-height:16px;
}

.banner-slider .flex-control-nav li {
	margin: 0 0 0 14px;
}

.banner-slider .flex-control-paging li a {
	width: 16px; 
	height: 16px; 
	display: block; 
	text-indent:9999px !important;
	background: #cccccc; 
	border:1px solid #6a6a6a;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0; 
	border-radius: 0; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;

}

.banner-slider .flex-control-paging li a:hover { 
	background: #2f3538; 
	border-color:#aaa;
}

.banner-slider .flex-control-paging li a.flex-active { 
	background: #2f3538; 
	border-color:#aaa;
}


/* =============================================
---------------------- Product -----------------
==============================================*/

.related-products-carousel .product {
	padding:0 10px;
	margin-bottom:10px;
}

.related-products-carousel  .product-discount-box,
.related-products-carousel  .product-sale-box,
.related-products-carousel  .product-new-box   {
	left:10px;
}

.product-gallery-container {
	width:46%;
	padding-right:40px;
	float:left;
}

.product-gallery-container  #product-zoom,
.product-gallery img {
	width:100%;
}

.product-description {
	margin:4px 0 3px;
	font-size:12px;
	line-height: 1.5;
	color: #6d6c67;
}

.product-description  img {
	display: inline-block;
	margin-top:-2px;
	margin-right: 6px;
}

.product-gallery-wrapper {
	width:100%;
	overflow: hidden;
}

.product-gallery-wrapper .row {
	margin-left:-5px;
	margin-right:-5px;
}

.product-gallery .product-gallery-item {
	display:block;
	padding:0 5px;
}

.product-gallery-container .carousel-btn {
	top:50%;
	margin-top:-12px;
	z-index:100;
	background-color:transparent;
	background-image: url('../images/sprites/product-gallery-nav.png');
	background-repeat: no-repeat;
}

.product-gallery-container .carousel-btn.carousel-btn-prev {
	right:auto;
	left:0;
}

.product-gallery-container .carousel-btn.carousel-btn-next {
	right:0;
}

.product-gallery-container .carousel-btn.carousel-btn-prev:hover {
	background-position: 0 -24px;
}

.product-gallery-container .carousel-btn.carousel-btn-next:hover {
	background-position: -33px -24px;
}

.product-gallery-container .carousel-btn:hover {
	background-color:#595959;
}

.product-details {
	width:54%;
	float:left;
}

.poduct-gallery-container img {
	width:100%;
}

.product-details .product-name {
	font-size:20px;
	line-height:1;
	margin-bottom:12px;
}

.product-details .product-price-container {
	float:none;
	font-size:20px;
	line-height:1;
	margin-bottom:15px;
}

.product-details .product-price {
	font-size:20px;
	line-height:1;
}

.product-details hr {
	border-top-color:#e0e0e0;
	margin:15px 0;
}

.product-ratings-wrapper .ratings-container {
	position: relative;
	right:auto;
	bottom:auto;
	float:left;
	margin-right:20px;
}

.product-ratings-wrapper .ratings-details {
	color: #969595;
	font-size:12px;
	line-height:16px;
}

.ratings-details span {
	padding-right:15px;
	border-right:1px solid #969595;
	margin-right:15px;
}

.ratings-details a {
	color:#969595;
}

.product-details-list {
	margin-bottom:15px;
}

.product-details-list li {
	font-size:13px;
	line-height:23px;
	color:#6d6c67;
}

.product-details-list li > span {
	color:#4e4d49;
	margin-right:6px;
	display:inline-block;
}

.product-filter-wrapper {
	margin-bottom:20px;
}

.product-colorbox-wrapper {
	float:left;
	margin-right:50px;
}

.product-size-filter-wrapper > span,
.product-colorbox-wrapper > span {
	color:#5b5a55;
	text-transform: uppercase;
	font-size:12px;
	line-height: 24px;
	display:block;
	float:left;
	margin-right:8px;
}

.product-colorbox-wrapper .product-colorbox-list {
	position:relative;
	width:auto;
	right:auto;
	top:auto;
	float:left;
	z-index:0;
}

.product-colorbox-wrapper .product-colorbox-list li {
	float:left;
	margin-bottom:0;
	margin-right:10px;
	width:15px;
	height:15px;
	margin-top:4.5px;
	border:none;
	cursor:pointer;
}

.product-colorbox-wrapper .product-colorbox-list li:last-child {
	margin-right:0;
}

.product-size-filter-wrapper {
	float:left;
}

.product-size-filter-wrapper .xsmall-selectbox {
	float:left;
	width:95px;
}

.product-size-filter-wrapper .xsmall-selectbox .sbSelector {
	text-indent:26px;
}

.product-size-filter-wrapper .xsmall-selectbox .sbOptions a{
	padding-left:26px;
}

#product-accorion .accordion-body p:last-child {
	margin-bottom: 0;
}

#product-accordion .accordion-body {
	border-bottom:1px solid #c9c9c9;
}

.review-title {
	font-size:23px;
	line-height:30px;
	text-transform: capitalize;
	color:#4e4d49;
	margin:12px 0 6px;
}

.review-meta {
	margin-bottom: 10px;
}

.review-meta .review-meta-infos {
	float:left;
	font-size:11px;
}

.review-meta .ratings-container {
	float:right;
	position: relative;
	right:auto;
	bottom:auto;
}

.review-owner {
	font-size:11px;
	color:#5b5a55;
	text-transform: uppercase;
	margin-right: 12px;
}

.review-date {
	color:#9f9f9f;
}

#comments-accordion p {
	color:#666;
}


.accordion-carousel .product {
	padding:0 12px;
	margin-bottom:20px;
}

.accordion-body .accordion-carousel  ul,
.accordion-body .accordion-carousel  ol {
	padding-left:0;
}

.accordion-body .accordion-carousel  ul li,
.accordion-body .accordion-carousel  ol li {
	list-style-type: none;
	padding: 0;
}

.product-details .accordion-body .product-price-container,
.product-details .accordion-body .product-price {
	font-size:14px;
	margin-bottom:2px;
}

.product-details .accordion-body .product-old-price {
	margin-right:5px;
}

.product-details .accordion-body .product-price-container {
	float:left;
}

.product-details .accordion-body .product-name {
	font-size:11px;
}

.product-details .product-discount-box,
.product-details .product-sale-box,
.product-details .product-new-box {
	top:6px;
	width:48px;
	height:20px;
	font-size:11px;
	line-height: 16px;
	padding-top:3px;
}

.accordion-title .carousel-btn {
	top:10.5px;
	width:27px;
	height:19px;
	display:none;
	background-image: url('../images/sprites/accordion-carousel-nav.png');
}

.accordion-title .carousel-btn.carousel-btn-prev {
	margin-left:-27.5px;
	left:50%;
	right:auto;
}

.accordion-title .carousel-btn.carousel-btn-next {
	right:50%;
	margin-right:-27.5px;
	background-position:-27px 0;
}

/*  Simple solution to hide acccordion carousel btns when accordion group is closed */
.accordion-btn.open + .carousel-btn,
.accordion-btn.open + .carousel-btn + .carousel-btn {
	display:block;
}

.product-details-actions  .custom-quantity-input {
	margin-right:30px;
}

.product-details-actions  .custom-quantity-input input[type="text"] {
	width:110px;
	height:36px;
	padding:10px 7px 10px 28px;
}

.product-details-actions * {
	vertical-align: middle;
}

.custom-quantity-input .quantity-btn.quantity-input-up {
	top:2px;
}

.custom-quantity-input .quantity-btn.quantity-input-down {
	bottom:2px;
}

.product-details-actions .product-speacial-action {
	display: inline-block
}

.product-details-actions .btn {
	padding:8px 14px;
	margin-right: 30px;
}

.product-details-actions .btn.btn-transparent {
	padding: 0;
	margin:0;
}


/* =============================================
---------------------- Cart ----------------
==============================================*/

tr {
	display:table-row;
}

th,
td {
	display:table-cell;
}

.table {
	border:1px solid #d5d5d5;
	width:100%;
}

.table  > thead {
	background-color: #d5d5d5;
	font-size:13px;
	line-height:19px;
	font-family:'ralewayregular', Verdana, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	text-align:right;
	color:#595959;
	border:none;
}

.table th {
	padding:15px 10px;
}

.table tr {
	border-bottom:1px solid #e3e3e3;
}

.table tr:last-child {
	border-bottom:none;
}

.table th,
.table td {
	border-right:1px solid #e3e3e3;
	font-weight:400;
	text-align:right;
	vertical-align:top;
}

.table td {
	padding:30px 10px 20px 10px;
}

.table th:last-child,
.table td:last-child {
	border-right:none;
}

.table .product-name-col {
	min-width:350px;
	width:auto;
}

.table .product-code-col {
	min-width:135px;
	width:auto;
}

.table .product-price-col {
	min-width:101px;
	width:auto;
}

.table .product-quantity-col {
	min-width:111px;
	width:auto;
}

.table .close-btn-col {
	min-width:39px;
	width:auto;
	text-align:center;
	padding:23px 0 20px;
}

.table .close-btn {
	display:inline-block;
	width:26px;
	height:26px;
	background-color: transparent;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -30px -64px;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	text-indent:-9999px;
}

.table .close-btn:hover {
	background-color: #ccc;

}

.product-name-col figure {
	float:left;
	margin-right: 60px;
	margin-top:-5px;
}

.product-name-col .product-name {
	font-weight:700;
	line-height: 18px;
	margin-bottom: 5px;
}

.product-name-col ul li {
	font-size:13px;
	line-height: 17px;
	padding:2.5px 0;
}

.product-name-col ul li > span {
	text-transform: uppercase;
	font-size:11px;
	line-height: 14px;
}


.product-price-col .product-price {
	font-size:16px;
	color:#5b5a55;
	font-weight: 400;
}

.product-quantity-col .custom-quantity-input {
	margin-top:-10px;
}

.custom-quantity-input {
	position: relative;
	display:inline-block;
}

.custom-quantity-input input[type="text"] {
	background: transparent;
	border:1px solid #d5d5d5;
	width:80px;
	height:34px;
	color:#5b5a55;
	font-size:16px;
	line-height:16px;
	padding:9px 7px;
}
.custom-quantity-input .quantity-btn {
	display: block;
	width:21px;
	height:17px;
	position: absolute;
	right:1px;
	background-repeat: no-repeat;
	background-image: url('../images/sprites/sprite.png');
}

.custom-quantity-input .quantity-btn.quantity-input-up {
	top:0;
	background-position: 0 -90px;
}

.custom-quantity-input .quantity-btn.quantity-input-down {
	background-position: 0 -107px;
	bottom:0;
}

.product-total-col .product-price-total {
	font:700 16px/17px 'latoregular', sans-serif;
	color:#d64c35;
}

.cart-tab-container {
	float:left;
	width:62%;
	padding-right:22px;
}

.cart-tab-container .tab-container .nav-tab {
	width:37%;
}

.cart-tab-container .tab-container .tab-content {
	width:63%;
	padding-top:17px;
	padding-bottom: 10px;
}

.cart-tab-container h4 {
	text-transform: uppercase;
	font:14px/20px 'latoregular', Verdana;
	color:#797878;
	margin-bottom: 10px;
}

.cart-tab-container .form-row {
	margin-bottom: 12px;
}

.cart-tab-container .form-row:last-child {
	margin-bottom: 14px;
}

.cart-tab-container input[type="text"], 
.cart-tab-container input[type="email"], 
.cart-tab-container input[type="password"] {
	padding:8px 15px;
	color:#757575;
}

/* --- Firefox 18- */
.cart-tab-container input:-moz-placeholder,
.cart-tab-container textarea:-moz-placeholder { 
   color: #757575;
}

/* --- Firefox 19+ */
.cart-tab-container input::-moz-placeholder,
.cart-tab-container textarea::-moz-placeholder {  
   color: #757575;
}

.cart-tab-container input:-ms-input-placeholder,
.cart-tab-container textarea:-ms-input-placeholder {  
   color: #757575;
}

.cart-tab-container input::-webkit-input-placeholder,
.cart-tab-container textarea::-webkit-input-placeholder {
   color: #757575;
}

.cart-tab-container .btn {
	padding:8px 15px;
}

.cart-tab-container .sbSelector:link, 
.cart-tab-container .sbSelector:visited, 
.cart-tab-container .sbSelector:hover {
	color: #757575;
	outline: none;
	text-decoration: none;
}

.total-table-container {
	float:left;
	width:38%;
}

.total-table .table-info-title{
	width:65%;
}

.table.total-table td {
	padding:17px 15px 15px;
}

.table.total-table .table-info-title {
	font-size:14px;
}

.table.total-table .table-info-title.table-total-title {
	padding:22px 15px 20px;
	background: rgba(227, 227, 227, 0.5);
}

.table.total-table .table-info-content.table-total-content {
	padding:22px 15px 20px;
}

.total-table-btns {
	padding-top:2px;
}

.total-table-btns .btn.btn-lg {
	padding: 12.5px 10px;
}

.btn-continue {
	min-width: 180px;
	width:auto;
	float:left;
}

.btn-checkout {
	float:right;
	min-width:133px;
	width:auto;
	background: #2f3538;
}

.btn-checkout:hover,
.btn-checkout:focus {
	background: #24292b;
}

/* =============================================
---------------------- Blog ----------------
==============================================*/

.article {
	position:relative;
	margin-bottom:60px;
}

.article img {
	width:100%;
}

.article-media-container {
	margin:0 0 20px 0;
	background: #cccccc;
}

.article-media-container a {
	display:block;
}

.article-meta-container {
	float:left;
	width:120px;
	margin-right:30px;
}

.article-meta-block {
	width:100%;
	height:38px;
	background: #595959;
	text-align:right;
	font:400 14px/1 'latoregular', Verdana, sans-serif;
	color:#f2f2f2;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.article-meta-block-wrapper {
	position: relative;
	padding:5px 7px;
}

.post-type-icon {
	display:block;
	position: absolute;
	left:0;
	top:0;
	width:39px;
	height:38px;
	float:left;
	border-right:1px solid #f1f1f1;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position:-76px 0;
}

.post-type-icon.icon-standart {
	background-position:-76px 0;
}

.post-type-icon.icon-gallery {
	background-position:-114px 0;
}

.post-type-icon.icon-video {
	background-position:-152px 0;
}

.article-meta-block span {
	display:block;
	font-family:'Raleway', sans-serif;
}

.article-meta-container p {
	margin-bottom:5px;
	font-size:12px;
	line-height:17px;
	font-style: italic;
	position: relative;
	padding-left:20px;
}

.article-meta-container p > a {
	color:#85847e;
}

.meta-icon {
	display:inline-block;
	width:14px;
	height:17px;
	position: absolute;
	left:0;
	top:0;
	margin-right:5px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position:-30px 30px;
}

.meta-icon.meta-icon-user {
	background-position:-30px -30px;
}

.meta-icon.meta-icon-tag {
	background-position:-44px -30px;
}

.meta-icon.meta-icon-comment {
	background-position:-58px -30px;
}

.article-meta-container p:hover .meta-icon.meta-icon-user {
	background-position:-30px -47px;
}

.article-meta-container p:hover .meta-icon.meta-icon-tag {
	background-position:-44px -47px;
}

.article-meta-container p:hover .meta-icon.meta-icon-comment {
	background-position:-58px -47px;
}

.article-meta-container p > a:hover {
	color:#4e4d49;
}

.article-title {
	font:400 23px/30px 'latoregular', Verdana, sans-serif;
	margin-bottom:15px;
	margin-top:-4px;
	color:#5b5a55;
}

.article-title a {
	color:#5b5a55;
}

.article-title a:hover {
	color:#4e4d49;
}

.article .flexslider .flex-direction-nav a {
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	box-shadow:0 1px 1px rgba(0,0,0, 0.2);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0, 0.2);
}
.sidebar .widget {
	margin-bottom:45px;
}

.sidebar-recent-posts .article {
	margin-bottom:30px;
}

.sidebar .widget.sidebar-recent-posts-container {
	margin-bottom:25px;
}

.sidebar-recent-posts .article-media-container {
	float:left;
	width:80px;
	margin:0 20px 0 0;
}

.sidebar-recent-posts h5 {
	font:400 15px/19px 'latoregular', Verdana, sans-serif;
	margin-bottom:10px;
}

.sidebar-recent-posts h5 a{
	color:#5b5a55;
}

.sidebar-recent-posts h5 a:hover {
	color:#9f9f9f;
}

.sidebar-recent-posts .article-meta-container,
.sidebar-recent-posts .article-comment-link {
	font-size:11px;
	line-height:16px;
	color:#9f9f9f;
	margin-right:0;
}

.sidebar-recent-posts .article-comment-link {
	display:block;
}

.sidebar-recent-posts .article-comment-link:hover {
	color:#5b5a55;
}

.tagcloud {
	font-size:0;
}

.tagcloud a {
	display:inline-block;
	font-size:11px;
	line-height:20px;
	color: #6d6c67;
	padding:4px 10px;
	background: #e1e1e1;
	margin:0 10px 10px 0;
	text-transform: uppercase;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	-moz-transition:all 0.4s;
}

.tagcloud a:hover {
	color:#f1f1f1;
	background: #595959;
}

.flickrfeed li {
    display: block;
    float: left;
    margin: 0 7px 7px 0;
    width: 80px;
    height: 80px;
    -webkit-perspective:600px;
    perspective:600px;
    overflow:hidden;
}

.flickrfeed li:nth-child(3n) {
	margin-right:0;
}

.flickrfeed li a {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.flickrfeed li a img {
	width:100%;
}

.flickr-overlay {
    content:'+';
    position: absolute;
    width:100%;
    height:100%;
    text-align:center;
    font-size:20px;
    font-weight:400;
    line-height:80px;
    color:#f1f1f1;
	background-color: rgba(89, 89, 89, 0.65);

}



/* =============================================
-------------------- Single Blog  --------------
==============================================*/

.single-article .article {
	margin-bottom:10px;
}

.single-article p {
	text-indent: 19px;
	margin-bottom:10px;
}

.single-article .article-meta-container p {
	text-indent: 0;
	margin-bottom:5px;
}

.single-article .article-title + p {
	text-indent:0;
}

.post-share-group {
	width:100%;
	background: #e7e7e7;
	text-align: right;
	padding:9px 10px 4px;
	margin:30px 0 56px;
}

.post-share-label {
	line-height:22px;
	display:inline-block;
	margin-right: 15px;
}

.post-share-group .share-group {
	float:right;
}

.article-author-image {
	float:left;
	width:120px;
	height:120px;
	margin-right: 20px;
}

.article-author-details {
	padding-left:140px;
	position: relative;
}

.article-author-details .social-icons {
	position: absolute;
	right:0;
	top:0;
}

.author-title {
	font-size:20px;
	line-height:30px;
	font-family:'latoregular', sans-serif;
	color:#5b5a55;
	padding-bottom:8px;
	margin-bottom: 10px;
	border-bottom:1px solid #d5d5d5;
}

.article-author-details p {
	text-indent: 0;
}

.comments-heading {
	font-size:20px;
	line-height: 30px;
	font-family: 'latobold', sans-serif;
	color:#5b5a55;
	margin-bottom:30px;
}

.comments-list ul {
	padding-left:30px;
}

.comments-list ul ul {
	padding-left:60px;
}

.comment {
	margin-bottom:45px;
}

.comment > figure {
	float:left;
	width:80px;
	height:80px;
	margin-right: 25px;
	margin-top:5px;
}

.comment-details {
	padding-left:105px;
}

.comment-details p {
	text-indent: 0;
}

.comment-title {
	font:20px/32px 'ralewayregular', Arial, sans-serif;
	color:#5b5a55;
	margin-top:-4px;
}

.comment-meta-container {
	font-size:11px;
	margin-bottom:8px;
}

.comment-author {
	color:#5b5a55;
	text-transform: uppercase;
	margin-right: 20px;
}

.comment-meta-container span {
	color:#9f9f9f;
	padding-right:10px;
	border-right:1px solid #9f9f9f;
	margin-right:10px;
}

.replay-button {
	color:#a42728;
	font-size:12px;
}

.replay-button:hover {
	color:#d04d49;
}

.comment-form-title {
	font-size:20px;
	font-family: 'latoregular', Verdana;
	color:#5b5a55;
	padding-top:7px;
	margin-bottom: 18px;
}

#comment-form textarea {
	min-height:190px;
	height:auto;
}

/* --- Firefox 18- */
#comment-form input:-moz-placeholder,
#comment-form textarea:-moz-placeholder { 
   color: #878680;
   font-style:italic;
}

/* --- Firefox 19+ */
#comment-form input::-moz-placeholder,
#comment-form textarea::-moz-placeholder {  
   color: #878680;
   font-style:italic;
}

#comment-form input:-ms-input-placeholder,
#comment-form textarea:-ms-input-placeholder {  
   color: #878680;
   font-style:italic;
}

#comment-form input::-webkit-input-placeholder,
#comment-form textarea::-webkit-input-placeholder {
   color: #878680;
   font-style:italic;
}

/* =============================================
---------------------- Portfolio  ----------------
==============================================*/

#portfolio-filter li {
	font-size:0;
	float:left;
}

#portfolio-filter li a {
	display:inline-block;
	font-size:12px;
	padding:2.5px 18px;
	color:#fff;
	background: #c3c3c3;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	margin:0 2px 10px 0;
}

#portfolio-filter li a:hover,
#portfolio-filter li a:focus,
#portfolio-filter li a.active {
	background: #7f7f7f;
}


#portfolio-wrapper {
	width:100%;
	overflow:hidden;
}


#portfolio-item-container li.portfolio-item {
	padding:0 5px 0;
	margin-bottom:10px;
	width:33.333333%;
	float:left;
	text-align:center;
	overflow:hidden;
}

.portfolio-item.animate-item {
	opacity:0;
	filter:alpha(opacity=0);
}

.ie8 .portfolio-item.animate-item,
.ie9 .portfolio-item.animate-item {
	filter: alpha(opacity=100);
	opacity:1;
}

.portfolio-item-wrapper {
	position: relative;
	perspective:600px;
	-webkit-perspective:600px;
	overflow:hidden;
}

.portfolio-item img {
	width:100%;
}

.portfolio-overlay {
	position: absolute;
	background: rgba(47, 53, 56, 0.90);
	color:#fff;
	width:100%;
	height:100%;
	/*  fix for firefox 3d animation edge bug */
	outline: 1px solid transparent;
}

.ie8 .portfolio-overlay {
	background:url('../images/ie/darkbg.png') repeat;
}

.ie8 .portfolio-overlay,
.ie9 .portfolio-overlay {
	opacity:0;
	filter:alpha(opacity=0);
}

.ie8 .portfolio-item:hover .portfolio-overlay,
.ie9 .portfolio-item:hover .portfolio-overlay {
	opacity:1;
	filter:alpha(opacity=100);
	visibility: visible !important;
}

.portfolio-overlay a {
	color:#fff;
}

.open-btn,
.zoom-btn {
	display:inline-block;
	width:80px;
	height:80px;
	background-color:#595959;
	background-image: url('../images/sprites/plus.png');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius:500px;
	transition:background-color 0.3s ease;
	-webkit-transition:background-color 0.4s ease;
	-ms-transition:background-color 0.4s ease;
	-moz-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
}

.ie8 .open-btn,
.ie8 .zoom-btn {
	background: url('../images/ie/portfolio-zoom.png') no-repeat;
}

#portfolio-item-container li .open-btn,
#portfolio-item-container li .zoom-btn {
	margin-bottom:10px;
}

.open-btn:hover,
.zoom-btn:hover {
	background-color:#d04d49;
}

.ie8 .open-btn:hover,
.ie8 .zoom-btn:hover {
	background: url('../images/ie/portfolio-zoom.png') no-repeat;
	background-position-x: right;
}

.portfolio-like-btn {
	position:absolute;
	bottom:10px;
	left:14px;
	display:inline-block;
	padding-left:23px;
	height:18px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-image: url('../images/sprites/heart.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.portfolio-like-btn:hover {
	background-position: 0 -18px;
	color:#fff;
}

#portfolio-item-container .portfolio-item a {
	color:#fff;
}

.portfolio-title {
	font:400 18px/20px 'latoregular', Verdana, sans-serif;
	color:#fff;
	margin-bottom:4px;
}

.portfolio-item .portfolio-tags {
	font-size:12px;
	margin:0;
	text-transform: capitalize;
}

.portfolio-item .portfolio-tags a {
	color:#fafafa;
}

.portfolio-overlay a:hover {
	color:#ccc;
}

.portfolio-item .portfolio-tags a:hover {
	color:#ccc;
}

.portfolio-fullwidth .row {
	margin-right:0;
	margin-left:0;
}

.portfolio-fullwidth #portfolio-item-container li.portfolio-item {
	padding:0;
	margin:0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align: left;
}

.portfolio-fullwidth .portfolio-overlay {
	background: rgba(47, 53, 56, 0.85);
}

.portfolio-fullwidth .portfolio-title {
	font-size:18px;
	line-height:19px;
	text-transform:uppercase;
	margin:14px 0  4px 15px;
}

.portfolio-fullwidth #portfolio-item-container .portfolio-item .portfolio-tags {
	margin:0 0 0 15px;
}

.portfolio-fullwidth .portfolio-like-btn {
	bottom:15px;
}


/*  Single Portfolio Item */
.single-portfolio .portfolio-item-media,
.single-portfolio .portfolio-item-details {
	float:left;
}



.single-portfolio .portfolio-item-media {
	width:62%;
	padding-right:30px;
}

.single-portfolio .portfolio-item-media img,
.single-portfolio .portfolio-item-media iframe {
	margin-bottom:20px;
}

.single-portfolio .portfolio-item-details {
	width:38%;
	padding-right:50px;
}

#main-content .single-portfolio .portfolio-item-media {
	width:58%;
}

#main-content .single-portfolio .portfolio-item-details{
	width:42%;
	padding-right:0;
	position: relative;
}

.portfolio-item-details header {
	padding:18px 0 8px;
	border-bottom:1px solid #d5d5d5;
	position: relative;
	margin-bottom:24px;
}

#project-content .portfolio-item-details header {
	border-bottom:none;
}

.portfolio-item-details .single-nav-container {
	position: absolute;
	top:20px;
	right:0;
}


#main-content .portfolio-item-details .single-nav-container {
	top:-23px;
	right:0;
}

.single-nav-text a {
	font-size:11px;
	color:#848484;
}

.single-nav-text a:hover {
	color:#2f3538;
}

.single-nav-text .portfolio-next {
	margin-left:20px;
}

.single-nav-icons {
	height:24px;
	font-size:0;
	line-height: 0;
}

.single-nav-icons a {
	display: block;
	width:33px;
	height:24px;
	float:left;
	margin: 0 0 0 1px;
	background-color: transparent;
	background-image: url('../images/sprites/portfolio-nav-btns.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	transition:background 0.4s;
	-webkit-transition:background 0.4s;
	-moz-transition:background 0.4s;
	-ms-transition:background 0.4s;
	-o-transition:background 0.4s;
}

.single-nav-icons .portfolio-grid {
	background-position: -33px 0;
}

.single-nav-icons .portfolio-next {
	background-position: -66px 0;
}

.single-nav-icons .portfolio-close {
	background-position: -99px 0;
}

.single-nav-icons a:hover {
	background-color: #cccccc;
}

.single-nav-icons .portfolio-grid:hover {
	background-position: -33px -24px;
}

.single-portfolio .portfolio-title {
	text-transform: uppercase;
	font-size:18px;
	line-height:24px;
	color:#414141;
	margin-bottom: 5px;
}

.single-portfolio .portfolio-like-btn {
	position: relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	background-image: url('../images/sprites/product-heart.png');
	background-repeat: no-repeat;
	background-position: -2px 0;
	color:#595959;
}

.single-portfolio  .portfolio-like-btn:hover {
	background-position:-2px -17px;
}


.single-portfolio .portfolio-like-btn-container {
	margin-bottom:10px;
}

.single-portfolio .portfolio-tags {
	position: relative;
	margin-bottom:15px;
}

.single-portfolio .portfolio-tags a {
	color:#414141;
}

#portfolio-single-content {
	position: relative;
}

#portfolio-single-content.homepage-portfolio-single .portfolio-item-details header {
	position: absolute;
	top:30px;
	right:45px;
	width:180px;
	text-align: right;
}

.onepage-portfolio-single .portfolio-item-details header {
	position: absolute;
	top:0;
	right:0;
}

.onepage-portfolio-single .single-portfolio .portfolio-item-media,
.onepage-portfolio-single .single-portfolio .portfolio-item-details {
	padding-right:40px;
}

.onepage-portfolio-single .single-nav-container {
	position: absolute;
	top:-50px;
	right:40px;
}

#portfolio-single-content.onepage-portfolio-single {
	display:none;
}
#portfolio-single-content.onepage-portfolio-single .single-portfolio {
	position: relative;
	padding-bottom: 100px;
}

.homepage-portfolio,
.align-portfolio-single {
	position: relative;
}

#portfolio-single-content.homepage-portfolio-single.vertical-single {
	position: fixed;
	top:0;
	display:none;
	background:#f1f1f1;
	height:auto;
	overflow-y: auto;
}

#portfolio-single-content.homepage-portfolio-single.vertical-single.align-left {
	left:220px
}

#portfolio-single-content.homepage-portfolio-single.vertical-single.align-right {
	right:0;
}

.homepage-portfolio-single.vertical-single .single-portfolio .portfolio-item-media,
.homepage-portfolio-single.vertical-single .single-portfolio .portfolio-item-details {
	padding:0;
	width:100%;
	float:none;
}

#portfolio-single-content.homepage-portfolio-single.vertical-single.half-single {
	width:50%;
	width: calc(50% - 110px);
}

#portfolio-single-content.homepage-portfolio-single.vertical-single.large-single {
	width:66.67%;
	width: calc(66.67% - 146.67px);
}

#portfolio-single-content.homepage-portfolio-single.vertical-single.larger-single {
	width:75%;
	width: calc(75% - 110px);
}

.homepage-portfolio-single.vertical-single .single-portfolio .portfolio-item-details {
	padding:25px 50px 35px;
}

#portfolio-single-content.homepage-portfolio-single .single-nav-container {
	position: absolute;
	top:auto;
	right:0;
}	

#main-content .single-portfolio .portfolio-like-btn {
	position: absolute;
	top:0;
	right:0;
	margin-bottom:0;
	color:#595959;
}

.single-portfolio p {
	margin-bottom:10px;
}

.single-portfolio ul.portfolio-details-list {
	margin:20px 0 20px;
}

.portfolio-details-list li {
	padding:2px 0;
}

.portfolio-details-list li > span {
	font-weight:bold;
	margin-right: 6px;
	color:#555555;
}

#main-content .single-portfolio .share-group-container {
	margin-top:20px;
}

.share-label {
	color:#5b5a55;
	line-height:22px;
	display:inline-block;
	float:left;
	margin-right:15px;
}

/* Recent portfolio items carousel*/
.recent-portfolio-carousel-container .portfolio-item {
	padding:0 10px;
}

.owl-carousel .portfolio-overlay {
	top:0;
	left:0;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0);
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
}

.owl-carousel .portfolio-item .zoom-btn {
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transition: all 0.45s ease 0.2s;
	-moz-transition: all 0.45s ease 0.2s;
	-ms-transition: all 0.45s ease 0.2s;
	-webkit-transition: all 0.45s ease 0.2s;
	-o-transition: all 0.45s ease 0.2s;
}

.owl-carousel .portfolio-item:hover .portfolio-overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.owl-carousel .portfolio-item:hover .zoom-btn {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}

/* =============================================
---------------------- About Us ----------------
==============================================*/

.welcome-text {
	margin-top:-5px;
}

.welcome-text p,
.more-about-text p {
	text-indent:20px;
	margin-bottom:15px;
}

.sidebar .sidebar-menu li {
	font-size:12px;
	line-height:28px;
	text-transform: uppercase;
}

.sidebar .sidebar-menu li a {
	display:block;
	padding:4.5px 10px;
	color:#4e4d49;
	border-bottom:1px solid #d5d5d5;
}

.sidebar .sidebar-menu li:hover a {
	color:#1a1a1a;
}

.sidebarslider {
	position: relative;
}

.sidebarslider .flexslider {
	overflow:visible !important;
}
/* Direction Nav */
.sidebarslider .flex-direction-nav {

}

.sidebarslider .flex-direction-nav a  { 
	display: block; 
	width: 25px; 
	height: 25px; margin: 0; 
	position: absolute; 
	top: -58.5px;
	left:10px;
	z-index: 900; 
	opacity: 0;
	filter:alpha(opacity=0);
	text-indent:-9999px;
	background-image: url('../images/sprites/sidebarslider-nav.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.sidebarslider .flex-direction-nav .flex-prev { 
	left: 10px;
	opacity: 1;
	filter:alpha(opacity=100);
}

.sidebarslider .flex-direction-nav .flex-next { 
	right: auto;
	left:36px;
	opacity: 1;
	filter:alpha(opacity=100);
	background-position: -25px 0;
}

.sidebarslider .flexslider:hover .flex-next:hover, 
.sidebarslider .flexslider:hover .flex-prev:hover {
	background-color: #bebebe;  
}

.sidebarslider .flexslider:hover .flex-prev:hover {
	background-position: 0 0;
}

.sidebarslider .flexslider:hover .flex-next:hover {
	background-position: -25px 0;
}

.sidebar-testimonials {
	font-size:12px;
}

.sidebar-testimonials li img {
	float:left;
	margin:0 15px 0px 0;
	width:85px;
}

.sidebar-testimonials li .testimonial-meta {
	color:#797872;
	font-weight:700;
}

.sidebar-testimonials li .testimonial-meta > span {
	color:#6d6c67;
	font-weight:400;
	text-transform: uppercase;
	margin-left:5px;
}

.team-carousel .team-member{
	padding:0 15px;
}

.team-member figure{
	margin-bottom:15px;
}

.team-member img {
	width:100%;
}

.team-member .member-name {
	font:400 14px/20px 'PTSansCaptionRegular', Verdana, sans-serif;
	color:#4e4d49;
}

.team-member .member-position {
	font-size:12px;
	color:#84837c;
	margin-bottom: 5px;
}

/* =============================================
---------------------- Contact Us ----------------
==============================================*/

#map {
	width:100%;
	height:240px;
	box-shadow:0 0 2px rgba(0,0,0, 0.2);
	-webkit-box-shadow:0 0 2px rgba(0,0,0, 0.2);
}

/* Fix for map zoombar */
#map img {
	max-width:none;
}

.contact-details-list {
	margin-top:-6px;
}

.contact-details-list > li {
	margin-bottom:14px;
}

.contact-details-list li {
	line-height: 23px;
}

.contact-details-list .contact-label {
	display:block;
	width:65px;
	height:100%;
	float:left;
	color:#5d5a55;
	text-decoration: underline;
}

.contact-details-list ol,
.contact-details-list ul {
	float:left;
}

/* Form Elements Styles */

form .col-2,
form .col-3,
form .col-4,
form .col-5 {
	padding-right:10px;
}

input,
button,
textarea,
select {
	font-size:12px;
	line-height:20px;
	color:#878680;
}


input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
	border:1px solid #ddd;
	box-shadow:0 0 1px rgba(0,0,0, 0.04);
	-webkit-box-shadow:0 0 1px rgba(0,0,0, 0.04);
	width:100%;
	padding:9px 10px;
	background: #f7f7f7;
}

input[type="checkbox"] {
	vertical-align: middle;
}

.form-row {
	margin-bottom:9px;
}

/* --- Firefox 18- */
#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder { 
   color: #878680;
   font-style:italic;
}

/* --- Firefox 19+ */
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {  
   color: #878680;
   font-style:italic;
}

#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {  
   color: #878680;
   font-style:italic;
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
   color: #878680;
   font-style:italic;
}

#contact-form textarea {
	min-height:193px;
	margin-bottom:6px;
}

.form-captcha,
.form-captcha img {
	float:left;
}

.form-captcha input {
	width:250px;
	margin-right:15px;
	float:left
}

#contact-form .btn {
	display:inline-block;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	background-color:#595959;
	padding:10px 35px;
}

#contact-form .btn:hover,
#contact-form .btn:focus,
#contact-form .btn:active {
	background-color: #2f3538;
	color:#fff;
}

.form-desc {
	color:#8d8c85;
	font-size:12px;
	line-height:17px;
	max-width:320px;
	margin-top:16px;
}

.error,
.attention {
	color:#d04d49;
}


/* =============================================
--------------------- Register ----------------
==============================================*/

.register-desc {
	margin-bottom:5px;
}

.form-block {
	margin-bottom:42px;
}

#register-form .form-row {
	margin-bottom:10px;
}

#register-form label {
	display:block;
	width:33.333333%;
	float:left;
	line-height:44px;
	text-transform: capitalize;
	margin-bottom:0;
}

#register-form label.label-lg {
	line-height:48px;
}

#register-form input[type="text"],
#register-form input[type="email"],
#register-form input[type="password"],
#register-form select {
	float:left;
	width:66.666666%;
	padding:11px 10px;
	height:44px;
}

#register-form select.input-lg {
	padding:12px 20px;
}

.select {
	-webkit-appearance:none;
	background-image: url('../images/selectbox-bg.png');
	background-repeat: no-repeat;
	background-position: right -1px center;
	padding:10px;
}

.select.input-lg {	
	padding:13px 20px;
}

.form-checkbox-container {
	line-height:22px;
	color:#5b5a55;
	padding:10px 8px;
	background: rgba(213, 213, 213, 0.3);
	margin-bottom:10px;
}

.form-checkbox-container.nobg {
	background: transparent;
	padding-left:0;
	margin-bottom:5px;
}

.form-checkbox-container input[type="checkbox"] {
	margin-right:15px;
}

.form-checkbox-container a {
	color:#4e4b49;
	text-decoration: underline;
}

.form-checkbox-container a:hover {
	color:#5b5a55;
}

#register-form .btn {
	font-size:14px;
	padding:10px 22px;
	background: #595959;
}

#register-form .btn:hover, 
#register-form .btn:focus, 
#register-form .btn:active {
	background: #2f3538;
}

/* =============================================
---------------------- Login ----------------
==============================================*/

label {
	display:block;
	font-size:12px;
	line-height:20px;
	font-style:italic;
	color:#878680;
	margin-bottom:5px;
}


input[type="text"].input-lg,
input[type="email"].input-lg,
input[type="password"].input-lg,
select.input-lg {
	padding:13px 20px;
	height:48px;
}

/* --- Firefox 18- */
input[type="text"].input-lg:-moz-placeholder,
input[type="email"].input-lg:-moz-placeholder,
input[type="password"].input-lg:-moz-placeholder  { 
   color: #878680;
   font-style:italic;
}

/* --- Firefox 19+ */
input[type="text"].input-lg::-moz-placeholder,
input[type="email"].input-lg::-moz-placeholder,
input[type="password"].input-lg::-moz-placeholder {  
   color: #878680;
   font-style:italic;
}

input[type="text"].input-lg:-ms-input-placeholder,
input[type="email"].input-lg:-ms-input-placeholder,
input[type="password"].input-lg:-ms-input-placeholder {  
   color: #878680;
   font-style:italic;
}

input[type="text"].input-lg::-webkit-input-placeholder,
input[type="email"].input-lg::-webkit-input-placeholder,
input[type="password"].input-lg::-webkit-input-placeholder {
   color: #878680;
   font-style:italic;
}

.attention-password {
	line-height:40px;
	color:#a42728;
}

.attention-password:hover {
	color: #d04d49;
}

.custom-checkbox-wrapper {
	margin-top:5px;
}

.custom-checkbox-container {
	display:inline-block;
	width:20px;
	height:20px;
	border:1px solid #ddd;
	background: #f7f7f7;
	position: relative;
	margin-right:10px;
	margin-top:-1px;
}

.custom-checkbox-container input[type="checkbox"] {
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position: absolute;
	left:0;
	top:0;
	z-index:10;
}

.custom-checkbox-container .custom-checkbox-icon {
	position:absolute;
	z-index:9;
	background: #595959;
	width:14px;
	height: 14px;
	left:2px;
	top:2px;
	opacity:0;
	filter:alpha(opacity=0);
}

.custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon {
	opacity:1;
	filter:alpha(opacity=100);
}

.custom-checkbox-wrapper * {
	vertical-align: middle;
}

.min-height-block {
	min-height:255px;
	height:auto;
	border-bottom:1px solid #d5d5d5;
}

.min-height-block.larger {
	min-height:515px;
}

/* =============================================
--------------------- Checkout ----------------
==============================================*/

#checkout-panel .min-height-block {
	min-height:235px;
}

#checkout-panel .min-height-block.larger {
	min-height:515px;
}

#checkout-panel input[type='radio'],
#checkout-panel input[type='checkbox'] {
	margin-right:12px;
}

#checkout-panel  #register-form  input[type="text"],
#checkout-panel  #register-form  input[type="email"],
#checkout-panel  #register-form  input[type="password"] {
	float:none;
	width:100%;

}

#checkout-panel  #register-form  input[type="text"].input-lg,
#checkout-panel  #register-form  input[type="email"].input-lg,
#checkout-panel  #register-form  input[type="password"].input-lg {
	padding:13px 20px;
}

.privacy-desc {
	width:60%;
	float:left;
}

.table.confirm-table {
	margin-top:10px;
}

.table.confirm-table tr,
.table.confirm-table th, 
.table.confirm-table td {
	border-color:#d5d5d5;
}

.table.confirm-table > thead {
	background-color: #eee;
	border-bottom:1px solid #d5d5d5;
}

.accordion-panel-body .table ul li {
	list-style-type:none;
}

.table.confirm-table .product-name-col {
	min-width:367px;
	width:auto;
}

.table.confirm-table td {
	padding:18px 10px 18px 10px;
}

.table.confirm-table .product-code-col {
	min-width:170px;
}

.table.confirm-table .product-name-col .product-name {
	font-weight:400;
}

.table.confirm-table .product-price-col,
.table.confirm-table .product-total-col  {
	min-width:150px;
}

.table.confirm-table tfoot {
	border-top:1px solid #d5d5d5;
}

.table.confirm-table tfoot td {
	padding:11px 10px;
}

.table-info-title {
	text-transform:uppercase;
	font:13px/17px 'ralewayregular', sans-serif;
	color:#5b5a55;
}

.table-info-title.table-total-title {
	font-family:'ralewaymedium', sans-serif;
	color:#444;
} 

.table-info-content {
	text-transform:uppercase;
	font:400 17px/1 'latoregular', sans-serif;
	color:#5b5a55;
}

.table-info-content.table-total-content {
	font-weight:700;
	color:#d64c35;
}

#confirm-order-btn {
	padding-right:35px;
	padding-left:35px;
	float:right;
}

/* =============================================
---------------------- Compare ----------------
==============================================*/

.table.compare-table th, .table.compare-table td {
	text-align: center;
}

.table.compare-table .product-title-col {
	background-color: #d5d5d5;
	min-width:200px;
	width:auto;
	font:13px/17px 'ralewayregular', sans-serif;
	color:#595959;
	border-right:none;
	text-align: right;
	text-transform: uppercase;
}

.table.compare-table .product-name-col figure {
	float:none;
	margin:0 0 10px;
}

.table.compare-table .product-name-col figure a {
	display:inline-block;
}

.table.compare-table .product-name-col .product-name {
	max-width:140px;
	display:inline-block;
}

.table.compare-table .product-name-col {
	min-width:200px;
	width:auto;
}

.table.compare-table tr:first-child td {
	padding:20px 10px;
}
.table.compare-table tr:last-child td {
	padding:15px 10px;
}

.table.compare-table  td {
	padding: 10px;
}

.product-brand-col {
	text-transform: uppercase;
}

.product-ratings-col .ratings-container {
	position: relative;
	left:auto;
	top:auto;
	bottom:auto;
	display:inline-block;
}

.rating-info {
	font-size:12px;
}


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

#footer {
	padding-top:25px;
	margin-top:40px;
}

#footer .row {
	margin-left:-19.5px;
	margin-right:-19.5px;
}

#footer .col-2,
#footer .col-3,
#footer .col-4,
#footer .col-5 {
	padding:0 19.5px;
}

#footer .widget {
	margin-bottom:35px;
}

#footer h4{
	font:400 16px/20px 'PTSansCaptionRegular', sans-serif;
	color:#626262;
	text-transform: uppercase;
	margin-bottom:25px;
}

.useful-links-menu li:first-child {
	border-top:1px solid #dddddd;
}

.useful-links-menu li {
	font-size:13px;
	line-height:38px;
	border-bottom:1px solid #dddddd;
	padding:3px 10px;
	transition:border 0.4s;
	-webkit-transition:border 0.4s;
	-ms-transition:border 0.4s;
	-moz-transition:border 0.4s;
	-o-transition:border 0.4s;
}

.useful-links-menu li a {
	color:#6d6c67;
}

.useful-links-menu li:hover {
	border-bottom-color:#ccc;
}
.useful-links-menu li:hover a {
	color: #4e4d49;
}

#footer .twitter_feed  {
	color:#6d6c67;
	font-size:13px;
	margin-top:-5px;
}

#footer .twitter_feed .tweet_list li {
	width:100%;
	margin-bottom:30px;
	line-height:19px;
}

#footer .twitter_feed .tweet_list .tweet_avatar {
	display:none;
}

#footer  .twitter_feed .tweet_list .tweet_time {
	display:block;
	font-size:12px;
	margin-top:10px;
}

#footer .twitter_feed .tweet_list li  a{
	color:#2f3538 ;
}

#footer .twitter_feed .tweet_list li a:hover {
	color:#8f8f8f;
}

#footer  .twitter_feed .tweet_list .tweet_time a {
	color:#8f8f8f;
}

.footer-newsletter {
	margin:-6px 0 12px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}

.footer-newsletter h5 {
	font:400 13px/23px Verdana, sans-serif;
	margin-bottom:10px;
	text-transform: uppercase;
	color:#4e4d49;
}

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

#newsletter .row-form {
	margin-bottom:0;
}

#newsletter input {
	padding:5px 10px;
	width:68%;
	height:32px;
	margin-right:1%;
	float:left;
	border-color:#ccc;
}

#newsletter .btn {
	padding:6px 5px;
	display:block;
	text-align:center;
	width:31%;
	float:right;
	background:#7f7f7f;
}

#newsletter .btn:hover,
#newsletter .btn:focus,
#newsletter .btn:active {
	background-color: #2f3538;
	color:#fff;
}

.footer-contact-list {
	color:#6d6c67;
	margin-bottom:10px;
}

.footer-contact-list li {
	line-height:24px;
	font-size:13px;
}

.footer-contact-list li > span {
	text-decoration:underline;
	color:#5d5a55;
}


#footer-bottom {
	padding:20px 0 15px;
	border-top:1px solid #d6d6d6;
}

.footer-menu {
	float:left;
}

.footer-menu  li {
	display:inline-block;
	padding-right:20px;
	margin-right:20px;
	font-size:13px;
	line-height:14px;
	border-right:1px solid #797872;
	transition:border 0.3s;
	-webkit-transition:border 0.3s;
	-moz-transition:border 0.3s;
	-ms-transition:border 0.3s;
	-o-transition:border 0.3s;
}

.footer-menu li a {
	color:#797872;
}

.footer-menu li:hover {
	border-right-color:#bdbcb6;
}

.footer-menu li:hover a {
	color:#4e4d49;
}

.footer-menu  li:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none;
}

.footer-social-icons {
	float:right;
}

#footer-bottom .copyright,
.footer-social-icons {
	display:none;
}

/* Scroll Top Button */

#scroll-top {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	display:block;
	position: fixed;
	right:30px;
	bottom:30px;
	width:40px;
	height:40px;
	border-radius:5px;
	background-color: #535451;
	background-image: url('../images/scrolltop.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	cursor:pointer;
}	

#scroll-top.fixed {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
}

#scroll-top:hover,
#scroll-top:focus,
#scroll-top:active {
	background-color: #2f3538;
}


/* =============================================
---------------------- 404 Page ----------------
==============================================*/

.errorpage-container {
	width:100%;
	padding-top:50px;
}

.errorpage-container img {
	display:inline-block;
	margin:0 30px 0 170px;
}

.errorpage-overlay,
.errorpage-overlay .overlay-wrapper,
.errorpage-overlay .overlay-cell {
	width:100%;
	min-height:500px;
	height:auto;
}

.errorpage-title {
	font:100px/1 'latoblack', Verdana;
	color:#4e4b49;
	margin-bottom:5px;
}

.errorpage-container img,
.errorpage-container .errorpage-content-boxed  {
	float:left;
}

.errorpage-container .btn.btn-lg {
	margin-left:-32px;
	padding:10px 25px;
}



/* =============================================
-------------------- 404-2 Page ----------------
==============================================*/

.errorpage-fullwidth {
	width:100%;
	height:100%;
	position: relative;
	background: url('../images/404-2bg.jpg') no-repeat;
	background-size: cover ;
	-webkit-background-size: cover;
}

.errorpage-content {
	width:640px;
	height:640px;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-230px;
	margin-top:-320px;
	background-image: url('../images/circlebg.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top:120px;
}

.errorpage-content .errorpage-title {
	font-family:'ralewaythin', Verdana;
	color:#413e3b;
	margin-bottom:5px;
	text-transform: uppercase;
	font-size:125px;
	line-height: 100px;
	text-align: left;
	padding-left:40px;
	margin-bottom: 20px;
}

.errorpage-content .errorpage-title > span {
	display:block;
	font-size:110px;
}

.errorpage-content .errorpage-subtitle {
	color:#494745;
	font-family: Verdana, sans-serif;
	font-size:32px;
	line-height: 35px;
	margin-bottom: 20px;
}

.errorpage-content p {
	color:#494745;
	font-size:18px;
	line-height: 34px;
	max-width:500px;
	width:auto;
	margin:0 auto 20px;
}

#error-search {
	width:320px;
	height:60px;
	margin-right:auto;
	margin-left:auto;
	position: relative;
}

#error-search-input {
	background: #eeece7;
	width:100%;
	height:100%;
	font-size:22px;
	color:#74736a;
	line-height:40px;
	padding:10px 70px 10px 20px;
	border:1px solid rgba(89, 89, 89, 0.3);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
}

#error-search-input::-webkit-input-placeholder {
   color: #74736a;
}

/* --- Firefox 18- */
#error-search-input:-moz-placeholder { 
   color: #74736a;  
}

/* --- Firefox 19+ */
#error-search-input::-moz-placeholder {  
   color: #74736a;  
}

#error-search-input:-ms-input-placeholder {  
   color: #74736a;  
}


#error-search-btn {
	position: absolute;
	right:0;
	top:0;
	width:65px;
	height:60px;
	background-color: #848482;
	background-image:  url('../images/404-2-search.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:none;
	outline:none;
	transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
}

#error-search-btn:hover {
	background-color: #595959;
}
/* =============================================
---------------------- Elements ----------------
==============================================*/

/* Necessary classes for collapse/accordion */
.collapse {
	display:none;
}

.collapse.in {
	display:block;
}

.fade {
  opacity: 0;
  filter:alpha(opacity=0);
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
  filter:alpha(opacity=100);
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .4s ease;
	-o-transition: height .45s ease;
	-moz-transition: height .4s ease;
	-ms-transition: height .4s ease;
	transition: height .4s ease;
}


/* Styles */
.accordion-group {
	margin-bottom:0;
}

.accordion-title {
	position: relative;
	font-size:15px;
	line-height: 30px;
	font-family: 'ralewaymedium', Verdana, sans-serif;
	color:#494745;
	padding:4.5px 0;
	border-bottom:1px solid #c9c9c9;
	text-transform: uppercase;
}

.accordion-title .accordion-btn {
	display:block;
	position: absolute;
	right:5px;
	top:50%;
	width:25px;
	height:25px;
	margin-top:-12.5px;
	background-color: transparent;
	background-image: url('../images/sprites/accordion-btn.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.accordion-title .accordion-btn.open {
	background-position: -24.5px 0;
}

.accordion-title .accordion-btn:hover,
.accordion-title .accordion-btn:focus {
	background-color:#cccccc;
	transition:background-color 0.4s;
	-webkit-transition:background-color 0.4s;
	-ms-transition:background-color 0.4s;
	-otransition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
}

.sidebar .accordion-title {
	font-family:Verdana, sans-serif;
	font-size:13px;
	line-height:30px;
	padding:3.5px 0;
	border-color:rgba(213, 213, 213, 0.75);
	padding-left:10px;
	color:#4e4d49;
}

.sidebar .accordion-title .accordion-btn {
	right:10px;
	width:20px;
	height:20px;
	margin-top:-10px;
	background-color: transparent;
	background-image: url('../images/sprites/accordion-btn-small.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sidebar .accordion-title .accordion-btn.open {
	background-position: -20px 0;
}

.sidebar .accordion-title .accordion-btn:hover,
.sidebar .accordion-title .accordion-btn:focus {
	background-color:transparent;
}

.sidebar .accordion-body .accordion-body-wrapper {
	padding:17px 20px 10px;
}

.sidebar .accordion-body ul {
	padding-left:0;
}

.sidebar .accordion-body ul li {
	list-style-type: none;
	background: url('../images/sprites/sidebar-menu-list-type.png') no-repeat left center;
	color:#6d6c67;
	padding:3px 0 3px 12px;
	font-size:13px;
}

.sidebar .accordion-body ul li  a {
	color:#6d6c67
}

.sidebar .accordion-body ul li a:hover {
	color:#4e4d49;
}
/* important for smooth animation */
.accordion-body .accordion-body-wrapper {
	padding:20px 0;
}

.accordion-body p {
	margin-bottom:10px;
	text-indent: 13px;
}

.accordion-body ul {
	padding-left:15px;
}

.accordion-body ul li {
	list-style-type: disc;
	color:#6d6c67;
	padding:2.5px 0;
}

.accordion-panel-title {
	font:18px/30px 'latoregular', Verdana, sans-serif;
	color:#5b5a55;
	margin-bottom:3px;
	display:block;
	color:#5b5a55;
	padding:9px 21px 9px 14px;
	text-align:right;
	border:1px solid rgba(213, 213, 213, 0.8);
	background: #e8e8e8;
	position: relative;
	text-transform: capitalize;
}


.accordion-panel-title:hover {
	color:#5b5a55;
}

.accordion-panel-title > span {
	font-size:15px;
	line-height:24px;
	position: absolute;
	left:14px;
	top:50%;
	margin-top:-12px;
	color:#85847e;
}

.accordion-panel-body .accordion-body-wrapper {
	padding:15px 0 30px;
}


.accordion-panel-body  ul {
	padding-left:15px;
}

.accordion-panel-body ul li {
	list-style-type: disc;
	color:#6d6c67;
	padding:2.5px 0;
}


.accordion-btn-group {
	padding-bottom:15px;
	border-bottom:1px solid rgba(213,213,213, 0.7);
}

.accordion-btn-body-container .accordion-body-wrapper {
	padding:10px 0;
}

/* End collapse */

.nav-tab {
	font: 14px/18px 'ralewayregular', sans-serif;
	text-transform:uppercase;
	text-align: right;
}

.nav-tab li > a {
	display:block;
	width:190px;
	min-height: 92px;
	height:auto;
	padding:20px;
	background: #d5d5d5;
	color:#4e4d49;
	transition:background 0.4s ease;
	-webkit-transition:background 0.4s ease;
	-moz-transition:background 0.4s ease;
	-ms-transition:background 0.4s ease;
	-o-transition:background 0.4s ease;
}

.nav-tab li > a:hover,
.nav-tab li > a:active,
.nav-tab li > a:focus,
.nav-tab li.active > a {
	color:#fff;
	background: #595959;
}

.nav-tab.normal-tab li {
	margin-right:2px;
	float:left;
}

.tab-content {
	border:1px solid #d5d5d5;
	padding:20px;
}

.tab-content > .tab-pane {
	display:none;
}

.tab-content > .active {
  display: block;
}

.tab-container .nav-tab {
	width:32%;
}

.tab-container .tab-content {
	width:68%;
}

.tab-container .tab-content {
	min-height:280px;
	height:auto;
}

.tab-container .nav-tab li > a {
	width:100%;
}

.tab-container .nav-tab li {
	margin-right:0;
	margin-bottom:2px;
}

.tab-container .nav-tab.left-tab,
.tab-container .tab-content.left-tab {
	float:left;
	border-left:none;
}

.tab-container .nav-tab.right-tab {
	text-align: left;
}

.tab-container .nav-tab.right-tab,
.tab-container .tab-content.right-tab {
	float:right;
	border-right:none;
}


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a  { 
	text-decoration:none; 
	display: block; 
	width: 43px; height: 31px; 
	margin:-15.5px 0 0 0; 
	position: absolute; 
	top: 50%; 
	z-index: 900; 
	overflow: hidden; 
	cursor: pointer; 
	background-color: transparent;
	background-image: url('../images/sprites/flexslider-nav.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-9999px;
}

.flex-direction-nav .flex-prev { 
	left: 0; 
	background-position: 0 0;
}

.flex-direction-nav .flex-next { 
	right: 0;
	background-position: -42px 0;
}

.flexslider:hover .flex-prev:hover { 
	background-color:#595959;
	background-position: 0 -31px;
}
.flexslider:hover .flex-next:hover{ 
	background-color:#595959;
	background-position: -42px -31px;
}

.flex-direction-nav .flex-disabled { 
	opacity: 0!important; 
	filter:alpha(opacity=0); 
	cursor: default; 
}


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; font-size:0;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }