@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
/*
Theme Name:	 Bajigoor
Theme URI: 	 http://tokokoo.com
Description: Description is here
Version: 	 1.0.1
Author: 	 Tokokoo Team
Author URI:  http://tokokoo.com
Tags: 		 gray, blue, one-column, two-columns, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

------------------------------------------------------
UI Design and Front-end by @mattsapii
Release:
Last Update:
------------------------------------------------------
*/
/* Layout ------------------------------------------------------------------*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 8, 2012 02:13:02 AM America/New_York */
@font-face {
  font-family: 'ArvoBold';
  src: url("fonts/Arvo-Bold-webfont.eot");
  src: url("fonts/Arvo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Arvo-Bold-webfont.woff") format("woff"), url("fonts/Arvo-Bold-webfont.ttf") format("truetype"), url("fonts/Arvo-Bold-webfont.svg#ArvoBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ColaborateThinRegular';
  src: url("fonts/ColabThi-webfont.eot");
  src: url("fonts/ColabThi-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ColabThi-webfont.woff") format("woff"), url("fonts/ColabThi-webfont.ttf") format("truetype"), url("fonts/ColabThi-webfont.svg#ColaborateThinRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ColaborateRegular';
  src: url("fonts/ColabReg-webfont.eot");
  src: url("fonts/ColabReg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ColabReg-webfont.woff") format("woff"), url("fonts/ColabReg-webfont.ttf") format("truetype"), url("fonts/ColabReg-webfont.svg#ColaborateRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ModernPictogramsNormal';
  src: url("fonts/modernpics-webfont.eot");
  src: url("fonts/modernpics-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/modernpics-webfont.woff") format("woff"), url("fonts/modernpics-webfont.ttf") format("truetype"), url("fonts/modernpics-webfont.svg#ModernPictogramsNormal") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("fonts/WebSymbols-Regular-webfont.eot");
  src: url("fonts/WebSymbols-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/WebSymbols-Regular-webfont.woff") format("woff"), url("fonts/WebSymbols-Regular-webfont.ttf") format("truetype"), url("fonts/WebSymbols-Regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #777;
  font-family: Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'ColaborateRegular', Arial, sans-serif;
  font-weight: normal;
}

#header .site-title {
  font-family: 'ArvoBold', Arial, sans-serif;
}
#header .desc {
  font-family: Georgia, serif;
  font-style: italic;
}

.iconP {
  font-family: 'ModernPictogramsNormal';
  font-size: 18px;
  margin-right: 5px;
  font-weight: normal !important;
}

#right-header .helper, .loginBox .login, .loginBox .reg, .loginBox .account {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'ColaborateRegular', Arial, sans-serif;
  text-shadow: 0 -1px black;
}

.container {
  *zoom: 1;
  margin: auto;
  width: 76.25em;
  max-width: 100%;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* =============================================================================
- Reset Stylesheet
Based on normalize.css & Eric meyer reset v2.0
============================================================================= */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

img,
object,
embed, iframe {
  max-width: 100%;
}

img {
  height: auto;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

a:hover, a:active {
  outline: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monaco, monospace, sans-serif;
}

label,
input[type=button],
input[type=file],
input[type=submit],
button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

/* =============================================================================
- Base
Basic and global styles for generating a grid system, structural layout,
and page templates
============================================================================= */
/* 	SELECTION
	----------------- */
/* 	LINKS
	----------------- */
a {
  color: #32a7e0;
  text-decoration: none;
}
a:visited {
  color: #32a7e0;
}
a:hover {
  color: #1a7cac;
  text-decoration: none;
}
a:focus {
  outline: none;
}

/* 	LAYOUTS
	----------------- */
.radius, #right-header .helper, input[type="text"], .input-text, .loginBox, button.button, button.btn, .checkout.button, .actions .button, .form-submit input.checkout[type="submit"], #sidebar .checkout.submitbutton, .button, a.button.checkout, .form-submit input[type="submit"], #sidebar .submitbutton, .post-box, .pagination .page-numbers, #main.fullwidth div.product, #main.fullwidth .type-page, .single-content, .flexslider .slides img, .slides, .flexslider, .sbHolder {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

p {
  margin-bottom: 10px;
  font-size: 13px;
}

input[type="text"], .input-text {
  border: 1px solid #dddddd;
  padding: 7px 15px;
  font-size: 14px;
  color: #777;
}

.input-text {
  width: 80%;
  margin: 5px 0;
}

.clear {
  zoom: 1;
}
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

a.button, button.button, button.btn, .checkout.button, .actions .button, .form-submit input.checkout[type="submit"], #sidebar .checkout.submitbutton, .button, a.button.checkout, .form-submit input[type="submit"], #sidebar .submitbutton {
  font-weight: bold;
  font-size: 11px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #328bde), color-stop(100%, #2370bd));
  background-image: -webkit-linear-gradient(top, #328bde, #2370bd);
  background-image: -moz-linear-gradient(top, #328bde, #2370bd);
  background-image: -o-linear-gradient(top, #328bde, #2370bd);
  background-image: linear-gradient(top, #328bde, #2370bd);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF328BDE', endColorstr='#FF2370BD');
  color: #ffffff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  border: 1px solid #3c638c;
  padding: 10px 15px;
  text-transform: uppercase;
}
a.button:hover, button.button:hover, button.btn:hover, .checkout.button:hover, .actions .button:hover, .form-submit input.checkout[type="submit"]:hover, #sidebar .checkout.submitbutton:hover, .button:hover, a.button.checkout:hover, .form-submit input[type="submit"]:hover, #sidebar .submitbutton:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #227ed4), color-stop(100%, #1f63a7));
  background-image: -webkit-linear-gradient(top, #227ed4, #1f63a7);
  background-image: -moz-linear-gradient(top, #227ed4, #1f63a7);
  background-image: -o-linear-gradient(top, #227ed4, #1f63a7);
  background-image: linear-gradient(top, #227ed4, #1f63a7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF227ED4', endColorstr='#FF1F63A7');
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button:visited, button.button:visited, button.btn:visited, .checkout.button:visited, .actions .button:visited, .form-submit input.checkout[type="submit"]:visited, #sidebar .checkout.submitbutton:visited, .button:visited, a.button.checkout:visited, .form-submit input[type="submit"]:visited, #sidebar .submitbutton:visited {
  color: #ffffff;
}

button.button, button.btn, .checkout.button, .actions .button, .form-submit input.checkout[type="submit"], #sidebar .checkout.submitbutton, a.checkout.button, .actions .checkout.button, .actions .form-submit input.checkout[type="submit"], .form-submit .actions input.checkout[type="submit"], .actions #sidebar .checkout.submitbutton, #sidebar .actions .checkout.submitbutton {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #48ae31), color-stop(100%, #3b9629));
  background-image: -webkit-linear-gradient(top, #48ae31, #3b9629);
  background-image: -moz-linear-gradient(top, #48ae31, #3b9629);
  background-image: -o-linear-gradient(top, #48ae31, #3b9629);
  background-image: linear-gradient(top, #48ae31, #3b9629);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF48AE31', endColorstr='#FF3B9629');
  color: #ffffff;
  border: 1px solid #338224;
}
button.button:hover, button.btn:hover, .checkout.button:hover, .actions .button:hover, .form-submit input.checkout[type="submit"]:hover, #sidebar .checkout.submitbutton:hover, a.checkout.button:hover, .actions .checkout.button:hover, .actions .form-submit input.checkout[type="submit"]:hover, .form-submit .actions input.checkout[type="submit"]:hover, .actions #sidebar .checkout.submitbutton:hover, #sidebar .actions .checkout.submitbutton:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #409a2b), color-stop(100%, #338224));
  background-image: -webkit-linear-gradient(top, #409a2b, #338224);
  background-image: -moz-linear-gradient(top, #409a2b, #338224);
  background-image: -o-linear-gradient(top, #409a2b, #338224);
  background-image: linear-gradient(top, #409a2b, #338224);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF409A2B', endColorstr='#FF338224');
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.button:visited, button.btn:visited, .checkout.button:visited, .actions .button:visited, .form-submit input.checkout[type="submit"]:visited, #sidebar .checkout.submitbutton:visited, a.checkout.button:visited, .actions .checkout.button:visited, .actions .form-submit input.checkout[type="submit"]:visited, .form-submit .actions input.checkout[type="submit"]:visited, .actions #sidebar .checkout.submitbutton:visited, #sidebar .actions .checkout.submitbutton:visited {
  color: #ffffff;
}

button.button {
  padding: 5px 10px;
}
button.button span {
  padding: 5px 10px;
  display: block;
}

.form-submit input[type="submit"] {
  padding: 7px 15px;
}

#sidebar .submitbutton {
  margin-left: 0;
  font-size: 11px;
  margin-right: 5px;
  text-transform: uppercase;
  padding: 5px 10px;
}

/* =============================================================================
- Header
============================================================================= */
#header,
#navigation,
#footer {
  color: #ffffff;
}

#header hgroup {
  margin-top: 2.3em;
}

#header {
  background: #0b1c29 url(img/pattern.png);
  height: 150px;
}
#header hgroup {
  display: inline;
  float: left;
  width: 62.29508%;
  margin-right: 1.63934%;
  margin-left: 1.63934%;
}
#header .site-title {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.5em;
}
#header .desc {
  font-size: 13px;
  margin-top: 2.2em;
}
#header h1 {
  display: inline;
  float: left;
  margin-right: 1.25em;
}

#right-header {
  display: inline;
  float: left;
  width: 32.78689%;
  margin-right: 1.63934%;
  display: inline;
  float: right;
  margin-right: 1.63934%;
  #margin-left: -1.25em;
  margin-top: 3em;
}
#right-header .helper {
  margin-right: 1em;
  margin-top: 8px;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  float: left;
}

.loginBox {
  float: right;
  padding: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.loginBox .login {
  border-left: 1px solid #0b1c29;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.loginBox .reg, .loginBox .account {
  border-right: 1px solid #162f44;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  float: left;
}

.loginBox .login, .loginBox .reg, .loginBox .account, .loginBox .account {
  width: 150px;
  height: 35px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b3a52), color-stop(5%, #132e43), color-stop(95%, #0d1f2d));
  background-image: -webkit-linear-gradient(top, #1b3a52 0%, #132e43 5%, #0d1f2d 95%);
  background-image: -moz-linear-gradient(top, #1b3a52 0%, #132e43 5%, #0d1f2d 95%);
  background-image: -o-linear-gradient(top, #1b3a52 0%, #132e43 5%, #0d1f2d 95%);
  background-image: linear-gradient(top, #1b3a52 0%, #132e43 5%, #0d1f2d 95%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF132E43', endColorstr='#FF0D1F2D');
  text-align: center;
  line-height: 2.4em;
}
.loginBox .login:hover, .loginBox .reg:hover, .loginBox .account:hover, .loginBox .account:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b3a52), color-stop(5%, #0d1f2d), color-stop(95%, #132e43));
  background-image: -webkit-linear-gradient(top, #1b3a52 0%, #0d1f2d 5%, #132e43 95%);
  background-image: -moz-linear-gradient(top, #1b3a52 0%, #0d1f2d 5%, #132e43 95%);
  background-image: -o-linear-gradient(top, #1b3a52 0%, #0d1f2d 5%, #132e43 95%);
  background-image: linear-gradient(top, #1b3a52 0%, #0d1f2d 5%, #132e43 95%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D1F2D', endColorstr='#FF132E43');
}

/* Menu */
#navigation {
  background: #0d1f2d;
  border-top: 1px solid #122738;
  height: 55px;
}
#navigation ul.nav {
  line-height: 3.89em;
  font-size: 14px;
}
#navigation ul.nav li {
  float: left;
  position: relative;
}
#navigation ul.nav li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  top: 17px;
  left: 0;
}
#navigation ul.nav li.shops a, #navigation ul.nav li.blogs a, #navigation ul.nav li.pages a, #navigation ul.nav li.fb a {
  padding-left: 45px;
  position: relative;
}
#navigation ul.nav li.shops > a:before, #navigation ul.nav li.blogs > a:before, #navigation ul.nav li.pages > a:before, #navigation ul.nav li.fb > a:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 20px;
  top: 20px;
  background: url(img/shop-icon.png) no-repeat;
}
#navigation ul.nav li.blogs a:before {
  background: url(img/blogs.png) no-repeat;
}
#navigation ul.nav li.pages a:before {
  background: url(img/pages.png) no-repeat;
}
#navigation ul.nav li.fb a:before {
  background: url(img/f.png) no-repeat;
}
#navigation ul.nav li a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px;
  font-family: 'ColaborateRegular', Arial, sans-serif;
  background: none;
}
#navigation ul.nav li a:hover {
  color: #32a7e0;
}
#navigation ul.nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  background: #0b1a25;
  width: 220px;
  padding: 0;
  margin: 0;
}
#navigation ul.nav li ul li {
  display: block;
  margin: 0;
  width: 100%;
  border-top: 1px solid #0d1f2d;
  border-bottom: 1px solid #071119;
}
#navigation ul.nav li ul li:first-child {
  border-top: 0;
}
#navigation ul.nav li ul li:last-child {
  border-bottom: 0;
}
#navigation ul.nav li ul li:before {
  background: transparent;
}
#navigation ul.nav li ul li a {
  display: block;
  padding: 0 20px 0 !important;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#navigation ul.nav li ul li a:hover {
  margin-left: 10px;
  color: #32a7e0;
}
#navigation ul.nav li ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0;
}

