/*
Theme Name: UltraSeven
Theme URI: http://www.cssigniter.com/ignite/themes/ultraseven
Description: E-Commerce Theme For WordPress
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Tags: ecommerce, e-commerce, woocommerce, minimal, "black white", white, black, responsive
Version: 2.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden] {
    display: none;
}

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
}

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

code {
    background: #eeeeee !important;
    font-weight: normal;
    display: inline-block;
    padding: 3px 7px;
}

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
img {
    border: 0;
}

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

figure {
    margin: 0;
}

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

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: not-allowed;
    opacity: 0.7;
    background: #4D4D4D !important;
}

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

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

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

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

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

.group:after {
    content: "";
    display: table;
    clear: both;
}

/* -----------------------------------------
   WordPress Specific Styles
----------------------------------------- */

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

/* -----------------------------------------
   General Typography
----------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: "Neuton", Georgia, serif;
    font-weight: normal;
    margin-bottom: 0.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin-bottom: 15px; }

a, a:visited {
    text-decoration: none;
    line-height: inherit;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover { color: #2795b6; text-decoration: none; }

a:focus { color: #2795b6; }

/* -----------------------------------------
   General Shared Styles
----------------------------------------- */

body {
    background: #3E3E3E url(images/patterns/diagonal.png);
    font-family: Muli, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 1.6;
    color: #565656;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

#page > .row {
    background: #fff;
    padding: 0 15px;
}

table {
    width:100%;
    margin-bottom:20px;
}

/* -----------------------------------------
   Main Site Navigation
----------------------------------------- */

#nav > div { padding: 0; }
.alt-nav { display: none; }
#nav { background: #F7F7F7;  position: relative; }
#nav ul { margin: 0; list-style: none; }
#navigation li { position: relative;}
#navigation > li { float: left; }
#navigation ul { position: absolute; z-index: 12999; top: -999em; }
#navigation ul ul { }
#navigation li:hover > ul,
#navigation .sfHover > ul { top: auto; }
#navigation li li:hover > ul,
#navigation li .sfHover > ul { top: 0; left: 100%; }
#navigation li li li:hover > ul,
#navigation li li .sfHover > ul{ top: 0; left: 100%; }
#navigation a, #navigation a:visited { display: block; white-space: nowrap; }

#navigation a, #navigation a:visited {
    color: #676767;
    text-transform: uppercase;
    padding: 15px 20px 13px;
    font-size: 11px;
    line-height: 1;
} /* Global Menu Link Styles */

#navigation > li.current_page_item > a,
#navigation > li.current_page_item > a:visited,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-item > a:visited {
    background: #222;
    color: #FFF;
} /* WordPress Current Page Styles */

#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited,
#navigation > li.current_page_item > a:hover,
#navigation > li.current-menu-item > a:hover {
    background: #262626;
    color: #FFF !important;
} /* First Level & Global Menu Link Hover Styles */

#navigation > li > a,
#navigation > li > a:visited { } /* First Level Menu Link Styles */

#navigation > li ul a,
#navigation > li ul a:visited {  } /* All Other Menu Level Link Styles */

#navigation > li ul a:hover,
#navigation > li ul .sfHover > a,
#navigation > li ul .sfHover > a:visited { } /* All Other Level Menu Link Hover Styles */

#navigation ul {
    background: #F7F7F7;
    box-shadow: 3px 3px 0 #5f5f5f;
    border-top: 1px solid #ccc;
    z-index: 11999;
} /* All Lower Level Menu Styles */

#navigation a.sf-with-ul {
    padding-right: 35px;
    position: relative;
}

/* styling for both css and generated arrows */
#navigation a:hover:after ,
#navigation > .sfHover > a.sf-with-ul:after,
#navigation > .sfHover > a.sf-with-ul:visited {
    border-top-color: #FFF; /* edit this to suit design (no rgba in IE8) */
}

#navigation > li.current_page_item > a.sf-with-ul:after,
#navigation > li.current_page_item > a.sf-with-ul:visited:after,
#navigation > li.current-menu-item > a.sf-with-ul:after,
#navigation > li.current-menu-item > a.sf-with-ul:visited:after {
    border-top-color: #fff;
}


.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 12px;
    height: 0;
    width: 0;
    margin-top: 1px;
    /* order of following 3 rules important for fallbacks to work */
    border: 4px solid transparent;
    border-top-color: #727272; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #202020; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -2px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #202020; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(0,0,0,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #FFF !important;
    border-top-color: transparent !important;
}

/* Top Nav Menu */
#topnav {
    background: #262626;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 15px;
    position: relative;
}

#topnav a,
#topnav a:visited {
    color: #FFF;
}

#topnav a:hover {
    text-decoration: underline;
}

.top-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-nav li {
    float: left;
}

.top-nav a,
.top-nav a:visited {
    color: #FFF;
    display: block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.top-nav li:last-child a {
    margin: 0;
    padding: 0;
}

.top-nav li:last-child a:after {
    display: none;
}

.top-nav a:after {
    content: "|";
    position: absolute;
    right: 0;
    font-size: 9px;
    top: 1px;
}

/* Search Widget in Nav */
#nav .widget_search,
#nav .widget_product_search {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 3px;
    right: 3px;
    width: 200px;
}

#nav .widget_search h3,
#nav .widget_product_search h3{
    display: none;
}

#nav .searchform {
    width: 100%;
}

