@charset "utf-8";

@font-face {
  font-family: Futura;
  src: url('fonts/futura/futuraStdMedium.woff') format("WOFF");
  font-weight: normal;
}


#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50001;
    text-align: left
}
#facebox .popup {
    position: relative;
    border: 3px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4)
}
#facebox .content {
    display: block;
    width: 370px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-height: 620px;
    max-width: 880px;
    overflow: auto
}

.content_top h3{ display:inline-block; border:1px solid #e95b37; padding:10px;border-bottom:3px solid #e95b37; margin-bottom:0px;color: #494949;}

.header-contact-info{
	display:inline-block;
	border-right:1px solid #cfcfcf;
	padding:0 12px;
}

.header-contact-info div{
	display:inline-block;
	margin-left:12px;
}

.header-contact-info  i{
	margin-top:12px;
	font-size:17px;
}

.header-contact-info h5{ 
	font-size: 18px;
    margin: 0 0 5px;
}
.header-contact-info p{
	margin:0;
	color:#494949;
	font-size:16px;
}

.header-custom-quote{
	display:inline-block;
	margin-left:12px;
	position:relative;
	overflow: hidden;
}

.header-custom-quote a,
.header-custom-quote button[type="submit"]{
	display:inline-block;
	border:1px solid #e95b37;
	color:#ffffff;
	padding:13px 15px;
	font-size:17px;
	font-weight:regular;
	/*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family:arial,Lato;
	background:#e95b37;
}
.header-custom-quote a:hover,
.header-custom-quote button[type="submit"]:hover{
	text-decoration:none;
	color:#ffffff;
	text-decoration:none;
	border:1px solid #e95b37;
	-webkit-box-shadow: 0 0 10px rgba(233, 89, 53, 0.35);
    -moz-box-shadow: 0 0 10px rgba(233, 89, 53, 0.35);
    box-shadow: 0 0 10px rgba(233, 89, 53, 0.35);
}

.header-custom-quote a:after,
.header-custom-quote button[type="submit"]:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.header-custom-quote a:hover:after,
.header-custom-quote button[type="submit"]:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}






#megamenu .maxiroundedcenter .maximenuck{
	float:left !important;
}

#megamenu .maxiroundedcenter .spy-right{
	float:right;	
}

#spy #megamenu .maxiroundedcenter .spy-right{
	clear:left;
}

#spy #megamenu .maxiroundedcenter .spy-right{
	float:right;	
}

.span12 #megamenu input.search-query{
	float: left;
	width: 88px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #ea613f;
}

.span12 #megamenu input.search-query:focus{
	width:150px !important;	
	border-color: rgba(235, 108, 76, 0.8);
    outline: 0 none;
	box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
	-moz-box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
	-webkit-box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
}

.product-more-views .jcarousel-prev-vertical i,
.product-more-views .jcarousel-next-vertical i{
	margin-top:4px;
}

/* Portfolio */
.portfolio-content{
	display: inline-block;
	width: 23%;
	margin: 8px;
	border: 1px solid rgba(204,204,204,1);
}

.portfolio-img{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}


.portfolio-content .p-info{
	color: rgba(102,102,102,1);
	padding: 9px;
	box-sizing: border-box;
	text-align:center;
	margin-top:10px;
}

.p-info .p-heading{
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}
.p-info .p-cat{
	font-size: 12px;
}
.p-info .p-id{
	font-size: 12px;
	font-weight:bold;
}

.box-category .sort-row{
	border-bottom:5px solid #e95b37;	
}
.box-category .sort-row h3{
	margin-top:18px;
	margin-bottom:0;
}
.box-category .cat_accordion li a{
	display: block;
	padding:6px 5px;
	box-sizing:border-box;
	border-bottom:1px solid #e95b37;
	color:#494949;
}

.box-category .cat_accordion li a:hover,
.box-category .cat_accordion li a.active{
	background-color:#e95b37;
	color:#fff !important;
}

.box-category .cat_accordion li a:hover{
	text-decoration:none;
}

.info-mesg{
	text-align:center;
	border:1px solid #e95b37;
	padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	max-width:500px;
	width:100%;
	margin:10px auto;
}
.info-mesg img{ margin-right:5px;}
/* By shaukat (Ends) */


#facebox .content>p:first-child {
    margin-top: 0
}
#facebox .content>p:last-child {
    margin-bottom: 0
}
#facebox .close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px;
    background: #fff
}
#facebox .close img {
    opacity: 0.3
}
#facebox .close:hover img {
    opacity: 1.0
}
#facebox .loading {
    text-align: center
}
#facebox .image {
    text-align: center
}
#facebox img {
    border: 0;
    margin: 0
}
#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%
}
.facebox_hide {
    z-index: -100
}
.facebox_overlayBG {
    background-color: #000;
    z-index: 50000
}
#sbox-overlay {
    position: fixed;
    background-color: #000;
    left: 0px;
    top: 0px
}
#sbox-window {
    position: absolute;
    background-color: #fff;
    text-align: left;
    overflow: visible;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
    display: none
}
#sbox-btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    background: url(../assets/images/closebox.png) no-repeat center;
    border: none
}
.sbox-loading #sbox-content {
    background-image: url(../assets/images/modal/spinner.gif);
    background-repeat: no-repeat;
    background-position: center
}
#sbox-content {
    clear: both;
    overflow: auto;
    background-color: #fff;
    height: 100%;
    width: 100%
}
.sbox-content-image#sbox-content {
    overflow: visible
}
#sbox-image {
    display: block
}
.sbox-content-image img {
    display: block;
    width: 100%;
    height: 100%
}
.sbox-content-iframe#sbox-content {
    overflow: visible
}
.body-overlayed {
    overflow: hidden
}
.body-overlayed embed,
.body-overlayed object,
.body-overlayed select {
    visibility: hidden
}
#sbox-window embed,
#sbox-window object,
#sbox-window select {
    visibility: visible
}
#sbox-window.shadow {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7)
}
.sbox-bg {
    position: absolute;
    width: 33px;
    height: 40px
}
.sbox-bg-n {
    left: 0;
    top: -40px;
    width: 100%;
    background: url(../assets/images/bg_n.png) repeat-x
}
.sbox-bg-ne {
    right: -33px;
    top: -40px;
    background: url(../assets/images/bg_ne.png) no-repeat
}
.sbox-bg-e {
    right: -33px;
    top: 0;
    height: 100%;
    background: url(../assets/images/bg_e.png) repeat-y
}
.sbox-bg-se {
    right: -33px;
    bottom: -40px;
    background: url(../assets/images/bg_se.png) no-repeat
}
.sbox-bg-s {
    left: 0;
    bottom: -40px;
    width: 100%;
    background: url(../assets/images/bg_s.png) repeat-x
}
.sbox-bg-sw {
    left: -33px;
    bottom: -40px;
    background: url(../assets/images/bg_sw.png) no-repeat
}
.sbox-bg-w {
    left: -33px;
    top: 0;
    height: 100%;
    background: url(../assets/images/bg_w.png) repeat-y
}
.sbox-bg-nw {
    left: -33px;
    top: -40px;
    background: url(../assets/images/bg_nw.png) no-repeat
}
.menu-search{
	position: absolute;
	right: 0;
	z-index:9999;
}

.dropdown-menu{
	font-family: 'Futura';
	top: 91px;
}




@media (max-width: 979px) {
    #sbox-btn-close {
        right: -10px;
        top: -10px
    }
}
@media (max-device-width: 979px) {
    #sbox-content {
        -webkit-overflow-scrolling: touch
    }
    #sbox-content.sbox-content-iframe {
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }
}
#system-message {
    margin-bottom: 10px;
    padding: 0
}
#system-message>dt {
    font-weight: bold;
    display: none
}
#system-message>dd {
    margin: 0;
    font-weight: bold;
    text-indent: 30px
}
#system-message>dd>ul {
    color: #05B;
    background-position: 4px top;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    list-style: none;
    padding: 10px;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB
}
#system-message>dd>ul>li {
    line-height: 1.5em
}
#system-message>.message>ul {
    background-color: #C3D2E5;
    background-image: url(../assets/images/notice-info.png)
}
#system-message>.error>ul,
#system-message>.warning>ul,
#system-message>.notice>ul {
    color: #c00
}
#system-message>.error>ul {
    background-color: #E6C0C0;
    background-image: url(../assets/images/notice-alert.png);
    border-color: #DE7A7B
}
#system-message>.warning>ul {
    background-color: #E6C8A6;
    background-image: url(../assets/images/notice-note.png);
    border-color: #FB0
}
#system-message>.notice>ul {
    background-color: #EFE7B8;
    background-image: url(../assets/images/notice-note.png);
    border-color: #F0DC7E
}
.system-unpublished,
tr.system-unpublished {
    background: #e8edf1;
    border-top: 4px solid #c4d3df;
    border-bottom: 4px solid #c4d3df
}
span.highlight {
    background-color: #FFC;
    font-weight: bold;
    padding: 1px 4px
}
.img-fulltext-float-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}
.img-fulltext-float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}
.img-fulltext-float-none {}.img-intro-float-right {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px
}
.img-intro-float-left {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}
.img-intro-float-none {} a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h3,
h3,
h3,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse
}
img {
    vertical-align: top
}
embed {
    vertical-align: top
}
a {
    outline: 0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
a:hover,
a:active {
    outline: 0
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
#map_canvas img,
.google-maps img {
    max-width: none
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}
button,
input {
    *overflow: visible;
    line-height: normal
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
textarea {
    overflow: auto;
    vertical-align: top
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h3,
    h3 {
        orphans: 3;
        widows: 3
    }
    h3,
    h3 {
        page-break-after: avoid
    }
}
.clearfix {
    *zoom: 1
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}
.clearfix:after {
    clear: both
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    margin: 0;
    /*font-family: "Myriad Pro", Helvetica, Arial, sans-serif;*/
    font-family: arial,Lato;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff
}
a {
    color: #08c;
    text-decoration: none
}
a:hover {
    color: #005580;
    text-decoration: underline
}
.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}
.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}
.row {
    margin-left: -20px;
    *zoom: 1
}
.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: ""
}
.row:after {
    clear: both
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px
}
.span12 {
    width: 940px
}
.span11 {
    width: 860px
}
.span10 {
    width: 780px
}
.span9 {
    width: 700px
}
.span8 {
    width: 620px
}
.span7 {
    width: 540px
}
.span6 {
    width: 460px
}
.span5 {
    width: 380px
}
.span4 {
    width: 300px
}
.span3 {
    width: 220px
}
.span2 {
    width: 140px
}
.span1 {
    width: 60px
}
.offset12 {
    margin-left: 980px
}
.offset11 {
    margin-left: 900px
}
.offset10 {
    margin-left: 820px
}
.offset9 {
    margin-left: 740px
}
.offset8 {
    margin-left: 660px
}
.offset7 {
    margin-left: 580px
}
.offset6 {
    margin-left: 500px
}
.offset5 {
    margin-left: 420px
}
.offset4 {
    margin-left: 340px
}
.offset3 {
    margin-left: 260px
}
.offset2 {
    margin-left: 180px
}
.offset1 {
    margin-left: 100px
}
.row-fluid {
    width: 100%;
    *zoom: 1
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    line-height: 0;
    content: ""
}
.row-fluid:after {
    clear: both
}
.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574468085%
}
.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%
}
.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%
}
.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%
}
.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%
}
.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%
}
.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%
}
.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%
}
.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%
}
.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%
}
.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%
}
.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%
}
.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%
}
.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%
}
.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%
}
.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%
}
.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%
}
.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%
}
.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%
}
.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%
}
.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%
}
.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%
}
.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%
}
.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%
}
.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%
}
.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%
}
.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%
}
.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%
}
.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%
}
.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%
}
.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%
}
.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%
}
.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%
}
.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%
}
.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%
}
.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%
}
.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}
.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: ""
}
.container:after {
    clear: both
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1
}
.container-fluid:before,
.container-fluid:after {
    display: table;
    line-height: 0;
    content: ""
}
.container-fluid:after {
    clear: both
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px
}
small {
    font-size: 85%
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
cite {
    font-style: normal
}
.muted {
    color: #999
}
a.muted:hover {
    color: #808080
}
.text-warning {
    color: #c09853
}
a.text-warning:hover {
    color: #a47e3c
}
.text-error {
    color: #b94a48
}
a.text-error:hover {
    color: #953b39
}
.text-info {
    color: #3a87ad
}
a.text-info:hover {
    color: #2d6987
}
.text-success {
    color: #468847
}
a.text-success:hover {
    color: #356635
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
h1,
h3,
h3,
h3,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility
}
h1 small,
h3 small,
h3 small,
h3 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}
h1,
h3,
h3 {
    line-height: 40px
}
h1 {
    font-size: 38.5px
}
h3 {
    font-size: 31.5px
}
h3 {
    font-size: 24.5px
}
h3 {
    font-size: 17.5px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 11.9px
}
h1 small {
    font-size: 24.5px
}
h3 small {
    font-size: 17.5px
}
h3 small {
    font-size: 14px
}
h3 small {
    font-size: 14px
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee
}
ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}
li {
    line-height: 20px
}
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none
}
ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none
}
ul.inline>li,
ol.inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
dl {
    margin-bottom: 20px
}
dt,
dd {
    line-height: 20px
}
dt {
    font-weight: bold
}
dd {
    margin-left: 10px
}
.dl-horizontal {
    *zoom: 1
}
.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    line-height: 0;
    content: ""
}
.dl-horizontal:after {
    clear: both
}
.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}
.dl-horizontal dd {
    margin-left: 180px
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px
}
blockquote small {
    display: block;
    line-height: 20px;
    color: #999
}
blockquote small:before {
    content: '\2014 \00A0'
}
blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}
blockquote.pull-right small:before {
    content: ''
}
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px
}
code,
pre {
    padding: 0 3px 2px;
    /*font-family: Monaco, Menlo, Consolas, "Courier New", monospace;*/
    font-family: arial,Lato;
    font-size: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
pre.prettyprint {
    margin-bottom: 20px
}
pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
form {
    margin: 0 0 20px
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
legend small {
    font-size: 15px;
    color: #999
}
label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}
input,
button,
select,
textarea {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif*/
    font-family: arial,Lato;
}
label {
    display: block;
    margin-bottom: 5px
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
input,
.uneditable-input {
    width: 206px
}
textarea {
    height: auto
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    	
	border-color: rgba(235, 108, 76, 0.8);
    outline: 0 none;
	box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
	-moz-box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
	-webkit-box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto
}
select,
input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px
}
select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc
}
select[multiple],
select[size] {
    height: auto
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.uneditable-input,
.uneditable-textarea {
    color: #999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
}
.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}
.uneditable-textarea {
    width: auto;
    height: auto
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}
.radio,
.checkbox {
    min-height: 20px
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}
.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px
}
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}
.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}
.input-mini {
    width: 60px
}
.input-small {
    width: 90px
}
.input-medium {
    width: 150px
}
.input-large {
    width: 210px
}
.input-xlarge {
    width: 270px
}
.input-xxlarge {
    width: 530px
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block
}
input,
textarea,
.uneditable-input {
    margin-left: 0
}
.controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px
}
.controls-row {
    *zoom: 1
}
.controls-row:before,
.controls-row:after {
    display: table;
    line-height: 0;
    content: ""
}
.controls-row:after {
    clear: both
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1
}
.form-actions:before,
.form-actions:after {
    display: table;
    line-height: 0;
    content: ""
}
.form-actions:after {
    clear: both
}
.help-block,
.help-inline {
    color: #595959
}
.help-block {
    display: block;
    margin-bottom: 10px
}
.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1
}
.input-append,
.input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
    font-size: 14px
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2
}
.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
}
.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 7px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}
.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}
.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}
.control-group {
    margin-bottom: 10px
}
legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}
.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: ""
}
.form-horizontal .control-group:after {
    clear: both
}
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}
.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}
.form-horizontal .controls:first-child {
    *padding-left: 180px
}
.form-horizontal .help-block {
    margin-bottom: 0
}
.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block,
.form-horizontal .uneditable-input+.help-block,
.form-horizontal .input-prepend+.help-block,
.form-horizontal .input-append+.help-block {
    margin-top: 10px
}
.form-horizontal .form-actions {
    padding-left: 180px
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}
.table {
    width: 100%;
    margin-bottom: 20px
}
.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ddd
}
.table th {
    font-weight: bold
}
.table thead th {
    vertical-align: bottom
}
.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0
}
.table tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed th,
.table-condensed td {
    padding: 4px 5px
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ddd
}
.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}
.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}
.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}
.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}
.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0
}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0
}
.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}
.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0
}
.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}
.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}
.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}
.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}
.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}
.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}
.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}
.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}
.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}
.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}
.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}
.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}
.table tbody tr.success td {
    background-color: #dff0d8
}
.table tbody tr.error td {
    background-color: #f2dede
}
.table tbody tr.warning td {
    background-color: #fcf8e3
}
.table tbody tr.info td {
    background-color: #d9edf7
}
.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6
}
.table-hover tbody tr.error:hover td {
    background-color: #ebcccc
}
.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc
}
.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3
}
.dropup,
.dropdown {
    position: relative
}
.dropdown-toggle {
    *margin-bottom: -3px
}
.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}
.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}
.dropdown-menu {
    position: absolute;
    top: 92%;
    left: 0;
    z-index: 1000;
    /*display: none;*/
    float: left;
    min-width: 190px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.dropdown-menu li{
	border-bottom: 1px solid #ccc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-top:5px;
	padding-bottom:5px;
}

.dropdown-menu li:last-child{
	border-bottom: none;
    border-bottom: none;
}

.dropdown-menu li>a {
    /*display: block;*/
    padding: 3px 8px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap
}



.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus{
    color: #e95b37;
    text-decoration: none;
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0)
}



.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
    color: #e95b37;
    text-decoration: none;
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.dropdown-menu .disabled>a,
.dropdown-menu .disabled>a:hover {
    color: #999
}
.dropdown-menu .disabled>a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.having-dropdown:hover>a,
.having-dropdown:hover {
    color: #e95b37 !important;
    text-decoration: none;
	background-color: #fff !important;
}

.open {
    *z-index: 1000
}
.open>.dropdown-menu {
    /*display: block*/
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}


.dropdown-submenu{
	/*display:none;*/
}

.dropdown-menu li:hover .dropdown-submenu{
	/*display:block;*/
	position:absolute;
}

li.having-dropdown{
	position:relative;
}

.having-dropdown ul{
	position: absolute;
    top: -8%;
    left: 100%;
    z-index: 1000;
    /*display: none;*/
    float: left;
    min-width: 360px;
    padding: 0px 0;
    margin: 0px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.having-dropdown ul.dropdown-submenu li {
    width: 120px;
    float: left;
    border: none;
}
.dropdown-submenu li a {
    font-size: 12px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
	color:#e95b37 !important;
	background-color: #fff !important;
}
.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0
}
.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " "
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}
.dropdown-submenu.pull-left {
    float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}