.actives {
  background: url(img/active.png) no-repeat 90% center;
  padding-right: 20px;
}

.arrow {
  background: url(img/arrow.png) no-repeat 93% center;
}

/* Cart Item */
.cart-box {
  display: inline;
  float: left;
  width: 13.11475%;
  margin-right: 1.63934%;
  display: inline;
  float: right;
  margin-right: 1.63934%;
  #margin-left: -1.25em;
  padding: 17px 0 9px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: 'ColaborateRegular', Arial, sans-serif;
  background: transparent url(img/active.png) no-repeat 87% center;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.cart-box:before {
  content: "";
  position: absolute;
  border-left: 1px solid #091721;
  background: #122738;
  width: 1px;
  height: 55px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cart-box:after {
  content: "";
  position: absolute;
  border-right: 1px solid #122738;
  background: #091721;
  width: 1px;
  height: 55px;
  top: 0;
  right: 0;
}
.cart-box:hover {
  color: #333;
  background: white url(img/active.png) no-repeat 87% center;
}
.cart-box .item-number {
  padding-left: 20px;
}
.cart-box .item-number strong {
  margin-right: 5px;
  margin-left: 10px;
}

.checkout-box {
  position: relative;
  font-size: 14px;
}
.checkout-box:hover > .list-item {
  display: block;
}
.checkout-box:hover > .cart-box {
  color: #333 !important;
  background: white url(img/active.png) no-repeat 87% center;
}
.checkout-box .list-item {
  position: absolute;
  right: 20px;
  top: 55px;
  background: #ffffff;
  color: #333333;
  width: 260px;
  padding: 20px;
  border: 1px solid #0d1f2d;
  border-top: none;
  display: none;
  z-index: 99;
}
.checkout-box .list-item p {
  color: #777;
  font-size: 13px;
}
.checkout-box ul {
  margin-top: 20px;
}
.checkout-box ul li {
  padding: 13px 0;
  border-top: 1px dotted #dddddd;
  overflow: hidden;
}
.checkout-box ul li:last-child {
  border-bottom: 1px dotted #dddddd;
}
.checkout-box ul li a {
  color: #333333;
  font-size: 13px;
}
.checkout-box .total {
  border-bottom: none;
  display: inline;
  float: left;
}
.checkout-box .total .amount {
  font-size: 18px;
}
.checkout-box .strong {
  display: block;
  margin-bottom: 5px;
}
.checkout-box .buttons {
  display: inline;
  float: right;
  margin-top: 12px;
}

.nav {
  display: inline;
  float: left;
  width: 81.96721%;
  margin-right: 1.63934%;
  margin-left: 1.63934%;
}

/* =============================================================================
- Main styles
============================================================================= */
body {
  background: #dddddd url(img/bjg.png);
  line-height: 1.5em;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.top-content {
  height: 95px;
  background: url(img/bottom-shadow.png) no-repeat bottom center;
  margin-bottom: 35px;
}
.top-content #crumbs {
  font-size: 12px;
  color: #666;
  display: inline;
  float: left;
  width: 72.13115%;
  margin-right: 1.63934%;
  margin-left: 1.63934%;
  margin-top: 38px;
}
.top-content #crumbs span {
  color: #666;
  padding: 0 3px;
}
.top-content #crumbs a {
  font-weight: normal;
  color: #999999;
  margin-left: 5px;
}
.top-content #crumbs a:hover {
  text-decoration: underline;
}

#top-searchform {
  display: inline;
  float: left;
  width: 22.95082%;
  margin-right: 1.63934%;
  display: inline;
  float: right;
  margin-right: 1.63934%;
  #margin-left: -1.25em;
  position: relative;
  margin-top: 30px;
}

#search-input {
  width: 248px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5em;
}

#search-submit {
  background: transparent url(img/L.png) no-repeat;
  border: none;
  position: absolute;
  top: 7px;
  right: 10px;
  width: 18px;
  height: 19px;
}

#main {
  display: inline;
  float: left;
  width: 77.04918%;
  margin-right: 1.63934%;
  margin-left: 1.63934%;
}

#featured {
  margin-bottom: 60px;
}

.head {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  position: relative;
}
.head:before {
  content: "";
  position: absolute;
  background: #dddddd;
  height: 1px;
  width: 100%;
  top: 10px;
  left: 0;
  display: table;
  z-index: -99;
}
.head:after {
  content: "";
  display: table;
  clear: both;
}
.head .page-title {
  font-family: 'ColaborateRegular', Arial, sans-serif;
  background: url(img/bjg.png);
  padding-right: 10px;
  line-height: 1.3em;
  display: inline;
  float: left;
  color: #333333;
}
.head .more {
  font-family: 'ColaborateRegular', Arial, sans-serif;
  display: inline;
  float: right;
  color: #333333;
  padding-left: 10px;
  padding-right: 40px;
  position: relative;
}
.head .more:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(img/more-btn.png) no-repeat;
  top: -7px;
  right: 0;
}

.head .page-title, .head .more, .head .catalog-ordering {
  background: url(img/bjg.png);
  font-size: 18px;
  text-transform: uppercase;
}

.homeBlog {
  display: inline;
  float: left;
  margin-bottom: 30px;
  margin-left: -20px;
}

/* Post Entry */
#container-box {
  margin: 50px 0 30px -20px;
  top: 20px;
  clear: both;
}