/* Header Cart */
#topcart {
    position: absolute;
    right: 15px;
}

#topcart > span {
    padding-right: 10px;
    padding-left: 20px;
    margin-right: 5px;
    position: relative;
    background: url(images/shoping_bag.png) no-repeat left 0;
}

#topcart > span:after {
    content: "|";
    position: absolute;
    right: 0;
    font-size: 9px;
    top: -1px;
}

/* -----------------------------------------
   HEADER
----------------------------------------- */

#header {
    margin-bottom: 35px;
}

#logo {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#logo h1 {
    font-size: 58px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 0;
}

#logo h1 a,
#logo h1 a:visited {
    color: #000;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}

#logo h2 {
    margin: 0;
    color: #848484;
}

/* -----------------------------------------
   HOMEPAGE
----------------------------------------- */

/* Main Slider */

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

.slide-container {
    position: relative;
}

#main-slider {
    z-index: 1000;
    margin: 0 auto;
    width: 600px;
    position: absolute;
    bottom: 35px;
    left: 35px;
    color: #FFF;
}

.slide-content {
    background: url("images/patterns/diagonal.png") repeat scroll 0 0;
    bottom: 40px;
    color: #FFFFFF;
    left: 40px;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 480px;
    overflow: visible;
    padding: 20px 20px 30px;
    position: absolute;
    z-index: 20000;
}

.slide-content p {
    font-size: 15px;
    line-height: 22px;
}

.head {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
}

.slide-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    letter-spacing: -0.04em;
}

.sub-head {
    color: #AAAAAA;
    font-size: 18px;
}

.flex-direction-nav {
    bottom: -5px;
    position: absolute;
    right: -45px;
}

.flex-direction-nav a {
    height: 42px;
    width: 40px;
    display: block;
    position: static;
    border-radius: 0 2px 2px 0;
    opacity: 1;
}