.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px
}
.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}
.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}
.collapse.in {
    height: auto
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    
    border: 1px solid #bbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}
.btn:active,
.btn.active {
    background-color: #ccc \9
}
.btn:first-child {
    *margin-left: 0
}
.btn:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px
}
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px
}
.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}
.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25)
}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3
}
.btn-primary:active,
.btn-primary.active {
    background-color: #039 \9
}
.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505
}
.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a
}
.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249
}
.btn-success:active,
.btn-success.active {
    background-color: #408140 \9
}
.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0
}
.btn-info:active,
.btn-info.active {
    background-color: #24748c \9
}
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9
}
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-link {
    color: #08c;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover {
    color: #333;
    text-decoration: none
}
.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1
}
.btn-group:first-child {
    *margin-left: 0
}
.btn-group+.btn-group {
    margin-left: 5px
}
.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0
}
.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group {
    margin-left: 5px
}
.btn-group>.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.btn-group>.btn+.btn {
    margin-left: -1px
}
.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px
}
.btn-group>.btn-mini {
    font-size: 10.5px
}
.btn-group>.btn-small {
    font-size: 11.9px
}
.btn-group>.btn-large {
    font-size: 17.5px
}
.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}
.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}
.btn-group>.btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}
.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn-group>.btn-mini+.dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px
}
.btn-group>.btn-small+.dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px
}
.btn-group>.btn-large+.dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
}
.btn .caret {
    margin-top: 8px;
    margin-left: 0
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
    margin-top: 6px
}
.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px
}
.dropup .btn-large .caret {
    border-bottom-width: 5px
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
.btn-group-vertical>.btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.btn-group-vertical>.btn+.btn {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}
.btn-group-vertical>.btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}
.btn-group-vertical>.btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}
.btn-group-vertical>.btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.alert,
.alert h3 {
    color: #c09853
}
.alert h3 {
    margin: 0
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.alert-success h3 {
    color: #468847
}
.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
	padding: 5px;
}
.alert-danger h3,
.alert-error h3 {
    color: #b94a48
}
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.alert-info h3 {
    color: #3a87ad
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}
.alert-block>p,
.alert-block>ul {
    margin-bottom: 0
}
.alert-block p+p {
    margin-top: 5px
}
.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none
}
.nav>li>a {
    display: block
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav>li>a>img {
    max-width: none
}
.nav>.pull-right {
    float: right
}
.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}
.nav li+.nav-header {
    margin-top: 9px
}
.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0
}
.nav-list>li>a,
.nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}
.nav-list>li>a {
    padding: 3px 15px
}
.nav-list>.active>a,
.nav-list>.active>a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px
}
.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}
.nav-tabs,
.nav-pills {
    *zoom: 1
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    line-height: 0;
    content: ""
}
.nav-tabs:after,
.nav-pills:after {
    clear: both
}
.nav-tabs>li,
.nav-pills>li {
    float: left
}
.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    margin-bottom: -1px
}
.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.nav-pills>.active>a,
.nav-pills>.active>a:hover {
    color: #fff;
    background-color: #08c
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li>a {
    margin-right: 0
}
.nav-tabs.nav-stacked {
    border-bottom: 0
}
.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.nav-tabs.nav-stacked>li:first-child>a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px
}
.nav-tabs.nav-stacked>li:last-child>a {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px
}
.nav-tabs.nav-stacked>li>a:hover {
    z-index: 2;
    border-color: #ddd
}
.nav-pills.nav-stacked>li>a {
    margin-bottom: 3px
}
.nav-pills.nav-stacked>li:last-child>a {
    margin-bottom: 1px
}
.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}
.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #08c;
    border-bottom-color: #08c
}
.nav .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580
}
.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
}
.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}
.nav>.dropdown.active>a:hover {
    cursor: pointer
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover {
    color: #fff;
    background-color: #999;
    border-color: #999
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}
.tabs-stacked .open>a:hover {
    border-color: #999
}
.tabbable {
    *zoom: 1
}
.tabbable:before,
.tabbable:after {
    display: table;
    line-height: 0;
    content: ""
}
.tabbable:after {
    clear: both
}
.tab-content {
    overflow: auto
}
.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0
}
.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none
}
.tab-content>.active,
.pill-content>.active {
    display: block
}
.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}
.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}
.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}
.tabs-below>.nav-tabs>li>a:hover {
    border-top-color: #ddd;
    border-bottom-color: transparent
}
.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd #ddd
}
.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none
}
.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}
.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}
.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.tabs-left>.nav-tabs>li>a:hover {
    border-color: #eee #ddd #eee #eee
}
.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff
}
.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}
.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #eee #eee #eee #ddd
}
.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff
}
.nav>.disabled>a {
    color: #999
}
.nav>.disabled>a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent
}
.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible
}
.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065)
}
.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: ""
}
.navbar-inner:after {
    clear: both
}
.navbar .container {
    width: auto
}
.nav-collapse.collapse {
    height: auto;
    overflow: visible
}
.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff
}
.navbar .brand:hover {
    text-decoration: none
}
.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777
}
.navbar-link {
    color: #777
}
.navbar-link:hover {
    color: #333
}
.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #fff;
    border-left: 1px solid #f2f2f2
}
.navbar .btn,
.navbar .btn-group {
    margin-top: 5px
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
    margin-top: 0
}
.navbar-form {
    margin-bottom: 0;
    *zoom: 1
}
.navbar-form:before,
.navbar-form:after {
    display: table;
    line-height: 0;
    content: ""
}
.navbar-form:after {
    clear: both
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px
}
.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0
}
.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0
}
.navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: arial,Lato;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}
.navbar-static-top {
    position: static;
    margin-bottom: 0
}
.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px
}
.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px
}
.navbar-fixed-top {
    top: 0
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}
.navbar-fixed-bottom {
    bottom: 0
}
.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1)
}
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0
}
.navbar .nav.pull-right {
    float: right;
    margin-right: 0
}
.navbar .nav>li {
    float: left
}
.navbar .nav>li>a {
    float: none;
    padding: 10px 15px 10px;
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff
}
.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px
}
.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent
}
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125)
}
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075)
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #ccc \9
}
.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}
.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px
}
.navbar .nav>li>.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    /*display: inline-block;*/
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}
.navbar .nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    /*display: inline-block;*/
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2)
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0
}
.navbar .nav li.dropdown>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #555;
    background-color: #e5e5e5
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777
}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}
.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.navbar .pull-right>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu.pull-right:before {
    right: 12px;
    left: auto
}
.navbar .pull-right>li>.dropdown-menu:after,
.navbar .nav>li>.dropdown-menu.pull-right:after {
    right: 13px;
    left: auto
}
.navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}
.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0)
}
.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav>li>a:hover {
    color: #fff
}
.navbar-inverse .brand {
    color: #999
}
.navbar-inverse .navbar-text {
    color: #999
}
.navbar-inverse .nav>li>a:focus,
.navbar-inverse .nav>li>a:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:hover,
.navbar-inverse .nav .active>a:focus {
    color: #fff;
    background-color: #111
}
.navbar-inverse .navbar-link {
    color: #999
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .divider-vertical {
    border-right-color: #222;
    border-left-color: #111
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    color: #fff;
    background-color: #111
}
.navbar-inverse .nav li.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
}
.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    *background-color: #000
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: #000 \9
}
.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.breadcrumb>li {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #fff;
    *zoom: 1
}
.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc
}
.breadcrumb>.active {
    color: #999
}
.pagination {
    margin: 20px 0
}
.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}
.pagination ul>li {
    display: inline
}
.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}
.pagination ul>li>a:hover,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #f5f5f5
}
.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999;
    cursor: default
}
.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover {
    color: #999;
    cursor: default;
    background-color: transparent
}
.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}
.pagination-centered {
    text-align: center
}
.pagination-right {
    text-align: right
}
.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}
.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}
.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}
.pagination-mini ul>li:first-child>a,
.pagination-small ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px
}
.pagination-mini ul>li:last-child>a,
.pagination-small ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px
}
.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}
.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px
}
.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1
}
.pager:before,
.pager:after {
    display: table;
    line-height: 0;
    content: ""
}
.pager:after {
    clear: both
}
.pager li {
    display: inline
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}
.pager li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}
.pager .next>a,
.pager .next>span {
    float: right
}
.pager .previous>a,
.pager .previous>span {
    float: left
}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    cursor: default;
    background-color: #fff
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}
.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out
}
.modal.fade.in {
    top: 10%
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}
.modal-header .close {
    margin-top: 2px
}
.modal-header h3 {
    margin: 0;
    line-height: 30px
}
.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto
}
.modal-form {
    margin-bottom: 0
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}
.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: ""
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}
.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.tooltip.top {
    margin-top: -3px
}
.tooltip.right {
    margin-left: 3px
}
.tooltip.bottom {
    margin-top: 3px
}
.tooltip.left {
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover .arrow {
    border-width: 11px
}
.popover .arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}
.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0
}
.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0
}
.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1
}
.thumbnails:before,
.thumbnails:after {
    display: table;
    line-height: 0;
    content: ""
}
.thumbnails:after {
    clear: both
}
.row-fluid .thumbnails {
    margin-left: 0
}
.thumbnails>li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
a.thumbnail:hover {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}
.thumbnail>img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}
.thumbnail .caption {
    padding: 9px;
    color: #555
}
.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1
}
.media,
.media .media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media-object {
    display: block
}
.media-heading {
    margin: 0 0 5px
}
.media .pull-left {
    margin-right: 10px
}
.media .pull-right {
    margin-left: 10px
}
.media-list {
    margin-left: 0;
    list-style: none
}
.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999
}
.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}
.label:empty,
.badge:empty {
    display: none
}
a.label:hover,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label-important,
.badge-important {
    background-color: #b94a48
}
.label-important[href],
.badge-important[href] {
    background-color: #953b39
}
.label-warning,
.badge-warning {
    background-color: #f89406
}
.label-warning[href],
.badge-warning[href] {
    background-color: #c67605
}
.label-success,
.badge-success {
    background-color: #468847
}
.label-success[href],
.badge-success[href] {
    background-color: #356635
}
.label-info,
.badge-info {
    background-color: #3a87ad
}
.label-info[href],
.badge-info[href] {
    background-color: #2d6987
}
.label-inverse,
.badge-inverse {
    background-color: #333
}
.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a
}
.btn .label,
.btn .badge {
    position: relative;
    top: -1px
}
.btn-mini .label,
.btn-mini .badge {
    top: 0
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}
.progress .bar+.bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}
.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.accordion {
    margin-bottom: 20px
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.accordion-heading {
    border-bottom: 0
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}
.accordion-toggle {
    cursor: pointer
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}
.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}
.carousel-inner>.item>img {
    display: block;
    line-height: 1
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.carousel-control.right {
    right: 15px;
    left: auto
}
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75)
}
.carousel-caption h3,
.carousel-caption p {
    line-height: 20px;
    color: #fff
}
.carousel-caption h3 {
    margin: 0 0 5px
}
.carousel-caption p {
    margin-bottom: 0
}
.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit
}
.hero-unit li {
    line-height: 30px
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.hide {
    display: none
}
.show {
    display: block
}
.invisible {
    visibility: hidden
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.clearfix {
    *zoom: 1
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}
.clearfix:after {
    clear: both
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.hidden {
    display: none;
    visibility: hidden
}
.visible-phone {
    display: none !important
}
.visible-tablet {
    display: none !important
}
.hidden-desktop {
    display: none !important
}
.visible-desktop {
    display: inherit !important
}
@media (min-width: 768px) and (max-width: 1200px) {
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
    .visible-tablet {
        display: inherit !important
    }
    .hidden-tablet {
        display: none !important
    }
}
@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
    .visible-phone {
        display: inherit !important
    }
    .hidden-phone {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1170px
    }
    .span12 {
        width: 1170px
    }
    .span11 {
        width: 1070px
    }
    .span10 {
        width: 970px
    }
    .span9 {
        width: 870px
    }
    .span8 {
        width: 770px
    }
    .span7 {
        width: 670px
    }
    .span6 {
        width: 570px
    }
    .span5 {
        width: 470px
    }
    .span4 {
        width: 370px
    }
    .span3 {
        width: 270px
    }
    .span2 {
        width: 170px
    }
    .span1 {
        width: 70px
    }
    .offset12 {
        margin-left: 1230px
    }
    .offset11 {
        margin-left: 1130px
    }
    .offset10 {
        margin-left: 1030px
    }
    .offset9 {
        margin-left: 930px
    }
    .offset8 {
        margin-left: 830px
    }
    .offset7 {
        margin-left: 730px
    }
    .offset6 {
        margin-left: 630px
    }
    .offset5 {
        margin-left: 530px
    }
    .offset4 {
        margin-left: 430px
    }
    .offset3 {
        margin-left: 330px
    }
    .offset2 {
        margin-left: 230px
    }
    .offset1 {
        margin-left: 130px
    }
    .row-fluid {
        width: 100%;
        *zoom: 1
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.564102564102564%;
        *margin-left: 2.5109110747408616%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
	
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.564102564102564%
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }
    .row-fluid .span11 {
        width: 91.45299145299145%;
        *width: 91.39979996362975%
    }
    .row-fluid .span10 {
        width: 82.90598290598291%;
        *width: 82.8527914166212%
    }
    .row-fluid .span9 {
        width: 74.35897435897436%;
        *width: 74.30578286961266%
    }
    .row-fluid .span8 {
        width: 65.81196581196582%;
        *width: 65.75877432260411%
    }
    .row-fluid .span7 {
        width: 57.26495726495726%;
        *width: 57.21176577559556%
    }
    .row-fluid .span6 {
        width: 48.717948717948715%;
        *width: 48.664757228587014%
    }
    .row-fluid .span5 {
        width: 40.17094017094017%;
        *width: 40.11774868157847%
    }
    .row-fluid .span4 {
        width: 31.623931623931625%;
        *width: 31.570740134569924%
    }
    .row-fluid .span3 {
        width: 23.076923076923077%;
        *width: 23.023731587561375%
    }
    .row-fluid .span2 {
        width: 14.52991452991453%;
        *width: 14.476723040552828%
    }
    .row-fluid .span1 {
        width: 5.982905982905983%;
        *width: 5.929714493544281%
    }
    .row-fluid .offset12 {
        margin-left: 105.12820512820512%;
        *margin-left: 105.02182214948171%
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.56410256410257%;
        *margin-left: 102.45771958537915%
    }
    .row-fluid .offset11 {
        margin-left: 96.58119658119658%;
        *margin-left: 96.47481360247316%
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.01709401709402%;
        *margin-left: 93.91071103837061%
    }
    .row-fluid .offset10 {
        margin-left: 88.03418803418803%;
        *margin-left: 87.92780505546462%
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.47008547008548%;
        *margin-left: 85.36370249136206%
    }
    .row-fluid .offset9 {
        margin-left: 79.48717948717949%;
        *margin-left: 79.38079650845607%
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.92307692307693%;
        *margin-left: 76.81669394435352%
    }
    .row-fluid .offset8 {
        margin-left: 70.94017094017094%;
        *margin-left: 70.83378796144753%
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.37606837606839%;
        *margin-left: 68.26968539734497%
    }
    .row-fluid .offset7 {
        margin-left: 62.393162393162385%;
        *margin-left: 62.28677941443899%
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.82905982905982%;
        *margin-left: 59.72267685033642%
    }
    .row-fluid .offset6 {
        margin-left: 53.84615384615384%;
        *margin-left: 53.739770867430444%
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.28205128205128%;
        *margin-left: 51.175668303327875%
    }
    .row-fluid .offset5 {
        margin-left: 45.299145299145295%;
        *margin-left: 45.1927623204219%
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.73504273504273%;
        *margin-left: 42.62865975631933%
    }
    .row-fluid .offset4 {
        margin-left: 36.75213675213675%;
        *margin-left: 36.645753773413354%
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.18803418803419%;
        *margin-left: 34.081651209310785%
    }
    .row-fluid .offset3 {
        margin-left: 28.205128205128204%;
        *margin-left: 28.0987452264048%
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.641025641025642%;
        *margin-left: 25.53464266230224%
    }
    .row-fluid .offset2 {
        margin-left: 19.65811965811966%;
        *margin-left: 19.551736679396257%
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.094017094017094%;
        *margin-left: 16.98763411529369%
    }
    .row-fluid .offset1 {
        margin-left: 11.11111111111111%;
        *margin-left: 11.004728132387708%
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.547008547008547%;
        *margin-left: 8.440625568285142%
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 30px
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px
    }
    .thumbnails {
        margin-left: -30px
    }
    .thumbnails>li {
        margin-left: 30px
    }
    .row-fluid .thumbnails {
        margin-left: 0
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .row {
        margin-left: -20px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 724px
    }
    .span12 {
        width: 724px
    }
    .span11 {
        width: 662px
    }
    .span10 {
        width: 600px
    }
    .span9 {
        width: 538px
    }
    .span8 {
        width: 476px
    }
    .span7 {
        width: 414px
    }
    .span6 {
        width: 352px
    }
    .span5 {
        width: 290px
    }
    .span4 {
        width: 228px
    }
    .span3 {
        width: 166px
    }
    .span2 {
        width: 104px
    }
    .span1 {
        width: 42px
    }
    .offset12 {
        margin-left: 764px
    }
    .offset11 {
        margin-left: 702px
    }
    .offset10 {
        margin-left: 640px
    }
    .offset9 {
        margin-left: 578px
    }
    .offset8 {
        margin-left: 516px
    }
    .offset7 {
        margin-left: 454px
    }
    .offset6 {
        margin-left: 392px
    }
    .offset5 {
        margin-left: 330px
    }
    .offset4 {
        margin-left: 268px
    }
    .offset3 {
        margin-left: 206px
    }
    .offset2 {
        margin-left: 144px
    }
    .offset1 {
        margin-left: 82px
    }
    .row-fluid {
        width: 100%;
        *zoom: 1
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.7624309392265194%;
        *margin-left: 2.709239449864817%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.7624309392265194%
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }
    .row-fluid .span11 {
        width: 91.43646408839778%;
        *width: 91.38327259903608%
    }
    .row-fluid .span10 {
        width: 82.87292817679558%;
        *width: 82.81973668743387%
    }
    .row-fluid .span9 {
        width: 74.30939226519337%;
        *width: 74.25620077583166%
    }
    .row-fluid .span8 {
        width: 65.74585635359117%;
        *width: 65.69266486422946%
    }
    .row-fluid .span7 {
        width: 57.18232044198895%;
        *width: 57.12912895262725%
    }
    .row-fluid .span6 {
        width: 48.61878453038674%;
        *width: 48.56559304102504%
    }
    .row-fluid .span5 {
        width: 40.05524861878453%;
        *width: 40.00205712942283%
    }
    .row-fluid .span4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%
    }
    .row-fluid .span3 {
        width: 22.92817679558011%;
        *width: 22.87498530621841%
    }
    .row-fluid .span2 {
        width: 14.3646408839779%;
        *width: 14.311449394616199%
    }
    .row-fluid .span1 {
        width: 5.801104972375691%;
        *width: 5.747913483013988%
    }
    .row-fluid .offset12 {
        margin-left: 105.52486187845304%;
        *margin-left: 105.41847889972962%
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.76243093922652%;
        *margin-left: 102.6560479605031%
    }
    .row-fluid .offset11 {
        margin-left: 96.96132596685082%;
        *margin-left: 96.8549429881274%
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.1988950276243%;
        *margin-left: 94.09251204890089%
    }
    .row-fluid .offset10 {
        margin-left: 88.39779005524862%;
        *margin-left: 88.2914070765252%
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.6353591160221%;
        *margin-left: 85.52897613729868%
    }
    .row-fluid .offset9 {
        margin-left: 79.8342541436464%;
        *margin-left: 79.72787116492299%
    }
    .row-fluid .offset9:first-child {
        margin-left: 77.07182320441989%;
        *margin-left: 76.96544022569647%
    }
    .row-fluid .offset8 {
        margin-left: 71.2707182320442%;
        *margin-left: 71.16433525332079%
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.50828729281768%;
        *margin-left: 68.40190431409427%
    }
    .row-fluid .offset7 {
        margin-left: 62.70718232044199%;
        *margin-left: 62.600799341718584%
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.94475138121547%;
        *margin-left: 59.838368402492065%
    }
    .row-fluid .offset6 {
        margin-left: 54.14364640883978%;
        *margin-left: 54.037263430116376%
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.38121546961326%;
        *margin-left: 51.27483249088986%
    }
    .row-fluid .offset5 {
        margin-left: 45.58011049723757%;
        *margin-left: 45.47372751851417%
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.81767955801105%;
        *margin-left: 42.71129657928765%
    }
    .row-fluid .offset4 {
        margin-left: 37.01657458563536%;
        *margin-left: 36.91019160691196%
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.25414364640884%;
        *margin-left: 34.14776066768544%
    }
    .row-fluid .offset3 {
        margin-left: 28.45303867403315%;
        *margin-left: 28.346655695309746%
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.69060773480663%;
        *margin-left: 25.584224756083227%
    }
    .row-fluid .offset2 {
        margin-left: 19.88950276243094%;
        *margin-left: 19.783119783707537%
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.12707182320442%;
        *margin-left: 17.02068884448102%
    }
    .row-fluid .offset1 {
        margin-left: 11.32596685082873%;
        *margin-left: 11.219583872105325%
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.56353591160221%;
        *margin-left: 8.457152932878806%
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 20px
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 710px
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 648px
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 586px
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 524px
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 462px
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 400px
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 338px
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 276px
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 214px
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 152px
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 90px
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 28px
    }
}
@media (max-width: 767px) {
    body {
        padding-right: 20px;
        padding-left: 20px
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-right: -20px;
        margin-left: -20px
    }
    .container-fluid {
        padding: 0
    }
    .dl-horizontal dt {
        float: none;
        width: auto;
        clear: none;
        text-align: left
    }
    .dl-horizontal dd {
        margin-left: 0
    }
    .container {
        width: auto
    }
    .row-fluid {
        width: 100%
    }
    .row,
    .thumbnails {
        margin-left: 0
    }
    .thumbnails>li {
        float: none;
        margin-left: 0
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="offset"]:first-child {
        margin-left: 0
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 0
    }
    .modal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0
    }
    .modal.fade {
        top: -100px
    }
    .modal.fade.in {
        top: 20px
    }
}
@media (max-width: 480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }
    .page-header h1 small {
        display: block;
        line-height: 20px
    }
    input[type="checkbox"],
    input[type="radio"] {}.form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }
    .form-horizontal .controls {
        margin-left: 0
    }
    .form-horizontal .control-list {
        padding-top: 0
    }
    .form-horizontal .form-actions {
        padding-right: 10px;
        padding-left: 10px
    }
    .media .pull-left,
    .media .pull-right {
        display: block;
        float: none;
        margin-bottom: 10px
    }
    .media-object {
        margin-right: 0;
        margin-left: 0
    }
    .modal {
        top: 10px;
        right: 10px;
        left: 10px
    }
    .modal-header .close {
        padding: 10px;
        margin: -10px
    }
    .carousel-caption {
        position: static
    }
}
@media (max-width: 979px) {
    body {
        padding-top: 0
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static
    }
    .navbar-fixed-top {
        margin-bottom: 20px
    }
    .navbar-fixed-bottom {
        margin-top: 20px
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px
    }
    .navbar .container {
        width: auto;
        padding: 0
    }
    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 -5px
    }
    .nav-collapse {
        clear: both
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px
    }
    .nav-collapse .nav>li {
        float: none
    }
    .nav-collapse .nav>li>a {
        margin-bottom: 2px
    }
    .nav-collapse .nav>.divider-vertical {
        display: none
    }
    .nav-collapse .nav .nav-header {
        color: #777;
        text-shadow: none
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }
    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px
    }
    .nav-collapse .nav>li>a:hover,
    .nav-collapse .dropdown-menu a:hover {
        background-color: #f2f2f2
    }
    .navbar-inverse .nav-collapse .nav>li>a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999
    }
    .navbar-inverse .nav-collapse .nav>li>a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover {
        background-color: #111
    }
    .nav-collapse.in .btn-group {
        padding: 0;
        margin-top: 5px
    }
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        display: none;
        float: none;
        max-width: none;
        padding: 0;
        margin: 0 15px;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .nav-collapse .open>.dropdown-menu {
        display: block
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none
    }
    .nav-collapse .dropdown-menu .divider {
        display: none
    }
    .nav-collapse .nav>li>.dropdown-menu:before,
    .nav-collapse .nav>li>.dropdown-menu:after {
        display: none
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111;
        border-bottom-color: #111
    }
    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }
    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden
    }
    .navbar .btn-navbar {
        display: block
    }
    .navbar-static .navbar-inner {
        padding-right: 10px;
        padding-left: 10px
    }
}
@media (min-width: 980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important
    }
}
.row-fluid.noGutter {
    margin-left: 0
}
.row-fluid.noGutter .span1 {
    width: 8.33334%;
    margin-left: 0
}
.row-fluid.noGutter .span2 {
    width: 16.66667%;
    margin-left: 0
}
.row-fluid.noGutter .span3 {
    width: 25%;
    margin-left: 0
}
.row-fluid.noGutter .span4 {
    width: 33.33333%;
    margin-left: 0
}
@media (max-width: 767px) {
    .row-fluid.noGutter [class*="span"] {
        width: 50%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}
@media (max-width: 480px) {
    .row-fluid.noGutter [class*="span"] {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.flexslider {
    margin: 0;
    padding: 0
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider .slides img {
    width: 100%;
    display: block
}
.flex-pauseplay span {
    text-transform: capitalize
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .slides {
    display: block
}
* html .slides {
    height: 1%
}
.no-js .slides>li:first-child {
    display: block
}
.flexslider {
    margin: 0 0 25px 0;
    background: #fff;
    border-top: 2px solid #fff;
    position: relative;
    zoom: 1;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1)
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}
.loading .flex-viewport {
    max-height: 300px
}
.flexslider .slides {
    zoom: 1
}
.flex-direction-nav {
    *height: 0
}
.flex-direction-nav a {
    width: 59px;
    height: 53px;
    margin: -20px 0 0;
    display: block;
    background: #f8f8f8;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    font-size: 40px;
    line-height: 40px;
    padding-top: 8px;
    color: #ed7557
}
.flex-direction-nav .flex-next {
    right: -59px
}
.flex-direction-nav .flex-prev {
    left: -59px
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
    opacity: 0.7;
    -webkit-transition: all .3s ease
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    color: #ed7557
}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}
.flex-control-thumbs img:hover {
    opacity: 1
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}
.next-slider,
.prev-slider {
    position: absolute;
    z-index: 201;
    display: none;
    top: 60%
}
.next-slider img,
.prev-slider img {
    border-radius: 4px;
    box-shadow: 0 0 6px #afafaf;
    border: 2px solid #fff;
    background: #fff
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0
    }
}
.loader-slider {
    background: #ed7557;
    height: 5px;
    position: absolute;
    bottom: 0;
    z-index: 200;
    width: 80%
}
@media (min-width: 1200px) {
    .next-slider,
    .prev-slider {
        top: 60%;
        width: 242px
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .next-slider,
    .prev-slider {
        top: 60%;
        width: 242px
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .next-slider,
    .prev-slider {
        top: 70%;
        width: 205px
    }
}
@media (max-width: 767px) {
    .next-slider,
    .prev-slider {
        top: 70%;
        width: 155px
    }
}
@media (max-width: 480px) {
    .next-slider,
    .prev-slider {
        top: 80%;
        width: 115px
    }
}
.flexslider.small {
    margin: 0 0 30px 0;
    background: #fff;
    border: none;
    box-shadow: none
}
.flexslider.small .flex-direction-nav a {
    position: absolute;
    top: auto;
    bottom: 14px;
    right: auto;
    left: 10px;
    background: #e2e2e2;
    width: 34px;
    height: 32px;
    padding: 1px 0 0 0;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    line-height: 32px
}
.flexslider.small .flex-direction-nav .flex-next {
    left: 57px
}
.flexslider.small .flex-direction-nav .flex-prev {
    left: 12px
}
.flexslider.small .flex-next:hover,
.flexslider.small .flex-prev:hover {
    color: #fff
}
.flexslider.small .slides img {
    border-radius: 5px
}
.flexslider.banners {
    padding: 1px 7px 0 7px;
    border-bottom: 5px solid #ed7557;
    border-radius: 6px 6px 0 0;
    position: relative
}
.banners_outer {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    margin: 10px 0;
    padding-bottom: 35px
}
.flexslider.banners ul {
    background-color: none
}
.flexslider.banners .flex-direction-nav {
    position: absolute;
    bottom: 0;
    right: 0
}
.flexslider.banners .flex-direction-nav a {
    position: absolute;
    bottom: 0;
    margin-top: 20px;
    background-color: #e2e2e2;
    width: 28px;
    height: 25px;
    padding: 1px 0;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    opacity: 1
}
.flexslider.banners .flex-direction-nav a:hover {
    color: #fff;
    background-color: #ed7557;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.flexslider.banners .flex-direction-nav .flex-next {
    right: 12px;
    left: auto
}
.flexslider.banners .flex-direction-nav .flex-prev {
    right: 47px;
    left: auto
}
.flexslider.vertical {
    border: none;
    box-shadow: none;
    position: relative
}
@media (max-width: 780px) {
    .flexslider.vertical {
        margin-bottom: 80px
    }
}
.flexslider.vertical ul {
    margin: 5px 0 0 5px;
    padding: 0;
    list-style: none;
    display: block;
    border: none
}
.flexslider.vertical .flex-viewport {
    height: 356px !important;
    width: 180px;
    overflow: hidden
}
.flexslider.vertical .flex-viewport li {
    height: 183px;
    width: 170px
}
.flexslider.vertical .flex-viewport li img {
    padding: 5px;
    display: block;
    float: none;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    width: 160px;
    height: 153px
}
.flexslider.vertical .flex-direction-nav,
.flexslider.more-views .flex-direction-nav {
    position: absolute;
    bottom: -30px;
    right: -5px
}
.flexslider.vertical .flex-direction-nav a,
.flexslider.more-views .flex-direction-nav a {
    position: absolute;
    background-color: #e2e2e2;
    color: #fff;
    width: 34px;
    height: 33px;
    padding: 0;
    font-size: 24px;
    line-height: 33px;
    opacity: 1
}
.flexslider.vertical .flex-direction-nav a:hover,
.flexslider.more-views .flex-direction-nav a:hover {
    color: #fff;
    background-color: #ed7557;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.flexslider.vertical .flex-direction-nav .flex-next,
.flexslider.more-views .flex-direction-nav .flex-next {
    right: 0;
    left: auto
}
.flexslider.vertical .flex-direction-nav .flex-prev,
.flexslider.more-views .flex-direction-nav .flex-prev {
    right: 42px;
    left: auto
}
.flexslider.center {
    margin: 0 0 10px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
}
.flexslider.center .slides img {
    border-radius: 6px
}
.flexslider.center .flex-direction-nav .flex-prev {
    left: 38px
}
.flexslider.center .flex-direction-nav .flex-next {
    right: 38px
}
.carousel-content.flexslider {
    margin: 0 5px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0
}
.carousel-content .flex-direction-nav .flex-next {
    right: 10px;
    margin-top: -30px
}
.carousel-content .flex-direction-nav .flex-prev {
    left: 10px;
    margin-top: -30px
}
.carousel-content .slides a {
    display: block;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.carousel-content img {
    padding: 0;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.carousel-testimonials {
    position: relative;
    margin: 40px 0 15px
}
.carousel-testimonials .flexslider {
    margin: 0;
    box-shadow: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(15, 24, 31, 0.95);
    color: #fff;
    border-radius: 10px;
    padding: 35px 10px 25px 125px
}
.carousel-testimonials .quotes {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100px;
    width: 125px;
    font-family: arial,Lato;
    color: #ed7557;
    font-size: 250px;
    line-height: 250px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center
}
.carousel-testimonials .flexslider p span {
    color: #b5bcc1
}
.carousel-testimonials .flexslider .flex-direction-nav a {
    position: absolute;
    left: auto;
    top: 5px;
    background: #ed7557;
    width: 34px;
    height: 32px;
    padding: 1px 0 0 0;
    cursor: pointer;
    border-radius: 2px;
    color: #fff !important;
    font-size: 22px;
    line-height: 32px;
    opacity: 1
}
.carousel-testimonials .flexslider .flex-direction-nav a:hover {
    opacity: 0.8
}
.carousel-testimonials .flexslider .flex-direction-nav .flex-next {
    right: 32px
}
.carousel-testimonials .flexslider .flex-direction-nav .flex-prev {
    right: 76px
}
.flexslider.big .slides>li:first-child {
    display: block;
    -webkit-backface-visibility: visible
}
.flexslider.big .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider.big .slides>li img {
    opacity: 0
}
@font-face {
    font-family: 'andepict';
    src: url(/templates/buyshop/font/andepict.eot);
    src: url(/templates/buyshop/font/andepict.eot) format('embedded-opentype'), url(/templates/buyshop/font/andepict.woff) format('woff'), url(/templates/buyshop/font/andepict.ttf) format('truetype'), url(/templates/buyshop/font/andepict.svg) format('svg');
    font-weight: normal;
    font-style: normal
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'andepict';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none !important;
    background-position: 0% 0%;
    background-repeat: repeat
}
a[class^="icon-"],
a[class*=" icon-"],
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
    text-decoration: none !important
}
.iphone a[class^="icon-"],
.iphone a[class*=" icon-"],
.iphone a [class^="icon-"],
.iphone a [class*=" icon-"] {
    margin-top: -4px
}
a[class^="icon-"]:hover,
a[class*=" icon-"]:hover,
a [class^="icon-"]:hover,
a [class*=" icon-"]:hover {
    text-decoration: none !important
}
.icon-large:before {
    font-size: 22px;
    line-height: 28px
}
li [class^="icon-"],
li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
    width: 1.5625em
}
ul.icons {
    list-style-type: none;
    text-indent: -15px;
    margin-left: 25px
}
ul.icons li {
    margin-bottom: 5px
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
    width: 15px
}
.icon-muted {
    color: #eee
}
.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    border-radius: 3px
}
.icon-2x {
    font-size: 2em
}
.icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px
}
.icon-3x {
    font-size: 3em
}
.icon-3x.icon-border {
    border-width: 3px;
    border-radius: 5px
}
.icon-4x {
    font-size: 4em
}
.icon-4x.icon-border {
    border-width: 4px;
    border-radius: 6px
}
.icon-5x {
    font-size: 86px;
    line-height: 86px
}
.iphone [class^="icon-"].icon-5x:before,
.iphone [class*=" icon-"].icon-5x:before {
    vertical-align: top
}
.icon-default,
a.icon-default {
    color: #808080
}
.icon-default:hover,
a.icon-default:hover {
    color: #CCC
}
.icon-color,
a.icon-color {
    color: #ed7557
}
.icon-color:hover,
a.icon-color:hover {
    color: #f96d57
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.pull {
    overflow: hidden
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .35em
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .35em
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .35em
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    height: .75em
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .45em
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .2em
}
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
.squared[class^="icon-"],
.squared[class*=" icon-"] {
    color: #444;
    background: #ebebeb;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 5px
}
.squared[class^="icon-"]:hover,
.squared[class*=" icon-"]:hover {
    color: #ebebeb;
    background: #444
}
.squared.icon-color[class^="icon-"],
.squared.icon-color[class*=" icon-"] {
    background: #ed7557;
    color: #fff
}
.squared.icon-color[class^="icon-"]:hover,
.squared.icon-color[class*=" icon-"]:hover {
    background: #6a2886;
    color: #fff
}
.btn-middle [class^="icon-"],
.btn-middle [class*=" icon-"] {
    font-size: 18px;
    margin: -2px 5px 0 0;
    display: inline-block
}
.icon-2x.squared[class^="icon-"],
.icon-2x.squared[class*=" icon-"] {
    width: 41px;
    height: 41px;
    line-height: 41px;
    font-size: 22px
}
a.btn.rounded[class^="icon-"],
a.btn.rounded[class*=" icon-"] {
    cursor: pointer;
    
    z-index: 1;
    color: #444;
    
    border-radius: 50% 50% 50% 50%;*/
    background: #fff;
    
    font-size: 17px;
    line-height: 30px;
    position: relative;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a.btn.rounded.dark[class^="icon-"],
a.btn.rounded.dark[class*=" icon-"] {
    color: #fff;
    
}
a.btn.rounded.color[class^="icon-"],
a.btn.rounded.color[class*=" icon-"] {
    color: #fff;
    border-color: #fff !important;
    background: #ed7557
}
a.btn.rounded[class^="icon-"]:after,
a.btn.rounded[class*=" icon-"]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    
    content: ' ';
    top: -1px;
    left: -1px;
    padding: 1px;
    z-index: -1
}

a.btn.rounded.color[class^="icon-"]:after,
a.btn.rounded.color[class*=" icon-"]:after {
    background: #ed7557
}
a.btn.rounded[class^="icon-"]:hover,
a.btn.rounded[class*=" icon-"]:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s
}
a.btn.icon-5x.rounded[class^="icon-"],
a.btn.icon-5x.rounded[class*=" icon-"] {
    border: 4px solid #444;
    width: 100px;
    height: 100px;
    padding: 16px 0 0;
    font-size: 50px;
    line-height: 50px !important
}
.iphone a.btn.icon-5x.rounded[class^="icon-"],
.iphone a.btn.icon-5x.rounded[class*=" icon-"] {
    padding: 18px 0 0
}
a.btn.icon-4x.rounded[class^="icon-"],
a.btn.icon-4x.rounded[class*=" icon-"] {
    
    font-size: 40px;
    line-height: 40px !important
}
.iphone a.btn.icon-4x.rounded[class^="icon-"],
.iphone a.btn.icon-4x.rounded[class*=" icon-"] {
    padding: 0;
    font-size: 38px;
    line-height: 38px !important
}
a.btn.icon-3x.rounded[class^="icon-"],
a.btn.icon-3x.rounded[class*=" icon-"] {
    border: 4px solid #444;
    width: 46px;
    height: 46px;
    font-size: 27px;
    line-height: 46px !important
}
a.btn.icon-3x.rounded[class^="icon-"]:after,
a.btn.icon-3x.rounded[class*=" icon-"]:after {
    background: #fff
}
.nonactive a.btn.rounded,
.nonactive a.btn.rounded:before,
.nonactive a.btn.rounded[class^="icon-"]:after,
.nonactive a.btn.rounded[class*=" icon-"]:after,
.nonactive a.btn.rounded[class^="icon-"]:hover:after,
.nonactive a.btn.rounded[class^=" icon-"]:hover:after,
.nonactive a.btn.rounded[class^="icon-"]:hover,
.nonactive a.btn.rounded[class*=" icon-"]:hover {
    cursor: default !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none
}
.color-box a.btn.rounded,
.color-box a.btn.rounded:before,
.color-box a.btn.rounded[class^="icon-"]:after,
.color-box a.btn.rounded[class*=" icon-"]:after,
.color-box a.btn.rounded[class^="icon-"]:hover:after,
.color-box a.btn.rounded[class^=" icon-"]:hover:after,
.color-box a.btn.rounded[class^="icon-"]:hover,
.color-box a.btn.rounded[class*=" icon-"]:hover {
    border-color: #fff !important;
    cursor: default !important;
    background: #fff !important;
    color: #ed7557 !important
}
.pull-left a.btn.rounded[class^="icon-"] {
    margin: 0 20px 0 0
}

.es-carousel-wrapper {
    margin: 0 -10px
}
@media only screen and (max-width: 767px) {
    .es-carousel-wrapper {
        margin-left: 0
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .es-carousel-wrapper {
        margin-left: 0
    }
}
.es-carousel {
    overflow: hidden;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 11px
}
.style1 .es-carousel {
    margin-bottom: 14px
}
.style2 .es-carousel {
    margin: 0 0 30px
}
.es-carousel .product_outer {
    display: none
}
.es-carousel .carousel_items .product,
.es-carousel .carousel_item {
    height: 100%;
    display: block;
    float: left;
    line-height: 1.5em
}
.es-nav a.btn {
    position: absolute;
    top: -31px;
    right: 50px;
    background-color: #e2e2e2;
    width: 34px;
    height: 26px;
    padding: 4px 0;
    margin-top: -13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.es-nav a.btn:hover {
    color: #fff;
    background-color: #ed7557;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.es-nav span.disable a {
    opacity: 0.3
}
.es-nav span.disable a.btn:hover {
    background-color: #e2e2e2
}
.style1 .es-nav a.btn {
    top: -30px
}
.es-nav span.es-nav-next a.btn {
    right: 8px;
    left: auto
}
.es-nav span:hover {
    opacity: 1.0
}
.select_wrapper {
    display: inline-block;
    padding-right: 10px
}
.select_wrapper.width1 {
    width: 100px
}
.select_wrapper.width3 {
    width: 55px
}
.select_wrapper.fullwidth {
    width: 98%
}
.sbHolder {
    background-color: #fff;
    border: solid 1px #cfcfcf;
    font-family: arial,Lato;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    position: relative;
    z-index: 3001;
    width: 100%;
    text-align: left
}
.select_wrapper.fullwidth .sbHolder {
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    position: relative;
    z-index: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 10px
}
.sbSelector {
    display: block;
    height: 22px;
    left: 0;
    line-height: 22px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #000;
    outline: none;
    text-decoration: none
}
.select_wrapper.fullwidth .sbSelector {
    height: 32px;
    line-height: 32px
}
.select_wrapper.fullwidth .sbSelector:link,
.select_wrapper.fullwidth .sbSelector:visited,
.select_wrapper.fullwidth .sbSelector:hover {
    color: #555;
    outline: none;
    line-height: 34px;
    text-decoration: none
}

.sbHolderDisabled {
    background-color: #3C3C3C
}
.sbHolderDisabled .sbHolder {}.sbHolderDisabled .sbToggle {}.sbOptions {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 22px;
    width: 100%;
    z-index: 1;
    overflow-y: auto
}
.select_wrapper.fullwidth .sbOptions {
    background-color: #fff;
    border: 1px solid #eaeaea;
    height: 180px
}
.sbOptions li {
    padding: 0 7px
}
.sbOptions a {
    border-bottom: dotted 1px #ccc;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px
}
.sbOptions li:last-child a {
    border: none
}
.sbOptions a:link,
.sbOptions a:visited {
    color: #999;
    text-decoration: none
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #000
}
.select_wrapper.fullwidth .sbOptions a:hover,
.select_wrapper.fullwidth .sbOptions a:focus,
.select_wrapper.fullwidth .sbOptions a.sbFocus {
    color: #555
}
.sbOptions li.last a {
    border-bottom: none
}
.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px
}
.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px
}
.sbOptions .sbSub {
    padding-left: 17px
}
.noUiSlider {
    width: 170px;
    height: 3px;
    border: 1px solid #dadada;
    background: #f1f1f1;
    -webkit-touch-callout: none;
    margin-bottom: 25px
}
.noUi-midBar {
    height: 100%;
    z-index: 0;
    border: 1px solid #6f6f6f;
    background: #6f6f6f;
    -webkit-touch-callout: none
}
.noUi-handle>div {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -6px;
    left: -8px;
    z-index: 5;
    width: 20px;
    height: 18px;
    background: url(/templates/buyshop/img/slider-handle.png) no-repeat;
    cursor: pointer
}
.touch .noUi-handle>div {
    top: -6px
}
.noUi-handle>div:hover,
.noUi-handle>div.noUi-activeHandle {}.disabled>.noUi-midBar {
    background: #999
}
.disabled .noUi-handle>div {
    border-color: #CCC;
    background: #CCC
}
.noUi-handle .infoBox {
    bottom: -20px;
    display: block;
    position: relative
}
@media (-webkit-min-device-pixel-ratio: 1.2),
-moz-touch-enabled,
(max-device-width: 1024px) {
    .noUi-handle>div {
        height: 32px;
        width: 32px;
        top: -13px;
        left: -16px
    }
}
#hoverfold {
    padding-top: 35px;
    padding-bottom: 25px
}
.view {
    width: 100%;
    overflow: hidden;
    height: 340px;
    float: left;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -o-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #454545;
    border-radius: 0 0 0 0;
    color: #999 !important;
    margin: 8px 0
}
.view img {
    position: relative;
    height: 100%;
    width: auto;
    z-index: 1
}
.view div.view-back {
    background: none repeat scroll 0 0 #646464;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}
.view-back span {
    display: block;
    float: right;
    margin-top: 3px;
    padding: 5px 20px 5px;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6)
}
.view-back span:first-child {
    padding-top: 20px
}
.view a:focus,
.view a:active {
    color: inherit !important
}
.view-back [class^="icon-"] {
    margin-left: 10px
}
.view-back a[class^="icon-"].pretty-photo-item {
    display: bock;
    font-size: 18px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    font-weight: 700
}
.view-back a:hover {
    color: #fff;
    border-color: #fff
}
.view .s1 {
    background-position: 0px 0px
}
.view .s2 {
    background-position: -72px 0px
}
.view .s3 {
    background-position: -144px 0px
}
.view .s4 {
    background-position: -216px 0px
}
.view .s5 {
    background-position: -288px 0px
}
.view .overlay {
    width: 72px;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out
}
.view .s3>.overlay,
.view .s2>.overlay,
.view .s1>.overlay {
    background: none
}
#hoverfold div.span4:hover {
    z-index: 10000
}
.view:hover {
    border: 5px solid #ed7557
}
.view .s4>.overlay {
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)
}
.view .s5>.overlay {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)
}
.view div.view-back {
    background: #0a0a0a;
    background: -moz-linear-gradient(left, #0a0a0a 60%, #454545 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0a0a0a), color-stop(100%, #454545));
    background: -webkit-linear-gradient(left, #0a0a0a 60%, #454545 100%);
    background: -o-linear-gradient(left, #0a0a0a 60%, #454545 100%);
    background: -ms-linear-gradient(left, #0a0a0a 60%, #454545 100%);
    background: linear-gradient(left, #0a0a0a 60%, #454545 100%)
}
.view img,
.view .slice {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out
}
.view .slice {
    width: 72px;
    height: 100%;
    z-index: 100;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.view:hover .slice {
    margin-left: -80px
}
.view .s2,
.view .s3,
.view .s4,
.view .s5 {
    display: none
}
.view .s1 {
    width: 100%
}
.view div.view-back {
    background: #0a0a0a;
    background: -moz-linear-gradient(left, #0a0a0a 0%, #646464 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0a0a0a), color-stop(100%, #646464));
    background: -webkit-linear-gradient(left, #0a0a0a 0%, #646464 100%);
    background: -o-linear-gradient(left, #0a0a0a 0%, #646464 100%);
    background: -ms-linear-gradient(left, #0a0a0a 0%, #646464 100%);
    background: linear-gradient(left, #0a0a0a 0%, #646464 100%)
}
.view-back {
    position: relative
}
.view-back span {
    font-size: 12px;
    width: 65px;
    text-align: left;
    color: #ccc;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0
}
.view-back span:first-child {
    top: 80px;
    bottom: auto;
    width: auto;
    right: 0;
    padding: 0
}
.view-back span [class^="icon-"],
.view-back span [class*=" icon-"] {
    display: inline-block;
    text-align: center;
    width: 30px;
    font-size: 16px;
    color: #ccc
}
.view-back a:hover {
    color: #fff
}
@media (max-width: 1359px) and (min-width: 1200px) {
    .view {
        overflow: visible !important
    }
    .view {
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -o-perspective: 800px;
        -ms-perspective: 800px;
        perspective: 800px
    }
    .view .s1 {
        background-position: 0px 0px
    }
    .view .s2 {
        background-position: -64px 0px
    }
    .view .s3 {
        background-position: -128px 0px
    }
    .view .s4 {
        background-position: -192px 0px
    }
    .view .s5 {
        background-position: -256px 0px
    }
    .view:hover .overlay {
        opacity: 1
    }
    .view .slice {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        -moz-transition: -moz-transform 350ms ease-in-out;
        -o-transition: -o-transform 350ms ease-in-out;
        -ms-transition: -ms-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out;
        width: 64px
    }
    .view .s1 {
        width: 64px
    }
    .view .overlay {
        width: 64px
    }
    .view .s2,
    .view .s3,
    .view .s4,
    .view .s5 {
        -webkit-transform: translate3d(64px, 0, 0);
        -moz-transform: translate3d(64px, 0, 0);
        -o-transform: translate3d(64px, 0, 0);
        -ms-transform: translate3d(64px, 0, 0);
        transform: translate3d(64px, 0, 0);
        display: block
    }
    .view:hover .s1 {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
        -webkit-transform: rotate3d(0, 1, 0, -3deg);
        -moz-transform: rotate3d(0, 1, 0, -3deg);
        -o-transform: rotate3d(0, 1, 0, -3deg);
        -ms-transform: rotate3d(0, 1, 0, -3deg);
        transform: rotate3d(0, 1, 0, -3deg)
    }
    .view:hover .s2 {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        transition-delay: 150ms;
        -webkit-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -moz-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -o-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -10deg);
        transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -ms-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -20deg)
    }
    .view:hover .s3 {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        transition-delay: 100ms;
        -webkit-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -moz-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -o-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -16deg);
        transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -ms-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -26deg)
    }
    .view:hover .s4 {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        transition-delay: 50ms;
        -webkit-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -moz-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -o-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -30deg);
        transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -ms-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -50deg)
    }
    .view:hover .s5 {
        -webkit-transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -moz-transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -o-transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -42deg);
        transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -ms-transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -62deg)
    }
    .view:hover .slice {
        margin-left: inherit
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .view {
        overflow: visible !important
    }
    .view {
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -o-perspective: 800px;
        -ms-perspective: 800px;
        perspective: 800px
    }
    .view .s1 {
        background-position: 0px 0px
    }
    .view .s2 {
        background-position: -64px 0px
    }
    .view .s3 {
        background-position: -128px 0px
    }
    .view .s4 {
        background-position: -192px 0px
    }
    .view .s5 {
        background-position: -256px 0px
    }
    .view:hover .overlay {
        opacity: 1
    }
    .view .slice {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        -moz-transition: -moz-transform 350ms ease-in-out;
        -o-transition: -o-transform 350ms ease-in-out;
        -ms-transition: -ms-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out;
        width: 64px
    }
    .view .s1 {
        width: 64px
    }
    .view .overlay {
        width: 64px
    }
    .view .s2,
    .view .s3,
    .view .s4,
    .view .s5 {
        -webkit-transform: translate3d(64px, 0, 0);
        -moz-transform: translate3d(64px, 0, 0);
        -o-transform: translate3d(64px, 0, 0);
        -ms-transform: translate3d(64px, 0, 0);
        transform: translate3d(64px, 0, 0);
        display: block
    }
    .view:hover .s1 {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
        -webkit-transform: rotate3d(0, 1, 0, -3deg);
        -moz-transform: rotate3d(0, 1, 0, -3deg);
        -o-transform: rotate3d(0, 1, 0, -3deg);
        -ms-transform: rotate3d(0, 1, 0, -3deg);
        transform: rotate3d(0, 1, 0, -3deg)
    }
    .view:hover .s2 {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        transition-delay: 150ms;
        -webkit-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -moz-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -o-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -10deg);
        transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -ms-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -20deg)
    }
    .view:hover .s3 {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        transition-delay: 100ms;
        -webkit-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -moz-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -o-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -16deg);
        transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -ms-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -26deg)
    }
    .view:hover .s4 {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        transition-delay: 50ms;
        -webkit-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -moz-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -o-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -30deg);
        transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -ms-transform: translate3d(63px, 0, 0) rotate3d(0, 1, 0, -50deg)
    }
    .view:hover .s5 {
        -webkit-transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -moz-transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -o-transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -42deg);
        transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -ms-transform: translate3d(64px, 0, 0) rotate3d(0, 1, 0, -62deg)
    }
    .view:hover .slice {
        margin-left: inherit
    }
}
@media only screen and (min-width: 1360px) {
    .view {
        overflow: visible !important
    }
    .view {
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -o-perspective: 800px;
        -ms-perspective: 800px;
        perspective: 800px
    }
    .view:hover .overlay {
        opacity: 1
    }
    .view .slice {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        -moz-transition: -moz-transform 350ms ease-in-out;
        -o-transition: -o-transform 350ms ease-in-out;
        -ms-transition: -ms-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out
    }
    .view .s1 {
        width: 72px
    }
    .view .s2,
    .view .s3,
    .view .s4,
    .view .s5 {
        -webkit-transform: translate3d(72px, 0, 0);
        -moz-transform: translate3d(72px, 0, 0);
        -o-transform: translate3d(72px, 0, 0);
        -ms-transform: translate3d(72px, 0, 0);
        transform: translate3d(72px, 0, 0);
        display: block
    }
    .view:hover .s1 {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
        -webkit-transform: rotate3d(0, 1, 0, -3deg);
        -moz-transform: rotate3d(0, 1, 0, -3deg);
        -o-transform: rotate3d(0, 1, 0, -3deg);
        -ms-transform: rotate3d(0, 1, 0, -3deg);
        transform: rotate3d(0, 1, 0, -3deg)
    }
    .view:hover .s2 {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        transition-delay: 150ms;
        -webkit-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -moz-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -o-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -10deg);
        transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -ms-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -20deg)
    }
    .view:hover .s3 {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        transition-delay: 100ms;
        -webkit-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -moz-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -o-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -16deg);
        transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -ms-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -26deg)
    }
    .view:hover .s4 {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        transition-delay: 50ms;
        -webkit-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -moz-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -o-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -30deg);
        transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -ms-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -50deg)
    }
    .view:hover .s5 {
        -webkit-transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -moz-transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -o-transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -42deg);
        transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -ms-transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -62deg)
    }
    .view:hover .slice {
        margin-left: inherit
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .view {
        overflow: visible !important
    }
    .view {
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -o-perspective: 800px;
        -ms-perspective: 800px;
        perspective: 800px
    }
    .view:hover .overlay {
        opacity: 1
    }
    .view .slice {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        -moz-transition: -moz-transform 350ms ease-in-out;
        -o-transition: -o-transform 350ms ease-in-out;
        -ms-transition: -ms-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out
    }
    .view .s1 {
        width: 72px
    }
    .view .s2,
    .view .s3,
    .view .s4,
    .view .s5 {
        -webkit-transform: translate3d(72px, 0, 0);
        -moz-transform: translate3d(72px, 0, 0);
        -o-transform: translate3d(72px, 0, 0);
        -ms-transform: translate3d(72px, 0, 0);
        transform: translate3d(72px, 0, 0);
        display: block
    }
    .view:hover .s1 {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
        -webkit-transform: rotate3d(0, 1, 0, -3deg);
        -moz-transform: rotate3d(0, 1, 0, -3deg);
        -o-transform: rotate3d(0, 1, 0, -3deg);
        -ms-transform: rotate3d(0, 1, 0, -3deg);
        transform: rotate3d(0, 1, 0, -3deg)
    }
    .view:hover .s2 {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        transition-delay: 150ms;
        -webkit-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -moz-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -o-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -10deg);
        transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -ms-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -20deg)
    }
    .view:hover .s3 {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        transition-delay: 100ms;
        -webkit-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -moz-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -o-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -16deg);
        transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -ms-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -26deg)
    }
    .view:hover .s4 {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        transition-delay: 50ms;
        -webkit-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -moz-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -o-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -30deg);
        transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -ms-transform: translate3d(71px, 0, 0) rotate3d(0, 1, 0, -50deg)
    }
    .view:hover .s5 {
        -webkit-transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -moz-transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -o-transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -42deg);
        transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -ms-transform: translate3d(72px, 0, 0) rotate3d(0, 1, 0, -62deg)
    }
    .view:hover .slice {
        margin-left: inherit
    }
}
@media (max-width: 1199px) and (min-width: 980px) {
    .view {
        overflow: visible !important;
        height: 365px;
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -o-perspective: 800px;
        -ms-perspective: 800px;
        perspective: 800px
    }
    .view .s1 {
        background-position: 0px 0px
    }
    .view .s2 {
        background-position: -78px 0px
    }
    .view .s3 {
        background-position: -156px 0px
    }
    .view .s4 {
        background-position: -234px 0px
    }
    .view .s5 {
        background-position: -312px 0px
    }
    .view:hover .overlay {
        opacity: 1
    }
    .view .slice {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        -moz-transition: -moz-transform 350ms ease-in-out;
        -o-transition: -o-transform 350ms ease-in-out;
        -ms-transition: -ms-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out;
        width: 78px
    }
    .view .s1 {
        width: 78px
    }
    .view .overlay {
        width: 78px
    }
    .view .s2,
    .view .s3,
    .view .s4,
    .view .s5 {
        -webkit-transform: translate3d(78px, 0, 0);
        -moz-transform: translate3d(78px, 0, 0);
        -o-transform: translate3d(78px, 0, 0);
        -ms-transform: translate3d(78px, 0, 0);
        transform: translate3d(78px, 0, 0);
        display: block
    }
    .view:hover .s1 {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
        -webkit-transform: rotate3d(0, 1, 0, -3deg);
        -moz-transform: rotate3d(0, 1, 0, -3deg);
        -o-transform: rotate3d(0, 1, 0, -3deg);
        -ms-transform: rotate3d(0, 1, 0, -3deg);
        transform: rotate3d(0, 1, 0, -3deg)
    }
    .view:hover .s2 {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        transition-delay: 150ms;
        -webkit-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -moz-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -o-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -10deg);
        transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -ms-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -20deg)
    }
    .view:hover .s3 {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        transition-delay: 100ms;
        -webkit-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -moz-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -o-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -16deg);
        transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -ms-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -26deg)
    }
    .view:hover .s4 {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        transition-delay: 50ms;
        -webkit-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -moz-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -o-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -30deg);
        transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -ms-transform: translate3d(77px, 0, 0) rotate3d(0, 1, 0, -50deg)
    }
    .view:hover .s5 {
        -webkit-transform: translate3d(78px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -moz-transform: translate3d(78px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -o-transform: translate3d(78px, 0, 0) rotate3d(0, 1, 0, -42deg);
        transform: translate3d(78px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -ms-transform: translate3d(78px, 0, 0) rotate3d(0, 1, 0, -62deg)
    }
    .view:hover .slice {
        margin-left: inherit
    }
}
@media (max-width: 479px) {
    .view {
        overflow: visible !important;
        height: 275px;
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -o-perspective: 800px;
        -ms-perspective: 800px;
        perspective: 800px
    }
    .view .s1 {
        background-position: 0px 0px
    }
    .view .s2 {
        background-position: -58px 0px
    }
    .view .s3 {
        background-position: -116px 0px
    }
    .view .s4 {
        background-position: -174px 0px
    }
    .view .s5 {
        background-position: -232px 0px
    }
    .view:hover .overlay {
        opacity: 1
    }
    .view .slice {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        -moz-transition: -moz-transform 350ms ease-in-out;
        -o-transition: -o-transform 350ms ease-in-out;
        -ms-transition: -ms-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out;
        width: 58px
    }
    .view .s1 {
        width: 58px
    }
    .view .overlay {
        width: 58px
    }
    .view .s2,
    .view .s3,
    .view .s4,
    .view .s5 {
        -webkit-transform: translate3d(58px, 0, 0);
        -moz-transform: translate3d(58px, 0, 0);
        -o-transform: translate3d(58px, 0, 0);
        -ms-transform: translate3d(58px, 0, 0);
        transform: translate3d(58px, 0, 0);
        display: block
    }
    .view:hover .s1 {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
        -webkit-transform: rotate3d(0, 1, 0, -3deg);
        -moz-transform: rotate3d(0, 1, 0, -3deg);
        -o-transform: rotate3d(0, 1, 0, -3deg);
        -ms-transform: rotate3d(0, 1, 0, -3deg);
        transform: rotate3d(0, 1, 0, -3deg)
    }
    .view:hover .s2 {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        transition-delay: 150ms;
        -webkit-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -moz-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -o-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -10deg);
        transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -10deg);
        -ms-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -20deg)
    }
    .view:hover .s3 {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        transition-delay: 100ms;
        -webkit-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -moz-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -o-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -16deg);
        transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -16deg);
        -ms-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -26deg)
    }
    .view:hover .s4 {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        transition-delay: 50ms;
        -webkit-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -moz-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -o-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -30deg);
        transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -30deg);
        -ms-transform: translate3d(57px, 0, 0) rotate3d(0, 1, 0, -50deg)
    }
    .view:hover .s5 {
        -webkit-transform: translate3d(58px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -moz-transform: translate3d(58px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -o-transform: translate3d(58px, 0, 0) rotate3d(0, 1, 0, -42deg);
        transform: translate3d(58px, 0, 0) rotate3d(0, 1, 0, -42deg);
        -ms-transform: translate3d(58px, 0, 0) rotate3d(0, 1, 0, -62deg)
    }
    .view:hover .slice {
        margin-left: inherit
    }
}
.fb_outer {
    width: 100%
}
.fb_outer .items_row {
    margin: 10px 0 0 0;
    overflow: hidden;
    width: 100%
}
.fb_outer .items_row .item {
    float: left;
    text-align: left;
    width: 33%;
    font-size: 11px
}
.fb_outer .items_row .item .name {
    width: 60px;
    text-align: center
}
.fb_outer .items_row .item .name a {
    text-decoration: none
}
.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;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s
}
.shop .isotope-outer.isotope {
    overflow: visible !important
}
.isotope {
    overflow: hidden;
    margin-right: -3px;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}