.post-box {
  width: 460px;
  margin-left: 19px;
  display: inline;
  float: left;
  background: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
.post-box:nth-of-type(2n) {
  margin-right: 0;
}
.post-box:before {
  content: "";
  position: absolute;
  width: 458px;
  height: 21px;
  background: url(img/postbox-shadow.png) no-repeat;
  bottom: -20px;
  left: 0;
  z-index: -9;
}
.post-box .post-type {
  width: 40px;
  height: 60px;
  background: #333333;
  text-align: center;
  position: absolute;
  top: 14em;
}
.post-box .post-type .iconP {
  color: #ffffff;
  position: relative;
  font-size: 30px;
  top: 25%;
}
.post-box .post-wrap {
  padding: 20px 20px 20px 60px;
  word-wrap: break-word;
}
.post-box iframe {
  width: 100%;
  height: 300px;
}

figure.featured-image {
  height: 200px;
  background: #dddddd;
  overflow: hidden;
}
figure.featured-image img {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.post-format-icon {
  width: 40px;
  height: 57px;
  background: url(img/sprites.png) no-repeat 0 0;
  display: inline;
  float: left;
  margin-top: 20px;
}

/* POST FORMAT STYLE */
.format-content {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.format-content blockquote {
  padding: 20px;
  background: #333333;
}
.format-content blockquote p {
  font-family: Georgia, serif;
  font-size: 22px;
  color: #ffffff;
  font-style: italic;
}
.format-content blockquote cite {
  font-family: Georgia, serif;
  color: #ffffff;
  padding-left: 15px;
  position: relative;
}
.format-content blockquote cite:before {
  content: "\7E";
  position: absolute;
  top: 0;
  left: 0;
}

.format-image .post-format-icon {
  background: url(img/sprites.png) no-repeat -41px 0;
}

.format-video .post-format-icon {
  background: url(img/sprites.png) no-repeat 0 -57px;
}

.format-quote .post-format-icon {
  background: url(img/sprites.png) no-repeat -123px 0;
}

.format-audio .post-format-icon {
  background: url(img/sprites.png) no-repeat -82px -57px;
}

.format-aside .post-format-icon {
  background: url(img/sprites.png) no-repeat -123px -57px;
}

.format-gallery .post-format-icon {
  background: url(img/sprites.png) no-repeat -82px 0px;
}

.format-chat .post-format-icon {
  background: url(img/sprites.png) no-repeat -164px 0px;
}
.format-chat p {
  padding: 5px;
  margin-bottom: 0;
  background: #f4f4f4;
}
.format-chat p:nth-of-type(2n) {
  background: #ffffff !important;
}

.format-link .post-format-icon {
  background: url(img/sprites.png) no-repeat -41px -57px;
}
.format-link .link-wrapper {
  padding: 20px;
  background: #333333;
}
.format-link .link-wrapper a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'ColaborateThinRegular', Arial, sans-serif;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.5em;
}
.format-link .link-wrapper a:hover {
  border-color: #32a7e0;
}

.entry-title {
  font-size: 24px;
  font-family: 'ColaborateThinRegular', Arial, sans-serif;
  text-transform: uppercase;
}

.entry-meta {
  margin: 5px 0;
}
.entry-meta span {
  font-size: 11px;
  color: #999999;
  padding: 0 5px;
  border-left: 1px solid #dddddd;
}
.entry-meta span:first-child {
  border-left: none;
  padding-left: 0;
}
.entry-meta span a {
  color: #999999;
}
.entry-meta span a:hover {
  text-decoration: underline;
}
.entry-meta small {
  font-size: 14px;
}

footer.entry-meta {
  padding: 10px 20px;
  border-top: 1px solid #dddddd;
  text-align: right;
  position: relative;
}
footer.entry-meta:before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 0.04);
  top: 0;
  left: 0;
}
footer.entry-meta span {
  border-left: none;
}
footer.entry-meta a {
  color: #32a7e0;
}

.entry-content {
  margin-top: 15px;
  font-size: 13px;
}
.entry-content h1 {
  font-size: 2em;
  font-weight: normal;
}
.entry-content h2 {
  font-size: 1.8em;
  font-weight: normal;
}
.entry-content h3 {
  font-size: 1.6em;
  font-weight: normal;
}
.entry-content h4 {
  font-size: 1.4em;
  font-weight: normal;
}
.entry-content h5 {
  font-size: 1.2em;
  font-weight: normal;
}
.entry-content h6 {
  font-size: 1.0em;
  font-weight: normal;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 10px;
  color: #666;
}
.entry-content a {
  color: #777777;
  border-bottom: 1px solid #74c4ea;
}
.entry-content a:hover {
  color: #32a7e0;
  border-bottom: 1px solid;
}
.entry-content a.button.medium, .entry-content button.medium.button, .entry-content button.medium.btn, .entry-content .medium.checkout.button, .entry-content .actions .medium.button, .actions .entry-content .medium.button, .entry-content .form-submit input.medium.checkout[type="submit"], .form-submit .entry-content input.medium.checkout[type="submit"], .entry-content #sidebar .medium.checkout.submitbutton, #sidebar .entry-content .medium.checkout.submitbutton, .entry-content .medium.button, .entry-content .form-submit input.medium[type="submit"], .form-submit .entry-content input.medium[type="submit"], .entry-content #sidebar .medium.submitbutton, #sidebar .entry-content .medium.submitbutton {
  border-bottom: none;
}
.entry-content a.button.medium:hover, .entry-content button.medium.btn:hover, .entry-content .actions .medium.button:hover, .actions .entry-content .medium.button:hover, .entry-content .form-submit input.medium.checkout[type="submit"]:hover, .form-submit .entry-content input.medium.checkout[type="submit"]:hover, .entry-content #sidebar .medium.checkout.submitbutton:hover, #sidebar .entry-content .medium.checkout.submitbutton:hover, .entry-content .medium.button:hover, .entry-content .form-submit input.medium[type="submit"]:hover, .form-submit .entry-content input.medium[type="submit"]:hover, .entry-content #sidebar .medium.submitbutton:hover, #sidebar .entry-content .medium.submitbutton:hover {
  color: #ffffff;
}
.entry-content a.button.medium span, .entry-content button.medium.button span, .entry-content button.medium.btn span, .entry-content .actions .medium.button span, .actions .entry-content .medium.button span, .entry-content .form-submit input.medium.checkout[type="submit"] span, .form-submit .entry-content input.medium.checkout[type="submit"] span, .entry-content #sidebar .medium.checkout.submitbutton span, #sidebar .entry-content .medium.checkout.submitbutton span, .entry-content .medium.button span, .entry-content .form-submit input.medium[type="submit"] span, .form-submit .entry-content input.medium[type="submit"] span, .entry-content #sidebar .medium.submitbutton span, #sidebar .entry-content .medium.submitbutton span {
  display: inline;
  border: none;
}
.entry-content ol {
  list-style-position: outside;
  margin-bottom: 10px;
}
.entry-content ol ol {
  list-style: upper-alpha;
}
.entry-content ol ol ol {
  list-style: lower-roman;
}
.entry-content ol ol ol ol {
  list-style: lower-alpha;
}
.entry-content ul {
  list-style: disc;
  list-style-position: outside;
}
.entry-content ol, .entry-content ul {
  margin-bottom: 10px;
  padding: 0 0 0 2.25em;
}
.entry-content table {
  border: 1px solid #DDDDDD;
  width: 100%;
  margin: 20px 0;
}
.entry-content th {
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
}
.entry-content td {
  border-top: 1px solid #dddddd;
  padding: 10px 20px;
}
.entry-content td a {
  border: none;
  color: #32a7e0;
}

.tagcloud a {
  font-size: 11px !important;
  font-weight: bold;
  padding: 0 10px;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  margin-bottom: 5px;
  background: #bbbbbb;
  line-height: 1.5em;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tagcloud a:hover {
  background: #333333;
}

pre {
  margin-bottom: 10px;
  font: 13px/1.3 "Courier 10 Pitch", Courier, monospace;
  overflow: auto;
  padding: 20px;
  background: #eee;
}

code {
  font: 12px/1.3 Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  margin-bottom: 10px;
  background: #eee;
}

/* Definition List */
dl {
  margin: 0 20px;
  font-size: 13px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 20px;
}

/* Sidebar */
#sidebar {
  display: inline;
  float: left;
  width: 18.03279%;
  margin-right: 1.63934%;
  display: inline;
  float: right;
  margin-right: 1.63934%;
  #margin-left: -1.25em;
  font-size: 13px;
  color: #777;
}

#sidebar.wide {
  display: inline;
  float: left;
  width: 22.95082%;
  margin-right: 1.63934%;
  display: inline;
  float: right;
  margin-right: 1.63934%;
  #margin-left: -1.25em;
}

.sidebar-wrapper {
  padding-left: 20px;
  overflow: hidden;
}

/* Pagination */
.pagination {
  display: inline;
  float: right;
  margin-bottom: 40px;
}
.pagination .page-numbers {
  padding: 8px;
  background: #ffffff;
  font-size: 12px;
  margin-left: 3px;
  color: #999999;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(5%, #f9f9f9), color-stop(95%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 5%, #eeeeee 95%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 5%, #eeeeee 95%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 5%, #eeeeee 95%);
  background-image: linear-gradient(top, #ffffff 0%, #f9f9f9 5%, #eeeeee 95%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFEEEEEE');
}
.pagination .page-numbers:hover {
  color: #333333;
}
.pagination .page-numbers.current {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(5%, #dddddd), color-stop(95%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #dddddd 5%, #eeeeee 95%);
  background-image: -moz-linear-gradient(top, #cccccc 0%, #dddddd 5%, #eeeeee 95%);
  background-image: -o-linear-gradient(top, #cccccc 0%, #dddddd 5%, #eeeeee 95%);
  background-image: linear-gradient(top, #cccccc 0%, #dddddd 5%, #eeeeee 95%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDDDDDD', endColorstr='#FFEEEEEE');
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  color: #333333;
}

/* Single Product */
#main.single-container {
  display: inline;
  float: left;
  width: 72.13115%;
  margin-right: 1.63934%;
  margin-left: 1.63934%;
}

#main.fullwidth {
  margin-left: 80px;
  float: none;
  margin-bottom: 40px;
  display: inline;
  float: left;
  width: 86.88525%;
  margin-right: 1.63934%;
  position: relative;
}
#main.fullwidth:before {
  content: "";
  position: absolute;
  width: 1058px;
  height: 19px;
  background: url(img/singleproduct-shadow.png) no-repeat;
  bottom: -19px;
  left: 0;
}
#main.fullwidth div.product, #main.fullwidth .type-page {
  background: white url(img/line-y.png) repeat-y 32.075% 0;
  display: inline;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#main.fullwidth .type-page {
  background-image: none;
  width: 100%;
}
#main.fullwidth .entry {
  padding: 50px 60px;
  overflow: hidden;
}