.flex-direction-nav li a:hover {
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-next {
    margin-top: 0;
    background: url(images/arr_next.png) no-repeat scroll 17px 14px;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-prev:hover {
    background: url(images/arr_prev.png) no-repeat scroll 15px 14px;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
}

.flex-viewport {
    border-radius: 0;
}

/* Image Slider */

#image-slider img {
    line-height: 0;
    padding: 0;
    display: block;
}

.section-title {
    margin-top: -6px;
}

.section-title, .widget-title {
    font-size: 30px;
    letter-spacing: -0.05em;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.section-title:after,
.widget-title:after {
    content: " ";
    border-bottom: 1px solid #E5E5E5;
    display: block;
    position: absolute;
    bottom: 13px;
    width: 100%;
}

.widget-title:after {
    bottom: 10px;
}

.section-title:before{
    content: " ";
    border-bottom: 3px solid #000;
    display: block;
    position: absolute;
    bottom: 15px;
    width: 23%;
}

.section-title span,
.widget-title span {
    background: #FFF;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 10;
}

.tp-bannertimer {
    bottom: 0;
    height: 5px;
}

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

.tp-loader {
    background-color: transparent !important;
    z-index: 14000 !important;
}

/* -----------------------------------------
   FOOTER
----------------------------------------- */

.footer-separator {
    height: 1px;
    border-bottom: 4px solid #000;
    margin: 0 0 60px;
}

.footer-credits {
    color: #fff;
    padding: 10px 15px;
    margin-top: 50px !important;
}

/* -----------------------------------------
   PRODUCT LISTINGS
----------------------------------------- */

.product-item {
    margin-bottom: 40px;
    position: relative;
}

.product-item a,
.product-item a:visited,
.product-category a,
.product-category a:visited {
    color: #000;
}

.product-item a:hover,
.product-category a:hover {
    color: #555555;
}

.product-item .product-cats a {
    text-transform: uppercase;
    font-size: 16px;
    color: #646464;
    font-family: Neuton, Georgia, serif;
}

.product-item .product-cats {
    margin-bottom: 8px;
}

.product-item .product-title {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 7px;
    font-family: Neuton, Georgia, serif;
}

.price {
    font-size: 13px;
}

.price ins {
    text-decoration: none;
}

.price del {
    color: #8c8c8c;
    margin-right: 5px;
}

.product-thumb {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.product-thumb a {
    display: block;
    margin-bottom: 5px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.product-thumb a .main-thumb {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 0;
    z-index: 200;
    position: relative;
}

.product-thumb a:hover .main-thumb {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.product-thumb a:hover .main-thumb.noflip {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-thumb a .secondary-thumb {
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;

    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;

    -ms-transform: rotateY(-180deg);
    -ms-transform-style: preserve-3d;
    -ms-backface-visibility: hidden;

    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;

    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    z-index: 100;
}

.product-thumb a:hover .secondary-thumb {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index:10;
}

.product-thumb a:hover .secondary-thumb,
.product-thumb a .secondary-thumb {
    max-width: 100%;
}

.product-thumb a img {
    max-width: 100%;
    box-shadow: 3px 3px 0 #EBEBEB;
}

.product-thumb a:hover img {
    box-shadow: 3px 3px 0 #3a3a3a;
}

span.onsale {
    position: absolute;
    top: -9px;
    right: 35px;
    padding: 5px 9px;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    font-family: Neuton, Georgia, serif;
    z-index: 300;
}

.product-category mark {
    background: none;
}
/* -----------------------------------------
   PAGE: Blog // Single
----------------------------------------- */

#main {
    margin-bottom: 40px;
}

.entry {
    margin-bottom: 30px;
}

.entry-thumb {
    margin-bottom: 10px;
    text-align: center;
}

.entry-thumb a {
    display: block;
    line-height: 0;
}

.entry ul {
    list-style-position: inside;
}

a[rel=prettyPhoto] {
    position: relative;
}

a[rel=prettyPhoto]:after {
    background: url(images/zoom_icon.png) no-repeat scroll center center transparent;
    bottom: 15px;
    content: " ";
    display: block;
    height: 24px;
    opacity: 0.4;
    padding: 10px;
    position: absolute;
    right: 15px;
    width: 24px;
}

.entry-thumb img {
    box-shadow: 3px 3px 0 #EBEBEB;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.entry-thumb a:hover img {
    box-shadow: 3px 3px 0 #3a3a3a;
}

.entry-thumb a:hover {
}

.entry-cats {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0;
}

.entry-title {
    font-size: 24px;
    margin-bottom: 7px;
    color: #000;
    line-height: 1.2;
}

.entry-title a,
.entry-title a:visited {
    color: #000;
}

.entry time {
    margin-bottom: 7px;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
}

.read-more,
.read-more:visited {
    display: inline-block;
    color: #FFF;
    font-size: 11px;
    padding: 5px 15px;
}

.read-more:hover {
    color: #FFF;
}

.blog .entry {
    margin-bottom: 70px;
    padding-bottom: 85px;
    background: url(images/separator.png) no-repeat bottom center;
}

.blog .entry .entry {
    background: none;
    padding-bottom: 0;
    margin: 0 0 20px;
}

.blog .entry:last-of-type,
.blog .entry:last-child {
    background: none;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.related-posts .entry {
    margin-bottom: 0;
    background: none;
    padding-bottom: 0;
}

#paging {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
}

#paging a,
#paging a:visited,
#paging span {
    padding: 7px 10px;
    margin-right: 5px;
}

#paging a,
#paging a:visited {
    color: #FFF;
}

#paging a:hover {
}

.search-notice {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

#paging ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#paging ul li {
    display: inline-block;
}

/* -----------------------------------------
   General Form Styling
----------------------------------------- */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"], input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
.select2-container .select2-choice,
textarea {
    border-radius: 0;
    box-shadow: none;
    width: auto;
    font: inherit;
    padding: 9px 15px;
    height: auto;
    border: 1px solid #E5E5E5;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
.select2-container .select2-choice:focus,
textarea:focus {
    outline: none;
    background: #f9f9f9;
}

label {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

input[type=submit],
.btn,
.btn:active {
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 10px 12px;
    cursor: pointer;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


input[type=submit]:hover,
.btn:hover {
}

div.wpcf7 {
    padding: 25px;
    background: #F7F7F7;
}

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
}

.wpcf7 input[type=submit] {
    width: auto;
}

/* -----------------------------------------
   Comments
----------------------------------------- */
.post-comments { margin:40px 0 0 0; }
.post-comments h2 {  }
.post-comments ol, .post-comments ul { list-style: none; font-size:inherit;  }
.post-comments > ol { margin-left:0; margin-bottom:0; }
.post-comments li { margin:0 !important; padding:0 !important; background: none !important; position:relative; }
.post-comments .avatar { position:absolute; top:0; left:0; margin: 0 15px 5px 0; text-align: center; box-shadow: 3px 3px 0 #EBEBEB; }
.post-comments .comment-text { margin-bottom: 30px; }
.post-comments > .comment-text:last-child { margin-bottom:0; }
.post-comments .comment-copy { margin-left: 80px;  padding: 15px; font-size: 13px; box-shadow: 3px 3px 0 #EBEBEB; background: #fbfbfb; }
.post-comments .comment-copy p { margin-bottom:10px; }
.post-comments .comment-meta { font-weight: bold; margin-bottom:5px !important; }
.comment-reply-link, .btn-reply { display:inline-block; height:15px; padding:5px 5px 0 5px; position:relative; top:5px; font-weight:bold; font-size:10px; text-transform: uppercase; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); line-height: 1; }
.comment-reply-link:hover, .btn-reply:hover {  }
.comment-reply-link { font-size:10px; font-weight:bold; display:inline-block; border-radius:2px; margin-bottom:5px; }
#cancel-comment-reply-link { display:block; font-size:12px; margin-top: 5px; }
#cancel-comment-reply-link:hover { border:none; color: #000; }

.pp_inline label { display: inline; }
/* -----------------------------------------
   Comment Form
----------------------------------------- */
#form-wrapper {
    margin:40px 0 0 0;  }
#form-wrapper h2 { }
#form-wrapper form { margin-bottom:0; }
.post-form label { display:block; padding-bottom:5px; }
.post-form input[type=text] { width:80%; }
.post-form input[type=submit] { margin-bottom:0; }
.post-form textarea { width:90%; height:200px; }
#post-action { margin-bottom:0; }

.post-form input[type=text],
.post-form input[type=email],
.post-form textarea {
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
}

/* -----------------------------------------
   WOOCOMMERCE PAGE: SHOP
----------------------------------------- */

#breadcrumb {
    margin: 0 15px 30px;
    padding: 10px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

#breadcrumb a:hover {
    color: #000;
}

.woocommerce-ordering {
    position: absolute;
    width: 240px;
    right: 0;
    top: 15px;
}

.product-info .button {
    display: none;
}

.woocommerce-result-count {
    margin: 0;
}

.shop-actions {
    position: relative;
    margin-bottom: 30px;
    padding: 15px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.result-count, .product-number {
    float: left;
}

.result-count {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
}

.product-number a,
.product-number a:visited,
.product-number span {
    margin-right: 3px;
    color: #565656;
}

.product-number a:hover {
    color: #000;
}

.term-description {
    font-weight: bold;
    margin-bottom: 40px;
}

/* -----------------------------------------
   WOOCOMMERCE PAGE: Single Product Page
----------------------------------------- */

.main-content > article {
    margin-bottom: 0;
}

article.type-product {
    margin-bottom: 0;
}

.product_title {
    font-size: 30px;
    letter-spacing: -0.05em;
    color: #000;
    line-height: 1.2;
}

.images {
    position: relative;
    background: #FFF;
}

.woocommerce-main-image {
    display: block;
    line-height: 0;
    margin-bottom: 30px;
    position: relative;
}

.woocommerce-main-image img {
    box-shadow: 3px 3px 0 #EBEBEB;
    position:relative;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.woocommerce-main-image img:hover {
}

.thumbnails a,
.thumbnails a:visited {
    box-shadow: 2px 2px 0 #EBEBEB;
    line-height: 0;
    float: left;
    margin: 0 15px 15px 0;
}

.thumbnails a:hover {
}

.entry-summary .price > .amount {
    font-size: 1.9em;
    font-weight: bold;
    color: #000;
}

.entry-summary .price del {
    font-size: 0.8em;
    font-weight: normal;
}

.entry-summary .price ins {
    font-size: 1.9em;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #000;
}

.button,
.button:visited {
    border-radius: 0;
    border: none;
    font-weight: normal;
    color: #FFF;
    display: inline-block;
    padding: 9px 22px;
    font-size: 11px;
    font-weight: normal;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button:hover {
    color: #FFF;
}

.woocommerce-tabs {
    margin: 30px 0;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #000000;
}

ul.tabs {
    list-style: none;
    margin: 0;
    padding: 35px 0 0 0;
}

.tab-container {
}

ul.tabs li {
    border-bottom: 1px solid #CCC;
    list-style: none;
    margin: 0;
}

ul.tabs li a,
ul.tabs li a:visited {
    padding: 10px 0;
    color: #565656;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid transparent;
    font-size: 12px;
}

ul.tabs li.active a,
ul.tabs li.active a:visited {
    color: #000;
    border-bottom: 1px solid #000;
}

.woocommerce-tabs .panel.entry-content {
    padding: 20px 30px 20px 30px;
    border-left: 1px solid #ccc;
    min-height: 200px;
}

.woocommerce-tabs .panel.entry-content h2 {
    display: none;
}

#reviews #comments ol.commentlist { list-style: none; }

#reviews time {
    display: inline;
}

#reviews #comments ol.commentlist li img {
    border: none;
}

form.cart div.quantity {
    position: relative;
}

.quantity {
    width: 80px;
    position: relative;
    height: 49px;
}

.quantity input {
    border: none;
    border-radius: 0;
    color: #FFF;
    line-height: 1;
    max-width: 100%;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.quantity input:focus {
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.quantity input.qty {
    padding: 16px 15px 15px 22px;
    font-size: 14px;
}

.quantity .plus,
.quantity .minus {
    font-size: 15px;
    line-height: 0;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 200;
    border-left: 1px solid #4D4D4D;
    height: 50%;
}

.quantity .plus:hover,
.quantity .minus:hover {
}

.quantity .plus {
    top: 0;
}

.quantity .minus {
    bottom: 0;
}

.single_add_to_cart_button {
    padding: 20px 35px 17px;
    line-height: 1 !important;
    text-transform: uppercase;
    height: 49px;
}

form.cart table.variations label { margin: 0; }
.quantity input.qty {
    line-height: normal; height: 49px; }
dl.variation p { display: inline; }

p.stars span a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.product_meta > span {
    display:block;
    margin-bottom: 5px;
    font-size: 11px;
}

.woocommerce-message, .info, .woocommerce-error, .woocommerce-info {
    background: #F7F7F7;
    padding: 15px 20px 15px 60px;
    text-shadow: none;
    line-height: 2.4;
    border-radius: 0;
    border: none;
}

.upsells, .related {
    margin-bottom: 30px;
}

.upsells .product-item,
.related .product-item,
.cross-sells .product-item {
    margin-bottom: 0
}

form.cart table.variations {
    margin-bottom: 30px;
    position: relative;
}

form.cart table.variations label[for=pa_size] {
    margin: 0 ;
}

form.cart table.variations td {
    padding: 0;
}


.entry-summary table.variations td.value {
    background: #000;
    padding: 0 15px;
}

form.cart table.variations label {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 10px;
    font-size: 10px;
}

form.cart table.variations .reset_variations {
    position: absolute;
    bottom: -20px;
    left: 0;
}

form.cart table.group_table {
    margin-bottom: 20px;
}

form.cart table.group_table label,
form.cart table.group_table span.amount {
    color: #FFF;
    display: block;
    padding: 16px;
    margin: 0;
    font-weight: normal;
    font-size: 11px;
}

.pp_pic_holder.pp_woocommerce {
    overflow: visible !important;
}

.ppt, .pp_description { display: none !important; }

.woocommerce-message:before,
.info:before,
.woocommerce-error:before,
.woocommerce-info:before {
    content: "";
    height: 36px;
    width: 36px;
    display: block;
    position: absolute;
    top: .8em;
    left: 1em;
    background: url("images/woo_messages.png") no-repeat 10px center;

}

.woocommerce-message:before {
    background-position: 0 4px;
}

.info:before,
.woocommerce-info:before {
    background-position: 0 -139px;
}

.woocommerce-error:before {
    background-position: 0 -68px;
}

.woocommerce-message .button,
.woocommerce-error .button {
    line-height: 1;
    padding: 10px 20px;
}

/* -----------------------------------------
   WOOCOMMERCE PAGE: Cart
----------------------------------------- */
.shop_table {
    width: 100%;
    margin-bottom: 30px;
}

.shop_table td {
    padding: 10px;
}

.shop_table tr {
    border-bottom: 1px dotted #E5E5E5;
}

.shop_table td a,
.shop_table td a:visited {
    color: #000;
}

.shop_table td a.button,
.shop_table td a.button:visited {
    color: #FFF;
}

.shop_table td a:hover {
    color: #333;
}

.shop_table .variation {
    font-size: 11px;
    margin-bottom: 5px;
}

.shop_table .product-price {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}

.shop_table .variation dt {
    display: inline;
    font-weight: bold;
    margin-right: 4px;
}

.shop_table .variation dd {
    display: inline;
}

.shop_table .product-thumbnail img {
    max-width: 80px;
}

.shop_table thead tr {
    border-bottom: 1px solid #E5E5E5;
}

.shop_table th {
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
}

th.product-name {
    text-align: left;
}

td.product-price,
td.product-quantity,
td.product-subtotal {
    text-align:center;
}

td.product-quantity .quantity {
    margin: 0 auto;
}

.cart-collateral-wrap {
    padding: 10px 0 0 30px;
}

label[for=coupon_code] {
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.coupon {
    position: relative;
    margin-bottom: 30px;
}

#coupon_code {
    width: 100%;
    height: 37px;
    line-height: 1;
}

input[name=apply_coupon] {
    padding: 11px;
    position: absolute;
    right: 0;
    top: 28px;
    height: 36px;
}

.cart_totals h2 {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    font-family: Muli,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
}

.cart_totals table {
    width: 100%;
    margin-bottom: 30px;
}

.cart_totals table th {
    padding: 10px 0;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
}

.cart_totals table tr.total th {
    font-size: 13px;
}

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

.cart-collaterals input[name=update_cart],
.cart-collaterals input[name=proceed] {
    width: 100%;
    margin-bottom: 15px;
    padding: 14px;
}

.shipping-calculator-button,
.shipping-calculator-button:visited {
    font-size: 12px;
    font-family: Muli,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0;
    display: block;
}

#shipping_method {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

#shipping_method li {
    padding: 5px 0;
    text-align: right;
}

#shipping_method label {
    display: block;
    overflow: hidden;
}

#shipping_method input[type="radio"] {
    float: right;
    margin: 1px 0 0 7px;
}

/* -----------------------------------------
   WOOCOMMERCE PAGE: CHECKOUT
----------------------------------------- */

form.checkout h3 {
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.form-row {
    margin-bottom: 20px;
}

.checkout .col-2 h3 {
    float: none;
}

.col-1, .col-2 {
    border-bottom: 2px solid #000;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.checkout .shop_table    tfoot tr {
    border: none;
}

.checkout .shop_table tfoot td,
.checkout .shop_table tfoot th {
    text-align: right;
}

.checkout .product-total {
    text-align: right;
}

.payment_methods label {
    display: inline;
}

.cart-collaterals .button {
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
    height: 39px;
    padding-top: 14px;
}

.payment_method_paypal img {
    display: none;
}

.payment_method_paypal .about_paypal {
    font-size: 0.9em;
    margin-left: 10px;
}

.place-order .button {
    width: auto;
}

.place-order .terms {
    margin: 8px 10px 0 0;
}

label.checkbox {
    display: inline-block;
}

#payment div.payment_box {
    background: #FFF;
    border: 1px solid #E5E5E5;
    box-shadow: none;
}

#payment div.payment_box:after {
    border: 8px solid #fff;
    /* arrow size / color */

    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    z-index: 10;
}

#payment div.payment_box:before {
    border-color: transparent transparent #E5E5E5;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: block;
    left: -2px;
    margin: -1em 0 0 2em;
    position: absolute;
    top: -8px;
    z-index: 10;
}

#payment {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    max-width: 35%;
}