.cloud-zoom-lens {
    border: 4px solid #888;
    margin: -4px;
    background-color: #fff;
    cursor: move
}
.cloud-zoom-title {
    font-family: arial,Lato;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px
}
.cloud-zoom-big {
    border: 4px solid #ccc;
    overflow: hidden;
	background-color:#fff;
}
.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000
}
* {
    outline: none
}
.center {
    text-align: center
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
html,
body {
    height: 100%;
    min-height: 100%
}
body {
    color: #000;
    
    line-height: 1.35em;
}
body * {}ul,
ol {
    margin: 0;
    padding: 0
}
a {
    color: #000
}
a:hover {
    color: #000
}
a:focus {
    outline: none
}
a.underline {
    text-decoration: underline
}
a.underline:hover {
    text-decoration: none
}
h1 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font: 27px/30px 'Oswald', sans-serif
}
h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font: 23px/26px 'Oswald', sans-serif
}
h3 {
    margin: 0 0 25px;
    text-transform: uppercase;
    font: 20px/24px 'Oswald', sans-serif
}
h3 a,
h3 a:hover {
    text-decoration: none
}
h3 span,
h3 a.active {
    color: #ed7557
}
h3 [class^="icon-"],
h3 [class*=" icon-"] {
    display: block;
    float: left;
    color: #ed7557;
    margin: -2px 10px 0 0;
    font-size: 20px
}
h3.padding {
    padding: 0 65px 0 0;
    margin: 0 0 15px
}
h4 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font: 16px/22px 'Oswald', sans-serif
}
h4 [class^="icon-"],
h4 [class*=" icon-"] {
    display: block;
    float: left;
    color: #ed7557;
    margin: 0 10px 0 0;
    font-size: 20px;
    white-space: nowrap
}
h5 {
    font: 14px/20px 'Oswald', sans-serif;
    margin: 0 0 20px
}
h6 {
    font: 12px/18px 'Oswald', sans-serif;
    margin: 0 0 10px
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden
}
.wrapper {
    overflow: hidden;
    width: 100%
}
.wrapper_w {
    display: inline-block;
    width: 100%
}
.wrapper_w .alignright>div {
    display: inline-block
}
.padding-1 {
    padding: 24px 0 0 0
}
.padding-2 {
    padding: 0 0 0 10px
}
.margin-1 {
    /*margin-top: 20px;*/
    margin-bottom: 32px
}
.margin-2 {
    margin-top: 12px
}
.alignright {
    text-align: right
}
.alignleft {
    text-align: left
}
.aligncenter {
    text-align: center
}
.hide {
    display: none
}
.hover {
    z-index: 1000
}
.col-1,
.col-2,
.col-3 {
    float: left
}
.col {
    float: left
}
p.small {
    font-size: 0.75em;
    line-height: 1.25em
}
a.btn {
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    border: none;
    border-radius: 3px;
    /*background: #ed7557;*/
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font: normal 12px/29px 'Oswald', sans-serif;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
a.btn:hover {
    /*background: #6a2886;*/
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.custom_color,
a .custom_color {
    color: #ed7557
}
a:hover .custom_color,
a.custom_color:hover {
    text-decoration: underline;
    color: #ed7557
}
#header {
    padding: 10px 0 0 0
}
#logo {
    padding: 10px 0;
    float: left
}

#header .nav-list {
    margin-bottom: 15px
}
.nav-list {
    display: block;
    position: absolute;
    top: -10000px;
    margin: 10px 15px 25px 15px;
    padding: 0
}
.nav-header>a {
    border-radius: 3px;
    background: #ed7557;
    color: #fff
}
.nav-header a>.icon-down {
    display: none
}
.nav-header a.collapsed>.icon-up {
    display: none
}
.nav-header a.collapsed>.icon-down {
    display: block
}
.nav-list ul {
    margin: 0;
    padding: 0
}
.nav-list #level0 {
    height: 0
}
.nav-list li {
    margin: 0;
    padding: 0;
    position: relative
}
.nav-list li:last-child {
    border: none
}
.nav-list>li>a:hover {
    color: #FFF
}
.nav-list li a {
    display: block;
    margin: 0;
    padding: 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font: 18px/20px 'Oswald', sans-serif;
    text-shadow: none
}
.nav-list li li a {
    border-bottom: 1px solid #dadada
}
.nav-list li a.icon-collapse {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    border: none
}
.nav-list li li a:hover {
    background: none;
    color: #ed7557
}
.nav-list>li>a:hover {
    background: #ed7557
}
.nav-list li li li a {
    padding-left: 35px
}
.nav-list li li li li a {
    padding-left: 45px
}
.nav-list [class^="icon-"] {
    color: #000
}
.nav-list [class^="icon-"]:hover {
    color: #ed7557
}
#nav-list .nav-header>a [class^="icon-"],
#nav-list .nav-header>a [class^="icon-"]:hover {
    color: #fff;
    font-size: 20px
}
#nav {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 7px 6px 0 0;
    line-height: 100%
}
#nav:hover,
#nav.focus {
    z-index: 100000
}
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left
}
#nav>li>a {
    display: block;
    margin: 0;
    padding: 12px 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    font-family: arial,Lato;
    line-height: 1em;
    -webkit-font-smoothing: antialiased
}
#nav>li.hover>a,
#nav>li>a:hover {
    background: #ed7557;
    color: #fff
}
#nav li.active.hover>a,
#nav li.active>a:hover {
    color: #fff
}
#nav>li.menu_home_link {
    overflow: hidden;
    height: 42px
}
#nav>li.menu_home_link>a {
    padding: 10px 16px 11px
}
#nav>li.menu_home_link>a [class^="icon-"] {
    color: #000
}
#nav>li.menu_home_link>a:hover [class^="icon-"],
#nav>li.menu_home_link:hover>a [class^="icon-"] {
    color: #fff
}
#nav>li>a.separator {
    cursor: default
}
#nav li.level1>a,
#nav li.level2>a,
#nav li.level3>a,
#nav li.level4>a,
#nav li.level5>a,
#nav li.level6>a {
    display: block;
    padding: 4px 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px
}
#nav li.level1 a.separator {
    cursor: default;
    font-weight: bold
}
#nav li.level1 a.separator:hover {
    background-color: transparent
}
#nav li.level1>a:hover,
#nav li.level2>a:hover,
#nav li.level3>a:hover,
#nav li.level4>a:hover,
#nav li.level5>a:hover,
#nav li.level6>a:hover {
    background: #f0f0f0
}
#nav li.hover>ul,
#nav li.hover>ul>li>ul.list_in_column {
    display: block
}
#nav>li>ul {
    position: absolute;
    display: none;
    width: 100%;
    left: 0
}
#nav>li>ul.one-column {
    width: auto;
    left: auto
}
#nav>li>ul.one-column li.list_column {
    margin: 0
}
#nav>li>ul {
    width: auto;
    border-top: 5px solid #ed7557;
    background: #fdfdfd
}
#nav li.hover .menu_custom_block {
    width: 100%;
    background: #fdfdfd;
    border-top: none;
    top: 0
}
#nav li ul.shadow,
#nav li .menu_custom_block .shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#nav>li>ul.one-column .shadow {
    width: auto;
    padding: 10px
}
#nav .menu_custom_block {
    position: absolute;
    top: 47px;
    display: none;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
    float: none
}
#nav li .menu_custom_block .shadow {
    padding: 24px 15px 30px
}
#nav li.hover .menu_custom_block {
    display: block
}
#nav #menu_custom_block .col-third {
    float: left;
    width: 30%;
    margin: 0;
    display: inline;
    overflow: hidden;
    margin: 0 1% 0 2%
}
#nav #menu_custom_block .col-third h1,
#nav .menu_custom_block .col-third h2,
#nav .menu_custom_block .col-third h3 {
    padding: 14px 0;
    color: #4d4d4d
}
#nav #menu_custom_block .col-third img {
    margin: 0 0 10px
}
#nav ul {
    margin: 0
}
#nav li.dropdown {
    position: static
}
#nav ul li {
    margin: 0;
    padding: 0;
    width: 100%
}
#nav ul a {
    font-weight: normal
}
#nav ul ul li {
    position: relative
}
#nav ul ul ul ul {
    position: relative;
    z-index: 100;
    padding: 0 0 0 10px;
    width: auto
}
#nav li.list_column,
#nav li.category_desc_in_menu {
    display: inline-block;
    margin: 30px 0;
    border-left: 2px solid #eaeaea
}
#nav li.list_column,
#nav>li>ul.one-column li.list_column {
    width: 220px;
    margin-left: 10px
}
#nav ul li.list_column:first-child,
#nav>li>ul.one-column li.list_column:first-child {
    margin-left: 0
}
#nav li.hover li:first-child {
    border-left: 0
}
#nav li.hover li.category_desc_in_menu {
    padding: 0 30px;
    _width: 240px
}
#nav a.custom_category_link,
#nav .menu_custom_block a {
    display: inline;
    font-weight: bold
}
#nav h1.custom_menu_title {
    font-size: 1.25em
}
#nav li.list_column {
    display: block;
    float: left !important;
    margin-right: 20px;
    border: 0;
    margin-bottom: 40px;
    z-index: 2
}
#nav li.hover ul.list_in_column {
    position: relative;
    top: 0
}
#nav ul.list_in_column li {
    float: none;
    display: block
}
#nav ul.list_in_column ul {
    display: block
}
#nav ul.list_in_column li:hover ul {
    display: block
}
#nav .category_desc_in_menu img,
.custom_menu_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}
#nav .multi_column {
    display: inline-block
}
#nav #menu_custom_block ul.shadow {
    padding: 20px;
    overflow: hidden
}
#nav li.category_desc_in_menu {
    float: none;
    display: inline;
    padding: 20px 15px;
    border: 0;
    z-index: 1
}
#nav.megamenu li {
    float: left;
    margin-right: 12px;
    padding: 7px 0 0;
    list-style: none
}
#nav.megamenu>li>a {
    color: #fff;
    min-width: 170px;
    display: block;
    padding: 15px 20px 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background: #fff url(/templates/buyshop/img/arrow_down_1.png) no-repeat right -4px;
    box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.15);
    color: #000;
    text-decoration: none;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    text-transform: none
}
#nav.megamenu>li:hover>a {
    background: #333 url(/templates/buyshop/img/arrow_down_1.png) no-repeat right 20px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    -webkit-transition: border-color 0.25s 0s ease;
    -moz-transition: border-color 0.25s 0s ease;
    -o-transition: border-color 0.25s 0s ease
}
#nav.megamenu li.level1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#nav.megamenu li.level1:hover {
    border-left: 4px solid #4ac7cd !important;
    text-indent: -4px
}
#nav.megamenu li.level1>a,
#nav.megamenu li.level2>a,
#nav.megamenu li.level3>a,
#nav.megamenu li.level4>a,
#nav.megamenu li.level5>a,
#nav.megamenu li.level6>a,
#nav.megamenu li.level7>a,
#nav.megamenu li.level8>a,
#nav.megamenu li.level9>a,
#nav.megamenu li.level10>a #nav.megamenu li.level11>a {
    display: block;
    padding: 4px 20px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px
}
#nav.megamenu li.level1:hover>a {
    background: #f0f0f0;
    color: #4ac7cd
}
#nav.megamenu li.level1:hover>a,
#nav.megamenu li.level2:hover>a,
#nav.megamenu li.level3:hover>a,
#nav.megamenu li.level4:hover>a,
#nav.megamenu li.level5:hover>a,
#nav.megamenu li.level6:hover>a,
#nav.megamenu li.level7:hover>a,
#nav.megamenu li.level8:hover>a,
#nav.megamenu li.level9:hover>a,
#nav.megamenu li.level10:hover>a,
#nav.megamenu li.level11:hover>a {
    font-weight: bold
}
#nav.megamenu li:hover>ul,
#nav.megamenu li:hover>ul>li>ul.list_in_column {
    display: block
}
#nav.megamenu>li>ul {
    border-color: #fff;
    border-top-color: #333 !important;
    top: 58px
}
#nav.megamenu>li>ul,
#nav.megamenu li:hover .menu_custom_block {
    width: auto;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fdfdfd
}
#nav.megamenu>li>ul {
    left: auto
}
#nav.megamenu li ul.shadow,
#nav.megamenu li .menu_custom_block .shadow {
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 0
}
#nav.megamenu .menu_custom_block {
    position: absolute;
    top: 47px;
    display: none;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
    float: none
}
#nav.megamenu li .menu_custom_block .shadow {
    padding: 24px 15px 30px
}
#nav.megamenu li:hover .menu_custom_block {
    display: block
}
#nav.megamenu .menu_custom_block .col-third {
    float: left;
    width: 230px;
    margin: 0 14px;
    display: inline
}
#nav.megamenu .menu_custom_block .col-third h1,
#nav.megamenu .menu_custom_block .col-third h2,
#nav.megamenu .menu_custom_block .col-third h3 {
    padding: 14px 0
}
#nav.megamenu ul li {
    margin: 0;
    padding: 0
}
#nav.megamenu ul a {
    font-weight: normal
}
#nav.megamenu ul ul li {
    position: relative
}
#nav.megamenu ul ul ul ul {
    position: absolute !important;
    z-index: 1000 !important;
    top: -10px;
    left: 150px;
    padding: 10px 0;
    width: 200px;
    border-radius: 6px;
    background-color: #fdfdfd !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
nav>#nav.megamenu ul ul ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block !important
}
nav>#nav.megamenu ul ul ul ul,
nav>#nav.megamenu ul ul ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
nav>#nav.megamenu ul ul ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul {
    display: none !important
}
#nav.megamenu li.list_column {
    width: 200px;
    z-index: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 !important
}
#nav.megamenu li.list_column,
#nav.megamenu li.category_desc_in_menu {
    display: block;
    float: left;
    margin: 30px 0;
    border-left: 2px solid #eaeaea
}
#nav.megamenu li:hover li:first-child {
    border-left: none
}
#nav.megamenu li:hover li.category_desc_in_menu {
    padding: 0 30px;
    width: 240px;
    padding: 10px 40px 10px 30px;
    margin: 0 !important
}
#nav.megamenu a.custom_category_link,
#nav.megamenu .menu_custom_block a {
    display: inline;
    font-weight: bold
}
#nav.megamenu h1.custom_menu_title {
    font-size: 1.25em
}
#nav.megamenu li:hover ul.list_in_column {
    position: relative;
    top: 0
}
#nav.megamenu ul.list_in_column li {
    float: none
}
#nav.megamenu ul.list_in_column ul {
    display: none
}
#nav.megamenu ul.list_in_column li:hover ul {
    display: block
}
#nav.megamenu .category_desc_in_menu img,
.custom_menu_img img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1)
}
#megamenu {
    position: relative
}
#megamenu #nav ul.level0 {
    width: 100%;
    left: 0
}
#megamenu #nav li ul.shadow,
#nav li .menu_custom_block .shadow {
    padding-left: 0;
    padding-right: 0
}
#megamenu #nav ul.level0>li {
    width: 100%
}
#megamenu li.row_middle,
#megamenu li.row_top,
#megamenu li.row_bot {
    width: 100%;
    padding: 0;
    margin: 0
}
#megamenu span.inside {
    margin: 0 30px;
    padding: 20px 0;
    display: block;
    font: 13px/18px 'Oswald', sans-serif;
    text-transform: uppercase
}
#megamenu span.inside i {
    font-size: 18px;
    margin: -2px 5px 0 0;
    color: #ed7557
}
#megamenu li.row_middle>ul {
    margin: 0 30px;
    padding: 30px 0 5px;
    display: block
}
#megamenu li.row_top .inside {
    border-bottom: 1px solid #e1e1e1
}
#megamenu li.row_bot .inside {
    border-top: 1px solid #e1e1e1
}
#megamenu ul.rows_outer {
    float: left
}
#megamenu ul.rows_outer>li {
    clear: both
}
#megamenu ul.rows_outer ul {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: 0;
    z-index: 99
}
#megamenu ul.rows_outer ul:hover {
    z-index: 100
}
#megamenu ul.rows_outer ul.menu_row li.col {
    display: block;
    width: 175px;
    float: left;
    padding: 0;
    margin: 0 10px 30px 0;
    box-shadow: none;
    position: relative;
    z-index: 99
}
#megamenu ul.rows_outer ul.menu_row li.col:hover {
    z-index: 100
}
#megamenu ul.rows_outer ul.menu_row li.col ul {
    box-shadow: none
}
#megamenu ul.rows_outer ul.menu_row li.col li {
    width: auto;
    float: none;
    padding-left: 5px
}
#megamenu ul.rows_outer ul.menu_row li.col li.title {
    font: 16px/16px 'Oswald', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase
}
#megamenu ul.rows_outer ul.menu_row li.col li.title span {
    display: inline-block;
    margin: 1px 0 0 5px;
    font: 11px/16px Arial, Helvetica, sans-serif;
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    background-color: #ed7557
}
#megamenu ul.rows_outer ul.menu_row li.col li:hover {
    background-color: #f0f0f0
}
#megamenu ul.rows_outer ul.menu_row li.col li.title:hover {
    background-color: transparent !important
}
#megamenu ul.rows_outer ul.menu_row li.col li a:hover {
    text-decoration: none
}
#megamenu ul.rows_outer ul.menu_row li.col li ul {
    position: absolute;
    display: none;
    z-index: 1000;
    top: -10px;
    left: 100px;
    padding: 10px 0;
    width: 200px;
    border-radius: 6px;
    background: #fdfdfd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul {
    display: block
}
#megamenu ul.rows_outer ul.menu_row li.col li ul a {
    padding: 4px 10px
}
#megamenu .custom {
    padding: 20px 15px
}
#megamenu .custom img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px
}
#megamenu ul.rows_outer a {
    display: block;
    padding: 4px 0;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px
}
#megamenu ul.rows_outer ul.menu_row li.col li.title span.hot {
    background: #f00
}
#megamenu ul.rows_outer ul.menu_row li.col li.title a {
    font: 16px/16px 'Oswald', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline;
    background: none !important
}
ul.menu_row>li.col>ul>li a,
#megamenu .inside a {
    background: none !important
}
#megamenu .inside a {
    display: inline
}
@media (max-width: 1360px) {
    #megamenu ul.rows_outer ul.menu_row li.col {
        width: 155px
    }
}
@media (max-width: 1200px) {
    #megamenu ul.rows_outer ul.menu_row li.col {
        width: 136px
    }
}
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block !important
}
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul {
    display: none !important
}
.login_block {
    position: relative;
    padding-right: 10px;
    text-align: right;
    display: inline-block
}
.login_block a {
    padding-bottom: 5px
}
.login_social {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap
}
#cart .shoppingcart {
    margin: 0;
    height: 36px;
    width: 32px
}
#cart .shoppingcart .fadelink {
    top: 1px
}
.shoppingcart {
    position: relative;
    float: right;
    z-index: 50001;
    margin-top: 2px
}
.shoppingcart:hover {
    z-index: 50003
}
.shoppingcart .badge {
    position: absolute;
    top: -7px;
    right: -10px
}
.shoppingcart .fadelink {
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    top: 0;
    float: right
}
.shoppingcart .fadelink span a.btn {
    width: 32px;
    padding: 3px 0;
    line-height: 20px
}
.shoppingcart:hover .fadelink span a {
    background: #6a2886;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.shopping_cart_mini {
    margin-top: 40px;
    z-index: 100;
    display: none;
    width: 380px;
    border-radius: 5px;
    background-color: #fdfdfd;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    color: #000
}
.shopping_cart_mini .inner-wrapper {
    padding: 10px 15px
}
.shopping_cart_mini .item {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px
}
.shopping_cart_mini .product-image {
    float: left;
    margin-right: 10px;
    border: 1px solid #f3f3f3;
    width: 53px;
    text-align: center
}
.shopping_cart_mini .product-detailes {
    float: left;
    width: 250px
}
.shopping_cart_mini .product-detailes .product-name {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.05em
}
.shopping_cart_mini .product-detailes .product-price {
    color: #000;
    font-weight: bold
}
.shopping_cart_mini .button {
    float: right;
    margin-left: 5px
}
.shopping_cart_mini a i {
    margin-left: 7px;
    color: #000;
    font-size: 18px
}
.shopping_cart_mini .button {
    float: left;
    margin-right: 5px;
    padding: 0 7px;
    border-radius: 3px;
    background: #f0f0f0;
    color: #000;
    text-decoration: none;
    line-height: 31px;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.shopping_cart_mini .button:hover {
    background: #ed7557;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.vm-fieldset-customer-note #customer_note_field {
    width: 95%;
    height: 60px;
    resize: vertical
}
.vm-fieldset-tos input.terms-of-service {
    margin: 0 0 0 3px
}
.vm-fieldset-tos div.terms-of-service {
    text-align: center;
    margin: 10px
}
.product-field-display {
    margin-bottom: 20px
}
.product-field-display .PricesalesPrice {
    font-weight: bold
}
.product-field-display a:before,
.product-field-display a:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both
}
.product-field-display a img {
    float: left;
    margin: 0 10px 10px 0
}
.product-field-display a .vm-img-desc {
    display: block
}
.product-field-type-R {
    display: none
}
.output-shipto #STsameAsBTjs {
    margin: 0 0 0 5px
}
#header.header_v_2 .row {
    position: relative
}
#header.header_v_2 {
    position: relative;
    z-index: 1001;
    margin-bottom: 25px
}
#header.header_v_2 .line_header_bot {
    position: relative;
    margin-top: -6px;
    height: 5px;
    border-bottom: 1px solid transparent;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1)
}
#header.header_v_2 #logo {
    float: none
}
#header.header_v_2 .fadelink {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
    padding-top: 7px
}
#header.header_v_2 .shoppingcart {
    position: absolute;
    right: 0;
    bottom: 45px
}
#header.header_v_2 .shoppingcart .fadelink {
    display: block;
    position: absolute
}
#header.header_v_2 .fadelink>a {
    min-width: 70px;
    display: block;
    padding: 15px 30px 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background: #fff url(/templates/buyshop/img/arrow_down_1.png) no-repeat right -4px;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.15);
    color: #000;
    text-decoration: none;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
#header.header_v_2 .fadelink:hover {
    z-index: 50005
}
.notouch #header.header_v_2 .fadelink:hover>a,
.touch #header.header_v_2 .fadelink.open>a {
    background: #333 url(/templates/buyshop/img/arrow_down_1.png) no-repeat right 20px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    -webkit-transition: border-color 0.25s 0s ease;
    -moz-transition: border-color 0.25s 0s ease;
    -o-transition: border-color 0.25s 0s ease
}
#header.header_v_2 .fadelink li.level1:hover a {
    background: #f0f0f0
}
#header.header_v_2 .fadelink .ul_wrapper {
    position: absolute;
    display: none;
    top: 47px;
    border-top: 5px solid #333;
    z-index: 50
}
#header.header_v_2 .fadelink .ul_wrapper ul {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px 30px 10px 10px;
    min-width: 80px;
    width: auto;
    border-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    background: #fff
}
#header.header_v_2 .fadelink li {
    padding: 2px 0
}
#header.header_v_2 .form-search-wrapper {
    padding: 7px 5px 0 15px;
    margin-right: 10px
}
#header.header_v_2 .form-search-wrapper.display-small-tablet {
    display: none
}
#header.header_v_2 .form-search input.search-query {
    width: 210px
}
#right_toolbar {
    position: fixed;
    right: 0px;
    bottom: 15%;
    z-index: 60001
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #right_toolbar {
        right: 15px
    }
}
#right_toolbar .shoppingcart {
    float: none;
    margin: 15px 0 7px 20px;
    padding: 0;
    position: relative;
    display: inline-block
}
#right_toolbar .shoppingcart:hover {
    padding: 0 0 0 20px;
    margin: 15px 0 7px 0
}
#right_toolbar .shoppingcart .fadelink {
    position: relative;
    float: left
}
#right_toolbar .shopping_cart_mini {
    position: absolute;
    bottom: -110px;
    margin-right: 38px;
    right: 0;
    left: auto
}
#right_toolbar .shoppingcart .badge {
    right: -5px
}
#right_toolbar .search_wrapper {
    clear: both;
    position: relative;
    height: 40px
}
#right_toolbar .form-search {
    position: static
}
#right_toolbar .form-search button {
    position: relative;
    z-index: 100;
    margin: -3px 0 0 18px
}
#right_toolbar .form-search input.search-query {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
    padding: 2px 10px;
    width: 0;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
}
#back-top a {
    display: block;
    margin: 0 0 0 5px;
    padding: 5px 0 0 0;
    width: 40px;
    height: 32px;
    text-align: center;
    background: #e2e2e2;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    border-radius: 3px;
    opacity: 1
}

#back-top a:hover {
    background: #e95b37;
    color: #ffffff;
}