/* Single */
.single-container .single-content .post-format-icon {
  background: url(img/sprites-2.png) no-repeat 0 0;
  width: 60px;
  height: 60px;
  margin-left: -120px;
  position: relative;
}
.single-container .single-content .post-format-icon:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #cccccc;
  top: 30px;
  left: 50px;
  z-index: -9;
}
.single-container .format-video .post-format-icon {
  background: url(img/sprites-2.png) no-repeat -60px 0;
}
.single-container .format-image .post-format-icon {
  background: url(img/sprites-2.png) no-repeat -120px 0;
}
.single-container .format-gallery .post-format-icon {
  background: url(img/sprites-2.png) no-repeat -60px -60px;
}
.single-container .format-quote .post-format-icon {
  background: url(img/sprites-2.png) no-repeat 0 -60px;
}
.single-container .format-link .post-format-icon {
  background: url(img/sprites-2.png) no-repeat -180px 0px;
}
.single-container .format-aside .post-format-icon {
  background: url(img/sprites-2.png) no-repeat -60px -180px;
}
.single-container .format-audio .post-format-icon {
  background: url(img/sprites-2.png) no-repeat -240px 0px;
}
.single-container .format-chat .post-format-icon {
  background: url(img/sprites-2.png) no-repeat -180px -60px;
}

.page-template-template-archives-php .post-format-icon {
  background: url(img/archive-icon.png) no-repeat !important;
}

.page-template-template-contact-php .post-format-icon {
  background: url(img/contact.png) no-repeat !important;
}

.page-template-template-timeline-php .post-format-icon {
  background: url(img/timeline.png) no-repeat !important;
}

.page-template-template-gallery-php .post-format-icon, .page-template-template-gallery-full-php .post-format-icon {
  background: url(img/sprites-2.png) no-repeat -60px -60px !important;
}
.page-template-template-gallery-php ul.img-gallery, .page-template-template-gallery-full-php ul.img-gallery {
  list-style: none;
  padding: 0;
}
.page-template-template-gallery-php ul.img-gallery .item, .page-template-template-gallery-full-php ul.img-gallery .item {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.page-template-template-gallery-php ul.img-gallery .item:nth-of-type(4n), .page-template-template-gallery-full-php ul.img-gallery .item:nth-of-type(4n) {
  margin-right: 0;
}
.page-template-template-gallery-php ul.img-gallery .item a, .page-template-template-gallery-full-php ul.img-gallery .item a {
  border: none;
}
.page-template-template-gallery-php ul.img-gallery .item a:hover, .page-template-template-gallery-full-php ul.img-gallery .item a:hover {
  border: none;
}
.page-template-template-gallery-php ul.img-gallery .item img, .page-template-template-gallery-full-php ul.img-gallery .item img {
  padding: 3px;
  border: 1px solid #ccc;
}
.page-template-template-gallery-php ul.img-gallery .item img:hover, .page-template-template-gallery-full-php ul.img-gallery .item img:hover {
  opacity: 0.7;
}

.single-content {
  display: inline;
  float: left;
  width: 86.36364%;
  margin-right: 2.27273%;
  display: inline;
  float: right;
  margin-right: 1.63934%;
  #margin-left: -1.25em;
  margin-right: 0;
  margin-bottom: 30px;
  background: #ffffff;
  position: relative;
}
.single-content:before {
  content: "";
  position: absolute;
  background: url(img/single-shadow.png) no-repeat;
  width: 739px;
  height: 21px;
  bottom: -18px;
  left: 10px;
  z-index: -9;
}
.single-content .format-content {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.single-content iframe {
  width: 100%;
  height: 500px;
}
.single-content blockquote p {
  font-family: Georgia, serif !important;
  font-style: italic;
  margin-left: 30px;
  padding: 5px 15px;
  border-left: 3px solid #dddddd;
}
.single-content blockquote cite {
  border-left: none;
}

#post-author, #comments {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #f9f9f9;
  position: relative;
}
#post-author:before, #comments:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #f5f5f5;
  top: 0;
  left: 0;
}

#comments {
  font-size: 14px;
}
#comments h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#comments ol {
  list-style: none;
}
#comments .comment {
  margin-bottom: 20px;
}
#comments .comment .avatar {
  display: inline;
  float: left;
}
#comments .comment-wrapper {
  margin-left: 70px;
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #eeeeee;
  position: relative;
}
#comments .comment-wrapper:before {
  content: "";
  position: absolute;
  background: url(img/comment-divr.png) no-repeat;
  width: 20px;
  height: 20px;
  left: -19px;
  top: 10px;
}
#comments .comment-wrapper p {
  color: #999;
}
#comments .comment-wrapper .comment-head .name {
  text-align: left;
  text-transform: capitalize;
  font-weight: bold;
}
#comments .comment-wrapper .comment-head .date {
  position: absolute;
  bottom: 8px;
  right: 8em;
}
#comments .reply {
  text-align: right;
}
#comments .reply a:hover {
  color: #999999;
}
#comments .children {
  margin-top: 20px;
  margin-left: 70px;
}
#comments .children .avatar {
  display: inline;
  float: right;
}
#comments .children .comment-wrapper {
  margin-left: 0;
  margin-right: 70px;
  text-align: right;
  position: relative;
}
#comments .children .comment-wrapper:before {
  content: "";
  position: absolute;
  background: transparent;
}
#comments .children .comment-wrapper:after {
  position: absolute;
  content: "";
  background: url(img/comment-div.png) no-repeat;
  width: 20px;
  height: 20px;
  top: 10px;
  right: -19px;
}

#reviews .commentlist {
  margin: 20px 0;
  overflow: hidden;
}
#reviews .comment-text {
  margin-left: 80px;
}

table.shop_attributes {
  font-size: 13px;
}
table.shop_attributes tr {
  border: 1px solid #cccccc;
}
table.shop_attributes th {
  width: 40%;
  padding: 5px 0;
  border-right: 1px solid #cccccc;
  vertical-align: middle;
}
table.shop_attributes td {
  padding: 5px 10px;
  vertical-align: middle;
}

#post-entries {
  padding: 10px 40px;
  overflow: hidden;
}
#post-entries .nav-prev {
  display: inline;
  float: left;
}
#post-entries .nav-next {
  display: inline;
  float: right;
}
#post-entries a {
  font-size: 12px;
}

#respond {
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 40px;
}
#respond h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#respond .required {
  display: none;
}
#respond label {
  font-size: 12px;
  color: #999999;
  display: block;
  padding-bottom: 5px;
}
#respond .comment-notes {
  margin-bottom: 30px;
}
#respond .comment-input {
  display: inline;
  float: left;
  width: 205px;
  margin-right: 25px;
}
#respond .comment-input:nth-of-type(4n) {
  margin-right: 0;
}
#respond .comment-input .input-text {
  width: 90%;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.comment-textarea {
  display: inline;
  float: left;
  width: 100%;
}
.comment-textarea textarea {
  border: 1px solid #dddddd;
  width: 673px;
  margin-bottom: 0;
  margin-top: -20px;
  float: left;
}

#main.fullwidth .comment-textarea textarea {
  margin-top: 0;
}

#contactform-page textarea {
  display: block;
  width: 87%;
}

.form-submit {
  float: left;
  display: block;
  margin-top: 10px;
}

.comment-wrapper .date, .comment-wrapper .reply a {
  font-size: 11px;
  color: #cccccc;
}

.reply .comment-reply-link {
  padding-left: 18px;
  background: url(img/reply-link.png) no-repeat left top;
}

.single-content .post-wrap, #post-author, #comments, #comments, #respond {
  padding: 30px 40px;
  overflow: hidden;
}

.author-image {
  display: inline;
  float: right;
  margin-left: 20px;
}

.author-profile {
  font-size: 13px;
}
.author-profile h3.title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.profile-link a {
  color: #1a7cac;
  border-bottom: 1px solid #32a7e0;
}

.gallery-item a {
  border: none;
}

.gallery-caption {
  font-size: 11px;
  margin-top: 5px;
}

.alignleft, img.alignleft {
  float: left;
  display: inline;
  margin: 10px 10px 10px 0;
}

.alignright, img.alignright {
  float: right;
  display: inline;
  margin: 10px 0 10px 10px;
}

.aligncenter, img.aligncenter {
  display: block;
  margin: 10px auto;
}

.alignnone {
  display: block;
  margin: 10px auto;
}

.wp-caption {
  background: #ffffff;
  padding: 4px;
  border: 1px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 15px;
  width: 100%;
}

.wp-caption-text {
  font-size: 11px;
}