#payment div.form-row {
    margin: 0;
    border: none;
}

.ci_separator {
    border-bottom: 1px solid #E5E5E5;
    margin: 40px 0;
    display: block;
}

/* -----------------------------------------
   WIDGETS - General
----------------------------------------- */
.widget {
    margin-bottom: 25px;
}

.main-content .widget {
    margin-bottom: 15px;
}

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

.widget ul li {
    margin-bottom: 10px;
}

.widget ul li:last-of-type {
    margin-bottom: 0;
}

.widget-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.sidebar .widget-title {
    margin-bottom: 10px;
}

.sidebar a,
.sidebar a:visited,
#footer a,
#footer a:visited {
    color: #565656;
}

#footer .footer-credits a,
#footer .footer-credits a:visited {
    color: #c9c9c9;
}

#footer .footer-credits a:hover {
    color: #FFF;
}

.sidebar a:hover,
#footer a:hover {
}

.sidebar .btn,
.sidebar .btn:visited,
.sidebar .btn:hover,
.sidebar .button,
.sidebar .button:visited,
.sidebar .button:hover,
#footer .button,
#footer .button:hover,
#footer .button:visited {
    color: #FFF;
}

.separator { border-top: 1px solid #E5E5E5; margin-top: 20px; margin-bottom: 40px; }

.widget .current-cat > a {
    font-weight: bold;
    color: #000;
}

.widget .current-cat-parent > a {
    font-weight: bold;
}

/* WIDGET: WooCommerce Sidebar Listing
========================================= */

.widget ul.cart_list li,
.widget ul.product_list_widget li {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 25px;
}

ul.cart_list li img, ul.product_list_widget li img {
    float: left;
    width: auto;
    max-width: 65px;
    margin: 0 15px 0 0;
    box-shadow: none;
    border: 2px solid #e5e5e5;
    padding: 2px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

ul.cart_list li img:hover, ul.product_list_widget li img:hover  {
}

ul.cart_list li ins,
ul.product_list_widget li ins,
ul.product_list_widget li > span {
    color: #222;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

ul.cart_list li del,
ul.product_list_widget li del {
    font-size: 11px;
}

/* WIDGET: WooCommerce Product Categories
========================================= */

.widget ul li {
    padding: 5px 0;
    border-bottom: 1px dotted #e5e5e5;
    display: block;
    margin: 0;
}

.widget ul ul.children li:first-child {
    border-top: 1px dotted #e5e5e5;
}

.widget ul ul.children li:last-child {
    border-bottom: none;
}

.widget ul.children{
    margin-top: 5px;
}

.widget ul.children li {
    padding-left: 15px;
}

ul.product-categories > li > a,
ul.product-categories > li > a:visited {
    font-size: 13px;
}

ul.product-categories a {
    display: inline-block;
    font-size: 12px;
}

ul.product-categories ul {

}

/* WIDGET: WooCommerce Price Range
========================================= */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-slider {
    position: relative;
    text-align: left;
    background: #DBE3E5;
    margin-bottom: 30px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 1.62em;
    cursor: default;
    background: url("images/price_filter.png") no-repeat center center;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background: #cdd5d7;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .6em;
    margin-top: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-slider-handle span {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    color: #647b81;
    text-align: center;
    left: -7px;
}

.price_label {
    float: right;
    font-size: 11px;
}


/* WIDGET: Shopping Cart Sidebar
========================================= */

.widget_shopping_cart_content .button {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 14px 20px;
}

.widget_shopping_cart_content .variation {
    display: none;
}

.widget_shopping_cart_content .total {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    padding: 20px 0 10px;
}

/* WIDGET: WOOCOMMERCE Top Rated Products
========================================= */

 ul.product_list_widget li .star-rating {
     float: left;
     margin-right: 5px;
 }


/* SHORTCODE: Promo
========================================= */

.promo {
    margin-bottom: 50px;
    padding: 10px 0 40px 0;
    background: url(images/patterns/diagonal.png);
    text-align: center;
    border: 5px solid #3E3E3E;
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7), 3px 3px 0 #EBEBEB;
    position: relative;
    color: #FFF;
}

.promo h1 {
    font-size: 36px;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}

.promo p {
    max-width: 72%;
    font-size: 18px;
    margin: 0 auto;
}

.view-btn {
    bottom: -20px;
    display: inline-block;
    left: 0;
    margin: 0 auto;
    padding: 10px 30px 10px 35px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 300px;
    max-width: 100%;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}

.view-btn span {
    background:  url(images/arr_next.png) center right no-repeat;
    padding: 0 20px 0 0;
}

/* WIDGET: #Ads125
========================================= */
#ads125, .ads125 {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ads125 li,
.ads125 li {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: left;
    margin: 0 15px 10px 0;
    padding: 0;
    width: 100px;
}

#ads125 li:last-child,
.ads125 li:last-child {
    margin-right: 0;
}

/* WIDGET: #Search
========================================= */
.searchform, #searchform { line-height: 1; position: relative; width: 100%; margin: 0; }
.searchform > div, #searchform > div { position: relative; }
.searchform .screen-reader-text, #searchform .screen-reader-text { display: none; }
.searchform input[type=text], #searchform input[type=text] {border-radius: 0; margin: 0; width: 100%; font-size: 11px; line-height: 1;   padding-bottom: 7px;
    padding-top: 11px; border: 1px solid #F7F7F7; }
.searchsubmit, #searchsubmit {
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border: none;
    height: 100%;
    width: 34px;
    background: url(images/search_icon.png) center center no-repeat;
    text-indent: -9999em;
}

.sidebar .searchform input[type=text],
#footer .searchform input[type=text],
.entry .searchform input[type=text] {
    border: 1px solid #ccc;
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
    float: left;
    margin: 0 7px 7px 0;
}

.flickr_badge_image a {
    display: block;
    line-height: 0;
}

.flickr_badge_image a:hover { }

/* WIDGET: #About
========================================= */

.widget_about .alignleft {
    margin: 0 10px 6px 0;
}

.widget_about .alignright {
    margin: 0 0 6px 10px;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: left;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    padding: 9px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    background: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    padding: 8px;
}

#wp-calendar tbody { }
#wp-calendar tbody td { background: none; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 3px;}
#wp-calendar tbody td:hover { background: rgba(0, 0, 0, 0.1); }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a { font-weight: bold; font-style: italic; }


/* -----------------------------------------
   Custom Dropdowns (Custom Select)
----------------------------------------- */
.customSelect{
    background:#000 url('images/dk_arrows_white.png') right center no-repeat;
    color: #FFF;
    padding: 5px 15px;
    max-width: 100%;
}

.woocommerce-ordering .customSelect {
    margin-top: -3px;
}

/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */

#mobile-bar {
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 490;
    width: 100%;
    background: #242628;
    background-image: linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
    background-image: -o-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.01, rgb(20,22,23)),
        color-stop(1, rgb(34,36,38))
    );
    padding: 15px 10px 0 10px;
    height: 48px;
    border-bottom: 1px solid rgba(0,0,0,0.8);
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.menu-trigger,
.menu-trigger:focus {
    width: 24px;
    height: 21px;
    background: url(images/menu_trigger.png) no-repeat;
    cursor: pointer;
    opacity: 0.85;
    margin: 0;
    outline: none;
    position: absolute;
    left: 10px;
    top: 12px;
}
.menu-trigger:hover { opacity: 0.95; }
.menu-trigger:active { opacity: 1; }