section.slider {
    margin-bottom: 10px
}
body.home_v_2 section#content {
    background: url(/templates/buyshop/img/home_v_2_body_bg.jpg) no-repeat center 0;
    padding-top: 22px
}
section#content>.container.top,
section#content_top {
    padding-top: 15px;
    box-shadow: 0 -5px 2px -4px rgba(0, 0, 0, 0.1)
}
section#content {
    padding-bottom: 30px
}
section#content_top {
    padding-bottom: 0
}
section#content_bot {
    padding-bottom: 70px
}
#column_left.span3 {
    float: right
}
#column_right.span9 {
    float: right
}
.box-wrapper {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    background-color: #fff
}
.box-wrapper .inside {
    padding: 20px
}
.box-wrapper .inside.min-height {
    min-height: 270px
}
.box-wrapper .line {
    overflow: hidden;
    width: 100%;
    height: 1px;
    border-top: 5px solid #ed7557;
    margin: 0 0 -6px 0
}
.box-wrapper a {
    text-decoration: underline
}
.box-wrapper a:hover,
.box-wrapper .button {
    text-decoration: none
}
.table.shopping-cart-table th,
.table.shopping-cart-table td {
    padding: 20px 10px 15px 10px;
    border-bottom: 2px solid #e5e5e5
}
.table.shopping-cart-table a {
    text-decoration: underline
}
.table.shopping-cart-table a:hover {
    text-decoration: none
}
.table.shopping-cart-table th {
    padding: 5px 10px
}
.table th.aligncenter,
.table td.aligncenter {
    text-align: center
}
.table th.alignright,
.table td.alignright {
    text-align: right
}
.table.shopping-cart-table td {
    border-right: 1px solid #e5e5e5
}
.table.shopping-cart-table td:first-child {
    border-left: 1px solid #e5e5e5;
    width: 10%;
    min-width: 136px
}
.table.shopping-cart-table td.name-col {
    width: 45%
}
.table.shopping-cart-table td.delete-col {
    width: 42px
}
.table.shopping-cart-table td.delete-col .vm2-remove_from_cart {
    background: none;
    color: #000;
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 20px
}
.table.shopping-cart-table td.delete-col .vm2-remove_from_cart:hover:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s
}
.table.shopping-cart-table td.quantity-col {
    width: 110px
}
.table.shopping-cart-table td.quantity-col button {
    color: #fff;
    text-shadow: none;
    border: none;
    height: 31px
}
.table.shopping-cart-table td.quantity-col button:hover {
    color: #fff
}
.table.shopping-cart-table td.coupon-code-form input {
    margin: 0px
}
.table.shopping-cart-table td.coupon-code-form .details-button .details-button {
    height: 33px;
    margin: 0px
}
.table.shopping-cart-table th {
    font-weight: normal
}
.table.shopping-cart-table input.qty {
    width: 30px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -5px;
    margin-bottom: -5px
}
.table.shopping-cart-table a[class^="icon-"],
.table.shopping-cart-table a[class*=" icon-"] {
    font-size: 20px
}
.table.shopping-cart-table .cart-col-name {
    display: none
}
.table.shopping-cart-table-total {
    border-bottom: 2px solid #e5e5e5
}
.table.shopping-cart-table-total th,
.table.shopping-cart-table-total td {
    padding: 0 15px;
    border: none
}
.product {
    position: relative;
    margin-top: 10px;
    margin-bottom: 14px;
    /*border-radius: 8px;*/
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
}
.product a {
    text-decoration: none
}
.product a:hover {
    text-decoration: underline
}
.product .product-image-wrapper {
    padding: 5px 5px 0 5px;
    text-align: center;
    cursor: pointer;
    z-index: 350
}
.product .product-image-wrapper .roll_over_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none
}
.small_with_description .product,
.big_without_description .product,
.small_without_description .product,
.product-listing .product {
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 0;
    box-shadow: none
}
.small_with_description .product .product-image-wrapper,
.big_without_description .product .product-image-wrapper,
.small_without_description .product .product-image-wrapper,
.product-listing .product .product-image-wrapper {
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
}
.small_with_description .product {
    border-radius: 8px
}
@media (min-width: 1201px) {
    .product.hover {
        box-shadow: none
    }
    .product.hover .product-image-wrapper {
        box-shadow: none
    }
}
.product .product-image-wrapper img {
    float: none;
    margin: 0 auto
}
.product .product-price,
.product .product-price-regular,
.preview .product-price,
.preview .product-price-regular {
    font: 16px/18px Arial, Helvetica, sans-serif;
    padding-top: 3px
}
.product .product-price-regular,
.preview .product-price-regular {
    color: #f00
}
.product .product-price span.old,
.product .product-price-regular span.old,
.preview .product-price span.old,
.preview .product-price-regular span.old {
    padding-left: 5px;
    color: #000;
    text-decoration: line-through;
    font-size: 12px;
    line-height: 18px
}
.product .product-price span.new,
.preview .product-price span.new {
    color: #f00
}
.product .product-tocart,
.preview .product-tocart {
    float: right;
    text-align: right;
    height: 35px;
    width: 25px;
    margin-top: -2px
}
.product .product-tocart a,
.preview .product-tocart a {
    color: #ed7557;
    font-size: 20px;
    line-height: 25px;
    -webkit-transition: font-size 0.25s 0s ease;
    -moz-transition: font-size 0.25s 0s ease;
    -o-transition: font-size 0.25s 0s ease
}
.product .product-tocart a:hover,
.preview .product-tocart a:hover {
    font-size: 25px;
    -webkit-transition: font-size 0.25s 0s ease;
    -moz-transition: font-size 0.25s 0s ease;
    -o-transition: font-size 0.25s 0s ease
}
.product .product-link,
.preview .product-link {
    margin-top: 5px;
    line-height: 15px
}
.product .product-name,
.preview .product-name{
    margin-top: 10px;
    margin-bottom: 7px;
    font: 15px/16px Arial, Helvetica, sans-serif;
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
	text-align:center;
}


.product .wrapper-hover {
    padding: 3px 14px 12px 14px
}
.preview .wrapper-hover {
    padding: 3px 9px 12px 9px
}
.upsell_products .preview .wrapper-hover {
    padding: 3px 9px 2px 9px
}
.preview.small .wrapper-hover {
    padding: 7px 0 12px 0
}
.small_with_description .product .wrapper-hover {
    padding: 2px 5px
}
.product .product_label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101
}
.product-row-divider {
    clear: both;
    height: 0
}
.style2 .image-wrapper {
    margin: 0 4px
}
.style2 .image-wrapper img {
    margin-bottom: 65px
}
.label_outer {
    position: relative;
    z-index: 1;
    height: 200px
}
.label_new_top_left,
.label_new_top_right,
.label_sale_top_left,
.label_sale_top_right {
    position: absolute;
    top: 20px;
    left: -3px;
    z-index: 351;
    width: 68px;
    font-size: 11px;
    line-height: 12px;
    padding: 6px 0;
    background-color: #9da9ad;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px
}
.label_new_top_right {
    right: -3px;
    left: auto
}
.label_sale_top_left,
.label_sale_top_right {
    background-color: #ff391c
}
.label_sale_top_right {
    right: -3px;
    left: auto
}
.sale_discount {
    color: #FFF;
    background-color: #ed7557;
    font-family: arial,Lato;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 130px;
    width: 40px;
    box-shadow: 0 0 11px #FFF;
    -webkit-box-shadow: 0 0 11px #FFF;
    z-index: 500
}
.preview {
    position: absolute;
    z-index: 4000;
    top: 0;
    left: 0;
    display: none;
    float: left;
    text-align: left;
    padding: 5px 5px 10px 5px;
    border-radius: 5px;
    background-color: #fff;
    /*box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);*/
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	/*border:1px solid  rgba(0, 0, 0, 0.27);*/
	
}
.preview .col-1 {
    width: 71px;
    padding-right: 4px;
    text-align: center
}
.preview .col-2 {
    width: 260px
}
.preview .col-1 img {
    margin-bottom: 5px
}
.preview.small {
    padding-bottom: 5px
}
.preview.small .col-1 {
    width: 53px;
    padding-right: 4px
}
.preview.small .col-2 {
    width: 160px
}
.preview.small .padding {
    padding: 8px 3px 0
}
.preview .preview_top {
    overflow: hidden
}
.preview .preview_bot {
    padding: 0
}
.preview.small .preview_bot {
    margin-top: 0;
    padding: 8px 0 12px 55px
}
.preview.small img {
    margin-bottom: 4px;
    margin-left: 1px
}
.preview .big_image {
    text-align: center
}
.preview.small .big_image {
    left: 0
}
.icon {
    float: left;
    width: 30px
}
.txt {
    margin-bottom: 10px;
    margin-left: 30px
}
.twit {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.1)
}
.twit a,
.twit .icon {
    color: #ed7557
}
.twit .icon {
    width: 25px;
    font-size: 18px
}
.twit .mess {
    margin-left: 25px
}
.fb-like-box,
.fb-like-box iframe[style],
.fb-like-box span {
    width: 100% !important
}
.block {
    margin: 0
}
#column_left .block {
    margin: 0 0 15px;
    border-bottom: 1px solid #eee
}
.block.last {
    border: none
}
.block .block-title {
    padding-bottom: 10px;
    text-transform: uppercase;
    font: 20px/24px 'Oswald', sans-serif
}
.block .block-title strong {
    font-weight: normal
}
.block .block-content {
    padding: 5px 0 15px
}
.block .block-subtitle {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px
}
.block-layered-nav dt {
    margin: 0;
    padding: 7px 0 6px;
    font-weight: bold
}
.block-layered-nav dd {
    margin: 0 0 25px;
    padding: 0
}
.block-layered-nav ol {
    margin: 0
}
.block-layered-nav dd li {
    margin-bottom: 6px;
    padding: 0 0 0 19px;
    background: url(/templates/buyshop/img/block-layered-dt.gif) no-repeat scroll 0 9px transparent
}
.block-layered-nav dd li a {
    text-decoration: none
}
.block-layered-nav dd li a:hover {
    text-decoration: underline
}
.block-inline {
    display: inline-block;
    margin: 0 15px 0 0
}
.block-inline:last-child {
    margin: 0
}
ul#poll-answers {
    margin-bottom: 15px
}
ul#poll-answers li {
    line-height: 22px
}
ul#poll-answers .label {
    display: inline-block;
    padding: 0 4px;
    border-radius: 0;
    background: none;
    color: #000;
    vertical-align: baseline;
    text-shadow: none;
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px
}
ul#poll-answers label {
    margin: 0
}
ul#poll-answers input[type="radio"] {
    margin: -2px 0 0
}
.line {
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ececec
}
.line1 {
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #c7c7c7
}
.listing_header_row1 {
    padding: 10px 0 0;
    line-height: 26px
}
.listing_header_row1 .pull-left {
    width: 33%
}
.listing_header_row1 .pull-right {
    width: 33%
}
.listing_header_row2 {
    padding: 0 0 30px 0
}
.listing_header_row1 label {
    display: inline-block;
    padding-right: 15px;
    font-size: 12px;
    line-height: 26px;
    cursor: text
}
.listing_header_row1 label {
    display: inline-block;
    padding-right: 15px;
    font-size: 12px;
    line-height: 26px;
    cursor: text
}
.iphone .listing_header_row1 label {
    padding-right: 5px
}
.listing_header_row1 a[class^="icon-"],
.listing_header_row1 a[class*=" icon-"] {
    padding-right: 5px;
    color: #000;
    font-size: 26px;
    text-decoration: none;
    display: inline-block
}
@-moz-document url-prefix() {
    .listing_header_row1 a[class^="icon-"], .listing_header_row1 a[class*=" icon-"] {
        margin-top: -2px
    }
}
.listing_header_row1 a[class^="icon-"]:hover,
.listing_header_row1 a[class*=" icon-"]:hover {
    color: #666
}
.listing_header_row1 a[class^="icon-"].active,
.listing_header_row1 a[class*=" icon-"].active {
    color: #ed7557
}
.num {
    text-align: right
}
.num a,
.num span {
    display: inline-block;
    padding-right: 5px;
    line-height: 20px
}
a.small_icon i {
    padding: 0 3px;
    background-color: rgba(236, 236, 236, 1);
    font-size: 12px;
    line-height: 20px
}
a.small_icon:hover i {
    background-color: rgba(236, 236, 236, 0.6)
}
a.small_icon_color i {
    margin-top: -2px;
    margin-right: 7px;
    padding: 0 2px;
    border-radius: 2px;
    background-color: #ed7557;
    color: #fff;
    font-size: 12px;
    line-height: 20px
}
a.small_icon_color i.icon-heart {
    text-indent: 1px
}
a.small_icon_color:hover i {
    background-color: #6a2886
}
.middle_icon_color {
    display: block;
    margin-right: 10px;
    padding: 2px 0 0 0;
    width: 32px;
    font-size: 23px;
    height: 29px;
    line-height: 28px;
    border-radius: 3px;
    background: #ed7557;
    text-align: center;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.iphone .middle_icon_color {
    padding: 0;
    height: 31px
}
.rating {
    margin-top: 7px
}
.rating i {
    color: #ccc;
    font-size: 14px
}
.rating strong i {
    color: #b141e4
}
.product-shop {
    display: inline-block
}
.product-shop h3 {
    padding-right: 0
}
.product-shop .product_info_left {
    overflow: hidden
}
.product-shop .product_custom,
.product-shop .product_related {
    float: right;
    margin-left: 30px;
    margin-top: -10px;
    width: 170px
}
.product-shop .embed-custom2 {
    margin-bottom: 15px
}
.product-img-box {
    min-height: 545px
}
.product-img-box .product-image {
    padding: 8px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
}
.product-img-box .product-image #wrap {
    overflow: visible !important
}
.product-img-box .product-image>img {
    width: 100%
}
.product-shop .product-name h1 {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    margin-top: -3px
}
.product-shop .product-name h1 a {
    line-height: 18px
}
.product-shop .availability {
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7
}
.product-shop .short-description {
    padding: 5px 0 15px;
    border-bottom: 1px solid #D7D7D7
}
.product-shop .price-box {
    padding: 25px 0 10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold
}
.product-listing .price-box {
    display: inline-block;
    color: #4a4a4a;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    width: 200px
}
.product-listing .price-box .old-price,
.product-listing .price-box .special-price {
    margin: 0
}
.product-listing .price-box .special-price .price {
    line-height: 28px
}
.product-listing .product-review {
    display: inline-block;
    line-height: 30px
}
.product-listing .product-review a {
    text-decoration: underline
}
.product-listing .product-review a:hover {
    text-decoration: none
}
.product-listing .product-review .rating {
    margin: 0
}
.product-listing .preview {
    padding-bottom: 5px
}
.product-shop .old-price,
.product-shop .special-price,
.product-listing .old-price,
.product-listing .special-price {
    display: inline-block
}
.product-shop .old-price .price,
.product-listing .old-price .price {
    padding-right: 10px;
    color: #4a4a4a;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px
}
.product-shop .special-price .price,
.product-listing .special-price .price {
    color: #e60000
}
.product-listing .special-price .price {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold
}
.product-listing .product-detailes .product-name {
    margin-bottom: 0
}
.product-shop .add-to-cart {
    margin: 0
}
.product-shop .add-to-cart .qty {
    display: inline-block;
    margin-right: -10px;
    padding: 12px 35px 0 10px;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 5px
}
.product-shop .add-to-cart label {
    float: left;
    margin-right: 12px;
    line-height: 30px
}
.product-shop .add-to-cart .qty input {
    padding: 0;
    width: 40px;
    height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    text-align: center
}
.product-shop .add-to-cart button.btn-cart,
.product-listing a.btn-cart,
.product-shop .add-to-cart .addtocart-button {
    height: 56px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px
}
.product-listing {
    margin-bottom: 20px
}
.product-listing a.btn-cart {
    margin-right: 20px;
    margin-bottom: 5px;
    height: 38px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px
}
.product-shop .add-to-cart button.btn-cart i,
.product-listing a.btn-cart i {
    margin-top: -10px;
    padding-right: 8px;
    font-size: 22px
}
.product-listing a.btn-cart i {
    margin-top: -2px
}
.product-shop .add-to-links,
.product-listing .add-to-links {
    display: inline-block
}
.product-listing .add-to-links {
    padding: 10px 0 0 0
}
.product-shop .add-to-links li,
.product-listing .add-to-links li {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px
}
.product-shop .add-to-links li:last-child,
.product-listing .add-to-links li:last-child {
    margin-right: 0
}
.product-shop .no-rating {
    padding: 15px 0 0
}
.product-shop .no-rating a {
    text-decoration: underline
}
.product-shop .no-rating a:hover {
    text-decoration: none
}
.product-listing .bottom-line,
.product-listing .product-buttons {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0
}
.product-listing .product-buttons {
    border: none
}
.product-listing .product-name,
.product-listing .product-name a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none
}
.product-listing .product-name a:hover {
    text-decoration: underline
}
.category-listing .category h3 {
    margin: 0;
    text-align: center
}
.category-listing .category h3 a {
    text-transform: none
}
.category-listing .category h3 a:hover {
    text-decoration: none
}
.product-show-category {
    margin-bottom: 11px
}
.socialsplugins_wrapper {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 10px
}
.socialsplugins_wrapper .facebook_button {
    float: left;
    margin-right: 5px
}
.socialsplugins_wrapper .twitter_button {
    float: left;
    margin-right: -10px
}
.socialsplugins_wrapper .pinit_button {
    float: left
}
.promo_box {
    display: table;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #f2f2f2
}
.promo_box span {
    display: block;
    vertical-align: middle;
    display: table-cell;
    width: 100%
}
.promo_box:hover div {
    background-color: #6a2886
}
.nav-tabs>li>a,
.nav-pills>li>a {
    margin-right: 4px;
    padding-right: 20px;
    padding-left: 20px
}
.nav-tabs {
    border-bottom: none
}
.nav-tabs>li {
    margin-bottom: 0
}
.nav-tabs>li>a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    color: #000;
    font-weight: bold;
    line-height: 24px
}
.nav-tabs>li>a:hover,
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
    border: none;
    background-color: #e95b37;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    color: #fff;
    text-decoration: none
}
.nav-tabs>li>a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    color: #000;
    font-weight: bold;
    line-height: 24px
}
.nav-tabs>li>a:hover,
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
    border: none;
    background-color: #e95b37;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    color: #fff;
    text-decoration: none
}
.horizontalTab .nav-tabs>li>a,
.verticalTab .nav-tabs>li>a {
    border-radius: 3px 3px 0 0;
    background-color: #f8f8f8;
    box-shadow: none;
    font: 13px/24px 'Oswald', sans-serif;
    text-transform: uppercase
}
.verticalTab .nav-tabs>li>a {
    border-radius: 3px 0 0 3px;
    min-width: 35px
}
.verticalTab.tabs-right .nav-tabs>li>a {
    border-radius: 0 3px 3px 0
}
.horizontalTab .nav-tabs>li>a:hover,
.horizontalTab .nav-tabs>.active>a,
.horizontalTab .nav-tabs>.active>a:hover,
.verticalTab .nav-tabs>li>a:hover,
.verticalTab .nav-tabs>.active>a,
.verticalTab .nav-tabs>.active>a:hover {
    background-color: #ed7557;
    box-shadow: none;
    color: #fff;
    text-decoration: none
}
.verticalTab.tabs-left>.nav-tabs {
    margin-right: 0;
    margin-top: 0;
    border: 0
}
.verticalTab.tabs-right>.nav-tabs {
    margin-left: 0
}
.tab-content {
    position: relative;
    z-index: 5;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    border-top-left-radius: 0;
    border-top: 5px solid #e95b37;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
}
.horizontalTab .tab-content,
.verticalTab.tabs-right .tab-content,
.verticalTab.tabs-left .tab-content {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.27);
    border-top: 1px solid #e5e5e5
}
.verticalTab.tabs-right .tab-content,
.verticalTab.tabs-left .tab-content {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27)
}
.verticalTab.tabs-right .tab-content {
    border-top-left-radius: 5px;
    border-top-right-radius: 0
}
.content_top {
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}
.breadcrumbs {
	box-sizing:border-box;
    /*display: inline-block;*/
    margin-bottom: 20px;
    line-height: 14px;
	/*width:100%;*/
	
	padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.breadcrumbs a {
    display: block;
    float: left;
	padding-right:5px;
}
.breadcrumbs span {
    display: block;
    float: left;
    padding: 0 5px;
    color: #bababa
}
.direction-nav,
.small_previews {
    position: relative;
	width:122px;
    /*float: right;*/
    /*margin-top: -10px*/
}
.carousel .small_previews {
    position: absolute !important;
    top: -36px;
    right: 9px
}
.flexslider.vertical .small_previews {
    position: absolute;
    top: 366px;
    right: 0px;
    margin: 0 0 20px 0
}
.direction-nav a {
    display: inline-block;
    margin-left: 4px;
    padding: 0;
    width: 34px;
    height: 33px;
    border-radius: 2px;
    background: #e2e2e2;
    color: #fff;
    text-indent: 2px;
    font-size: 24px;
    line-height: 33px;
    cursor: pointer;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.iphone .direction-nav a {
    padding: 2px 0 0;
    height: 31px
}
.direction-nav a:hover {
    background-color: #e95b37;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}
.small_preview {
    text-align: center;
    position: absolute;
    width: 85px;
    height: 85px;
    z-index: 10000;
    top: 38px;
    display: none;
    padding: 4px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
}
.small_preview.next {
    right: -60px
}
.small_preview.prev {
    right: 40px
}
.small_previews #jcarousel_preview_prev,
.small_previews #jcarousel_preview_next {
    top: 20px;
    z-index: 100
}
.accordion,
.toggle {
    margin-bottom: 20px
}
.accordion-group {
    margin-bottom: 2px;
    padding: 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e2e2
}
.accordion-heading {
    border-bottom: 0 none;
    position: relative
}
.accordion-heading a {
    color: #fff;
    text-decoration: none;
    margin: 0;
    border-radius: 5px;
    font-family: arial,Lato;
}
.accordion-faq .accordion-heading a {
    font-family: arial,Lato;
    font-weight: bold
}
.accordion-heading a span {
    padding-right: 20px
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    line-height: 20px;
    background: #ed7557;
    border-radius: 3px
}
.accordion-heading a.collapsed {
    margin: 0;
    background: #ed7557;
    color: #fff
}
.accordion-heading a span {
    position: absolute;
    top: 7px;
    right: -10px;
    text-align: center;
    color: #fff;
    font-size: 14px
}
.accordion-heading a span.number {
    position: relative;
    padding-right: 20px;
    top: auto;
    right: auto
}
.accordion-heading a span.closed {
    display: none
}
.accordion-heading a span.open {
    display: block;
    top: 7px
}
.accordion-heading a.collapsed span.open {
    display: none
}
.accordion-heading a.collapsed span.closed {
    display: block
}
.accordion-toggle {
    cursor: pointer
}
.accordion-inner {
    overflow: hidden;
    padding: 30px 20px;
    background: #fcfcfc;
    border: none
}
.box-list {
    padding: 10px 30px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1)
}
.box-list li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.2)
}
.box-list li:last-child {
    border: none
}
.custom_blocks {
    display: inline-block;
    width: 100%
}
.custom_blocks .box {
    width: 270px;
    float: left;
    text-align: center;
    padding: 0;
    background: none
}
.custom_blocks .box:first-child {
    padding: 0 10px 0 0;
}
.custom_blocks .box:last-child {
    width: 290px;
}
.custom_blocks .pull-left {
    padding: 0;
    background: none
}
.custom_blocks .pull-left:first-child {
    padding: 0 30px 0 0;
}
.custom_blocks .box a {
    text-transform: uppercase;
    font: 18px/20px 'Oswald', sans-serif;
    font-weight: normal;
    margin: 0 auto;
    display: block;
    text-align: center
}
.custom_blocks .box a:hover {
    text-decoration: none
}
.custom_blocks .box .inside {
    margin: 8px 0 0;
    padding: 0 0 8px 0;
    text-align: center;
    -moz-transition: all 1s 0s linear;
    -o-transition: all 1s 0s linear;
    -webkit-transition: all 1s 0s linear;
    overflow: hidden;
}
.custom_blocks .box .inside:hover {}
.custom_blocks .btn_outer {
    display: inline-block;
    float: left;
    margin: 0 9px;
	overflow: hidden;
	position:relative;
}
.custom_blocks .box .text {
	display: inline-block;
    line-height: 30px;
    margin-top: 20px;
	font-family:Lato,arial;
	font-weight:bold;
	font-size:15px;
	
}
.block_img img {
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    width: 100%;
}
.block_img img:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.message {
    padding: 15px 20px 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
}
.message .text {
    font-size: 12px;
    line-height: 28px;
    display: inline-block
}
.message i {
    font-size: 28px;
    padding-right: 10px;
    display: inline-block
}
@-moz-document url-prefix() {
    .message i {
        margin-top: -2px
    }
}
.message.error {
    background: #f3dddd;
    border-color: #dfd2d2;
    color: #866868
}
.message.error i {
    color: #d1aaaa
}
.message.done {
    background: #e8f6df;
    border-color: #d9e6d1;
    color: #67795c
}
.message.done i {
    color: #bad3aa
}
.message.info {
    background: #efefef;
    border-color: #e8e8e8;
    color: #8a8a8a
}
.message.info i {
    color: #c7c7c7;
    font-size: 22px;
    padding-top: 3px;
    padding-bottom: 3px
}
#bottom_block {
    padding: 0 0 25px 0;
    margin-bottom: -50px
}
#push,
#footer {
    height: 27px;
    clear: both
}
#footer {
    z-index: 3000;
    position: relative;
    color: #959595;
    bottom: 0;
    margin-top: -27px
}
#footer:hover {
    z-index: 3002
}
#footer a {
    color: #959595
}
#footer_line {
    position: relative;
    z-index: 0;
    background-color: #333
}
#footer_bottom {
    position: relative;
    z-index: 1
}
#footer_bottom i {
    color: #fff;
    font-size: 14px
}
#footer_bottom .pull-right,
#footer_bottom .pull-left {
    max-width: 49%
}
#footer_bottom .pull-right {
    text-align: right
}
#footer_bottom .noHover,
#footer_bottom .noHover span {
    padding: 0;
    line-height: 25px;
    margin: 0 0 1px 0
}
#footer_bottom .noHover img {
    vertical-align: middle;
	margin:0 4px;
}
#footer_bottom .noHover span {
    display: inline-block
}
#footer_bottom .noHover span.text {
    padding-top: 5px
}
#footer_bottom .noHover span.text,
#footer_bottom .noHover span.text span {
    display: inline-block;
    line-height: 18px
}
#footer_bottom .noHover span.text span {
    margin: 0
}
#footer_bottom .pull-right.noHover {
    padding: 2px 0 0;
    line-height: 24px
}
#footer_bottom p {
    margin: 0;
    padding: 0
}
#footer_bottom .pull-right.noHover>* {
    margin-left: 5px;
    display: inline-block
}
#footer_bottom .pull-left.noHover>* {
    margin-right: 5px;
    display: inline-block
}
#footer_bottom .payment_icons img {
    margin-right: 4px
}
#footer_button {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    margin-left: -20px;
    padding: 3px 0 0 0;
    width: 30px;
    height: 24px;
    text-align: center;
    background: #3c3c3c;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    overflow: hidden
}
#footer_popup {
    position: absolute;
    z-index: 0;
    bottom: 0;
    display: none;
    padding-bottom: 65px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85)
}
#footer_popup.footer_bg {}#footer_popup h3,
#footer_popup h4 {
    padding: 10px 0;
    border-bottom: 1px solid #444;
    color: #fff;
    font: 18px/24px 'Oswald', sans-serif
}
#footer_popup h4 {
    border: none
}
#footer_bottom i {
    color: #fff;
    font-size: 16px;
    height: 24px;
    padding: 0 1px;
    -moz-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear
}
#footer_bottom i:hover {
    -moz-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear
}
#footer_bottom i.icon-facebook:hover {
    color: #3b5998
}
#footer_bottom i.icon-twitter-bird:hover {
    color: #49c8f5
}
#footer_bottom i.icon-linkedin:hover {
    color: #069
}
#footer_bottom i.icon-pinterest:hover {
    color: #cb2027
}
#footer_bottom i.icon-gplus:hover {
    color: #d14836
}
#preloader {
    position: fixed;
    z-index: 100000;
    top: 40%;
    width: 100%
}
#preloader .message {
    position: absolute;
    left: 32%;
    top: 30%;
    padding: 0;
    background-color: rgb(105,105,105);
    border-radius: 6px;
    border: none;
    color: #fff;
    text-align: center;
    width: 34%;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3)
}
#preloader .loader {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -28px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3)
}
#preloader .loader img {
    opacity: 0.9
}
#preloader .message .inside {
    padding: 20px
}
#preloader .message h2 {
    background-color: #494949;
	color: #fff;
	-webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
	font-size:18px;
	margin: 0 !important;
	padding: 5px;
}