.post-archive,
.category-archive,
.tags-archive,
.category-archive {
  width: 45%;
  display: inline;
  float: left;
  margin-bottom: 20px;
}

.tags-archive {
  clear: both;
  margin-right: 65px;
}

.post-archive {
  margin-right: 65px;
}

ul.month-timeline {
  list-style-position: inside;
  list-style-image: url(img/time.png);
  padding-left: 20px;
  border-left: 3px solid #eeeeee;
  line-height: 1.5em;
}
ul.month-timeline li {
  position: relative;
  background: #ffffff;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin: 10px 0;
}
ul.month-timeline li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: #ddd;
  top: 15%;
  left: -27px;
}
ul.month-timeline li:after {
  content: "";
  position: absolute;
  background: url(img/comment-divr.png) no-repeat;
  width: 20px;
  height: 20px;
  left: -20px;
  top: 10%;
}
ul.month-timeline .date {
  font-size: 11px;
  margin-left: -5px;
}

.the-post a {
  zoom: 1;
  font-weight: bold;
  border: none;
}
.the-post a:before {
  content: "";
  display: table;
}
.the-post a:after {
  content: "";
  display: table;
  clear: both;
}
.the-post .the-comments {
  font-size: 11px;
  color: #999999;
}
.the-post .the-comments a {
  font-weight: normal;
}

#portfolio a {
  border: none;
}
#portfolio ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
#portfolio .portfolio-item.four li.item {
  width: 22%;
  margin-left: 2.5%;
}
#portfolio .portfolio-item.four li.item:nth-of-type(4n) {
  margin-right: 0;
}
#portfolio .portfolio-item.two li.item {
  width: 45%;
  margin-left: 3.5%;
}
#portfolio .portfolio-item.one li.item {
  width: 100%;
  display: block;
}
#portfolio li.item {
  display: inline;
  float: left;
  margin-bottom: 20px;
}
#portfolio h3 {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('/xml/ellipsis.xml#ellipsis');
  font-size: 14px;
  line-height: 1.5em;
}
#portfolio h3 .title {
  text-transform: uppercase;
  display: block;
}
#portfolio h3 .categories {
  float: left;
  font-size: 12px;
  color: #999;
  line-height: 1em;
}

.options {
  margin-bottom: 30px;
  zoom: 1;
}
.options:before {
  content: "";
  display: table;
}
.options:after {
  content: "";
  display: table;
  clear: both;
}
.options a {
  padding: 3px 10px;
  border: none;
  font-size: 13px !important;
  color: #777;
  margin-right: 5px;
  text-transform: capitalize;
}
.options a.active, .options a:hover {
  background: #32a7e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
}

#portfolio-home {
  margin-bottom: 30px;
  float: left;
}

#item-home li.item {
  display: inline;
  float: left;
  margin-right: 20px;
  width: 220px;
  height: 220px;
  position: relative;
  margin-bottom: 20px;
}
#item-home li.item:before {
  content: "";
  background: url(img/product-shadow.png) no-repeat;
  width: 228px;
  height: 18px;
  position: absolute;
  bottom: -15px;
  left: -3px;
  z-index: -1;
}
#item-home li.item img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#item-home li.item:last-child {
  margin-right: 0;
}
#item-home li.item h3 {
  position: absolute;
  bottom: 20px;
  padding: 5px 10px;
  background: #32a7e0;
  width: 160px;
}
#item-home li.item h3 a {
  color: #fff;
}
#item-home li.item h3 .title {
  text-transform: uppercase;
  display: block;
}
#item-home li.item h3 .categories {
  float: left;
  font-size: 12px;
  color: #999;
  line-height: 1em;
  color: #fff;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
}

.isotope .isotope-item {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* 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 */
.flexslider .slides img {
  max-width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* additional */
.slides {
  background: #dddddd url(img/loading.gif) no-repeat center;
  height: 400px;
}

.slides:before {
  content: "";
  position: absolute;
  background: url(img/slide-shadow.png) no-repeat;
  width: 943px;
  height: 23px;
  bottom: -21px;
  left: 0;
}

/* FlexSlider Default Theme
*********************************/
.flexslider,
.flexslider .slides,
.flex-container {
  position: relative;
  zoom: 1;
}

.flexslider {
  background: #ffffff;
  position: relative;
}
.flexslider .slides > li {
  position: relative;
}

.flex-caption {
  width: 94%;
  padding: 3%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.05) url(img/slideImg.png);
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'ColaborateThinRegular', Arial, sans-serif;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.flex-direction-nav {
  height: 0;
}
.flex-direction-nav li a {
  width: 21px;
  height: 41px;
  margin: 0 10px;
  display: block;
  background: url(img/bg_direction_nav.png) no-repeat;
  position: absolute;
  top: 40%;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-direction-nav li a:focus {
  outline: none;
}
.flex-direction-nav li .next {
  background-position: -21px 0;
  right: 20px;
}
.flex-direction-nav li .prev {
  left: 20px;
}
.flex-direction-nav li .disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 15px;
  right: 20px;
  text-align: right;
}
.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav li a {
  width: 15px;
  height: 15px;
  display: block;
  background: url(img/bg_control_nav.png) no-repeat;
  cursor: pointer;
  color: transparent;
}
.flex-control-nav li a:hover {
  background-position: 0 -15px;
}
.flex-control-nav li a.active, .flex-control-nav li .options a:hover, .options .flex-control-nav li a:hover {
  background-position: 0 -30px;
  cursor: default;
}

/* Latest Product */
#portfolio-home {
  display: inline;
  float: left;
  margin-bottom: 40px;
  height: 240px;
  width: 940px;
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 940px;
  height: 248px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 940px;
  height: 240px;
}
.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-item {
  width: 220px;
  height: 240px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #ffffff;
  color: #333333;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  width: 30px;
  height: 60px;
  background: transparent url(img/nav-right.png) no-repeat 50% center;
  top: 4em;
  right: 0;
  cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
  opacity: 0.8;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  width: 30px;
  height: 60px;
  background: transparent url(img/nav-left.png) no-repeat 50% center;
  top: 4em;
  left: 0;
  cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
  opacity: 0.8;
}

/* SelectBox */
.sbHolder {
  background-color: #ffffff;
  border: solid 1px #dddddd;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 30px;
  position: relative;
  width: 200px;
}

.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #cccccc;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  background: url(img/selectedbox.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sbToggle:hover {
  background: url(img/selectedbox.png) 0 -167px no-repeat;
}

.sbToggleOpen {
  background: url(img/selectedbox.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover {
  background: url(img/selectedbox.png) 0 -66px no-repeat;
}

.sbHolderDisabled {
  background-color: #ffffff;
  border: solid 1px #dddddd;
}

.sbOptions {
  background-color: #ffffff;
  border: solid 1px #dddddd;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions li {
  padding: 0 7px;
}
.sbOptions a {
  border-bottom: dotted 1px #dddddd;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
  color: #999999;
  text-decoration: none;
}
.sbOptions a:hover {
  color: #32a7e0;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #dddddd;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #dddddd;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}

/* JPLAYER */
.single-content div.jp-interface {
  width: 165%;
}
.single-content div.jp-playlist {
  width: 165%;
}

div.jp-jplayer {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
div.jp-audio, div.jp-video {
  font-size: 1em;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  background: #eeeeee;
  position: relative;
}
div.jp-audio {
  width: 460px;
}
div.jp-video-270p {
  width: 480px;
}
div.jp-video-360p {
  width: 640px;
}
div.jp-video-full {
  width: 480px;
  height: 270px;
  position: static !important;
  position: relative;
}
div.jp-video-full div.jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}
div.jp-video-full div.jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
div.jp-video-full div.jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
  z-index: 1000;
}
div.jp-interface {
  position: relative;
  background: #333333 url(img/slideImg.png);
  width: 100%;
}
div.jp-audio div.jp-type-single div.jp-interface, div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 80px;
}
div.jp-video div.jp-interface {
  border-top: 1px solid #009be3;
}
div.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.jp-audio ul.jp-controls {
  width: 380px;
  padding: 20px 20px 0 20px;
}
div.jp-video div.jp-type-single ul.jp-controls {
  width: 78px;
  margin-left: 200px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px;
}
div.jp-video ul.jp-controls {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

/* @group CONTROLS */
a.jp-play, a.jp-pause {
  width: 40px;
  height: 40px;
}
a.jp-play {
  background: url("img/jplayer.png") 0 0 no-repeat;
}
a.jp-play:hover {
  background: url("img/jplayer.png") -41px 0 no-repeat;
}
a.jp-pause {
  background: url("img/jplayer.png") 0 -42px no-repeat;
  display: none;
}
a.jp-pause:hover {
  background: url("img/jplayer.png") -41px -42px no-repeat;
}
a.jp-stop, a.jp-previous, a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}
a.jp-stop {
  background: url("img/jplayer.png") 0 -83px no-repeat;
  margin-left: 10px;
}
a.jp-stop:hover {
  background: url("img/jplayer.png") -29px -83px no-repeat;
}
a.jp-previous {
  background: url("img/jplayer.png") 0 -112px no-repeat;
  margin-left: 65px;
}
a.jp-previous:hover {
  background: url("img/jplayer.png") -29px -112px no-repeat;
}
a.jp-next {
  background: url("img/jplayer.png") 0 -141px no-repeat;
}
a.jp-next:hover {
  background: url("img/jplayer.png") -29px -141px no-repeat;
}

/* @end */
/* @group progress bar */
div.jp-progress {
  overflow: hidden;
  background-color: #ddd;
}
div.jp-audio div.jp-progress {
  position: absolute;
  top: 32px;
  height: 15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left: 110px;
  width: 186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
  left: 110px;
  width: 130px;
}
div.jp-video div.jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
}
div.jp-seek-bar {
  background: url("img/jplayer.png") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  background: url("img/jplayer.png") 0 -218px repeat-x;
  width: 0px;
  height: 100%;
}
div.jp-seeking-bg {
  background: url("img/jplayer.blue.monday.seeking.gif");
}