.mob-title {
    color: #eeeeee;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0,0,0,1);
    line-height: 1;
    margin: 0;
    padding: 0;
}
/*
    Animations
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul
{
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
}
html.mm-opened.mm-dragging .mm-page
{
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
html.mm-opened.mm-dragging.mm-next .mm-menu,
html.mm-opened.mm-dragging.mm-front .mm-menu
{
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
    /* border-color is needed to force transitionend event even if no other value changed */
    /* transform is needed to force hardware acceleration */
    -webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
    -moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
    -o-transition-property: top, right, bottom, left, margin, border, -o-transform;
    transition-property: top, right, bottom, left, margin, border, transform;

    border: none solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
    border: none solid rgba(1, 1, 1, 0);
}
.mm-is-menu.mm-horizontal .mm-inner > ul
{
    -webkit-transition-property: margin-left;
    -moz-transition-property: margin-left;
    -o-transition-property: margin-left;
    transition-property: margin-left;
}

html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopened
{
    -webkit-transform: translate3d( 0, 0, 1px );
    -moz-transform: translate3d( 0, 0, 1px );
    -o-transform: translate3d( 0, 0, 1px );
    transform: translate3d( 0, 0, 1px );
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
    margin: 0px;
    left: 0%;
    top: 0;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
    margin: 0 0 0 -65px;
    left: 100%;
}