#login-box {
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -200px;
    width: 320px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    background: #fff;
    text-align: center
}
#login-box a {
    text-decoration: underline
}
#login-box a:hover,
#login-box .button {
    text-decoration: none
}
#login-box .inside {
    padding: 20px
}
#login-box input {
    text-align: center;
    color: #000;
    margin: 12px 0
}
#login-box .button {
    margin-top: 20px;
    position: relative
}
#login-box .line {
    overflow: hidden;
    margin: 20px -20px 0 -20px;
    width: 320px;
    height: 1px;
    border-top: 5px solid #ed7557
}
#carousel_tabs a {
    white-space: nowrap
}
label,
input,
button,
select,
textarea {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px
}
.form-search-wrapper {
    position: relative;
    z-index: 50004;
    margin-right: 26px
}
.form-search {
    position: relative;
    margin-bottom: 0
}
.form-search input.search-query {
    font-size: 12px;
    width: 260px;
    height: 26px;
    line-height: 24px;
    /*border: 1px solid #fff;*/
    /*border-radius: 4px;*/
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
}
select {
    /*border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    outline: none;
    height: 34px;
    line-height: 34px;
    padding: 6px;
    font-size: 14px;*/
	box-sizing: border-box;
    height: 34px;
    margin-bottom: 8px;
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select:focus{
	/*border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;*/
	
	border-color: rgba(235, 108, 76, 0.8);
    outline: 0 none;
	box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
	-moz-box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
	-webkit-box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
}
select.fullwidth,
input.fullwidth,
textarea.fullwidth {
    width: 99%
}
input.fullwidth,
textarea.fullwidth {
    width: 94%
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    -webkit-appearance: none
}
/*textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #C68DDE;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
}*/
#form-contact input {
    width: 100%
}
#form-contact input.input-small {
    width: 120px;
    margin-top: 5px
}
#form-contact textarea {
    width: 100%;
    height: 185px;
    margin-bottom: 20px
}
button,
.button,
.more-link,
input[type="submit"] {
    padding: 0 20px;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 5px
}
.more-link {
    display: inline-block;
    text-decoration: none
}
button.dark,
.button.dark {
    background: #333
}
.button {
    display: inline-block;
    text-decoration: none
}
button:hover,
.button:hover,
.more-link:hover,
input[type="submit"]:hover {
    background: #6a2886;
    color: #fff;
    text-decoration: none
}
button.border,
.button.border {
    border: 1px solid #ed7557;
    background: #fff;
    color: #ed7557
}
button.border:hover,
.button.border:hover {
    border: 1px solid #ed7557;
    background: #ed7557;
    color: #fff
}
button.grey,
.button.grey {
    background: #f0f0f0;
    color: #000
}
button.grey:hover,
.button.grey:hover {
    background: #cfcfcf;
    color: #000
}
.btn-mini {
    padding: 0 15px;
    font: 12px/35px 'Oswald', sans-serif
}
.btn-small {
    padding: 0 20px;
    font: 16px/51px 'Oswald', sans-serif
}
.btn-middle {
    padding: 0 15px;
    border: none;
    border-radius: 3px;
    background: #ed7557;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font: 14px/42px 'Oswald', sans-serif;
    margin-top: 18px;
    margin-bottom: 18px
}
.btn-large {
    padding: 0 35px;
    font: 21px/61px 'Oswald', sans-serif;
    border-radius: 5px
}
.btn-xlarge {
    padding: 2px 15px 6px 15px;
    border: none;
    border-radius: 3px;
    background: #ed7557;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font: 64px/64px 'Oswald', sans-serif;
    margin-bottom: 15px
}
button.dark:hover,
.button.dark:hover {
    background: #000
}
.button_small,
#topline a.button_small {
    display: inline-block;
    font: 12px/20px Arial, Helvetica, sans-serif;
    padding: 0 5px 0 0;
    margin: 0;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
    text-transform: none;
    margin-right: 5px;
    border-radius: 2px;
    text-decoration: none;
    background-image: url(/templates/buyshop/img/divider1.png);
    background-repeat: no-repeat;
    background-position: 22px 0;
    background-color: #ed7557
}
.button_small:hover,
#topline a.button_small:hover {
    background-color: #6a2886
}
.button_small i {
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    margin-top: -1px;
    vertical-align: middle;
    margin-right: 5px;
    padding: 0
}
.button_small span {
    min-width: 57px;
    text-align: center;
    display: inline-block
}
.form-search button {
    position: absolute;
    top: 2px;
    right: 2px;
    margin: 0;
    padding: 2px 0 0 0;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 3px;
    background: #e2e2e2;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}
.form-mail button {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 2px 0 0 0;
    width: 50px;
    height: 36px;
    border: none;
    background: #f39535;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
	font-size: 2em;
	border-radius: 0px;
}

.form-mail button{
    padding: 0 0 2px;
	background: #f39535;
}

.form-mail button.btn:hover {
    background: #f39535 !important;
    color: #fff;
}


.iphone .form-search button {
    padding: 0
}
.form-search button.btn:hover{
    background: #e95b37;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease
}

.form-search button.btn:hover i{
	color:#fff !important;
}



.form-mail {
    position: relative
}
.form-mail input {
    border: 1px solid #e95b37;
    border-radius: 0px;
    box-shadow: 0;
    height: 36px;
    line-height: 24px;
    padding-right: 44px;
    width: 100%;
    box-sizing: border-box;
	background:#e95b37;
	color:#fff;
}
.form-login-wrapper {
    position: absolute;
    width: 330px;
    top: 20px;
    right: 0;
    z-index: 50005;
    display: none;
    padding: 8px 8px 12px 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: rgba(0, 0, 0, 0.89)
}
.form-login-wrapper:hover {
    display: block
}
.form-login {
    margin: 0
}
.form-login input {
    margin: 0 15px 0 -24px;
    padding-left: 25px;
    width: 112px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 3px
}
.form-login .pull-left i {
    position: relative;
    z-index: 100;
    width: 18px;
    color: #000;
    font-size: 16px;
    height: 32px;
    vertical-align: middle
}
.form-login button {
    float: left;
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 0;
    width: 20px;
    height: 32px;
    border: none;
    background: none;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none
}
.form-login button i {
    color: #f06;
    font-size: 20px;
    line-height: 20px
}
.form-login button.btn:hover {
    background: none
}
@media (max-width: 1279px) {
    #right_toolbar {
        right: -10000px
    }
    .hidden-small-desktop {
        display: none
    }
}
@media (max-width: 1200px) {
    .custom_blocks .box {
        width: 212px;
        float: left
    }
    .custom_blocks .box a {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 16px
    }
    #header.header_v_2 .fadelink {
        margin-left: 7px
    }
    #header.header_v_2 #nav>li>a {
        min-width: 100px;
        display: block;
        padding: 15px 20px 15px 10px
    }
    #header.header_v_2 .fadelink>a {
        min-width: 60px;
        padding: 15px 20px 15px 10px
    }
    #nav .menu_custom_block .col-third {
        float: left;
        width: 190px;
        margin: 0 10px
    }
}
@media (max-width: 979px) {
    section.slider #layerslider-container-fw {
        margin-right: 7px
    }
    .accordion-inner>.pull-left,
    .accordion-inner>.pull-right {
        float: none
    }
    #nav li.hover li.list_column {
        width: 200px
    }
    #nav li.hover li.category_desc_in_menu {
        padding: 0 30px;
        width: 200px
    }
    #header.header_v_2 .pull-left>.form-search-wrapper {
        display: none
    }
    #header.header_v_2 .top-links {
        float: right
    }
    #header.header_v_2 .shoppingcart {
        position: absolute;
        right: 0;
        bottom: 95px
    }
    #header.header_v_2 .form-search-wrapper.display-small-tablet {
        display: inherit;
        text-align: center;
        margin-right: 40px
    }
    #header.header_v_2 .form-search-wrapper.display-small-tablet .form-search {
        position: relative;
        width: 275px;
        margin: 0 auto
    }
    #nav .menu_custom_block .col-third {
        float: left;
        width: 150px;
        margin: 0 5px
    }
}
@media (min-width: 1200px) and (max-width: 1360px) {
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1050px
    }
    .span12 {
        width: 1050px
    }
    .span11 {
        width: 960px
    }
    .span10 {
        width: 870px
    }
    .span9 {
        width: 780px
    }
    .span8 {
        width: 690px
    }
    .span7 {
        width: 600px
    }
    .span6 {
        width: 510px
    }
    .span5 {
        width: 420px
    }
    .span4 {
        width: 330px
    }
    .span3 {
        width: 240px
    }
    .span2 {
        width: 150px
    }
    .span1 {
        width: 60px
    }
    .preview {
        padding: 5px 5px 10px 5px;
        margin: 0
    }
    .preview .col-1 {
        width: 75px
    }
    .preview .col-2 {
        width: 230px
    }
    .preview.small {
        padding-bottom: 5px
    }
    .preview.small .col-1 {
        width: 53px
    }
    .preview.small .col-2 {
        width: 140px
    }
    .preview .big_image {
        width: 230px
    }
    .preview.small .big_image {
        width: 140px;
        height: 137px
    }
    body .small_with_description .product .product-image-wrapper a,
    body .small_with_description .preview.small .col-2 .big_image a {
        line-height: 137px;
        height: 137px
    }
    body .small_with_description .product .product-image-wrapper a img,
    body .small_with_description .preview.small .col-2 .big_image a img {
        max-width: 140px;
        max-height: 137px
    }
    #header.header_v_2 #nav>li>a {
        min-width: 130px;
        display: block;
        padding: 15px 20px 15px 10px
    }
    #header.header_v_2 .fadelink>a {
        min-width: 60px;
        padding: 15px 30px 15px 10px
    }
    .custom_blocks .box {
        width: 240px
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    #hoverfold .span4 {
        width: 400px;
        margin-left: 50px;
        margin-right: 25px
    }
    .span2.product .product-price,
    .span2.product .product-price-regular,
    .span2.preview .product-price,
    .span2.preview .product-price-regular {
        font: 14px/18px Arial, Helvetica, sans-serif;
        padding-top: 3px
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old,
    .span2.preview .product-price span.old,
    .span2.preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 18px
    }
    body .small_with_description .product .product-image-wrapper a,
    body .small_with_description .preview.small .col-2 .big_image a {
        line-height: 137px;
        height: 137px
    }
    body .small_with_description .product .product-image-wrapper a img,
    body .small_with_description .preview.small .col-2 .big_image a img {
        max-width: 130px;
        max-height: 137px
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .custom_blocks .box {
        padding: 0;
        width: 158px;
        float: left
    }
    .custom_blocks .box a {
        text-transform: uppercase;
        font-weight: normal;
        text-align: center
    }
    .custom_blocks .btn_outer {
        float: none;
        margin: 0 auto
    }
    .product-box .span4,
    .product-box .span5,
    .product-box .span6,
    .product-box .span7,
    .product-box .span7,
    .product-box .span8 {
        float: left;
        width: 350px
    }
    .product-box .product-img-box .span1 {
        width: 60px;
        margin-right: 20px
    }
    .product-box .product-img-box .span3,
    .product-box .product-img-box .span4,
    .product-box .product-img-box .span5 {
        width: 260px;
        margin: 0
    }
    #hoverfold .span4 {
        width: 330px;
        margin-left: 40px;
        margin-right: -20px;
        float: left
    }
    .form-mail input {
        width: 70%
    }
    .product .product-price,
    .product .product-price-regular,
    .preview .product-price,
    .preview .product-price-regular {
        font: 14px/18px Arial, Helvetica, sans-serif;
        padding-top: 3px
    }
    .product .product-price span.old,
    .product .product-price-regular span.old,
    .preview .product-price span.old,
    .preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 18px
    }
    .span2.product .product-price,
    .span2.product .product-price-regular,
    .span2.preview .product-price,
    .span2.preview .product-price-regular {
        font: 14px/16px Arial, Helvetica, sans-serif;
        padding-top: 0
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old,
    .span2.preview .product-price span.old,
    .span2.preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 16px
    }
    .product-shop .product-fields input,
    .product-shop .product-fields select {
        width: 143px
    }
    #content .from-blog h4 a {
        white-space: normal;
        overflow: visible;
        width: auto
    }
    #content .countdown-show4 .countdown-section {
        width: 24%
    }
    body .small_with_description .product .product-image-wrapper a,
    body .small_with_description .preview.small .col-2 .big_image a {
        line-height: 155px;
        height: 155px
    }
    body .small_with_description .product .product-image-wrapper a img,
    body .small_with_description .preview.small .col-2 .big_image a img {
        max-width: 94px;
        max-height: 155px
    }
}
@media (max-width: 767px) {
    .aligncenter_tablet {
        text-align: center
    }
    .flexslider.big .flex-direction-nav {
        display: none
    }
    .listing_header_row1 .pull-left {
        width: 50%
    }
    .listing_header_row1 .pull-right {
        width: 49%
    }
    .tab-content {
        position: relative;
        z-index: 0;
        background-color: #fff;
        margin-bottom: 25px;
        margin-top: 0px;
        padding: 20px;
        border-top: none
    }
    .nav-tabs>li>a,
    .nav-pills>li>a {
        margin-right: 0
    }
    .mousetrap {
        display: none
    }
    #footer_popup {
        position: relative !important;
        display: block !important;
        height: auto !important;
        padding-bottom: 20px
    }
    #nav li.hover li.list_column {
        width: 160px
    }
    #nav li.hover li.category_desc_in_menu {
        padding: 0 20px;
        width: 160px
    }
    #footer_button {
        display: none
    }
    #footer .pull-left.noHover,
    #footer .pull-right.noHover {
        max-width: 100%
    }
    #nav.megamenu li {
        margin-right: 6px
    }
    #header.header_v_2 .fadelink {
        margin-left: 6px
    }
}
@media (min-width: 640px) and (max-width: 767px) {
    body {
        padding: 0
    }
    .container {
        padding: 0 20px;
        width: 580px
    }
    .row {
        margin-left: -70px
    }
    .span12,
    .span11,
    .span10,
    .span9 {
        float: left;
        margin-left: 70px;
        width: 580px
    }
    .span7,
    .span8 {
        float: left;
        margin-left: 70px;
        margin-right: -50px;
        width: 380px
    }
    .shop .span8 {
        float: left;
        margin-left: 70px;
        width: 344px
    }
    .shop .span7 {
        float: left;
        margin-left: 70px;
        width: 344px
    }
    .span6 {
        float: left;
        margin-left: 70px;
        margin-right: -40px;
        width: 275px
    }
    .span5 {
        float: left;
        margin-left: 70px;
        width: 255px
    }
    .span4 {
        float: left;
        margin-left: 70px;
        margin-right: -50px;
        width: 180px
    }
    #hoverfold .span4 {
        float: none;
        margin-left: 170px;
        width: 370px
    }
    .shop .span4 {
        float: left;
        margin-left: 70px;
        width: 255px
    }
    .span3 {
        float: left;
        margin-left: 70px;
        margin-right: -40px;
        width: 276px
    }
    #sidenav.span3 {
        float: left;
        margin-left: 70px;
        width: 580px
    }
    .shop .span3 {
        float: left;
        margin-left: 70px;
        width: 255px
    }
    .shop .span3.product {
        float: left;
        margin-left: 70px;
        margin-right: 0;
        width: 255px
    }
    .span2 {
        float: left;
        margin-left: 70px;
        margin-right: -40px;
        width: 276px
    }
    .shop .span2.product,
    .span2.product {
        float: left;
        margin-left: 30px;
        margin-right: -1px;
        width: 123px
    }
    .span1 {
        float: left;
        margin-left: 70px;
        margin-right: -40px;
        width: 276px
    }
    .row.small_without_description,
    .row.small_with_description {
        margin-left: -30px
    }
    .carousel,
    .es-carousel,
    .es-carousel .row {
        padding: 0;
        margin: 0
    }
    .carousel.style0 .es-carousel {
        margin: 0 -5px 11px -65px
    }
    .carousel .span3.product {
        margin-left: 65px;
        margin-right: 5px;
        width: 255px
    }
    .carousel .span2.product {
        margin-left: 4px;
        margin-right: 11px;
        width: 123px
    }
    .carousel .span6 {
        float: left;
        margin-left: -70px;
        margin-right: 70px;
        width: 580px
    }
    #column_left.span3 {
        float: left;
        width: 580px
    }
    #column_right.span9 {
        float: left;
        width: 580px
    }
    .product-box .span4,
    .product-box .span5,
    .product-box .span6,
    .product-box .span7,
    .product-box .span8 {
        width: 580px;
        margin-left: 70px;
        margin-bottom: 25px
    }
    .product-box .product-img-box .span1 {
        float: left;
        width: 60px;
        margin-right: 20px;
        margin-left: 70px
    }
    .product-box .product-img-box .span3,
    .product-box .product-img-box .span4,
    .product-box .product-img-box .span5 {
        float: left;
        width: 500px;
        margin: 0
    }
    .nav-tabs li {
        float: none
    }
    .nav-tabs li a {
        margin-bottom: -2px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
    }
    .form-mail input,
    .form-search input.search-query {
        width: 200px
    }
    .custom_blocks .box {
        width: 270px
    }
    .custom_blocks .box:first-child {
        padding: 0 30px 0 5px
    }
    .custom_blocks .pull-left:first-child {
        padding: 0;
        background: none
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old {
        padding: 0;
        display: block
    }
    .span2.product .product-price,
    .span2.product .product-price-regular,
    .span2.preview .product-price,
    .span2.preview .product-price-regular {
        font: 14px/16px Arial, Helvetica, sans-serif;
        padding-top: 0
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old,
    .span2.preview .product-price span.old,
    .span2.preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 16px
    }
}
@media (max-width: 640px) {
    #login-box {
        margin-top: -150px
    }
    #login-box .inside {
        padding: 20px
    }
    #login-box input {
        text-align: center;
        color: #000;
        margin: 5px 0
    }
    #login-box .line {
        margin: 5px -20px
    }
    #login-box .button {
        margin-top: 5px
    }
    #header.header_v_2 .form-search-wrapper.display-small-tablet {
        display: none
    }
    #header.header_v_2 .pull-left>.form-search-wrapper {
        display: inherit
    }
    #header.header_v_2 .top-links {
        float: left;
        padding-top: 10px
    }
    #header.header_v_2 .shoppingcart {
        bottom: 45px
    }
    .table th,
    .table td {
        padding: 5px
    }
}
@media (min-width: 480px) and (max-width: 639px) {
    body {
        padding: 0
    }
    .container {
        padding: 0 40px;
        width: 370px
    }
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
    .span12,
    .span11,
    .span10,
    .span9,
    .span8,
    .span7,
    .span6 {
        float: left;
        margin-left: 0;
        width: 410px
    }
    .span5,
    .span4,
    .span3,
    .span2,
    .span1 {
        float: left;
        margin-left: 20px;
        margin-right: -5px;
        width: 178px
    }
    .span4.slider_outer {
        float: left;
        margin-left: 20px;
        width: 370px
    }
    #hoverfold .span4 {
        float: left;
        margin-left: 20px;
        width: 370px
    }
    .shop .span6 {
        float: left;
        margin-left: 20px;
        width: 370px
    }
    .carousel .span6 {
        float: left;
        margin-left: -20px;
        width: 370px
    }
    #sidenav.span3 {
        float: left;
        margin-left: 20px;
        width: 370px
    }
    .shop .span3 {
        float: left;
        margin-left: 70px;
        width: 270px
    }
    .span2.product {
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-left: 20px;
        width: 160px
    }
    .span3.product {
        float: left;
        margin-left: 70px;
        margin-right: 50px;
        width: 270px
    }
    .carousel {
        width: 370px
    }
    .carousel,
    .es-carousel .row {
        padding: 0;
        margin: 0
    }
    .es-carousel {
        padding: 0;
        margin: 0 0 11px
    }
    .carousel .span2.product {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 5px;
        width: 160px
    }
    .carousel .span3.product {
        float: left;
        margin-left: 50px;
        margin-right: 50px;
        width: 270px
    }
    .nav-tabs li {
        float: none
    }
    .nav-tabs li a {
        margin-bottom: -2px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
    }
    #nav,
    .link_label {
        display: none
    }
    .nav-list {
        display: block;
        position: static;
        top: 0
    }
    #logo {
        float: none;
        text-align: center;
        padding: 10px 0 0
    }
    .product-box .span4,
    .product-box .span5,
    .product-box .span6,
    .product-box .span7,
    .product-box .span8 {
        margin-left: 40px;
        width: 370px;
        margin-bottom: 25px
    }
    .product-box .product-img-box .span1 {
        float: left;
        width: 70px;
        margin-right: 10px
    }
    .product-box .product-img-box .span3,
    .product-box .product-img-box .span4,
    .product-box .product-img-box .span5 {
        float: left;
        width: 290px;
        margin: 0
    }
    #column_left.span3 {
        float: left;
        width: 370px;
        margin-left: 20px
    }
    #column_right.span9 {
        float: left;
        width: 370px
    }
    .block_img {
        width: 175px;
        margin-left: 20px
    }
    .form-search input.search-query {
        width: 200px
    }
    .custom_blocks .box {
        width: 170px;
        float: left
    }
    .custom_blocks .box a {
        font-size: 16px
    }
    .custom_blocks .box:first-child {
        padding: 0 30px 0 0;
        background: url(/templates/buyshop/img/divider.png) no-repeat right 50px
    }
    .custom_blocks .pull-left:first-child {
        padding: 0;
        background: none
    }
    .custom_blocks .btn_outer {
        float: none;
        margin: 0 0 0 15px
    }
    #form-contact .span9 {
        margin: 0;
        width: 390px
    }
    #header.header_v_2 .form-search-wrapper {
        margin: -15px 0 0 30px
    }
    .table.shopping-cart-table th {
        display: none
    }
    .table.shopping-cart-table,
    .table.shopping-cart-table tr,
    .table.shopping-cart-table td,
    .table.shopping-cart-table td:first-child {
        display: block;
        float: left;
        clear: both;
        width: 100%
    }
    .table.shopping-cart-table td,
    .table.shopping-cart-table td:first-child {
        padding: 10px;
        width: 90%;
        min-width: 200px;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        text-align: left
    }
    .table.shopping-cart-table td.aligncenter {
        text-align: left
    }
    .table.shopping-cart-table td:first-child {
        text-align: center
    }
    .table.shopping-cart-table .cart-col-name {
        display: inline-block;
        padding-right: 10px
    }
    .table.shopping-cart-table tbody tr td {
        width: 100% !important
    }
    .right-button {
        float: left;
        margin-bottom: 15px
    }
    #checkoutForm .right-button {
        float: right
    }
    .product-shop .product-fields input,
    .product-shop .product-fields select {
        width: 143px
    }
    .contact .contact-misc .row-fluid div.span6 {
        margin: 0
    }
    #content .row>*,
    #content .row>.product_outer>* {
        float: none;
        margin: 0 auto
    }
    #content .span3.product {
        margin: 10px auto 14px auto
    }
    #content .isotope .isotope-item {
        position: relative !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important
    }
    #content .vm-listing .listing_header_row1>* {
        float: left;
        width: auto
    }
}
@media (max-width: 479px) {
    body {
        padding: 0
    }
    .container {
        padding: 0;
        margin: 0 auto;
        width: 300px
    }
    .row {
        margin-left: 0
    }
    .span12 {
        float: left;
        margin-left: 0;
        width: 300px
    }
    .span9 {
        float: left;
        margin-left: 0;
        width: 300px
    }
    .span6 {
        float: left;
        margin-left: 0;
        width: 300px
    }
    .span4 {
        float: left;
        margin-left: 0;
        width: 300px
    }
    #hoverfold .span4 {
        float: left;
        margin-left: 0;
        width: 300px
    }
    .span3 {
        float: left;
        margin-left: 20px;
        width: 260px
    }
    .span3.product {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: 260px
    }
    .span2.product {
        float: left;
        margin-right: 7px;
        margin-left: 8px;
        margin-bottom: 10px;
        width: 135px;
        padding: 0
    }
    .carousel {
        width: 300px
    }
    .es-carousel {
        padding: 0;
        margin: 0 0 11px
    }
    .nav-tabs li {
        float: none
    }
    .nav-tabs li a {
        margin-bottom: -2px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
    }
    #nav,
    .link_label {
        display: none
    }
    .nav-list {
        display: block;
        position: static;
        top: 0
    }
    #topline .pull-right {
        float: none
    }
    #topline .pull-right .alignright {
        text-align: center
    }
    #topline .fadelink {
        margin-right: 5px;
        margin-left: 0px
    }
    #topline .fadelink>a {
        padding: 2px 20px 1px 5px
    }
    #topline .fadelink .ul_wrapper ul {
        padding: 5px 12px 5px 5px
    }
    #logo {
        float: none;
        text-align: center;
        padding: 10px 0 0
    }
    #column_left.span3 {
        float: left;
        width: 300px;
        margin: 0
    }
    #column_right.span9 {
        float: left;
        width: 300px;
        margin: 0
    }
    #form-contact .span9,
    #form-contact .span4 {
        margin: 0;
        width: 280px
    }
    #form-contact .span4.pull-right {
        float: none
    }
    .product-box .span4,
    .product-box .span5,
    .product-box .span6,
    .product-box .span7,
    .product-box .span8 {
        float: left;
        width: 300px;
        margin-bottom: 25px
    }
    .product-box .product-img-box .span1 {
        float: left;
        width: 60px;
        margin-left: 5px;
        margin-right: 10px
    }
    .product-box .product-img-box .span3,
    .product-box .product-img-box .span4,
    .product-box .product-img-box .span5 {
        float: left;
        width: 215px;
        margin: 0
    }
    .product-shop .product_related,
    .product-shop .product_custom {
        float: none;
        width: 170px;
        margin: 0 0 50px 0
    }
    .block_img {
        width: 260px;
        margin-left: 20px
    }
    .form-mail input,
    .form-search input.search-query {
        width: 180px
    }
    .custom_blocks {
        width: 256px;
        margin-left: 20px
    }
    .custom_blocks .box,
    .custom_blocks .box:first-child {
        margin: 0 3px;
        padding: 0;
        width: 250px;
        background: none;
        float: none
    }
    .custom_blocks .box .inside>a {
        text-align: left;
        float: left;
        padding-left: 10px
    }
    .custom_blocks .pull-left,
    .custom_blocks .pull-left:first-child {
        padding: 0;
        background: none;
        float: none
    }
    .shoppingcart .badge {
        position: absolute;
        top: -7px;
        left: -10px;
        right: auto
    }
    #footer .pull-left.noHover,
    #footer .pull-right.noHover {
        width: 100%;
        max-width: 100%;
        float: none;
        text-align: center
    }
    .select_wrapper.width1 {
        width: 80px
    }
    .direction-nav {
        margin-bottom: 8px
    }
    #header.header_v_2 .form-search-wrapper {
        margin: -15px 0 0 -5px
    }
    #header.header_v_2 .form-search input.search-query {
        width: 160px
    }
    #header.header_v_2 .shoppingcart {
        right: 30px;
        bottom: 75px
    }
    #header.header_v_2 .fadelink {
        margin-right: -12px;
        margin-left: 15px
    }
    #header.header_v_2 .fadelink .ul_wrapper {
        position: absolute;
        top: 25px;
        z-index: 100;
        display: none;
        border: 1px solid #d9d9d9
    }
    #header.header_v_2 .fadelink .ul_wrapper ul {
        padding: 7px 5px 7px 5px;
        width: auto;
        border-radius: 0;
        background: #fff
    }
    #header.header_v_2 .fadelink>a {
        padding: 2px 15px 1px 5px;
        border-radius: 2px;
        background: #fff url(/templates/buyshop/img/arrow_down_inverse.png) no-repeat right -2px;
        color: #555;
        text-decoration: none;
        box-shadow: none;
        border: 1px solid #d9d9d9;
        border-bottom: none;
        font-weight: normal
    }
    #header.header_v_2 .fadelink:hover>a {
        background: #fff url(/templates/buyshop/img/arrow_down_inverse.png) no-repeat right -2px;
        box-shadow: none;
        border: 1px solid #d9d9d9;
        border-bottom: none;
        color: #555
    }
    .table.shopping-cart-table,
    .table.shopping-cart-table tr,
    .table.shopping-cart-table td,
    .table.shopping-cart-table td:first-child {
        display: block;
        float: left;
        clear: both;
        width: 100%
    }
    .table.shopping-cart-table th {
        display: none
    }
    .table.shopping-cart-table td,
    .table.shopping-cart-table td:first-child {
        padding: 10px;
        width: 90%;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        text-align: left
    }
    .table.shopping-cart-table td.aligncenter {
        text-align: left
    }
    .table.shopping-cart-table td:first-child {
        text-align: center
    }
    .table.shopping-cart-table .cart-col-name {
        display: inline-block;
        padding-right: 10px
    }
    .right-button {
        float: left;
        margin-bottom: 15px
    }
    #login-box {
        left: 50%;
        margin-left: -140px;
        width: 280px
    }
    #login-box .line {
        margin: 5px -20px;
        width: 280px
    }
    .span2.product .product-price,
    .span2.product .product-price-regular,
    .span2.preview .product-price,
    .span2.preview .product-price-regular {
        font: 14px/16px Arial, Helvetica, sans-serif;
        padding-top: 0
    }
    .span2.product .product-price span.old,
    .span2.product .product-price-regular span.old,
    .span2.preview .product-price span.old,
    .span2.preview .product-price-regular span.old {
        font-size: 11px;
        line-height: 16px
    }
    #content .vm-listing .listing_header_row1>* {
        float: left;
        width: auto
    }
}
.btn i.fa-chevron-right,
.btn i.fa-chevron-left{
	font-size: 18px;
    font-weight: normal !important;
    line-height: 27px;
}
.product .product-tocart a:hover i,
.preview .product-tocart a:hover i,
.btn:hover i.icon-right-thin,
.btn:hover i.icon-right-left,
.btn:hover i.fa-chevron-right,
.btn:hover i.fa-chevron-left,
.btn:hover i.icon-left-thin,
.flex-next:hover i.icon-right-thin,
.flex-prev:hover i.icon-left-thin,
i.icon-star:hover,
a.icon-trash-2:hover,
i.icon-trash-3:hover,
i.icon-edit-1:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s
}
#header {
    -webkit-backface-visibility: visible
}
.block .tab-content {
    border-top-width: 3px
}
.block .nav-tabs {
    border-bottom: 0
}
.block .nav-tabs>li>a {
    padding: 8px 16px
}
@media (max-width: 1200px) {
    .span3 .nav-tabs>li {
        display: block;
        float: none;
        margin: 0;
        padding: 0
    }
    .span3 .nav-tabs>li>a {
        margin: 0;
        border-radius: 0
    }
    .span3 .tab-content {
        border-radius: 0;
        border-top: 0
    }
}
.box-list {
    padding: 10px 30px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1)
}
.box-list li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.2)
}
.box-list li:last-child {
    border: none
}
.custom_blocks .box {
    padding: 0;
    margin-bottom: 2px
}
.custom_blocks .box,
.custom_blocks .box a {
    text-transform: uppercase;
    color: #4d4d4d
}
.custom_blocks .box a:hover {
    text-decoration: none;
	cursor:text;
}
.custom_blocks .box a.four_bocks:hover {
    text-decoration: none;
	cursor:pointer;
}
.custom_blocks .box a.four_bocks:after{
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.custom_blocks .box a.four_bocks:hover:after{
	left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}














.custom_blocks .box .inside {
    padding: 18px 0;
    overflow: hidden;
    width: 100%
}
.custom_blocks .box .text {
    text-align: center
}
.color-box {
    background: #ed7557;
    color: #fff;
    padding: 20px 10px;
    margin-bottom: 10px;
    border-radius: 10px
}
.color-box a[class^="icon-"],
.color-box a[class*=" icon-"] {
    margin-bottom: 15px
}
.color-box h1,
.color-box h3,
.color-box h3,
.color-box h4,
.color-box h5,
.color-box h6 {
    color: #fff;
    margin-bottom: 10px
}
.color-box h1:hover,
.color-box h3:hover,
.color-box h3:hover,
.color-box h4:hover,
.color-box h5:hover,
.color-box h6:hover {
    color: #fff
}
.block_img img {
    margin-bottom: 20px;
    width: 100%;
    -moz-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear
}
.block_img img:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3)
}
.message {
    padding: 15px 20px 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid
}
.message .text {
    font-size: 12px;
    line-height: 28px;
    display: inline-block
}
.message i {
    font-size: 28px;
    padding-right: 10px;
    display: inline-block
}
@-moz-document url-prefix() {
    .message i {
        margin-top: -2px
    }
}
.message.error {
    background: #f3dddd;
    border-color: #dfd2d2;
    color: #866868
}
.message.error i {
    color: #d1aaaa
}
.message.done {
    background: #e8f6df;
    border-color: #d9e6d1;
    color: #67795c
}
.message.done i {
    color: #bad3aa
}
.message.info {
    background: #efefef;
    border-color: #e8e8e8;
    color: #8a8a8a
}
.message.info i {
    color: #c7c7c7;
    font-size: 22px;
    padding-top: 3px;
    padding-bottom: 3px
}
.icon_wrapper {
    margin: 0 0 15px;
    text-align: center
}
.progress {
    height: 33px;
    margin-bottom: 15px;
    overflow: visible;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    background-image: none;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15)
}
.progress .bar {
    float: left;
    width: 0;
    height: 34px;
    font-size: 12px;
    color: #fff;
    text-shadow: none;
    background-color: #ed7557;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    position: relative;
    top: -1px;
    left: -1px
}
.progress-label {
    margin-bottom: 5px
}
.post-preview {
    margin: 25px 0 0;
    padding: 0 0 15px
}
.post-preview h3 {
    text-transform: none;
	font-size: 23px;
    font-weight: bold;
}
.post-preview .image {
    margin-top: 20px
}
.post-preview .image img {
    border: 3px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.post-meta {
    margin: 10px 0 25px;
    width: 100%;
    overflow: hidden;
    color: #000
}
.post-meta span[class^="meta-"],
.post-tags {
    background: #f8f8f8;
    display: block;
    float: left;
    line-height: 15px;
    padding: 12px 15px;
    margin: 0 10px 10px 0
}
.post-meta a {
    color: #000
}
.post-meta a:hover {
    color: #000
}
.post-tags {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: none
}
.post-meta span [class^="icon-"],
.post-meta span [class*=" icon-"],
.post-tags [class^="icon-"],
.post-tags [class*=" icon-"] {
    display: block;
    float: left;
    color: #595959;
    font-size: 14px;
    padding-right: 8px;
    padding-left: 1px;
    margin-top: -3px
}
.post-tags a {
    text-decoration: underline;
    color: #ed7557
}
.post-tags a:hover {
    text-decoration: none
}
.post-navigation {
    margin: 25px 0 15px;
    font: 15px/20px 'Oswald', sans-serif;
    display: inline-block;
    width: 100%
}
.post-navigation [class^="icon-"],
.post-navigation [class*=" icon-"] {
    font-size: 12px
}
.post-preview-small {
    margin-bottom: 12px;
    margin-top: 3px
}
.post-preview-small .inside {
    padding: 15px
}
.post-preview-small .image {
    background: #fff
}
.post-preview-small .image img {
    border: 3px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.post-preview-small h3 {
    text-transform: none;
    margin-bottom: 5px
}
.post-preview-small .post-meta {
    margin: 0
}
.post-preview-small .text {
    border-top: 1px solid #dfdfdf;
    padding: 15px 0 0
}
.post-preview-small .post-meta span[class^="meta-"] {
    background: none;
    display: block;
    float: left;
    line-height: 14px;
    padding: 10px 0;
    margin-right: 20px
}
.paginator {
    margin: 15px 0 25px;
    display: inline-block
}
#pagination li {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px
}
#pagination .next,
#pagination .previous {
    margin-bottom: 7px
}
#pagination a,
#pagination span {
    display: block;
    float: left;
    line-height: 29px;
    width: 30px;
    text-align: center;
    background: #f3f3f3;
    color: #484848;
    transition: all 0.25s 0s ease;
    -webkit-transition: all 0.25s 0s ease;
    -moz-transition: all 0.25s 0s ease;
    -o-transition: all 0.25s 0s ease;
    text-decoration: none
}
#pagination .active span,
#pagination a:hover {
    background: #ed7557;
    color: #fff
}
#pagination .next a:hover,
#pagination .previous a:hover {
    border: none
}
#pagination .next a,
#pagination .previous a {
    line-height: 32px;
    width: 34px;
    height: 33px;
    text-align: center;
    background: #8e8e8e;
    float: left;
    color: #fff;
    font-size: 20px;
    border: none;
    margin: -2px 4px 0 0;
    transition: all 0.25s 0s ease;
    -webkit-transition: all 0.25s 0s ease;
    -moz-transition: all 0.25s 0s ease;
    -o-transition: all 0.25s 0s ease
}
#pagination .next a:hover,
#pagination .previous a:hover {
    background-color: #6A6A6A
}
#pagination .next a {
    margin-left: 4px
}
.comment {
    padding: 10px 0 30px
}
.comment .user_pic {
    float: left;
    margin: 0 15px 5px 0
}
.comment .username {
    font-weight: bold;
    margin-bottom: 5px
}
.comment .date {
    margin-bottom: 5px
}
.comment .text .quote {
    display: inline-block;
    margin-bottom: 5px
}
.comment .text blockquote {
    display: inline-block
}
.comment .text blockquote div {
    display: inline-block
}
.sub-comments,
.comment.sub {
    border-top: 1px solid #ececec;
    padding: 25px 0 30px;
    margin-left: 10%
}
ul.categories {
    margin: 0;
    padding: 0
}
ul.categories li {
    padding: 12px 0;
    margin: 0;
    line-height: 16px;
    border-top: 1px solid #ededed
}
ul.categories li:first-child {
    border: none
}
ul.categories li a {
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold
}
ul.categories li a:hover {
    text-decoration: underline
}
ul.categories li [class^="icon-"],
ul.categories li [class*=" icon-"] {
    padding-right: 7px;
    color: #ed7557;
    font-size: 7px;
    margin-top: -1px
}
ul.marked {
    margin: 0;
    padding: 0
}
ul.marked li {
    padding: 5px 0;
    margin: 0;
    line-height: 16px
}
ul.marked li:first-child {
    border: none
}
ul.marked li a {
    font-size: 13px;
    line-height: 16px;
    text-decoration: none
}
ul.marked li a:hover {
    text-decoration: underline
}
ul.marked li [class^="icon-"],
ul.marked li [class*=" icon-"] {
    padding-right: 7px;
    color: #ed7557;
    font-size: 13px
}
.filters {
    margin: 0 0 40px
}
.filters a {
    display: inline-block;
    margin: 0 5px 5px;
    font: 12px/35px 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #f3f3f3;
    color: #484848;
    padding: 0 18px;
    text-decoration: none;
    transition: background 0.25s 0s ease;
    -webkit-transition: background 0.25s 0s ease;
    -moz-transition: background 0.25s 0s ease;
    -o-transition: background 0.25s 0s ease
}
.filters a:hover,
.filters a.active {
    background: #ed7557;
    color: #fff
}
.social_icons a {
    margin-right: 5px
}
.map-outer {
    margin-bottom: 20px
}
#filters {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0
}
#filters.nomargin {
    margin: 0
}
#filters li {
    padding: 0 0 4px;
    margin: 0;
    display: inline-block
}
#filters li a {
    display: inline-block;
    margin: 0 2px 5px;
    font: 12px/35px 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #f3f3f3;
    color: #484848;
    padding: 0 18px;
    text-decoration: none;
    transition: background 0.25s 0s ease;
    -webkit-transition: background 0.25s 0s ease;
    -moz-transition: background 0.25s 0s ease;
    -o-transition: background 0.25s 0s ease
}
#filters li a:hover,
#filters li a.active,
#filters li a.selected {
    background: #ed7557;
    color: #fff
}
img.img-responsive {
    width: 100%;
    max-width: 100%
}
img.pull-left {
    margin: 0 15px 25px 0
}
img.pull-right {
    margin: 0 0 25px 15px
}
img.border {
    border: 3px solid #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input.full-width,
textarea.full-width {
    width: 100%;
    height: 30px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
textarea.full-width {
    height: 200px
}
.the-icons {
    font-size: 12px;
    line-height: 26px
}
.the-icons [class^="icon-"],
.the-icons [class*=" icon-"] {
    font-size: 14px;
    padding-right: 15px
}
.blockquote {
    position: relative;
    margin: 15px 0 25px
}
.blockquote.style1 {
    margin-left: 20px;
    margin-top: 25px;
    padding: 0 0 0 32px;
    border-left: 5px solid #ed7557
}
.blockquote.style2 {
    padding: 23px 23px 23px 85px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #fcfcfc
}
.blockquote .quote {
    position: absolute;
    top: 20px;
    left: 23px
}
.blockquote .color-light {
    color: #6e6e6e
}
.blockquote p,
.testimonials p,
.infobox p {
    margin: 0 0 7px
}
.testimonials,
.infobox {
    background: none;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
    margin: 0 0 7px
}
.infobox {
    margin: 0;
    border: 1px solid #ed7557;
    padding-left: 85px
}
.infobox .icon {
    position: absolute;
    font-size: 55px;
    color: #ed7557;
    top: 10px;
    left: 18px
}
.testimonials:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    bottom: -25px;
    background: url(/templates/buyshop/img/testimonials_arrow.png) no-repeat 0 0
}
.testimonials_author {
    padding-left: 67px
}
.dropcap {
    display: block;
    float: left;
    line-height: 1.1em;
    margin: -2px 5px 0 0;
    padding: 0 10px;
    font-size: 30px;
    color: #313538;
    font-family: arial,Lato;
    font-weight: normal
}
.dropcap.color {
    color: #ed7557
}
.dropcap.dark {
    color: #fff;
    background-color: #ed7557
}
.table-bordered {
    border: 1px solid #ddd;
    border-left: 0;
    border-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.table-bordered th,
.table-bordered td {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}
.tags_cloud a {
    background: #f8f8f8;
    display: inline-block;
    padding: 8px 6px;
    margin: 0 3px 3px 0;
    text-decoration: none;
    color: #000
}
.tags_cloud a:hover {
    background: #757575;
    color: #fff
}
.image-wrapper {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.image-wrapper a {
    text-decoration: none
}
.noGutter .image-wrapper {
    margin-bottom: 0
}
.image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    background: #fff
}
.noGutter .image-wrapper img {
    border: 0;
    box-shadow: none
}
.image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px;
    border-radius: 0 7px 0 7px;
    background: url(/templates/buyshop/img/black-transparent.png) repeat 0 0;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 14px
}
.noGutter .image-title {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    opacity: 0;
    background: none
}
.noGutter .image-wrapper:hover .image-title {
    opacity: 1
}
.image-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 7px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease
}
.noGutter .image-hover {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.image-hover i[class*="icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    font-size: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity-color 0.5s ease;
    -moz-transition: opacity-color 0.5s ease;
    transition: opacity-color 0.5s ease
}
.pretty-photo-item:hover .image-hover i[class*="icon-"] {
    opacity: 1
}
.pretty-photo-item:hover .image-hover {
    background: rgba(0, 0, 0, 0.65)
}
.noupper {
    text-transform: none
}
.upper {
    text-transform: uppercase
}
.mark {
    background: #d9d9d9
}
.color_mark {
    background-color: #ed7557;
    color: #fff
}
.color,
.color:hover {
    color: #ed7557
}
.font-404 {
    font-size: 40px;
    line-height: 89px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    background: #ed7557;
    font-family: arial,Lato;
    border-radius: 5px
}
ul.sidenav li {
    display: block;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.27);
    background: #fff;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
ul.sidenav li a {
    border-radius: 4px;
    display: block;
    padding: 10px 18px;
    height: 40px;
    text-transform: uppercase;
    font: 14px/20px 'Oswald', sans-serif;
    color: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.notouch ul.sidenav li a:hover,
ul.sidenav li.active a {
    background: #ed7557;
    color: #fff
}
.alert {
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: none
}
.alert h3 {
    font-size: 18px;
    margin-bottom: 5px
}
.alert-success button.close {
    color: #9ab091
}
.alert-success,
.alert-success h3,
.alert-success button.close:hover {
    color: #516c46
}
.alert-warning,
.alert-warning h3,
.alert-warning button.close:hover {
    color: #998937
}
.alert-info,
.alert-info h3,
.alert-info button.close:hover {
    color: #2c6f90
}
.alert-error,
.alert-error h3,
.alert-error button.close:hover {
    color: #833333
}
.alert button.close {
    font-size: 40px;
    top: 0;
    right: 0;
    line-height: 40px;
    background: none;
    opacity: 1
}
.alert-warning button.close {
    color: #d5c98b
}
.alert-info button.close {
    color: #91b1c1
}
.alert-error button.close {
    color: #c99
}
.promo-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}
.promo-box .pull-right>button,
.promo-box .pull-right>.button {
    margin: 0 0 15px 25px
}
@media (max-width: 479px) {
    .promo-box {
        padding-bottom: 81px
    }
    .promo-box .pull-right>button,
    .promo-box .pull-right>.button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        margin: 0;
        text-align: center
    }
}
.promo-box.style1,
.promo-box.style2 {
    text-align: center;
    padding: 25px;
    border: 1px solid #ed7557;
    border-radius: 10px
}
.promo-box.style2 {
    border-color: #ededed
}
.promo-box.style3,
.promo-box.style4 {
    padding: 22px 22px 10px;
    border-radius: 10px;
    background: #f7f7f7
}
.promo-box.style4 {
    background: #ed7557;
    color: #fff
}
.promo-box.style4 .title {
    font-size: 28px;
    line-height: 28px;
    margin: 15px 0
}
.price-table {
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    text-align: center
}
.price-table.active {
    margin-top: -22px;
    padding: 20px 0;
    border-radius: 5px;
    border: 3px solid #ed7557
}
.price-table-title {
    text-transform: uppercase;
    text-align: center;
    font: 25px/25px 'Oswald', sans-serif;
    padding: 25px 0
}
.price-table.active .price-table-title {
    padding: 15px 0 35px
}
.price-table-price {
    background: #f7f7f7;
    font-size: 18px;
    padding: 17px 0
}
.price-table.active .price-table-price {
    background: #ed7557;
    color: #fff
}
.price-table-info li {
    padding: 10px 10px;
    line-height: 18px
}
.price-table-info li:hover {
    background: #f9fbfc
}
.price-table-info li,
.price-table-title,
.price-table-price {
    border-bottom: 1px solid #e4e4e4
}
.price-table.active .price-table-title,
.price-table.active .price-table-price {
    border-color: #8d35b2
}
.price-table button {
    margin: 18px 0
}
.icon-box {
    margin-bottom: 15px
}
.icon-box .icon-big {
    float: left;
    padding-right: 8px;
    margin-bottom: 10px
}
.icon-box h2,
.icon-box h3,
.icon-box h4 {
    margin-bottom: 10px
}
@media (min-width: 640px) and (max-width: 1199px) {
    .icon-box h2,
    .icon-box h3,
    .icon-box h4 {
        font-size: 18px
    }
}
@media (min-width: 640px) and (max-width: 979px) {
    .icon-box .icon-big {
        float: none;
        padding: 0
    }
    .icon-box {
        text-align: center
    }
}
@media (max-width: 639px) and (min-width: 480px) {
    .icon-box {
        width: 370px;
        margin-left: 20px
    }
}
.thumbnail.team-member-box {
    padding: 0;
    margin: 0;
    border-color: #e5e5e5;
    margin-bottom: 35px
}
.thumbnail.team-member-box .info {
    padding: 15px
}
.thumbnail.team-member-box .info .name {
    margin-top: 5px;
    margin-bottom: 5px;
    font: 18px/18px 'Oswald', sans-serif
}
.thumbnail.team-member-box .info .position {
    color: #010101;
    font-size: 13px;
    font-style: italic
}
.thumbnail.team-member-box .divider {
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e1e1e1
}
.thumbnail.team-member-box img.border {
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    width: 100%
}
.styled-list {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    line-height: 18px
}
.styled-list li {
    margin-bottom: 6px;
    padding-left: 15px;
    text-indent: -15px
}
.styled-list li span {
    display: block;
    overflow: hidden
}
.styled-list li i {
    width: 16px;
    float: left;
    margin-right: 10px;
    text-align: center;
    color: #444;
    font-size: 14px
}
.styled-list li:before {
    color: #ed7557;
    float: left
}
.styled-list.circle li {
    text-indent: 0;
    margin-left: -15px
}
.styled-list.circle li:before {
    content: "\25CF";
    margin: -1px 15px 0 0;
    font-size: 12px
}
.styled-list.arrow li {
    text-indent: 0;
    margin-left: -15px
}
.styled-list.arrow li:before {
    margin: 6px 10px 0 0;
    content: "\e75e";
    font: 8px 'andepict'
}
.styled-list.star li {
    text-indent: 0;
    margin-left: -15px
}
.styled-list.star li:before {
    margin: 0 10px 0 0;
    content: "\2605";
    font: 12px 'andepict'
}
.styled-list.square li {
    text-indent: 0;
    margin-left: -15px
}
.styled-list.square li:before {
    content: "\25A0";
    margin: -2px 10px 0 0;
    font-size: 15px
}
.styled-list.dash li {
    text-indent: 0;
    margin-left: -15px
}
.styled-list.dash li:before {
    margin: 2px 10px 0 0;
    content: "\2d";
    font: 12px 'andepict'
}
.styled-list ul {
    margin-left: 16px;
    padding-top: 5px
}
.styled-list.circle ul li:before {
    content: "\25CB"
}
ul.sitemap.styled-list.circle ul li:before {
    content: "\25CF"
}
ul.sitemap.styled-list.circle ul ul li:before {
    content: "\25CB"
}
.styled-list.decimal {
    list-style: decimal outside;
    margin-left: 15px
}
.styled-list.decimal li {
    padding-left: 0;
    text-indent: 0
}
.videoWrapperFull {
    position: relative;
    margin-bottom: 35px;
    max-height: 575px;
    height: auto;
    overflow: hidden
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 35px
}
.videoWrapper iframe,
.videoWrapperFull iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.video-hover-color {
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%
}
.video-hover {
    background: url(/templates/buyshop/img/video-hover.png) repeat transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%
}
.video-text {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%
}
.video-text .title {
    font: 36px/36px 'Oswald', sans-serif;
    margin-bottom: 25px
}
@media (max-width: 767px) {
    .video-text {
        top: 30%;
        width: 90%;
        left: 5%
    }
    .video-text .title {
        font: 26px/26px 'Oswald', sans-serif;
        margin-bottom: 25px
    }
    body .small_with_description .product .product-image-wrapper a,
    body .small_with_description .preview.small .col-2 .big_image a {
        line-height: 137px;
        height: 137px
    }
    body .small_with_description .product .product-image-wrapper a img,
    body .small_with_description .preview.small .col-2 .big_image a img {
        max-width: 113px;
        max-height: 137px
    }
}
@media (max-width: 479px) {
    .video-text {
        top: 20%;
        width: 90%;
        left: 5%
    }
    .video-text .title {
        font: 20px/20px 'Oswald', sans-serif;
        margin-bottom: 25px
    }
}
@media (max-width: 359px) {
    .video-text {
        top: 10%;
        width: 90%;
        left: 5%
    }
    .video-text .title {
        font: 20px/20px 'Oswald', sans-serif;
        margin-bottom: 15px
    }
}
#spy .spy_logo{padding:10px 0;}