/* The seeking class is added/removed inside jPlayer */
/* @end */
/* @group volume controls */
a.jp-mute, a.jp-unmute, a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 12px;
}

div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
  margin-left: 210px;
}
div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute {
  margin-left: 154px;
}
div.jp-audio a.jp-volume-max {
  margin-left: 56px;
}
div.jp-video a.jp-mute, div.jp-video a.jp-unmute, div.jp-video a.jp-volume-max {
  position: absolute;
  top: 12px;
  margin-top: 0;
}
div.jp-video a.jp-mute, div.jp-video a.jp-unmute {
  left: 50px;
}
div.jp-video a.jp-volume-max {
  left: 134px;
}

a.jp-mute {
  background: url("img/jplayer.png") 0 -170px no-repeat;
}
a.jp-mute:hover {
  background: url("img/jplayer.png") -19px -170px no-repeat;
}
a.jp-unmute {
  background: url("img/jplayer.png") -60px -170px no-repeat;
  display: none;
}
a.jp-unmute:hover {
  background: url("img/jplayer.png") -79px -170px no-repeat;
}
a.jp-volume-max {
  background: url("img/jplayer.png") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
  background: url("img/jplayer.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("img/jplayer.png") 0 -250px repeat-x;
  width: 46px;
  height: 5px;
  cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
  top: 37px;
  left: 273px;
}
div.jp-video div.jp-volume-bar {
  top: 17px;
  left: 72px;
}
div.jp-volume-bar-value {
  background: url("img/jplayer.png") 0 -256px repeat-x;
  width: 0px;
  height: 5px;
}
div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
  left: 110px;
  width: 186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left: 166px;
  width: 130px;
}
div.jp-current-time, div.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique;
  margin: 0 20px;
}
div.jp-current-time {
  float: left;
  display: inline;
}
div.jp-duration {
  float: right;
  display: inline;
  text-align: right;
}
div.jp-video div.jp-current-time {
  margin-left: 20px;
}
div.jp-video div.jp-duration {
  margin-right: 20px;
}
div.jp-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3;
}
div.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3;
}
div.jp-type-single div.jp-title, div.jp-type-playlist div.jp-title, div.jp-type-single div.jp-playlist {
  border-top: none;
}
div.jp-title ul, div.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em;
}
div.jp-title li {
  padding: 5px 0;
  color: #333333;
  font-weight: bold;
}
div.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
}
div.jp-playlist li div {
  display: inline;
}
div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px;
}
div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover, div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}

/* @end */
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
span.jp-artist {
  font-size: .8em;
  color: #666;
}

/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
  width: 25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}
div.jp-video ul.jp-toggles {
  margin-top: 10px;
  width: 100px;
}

ul.jp-toggles li {
  display: block;
  float: right;
}
ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
}

a.jp-full-screen {
  background: url("img/jplayer.png") 0 -310px no-repeat;
  margin-left: 20px;
}
a.jp-full-screen:hover {
  background: url("img/jplayer.png") -30px -310px no-repeat;
}
a.jp-restore-screen {
  background: url("img/jplayer.png") -60px -310px no-repeat;
  margin-left: 20px;
}
a.jp-restore-screen:hover {
  background: url("img/jplayer.png") -90px -310px no-repeat;
}
a.jp-repeat {
  background: url("img/jplayer.png") 0 -290px no-repeat;
}
a.jp-repeat:hover {
  background: url("img/jplayer.png") -30px -290px no-repeat;
}
a.jp-repeat-off {
  background: url("img/jplayer.png") -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
  background: url("img/jplayer.png") -90px -290px no-repeat;
}
a.jp-shuffle {
  background: url("img/jplayer.png") 0 -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle:hover {
  background: url("img/jplayer.png") -30px -270px no-repeat;
}
a.jp-shuffle-off {
  background: url("img/jplayer.png") -60px -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle-off:hover {
  background: url("img/jplayer.png") -90px -270px no-repeat;
}

/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  position: absolute;
  width: 390px;
  margin-left: -202px;
  left: 50%;
  top: 10px;
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

/* @end */
/* Slide Image Gallery */
.img-slide-gallery ul.pagination {
  display: none;
}

.img-slide-gallery {
  position: relative;
}
.img-slide-gallery a.prev {
  background: url(img/bg_direction_nav.png) no-repeat 0 0;
  left: 20px;
}
.img-slide-gallery a.next {
  background: url(img/bg_direction_nav.png) no-repeat -21px 0;
  right: 20px;
}

.img-slide-gallery a.prev, .img-slide-gallery a.next {
  text-indent: -999em;
  display: block;
  width: 21px;
  height: 41px;
  z-index: 9999;
  position: absolute;
  top: 45%;
}

.slides_container {
  width: 460px;
  height: 400px;
}
.slides_container div {
  width: 460px;
  height: 400px;
  display: block;
}

/**
 * jQuery iView Slider v2.0
 * 
 * @version: 2.0 - July 09, 2012
 * 
 * @author: Hemn Chawroka
 *          hemn@iprodev.com
 *          http://iprodev.com/
 * 
 */
.iviewSlider {
  overflow: hidden;
}

/* The timer in the Slider */
#iview-timer {
  position: absolute;
  z-index: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#iview-timer div {
  border-radius: 3px;
}

/* The Preloader in the Slider */
#iview-preloader {
  position: absolute;
  z-index: 1000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: #000 1px solid;
  padding: 1px;
  width: 100px;
  height: 3px;
}

#iview-preloader div {
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 3px;
  background: #000;
  width: 0px;
}

/* The strips and boxes in the Slider */
.iview-strip {
  display: block;
  position: absolute;
  z-index: 5;
}

.iview-block {
  display: block;
  position: absolute;
  z-index: 5;
}

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

.iview-prevNav {
  left: 0px;
}

.iview-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav {
  position: absolute;
  z-index: 9;
}

.iview-controlNav a {
  z-index: 9;
  cursor: pointer;
}

.iview-controlNav a.active, .iview-controlNav .options a:hover, .options .iview-controlNav a:hover {
  font-weight: bold;
}

.iview-controlNav .iview-items ul {
  list-style: none;
}

.iview-controlNav .iview-items ul li {
  display: inline;
  position: relative;
}

.iview-controlNav .iview-tooltip {
  position: absolute;
}

/* The captions in the Slider */
.iview-caption {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  cursor: default;
}

/* The video show in the Slider */
.iview-video-show {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  min-width: 100%;
  min-height: 100%;
}

.iview-video-show iframe,
.iview-video-show embed,
.iview-video-show object {
  height: 100%;
  width: 100%;
}

.iview-video-show .iview-video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.iview-video-show .iview-video-container a.iview-video-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #222;
  color: #FFF;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.iview-video-show .iview-video-container a.iview-video-close:hover {
  background: #444;
}

/* Skin */
#iview {
  display: block;
  max-width: 940px;
  min-width: 260px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
  border-radius: 5px;
  position: relative;
  margin: 40px auto;
}

#iview .iviewSlider {
  display: block;
  width: 940px;
  height: 400px;
  overflow: hidden;
  border-radius: 4px;
}

.iview-controlNav {
  position: absolute;
  bottom: 30px;
  left: 347px;
  height: 44px;
}

.iview-controlNav a {
  text-indent: -9999px;
}

.iview-controlNav a.iview-controlPrevNav {
  float: left;
  width: 50px;
  height: 44px;
  background: url("img/slider-controls.png") no-repeat;
}

.iview-controlNav a.iview-controlNextNav {
  float: left;
  width: 50px;
  height: 44px;
  background: url("img/slider-controls.png") no-repeat -50px 0px;
}

.iview-controlNav div.iview-items {
  float: left;
  padding: 0px 10px 0px 10px;
  height: 44px;
  background: url("img/nav-bg.png");
}

.iview-controlNav a.iview-control {
  padding: 0px;
  float: left;
  width: 11px;
  height: 12px;
  background: url("img/bullets.png") no-repeat;
  line-height: 0px;
}

.iview-controlNav a.iview-control.active, .iview-controlNav .options a.iview-control:hover, .options .iview-controlNav a.iview-control:hover {
  background-position: 0px -12px;
}

.iview-caption {
  background: url("img/caption-bg.png");
  color: #FFF;
  border-radius: 3px;
  padding: 10px 15px;
  font-family: Verdana;
  font-size: 12px;
  text-shadow: #000 1px 1px 0px;
}
.iview-caption a,
.iview-caption a:active {
  color: #fff;
  text-shadow: none;
}
.iview-caption a:hover,
.iview-caption a:active:hover {
  text-decoration: underline;
}

.iview-caption.caption1 {
  font-size: 36px;
  font-weight: bold;
  height: 45px;
}

.iview-caption.caption2 {
  background: #00b4ff;
  font-size: 36px;
  font-weight: bold;
  text-shadow: none;
}

.iview-caption.caption3 {
  background: #FFF;
  color: #000;
  font-size: 26px;
  text-shadow: none;
}

.iview-caption.caption4 {
  font-size: 22px;
  font-weight: bold;
}

.iview-caption.caption5 {
  background: #c4302b;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
  font-size: 20px;
  font-weight: bold;
  text-shadow: none;
}

.iview-caption.caption6 {
  font-size: 18px;
}