/*
    Menu, submenus, items
    - Sizing and positioning
*/
html.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* html/body */
html.mm-opened,
html.mm-opened body
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
html.mm-opened body
{
    position: relative;
}

/* menu */
.mm-menu
{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.mm-menu.mm-opened
{
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mm-menu.mm-opened ~ .mm-menu.mm-opened
{
    display: none;
}
.mm-inner
{
    width: 100%;
    height: 100%;
    padding: 0 65px 0 0;
}

/* ul/li */
.mm-is-menu ul,
.mm-is-menu li
{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.mm-is-menu li
{
    position: relative;
}
.mm-is-menu li:after
{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.mm-is-menu .mm-inner > ul
{
    width: 100%;
    padding: 20px 0 40px 0;
}

/* items */
.mm-is-menu li > a,
.mm-is-menu li > span
{
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    overflow: hidden;
    display: block;
    padding: 0 10px 0 0;
    margin: 0;
}


/* subopen/close */
.mm-menu a.mm-subopen
{
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.mm-menu a.mm-subopen:before
{
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
}
.mm-menu a.mm-subopen.mm-fullsubopen
{
    border-left: none;
    width: 100%;
}
.mm-menu a.mm-subopen.mm-fullsubopen:before
{
    border-left: none;
}
.mm-menu a.mm-subclose
{
    text-indent: 40px;
    padding-top: 20px;
    margin-top: -20px;
}
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span
{
    padding-right: 45px;
}

/* page + blocker */
html.mm-opened .mm-page
{
    height: 100%;
    overflow: hidden;
    position: absolute;
}
html.mm-background .mm-page
{
    background: inherit;
}
#mm-blocker
{
    background: #fff;
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker
{
    display: block;
}
html.mm-opened { margin-top: 0 !important; }
/* vertical submenu */
.mm-menu.mm-vertical ul ul
{
    display: none;
    padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical li.mm-opened > ul
{
    display: block;
}
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after
{
    border-bottom-width: 0;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + span
{
    padding-right: 5px;
    margin-right: 40px;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + span
{
    margin-right: 75px;
}

/* horizontal submenu */
.mm-menu.mm-horizontal .mm-inner
{
    white-space: nowrap;
}
.mm-menu.mm-horizontal ul
{
    vertical-align: top;
    margin-left: 0%;
}
.mm-menu.mm-horizontal ul.mm-submenu
{
    display: none;
}
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened
{
    display: inline-block;
}
.mm-menu.mm-horizontal ul.mm-subopened
{
    margin-left: -100%;
    max-height: 100%;
    overflow: hidden;
}


/*
    Menu, submenus, items
    - Styling (default: dark background)
*/
.mm-is-menu
{
    background: #333;
}
.mm-is-menu *
{
    -webkit-text-size-adjust: none;
    text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.mm-is-menu li
{
    border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-is-menu li:after
{
    border-bottom: 1px solid rgba( 0, 0, 0, 0.4 );
}

.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span
{
    color: rgba( 255, 255, 255, 0.5 );
    text-decoration: none;
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span
{
    background: rgba( 0, 0, 0, 0.2 );
}
.mm-menu li.mm-selected > a.mm-subopen
{
    background: transparent;
}

/* subopen/close */
.mm-menu a.mm-subopen
{
    border-left: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu a.mm-subopen:before
{
    border-left: 1px solid rgba( 0, 0, 0, 0.4 );
}
.mm-menu a.mm-subclose
{
    background: rgba( 0, 0, 0, 0.2 );
}

/* vertical submenu */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul
{
    background: rgba( 255, 255, 255, 0.06 );
}

/* page + blocker */
html.mm-opened .mm-page
{
    box-shadow: 0 0 20px rgba( 0, 0, 0, 0.8 );
}


/*
    Labels
    - Sizing and positioning
*/
.mm-menu li.mm-label
{
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}


/*
    Labels
    - Styling
*/
.mm-menu li.mm-label
{
    background: rgba( 255, 255, 255, 0.1 );
    font-size: 11px;
    color: rgba( 255, 255, 255, 0.5 );
}


/*
    Counters
    - Sizing and positioning
*/
.mm-menu em.mm-counter
{
    text-indent: 0;
    text-align: center;
    text-shadow: none;
    line-height: 22px;
    display: block;
    min-width: 16px;
    height: 20px;
    padding: 0 2px;
    position: absolute;
    right: 40px;
    top: 10px;
}
.mm-menu em.mm-counter + a.mm-subopen
{
    padding-left: 35px;
}
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span
{
    padding-right: 80px;
}


/*
    Counters
    - Styling
*/
.mm-menu em.mm-counter
{
    border-radius: 5px;
    background: rgba( 255, 255, 255, 0.1 );
    box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3 );
    font-size: 11px;
    font-style: normal;
    color: rgba( 255, 255, 255, 0.4 );
}


/*
    Arrows
    - Sizing and positioning
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
    content: '';
    border-width: 4px;
    border-style: solid;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;

    -webkit-transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -o-transform: rotate( -45deg );
    transform: rotate( -45deg );
}
.mm-menu a.mm-subopen:after
{
    border-top: none;
    border-left: none;
    margin-top: -4px;
    right: 16px;
}
.mm-menu a.mm-subclose:before
{
    border-right: none;
    border-bottom: none;
    margin-top: 4px;
    left: 20px;
}
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after
{
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    transform: rotate( 45deg );
}


/*
    Arrows
    - Styling
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
    border-color: rgba( 255, 255, 255, 0.3 );
}


/*
    Search
    - Sizing and positioning
*/
.mm-menu div.mm-search
{
    width: 100%;
    height: 50px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.mm-menu div.mm-search input
{
    border: none;
    border-radius: 15px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 0 0 10px;
}
.mm-menu li.mm-noresults
{
    border: none;
    display: none;
    padding-top: 30px;
}
.mm-menu li.mm-noresults:after
{
    border: none;
}
.mm-menu.mm-noresults li.mm-noresults
{
    display: block;
}

.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter
{
    display: none;
}
.mm-menu .mm-nosubresult > a.mm-subopen + a,
.mm-menu .mm-nosubresult > a.mm-subopen + span
{
    padding-right: 5px;
}


/*
    Search
    - Styling
*/
.mm-menu div.mm-search
{
    background: rgba( 0, 0, 0, 0.2 );
    border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu div.mm-search input
{
    background: rgba( 255, 255, 255, 0.3 );
    color: rgba( 255, 255, 255, 0.9 );
}
.mm-menu li.mm-noresults
{
    color: rgba( 255, 255, 255, 0.4 );
    text-align: center;
}


/*
    Bugfix for browsers without support for overflowscrolling
        - Android < 3
*/
html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body
{
    overflow: visible;
}
html.mm-no-overflowscrolling.mm-opened body
{
    overflow-x: hidden;
}
html.mm-no-overflowscrolling.mm-opened .mm-page
{
    min-height: 200%;
    position: fixed;
    top: 0;
    z-index: 3;
}
html.mm-no-overflowscrolling .mm-menu
{
    height: auto;
    min-height: 100%;
    overflow: default;
    overflow-x: default;
    overflow-y: default;
    position: relative;
    left: auto;
    top: auto;
}
html.mm-no-overflowscrolling.mm-right .mm-menu
{
    position: absolute;
}


/*
    Bugfix for browsers with "scrolling" addressbar
        - mobiel safari on iPhone and iPod
*/
html.mm-iphone-addressbar body
{
    padding-bottom: 60px;
}


/*
    Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {

    .mm-menu
    {
        width: 500px;
    }
    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker
    {
        left: 500px;
    }
}

/*
    Sizing and positioning for smasller screens
*/
@media all and (max-width: 768px) {
    #payment { max-width: 100%; }
}

@media all and (max-width: 472px) {
    #payment { max-width: 100%; }
}