#spy .spy_logo img {
    max-width: 155px;
    max-height: 85px
}

.visible-desktop.fix .spy_logo img {
	max-width: 100px;
}

#spy {
    background: #fff;
    width: 100%;
    position: fixed;
    top: -500px;
    padding: 10px 0 10px
}
#spy.fix {
    top: 0;
    z-index: 100000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27)
}
#spy ul#nav {
    padding-top: 5px;
    padding-left: 180px
}
#spy .menu_home_link {
    display: none
}
#spy .form-search-wrapper {
    float: right
}
#spy .form-search {
    position: relative;
    margin-bottom: 0;
    z-index: 50001
}
#spy .form-search input.search-query {
    float: left;
    width: 88px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#spy .form-search input.search-query:focus {
    width: 150px !important
}

#spy .spyshop_search{ display:none !important;}

#spy .spy-right {
    float: right;
    margin-top: -44px
}
#spy .spy-left {
    float: left;
    margin-top: -56px;
    padding-left: 30px;
    width: 170px
}
#spy #nav {
    top: 5px
}
#spy #nav>li>a {
    font-size: 16px;
    padding: 12px
}
#spy #nav>li>ul {
    top: 45px
}
.spyshop_search,
.spyshop {
    display: inline-block
}
.visible-desktop.fix .spyshop_search {
    /*padding-right: 40px;*/
    margin-top: 7px;
}


.spyshop {
    margin-top: -17px
}
#spy nav {
    margin-top: 5px
}
#spy .menu.maximenuckh,
#spy .menu.maximenuckh .maximenuck {
    padding-top: 0
}
#spy .menu.maximenuckh .maximenuck a{
	padding-top:12px;
}

#spy.fix {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 700ms;
    -webkit-animation-duration: 700ms;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important
}
@keyframes slideDown {
    0 {
        transform: translateY(-100%)
    }
    50 % {
        transform: translateY(8%)
    }
    100 % {
        transform: translateY(0);
        animation-duration: 300ms
    }
}
@-webkit-keyframes slideDown {
    0 {
        -webkit-transform: translateY(-100%)
    }
    50 % {
        -webkit-transform: translateY(8%)
    }
    100 % {
        -webkit-transform: translateY(0);
        -webkit-animation-duration: 300ms
    }
}
.product-more-views {
    border: none;
    box-shadow: none;
    position: relative;
    background: transparent;
    margin-top: -3px
}
.jcarousel-skin-previews .jcarousel-direction-rtl {
    direction: rtl
}
.jcarousel-skin-previews .jcarousel-clip {
    overflow: hidden
}
.jcarousel-skin-previews .jcarousel-list.jcarousel-list-vertical {
    overflow: visible !important
}
.jcarousel-skin-previews .jcarousel-clip-vertical {
    width: 72px;
    height: 360px
}
.jcarousel-skin-previews .jcarousel-item {
    width: 72px;
    height: 72px
}
.jcarousel-skin-previews .jcarousel-item-vertical {
    margin-bottom: 10px
}
.product-img-box .jcarousel-item i {
    color: #9D3BC6;
    font-size: 40px;
    height: 59px;
    line-height: 59px;
    margin: 0;
    padding: 3px 0 0;
    text-align: center;
    text-indent: 2px;
    vertical-align: middle;
    width: 100%
}
@media (max-width: 780px) {
    .product-more-views {
        margin-bottom: 25px
    }
}
.product-more-views .jcarousel-skin-previews {
    list-style: none;
    display: block
}
.product-more-views .jcarousel-skin-previews .jcarousel-item {
    width: 62px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0
}
.product-more-views .jcarousel-skin-previews .jcarousel-item img {
    float: none;
    cursor: pointer
}
.product-more-views .jcarousel-skin-previews .jcarousel-item .outer-cloudzoom-gallery {
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    margin: 3px;
    text-align: center;
    background: #fff
}
.jcarousel-skin-previews a.btn {
    background-color: #E2E2E2;
    border-radius: 2px;
    width: 34px;
    height: 33px;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    transition: background-color 0.25s ease 0s;
    bottom: -36px
}
.jcarousel-skin-previews a.btn:hover {
    background-color: #e95b37;
    color: #FFF;
    transition: background-color 0.25s ease 0s
}
.jcarousel-skin-previews a.jcarousel-next-disabled,
.jcarousel-skin-previews a.jcarousel-prev-disabled {
    opacity: 0.3;
    color: #fff
}
.jcarousel-skin-previews a.jcarousel-next-disabled:hover,
.jcarousel-skin-previews a.jcarousel-prev-disabled:hover {
    background-color: #E2E2E2
}
.jcarousel-skin-previews a.btn.jcarousel-next {
    left: 35px
}
.jcarousel-skin-previews a.btn.jcarousel-prev {
    left: 0
}
.jcarousel-skin-brands .jcarousel-direction-rtl {
    direction: rtl
}
.jcarousel-skin-brands .jcarousel-container-horizontal {
    padding: 0
}
.jcarousel-skin-brands .jcarousel-clip {
    overflow: hidden;
    width: 100%
}
.jcarousel-skin-brands .jcarousel-item {
    text-align: center
}
.jcarousel-skin-brands .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px
}
.jcarousel-skin-brands .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0
}
.jcarousel-skin-brands .jcarousel-item-placeholder {
    background: #fff;
    color: #000
}
.jcarousel-skin-brands .jcarousel-next-horizontal {
    position: absolute !important;
    top: -45px !important;
    right: 0 !important;
    cursor: pointer
}
.jcarousel-skin-brands .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0 !important
}
.jcarousel-skin-brands .jcarousel-next-disabled-horizontal,
.jcarousel-skin-brands .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-brands .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-brands .jcarousel-next-disabled-horizontal:active {
    cursor: default !important
}
.jcarousel-skin-brands .jcarousel-prev-horizontal {
    position: absolute !important;
    top: -45px !important;
    cursor: pointer;
    right: 40px !important
}
.jcarousel-skin-brands .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: 40px !important
}
.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal:active {
    cursor: default !important
}
.jcarousel-skin-brands .jcarousel-clip,
.jcarousel-skin-brands .jcarousel-clip ul {
    overflow: visible !important
}
.jcarousel-skin-brands a.btn {
    background-color: #E2E2E2;
    border-radius: 2px;
    height: 26px;
    padding: 4px 0;
    position: absolute;
    right: 50px;
    transition: background-color 0.25s ease 0s;
    width: 34px
}
.jcarousel-skin-brands a.btn:hover {
    background-color: #9D3BC6;
    color: #FFF;
    transition: background-color 0.25s ease 0s
}
.jcarousel-skin-brands a.jcarousel-next-disabled,
.jcarousel-skin-brands a.jcarousel-prev-disabled {
    opacity: 0.3;
    color: #fff
}
.jcarousel-skin-brands a.jcarousel-next-disabled:hover,
.jcarousel-skin-brands a.jcarousel-prev-disabled:hover {
    background-color: #E2E2E2
}
@media (min-width: 480px) and (max-width: 639px) {
    .jcarousel-skin-brands .jcarousel-item-horizontal {
        width: 175px !important
    }
    .jcarousel-skin-brands .jcarousel-prev-horizontal {
        right: 60px !important
    }
    .jcarousel-skin-brands .jcarousel-next-horizontal {
        right: 20px !important
    }
}
@media (max-width: 479px) {
    .jcarousel-skin-brands .jcarousel-item-horizontal {
        width: 145px !important
    }
}
.brands_block {
    clear: both;
    overflow: hidden;
    padding-top: 55px;
    margin-top: -55px;
    padding-bottom: 25px
}
.brands_block img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}
.brands_block a {
    display: block
}
.brands_active {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -o-transform: scale(1);
    -o-transition-duration: 500ms;
    -p-transition-timing-function: ease-out;
    -ms-transform: scale(1);
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out
}
.brands_n_active {
    opacity: .4;
    -webkit-transform: scale(0.8);
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(0.8);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -o-transform: scale(0.8);
    -o-transition-duration: 500ms;
    -p-transition-timing-function: ease-out;
    -ms-transform: scale(0.8);
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out
}
.from-blog img {
    margin-bottom: 15px
}
.countdown_sale_price {
    margin: 10px 0 0
}
.sale_price_label {
    margin: 0px 0 7px 0;
    font-weight: bold
}
.is-countdown {
    padding: 3px 0 14px
}
.countdown-rtl {
    direction: rtl
}
.countdown-holding span {
    color: #888
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center
}
.countdown-show1 .countdown-section {
    width: 98%
}
.countdown-show2 .countdown-section {
    width: 48%
}
.countdown-show3 .countdown-section {
    width: 32.5%
}
.countdown-show4 .countdown-section {
    width: 24.5%
}
.countdown-show5 .countdown-section {
    width: 19.5%
}
.countdown-show6 .countdown-section {
    width: 16.25%
}
.countdown-show7 .countdown-section {
    width: 14%
}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center
}
.countdown-amount {
    font-size: 200%
}
.countdown-period {
    display: block
}
.countdown-descr {
    display: block;
    width: 100%
}
.countdown_box {
    color: #FFF;
    font-family: arial,Lato;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 70px;
    width: 100%;
    z-index: 999
}
.countdown_inner {
    border: 5px solid #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin: 0 8px;
    padding: 16px 0 21px;
    background-color: #ed7557
}
.countdown_inner .title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 11px
}
.product-shop .countdown_box {
    position: inherit !important
}
.product-shop .countdown_inner {
    margin: 10px 5px 0 !important
}
h3 a {
    text-transform: uppercase
}
a .holder {
    display: none
}
a.pointer {
    cursor: pointer !important
}
.separator {
    height: 1px;
    border-top: 1px solid #444
}
#topline a.facebook_button {
    transition: all 0.5s ease
}
button,
.button {
    transition: all 0.5s ease
}
#wrap .form-search .search.btn-pos-right .search-query {
    padding-left: 14px;
    padding-right: 44px
}
#wrap .form-search .search.btn-hide .search-query {
    padding-left: 14px;
    padding-right: 14px
}
#wrap .form-search .search.btn-pos-right .btn {
    left: auto;
    right: 2px
}
#topline .fadelink {
    max-width: 97px
}
#topline .fadelink a {
    cursor: pointer
}
#topline .fadelink.no-options>a {
    cursor: default;
    background-image: none;
    padding-right: 7px
}
#topline .fadelink form {
    padding: 0;
    margin: 0
}
#topline .fadelink form input {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    color: #b6b6b6;
    font: 100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-radius: 0;
    text-transform: none;
    white-space: nowrap
}
#topline .fadelink form input:hover {
    text-decoration: underline
}
#login-form .remember label {
    display: inline-block;
    margin: 0
}
#login-form .remember input {
    display: inline-block;
    margin: 2px 0 0
}
#com-form-login {
    margin: 0px
}
#com-form-login .floatleft {
    display: inline-block;
    margin-right: 10px
}
#com-form-login .remember label {
    display: inline-block;
    margin: 6px 0 0 0
}
#com-form-login .remember input {
    display: inline-block;
    margin: 9px 0 0
}
#content .post-preview {
    margin: 0
}
.blog .post-preview h3 a {
    text-transform: none
}
.post-preview .post-meta {
    margin: 0 0 25px
}
.post-preview .post-meta span [class^="icon-"],
.post-tags [class^="icon-"] {
    margin-top: 0
}
.post-preview .intro.image {
    padding: 0;
    margin: 0;
    border: none
}
.post-preview .featured.image {
    margin-bottom: 10px
}
.post-preview .intro.image {
    margin-bottom: 25px
}
#tags {
    display: none
}
#comments .refresh {
    display: none
}
#comments span.captcha {
    display: none
}
#comments .subscribe {
    margin-bottom: 10px
}
#comments .subscribe input {
    margin: 0
}
#comments .subscribe label {
    margin: 0;
    display: inline-block
}
#comments .comments-form-message-error {
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #833333;
    background-color: #f2dede;
    border-color: #eed3d7
}
#comments .comments-form-message-info {
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #2c6f90;
    background-color: #d9edf7;
    border-color: #bce8f1
}
#comments #comments-form h3 {
    text-transform: uppercase
}
#comments .comment #comments-form {
    margin-top: 25px
}
.comment-latest li .group-name {
    margin: 15px 0;
    display: inline-block
}
.comment-latest li:first-child .group-name {
    margin: 0 0 15px 0
}
.comment-latest li .username {
    font-weight: bold
}
.comment-latest li .comment {
    padding: 0;
    margin: 0
}
.breadcrumbs {}.breadcrumbs a.last {
    margin: 0;
    padding: 0
}
.breadcrumbs a.last:hover {
    text-decoration: none
}
.block.component-title-spacer .block-title {
    visibility: hidden;
    padding: 0 0 20px
}
.select_wrapper.width2 {
    width: 165px
}
.listing_header_row2 #pagination span,
.listing_header_row2 #pagination a {
    line-height: 20px;
    width: 12px;
    background-color: transparent
}
#nav>li.dropdown.dropdown-inline>ul.one-column li.list_column {
    width: 440px
}
#nav>li.dropdown.dropdown-inline>ul.one-column li.list_column .level1 {
    display: inline-block;
    width: 220px
}
.direction-nav {
    /*margin-top: -34px;
	top:-25px;*/
}
.direction-nav .category-up {
    text-align: center
}
.direction-nav .category-up i {
    margin-left: -3px
}
.product-box {
    min-height: 380px;
    margin-bottom: 15px
}
.product-box .add-to-cart form {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin-top: 0
}
.product-box .product-fields {
    padding: 25px 0 0 0
}
.product-box .product-fields .product-fields-title {
    width: 102px;
    display: inline-block;
    line-height: 32px
}
.product-more-views .jcarousel-skin-previews a.btn.jcarousel-next.jcarousel-next-vertical {
    left: 32px
}
.product-more-views .jcarousel-skin-previews a.btn.jcarousel-prev.jcarousel-prev-vertical {
    left: -5px
}
.product-more-views .outer-cloudzoom-gallery {
    overflow: hidden;
    line-height: 62px;
    height: 62px
}
.product-more-views .cloudzoom-gallery {
    vertical-align: middle;
    width: auto;
    height: auto!important;
    max-width: 56px;
    max-height: 62px
}
.box-reviews table td label {
    line-height: 27px;
    padding: 0 9px 0 3px
}
#vm-search input {
    margin-bottom: 0
}
#content .paramfilter a.fullreset {
    padding: 0 14px
}
#price_slider_wrapper {
    height: 26px
}
#price_slider_wrapper .values {
    display: none
}
#content .paramfilter .filter_category .values>li,
#content .paramfilter .filter_manufacturers .values>li,
#content .paramfilter .custom_params .values>li {
    padding: 0;
    background-image: none
}
#content .paramfilter .filter_category .values li label,
#content .paramfilter .filter_category .values li .next_depth,
#content .paramfilter .filter_manufacturers .values li .next_depth,
#content .paramfilter .custom_params .values li .next_depth {
    display: inline-block
}
#content .paramfilter .filter_category .values li .next_depth {
    padding: 0 3px;
    background-color: rgba(236, 236, 236, 1)
}
#content .paramfilter .filter_category .values li .next_depth:hover {
    text-decoration: none;
    background-color: rgba(236, 236, 236, 0.6)
}
#content .paramfilter .filter_category .values>li li {
    padding: 0 0 0 19px;
    background-image: none
}
.ajax-loading,
.product-ajax-loading {
    z-index: 1001;
    background: url(/templates/buyshop/img/ajax-loader-small.gif) center no-repeat;
    width: 18px;
    height: 18px;
    display: none
}
.product.category .product-image-wrapper a {
    width: auto;
    height: 214px;
    display: block
}
.product.category .product-image-wrapper a img {
    width: auto;
    height: 214px
}
.product .product-image-wrapper,
.preview .big_image {
    position: relative
}
.product .product-ajax-loading,
.preview .big_image .product-ajax-loading {
    width: 258px;
    height: 245px;
    position: absolute
}
.style1 .product .product-ajax-loading,
.style1 .preview .big_image .product-ajax-loading {
    width: 155px;
    height: 155px
}
body .preview,
body .product-box.quick-view,
body .product-box.quick-view h1,
body .product-box.quick-view p,
body .product-box.quick-view strong,
body .product-box.quick-view label {
    color: #000
}
.product .product-name a,
.product .product-name a:hover,
.preview .product-name a,
.preview .product-name a:hover {
    color: #000!important
}
.preview .col-1 a {
    display: block;
    line-height: 63px;
    height: 63px
}
.preview .col-1 a img {
    width: auto;
    height: auto!important;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 53px;
    max-height: 63px
}
.small_with_description .preview .col-2 .big_image {
    margin-bottom: 4px
}
.small_with_description .preview .col-2 .big_image a,
.small_with_description .product .product-image-wrapper a {
    overflow: hidden;
    display: block;
    line-height: 155px;
    height: 155px
}
.small_with_description .preview .col-2 .big_image a img,
.small_with_description .product .product-image-wrapper a img {
    width: auto;
    height: auto!important;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 155px;
    max-height: 155px
}
.big_with_description .preview .col-2 .big_image a,
.big_with_description .product .product-image-wrapper a {
    overflow: hidden;
    display: block;
    line-height: 246px;
    height: 246px
}
.big_with_description .preview .col-2 .big_image a img,
.big_with_description .product .product-image-wrapper a img {
    width: auto;
    height: auto!important;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 246px;
    max-height: 246px
}
.shoppingcart .ajax-loading {
    float: right;
    margin-top: 6px
}
#checkoutForm .coupon input {
    margin: 0
}
#checkoutForm .shopping-cart-table .button {
    margin: 0
}
#checkoutForm .shopping-cart-table div.PricesalesPrice {
    display: inline!important;
    white-space: nowrap
}
#checkoutForm .shopping-cart-table-total div.PricebillTotal {
    white-space: nowrap
}
#checkoutForm .shopping-cart-table .quantity-col .cart-col-name {
    line-height: 31px
}
#facebox .content {
    min-width: 30px;
    min-height: 30px;
    width: auto!important
}
#facebox .close {
    top: 6px!important;
    right: 26px!important
}
#facebox.wait .close {
    display: none!important
}
#facebox article>h3 {
    display: none
}
#facebox article h3 [class^=icon-] {
    display: none
}
#facebox article .post-preview {
    margin: 0
}
#facebox .continue_link {}.vm-select-payment label,
.vm-select-shipment label {
    display: inline-block
}
.vm-select-payment .buttonBar-right,
.vm-select-payment .buttonBar-right,
.vm-coupon .buttonBar-right {
    margin-top: 20px
}
.vm-coupon input.coupon {
    width: 80%
}
.vm-billto .output-billto,
.vm-shipto .output-shipto {
    padding-bottom: 20px
}
.vm-edit-form .buttons p {
    display: inline-block;
    line-height: 32px;
    margin-right: 15px
}
body a.quickview {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
    color: #FFFFFF!important;
    font-size: 12px;
    height: 80px!important;
    left: 96px;
    line-height: 80px!important;
    margin: 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    top: 92px;
    width: 80px;
    z-index: 999;
    display: block;
    cursor: pointer;
    font-family: arial,Lato;
}
a.quickview:hover {
    background-color: #ed7557;
    color: #fff !important
}
.quick-view.product-box {
    width: 820px;
    padding: 30px
}
.itp-socialbuttons-mod {}.itp-socialbuttons-mod .itp-sbb-bothl {
    border: none
}
.from-blog h4 {
    margin-bottom: 12px
}
.from-blog h4 a {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 270px
}
.module.testimonials-notitle>h3 {
    display: none
}
.parallax-block {
    margin: 15px 0 25px;
    padding: 80px 0 95px;
    background: url(/templates/buyshop/img/parallax-bg.jpg) no-repeat 50% 0 #303d47;
    -webkit-backface-visibility: visible;
    overflow: hidden
}
.parallax-block h3 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 25px;
    text-align: center
}
.parallax-block h3:hover {
    color: #fff
}
.fullwidth-block {
    left: 0;
    width: 100%;
    margin-left: -10000px;
    margin-right: -10000px;
    padding-left: 10000px;
    padding-right: 10000px
}
.abs-offset-top-1 {
    height: 460px
}
.row.isotope {
    overflow: visible !important
}
#filters.products-isotope {
    margin: 30px 0 20px
}
#filters.products-isotope .option-set li {
    padding: 0;
    margin-bottom: 10px
}
#filters.products-isotope .option-set li a {
    margin-bottom: 0
}
#filters ul li {
    border-left: 1px solid #9D3BC6;
    margin: 0 0 10px;
    height: 26px;
    display: inline-block
}
#filters ul li:first-child {
    border: none
}
#filters ul li a {
    display: block;
    color: #2b2b2b;
    font: 1.23em 'Oswald', sans-serif;
    padding: 12px 14px;
    margin: -9px 12px 9px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 2px solid transparent;
    text-decoration: none;
    background-color: transparent
}
#filters ul li a:hover {
    border-color: #9D3BC6;
    background-color: transparent;
    color: inherit
}
#filters ul li a.selected {
    background-color: #9D3BC6;
    color: #fff
}
.chosen-container {
    margin-bottom: 10px;
    width: 222px
}
.chosen-container.chosen-container-single .chosen-single {
    height: 28px;
    line-height: 28px;
    background: none;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    -webkit-appearance: none
}
.chosen-container-single .chosen-single div {
    top: 3px
}
.chosen-container-single .chosen-drop {
    border: 2px solid #fff;
    border-top: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    -webkit-appearance: none
}
.chosen-container-single .chosen-drop .chosen-results .group-result {
    display: none
}
.chosen-container-single .chosen-drop .chosen-results .highlighted {
    border-radius: 3px
}
.vm-listing .pull-right .select_wrapper {
    padding-right: 0;
    padding-left: 10px
}
.vm-listing .pull-right .per-page {
    padding-left: 10px
}
.carousel-testimonials .testimonials-text {
    color: #fff
}
.carousel-testimonials .testimonial-author,
.carousel-testimonials .testimonial-author strong {
    color: #b5bcc1
}
#body .es-nav a,
#body .jcarousel-container a,
#body .direction-nav a,
#body .direction-nav a:hover {
    color: #fff
}
body .typeahead.dropdown-menu {
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    width: 308px
}
body .typeahead.dropdown-menu {
    padding: 5px 6px
}
body .typeahead.dropdown-menu li {
    padding: 0
}
body .typeahead.dropdown-menu li a {
    border-radius: 3px;
    padding-left: 6px;
    padding-right: 6px
}
.preview.small .wrapper-hover {
    padding: 3px 0
}
@media (min-width: 768px) and (max-width: 979px) {
    .small_with_description .product .product-image-wrapper img,
    .small_without_description .product .product-image-wrapper img,
    .product-listing .product .product-image-wrapper img {
        height: 134px!important
    }
    .big_with_description .product .product-image-wrapper img,
    .big_without_description .product .product-image-wrapper img {
        height: 223px!important
    }
    .product .product-price span.old,
    .product .product-price-regular span.old {
        padding: 0;
        display: block
    }
}
@media (min-width: 980px) and (max-width: 1360px) {
    .small_with_description .product .product-price span.old,
    .small_without_description .product .product-price-regular span.old {
        padding: 0;
        display: block
    }
}
#layerslider-container.ls-c-dark {
    margin-bottom: 25px
}
#layerslider-container .icon-left-thin:before,
#layerslider-container .icon-right-thin:before,
.flexslider .icon-left-thin:before,
.flexslider .icon-right-thin:before {
    font-size: 40px!important;
    line-height: 46px!important
}
.flexslider.banners .icon-left-thin:before,
.flexslider.banners .icon-right-thin:before {
    font-size: 16px!important;
    line-height: 22px!important
}
#body .flexslider.banners .flex-next:hover,
#body .flexslider.banners .flex-prev:hover {
    color: #fff
}
.carousel-testimonials .flexslider .icon-left-thin:before,
.carousel-testimonials .flexslider .icon-right-thin:before,
.flexslider.small .icon-left-thin:before,
.flexslider.small .icon-right-thin:before {
    font-size: 22px!important;
    line-height: 28px!important
}
.product-price span {
    white-space: nowrap
}
.custom-links .icon-truck:before,
.custom-links .icon-dollar:before,
.custom-links .icon-clock:before,
.custom-links .icon-flight:before {
    line-height: 40px
}
.icon-up:before,
.icon-down:before {
    line-height: 25px
}
.promo_box .icon-tag-1:before,
.promo_box .icon-credit-card:before,
.promo_box .icon-truck:before,
.promo_box .icon-users:before {
    line-height: 21px
}
@media (min-width: 640px) and (max-width: 979px) {
    #checkoutForm .shopping-cart-table .quantity-col .qty {
        margin-bottom: 4px
    }
}
.paramfilter .slider-line.ui-slider.ui-slider-horizontal {
    width: 170px;
    height: 4px;
    border: 1px solid #dadada;
    background: #f1f1f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.paramfilter .slider-line.ui-slider.ui-slider-horizontal .slider_active {
    height: 4px;
    border: 1px solid #6f6f6f;
    background: #6f6f6f;
    top: -1px
}
.paramfilter .slider-line.ui-slider.ui-slider-horizontal a.ui-slider-handle {
    width: 20px;
    height: 18px;
    background: url(/templates/buyshop/img/slider-handle.png) no-repeat;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    border: none;
    top: -6px
}
body .tab-content .tab-pane h2,
body .tab-content .tab-pane h2:hover,
body .tab-content .tab-pane p,
body .tab-content .tab-pane strong,
body .tab-content .tab-pane b {
    color: #000
}
body .box-wrapper h2,
body .box-wrapper h2:hover,
body .box-wrapper h3,
body .box-wrapper h4,
body .box-wrapper label,
body .box-wrapper label *,
body .box-wrapper p,
body .box-wrapper p strong,
body .box-wrapper strong,
body .box-wrapper p b,
body .box-wrapper b,
body .box-wrapper {
    color: #000
}
#body .flexslider .flex-next,
#body .flexslider .flex-prev {
    color: #fff
}
#body .nav-tabs>.active>a {
    color: #fff
}
#body .nav-tabs>li>a {
    color: #000
}
#body .nav-tabs>li>a:hover {
    color: #fff
}
.mod_easycompare ul {
    margin-bottom: 15px
}
.mod_easycompare ul li {
    margin-bottom: 10px
}
.fav-show-all {
    text-decoration: underline
}
.fav-show-all:hover {
    text-decoration: none
}
.fav .addtocart-area form {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none
}
.fav .addtocart-area .product-fields-title {
    text-align: left
}
.compare .table.shopping-cart-table {
    width: auto
}
.compare .table.shopping-cart-table td {
    width: 180px
}
.compare .table.shopping-cart-table td:first-child {
    min-width: 0
}
.compare .table.shopping-cart-table .uncompare {
    text-decoration: none
}
body .content .team-member-box .squared.icon-color[class^="icon-"],
body .content .team-member-box .squared.icon-color[class*=" icon-"],
body .content .team-member-box .squared.icon-color[class^="icon-"]:hover,
body .content .team-member-box .squared.icon-color[class*=" icon-"]:hover {
    color: #fff
}
body .content .accordion .accordion-group .accordion-heading .accordion-toggle,
body .content .accordion .accordion-group .accordion-heading .accordion-toggle:hover {
    color: #fff
}
img.border,
.border img {
    border: 3px solid transparent;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box
}
#body .content a.icon-default.squared:hover {
    color: #fff
}
#body .cloudzoom-blank div:last-child {
    display: none!important
}
#body .maximenuckh {
    margin: 0;
    padding: 7px 0 0 0;
    line-height: 100%
}
#body .maximenuckh .custom {
    padding-top: 0
}
#body .maximenuckh .maximenuck {
    margin: 0;
    /*padding: 7px 0 0 0;*/
    line-height: 100%
}
#body .maximenuckh div.floatck {
    margin: 0!important
}
#body .maximenuckh .maximenuck>li>a {
    margin: 0;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 17px;
    font-family: arial,Lato;
    line-height: 1em;
    -webkit-font-smoothing: antialiased
}
#body .maximenuckh .maximenuck>li>a {
    padding: 12px 8px;
}
#body .maximenuckh .maximenuck>li>a:hover,
#body .maximenuckh .maximenuck>li.active>a,
#body .maximenuckh .maximenuck>li.sfhover>a {
    -webkit-tap-highlight-color: transparent;
    background: #ed7557;
    color: #fff
}
#body .maximenuckh .maximenuck>li>a:after {
    display: none!important
}
#body .maximenuckh .maximenuck a.icon-home {
    width: auto
}
#body .maximenuckh .maximenuck a.icon-home:before {
    display: none
}
#body .maximenuckh li.maximenuck.level1 {
    cursor: default!important
}
#body .maximenuckh .maximenuck.level1>div>.maxidrop-main {
    background: #fdfdfd
}
#body .maximenuckh .maximenuck.level1>div>.maxidrop-main>.maxidrop-main2 {
    width: auto;
    padding: 30px 30px 10px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    margin: 0
}
#body .maximenuckh .maximenuck.level1>div>.maxidrop-main>.maxidrop-main2>.maximenuck2 {
    margin: 0 10px 30px 0
}
#body .maximenuckh .maximenuck.level2>a {
    width: auto;
    padding: 4px 0 4px 5px;
    text-decoration: none;
    color: #4d4d4d;
    font-family:'Oswald', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-size:14px;
}