.iview-caption.caption7 {
  text-align: left;
  font-size: 11px;
  color: #888;
  border-radius: 0px;
}

.iview-caption.caption7 div {
  line-height: 200%;
}

.iview-caption.caption7 h3 {
  margin-bottom: 20px;
  color: #FFF;
}

.iview-caption.blackcaption {
  background: #000;
  box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
  text-shadow: none;
}

#iview-preloader {
  border: #666 1px solid;
  width: 150px;
}

#iview-preloader div {
  background: #666;
}

.iview-controlNav div.iview-items ul li {
  padding: 0px;
  float: left;
  width: 11px;
  height: 12px;
  margin: 3px;
  margin-top: 16px;
  line-height: 0px;
}

#iview #iview-tooltip {
  display: none;
  position: absolute;
  background: url("img/tooltip.png") no-repeat;
  width: 124px;
  height: 90px;
  bottom: 30px;
  left: -67px;
  padding: 10px;
  z-index: 100;
}

#iview #iview-tooltip div.holder {
  display: block;
  width: 124px;
  height: 84px;
  overflow: hidden;
  border-radius: 2px;
}

#iview #iview-tooltip div.holder div.container {
  display: block;
  width: 4000px;
  max-width: none;
}

#iview #iview-tooltip div.holder div.container div {
  float: left;
  display: block;
  overflow: hidden;
  width: 124px;
  height: 84px;
  left: -50%;
  text-align: center;
}

#iview #iview-tooltip div.holder div.container div img {
  height: 84px;
  margin: 0 auto;
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(img/lightbox/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(img/lightbox/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(img/lightbox/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(img/lightbox/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(img/lightbox/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(img/lightbox/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(img/lightbox/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(img/lightbox/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(img/lightbox/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(img/lightbox/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(img/lightbox/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(img/lightbox/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(img/lightbox/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(img/lightbox/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(img/lightbox/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(img/lightbox/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(img/lightbox/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(img/lightbox/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(img/lightbox/loader.gif) center center no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px!important;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1!important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px!important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

a.pp_next {
  background: url(img/lightbox/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(img/lightbox/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

/* =============================================================================
- Sidebar & Widget
============================================================================= */
#sidebar .widget-title {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  background: url(img/bjg.png);
  text-transform: uppercase;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.3em;
  font-size: 14px;
  color: #333333;
  position: relative;
}
#sidebar .widget-title:before {
  content: "";
  position: absolute;
  background: #dddddd;
  width: 400px;
  height: 1px;
  z-index: -9;
  top: 40%;
  left: 0;
}
#sidebar span.count {
  color: #777;
  display: inline;
  float: right;
}

.widget {
  margin-bottom: 40px;
  line-height: 1.5em;
}
.widget .product_list_widget li {
  overflow: hidden;
  margin-left: 0;
}
.widget ul {
  list-style-image: url(img/li.png);
  list-style-position: outside;
}
.widget ul li {
  padding: 13px 0;
  border-bottom: 1px dashed #dddddd;
  margin-left: 15px;
}
.widget ul li a {
  color: #666;
}
.widget ul li a:hover {
  color: #1a7cac;
}
.widget ul li ul {
  margin-top: 13px;
}
.widget ul li ul li {
  border-top: 1px dashed #dddddd;
  border-bottom: none;
  padding: 13px 0 13px;
  margin-left: 15px;
}
.widget ul li ul li:last-child {
  padding-bottom: 0;
}
.widget a {
  font-size: 13px;
}
.widget #searchform {
  position: relative;
}
.widget #searchform label {
  display: none;
}
.widget #searchform #searchsubmit {
  position: absolute;
  background: transparent url(img/L.png) no-repeat;
  border: none;
  width: 18px;
  height: 19px;
  right: 7%;
  top: 6px;
  text-indent: -999em;
}
.widget #searchform #s {
  width: 82%;
}

.single-tweets, #widget-tweet {
  list-style: none;
  list-style-image: none !important;
}

#widget-tweet li {
  overflow: hidden;
  margin-left: 0;
}
#widget-tweet li span {
  display: block;
}
#widget-tweet li span a {
  color: #999999;
  font-size: 11px;
}

#wp-calendar {
  width: 100%;
}
#wp-calendar tr td {
  border: 1px solid #dddddd;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}
#wp-calendar caption {
  padding: 10px 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #50bef4), color-stop(100%, #32a7e0));
  background-image: -webkit-linear-gradient(top, #50bef4, #32a7e0);
  background-image: -moz-linear-gradient(top, #50bef4, #32a7e0);
  background-image: -o-linear-gradient(top, #50bef4, #32a7e0);
  background-image: linear-gradient(top, #50bef4, #32a7e0);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF50BEF4', endColorstr='#FF32A7E0');
  color: #ffffff;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
#wp-calendar th {
  background: #999999;
  padding: 5px 0;
  color: #ffffff;
}
#wp-calendar #today {
  color: #32a7e0;
}
#wp-calendar #prev {
  padding: 7px 0;
}
#wp-calendar #prev a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.followus-widget a span {
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  vertical-align: top;
  text-indent: -999em;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  word-wrap: break-word;
  overflow: hidden;
  width: 43px;
  height: 43px;
}
.followus-widget a span.rss {
  background: url(img/sosmed.png) no-repeat -86px 0;
}
.followus-widget a span.rss:hover {
  background: url(img/sosmed.png) no-repeat -86px -43px;
}
.followus-widget a span.twitter {
  background: url(img/sosmed.png) no-repeat 0 0;
}
.followus-widget a span.twitter:hover {
  background: url(img/sosmed.png) no-repeat 0 -43px;
}
.followus-widget a span.facebook {
  background: url(img/sosmed.png) no-repeat -43px 0px;
}
.followus-widget a span.facebook:hover {
  background: url(img/sosmed.png) no-repeat -43px -43px;
}

/* =============================================================================
- Footer
============================================================================= */
#bottom {
  background: #0d1f2d;
  color: #dddddd;
  padding: 50px 0 30px;
  margin-top: 40px;
}

#footer-widgets {
  border-bottom: 1px solid black;
  font-size: 13px;
  zoom: 1;
}
#footer-widgets:before {
  content: "";
  display: table;
}
#footer-widgets:after {
  content: "";
  display: table;
  clear: both;
}
#footer-widgets .widget-title {
  background: #0d1f2d;
  text-transform: uppercase;
  font-family: 'ColaborateRegular', Arial, sans-serif;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  zoom: 1;
}
#footer-widgets .widget-title:before {
  content: "";
  display: table;
}
#footer-widgets .widget-title:after {
  content: "";
  display: table;
  clear: both;
}
#footer-widgets .submitbutton {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b3a52), color-stop(5%, #132e43), color-stop(95%, #0d1f2d));
  background-image: -webkit-linear-gradient(top, #1b3a52 0%, #132e43 5%, #0d1f2d 95%);
  background-image: -moz-linear-gradient(top, #1b3a52 0%, #132e43 5%, #0d1f2d 95%);
  background-image: -o-linear-gradient(top, #1b3a52 0%, #132e43 5%, #0d1f2d 95%);
  background-image: linear-gradient(top, #1b3a52 0%, #132e43 5%, #0d1f2d 95%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF132E43', endColorstr='#FF0D1F2D');
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 15px;
  text-transform: uppercase;
  border: 1px solid black;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}
#footer-widgets .submitbutton:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b3a52), color-stop(5%, #0d1f2d), color-stop(95%, #132e43));
  background-image: -webkit-linear-gradient(top, #1b3a52 0%, #0d1f2d 5%, #132e43 95%);
  background-image: -moz-linear-gradient(top, #1b3a52 0%, #0d1f2d 5%, #132e43 95%);
  background-image: -o-linear-gradient(top, #1b3a52 0%, #0d1f2d 5%, #132e43 95%);
  background-image: linear-gradient(top, #1b3a52 0%, #0d1f2d 5%, #132e43 95%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D1F2D', endColorstr='#FF132E43');
}
#footer-widgets form {
  padding: 10px 0;
}
#footer-widgets form a {
  margin-left: 5px;
  color: #ffffff;
}
#footer-widgets form a:hover {
  border-bottom: 1px dotted #999999;
}
#footer-widgets .footer-wrapper {
  padding-right: 40px;
}
#footer-widgets ul {
  list-style-image: url(img/li.png);
  list-style-position: outside;
}
#footer-widgets ul li {
  padding: 13px 0;
  border-bottom: 1px solid #071119;
  border-top: 1px solid #122738;
  position: relative;
  color: #cccccc;
}
#footer-widgets ul li:first-child {
  border-top: none;
}
#footer-widgets ul li:last-child {
  border-bottom: none;
}
#footer-widgets ul li a {
  color: #dddddd;
}
#footer-widgets ul li a:hover {
  color: #32a7e0;
}
#footer-widgets ul li ul {
  margin-top: 13px;
}
#footer-widgets ul li ul li {
  border-top: 1px solid #102638;
  border-bottom: 1px solid black;
  padding: 13px 0 13px;
  margin-left: 15px;
}
#footer-widgets ul li ul li:first-child {
  border-top: none;
}
#footer-widgets ul li ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  background: transparent;
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
  display: inline;
  float: left;
  width: 22.95082%;
  margin-right: 1.63934%;
}

.footer-widget-1 {
  margin-left: 1.63934%;
}