#body .maximenuckh .maximenuck.level3>a {
    width: auto;
    padding: 4px 2px;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #4d4d4d;
    margin-bottom: 2px;
    font-weight: normal
}
#body .maximenuckh .maximenuck.level3:hover a {
    background-color: #f0f0f0 !important;
	color:#e95b37;
}
@media (min-width: 524px) {
    #body .maximenuckh .maximenuck a.icon-home:before {
        display: block
    }
    #body .maximenuckh .maximenuck a.icon-home span {
        display: none
    }
    #body .maximenuckh .maximenuck>li>a.icon-home {
        padding: 10px 16px 11px!important
    }
    #body .maximenuckh .maximenuck>li.active>a.icon-home {
        background: transparent;
        color: #ed7557
    }
    #body .maximenuckh .maximenuck>li.active:hover>a.icon-home,
    #body .maximenuckh .maximenuck>li.active.sfhover>a.icon-home {
        background: #ed7557;
        color: #fff
    }
}
#fancybox-wrap {
    z-index: 60000
}
#fancybox-overlay {
    z-index: 59999
}
body .cf_ajax_loader {
    z-index: 99999
}
body #cf_res_ajax_loader {
    z-index: 99999
}
.cf-form-search input,
.cf-form-search button {
    margin-bottom: 0px
}
.cf_wrapp_all .cf_form .cf_flt_wrapper .cf_wrapper_input_text input {
    width: 150px;
    display: inline-block
}
.cf_wrapp_all .cf_form .cf_flt_wrapper .cf_wrapper_input_text .cf_search_button {
    margin-bottom: 0
}
.cf_wrapp_all .cf_form .cf_flt_wrapper .cf_flt_header {
    line-height: 20px;
    padding: 7px 0 6px
}
.cf_wrapp_all .cf_form .cf_flt_wrapper .cf_filters_list li {
    line-height: 20px;
    margin-bottom: 5px
}
.cf_wrapp_all .cf_form .cf_flt_wrapper .cf_filters_list li a {
    line-height: 22px;
    margin-bottom: 5px
}
.cf_wrapp_all .cf_form .cf_flt_wrapper .cf_filters_list li input[type=checkbox] {
    margin-top: 0px
}
.cf_wrapp_all .cf_form #cf_flt_wrapper_price_191 .cf_wrapper_input_text input {
    width: 60px
}
.cf_wrapp_all .cf_form #cf_wrapper_inner_price_191 [for=price_191_0] {
    display: none
}
.cf_wrapp_all .cf_form #cf_wrapper_inner_price_191 [for=price_191_1] {
    padding: 0 8px;
    line-height: 32px
}
.cf_wrapp_all .cf_form #cf_wrapper_inner_price_191 .form-horizontal {
    margin-top: 4px;
    margin-left: 4px
}
.cf_wrapp_all .cf_form #cf_wrapper_inner_price_191 .cf_search_button {
    margin-left: 8px
}
body #cf_flt_wrapper_virtuemart_category_id_191 .cf_option.cf_parentOpt,
body #cf_flt_wrapper_virtuemart_category_id_191 .cf_option.cf_parentOpt:hover {
    padding-left: 18px!important
}
body .cf_filtering_slide_container {
    margin-top: 10px;
    min-height: 12px
}
body .cf_filtering_slide_container .cf_filtering_slider_gutter {
    padding: 0px;
    margin: 0 10px
}
body .cf_filtering_slide_container .cf_slider_gutter_l,
body .cf_filtering_slide_container .cf_slider_gutter_r {
    display: none
}
body .cf_filtering_slide_container .cf_slider_gutter_m {
    margin-left: 10px;
    width: 148px;
    background: none;
    height: 4px;
    border: 1px solid #dadada;
    background: #f1f1f1
}
body .cf_filtering_slide_container .cf_slider_gutter_m .slider_bkg_img {
    margin: 0;
    margin-top: -1px;
    background: none;
    height: 4px;
    border: 1px solid #6f6f6f;
    background: #6f6f6f
}
body .cf_filtering_slide_container .cf_slider_gutter_m .knob_wrapper {
    height: 18px
}
body .cf_filtering_slide_container .cf_slider_gutter_m .cf_filtering_knob_from {
    top: -7px;
    width: 20px;
    height: 18px;
    background: url(/templates/buyshop/img/slider-handle.png) no-repeat
}
body .cf_filtering_slide_container .cf_slider_gutter_m .cf_filtering_knob_to {
    top: -25px;
    bottom: auto!important;
    width: 20px;
    height: 18px;
    background: url(/templates/buyshop/img/slider-handle.png) no-repeat
}
.askform input,
.askform select,
.askform textarea {
    box-sizing: content-box
}
.no_msie .animate,
.no_msie .animate-delay {
    opacity: 0;
    -webkit-perspective: 1000
}
.msie .animate,
.msie .animate-delay {
    opacity: 1 !important
}
.no_msie .animate.animated.scale,
.no_msie .animate-delay.animated.scale {
    -webkit-animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 1
}
.no_msie .animate.animated.pulse,
.no_msie .animate-delay.animated.pulse {
    -webkit-animation: pulse 0.5s 1 linear;
    -moz-animation: pulse 0.5s 1 linear;
    -o-animation: pulse 0.5s 1 linear;
    animation: pulse 0.5s 1 linear;
    opacity: 1
}
.no_msie .animate.animated.flip,
.no_msie .animate-delay.animated.flip {
    -webkit-animation: flip 0.5s 1 linear;
    -moz-animation: flip 0.5s 1 linear;
    -o-animation: flip 0.5s 1 linear;
    animation: flip 0.5s 1 linear;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    opacity: 1
}
.no_msie .animate.animated.fadeUp,
.no_msie .animate-delay.animated.fadeUp {
    -webkit-animation: fadeUp 0.5s 1 linear;
    -moz-animation: fadeUp 0.5s 1 linear;
    -o-animation: fadeUp 0.5s 1 linear;
    animation: fadeUp 0.5s 1 linear;
    opacity: 1
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0.3);
        opacity: 0.1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@-moz-keyframes scale {
    0% {
        -moz-transform: scale(0.3);
        opacity: 0.1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}
@-o-keyframes scale {
    0% {
        -o-transform: scale(0.3);
        opacity: 0.1
    }
    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}
@keyframes scale {
    0% {
        transform: scale(0.3);
        opacity: 0.1
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
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(/templates/buyshop/img/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}
div.pp_default .pp_content {
    background-color: #fff
}
div.pp_default .pp_next:hover {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}
div.pp_default .pp_previous:hover {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}
div.pp_default .pp_expand {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}
div.pp_default .pp_expand:hover {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}
div.pp_default .pp_contract {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}
div.pp_default .pp_contract:hover {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}
div.pp_default #pp_full_res .pp_inline {
    color: #000
}
div.pp_default .pp_gallery ul li a {
    background: url(/templates/buyshop/img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff
}
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(/templates/buyshop/img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}
div.pp_default .pp_details {
    position: relative
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0 0;
    width: 20px
}
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: arial,Lato;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px
}
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: bold;
    line-height: 14px;
    margin: 5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
    background: url(/templates/buyshop/img/prettyPhoto/default/loader.gif) center center no-repeat
}
div.pp_buyshop {
    background: #fff
}
div.pp_buyshop,
div.pp_buyshop p {
    color: #000
}
div.pp_buyshop .pp_content {
    position: relative
}
div.pp_buyshop .pp_top {
    height: 40px
}
div.pp_buyshop .pp_top .pp_middle,
div.pp_buyshop .pp_top .pp_left,
div.pp_buyshop .pp_top .pp_right,
div.pp_buyshop .pp_bottom,
div.pp_buyshop .pp_bottom .pp_left,
div.pp_buyshop .pp_bottom .pp_middle,
div.pp_buyshop .pp_bottom .pp_right {
    height: 13px
}
div.pp_buyshop .pp_left,
div.pp_buyshop .pp_middle,
div.pp_buyshop .pp_right,
div.pp_buyshop .pp_content {
    background: #fff
}
div.pp_buyshop .ppt {
    display: none !important
}
div.pp_buyshop .pp_next:hover {
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/sprite_next.png) center right no-repeat;
    cursor: pointer
}
div.pp_buyshop .pp_previous:hover {
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/sprite_prev.png) center left no-repeat;
    cursor: pointer
}
div.pp_buyshop .pp_expand {
    display: none !important;
    position: absolute;
    top: -35px;
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}
div.pp_buyshop .pp_expand:hover {
    display: none !important;
    position: absolute;
    top: -35px;
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}
div.pp_buyshop .pp_contract {
    position: absolute;
    top: -35px;
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}
div.pp_buyshop .pp_contract:hover {
    position: absolute;
    top: -35px;
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}
div.pp_buyshop .pp_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -35px;
    z-index: 2000;
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}
div.pp_buyshop .pp_gallery {
    display: none !important
}
div.pp_buyshop .pp_gallery ul li a {
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/buyshop_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}
div.pp_buyshop .pp_social {
    margin-top: 7px
}
div.pp_buyshop .pp_gallery a.pp_arrow_previous,
div.pp_buyshop .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}
div.pp_buyshop .pp_nav .pp_play,
div.pp_buyshop .pp_nav .pp_pause {
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}
div.pp_buyshop .pp_nav .pp_pause {
    background-position: -51px -29px
}
div.pp_buyshop a.pp_arrow_previous,
div.pp_buyshop a.pp_arrow_next {
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}
div.pp_buyshop a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}
div.pp_buyshop .pp_content_container .pp_details {
    margin-top: 5px
}
div.pp_buyshop .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: absolute;
    top: -35px;
    left: -10px
}
div.pp_buyshop .pp_arrow_previous,
div.pp_buyshop .pp_play,
div.pp_buyshop .pp_arrow_next {
    display: none !important;
    width: 0
}
div.pp_buyshop .pp_nav .currentTextHolder {
    color: #000;
    font-size: 12px;
    left: 10px;
    line-height: 25px;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0
}
div.pp_buyshop .pp_close:hover,
div.pp_buyshop .pp_nav .pp_play:hover,
div.pp_buyshop .pp_nav .pp_pause:hover,
div.pp_buyshop .pp_arrow_next:hover,
div.pp_buyshop .pp_arrow_previous:hover {
    opacity: 0.7
}
div.pp_buyshop .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}
div.pp_buyshop .pp_loaderIcon {
    background: url(/templates/buyshop/img/prettyPhoto/buyshop/loader.gif) center center no-repeat
}
div.pp_buyshop .pp_content_container .pp_left {
    padding-left: 10px
}
div.pp_buyshop .pp_content_container .pp_right {
    padding-right: 10px
}
div.light_rounded .pp_top .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_middle {
    background: #fff
}
div.light_rounded .pp_top .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_content .ppt {
    color: #000
}
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
    background: #fff
}
div.light_rounded .pp_content {
    background-color: #fff
}
div.light_rounded .pp_next:hover {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.light_rounded .pp_previous:hover {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.light_rounded .pp_expand {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_expand:hover {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_contract {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_contract:hover {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_details {
    position: relative
}
div.light_rounded .pp_description {
    margin-right: 85px
}
div.light_rounded #pp_full_res .pp_inline {
    color: #000
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}
div.light_rounded .pp_nav .pp_play {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_rounded .pp_nav .pp_pause {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_rounded .pp_arrow_previous {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}
div.light_rounded .pp_arrow_next {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}
div.light_rounded .pp_bottom .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_middle {
    background: #fff
}
div.light_rounded .pp_bottom .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.light_rounded .pp_loaderIcon {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_middle {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .pp_top .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_content {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .pp_next:hover {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_previous:hover {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_expand {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_expand:hover {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_contract {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_contract:hover {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_details {
    position: relative
}
div.dark_rounded .pp_description {
    margin-right: 85px
}
div.dark_rounded .currentTextHolder {
    color: #c4c4c4
}
div.dark_rounded .pp_description {
    color: #fff
}
div.dark_rounded #pp_full_res .pp_inline {
    color: #fff
}
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}
div.dark_rounded .pp_nav .pp_play {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_rounded .pp_arrow_previous {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}
div.dark_rounded .pp_arrow_next {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}
div.dark_rounded .pp_bottom .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_middle {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .pp_bottom .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
    background: url(/templates/buyshop/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000
}
div.dark_square .currentTextHolder {
    color: #c4c4c4
}
div.dark_square .pp_description {
    color: #fff
}
div.dark_square .pp_loaderIcon {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.dark_square .pp_expand:hover {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.dark_square .pp_contract {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.dark_square .pp_contract:hover {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.dark_square .pp_details {
    position: relative
}
div.dark_square .pp_description {
    margin: 0 85px 0 0
}
div.dark_square #pp_full_res .pp_inline {
    color: #fff
}
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}
div.dark_square .pp_nav {
    clear: none
}
div.dark_square .pp_nav .pp_play {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_square .pp_nav .pp_pause {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_square .pp_arrow_previous {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}
div.dark_square .pp_arrow_next {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}
div.dark_square .pp_next:hover {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.dark_square .pp_previous:hover {
    background: url(/templates/buyshop/img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
    background: #fff
}
div.light_square .pp_content .ppt {
    color: #000
}
div.light_square .pp_expand {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.light_square .pp_expand:hover {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.light_square .pp_contract {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.light_square .pp_contract:hover {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(/templates/buyshop/img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.light_square .pp_details {
    position: relative
}
div.light_square .pp_description {
    margin-right: 85px
}
div.light_square #pp_full_res .pp_inline {
    color: #000
}
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}
div.light_square .pp_nav .pp_play {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_square .pp_nav .pp_pause {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_square .pp_arrow_previous {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}
div.light_square .pp_arrow_next {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}
div.light_square .pp_next:hover {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.light_square .pp_previous:hover {
    background: url(/templates/buyshop/img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.light_square .pp_loaderIcon {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.facebook .pp_top .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content .ppt {
    color: #000
}
div.facebook .pp_content_container .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_content {
    background: #fff
}
div.facebook .pp_expand {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.facebook .pp_expand:hover {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.facebook .pp_contract {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.facebook .pp_contract:hover {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.facebook .pp_details {
    position: relative
}
div.facebook .pp_description {
    margin: 0 37px 0 0
}
div.facebook #pp_full_res .pp_inline {
    color: #000
}
div.facebook .pp_loaderIcon {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}
div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}
div.facebook .pp_arrow_next {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}
div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}
div.facebook .pp_nav {
    margin-top: 0
}
div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}
div.facebook .pp_nav .pp_pause {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}
div.facebook .pp_next:hover {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.facebook .pp_previous:hover {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.facebook .pp_bottom .pp_left {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/sprite.png) -110px -80px 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: 60000
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 100000
}
.pp_top {
    height: 20px;
    position: relative
}
* html .pp_top {
    padding: 0 20px
}
.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}
* html .pp_top .pp_middle {
    left: 0;
    position: static
}
.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}
.pp_content {
    height: 40px;
    min-width: 40px
}
* html .pp_content {
    width: 40px
}
.pp_fade {
    display: none
}
.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 0
}
.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;
    margin: 2px 4px;
    white-space: nowrap
}
.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;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap
}
.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff
}
.pp_gallery ul a img {
    border: 0
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}
.pp_gallery li.default a {
    background: url(/templates/buyshop/img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}
.pp_gallery li.default a img {
    display: none
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important
}
a.pp_next {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}
a.pp_previous {
    background: url(/templates/buyshop/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}
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_bottom {
    height: 20px;
    position: relative
}
* html .pp_bottom {
    padding: 0 20px
}
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}
* html .pp_bottom .pp_middle {
    left: 0;
    position: static
}
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}
#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 0
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}
.chosen-container a {
    cursor: pointer
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}
.chosen-container-single .chosen-default {
    color: #999
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/templates/buyshop/img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/templates/buyshop/img/chosen-sprite.png) no-repeat 0 2px
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}
.chosen-container-single .chosen-search input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: arial,Lato;
    line-height: normal;
    border-radius: 0
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}
.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0!important;
    background: transparent!important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: arial,Lato;
    line-height: normal;
    border-radius: 0
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/templates/buyshop/img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #111!important
}
.chosen-disabled {
    opacity: .5!important;
    cursor: default
}
.chosen-disabled .chosen-single {
    cursor: default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}
.chosen-rtl {
    text-align: right
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}
.chosen-rtl .chosen-choices li {
    float: right
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}
.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(/templates/buyshop/img/chosen-sprite.png) no-repeat -30px -20px;
    background: url(/templates/buyshop/img/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(/templates/buyshop/img/chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}
#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50001;
    text-align: left
}
#facebox .popup {
    position: relative;
    border: 3px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4)
}
#facebox .content {
    display: block;
    width: 370px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-height: 620px;
    max-width: 880px;
    overflow: auto
}
#facebox .content>p:first-child {
    margin-top: 0
}
#facebox .content>p:last-child {
    margin-bottom: 0
}
#facebox .close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px;
    background: #fff
}
#facebox .close img {
    opacity: 0.3
}
#facebox .close:hover img {
    opacity: 1.0
}
#facebox .loading {
    text-align: center
}
#facebox .image {
    text-align: center
}
#facebox img {
    border: 0;
    margin: 0
}
#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%
}
.facebox_hide {
    z-index: -100
}
.facebox_overlayBG {
    background-color: #000;
    z-index: 50000
}
.container.content {
    margin-top: 5px
}

.container.top.content {
	margin-top: 20px
}

.header_mid {
    float: right;
    margin-left: 0px;
    margin-top: 40px
}

.product-detail-nav-up{
	height: 29px !important;
    padding-top: 2px !important;
}

.product-detail-nav{
	height: 27px !important;
    padding-top: 4px !important;
    text-align: center;
}

@media (max-width: 479px) {
    .header_mid {
        float: none !important;
        margin: 0!important;
        text-align: center
    }
}
body .product-tocart,
body .product-price {
    visibility: hidden
}
body .price-box,
body .add-to-cart,
body .product-listing .price-box,
body .product-listing .product-buttons {
    display: none
}
.ask-a-question {
    margin-top: 50px;
    display: none;
    visibility: hidden
}
.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #eeeeea
}
div#cart {
    display: none
}
.product-review {
    display: none;
    visibility: hidden
}
@media (max-width: 479px) {
    .product-review {
        display: none;
        visibility: hidden
    }
}
.product .product-image-wrapper {
    min-height: 250px !important
}
.rsform {
    /*background-color: #F3F3F3 !important;
	border-radius: 0px 8px 8px 8px;
	-moz-border-radius: 0px 8px 8px 8px;
	-webkit-border-radius: 0px 8px 8px 8px;*/
}
fieldset.form_container {
    background-color: rgba(255, 0, 0, 0) !important;
    border: none !important
}

fieldset.detail-page-custom-quote{
	background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    font-size: 13px !important;
    padding: 20px 20px 10px 20px;
    z-index: 3;
	border-radius: 0px 8px 8px 8px;
	-moz-border-radius: 0px 8px 8px 8px;
	-webkit-border-radius: 0px 8px 8px 8px;
}
/*.rsform input#length,
.rsform input#height,
.rsform input#depth,
.rsform input#quantity1,
.rsform input#quantity2,
.rsform input#quantity3 {
    width: 55px;
}*/

.rsform select.rsform-select-box{
	width: 105px;
}

.control-label{
	margin-bottom:5px;
}

/*select#color,
select#stock {
    width: 111px;
}*/

.product-shop .availability {
    display: none
}
.product-img-box {
    min-height: 440px !important
}
.product-shop .product-name h1 {
    margin-top: 0px !important
}
.form-search input.search-query {
    padding-right: 44px;
    width: 100px !important
}
.form-search-wrapper {
    margin-right: 0px !important
}
button.border,
.button.border {
    border: 1px solid #FFC !important;
    background: #e95b37;
    color: #FFC !important
}
button.border:hover,
.button.border:hover {
    border: 1px solid #e95b37 !important;
    background: #FFC !important;
    color: #e95b37 !important
}
.p-name {
    margin: 0 0 20px;
    text-transform: uppercase;
    font: 20px/30px 'Oswald', sans-serif;
    font-family: arial,Lato;
    color: #000;
    text-rendering: optimizelegibility
}
.more-link:hover,
input[type="submit"]:hover {
    /*border: 1px solid #e95b37 !important;*/
    background: #FFC !important;
    color: #e95b37 !important
}
fieldset#rsform_11_page_0 {
    background-color: #E0DFDF
}
.btn-small {
    padding: 0 20px;
    font: 16px/40px 'Oswald', sans-serif !important
}
.fws2 {
    position: relative;
    background: #000;
    width: 100%;
    overflow: hidden
}
.fws2 .slider_container {}.fws2 .slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%
}
.fws2 .slide img {
    width: 100%;
    height: auto;
    float: left
}
.fws2 .slidePrev {
    background: #000;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -50px;
    opacity: 0.5;
    z-index: 10
}
.fws2 .slidePrev i {
    width: 50px;
    height: 50px;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color: #FFF;
    line-height: 1.7;
    text-align: center
}
.fws2 .slideNext {
    background: #000;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -50px;
    opacity: 0.5;
    z-index: 10
}
.fws2 .slideNext i {
    width: 50px;
    height: 50px;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color: #FFF;
    line-height: 1.7;
    text-align: center
}
.fws2 .timers {
    height: 4px;
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 3
}
.fws2 .timer {
    height: 5px;
    border-radius: 10px;
    width: 40px;
    background-color: #000;
    float: left;
    margin-right: 10px
}
.fws2 .progress {
    height: 5px;
    width: 0%;
    border-radius: 10px;
    background-color: #828627;
    float: left
}
.fws2 .bullets {
    position: absolute;
    bottom: -50px;
    z-index: 3;
    width: 100%;
    text-align: center
}
.fws2 .bullet {
    display: inline-table;
    cursor: pointer;
    padding: 0 2px
}
.fws2 .bullet i {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out
}
.fws2 .bullet.active i,
.fws2 .bullet:hover i {
    color: #777
}
.fws2 .slide_content {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}
.fws2 .slide_content_wrap {
    max-width: 1280px;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}
.fws2 .title {
    opacity: 0;
    color: #fff;
    font-size: 36px;
    background: #000;
    padding: 10px;
    float: left;
    font-family: arial,Lato;
    font-style: normal;
    font-weight: 400
}
.fws2 .description {
    opacity: 0;
    color: #FC3;
    font-size: 18px;
    background: #000;
    padding: 10px;
    clear: both;
    float: left;
    margin-top: 2px;
    line-height: 24px;
    font-family: arial,Lato;
    font-style: normal;
    font-weight: 400
}
.fws2 .readmore {
    opacity: 0;
    clear: both;
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    color: #919191;
    background: #000;
    padding: 10px;
    text-decoration: none;
    margin-top: 2px;
    font-family: arial,Lato;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out
}
.fws2 .readmore:hover {
    color: #fff
}
.footer {
    width: 100%;
    float: left;
    text-align: center
}
.footer p {
    font-family: arial,Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #585858;
    margin-top: 20px
}
@media only screen and (min-width: 1150px) and (max-width: 1450px) {
    .fws2 .slide_content_wrap {
        margin-left: 75px;
        margin-top: 15%;
        max-width: 1000px
    }
    .fws2 .title {
        font-size: 26px
    }
    .fws2 .description {
        font-size: 14px
    }
}
@media only screen and (min-width: 760px) and (max-width: 1149px) {
    .fws2 .slide_content_wrap {
        margin-left: 75px;
        margin-top: 15%;
        max-width: 640px
    }
    .fws2 .title {
        font-size: 26px
    }
    .fws2 .description {
        font-size: 14px
    }
}
@media only screen and (max-width: 759px) {
    .fws2 .slide_content_wrap {
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        width: 100%;
        height: 100%
    }
    .fws2 .slide_content_wrap h4,
    .fws2 .slide_content_wrap p {
        display: none !important
    }
    .fws2 .slide_content_wrap a {
        opacity: 0 !important;
        background: none !important;
        font-size: 0 !important;
        width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        float: left
    }
    .fws2 .timers {
        display: none
    }
    .fws2 .bullets {
        display: none
    }
    .fws2 .slide_content {
        cursor: pointer
    }
}
@font-face {
    font-family: 'FontAwesome';
    src: url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3);
    src: url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot#iefix&v=4.0.3) format('embedded-opentype'), url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}

.clr {
    clear: both;
    visibility: hidden
}
div#megamenu {
    font-size: 14px;
    line-height: 21px;
    zoom: 1
}
div#megamenu ul.maximenuck {
    clear: both;
    position: relative;
    z-index: 999;
    overflow: visible !important;
    display: block !important;
    float: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    list-style: none;
    zoom: 1;
    filter: none
}
div#megamenu ul.maximenuck:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0
}
div#megamenu ul.maximenuck li.maximenuck.level1 {
    float: left !important;
    /*position: static;*/
    list-style: none;
    text-align: left;
    cursor: pointer;
    filter: none
}
*+html div#megamenu ul.maximenuck li.maximenuck.level1 {
    /*display: inline !important*/
}
div#megamenu.maximenuckv ul.maximenuck li.maximenuck.level1 {
    /*display: block !important;*/
    text-align: left
}
div#megamenu ul.maximenuck li.maximenuck.level1:hover,
div#megamenu ul.maximenuck li.maximenuck.level1.active {}div#megamenu ul.maximenuck li.maximenuck.level1>a,
div#megamenu ul.maximenuck li.maximenuck.level1>span.separator {
    /*display: block;*/
    float: none;
    float: left;
    position: relative;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    filter: none
}


div#megamenu ul.maximenuck li.maximenuck.level1.align_right,
div#megamenu ul.maximenuck li.maximenuck.level1.menu_right,
div#megamenu ul.maximenuck li.align_right,
div#megamenu ul.maximenuck li.menu_right {
    float: right !important;
    margin-right: 0px !important
}

div#megamenu ul.maximenuck li:not(.fullwidth) div.floatck.fixRight {
    left: auto;
    right: 0px;
    top: auto
}
div#megamenu ul.maximenuck li.maximenuck div.floatck div.floatck.fixRight {
    margin-right: 180px
}
div#megamenu ul.maximenuck li div.floatck ul.maximenuck2,
div#megamenu ul.maximenuck2 {
    z-index: 11000;
    clear: left;
    text-align: left;
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    position: static !important;
    overflow: visible !important;
    float: none !important;
}
div#megamenu ul.maximenuck li ul.maximenuck2 li.maximenuck,
div#megamenu ul.maximenuck2 li.maximenuck {
    text-align: left;
    z-index: 11001;
    position: static;
    float: none !important;
    list-style: none;
}
div#megamenu ul.maximenuck li ul.maximenuck2 li.maximenuck:hover,
div#megamenu ul.maximenuck2 li.maximenuck:hover {}div#megamenu ul.maximenuck li.maximenuck a,
div#megamenu ul.maximenuck li.maximenuck span.separator,
div#megamenu ul.maximenuck2 a,
div#megamenu ul.maximenuck2 li.maximenuck span.separator {
    display: block;
    float: none !important;
    float: left;
    position: relative;
    text-decoration: none;
    outline: none;
    white-space: normal;
    filter: none
}
div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 li a,
div#megamenu ul.maximenuck2 li a {}div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 a,
div#megamenu ul.maximenuck2 a {
    display: block
}
div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 li:hover>a,
div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 li:hover>h2 a,
div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 li:hover>h3 a,
div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 li.active>a,
div#megamenu ul.maximenuck2 li:hover>a,
div#megamenu ul.maximenuck2 li:hover>h2 a,
div#megamenu ul.maximenuck2 li:hover>h3 a,
div#megamenu ul.maximenuck2 li.active>a {}div#megamenu li.maximenuck>a img {
    margin: 3px;
    border: none
}
div#megamenu li.maximenuck img {
    border: none
}
div#megamenu span.titreck {
    text-decoration: none;
    float: none !important;
    float: left;
    margin: 0
}
div#megamenu span.descck {
    display: block;
    text-transform: none;
    font-size: 10px;
    text-decoration: none;
    height: 12px;
    line-height: 12px;
    float: none !important;
    float: left
}
div#megamenu div.floatck {
    position: absolute;
    padding: 0;
    margin: 0;
    background: url(/modules/mod_maximenuck/themes/blank/images/transparent.gif);
    text-align: left;
    width: auto;
    z-index: 9999
}
div#megamenu div.maxidrop-main {
    width: 180px
}
div#megamenu.maximenuckv div.floatck {
    margin: -39px 0 0 90%
}
div#megamenu .maxipushdownck div.floatck {
    margin: 0
}
div#megamenu ul.maximenuck li.maximenuck div.floatck div.floatck {
    margin: -30px 0 0 93%
}
div#megamenu ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck div.floatck,
div#megamenu ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck div.floatck,
div#megamenu ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck:hover div.floatck div.floatck,
div#megamenu ul.maximenuck li.sfhover:not(.maximenuckanimation) div.floatck div.floatck,
div#megamenu ul.maximenuck li.sfhover:not(.maximenuckanimation) div.floatck.sfhover div.floatck div.floatck,
div#megamenu ul.maximenuck li.sfhover:not(.maximenuckanimation) div.floatck.sfhover div.floatck.sfhover div.floatck div.floatck {
    display: none
}
/*div#megamenu ul.maximenuck li.maximenuck:hover>div.floatck,
div#megamenu ul.maximenuck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck,
div#megamenu ul.maximenuck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck,
div#megamenu ul.maximenuck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck,
div#megamenu ul.maximenuck li.sfhover>div.floatck,
div#megamenu ul.maximenuck li.sfhover>div.floatck li.sfhover>div.floatck,
div#megamenu ul.maximenuck li.sfhover>div.floatck li.sfhover>div.floatck li.sfhover>div.floatck,
div#megamenu ul.maximenuck li.sfhover>div.floatck li.sfhover>div.floatck li.sfhover>div.floatck li.sfhover>div.floatck {
    display: block
}*/
div#megamenu div.maximenuck_mod ul {
    display: block
}
div#megamenu ul.maximenuck li div.floatck div.maximenuck2 {
    margin: 0;
    padding: 0
}
div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 h2 a,
div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 h2 span.separator,
div#megamenu ul.maximenuck2 h2 a,
div#megamenu ul.maximenuck2 h2 span.separator {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 7px 0 14px 0;
    padding-bottom: 14px;
    line-height: 21px;
    text-align: left
}
div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 h3 a,
div#megamenu ul.maximenuck li.maximenuck ul.maximenuck2 h3 span.separator,
div#megamenu ul.maximenuck2 h3 a,
div#megamenu ul.maximenuck2 h3 span.separator {
    font-size: 14px;
    margin: 7px 0 14px 0;
    padding-bottom: 7px;
    line-height: 21px;
    text-align: left
}
div#megamenu ul.maximenuck li ul.maximenuck2 li p,
div#megamenu ul.maximenuck2 li p {
    line-height: 18px;
    margin: 0 0 10px 0;
    font-size: 12px;
    text-align: left
}
div#megamenu .imgshadow {
    background: #FFF !important;
    padding: 4px;
    border: 1px solid #777;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #666;
    -webkit-box-shadow: 0px 0px 5px #666;
    box-shadow: 0px 0px 5px #666
}
div#megamenu ul.maximenuck li ul.maximenuck2 li.blackbox,
div#megamenu ul.maximenuck2 li.blackbox {
    background-color: #333 !important;
    color: #eee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px 4px 6px !important;
    margin: 0px 4px 4px 4px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px #000;
    -moz-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000
}
div#megamenu ul.maximenuck li ul.maximenuck2 li.blackbox:hover,
div#megamenu ul.maximenuck2 li.blackbox:hover {
    background-color: #333 !important
}
div#megamenu ul.maximenuck li ul.maximenuck2 li.blackbox a,
div#megamenu ul.maximenuck2 li.blackbox a {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    display: inline !important
}
div#megamenu ul.maximenuck li ul.maximenuck2 li.blackbox:hover>a,
div#megamenu ul.maximenuck2 li.blackbox:hover>a {
    text-decoration: underline
}
div#megamenu ul.maximenuck li ul.maximenuck2 li.greybox,
div#megamenu ul.maximenuck2 li.greybox {
    background: #f0f0f0 !important;
    border: 1px solid #bbb;
    padding: 4px 6px 4px 6px !important;
    margin: 0px 4px 4px 4px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}
div#megamenu ul.maximenuck li ul.maximenuck2 li.greybox:hover,
div#megamenu ul.maximenuck2 li.greybox:hover {
    background: #fff !important;
    border: 1px solid #aaa
}
div#megamenu ul.maximenuck div.maximenuck_mod>div>h3,
div#megamenu ul.maximenuck2 div.maximenuck_mod>div>h3 {
    width: 100%;
    font-weight: bold;
    font-size: 16px
}
div#megamenu div.maximenuck_mod {
    width: 100%;
    padding: 0;
    white-space: normal
}
div#megamenu div.maximenuck_mod div.moduletable {
    border: none;
    background: none
}
div#megamenu div.maximenuck_mod fieldset {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    background: transparent;
    border: none
}
div#megamenu ul.maximenuck2 div.maximenuck_mod a {
    border: none;
    margin: 0;
    padding: 0;
    display: inline;
    background: transparent;
    font-weight: normal
}
div#megamenu ul.maximenuck2 div.maximenuck_mod a:hover {}div#megamenu ul.maximenuck2 div.maximenuck_mod ul {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    border: none;
    text-align: left
}
div#megamenu ul.maximenuck2 div.maximenuck_mod li {
    margin: 0 0 0 15px;
    padding: 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 11px;
    float: none;
    display: block;
    line-height: 20px;
    white-space: normal
}
div#megamenu ul.maximenuck2 div.maximenuck_mod #form-login ul {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%
}
div#megamenu ul.maximenuck2 div.maximenuck_mod #form-login ul li {
    margin: 2px 0;
    padding: 0 5px;
    height: 20px;
    background: transparent
}
div#megamenu .maxiFancybackground {
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    z-index: -1
}
div#megamenu .maxiFancybackground .maxiFancycenter {
    border-top: 1px solid #fff
}
div#megamenu span.maxiclose {
    color: #fff
}
div#megamenu ul.maximenuck li.maximenuck.nodropdown div.floatck,
div#megamenu ul.maximenuck li.maximenuck div.floatck li.maximenuck.nodropdown div.floatck,
div#megamenu .maxipushdownck div.floatck div.floatck {
    position: static;
    background: none;
    border: none;
    left: auto;
    margin: 3px;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block !important
}

div#megamenu li.maximenuck.nodropdown>div.floatck>div.maxidrop-main {
    width: auto
}
div#megamenu.maximenuckh li.fullwidth>div.floatck {
    margin: 0;
    padding: 0;
    width: auto !important;
    left: 0;
    right: 0
}
div#megamenu.maximenuckv li.fullwidth>div.floatck {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto !important
}
div#megamenu li.fullwidth>div.floatck>div.maxidrop-main {
    width: auto
}
@media screen and (max-width: 524px) {
    div.maximenuckh {
        height: auto !important
    }
    div.maximenuckh ul:not(.noresponsive) {
        height: auto !important;
        padding-left: 0 !important
    }
    div.maximenuckh ul:not(.noresponsive) li {
        float: none !important;
        width: 100% !important;
        padding-right: 0 !important;
        margin-right: 0 !important
    }
    div.maximenuckh ul:not(.noresponsive) li>div.floatck {
        width: 100% !important
    }
    div.maximenuckh ul:not(.noresponsive) li:hover>div.floatck {}div.maximenuckh ul:not(.noresponsive) div.floatck div.maximenuck2 {
        width: 100% !important
    }
    div.maximenuckh ul:not(.noresponsive) div.floatck div.floatck {
        width: 100% !important;
        margin: 20px 0 0 0 !important
    }
    div.maximenuckh ul:not(.noresponsive) li.maximenucklogo img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important
    }
}
div.maximenuckh ul.maximenuck li:hover div.floatck div.floatck,
div.maximenuckh ul.maximenuck li:hover div.floatck:hover div.floatck div.floatck,
div.maximenuckh ul.maximenuck li.sfhover div.floatck div.floatck,
div.maximenuckh ul.maximenuck li.sfhover div.floatck.sfhover div.floatck div.floatck {
    left: -999em
}
div.maximenuckh ul.maximenuck li:hover div.floatck,
div.maximenuckh ul.maximenuck li:hover div.floatck li:hover div.floatck,
div.maximenuckh ul.maximenuck li:hover div.floatck li:hover div.floatck li:hover div.floatck,
div.maximenuckh ul.maximenuck li.sfhover div.floatck,
div.maximenuckh ul.maximenuck li.sfhover div.floatck li.sfhover div.floatck,
div.maximenuckh ul.maximenuck li.sfhover div.floatck li.sfhover div.floatck li.sfhover div.floatck {
    left: auto
}
div.maximenuckh div.maximenuck_mod ul {
    left: auto
}
div.maximenuckv ul.maximenuck li:hover div.floatck div.floatck,
div.maximenuckv ul.maximenuck li:hover div.floatck:hover div.floatck div.floatck,
div.maximenuckv ul.maximenuck li.sfhover div.floatck div.floatck,
div.maximenuckv ul.maximenuck li.sfhover div.floatck.sfhover div.floatck div.floatck {
    left: -999em
}
div.maximenuckv ul.maximenuck li:hover div.floatck,
div.maximenuckv ul.maximenuck li:hover div.floatck li:hover div.floatck,
div.maximenuckv ul.maximenuck li:hover div.floatck li:hover div.floatck li:hover div.floatck,
div.maximenuckv ul.maximenuck li.sfhover div.floatck,
div.maximenuckv ul.maximenuck li.sfhover div.floatck li.sfhover div.floatck,
div.maximenuckv ul.maximenuck li.sfhover div.floatck li.sfhover div.floatck li.sfhover div.floatck {
    left: auto
}
div.maximenuckv div.maximenuck_mod ul {
    left: auto
}
.sp-vmsearch {
    position: relative
}
.sp-vmsearch form {
    margin: 0
}
.sp-vmsearch-categorybox {
    position: relative
}
.sp-vmsearch-categories {
    position: absolute !important;
    left: 0px;
    opacity: 0;
    padding: 0;
    margin: 0
}
.category-name-wrapper {
    position: relative;
    padding: 0 10px;
    margin-right: 10px
}
.category-name {
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden
}
.sp-vmsearch-categorybox {
    float: left;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    background: #2251f0;
    color: #fff
}
.search-input-wrapper {
    display: block;
    margin-left: 100px;
    margin-right: 100px;
    overflow: hidden
}
.search-button-wrapper {
    float: right;
    width: 100px;
    text-align: center
}
.search-button-wrapper button {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 52px;
    min-height: 52px;
    line-height: 52px;
    background: #2251f0;
    color: #fff;
    box-sizing: border-box;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer
}
.search-input-wrapper input {
    width: 100%;
    min-height: 52px;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.sp-vmsearch-categorybox .cat-button,
.sp-vmsearch-categorybox .sp-vmsearch-categories {
    position: absolute;
    width: 100%;
    height: 100%
}
.sp-vmsearch-categorybox .sp-vmsearch-categories {
    z-index: 1
}
.color,
.color:hover {
    color: #e95b37
}
#collapsed-menu li.active>label>a,
#nav li.active>a,
#collapsed-menu .nav-list li.active>a,
.price-label,
#megamenu span.inside i,
.flex-next .icon-up,
.flex-prev .icon-down,
a.fancy-zoom,
#megamenu i,
#megamenu em,
.tparrows i,
.product-listing a.outofstock,
a.icon-trash-2,
.block-account .block-content li.current,
.product-img-box .more-views li i,
#body .listing_header_row1 a.icon-th.active,
#body .listing_header_row1 a.icon-th-list.active,
#body .listing_header_row1 a.icon-th:hover,
#body .listing_header_row1 a.icon-th-list:hover,
a:hover .custom_color,
a.custom_color:hover,
#header.header_v_2 #nav li li li a:hover,
h4 [class^="icon-"],
h3 [class^="icon-"],
#carousel_tabs a.active,
h2 a:hover,
.rating strong i,
.custom_color,
a .custom_color,
#body .flexslider .flex-next:hover,
#body .flexslider .flex-prev:hover,
#body .flexslider.big .flex-direction-nav a,
#body .flex-direction-nav a,
h2 i,
h2 span,
#topline a,
.product .product-tocart a,
.twit a,
.twit .icon,
.form-login button i,
#nav>li.menu_home_link>a [class^="icon-"] {
    color: #e95b37
}
.chosen-container-single .chosen-drop .chosen-results .highlighted {
    background: #e95b37
}
#hoverfold .view:hover {
    border-color: #e95b37
}
.more-link,
a.btn,
.shoppingcart .fadelink span a.btn,
.sale_discount,
.countdown_box .countdown_inner,
.button_small,
.carousel-testimonials .flexslider .flex-direction-nav a,
body .middle_icon_color:hover,
.promo_box div,
.nav-tabs>li>a:hover,
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
body .direction-nav a:hover,
body .nav-header>a,
body .nav-header>a:hover,
body .font-404 {
    /*background: #e95b37;*/
}
/*button:hover,*/
.more-link:hover,
/*input[type="submit"]:hover,*/
/*.btn:hover,*/
/*a.btn:hover,*/
/*.form-search button.btn:hover,*/
.shoppingcart .fadelink span a.btn:hover,
.button_small:hover,
body .middle_icon_color:hover,
.promo_box:hover div {
    background: #FFC
}

.form-search .search .btn{
	color:#ed7557;
}
/*.form-search .search .btn:hover{
	color:#ea613f;
}*/

#topline a.button_small {
    background-color: #e95b37
}
#topline a.button_small:hover {
    background-color: #FFC
}
body .ls-nav-prev,
body .ls-nav-next {
    color: #e95b37
}
body .ls-nav-prev:hover,
body .ls-nav-next:hover {
    color: #FFC
}
.es-nav a.btn:hover,
.jcarousel-skin-brands a.btn:hover,
#nav>li.hover>a,
#nav>li>a:hover,
#body .maximenuckh .maximenuck>li:hover,
#body .maximenuckh .maximenuck>li>a:hover,
#body .maximenuckh .maximenuck>li.active>a,
#body .maximenuckh .maximenuck>li.sfhover>a {
    background-color: #e95b37
}

#body .maximenuckh .maximenuck>li:hover>a,
#body .maximenuckh .maximenuck>li>a:hover i{
	color:#fff !important;
}


#filters li a.selected,
#filters li a.active,
#filters li a:hover,
a.quickview:hover,
.shopping_cart_mini .button:hover,
body .typeahead.dropdown-menu li.active a,
body .typeahead.dropdown-menu li a:hover,
body .price-table.active .price-table-price {
    background: #e95b37
}
.carousel-testimonials .quotes,
ul.categories li [class^="icon-"],
ul.categories li [class*=" icon-"] {
    color: #e95b37
}
/*.custom_blocks .box .inside,
.box-wrapper .line,
input[type="text"]:focus,
select:focus,
textarea:focus,
#nav>li>ul,
.tab-content,
.blockquote.style1,
.infobox,
body .price-table.active,
body .price-table.active .price-table-price,
#body .maximenuckh .maximenuck.level1>div>.maxidrop-main {
    border-color: #e95b37
}*/
body .flexslider.banners {
    border-bottom-color: #e95b37
}
.infobox .icon {
    color: #e95b37
}
.color_mark {
    background: #e95b37
}
body {
    color: #000
}
body a {
    color: #000
}
body a:hover {
    color: #000
}
body {
    background-color: #FFF;
    background-image: url('');
    background-repeat: repeat
}
h1,
h2,
h3,
h3 a,
h4,
h4 a,
h5,
h6,
#nav>li>a,
#megamenu span.inside,
#megamenu ul.rows_outer ul.menu_row li.col li.title,
#megamenu ul.rows_outer ul.menu_row li.col li.title a,
.block .block-title,
.horizontalTab .nav-tabs>li>a,
.verticalTab .nav-tabs>li>a,
.accordion-heading a,
.custom_blocks .box a,
#footer_popup h3,
#footer_popup h4,
.post-navigation .dropcap,
ul.sidenav li a,
.price-table-title,
.thumbnail.team-member-box .info .name,
#body .maximenuckh .maximenuck>li>a,
#body .maximenuckh .maximenuck.level2>a {
    font-family: 'Myriad Pro', sans-serif;
    color: #000
}
body .footer-info strong,
body .footer-info b,
body .content label,
#body .vm-viewas a[class^="icon-"],
#body .sbHolder a,
#body .sbHolder .sbOptions a:link:hover,
#body .sbHolder .sbOptions a:visited:hover {
    color: #000
}
h1:hover,
h2:hover,
h3:hover,
h3 a:hover,
h4:hover,
h4 a:hover,
h5:hover,
h6:hover,
#nav>li>a,
#megamenu span.inside,
#megamenu ul.rows_outer ul.menu_row li.col li.title,
#megamenu ul.rows_outer ul.menu_row li.col li.title a,
.block .block-title,
.horizontalTab .nav-tabs>li>a,
.verticalTab .nav-tabs>li>a,
.accordion-heading a,
.custom_blocks .box a,
#footer_popup h3,
#footer_popup h4,
.post-navigation .dropcap,
ul.sidenav li a,
.price-table-title,
.thumbnail.team-member-box .info .name {
    color: #000
}
body .content h1 a:not(.more-link):not(.button):not(.btn),
body .content h2 a:not(.more-link):not(.button):not(.btn),
body .content h3 a:not(.more-link):not(.button):not(.btn),
body .content h4 a:not(.more-link):not(.button):not(.btn),
body .content h5 a:not(.more-link):not(.button):not(.btn),
body .content h6 a:not(.more-link):not(.button):not(.btn),
body .content h1 a:not(.more-link):not(.button):not(.btn):hover,
body .content h2 a:not(.more-link):not(.button):not(.btn):hover,
body .content h3 a:not(.more-link):not(.button):not(.btn):hover,
body .content h4 a:not(.more-link):not(.button):not(.btn):hover,
body .content h5 a:not(.more-link):not(.button):not(.btn):hover,
body .content h6 a:not(.more-link):not(.button):not(.btn):hover {
    color: #000
}
body #filters ul li {
    border-color: #e95b37
}
body #filters ul li a {
    color: #000;
    font-family: 'Oswald', sans-serif
}
body #filters ul li a:hover {
    border-color: #e95b37
}
body #filters ul li a.selected {
    background-color: #e95b37
}
@media (min-width: 524px) {
    #body .maximenuckh .maximenuck>li.active>a.icon-home {
        background: transparent;
        color: #e95b37
    }
    #body .maximenuckh .maximenuck>li.active:hover>a.icon-home,
    #body .maximenuckh .maximenuck>li.active.sfhover>a.icon-home {
        background: #e95b37
    }
}
#topline {
    color: #e95b37;
    background-color: #333
}
#topline a {
    color: #FFC
}
#topline a:hover {
    color: #e95b37
}
#topline a.facebook_button:hover,
#topline a.facebook_button:hover [class^="icon-"] {
    color: #fff
}
#topline .fadelink>a,
#topline .fadelink>a:hover {
    color: #B6B6B6;
    background-color: #4A4A4A
}
#topline .fadelink .ul_wrapper a {
    color: #B6B6B6
}
#topline .fadelink .ul_wrapper a:hover {
    color: #B6B6B6
}
#topline .fadelink .ul_wrapper ul {
    background-color: #4A4A4A
}
body #spy {
    background: #FFF
}
#nav>li>a,
#nav-list [class^="icon-"],
#nav-list>li>ul li a,
#body .maximenuckh .maximenuck>li>a {
    color: #000
}
#nav-list [class^="icon-"]:hover,
#nav-list>li>ul li a:hover {
    color: #e95b37
}
#nav>li {
    background-color: none;
    background-image: url('')
}
#nav>li>ul {
    color: #000
}
#nav>li>ul {
    color: #000
}
#nav li.level1>a,
#nav li.level2>a,
#nav li.level3>a,
#nav li.level4>a,
#nav li.level5>a,
#nav li.level6>a {
    color: #4D4D4D
}
#nav li.level1>a:hover,
#nav li.level2>a:hover,
#nav li.level3>a:hover,
#nav li.level4>a:hover,
#nav li.level5>a:hover,
#nav li.level6>a:hover {
    color: #4D4D4D
}
body .content {
    color: #000;
    background-color: transparent;
    background-image: url('')
}
body .content p {
    color: #000
}
body .content p a:not(.more-link):not(.button):not(.btn) {
    color: #000
}
body .content p a:not(.more-link):not(.button):not(.btn):hover {
    color: #000
}
body .content a:not(.more-link):not(.button):not(.btn) {
    color: #000
}
body .content a:not(.more-link):not(.button):not(.btn):hover {
    color: #000
}
body .content .product .product-tocart a,
body .content .preview .product-tocart a {
    color: #e95b37!important
}
body .product .product-price,
body .preview .product-price {
    font-family: Arial, Helvetica, sans-serif;
    color: #000
}
body .product .product-price .old,
body .preview .product-price .old {
    font-family: Arial, Helvetica, sans-serif;
    color: #000
}
body .product .product-price .new,
body .preview .product-price .new {
    font-family: Arial, Helvetica, sans-serif;
    color: #F00
}
body .product-shop .regular-price .price,
body .product-listing .regular-price .price,
body .product-shop .old-price .price,
body .product-listing .old-price .price {
    font-family: Arial, Helvetica, sans-serif;
    color: #000
}
body .product-shop .special-price .price,
body .product-listing .special-price .price {
    font-family: Arial, Helvetica, sans-serif;
    color: #F00
}
section .line-content {
    border-color: %delimeters_content_color%
}
section .line-content-image {
    background-image: url('');
    background-position: center;
    border: 0
}
section .line-footer {
    border-color: #ECECEC
}
section .line-footer-image {
    background-image: url('');
    background-position: center;
    border: 0
}
.small_with_description .product .product-image-wrapper,
.big_without_description .product .product-image-wrapper,
.small_without_description .product .product-image-wrapper,
.product-listing .product .product-image-wrapper,
.product {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27)
}
.small_with_description .product.state-hover .product-image-wrapper,
.big_without_description .product.state-hover .product-image-wrapper,
.small_without_description .product.state-hover .product-image-wrapper,
.product-listing .product.state-hover .product-image-wrapper,
.product.state-hover {
    box-shadow: none
}
.small_with_description .preview .product-image-wrapper,
.big_without_description .preview .product-image-wrapper,
.preview {
    /*box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1)*/
	box-shadow: 0 0 40px 12px rgba(0, 0, 0, 0.1);
}
section .footer-info {
    color: #000
}
section .footer-info a {
    color: #666
}
section .footer-info a:hover {
    color: #e95b37
}
section .footer-info {
    background-color: transparent;
    background-image: url('')
}
#footer_popup,
#footer_popup h3 {
    color: #FFF
}
#footer_popup a {
    color: #e95b37
}
#footer_popup a:hover {
    color: #959595
}
#footer_popup {
    background-color: rgba(0, 0, 0, 0.85)
}
#footer_line {
    background: #333
}
#footer_line .footer_bottom {
    background: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer_bottom {
    color: #959595;
    background: #f5f5f5
}
#footer_bottom a {
    color: #666
}
#footer_bottom a:hover {
    color: #e95b37
}
#topline a[class^="icon-"],
#topline a[class*=" icon-"],
#topline a [class^="icon-"],
#topline a [class*=" icon-"] {
    color: #FFF
}
#topline a[class^="icon-"]:hover,
#topline a[class*=" icon-"]:hover,
#topline a:hover [class^="icon-"],
#topline a:hover [class*=" icon-"] {
    color: #e95b37
}
#footer_bottom a[class^="icon-"],
#footer_bottom a[class*=" icon-"],
#footer_bottom a [class^="icon-"],
#footer_bottom a [class*=" icon-"] {
    color: #FFF
}
#footer_bottom a[class^="icon-"]:hover,
#footer_bottom a[class*=" icon-"]:hover,
#footer_bottom a:hover [class^="icon-"],
#footer_bottom a:hover [class*=" icon-"] {
    color: #e95b37
}
#themeDemos .arrow,
#themeDemos .demoViews .item .launch {
    background: #e95b37
}
#fwslider312 .title {
    color: #FFF
}
#fwslider312 .description {
    color: #*28627
}
#fwslider312 .readmore {
    color: #919191
}
#fwslider312 .slide_content_wrap {
    margin: 7% auto 5% auto
}


.custom_blocks .btn.rounded.icon-4x > img{
	width:66px;
}

.custom_blocks .four_bocks.icon-4x > img{
	width:66px;
}

.custom_blocks .box .text2{
	font-size:16px;
	text-transform:none;
	color:#494949;
	font-family:'Myriad Pro';
	
}

.container.footer-info{
	margin-top:40px;
}

.container.footer-info .span6 .row .span3.animate-delay:last-child,
.container.footer-info .span6:last-child .row .span3.animate-delay{
	/*border-top:2px solid #e95b37;*/
}

.container.footer-info .span6 .row .span3.animate-delay h3{
	font-family: Myriad Pro;
    /*margin-top: 10px;*/
    font-size: 18px;
	margin-bottom:15px;
}

.container.footer-info .span6:first-child .row .span3.animate-delay:first-child h3{
	margin-top:0;
}

.custom .cleancode  ul.icons li{
	margin-bottom:10px;
}

.custom .cleancode  ul.icons li i{
	margin-top:4px;
	color:#ee8570;
}

.customcustom-links .inside span a{
	text-align:left;
}

.contact-info h3{
	font-size: 14px;
    font-weight: bold;
    text-transform: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom:8px;
}

.contact-info p{
	padding-top: 10px;
}

.contact-info  span{
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 100px;

	/* Firefox 1-3.6 */
	-moz-border-radius: 100px;
	  
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 100px;
	  
	background-color: #e95b37;
    box-sizing: border-box;
    display: inline-block;
    height: 22px;
    padding-top: 4px;
    text-align: center;
    width: 22px;
	margin-top: -2px;
	margin-right: 7px;
	
}

.contact-info  span i{
	color:#fff;
	font-size:13px !important;
}

.contact-misc form{
	margin-top:30px;
}

.contact-misc form label{
	display: block;
    font-size: 16px;
    font-weight: bold;
	margin-bottom:5px;
}

.contact-misc form input,
.contact-misc form textarea,
.contact-misc form select{
	box-sizing: border-box;
    height: auto;
    margin-bottom: 8px;
    width: 100%;
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.contact-misc form input:focus,
.contact-misc form textarea:focus,
.contact-misc form select:focus{
	/*border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);*/
    border-color: rgba(235, 108, 76, 0.8);
    outline: 0 none;
	box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
	-moz-box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
	-webkit-box-shadow: 0px 0px 7px 4px rgba(234, 97, 63, 0.33);
}

.rsform-error{
	border-color: #b94a48 !important;
    color: #b94a48 !important;
}

.rsform-error:focus{
	border-color: #953b39 !important;
    box-shadow: 0 0 6px #d59392 !important;
}

.contact-misc .button{
	background: #e95b37 none repeat scroll 0 0;
    border: 1px solid #ffc !important;
    color: #ffc !important;
	width:auto !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border:1px solid #e95b37 !important;
	font-size:16px;
	font-weight:bold;
	text-transform: capitalize !important;
}

.button:hover{
	border:1px solid #e95b37 !important;
}

.alert-success{
	display:none;
	background-color: #d9edf7;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    box-shadow: none;
    color: #2c6f90;
    margin-bottom: 15px;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-error{
	display:none;
	background-color: #f2dede;
    border: 1px solid #eed3d7;
    border-radius: 4px;
    box-shadow: none;
    color: #833333;
    margin-bottom: 15px;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.custom-max-width{
	max-width:520px;
}
#custom-quote-form .alert-danger{
	box-sizing: border-box;
    max-width: 520px;
    padding: 5px;
}
.custom-quote-title{
	/*font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    position: relative;
    color: #fff;
    top: -6px;
    left: -14px;*/

	border: none;
    background-color: #e95b37;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    color: #fff;
    text-decoration: none;    
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    line-height: 24px;
	margin-right: 4px;
	padding: 8px 20px;
	margin-bottom:0px;
    display: inline-block;
}

/*.background-bar{
	position: absolute;
    left: -29px;
    width: 279px;
    max-width: initial;
    top: -13px;
}*/

.background-bar {
    position: absolute;
    left: -29px;
    width: 106%;
    max-width: initial;
    top: -13px;
    height: 48px;
}


@media only screen and (max-width: 980px) {
    /* For mobile phones: */
    .header_mid{
		float: right;
		margin-left: 0;
		margin-top: 18px;
	}
	
	#body .maximenuckh .maximenuck > li > a{
		font-size:16px;
	}
	.custom-max-width{
		max-width:400px;
	}
}

@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    #logo{
		width:100%;
		text-align:center;
	}
	.header_mid{
		float: left;
		margin-left: 0;
		margin-top: 18px;
	}
	#megamenu .maxiroundedcenter .spy-right{
		display:none;
	}
	.custom-max-width{
		max-width:320px;
	}
}

@media only screen and (max-width: 360px) {
	.header-contact-info{
		border:none;
		margin-bottom: 10px;
	}
	.header-contact-info i{
		margin-top: 1px;
	}
	.header-contact-info h5{
		display:none;
	}
	.current.active i{
		color:#fff !important;
	}
	
	#megamenu .maxiroundedcenter .spy-right {
		display: block;
		width: 100%;
		text-align: center;
	}
	
}

#megamenu ul.maximenuck li a.first-level{
	color:#494949;
}

#megamenu ul.maximenuck li a.first-level span{ 

	font-family:Futura !important;
	font-size:17px !important;

}

.container.footer-info{font-family:Futura !important;}
.container.footer-info h3{font-family:Futura !important;font-size:17px !important;}
.container.footer-info a:hover,
.nodropdown .floatck a span:hover{color:#e95b37;}

form#newsletter_form input[type=text]{ color:#FFF !important;}
.dimensions-width{ width:90px !important;}

#custom-quote-form label{ 
	padding-top: 4px;
    font-size: 13px;
}

#custom-quote-form select,
#custom-quote-form input,
#custom-quote-form label{
	margin-bottom:0;
	margin-top:8px;
}
#custom-quote-form .alert-danger{
	margin-left:10px;
}

.custom_quote_spacing{margin-top: 10px;}


#cssmenu ul li .firstmenu_item{
	visibility:hidden;
}
#cssmenu ul ul,
#cssmenu ul li .firstmenu_item {
  position: absolute;
  left: -9999px;
  -webkit-transition: top .3s ease, opacity .2s ease;
  -moz-transition: top .3s ease, opacity .2s ease;
  -ms-transition: top .3s ease, opacity .2s ease;
  -o-transition: top .3s ease, opacity .2s ease;
  transition: top .3s ease, opacity .2s ease;
  /*z-index: 100;*/
}
#cssmenu > ul > li > ul,
#cssmenu > ul > li .firstmenu_item {
  top: 91px;
}
#cssmenu > ul > li:hover .firstmenu_item{ visibility:visible;}

#cssmenu > ul > li:hover > ul,
#cssmenu > ul > li:hover .firstmenu_item {
  left: auto;
  top: 38px;
}

.orange-bar{background: none repeat scroll 0 0 #e95b37;height: 5px;width: 100%;}

.faqs-main h3{
	font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}

.faqs-main .answer{
    margin-bottom: 18px;
	margin-left:10px;
	box-sizing:border-box;
	font-weight:normal;
}

.social-icons a{ display: inline-block;width: 31px;height: 32px;padding: 7px;box-sizing: border-box;vertical-align: middle;text-align: center;}
.social-icons .fa{ font-size:20px; color:#ffffff;}
.social-icons a.facebook{ background: rgb(226, 226, 226);}
.social-icons a.facebook:hover{ background-color:#3b5998;}
.social-icons a.twitter{background: rgb(226, 226, 226);}
.social-icons a.twitter:hover{background-color:#00aced;}


.social-icons a.google-plus{background: rgb(226, 226, 226); padding:7px 3px 3px 3px;}
.social-icons a.google-plus:hover{background-color:#db5948;}

.social-icons a.pinterest{background: rgb(226, 226, 226);}
.social-icons a.pinterest:hover{background-color:#DD232C;}

.social-icons a.youtube{background: rgb(226, 226, 226);}
.social-icons a.youtube:hover{background-color:#b31217;}

.social-icons a.instagram{
	background: rgb(226, 226, 226);
}
.social-icons a.instagram:hover{
	margin-top: -21px;
    position: relative;
    bottom: -11px;
	height: inherit;
    max-height: 52px;
	background: -moz-linear-gradient(top, rgba(64,101,226,0) 0%, rgba(82,79,212,0) 7%, rgba(102,52,198,0) 14%, rgba(108,50,193,0) 17%, rgba(255,255,255,0.11) 18%, rgba(255,186,255,0.41) 19%, rgba(217,95,255,0.53) 20%, rgba(166,71,255,0.71) 21%, rgba(153,66,231,0.77) 22%, rgba(140,61,207,0.87) 23%, rgba(134,57,191,0.94) 25%, rgba(132,54,182,0.98) 27%, rgba(131,53,177,0.99) 28%, rgba(133,53,173,1) 30%, rgba(138,52,166,1) 34%, rgba(172,49,143,1) 48%, rgba(193,67,117,1) 54%, rgba(215,89,88,1) 62%, rgba(229,107,66,1) 70%, rgba(233,112,61,0.99) 72%, rgba(238,116,60,0.98) 73%, rgba(253,127,57,0.94) 75%, rgba(255,140,60,0.87) 77%, rgba(255,162,64,0.79) 78%, rgba(255,207,80,0.71) 79%, rgba(255,249,95,0.53) 80%, rgba(255,255,182,0.41) 81%, rgba(255,255,255,0.11) 82%, rgba(255,255,255,0) 83%, rgba(246,153,56,0) 89%, rgba(251,177,77,0) 96%, rgba(250,187,90,0) 100%);/
	background: -webkit-linear-gradient(top, rgba(64,101,226,0) 0%,rgba(82,79,212,0) 7%,rgba(102,52,198,0) 14%,rgba(108,50,193,0) 17%,rgba(255,255,255,0.11) 18%,rgba(255,186,255,0.41) 19%,rgba(217,95,255,0.53) 20%,rgba(166,71,255,0.71) 21%,rgba(153,66,231,0.77) 22%,rgba(140,61,207,0.87) 23%,rgba(134,57,191,0.94) 25%,rgba(132,54,182,0.98) 27%,rgba(131,53,177,0.99) 28%,rgba(133,53,173,1) 30%,rgba(138,52,166,1) 34%,rgba(172,49,143,1) 48%,rgba(193,67,117,1) 54%,rgba(215,89,88,1) 62%,rgba(229,107,66,1) 70%,rgba(233,112,61,0.99) 72%,rgba(238,116,60,0.98) 73%,rgba(253,127,57,0.94) 75%,rgba(255,140,60,0.87) 77%,rgba(255,162,64,0.79) 78%,rgba(255,207,80,0.71) 79%,rgba(255,249,95,0.53) 80%,rgba(255,255,182,0.41) 81%,rgba(255,255,255,0.11) 82%,rgba(255,255,255,0) 83%,rgba(246,153,56,0) 89%,rgba(251,177,77,0) 96%,rgba(250,187,90,0) 100%);
	background: linear-gradient(to bottom, rgba(64,101,226,0) 0%,rgba(82,79,212,0) 7%,rgba(102,52,198,0) 14%,rgba(108,50,193,0) 17%,rgba(255,255,255,0.11) 18%,rgba(255,186,255,0.41) 19%,rgba(217,95,255,0.53) 20%,rgba(166,71,255,0.71) 21%,rgba(153,66,231,0.77) 22%,rgba(140,61,207,0.87) 23%,rgba(134,57,191,0.94) 25%,rgba(132,54,182,0.98) 27%,rgba(131,53,177,0.99) 28%,rgba(133,53,173,1) 30%,rgba(138,52,166,1) 34%,rgba(172,49,143,1) 48%,rgba(193,67,117,1) 54%,rgba(215,89,88,1) 62%,rgba(229,107,66,1) 70%,rgba(233,112,61,0.99) 72%,rgba(238,116,60,0.98) 73%,rgba(253,127,57,0.94) 75%,rgba(255,140,60,0.87) 77%,rgba(255,162,64,0.79) 78%,rgba(255,207,80,0.71) 79%,rgba(255,249,95,0.53) 80%,rgba(255,255,182,0.41) 81%,rgba(255,255,255,0.11) 82%,rgba(255,255,255,0) 83%,rgba(246,153,56,0) 89%,rgba(251,177,77,0) 96%,rgba(250,187,90,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004065e2', endColorstr='#00fabb5a',GradientType=0 );
}

.social-icons a.instagram:hover .fa{
	padding-top: 9px;
    padding-bottom: 9px;
}



.social-icons a.linkedin{background: rgb(226, 226, 226);}
.social-icons a.linkedin:hover{background-color:#006ba2;}
.detail-page-custom-quote input{height:15px; margin-top:0px !important;}
.detail-page-custom-quote textarea{margin-bottom:0px !important;}
.detail-page-custom-quote input[type="file"]{height:23px; margin-top:0px !important;}
.detail-page-custom-quote button[type="submit"]{
 	padding: 8px 13px;
	margin-bottom:0px;
	margin-top:18px;
}
.detail-page-custom-quote select{height:27px; margin-top:0px !important;}
.detail-page-custom-quote .control-label{margin-bottom: 0px; width:233px;}
.detail-page-custom-quote legend{ margin-bottom:10px;}

.quick-product-name{border: 1px solid #fff; border-radius: 3px;box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);-webkit-appearance: none; font-weight:bold;background-color:#ffffff;width:221px;display:inline-block;padding:3px;box-sizing:border-box;}

.home_page_text{ margin-top:15px; margin-bottom:20px;}
.home_page_text h1,
.home_page_text h2,
.home_page_text h3,
.home_page_text h4,
.home_page_text h5,
.home_page_text h6{
    margin-bottom: 5px;
	font-weight:bold;
	margin-top:25px;
}
.home_page_text h1{ font-size:26px; }
.home_page_text h2{ font-size:24px;}
.home_page_text h3{ font-size:22px;}
.home_page_text h4{ font-size:20px;}
.home_page_text h5{ font-size:18px;}
.home_page_text h6{ font-size:16px;}

.short-run-packaging{ box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.27); padding:20px 0px; box-sizing:border-box; background-color: rgba(226, 226, 226, 0.31); margin-top:15px;margin-bottom: 30px;}
.short-run-packaging-inner{padding:0px 10px;}
.short-run-packaging-inner h1{ font-size:26px; font-family:'Myriad Pro', sans-serif;}
.short-run-packaging-inner h2{font-size:24px;font-family:'Myriad Pro', sans-serif;}
.short-run-packaging-inner h3{font-size:22px;font-family:'Myriad Pro', sans-serif;}
.short-run-packaging-inner h4{font-size:20px;font-family:'Myriad Pro', sans-serif;}
.short-run-packaging-inner h5{font-size:18px;font-family:'Myriad Pro', sans-serif;}
.short-run-packaging-inner h6{font-size:16px;font-family:'Myriad Pro', sans-serif;}


.detail_page_sideicons{
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	font-size: 13px !important;
	padding: 10px;
	z-index: 3;
	background-color: #f5f5f5;
}
.detail_page_sideicons .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.detail_page_sideicons .list-unstyled li {
    overflow: hidden;
    margin-bottom: 15px;
}

.detail_page_sideicons .list-unstyled li img {
    float: left!important;
	width:50px !important;
}

.detail_page_sideicons .list-unstyled li h4,
.detail_page_sideicons .list-unstyled li p{
    margin: 0 0 0 60px;
}
.detail_page_sideicons .list-unstyled li h4{
	font-size: 17px;
	margin-top: 10px;
}

.detail_page_sideicons .list-unstyled li p{
	font-size: 12px;
    color: #999;
}

.detail-page-custom-quote textarea{ width:100%;}
/*.quote-heading{}*/