#footer {
  border-top: 1px solid #102638;
  padding-top: 20px;
}
#footer p {
  font-size: 11px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #cccccc;
  margin-top: 4px;
  display: inline;
  float: left;
}
#footer .footer_nav {
  display: inline;
  float: right;
  width: 40%;
}
#footer .footer_nav .nav {
  display: inline;
  float: right;
  width: auto;
}
#footer .footer_nav li {
  display: inline;
  float: left;
  margin-left: 15px;
}
#footer .footer_nav li a {
  color: #cccccc;
  font-size: 11px;
}
#footer .footer_nav li a:hover {
  color: #32a7e0;
}

/*=========================
	MEDIA QUERIES/RESPONSIVE
===========================*/
@media screen and (max-width: 1024px) {
  .container {
    width: 95%;
  }

  .nav {
    display: inline;
    float: left;
    width: 96.72131%;
    margin-right: 1.63934%;
  }

  #search-input {
    width: 200px;
  }

  .slides {
    height: 320px;
  }

  #portfolio-home {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: inline;
    float: left;
  }
  #portfolio-home li.item {
    width: 172px;
    height: auto;
  }
  #portfolio-home li.item h3 {
    width: 130px;
    font-size: 12px;
  }
  #portfolio-home li.item:before {
    bottom: -10px;
  }

  #main.fullwidth, #main.single-container {
    margin-left: 20px;
    display: inline;
    float: left;
    width: 96.72131%;
    margin-right: 1.63934%;
  }

  .post-box {
    width: 47.5%;
  }
  .post-box:before {
    width: 100%;
    background-size: 100%;
  }

  figure.featured-image {
    height: 145px;
  }

  .sidebar-wrapper {
    padding-left: 10px;
  }

  .single-content:before {
    left: -5px;
  }

  .top-content,
  .single-content:before,
  .single-content:before,
  .slides:before,
  .post-box:before,
  #main.fullwidth:before,
  #portfolio-home li.item:before {
    width: 100%;
    background-size: 100%;
  }

  .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
    height: auto;
  }
  .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    height: auto;
  }

  #respond .comment-input {
    width: 29%;
  }

  .comment-textarea textarea {
    width: 99%;
  }
}
@media screen and (max-width: 990px) {
  .container {
    width: 90%;
  }

  #header hgroup {
    display: inline;
    float: left;
    width: 47.54098%;
    margin-right: 1.63934%;
  }
  #header h1 {
    width: 100%;
  }
  #header .desc {
    float: left;
    margin-top: 0;
    line-height: 1em;
  }
  #header #right-header {
    display: inline;
    float: left;
    width: 47.54098%;
    margin-right: 1.63934%;
  }

  .cart-box {
    display: inline;
    float: left;
    width: 18.03279%;
    margin-right: 1.63934%;
    display: inline;
    float: right;
    margin-right: 1.63934%;
    #margin-left: -1.25em;
  }

  .checkout-box .list-item {
    right: 12px;
  }

  #navigation {
    height: auto;
  }

  .nav {
    display: inline;
    float: left;
    width: 96.72131%;
    margin-right: 1.63934%;
  }

  .top-content {
    background: url(img/res_img/bottom-shadow.png) no-repeat center bottom;
    background-size: 100%;
  }
  .top-content #crumbs {
    display: inline;
    float: left;
    width: 67.21311%;
    margin-right: 1.63934%;
  }
  .top-content #top-searchform {
    display: inline;
    float: left;
    width: 27.86885%;
    margin-right: 1.63934%;
  }

  #search-input {
    width: 86%;
  }

  #main, #main.fullwidth, #main.single-container {
    display: inline;
    float: left;
    width: 96.72131%;
    margin-right: 1.63934%;
  }

  figure.featured-image {
    height: 140px;
  }

  .single-content:before {
    left: -2px;
  }

  #main.fullwidth {
    margin-left: 12px;
  }
  #main.fullwidth:before {
    background: url(img/res_img/singleproduct-shadow.png) no-repeat;
  }

  .single-container .single-content .post-format-icon {
    margin-left: -100px;
  }

  .slides {
    height: auto;
  }
  .slides:before {
    background: url(img/res_img/slides-shadow.png) no-repeat;
    height: 21px;
    bottom: -20px;
  }

  .post-box {
    width: 47%;
  }

  #sidebar, #sidebar.wide {
    display: inline;
    float: left;
    width: 96.72131%;
    margin-right: 1.63934%;
  }
  #sidebar .widget, #sidebar.wide .widget {
    display: inline;
    float: left;
    width: 49.15254%;
    margin-right: 1.69492%;
  }
  #sidebar .widget:nth-of-type(2n), #sidebar.wide .widget:nth-of-type(2n) {
    margin-right: 0;
  }

  #respond .comment-input {
    width: 29%;
  }

  .comment-textarea textarea {
    width: 99%;
  }

  #portfolio-home {
    width: 99%;
    display: inline;
    float: left;
  }
  #portfolio-home li.item {
    width: 216px;
  }
  #portfolio-home li.item:before {
    bottom: -10px;
    background: url(img/res_img/product-shadow.png) no-repeat;
  }

  .single-content:before,
  .single-content:before,
  .slides:before,
  .post-box:before,
  #main.fullwidth:before,
  #portfolio-home li.item:before {
    width: 100%;
    background-size: 100%;
  }

  .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
  }
  .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
  }

  #footer-widgets {
    display: inline;
    float: left;
    width: 96.72131%;
    margin-right: 1.63934%;
  }

  .footer-widget-1,
  .footer-widget-2,
  .footer-widget-3,
  .footer-widget-4 {
    display: inline;
    float: left;
    width: 47.54098%;
    margin-right: 1.63934%;
  }

  .footer-widget-3 {
    clear: both;
    margin-left: 1.63934%;
  }

  #footer p {
    text-align: center;
    width: 100%;
  }
  #footer .footer_nav {
    width: 100%;
    text-align: center;
  }
  #footer .footer_nav .nav {
    float: none;
  }
  #footer .footer_nav li {
    float: none;
    display: inline;
  }
}
/* ipad */
@media screen and (max-width: 767px) {
  .iview-caption {
    font-size: 1.5em;
  }
}
/* tablet */
@media screen and (max-width: 600px) {
  .iview-controlNav {
    left: 300px;
  }
}
/* iphone landscape */
@media screen and (max-width: 480px) {
  /*	.tinynav {
  		display: block;
  		position: relative;
  		top:1em;
  		width: 60%;
  	}
  
  	#footer .footer_nav .tinynav {
  		display: none;
  	}
  
    .nav {
    	display: none;
    }
  */
  #header hgroup {
    margin-top: 2.7em;
  }
  #header .site-title {
    font-size: 32px;
  }
  #header #right-header {
    display: inline;
    float: left;
    width: 32.78689%;
    margin-right: 1.63934%;
    display: inline;
    float: right;
    margin-right: 1.63934%;
    #margin-left: -1.25em;
  }

  .loginBox .reg, .loginBox .account, .loginBox .account, .loginBox .login {
    border: none;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .post-box {
    width: 93%;
  }

  .jcarousel-skin-tango .jcarousel-clip-horizontal {
    margin-left: 0;
  }

  #main.fullwidth div.product, #main.fullwidth .type-page, #main.fullwidth .type-page {
    background: #ffffff;
    background-image: none;
  }

  .single-content {
    width: 100%;
    margin-left: -20px;
  }
  .single-content .post-format-icon {
    display: none;
  }

  #main, #main.fullwidth, #main.single-container {
    margin-left: 10px;
  }

  #main.fullwidth .images, #main.fullwidth .summary {
    width: 100%;
  }
  #main.fullwidth .images .big img {
    width: 100%;
    height: auto;
  }

  .top-content {
    height: 140px;
  }
  .top-content #crumbs {
    width: 100%;
  }
  .top-content #top-searchform {
    width: 100%;
    margin-left: 10px;
  }

  #search-submit {
    right: 25px;
  }

  #respond .comment-input {
    width: 100%;
  }

  figure.featured-image {
    height: 80px;
  }

  a.jp-previous {
    margin-left: 0;
  }

  a.jp-previous, a.jp-next {
    margin-top: -14px;
  }

  .iview-controlNav {
    display: none;
  }
}
/* iphone portrait */
@media screen and (max-width: 320px) {
  #header {
    height: 200px;
  }
  #header hgroup {
    display: inline;
    float: left;
    width: 96.72131%;
    margin-right: 1.63934%;
  }
  #header .site-title, #header .desc {
    text-align: center;
  }
  #header .desc {
    margin-top: 0.5em;
  }
  #header #right-header {
    display: inline;
    float: left;
    width: 96.72131%;
    margin-right: 1.63934%;
    margin-top: 1em;
  }

  #search-submit {
    right: 5px;
  }

  #featured {
    display: none;
  }

  #main.fullwidth {
    margin-left: 5px;
  }
  #main.fullwidth .summary-wrapper {
    padding: 30px;
  }
  #main.fullwidth .entry {
    padding: 30px;
  }

  .related {
    display: none;
  }

  .sbHolder {
    width: 150px;
  }

  .loginBox .login, .loginBox .reg, .loginBox .account, .loginBox .account, .loginBox .account {
    width: 125px;
  }

  .sidebar-wrapper {
    padding-left: 0;
  }

  figure.featured-image {
    height: 70px;
  }

  .head .page-title,
  .head .more,
  .head .catalog-ordering {
    font-size: 12px;
  }

  #sidebar .widget,
  #sidebar.wide .widget {
    width: 100%;
    display: block;
  }

  .footer-widget-1,
  .footer-widget-2,
  .footer-widget-3,
  .footer-widget-4 {
    width: 100%;
    display: block;
  }

  .widget #searchform #s {
    width: 90%;
  }

  .widget #searchform #searchsubmit {
    right: 3%;
    top: 8px;
  }
}
