div.QSoverlay{
	background: #000000;

	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */

	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	top: 0px;
	left: 0px;
}

div.QSbox{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0px auto;
	width: 447px;
	border: 1px solid #108BBD;
	background: #fff;
	padding: 10px;
	z-index: 20000;
}
div.QSbox div.QStitle{
	margin:0px; padding: 20px; text-transform: uppercase; font-weight: normal; font-family: Georgia, sans-serif; font-size: 19px;
	color:#ffffff; 
	background-color: #4986A0;
	text-align: center;
}
div.QScontent ul{
	list-style: none;
}

div.QSbox div.buttonsPlace{
	/*padding: 0 20px;*/
}

div.QSbox div.buttonsPlace button{
	padding: 5px 10px;
	background-color:#333333;
	color:#ffffff;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
	margin-left: 5px;
}

div.QSbox div.QScontent{
	margin:0px; padding: 10px 0px 20px 0px; font-weight: normal; font-family: Georgia, sans-serif; font-size: 15px; width: 100%; color: #000000;
}

div.QSbox label{
	float: left;
	clear: left;
	width: 130px;
	margin-bottom: 5px;
	height: 29px;
	line-height: 29px;
}
div.QSbox p.info{
	padding: 10px;
	float: left;
	width: 300px;
}
div.QSbox input, div.QSbox textarea{
	border: 1px solid #d9d9d9;
	float: left;
	width: 250px;
	margin-bottom: 5px;
	padding: 5px;
	text-indent: 10px;
	height: 14px;
}
div#uniform-newsletter{
	float: left;
}
div#tab-reg{
	float: left;
}

section.buttonsPlace a{
	margin-top: 10px;
	margin-right: 10px;
}

.QS_message .close {
	float: right;
	cursor: pointer;
	font-weight: bold;
	margin-top: -7px;
}
.QS_message .close:hover {
	color: red;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('/Fonts/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('/Fonts/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/Fonts/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/Fonts/xjAJXh38I15wypJXxuGMBtIh4imgI8P11RFo6YPCPC0.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('/Fonts/PRmiXeptR36kaC0GEAetxoUt79146ZFaIJxILcpzmhI.woff') format('woff');
}

@font-face{
    font-family:'FontAwesome';
    src:url('/Fonts/fontawesome-webfont.eot');
    src:url('/Fonts/fontawesome-webfont.eot') format('embedded-opentype'),
        url('/Fonts/fontawesome-webfont.woff') format('woff'),
        url('/Fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-camera:before {
    content: "\f030";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-circle:before {
    content: "\f01d";
}
.icon-download-alt:before {
    content: "\f019";
}
.icon-envelope-alt:before {
    content: "\f003";
}
.icon-exclamation-sign:before {
    content: "\f06a";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-facebook-sign:before {
    content: "\f082";
}
.icon-google-plus:before {
    content: "\f0d5";
}
/*.icon-google-plus-sign:before {
        content: "\f0d4";
}*/
.icon-home:before {
    content: "\f015";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-ok:before {
    content: "\f00c";
}
.icon-phone:before {
    content: "\f095";
}
.icon-pinterest-sign:before {
    content: "\f0d3";
}
.icon-question-sign:before {
    content: "\f059";
}
.icon-remove-sign:before {
    content: "\f057";
}
.icon-search:before {
    content: "\f002";
}
.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;
}
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}
.icon-spin:before {
    content: "\f030";
}
.icon-spinner:before {
    content: "\f110";
}
.icon-thumbs-up:before {
    content: "\f087";
}
.icon-time:before {
    content: "\f017";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-twitter-sign:before {
    content: "\f081";
}
.theme-default .nivoSlider {
    position: relative;
    background: #fff url('/Images/loading.gif') no-repeat 50% 50%;
    max-height: 400px;
}
.theme-default .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    max-height: 400px;
}
.theme-default .nivoSlider a {
    border: 0;
    display: block;
    max-height: 400px;
}
.theme-default .nivo-controlNav-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.theme-default .nivo-controlNav-wrapinner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    bottom: 0;
    height: 40px;
}
.theme-default .nivo-controlNav {
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 11000;
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #fff;
    text-indent: -9999px;
    border: 2px solid #fff;
    margin: 0 2px;
}
.theme-default .nivo-controlNav a:hover {
    background: rgba(255,255,255,0.5);
}
.theme-default .nivo-controlNav a.active {
    background: transparent;
}
.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('/Images/arrows.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
.theme-default a.nivo-prevNav {
    left: 15px;
}
.theme-default .nivo-caption-wrapper {
    position: absolute;
    width: 100%;
    top: 25px;
    bottom: 65px;
    left: 0;
}
.theme-default .nivo-caption-wrapinner {
    position: relative;
    width: 980px;
    margin: 0 auto;
    top: 0;
    height: 100%;
}
.theme-default .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: 0;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}
.nivo-main-image {
    display: block!important;
    position: relative!important;
    width: 100%!important;
}
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
.nivo-caption {
    position: absolute;
    right: 0;
    top: 60px;
    width: 400px;
    height: 200px;
    background: rgba(255,255,255,0.8);
    color: #000;
    z-index: 8;
    padding: 20px;
    overflow: hidden;
    display: none;
    border: 2px solid rgba(0,0,0,0.1);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivo-caption p {
    padding: 5px;
    margin: 0;
}
.nivo-caption a {
    display: inline!important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
body {
    display: block;
    margin:0;
    padding: 0 0 3000px 0;
    font-family: 'Open Sans';
    font-size: 14px;
    position: relative;
    min-height: 100%;
    padding-bottom: 50px;
    background: #fff;
    width: 100%;
    overflow-x: hidden;
}
.sitetitle {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 980px;
}
a {
    text-decoration: none;
    color: #715780;
}
.content {
    max-width: 960px;
    margin: 0 auto;
    position: relative;

}
.content-padding{
    padding-bottom: 400px;
}
.content-padding2{
    padding-bottom: 650px;
}
.content_timereser {
    padding-bottom: 356px;
}
.header {
    height: 160px;
}
.top-bar {
    background: url('/Images/texture.jpg');
    border-bottom: 2px solid #ddd;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-menu {
    width: 100%;
    height: 38px;
    line-height: 38px;
}
.top-menu a {
    color: #ddd;
    font-size: 13px;
    display: block;
    float: right;
    padding: 0 20px;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
    box-shadow: 1px 0 0 rgba(255,255,255,0),-1px 0 0 rgba(255,255,255,0);
}
.top-menu a.left-menu {
    /*height:38px;
    line-height:38px;*/
    float:left;
    padding: 0 10px;
}
.top-menu a:hover {
    background: rgba(0,0,0,0.5);
    color: #fff;
    box-shadow: 1px 0 0 rgba(255,255,255,0.1),-1px 0 0 rgba(255,255,255,0.1);
}
.header-content {
    max-width: 960px;
    height: 120px;
    margin: -2px auto 0 auto;
    position: relative;
}
.logo {
    display: block;
    height: 62px;
    width: 308px;
    top: 50%;
    margin-top: -31px;
    background: url('/Images/logo.png') no-repeat;
    position: absolute;
    bottom: 0;
}
.logo img {
    display: none;
}
.mainmenu {
    position: absolute;
    height: 30px;
    line-height: 30px;
    right: 0;
    top: 46px;
}
.mainmenu a {
    color: #2d1937;
    padding: 0;
    margin: 0 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
    height: 25px;
    line-height: 30px;
    border-bottom: 2px solid transparent;
    float: left;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.mainmenu a:hover {
    border-bottom: 2px solid #715780;
}
.mainmenu a.active {
    border-bottom: 2px solid #ddd;
}
.slideshow {
    position: relative;
    height: 400px;
    margin: 0 0 30px 0;
}
.slider-wrapper {
    width: 1920px;
}
.nivo-caption h2 {
    margin: 0 0 20px 0;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 50px;
    color: #715780;
    line-height: 50px;
    text-align: right;
    text-transform: uppercase;
}
.nivo-caption p {
    text-align: justify;
    padding: 0;
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 20px;
    font-weight: 300;
}
.blackbar {
    height: 40px;
    width: 100%;
    background: rgba(45,25,55,0.9);
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    box-shadow: 0 -2px 0 rgba(0,0,0,0.1);
    z-index: 999;
}
.search {
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 7px;
    right: 0;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}

.search-field-holder{
    line-height: 17px;
    background: #fff;
    border: 0;
    float: left;
    margin: 0 2px 0 0;
    width: 240px;
    padding: 2px 5px;
    position: relative;
}

.search-field {
    height: 19px;
    border: 0;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
    padding:1px 0px;
}

.search-field-holder .ui-autocomplete{
    top: 25px !important;
    left: -25px !important;
    width: 273px !important;
}

.search label {
    height: 25px;
    width: 25px;
    display: block;
    line-height: 25px;
    float: left;
    background: #fff;
    text-align: center;
}
.search label span {
    height: 25px;
    width: 25px;
    display: block;
    line-height: 25px;
    background: #fff;
    text-align: center;
    font-size: 15px;
}
.search .icon-chevron-right {
    display: block;
    height: 25px;
    width: 25px;
    line-height: 27px;
    text-align: center;
    float: left;
    background: #eee;
    position: relative;
    color: #715780;
    font-size: 12px;
    transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
}
.search .icon-chevron-right:hover {
    background: #715780;
    color: #fff;
}
.search .search-button {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 25px;
    width: 25px;
    border: 0;
    background: 0;
    cursor: pointer;
}
.pageheader {
    height: 130px;
    position: relative;
    margin: 0 0 30px 0;
}
.pageheader.ext {
    height: 100px;
    position: relative;
    margin: 0 0 30px 0;
}
.pageheader .blackbar {
    height: 31px;
    line-height: 31px;
}
.pageheader .blackbar .search {
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 3px;
    right: 0;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
/*.pageheader .blackbar .search-field {
        height: 19px;
        line-height: 19px;
        background: #fff;
        border: 0;
        float: left;
        margin: 0 2px 0 0;
        padding: 3px 5px;
        width: 100%;
        transition: all ease-in-out .15s;
        -moz-transition: all ease-in-out .15s;
        -webkit-transition: all ease-in-out .15s;
}*/
.breadcrumb {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumb a {
    color: #fff;
    font-weight: 300;
}
.breadcrumb span {
    padding: 0 5px;
}
.pageheader-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 130px;
    width: 100%;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
}
.pageheader.ext .pageheader-bg {
    height: 100%;
}
.pagetitle {
    position: absolute;
    left: 0;
    top: 10px;
    height: 80px;
    line-height: 80px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
    background: rgba(45,25,55,0.8);
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagetitle>span{
    margin:0 25px;
}

.box-wrapper {
    max-width: 990px;
    margin: 0 -30px 30px 0;
}
.boxHolder {
    display: block;
    float: left;
    width: 300px;
    height: auto;
    margin: 0 30px 0 0;
}
.boxHolder:nth-child(3n+1) {
    clear: left;
}
.boxcontent{
    display: block;
    float: left;
    width: 300px;
    height: auto;
    margin-bottom:20px;
}
.boxcontent a{
    color:#0080ff
}
.boxcontent a:hover{
    text-decoration: underline
}
.box {
    display: block;
    width: 300px;
    height: 200px;
    position: relative;
    float: left;
    overflow: hidden;
}
.boxtitle {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    width: 280px;
    margin: 0;
    background: rgba(45,25,55,0.9);
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.boxtitle a {
    color: #fff;
}
.box .readon {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 45px 0 10px;
    width: 245px;
    margin: 0;
    background: rgba(45,25,55,0.8);
    background: rgba(0,0,0,0.8);
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
    box-shadow: 0 -2px 0 rgba(0,0,0,0.05);
}
.box .readon span.b {
    background: #fff;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgba(45,25,55,1);
    border-radius: 1px;
    text-indent: 0;
}
.box .readon i {
    background: #fff;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(45,25,55,1);
    border-radius: 1px;
    text-indent: 0;
}
.facebook .boxtitle {
    background: rgba(255,255,255,0.7);
    color: #3b5998;
}
.facebook .readon {
    background: rgba(255,255,255,0.7);
    color: #3b5998;
    padding: 0 45px;
    width: 210px;
}
.facebook .boxtitle a {
    color: #3b5998;
}
.facebook .readon span.b {
    background: #3b5998;
    color: #fff;
}
.facebook .readon i {
    background: #3b5998;
    color: #fff;
}
.featured {
    position: relative;
    margin: 0 0 30px 0;
}
.featured-bg {
    position: absolute;
    bottom: 0;
    height: 290px;
    width: 100%;
    background: #e5e5e5;
}
.featured .container {
    background: #fff;
    position: relative;
}
.featured-title {
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.categories {
    max-width: 980px;
    margin: 0 -20px 30px 0;
}
.category {
    width: 225px;
    height: 300px;
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
}
.category-title {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 40px 0 10px;
    width: 175px;
    background: rgba(45,25,55,0.8);
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
    box-shadow: 0 -2px 0 rgba(0,0,0,0.1);
}
.category-title a {
    color: #fff;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.category-title .arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 40px;
    line-height: 43px;
    text-align: center;
    width: 40px;
    font-size: 13px;
}
.category:hover .category-title {
    background: rgba(255,255,255,0.7);
}
.category:hover .category-title a {
    color: #2d1937;
}
.filters {
    min-height: 25px;
    padding: 13px 0 14px 0;
    margin: -30px 0 30px 0;
    background: #e5e5e5;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
    font-size: 11px;
}
.filters label {
    display: block;
    height: 63px;
    width: 135px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    float: left;
    color: #000;
}
.filters.sale_filters .label {
    width: 152px;
}
.filters input {
    white-space: nowrap;
    overflow: hidden;
    color: #000 !important;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: 4px 0px 5px 7px;
    text-overflow: ellipsis;
    font-family: 'Open Sans';
    zoom: 1;
    background: #FFFFFF url('/Images/down.png') no-repeat 96% center;
}
.filters label.filter_order {
    width: 122px;
    padding-right: 13px;
    text-align: right;
}
@media (max-width: 977px) {
    .filters label.filter_order {
        width: 135px;
        padding-right: 0px;
        text-align: left;
    }
}
@media (max-width: 450px) {
    .off-down span {
        display: block;
        float: left;
        width: 100% !important;
        text-align: center !important;
        margin-top: 10px;
    }
    .off-down span:first-child {
        height: 30px;
    }
}
.filters .field-wrapper {
    float: left;
    height: 25px;
    width: 17%;
}

.filters.sale_filters .field-wrapper {
    float: left;
    height: 25px;
    width: 14%;
}
.filters select {
    width: 150px;
}
.product-list {
    max-width: 980px;
    margin: 0 -20px 10px 0;
}
.product {
    position: relative;
    width: 225px;
    height: 338px;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;;
}
.product .new, .product .sale, .product .forsale {
    display: block;
    height: 30px;
    width: 40px;
    line-height: 30px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
}
.product .new {
    background: rgba(255,0,0,0.6);
    top: 5px;
    left: 5px;
}
.product .sale {
    background: rgba(255,0,0,0.6);
    top: 5px;
    right: 5px;
}
.product .forsale {
    background: rgba(255,255,255,0.8);
    bottom: 35px;
    width: 215px;
    color: #000;
    padding: 0;
    left: 5px;
}
.product-list-info {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0 10px;
    width: 205px;
    background: rgba(45,25,55,0.8);
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    box-shadow: 0 -2px 0 rgba(0,0,0,0.1);
}
.product-list-info .product-list-title {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin: 0;
    padding: 5px 0;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
}
.product-list-info .product-list-title a {
    color: #fff;
}
.product-list-info div {
    padding-bottom: 10px;
}
.product-images {
    width: 400px;
    float: left;
    margin: 0 30px 30px 0;
}
.golarge {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #d7d7d7;
    text-align: center;
    color: #222;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
}
.golarge span {
    font-size: 20px;
    margin: 0 10px 0 0;
}
.product-details {
    float: right;
    width: 530px;
    margin: 0 0 30px 0;
}
.product-title {
    margin: 0 0 5px 0;
    padding: 0 0 20px 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    color: #2d1937;
}
.product-meta {
    height: 20px;
    line-height: 20px;
    margin: 20px 0px;
}
.product-meta .left {
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
}
.product-meta .myicons a, .product-meta .myicons span, .product-meta .myicons div {
    font-size: 20px;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    position: relative;
    display: inline-block;
    width: 20px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
}
.product-meta .myicons span .plusone-wrapper {
    position: absolute;
    top: -12px;
    left: -15px;
    opacity: .0;
    filter: alpha(opacity=0);
}
.product-meta .myicons .icon-facebook-sign {
    color: #3b5998;
    top: -1px;
}
.product-meta .myicons .icon-google-plus-sign {
    color: #d84a38;
    top: -1px;
}
.product-meta .myicons .icon-twitter-sign {
    color: #32ceff;
    top: -1px;
}
.product-meta .myicons .icon-pinterest-sign {
    color: #cb2027;
    top: -1px;
}
.product-meta .right #mailtome {
    display: inline-block;
    background: #C9C;
    height: 18px;
    width: 18px;
    overflow: hidden;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
    top: -4px;
}
.product-meta .right #mailtome i {
    line-height: 18px;
    color: #fff;
    text-shadow: none;
}
.product-meta .right .mailtome {
    display: none;
    position: absolute;
    top: 85px;
    right: -10px;
    background: #eee;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    text-transform: none;
    border: 1px solid #ccc;
    width: auto;
    height: auto;
}
.product-meta .right .mailtome:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 13px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
}
.product-meta .right .mailtome .field-title {
    margin-bottom: 5px;
    font-weight: normal;
}
.product-meta .right .mailtome .fade {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-weight: 300;
    color: #000;
}
.mailtome > .field-title {
    display: inline !important;
}
.mailtome > .field-wrapper {
    margin-top: 10px;
    height: 30px !important;
    width: 300px !important;
}
.product-meta .right .succes-mailtome {
    display: none;
    position: absolute;
    top: 85px;
    right: -10px;
    background: #3C6;
    padding: 5px 10px;
    color: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    text-transform: none;
    font-weight: normal;
}
.product-meta .right .succes-mailtome:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 13px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #3C6;
}
.product-desc {
    margin: 0 0 20px 0;
}
.product-desc p {
    color: #666;
    font-size: 14px;
    text-align: justify;
    margin: 0;
    padding: 0;
}
.time-reservation {
    background-color: #4e334b;
    padding: 10px 12px 12px 12px;
    border-radius: 1px;
    margin: 0 0 10px 0;
    color: white;
}
.time-reservation h3{
    display: block;
    float:left;
    width: 41%;
    background-image: URL("/Images/small-right-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    font-weight: 500;
}
.time-reservation.ask_free_quote h3{
    width: 55%;
}
.time-reservation a{
    display: block;
    float: right;
    width: auto;
    background-color: white;
    color: #4e334b !important;
    padding: 12px;
    border-radius: 1px;
    margin: 7px;
    padding: 5px 15px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.product-prices {
    display: block;
    float: left;
    width: 96%;
    background: #f1eef2;
    padding: 8px 12px 4px 12px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 4px;
    text-align: right;
}
.product-prices.off-down {
    padding: 0px 12px 0px 12px;
}
.product-prices .price {
    display: block;
    float: left;
}
.product-prices .price:first-child {
    margin-top: 7px;
}
.product-prices.off-down .price:first-child,
.product-prices.group .price:first-child {
    margin-top: 0px;
}
.product-prices .price:first-child .ptitle{
    margin-top: 15px;
}
.product-prices.group .price:first-child .ptitle {
    margin-top: 0px;
}
.product-prices img {
    display: block;
    float: left;
    margin: 0px 15px;
}
.product-prices.group .price{margin-top: 10px}
.product-prices.group .price:first-child{margin-top: 0px}
.product-prices.group .pvalue.relative img{
    position: absolute;
    left: 120px;
    top: 8px;
    cursor: pointer;
}
.product-prices.group .price:first-child .pvalue.relative img{top: 0px}
.product-prices.group .price:last-child .pvalue.relative img{left: 120px}

.product-prices .old {
    color: #707070;
    font-size: 12px;
}
.product-prices .old span {
    text-decoration: line-through;
}
.ptitle {
    display: block;
    float: left;
    color: #222;
    font-size: 14px;
    margin: 0 10px 0 0;
}
.price.min .ptitle{
    text-align: right;
    margin-right: 0px;
}
.pvalue {
    color: #715780;
    font-size: 30px;
    font-weight: bold;
}
.price.min .pvalue {
    font-size: 20px;
    text-align: right;
}
.product-prices.simple {
    background: 0;
    padding: 0 10px;
    box-shadow: none;
    border-radius: 2px;
    margin: 0 0 5px 0;
    text-align: right;
}
.product-prices.simple .ptitle, .product-prices.simple .pvalue {
    font-size: 13px!important;
    font-weight: 300!important;
}
.product-prices.simple .pvalue {
    display: inline-block;
    min-width: 80px;
    font-weight: bold!important;
}
.product-prices.simple .pvalue span.old {
    font-weight: 300;
}

.product-prices.group > .price{
    display: block;
    float: left;
    width: 50%;
    clear: left;
}
.product-prices.group > .price{
}
.product-prices.group > .price .ptitle,
.product-prices.group > .price .pvalue{
    display: block;
    float: left;
    width: 100%;
    text-align: left;
}

.pinfo {
    font-size: 11px;
    color: #666;
}
.product-options {
    display: block;
    float: left;
    width: 96%;
    background: #f1eef2;
    padding: 8px 12px 4px 12px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 14px 12px;
    text-align: center;
}
.product-options img {
    margin-bottom: -6px;
    margin-left: 10px;
}
.product-options.group {
    display: block;
    float: right;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 14px 12px;
    text-align: center;
    box-shadow: none;
    background: none;
    border-radius: 0px;
}
.product-options.group img {
    float: right;
    margin-bottom: -6px;
    margin-right: 0px;
}
.option {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin: 0 25px 0 0;
    background: #d7d7d7;
    font-size: 12px;
    text-transform: uppercase;
    color: #715780;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 2px;
}
.option.long {
    width: auto;
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
    text-transform: none;
}
.option.cta {
    background: #715780;
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.product-data {
    display: block;
    float: left;
    width: 265px;
}
.product-data.right {
    text-align: right;
    position: relative;
}
.product-data h3 {
    font-size: 16px;
    color: #2d1937;
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
}
.product-data h3 i {
    font-size: 20px;
    color: #D7D7D7;
    cursor: pointer;
    padding-left: 5px;
}
.product-data ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-data ul li {
    font-size: 14px;
    font-weight: 300;
    padding: 0!important;
}
.product-data ul li strong {
    font-weight: normal;
    margin: 0 5px 0 0;
}
.product-data-2 {
    width: 530px;
}
.product-data-2 h3{
    text-align: left !important;
}
.product-data-2 ul li{
    text-align: left !important;
}
.youtube-link-container{
    float:left;
    width: 300px;
    font-family: 'Open Sans';
    margin-bottom: 25px;
}
.youtube-link-container .text-bogilila{
    color: #875F8E;
}
.youtube-link-container a{
    line-height: 30px;
}
.youtube-link-container img{
    display: block;
    float: left;
}

.accessories-image {
    display: none;
    position: relative;
}
.accessories-image i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #D7D7D7;
    cursor: pointer;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.accessories-image img {
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.formobile {
    display: none;
}
.post {
    margin-bottom: 30px;
    min-height: 350px;
}
.postheader {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
}

.dblock{
    display: block;
}

.post-meta {
    background: #eee;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    padding: 10px 10px 10px 15px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    margin: -10px 0 20px 0;
    font-weight: 300;
    color: #666;
}
.block {
    background: #f0eef2;
    padding: 20px;
    margin: 0 0 30px 0;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.block2{
    /*background: #f0eef2;*/
    padding: 20px;
    margin: 0 0 30px 0;
}
label.block2{padding: 26px 20px 20px 5px}
input.block2{margin-top: 30px}
input.block2[type="radio"]{padding: 5px}

._1{
    display:block;
    float: none;
    width: 1px;
    height: 1px;
}
.blockheader {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.lead {
    margin-bottom: 30px;
}
.lead, .lead p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
}
.listed-item {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.listed-item-5 {
    display: block;
    float: left;
    width: 48%;
    border-top: 1px solid #ccc;
    padding: 10px 0 20px 0;
    margin: 0 0 20px 0;
}
.listed-item-5.asd {
    margin-right: 2%
}
.listed-item-5.no-border {
    border-color: transparent
}
.listed-item-5 .item-image {
    width: 30%
}
.listed-item-5 .item-image *{
    width: 100%
}

.item-image {
    width: 200px;
    height: 300px;
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    border-radius: 2px;
}
.item-content {
    max-width: 730px;
    width: 100%;
    float: left;
    padding-bottom: 35px;
    position: relative;
    min-height: 115px;
}
.item-title {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 0;
}
.item-title-5 {
    display: block;
    float: left;
    width: 50%;
    font-size: 20px;
    font-weight: 300;
    margin: 40px 0 10px 0;
    padding: 0;
}
.item-meta {
    margin: -10px 0 10px 0;
    font-size: 12px;
    font-weight: 300;
    color: #666;
}
.item-lead {
    margin: 0 0 10px 0;
    font-family: Arial,Helvetica,sans-serif;
    color: #666;
    line-height: 150%;
    font-size: 14px;
    text-align: justify;
}
.readmoreedit,
.readmoreedit3,
.readmoreedit2,
.readmore {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #715780;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    font-weight: 300;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    border-radius: 2px;
    transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
}
.readmoreedit3:hover,
.readmoreedit2:hover,
.readmoreedit:hover,
.readmore:hover {
    background: #2d1937;
}
.readmoreedit {
    right: 115px;
}
.readmoreedit2 {
    bottom: 24px;
    right: 140px;
}
.readmoreedit3 {
    display: 	block;
    float: right;
    position: relative;
    bottom: 24px;
    right: 0px;
    margin: 10px 0px 5px 0px;
}

.sidebar {
    width: 300px;
    background: #eee;
    float: left;
    padding: 0;
    margin: 0 30px 30px 0;
}
.sidebar .sidemenu a {
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding: 15px;
    display: block;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.sidebar .sidemenu a:hover {
    background: rgba(0,0,0,0.05);
}
.sidebar .sidemenu a.active {
    background: rgba(0,0,0,0.1);
    border-left: 5px solid #715780;
}
.sidebar .sidemenu a.new {
    background: rgba(0,0,0,0.1);
}
.faq {
    margin: 0 0 20px 0;
    float: left;
    width: 630px;
}
.faq .listed-item {
    border-bottom: 0;
    padding: 0;
}
.faq .item-title {
    font-size: 17px;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 25px;
}
.faq .faqi {
    margin: 0 5px 0 0;
    color: #715780;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    font-size: 18px;
    position: absolute;
    top: 4px;
    left: 0;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.faq .item-title:hover .faqi {
    color: #000;
}
.faq .item-content {
    min-height: auto;
    padding: 0;
    width: 100%;
    float: none;
    min-height: 1px!important;
}
.faq .item-lead {
    display: none;
    background: #eee;
    position: relative;
    margin: 0 0 0 25px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 140%;
    color: #333;
    text-align: justify;
}
/*.faq .item-lead p {
        padding: 10px;
        font-family: Arial,Helvetica,sans-serif;
        line-height: 140%;
        color: #333;
        text-align: justify;
        font-size: 14px;
}*/
.item-list {
    width: 980px;
    margin: 0 -20px 5px 0;
}
.item {
    position: relative;
    width: 176px;
    height: 176px;
    float: left;
    margin: 0 20px 20px 0;
}
.item img {
    width: 176px;
    height: 176px;
}
.contact-left {
    width: 300px;
    float: left;
    margin: 0 30px 0 0;
}
.contact-right {
    width: 630px;
    float: left;
}
.contact dl {
    width: 285px;
    float: left;
    margin-bottom: 0;
}
.contact dl dt {
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 3px 5px;
    text-transform: uppercase;
    color: #3b2049;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
.contact dl dt span {
    font-size: 18px;
    margin: 0 5px 0 0;
    color: #3b2049;
}
.contact dl dd {
    margin: 0;
    padding: 0;
    text-align: right;
    font-weight: 300;
    line-height: 25px;
}
.contact dl dd small {
    display: block;
    white-space: nowrap;
    padding: 0 0 10px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.map {
    /*width: 100%;*/
}
#map_canvas {
    width: 100%;
    height: 766px;
}
.map-buttons {
    display: none;
}
.googlemaps {
    width: 100%;
    height: 766px;
}
.field-wrapper {
    position: relative;
    margin: 0 0 10px 0;
}
.field-wrapper label {
    display: block;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
.field-wrapper label.radio,
.field-wrapper input[type="radio"] {
    display: block;
    float: left;

}
.field-wrapper label.radio {
    width:20%;
}
.field-wrapper input[type="radio"] {
    width:25px;
    height: 25px;
    line-height: 30px;
}
.textfield {
    height: 30px;
    line-height: 30px;
    background: #fff;
    display: block;
    padding: 0 5px;
    border: 1px solid #d7d7d8;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    font-family: 'Open Sans';
}
form input#name {
    text-transform: capitalize;
}
textarea {
    background: #fff;
    display: block;
    padding: 5px;
    border: 1px solid #d7d7d8;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    font-family: 'Open Sans';
}
.button {
    height: 30px;
    line-height: 30px;
    background: rgba(45,25,55,0.8);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-family: 'Open Sans';
    cursor: pointer;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}
.button:hover {
    background: #111;
}
.button.disabled, .button:disabled {
    background: #CCC;
    cursor: default;
}
.footer-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: url('/Images/texture_nature.jpg');
    box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
}
.footer-wrapper.godown {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-bgcolor {
    background: rgba(45,25,55,0.8);
}
.footer {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0 60px 0;
    position: relative;
}
.footer-content {
    width: 433px;
    height: 302px;
    margin: 0 20px 0 0;
    float: left;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-content .field-wrapper a {
    color: white !important;
}
.footer-content h2 {
    font-size: 15px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 300;
    position: absolute;
    bottom: -36px;
    left: 0;
    height: 26px;
    line-height: 26px;
    text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.footer-promo-text {
    color: rgba(255,255,255,0.8);
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    padding: 10px 15px;
    margin: -10px 0 0 0;
    background: rgba(0,0,0,0.4);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset,0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.footermenu {
    height: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: right;
    color: #fff;
    font-size: 12px;
    margin: 0 0 15px 0;
}
.footermenu span {
    padding: 0 10px;
}
.footermenu span i {
    font-size: .3em;
    display: inline!important;
    position: relative;
    top: -3px;
}
.footermenu a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.footermenu a:hover {
    color: #FFF;
    text-decoration: underline;
}
.pages-open {
    position: absolute;
    bottom: -36px;
    right: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    font-weight: 300;
    cursor: pointer;
    border-radius: 2px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    padding: 3px 3px 3px 6px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.0) inset,0 1px 0 rgba(255,255,255,0.0);
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.pages-open .icon-chevron-down {
    display: inline-block;
    margin: 0 5px;
    transition: all ease-in-out .50s;
    -moz-transition: all ease-in-out .50s;
    -webkit-transition: all ease-in-out .50s;
}
.pages-open:hover, .pages-open.active {
    background: rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset,0 1px 0 rgba(255,255,255,0.2);
}
.pages-open.active .icon-chevron-down {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.like-box-wrapper {
    float: left;
    background: rgba(0,0,0,0.4);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset,0 1px 0 rgba(255,255,255,0.2);
    margin: 0;
    padding: 10px;
    width: 487px;
}
.like-box-outer {
    width: 487px;
    overflow: hidden;
    height: 265px;
    padding-top: 18px;
}
.like-box-inner {
    width: 489px;
    margin: -1px;
}
.pages {
    margin: 20px 0 0 0;
    padding: 20px 10px 10px 20px;
    list-style: none;
    background: rgba(0,0,0,0.4);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset,0 1px 0 rgba(255,255,255,0.2);
    display: none;
}
.pages a {
    color: #FFF;
    font-size: 12px;
    border-radius: 2px;
    display: block;
    float: left;
    font-weight: 300;
    background: rgba(0,0,0,0.4);
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    text-transform: lowercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    width: 156px;
    font-size: 12px;
    text-align: left;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.pages a:hover {
    background: rgba(255,255,255,0.8);
    color: #000;
}
.newsletter {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.newsletter label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
    height: 20px;
    line-height: 20px;
    white-space: inherit;
}
.newsletter label.fade {
    top: 30px;
    line-height: 30px;
    padding: 0 7px;
    font-size: 14px;
    color: #000;
    margin: 0;
}
.newsletter .textfield {
    width: 290px;
}
.copyright {
    background: rgba(0,0,0,0.3);
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    color: #f1eef2;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    margin: 0 0 0 0;
    box-shadow: 0 2px 0 rgba(0,0,0,0.2) inset;
}
.copyright .content {
    padding: 0 90px 0 0;
    max-width: 870px;
}
.qs {
    position: absolute;
    bottom: -5px;
    right: 104px;
    display: block;
    height: 45px;
    width: 80px;
    margin: -10px 0 0 10px;
    background: #111 url('/Images/sme-logo.png') no-repeat top center;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.qs:hover {
    background-color: #eee;
    background-position: bottom center;
}
.webcat {
    position: absolute;
    bottom: -5px;
    right: 0px;
    display: block;
    height: 45px;
    width: 80px;
    margin: -10px 0 0 10px;
    background: #111 url('/Images/webcat-logo.png') no-repeat top center;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.webcat:hover {
    background-color: #eee;
    background-position: bottom center;
}
.copyright_text{
    float: right;
    position: relative;
    right: 122px;
}
.share-wrapper {
    height: 50px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -25px;
    width: 430px;
}
.share-wrapper .follow {
    padding-top: 20px;
    float: left;
    margin-right: 15px;
}
.share-icon {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    margin: 0 5px 0 0;
    background: #fff;
    border: 5px solid rgba(0,0,0,0.4);
    background-clip: padding-box;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.share-icon .iconed {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
}
.plusone-text {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px!important;
    font-weight: bold;
    font-style: italic;
}
.share-icon.like .iconed {
    color: #3b5998;
}
.share-icon.tweet .iconed {
    color: #32ceff;
}
.share-icon.plus1 .iconed {
    color: #d84a38;
}
.share-icon:hover .iconed {
    color: #fff!important;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.share-icon.like:hover {
    background: #3b5998;
    background-clip: padding-box;
}
.share-icon.tweet:hover {
    background: #32ceff;
    background-clip: padding-box;
}
.share-icon.plus1:hover, .share-icon.plus1.hover {
    background: #d84a38;
    background-clip: padding-box;
}
.share-icon.facebook .iconed {
    color: #3b5998;
}
.share-icon.googleplus .iconed {
    color: #d84a38;
}
.share-icon.facebook:hover {
    background: #3b5998;
    background-clip: padding-box;
}
.share-icon.googleplus:hover, .share-icon.googleplus.hover {
    background: #d84a38;
    background-clip: padding-box;
}
.count-wrapper {
    position: absolute;
    top: -15px;
    left: 25px;
    background: url('/Images/cwbg.png') repeat-x top center;
    height: 22px;
    line-height: 20px;
    color: #666;
    font-size: 11px;
    padding: 0 3px;
    letter-spacing: 0;
    display: none;
    white-space: nowrap;
}
.count-wrapper .cwb {
    display: block;
    position: absolute;
    bottom: -7px;
    left: -2px;
    height: 11px;
    width: 19px;
    background: url('/Images/cwb.png') no-repeat top center;
}
.count-wrapper .cwl, .count-wrapper .cwr {
    display: block;
    width: 4px;
    height: 21px;
    position: absolute;
    background: url('/Images/cwc.png') no-repeat;
}
.count-wrapper .cwl {
    left: -4px;
    background-position: top left;
}
.count-wrapper .cwr {
    right: -4px;
    background-position: top right;
}
.share-icon:hover .count-wrapper, #the-box:hover .count-wrapper {
    display: block;
}
#the-box {
    width: 50px;
    height: 50px;
    position: relative;
}
#tooltip {
    padding: 0;
    position: absolute;
    z-index: 1000;
    width: 24px;
    height: 15px;
    opacity: .0;
    overflow: hidden;
}
.plusone-wrapper {
    width: 38px;
    height: 24px;
    margin: 13px 6px;
    opacity: .0;
    filter: alpha(opacity=0);
}
.pagination {
    min-height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 0 20px 0;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    margin: 0 5px;
    height: 30px;
    line-height: 32px;
    width: 30px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    color: #715780;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    background: #CCC;
    transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
}
.pagination a:hover {
    background: #ddd;
}
.pagination a.active, .pagination span.active {
    background: #715780;
    color: #fff;
}
.pagination span {
    cursor: default;
}
.loading {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    width: 30px;
    overflow: hidden;
    text-align: center;
    display: none;
}
.loading span {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #715780;
}
.newsletter #subscribe-message {
    position: absolute;
    top: 10px;
    right: 130px;
}
.field-error {
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    top: 20px;
    right: 0;
    display: none;
}
.field-error-aszf{
    top: 0px;
}
.idopont_privacy{
    color: black;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 40px;
}
.idopont_privacy .field-error-aszf{
    margin-right: -35px;
}
.idopont_privacy a {
    color: black !important;
}
.field-error span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #F30;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}
.field-error.success span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #090;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}
.errortext {
    position: absolute;
    top: -25px;
    right: 5px;
    white-space: nowrap;
    padding: 0 5px;
    background: #CCC;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    font-size: 11px;
}
.errortext:after {
    display: block;
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #CCC;
    bottom: -5px;
    right: 5px;
}
.forminfo {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: none;
}
.contact-form .forminfo {
    position: absolute;
    top: 5px;
    right: 0;
}
.contact-form .forminfo_success {
    left:0;
}
.forminfo span {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    float: left;
    margin: 0 5px 0 0;
}
.success span {
    color: #090;
}
.error span {
    color: #C00;
}
.inline-popup {
    display: none;
    width: 800px;
}
.popup-content {
    padding: 30px;
}
.product-info-helper,
.product-info-helper > div {
    display: block;
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
    font-size: 13px;
    color: #000;
    font-weight: 300;
}
.productpager {
    position: absolute;
    top: 300px;
    font-size: 20px;
    background: #eee;
    color: #999;
    display: block;
    height: 50px;
    width: 30px;
    text-align: center;
    border-radius: 2px;
    line-height: 50px;
    transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
}
.productpager i {
    line-height: 50px;
}
.productpager.prev {
    left: -50px;
}
.productpager.next {
    right: -50px;
}
.productpager:hover {
    background: #715780;
    color: #fff;
}

.product-lookup {
    display: block;
    float: left;
    background: #f0eef3;
    margin: 0 0 20px;
    color: #fff;
    background: #4e334b;
    width: 96%;
    padding: 8px 12px;
}
.product-lookup > div {
    display: block;
    float: left;
    width: 33%;
}
.product-lookup label {
    display: block;
    float: left;
    padding: 10px;
}
.product-lookup img{
    display: block;
    float: left;
    margin-top: 3px;
    margin-left: 5px;
}
.product-lookup input {
    display: block;
    float: left;
    width: 75px;
    padding: 5px 25px 5px 15px !important;
    margin: 7px 0px 0px 10px;
    background-image: url("/Images/down-arrow.png");
    background-repeat: no-repeat;
    background-position: 95% center;
}
.product-lookup p#lookup-go {
    display: block;
    float: right;
    width: auto;
    background-color: white;
    color: #4e334b !important;
    border-radius: 1px;
    margin: 7px;
    padding: 5px 15px !important;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.api-answer {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: none;
    margin-bottom: 10px;
    text-align: center;
    padding: 8px 12px;
}
.api-answer.success {
    background: #24a855;
}
.api-answer {
    color: #4e334b;
}
.api-answer span{
    font-size: 18px;
    color: #ffffff;
}
.api-answer.failed,
.api-answer.reserved {
    background: #cf1d1d;
}


.product-lookup .select2-container {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    width: 115px!important;
}
html {
    height: 100%;
}

hr, .hr {
    width: 100%;
    height: 1px;
    background: #595959;
    border: 0;
    margin: 0 0 10px 0;
    padding: 0;
}
input, input:focus {
    outline: 0;
}
label.fade {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
}
textarea {
    resize: none;
}
a {
    text-decoration: none;
}
#link {
    cursor: pointer;
}
a img {
    border: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.relative{
    position: relative;
}
.clear-none {
    clear: none !important;
}
p {
    margin: 0 0 0 0;
    padding: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 140%;
}
.lead > p {
    margin: 0 0 10px 0;
}
.postcontent img {
    max-width: 960px;
}
.postcontent p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
}
.leftimg, .rightimg {
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.leftimg {
    margin: 0 20px 15px 0;
}
.rightimg {
    margin: 0 0 15px 20px;
}
.content ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.content ul li {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 13px;
    line-height: 20px;
}
.content ul li .iconed {
    margin: 0 5px 0 -20px;
}
.postcontent ul {
    margin: 0 0 10px 10px;
    padding: 0;
    list-style: square;
    list-style-position: inside;
}
.postcontent ul li {
    margin: 0;
    padding: 0 0 0 5px;
    line-height: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 150%;
}
.uppercase {
    text-transform: uppercase;
}
.normal {
    text-transform: none;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.centered {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.redt {
    color: #f00;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mr0 {
    margin-right: 0;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.p0{
    padding:0px;
}
.pt0 {
    padding-top: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pr0 {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pr50 {
    padding-right: 50px;
}
.pb0 {
    padding-bottom: 0;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pl0 {
    padding-left: 0;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    padding: 0;
    font-weight: 300;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 14px;
}
.f10 {
    font-size: 10px;
}
.f11 {
    font-size: 11px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
.f17 {
    font-size: 17px;
}
.f18 {
    font-size: 18px;
}
.f19 {
    font-size: 19px;
}
.f20 {
    font-size: 20px;
}
.f20 {
    font-size: 20px;
}
.f21 {
    font-size: 21px;
}
.f22 {
    font-size: 22px;
}
.f23 {
    font-size: 23px;
}
.f24 {
    font-size: 24px;
}
.f25 {
    font-size: 25px;
}
.f26 {
    font-size: 26px;
}
.f27 {
    font-size: 27px;
}
.f28 {
    font-size: 28px;
}
.f29 {
    font-size: 29px;
}
.f30 {
    font-size: 30px;
}
.f31 {
    font-size: 31px;
}
.f32 {
    font-size: 32px;
}
.f33 {
    font-size: 33px;
}
.f34 {
    font-size: 34px;
}
.f35 {
    font-size: 35px;
}
.wfull {
    width: 100%;
}
.w10 {
    width: 10px;
}
.w20 {
    width: 20px;
}
.w30 {
    width: 30px;
}
.w40 {
    width: 40px;
}
.w50 {
    width: 50px;
}
.w60 {
    width: 60px;
}
.w70 {
    width: 70px;
}
.w80 {
    width: 80px;
}
.w90 {
    width: 90px;
}
.w100 {
    width: 100px;
}
.w100p {
    width: 100%;
}
.w110 {
    width: 110px;
}
.w120 {
    width: 120px;
}
.w130 {
    width: 130px;
}
.w140 {
    width: 140px;
}
.w150 {
    width: 150px;
}
.w160 {
    width: 160px;
}
.w170 {
    width: 170px;
}
.w180 {
    width: 180px;
}
.w190 {
    width: 190px;
}
.w200 {
    width: 200px;
}
.w210 {
    width: 210px;
}
.w220 {
    width: 220px;
}
.w230 {
    width: 230px;
}
.w235 {
    width: 235px;
}
.w240 {
    width: 240px;
}
.w250 {
    width: 250px;
}
.w260 {
    width: 260px;
}
.w270 {
    width: 270px;
}
.w280 {
    width: 280px;
}
.w290 {
    width: 290px;
}
.w300 {
    width: 300px;
}
.w370 {
    width: 370px;
} 
.w524 {
    width: 524px;
}
.w604{width: 604px}
.mw290 {
    max-width: 290px;
    width: 100%;
}
.mw604{
    max-width: 604px;
    width: 100%;
}
.z100 {
    z-index: 100;
}
.z110 {
    z-index: 110;
}
.z120 {
    z-index: 120;
}
.z130 {
    z-index: 130;
}
.z140 {
    z-index: 140;
}
.z150 {
    z-index: 150;
}
.z160 {
    z-index: 160;
}
.z170 {
    z-index: 170;
}
.z180 {
    z-index: 180;
}
.z190 {
    z-index: 190;
}
.z200 {
    z-index: 200;
}
.z210 {
    z-index: 210;
}
.z220 {
    z-index: 220;
}
.z230 {
    z-index: 230;
}
.z240 {
    z-index: 240;
}
.z250 {
    z-index: 250;
}
.z260 {
    z-index: 260;
}
.z270 {
    z-index: 270;
}
.z280 {
    z-index: 280;
}
.z290 {
    z-index: 290;
}
.z300 {
    z-index: 300;
}
.z310 {
    z-index: 310;
}
.z320 {
    z-index: 320;
}
.z330 {
    z-index: 330;
}
.z340 {
    z-index: 340;
}
.z350 {
    z-index: 350;
}
.z360 {
    z-index: 360;
}
.z370 {
    z-index: 370;
}
.z380 {
    z-index: 380;
}
.z390 {
    z-index: 390;
}
.z400 {
    z-index: 400;
}
.z410 {
    z-index: 410;
}
.z420 {
    z-index: 420;
}
.z430 {
    z-index: 430;
}
.z440 {
    z-index: 440;
}
.z450 {
    z-index: 450;
}
.z460 {
    z-index: 460;
}
.z470 {
    z-index: 470;
}
.z480 {
    z-index: 480;
}
.z490 {
    z-index: 490;
}.select2-container {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 13px;
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}
.select2-container .select2-choice {
    background: #FFF;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 8px;
    color: #000;
    text-decoration: none;
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #d7d7d7;
    border-radius: 0 0 2px 2px;
}
.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 8px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url('/Images/select2.png') right top no-repeat;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    outline: 0;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
    text-decoration: none;
}
.select2-drop {
    background: #fff;
    color: #000;
    border: 1px solid #d7d7d7;
    border-top: 0;
    position: absolute;
    top: 100%;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    z-index: 9999;
    width: 100%;
    margin-top: -1px;
    border-radius: 0 0 2px 2px;
}
.select2-drop.select2-drop-above {
    border-radius: 2px 2px 0 0;
    margin-top: 1px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 0;
}
.select2-container .select2-choice div {
    border-radius: 0 1px 1px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
    border-right: 5px solid transparent;
}
.select2-container .select2-choice div b {
    background: url('/Images/select2.png') no-repeat 0 1px;
    display: block;
    width: 100%;
    height: 100%;
}
.select2-search {
    display: inline-block;
    white-space: nowrap;
    z-index: 10000;
    min-height: 26px;
    width: 100%;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
}
.select2-search-hidden {
    display: block;
    position: absolute;
    left: -10000px;
}
.select2-search input {
    background: #fff url('/Images/select2.png') no-repeat 100% -22px;
    background: url('/Images/select2.png') no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));
    background: url('/Images/select2.png') no-repeat 100% -22px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);
    background: url('/Images/select2.png') no-repeat 100% -22px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);
    background: url('/Images/select2.png') no-repeat 100% -22px,-o-linear-gradient(bottom,white 85%,#eee 99%);
    background: url('/Images/select2.png') no-repeat 100% -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%);
    background: url('/Images/select2.png') no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%);
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #d7d7d7;
    font-family: sans-serif;
    font-size: 1em;
    width: 100%;
    margin: 0;
    height: auto!important;
    min-height: 26px;
    border-radius: 0;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}
.select2-search input.select2-active {
    background: #fff url('/Images/spinner.gif') no-repeat 100%;
    background: url('/Images/spinner.gif') no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));
    background: url('/Images/spinner.gif') no-repeat 100%,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);
    background: url('/Images/spinner.gif') no-repeat 100%,-moz-linear-gradient(center bottom,white 85%,#eee 99%);
    background: url('/Images/spinner.gif') no-repeat 100%,-o-linear-gradient(bottom,white 85%,#eee 99%);
    background: url('/Images/spinner.gif') no-repeat 100%,-ms-linear-gradient(top,#fff 85%,#eee 99%);
    background: url('/Images/spinner.gif') no-repeat 100%,linear-gradient(top,#fff 85%,#eee 99%);
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    outline: 0;
}
.select2-dropdown-open .select2-choice {
    border: 1px solid #d7d7d7;
    border-bottom-color: transparent;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,white),color-stop(0.5,#eee));
    background-image: -webkit-linear-gradient(center bottom,white 0,#eee 50%);
    background-image: -moz-linear-gradient(center bottom,white 0,#eee 50%);
    background-image: -o-linear-gradient(bottom,white 0,#eee 50%);
    background-image: -ms-linear-gradient(top,#fff 0,#eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
    background-image: linear-gradient(top,#fff 0,#eee 50%);
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;border-bottom-left-radius:0;border-bottom-right-radius:0
}
.select2-dropdown-open .select2-choice div {
    background: transparent;
    border-left: none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}
.select2-results {
    margin: 4px 4px 4px 0;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
}
.select2-results ul.select2-result-sub {
    margin: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
    padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 120px;
}
.select2-results li {
    list-style: none;
    display: list-item;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
}
.select2-results .select2-highlighted {
    background: #715780;
    color: #fff;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}
.select2-results .select2-disabled {
    display: none;
}
.select2-more-results.select2-active {
    background: #f4f4f4 url('spinner.gif') no-repeat 100%;
}
.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}
.select2-container-multi .select2-choices {
    background-color: #fff;
    background-image: -webkit-gradient(linear,0% 0,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: -ms-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: linear-gradient(top,#eee 1%,#fff 15%);
    border: 1px solid #d7d7d7;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto!important;
    height: 1%;
    position: relative;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);border:1px solid #5897fb;outline:0
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
    color: #666;
    background: transparent!important;
    font-family: sans-serif;
    font-size: 100%;
    height: 15px;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('spinner.gif') no-repeat 100%!important;
}
.select2-default {
    color: #999!important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e4e4e4;
    color: #333;
    border: 1px solid #d7d7d7;
    line-height: 13px;
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
    background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}
.select2-search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url('select2.png') right top no-repeat;
    outline: 0;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-image: none;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-result-selectable .select2-match {
    text-decoration: underline;
}
.select2-result-unselectable .select2-match {
    text-decoration: none;
}
.select2-offscreen {
    position: absolute;
    left: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5){
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
        background-image: url('/Images/select2x2.png')!important;
        background-repeat: no-repeat!important;
        background-size: 60px 40px!important;
    }
    .select2-search input {
        background-position: 100% -21px!important;
    }
    .filters {
        height: 25px;
        padding: 13px 0 14px 0;
        margin: -30px 0 30px 0;
        background: #e5e5e5;
        box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
        font-size: 11px;
    }
    .filters label {
        display: block;
        height: 25px;
        width: 135px;
        font-size: 14px;
        line-height: 25px;
        font-weight: 300;
        float: left;
        color: #000;
    }
    .filters.sale_filters .field-wrapper,
    .filters .field-wrapper {
        float: left;
        height: 25px;
        width: 12%;
    }
    .filters select {
        width: 150px;
    }

    .product-lookup .select2-container {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        width: 115px!important;
    }
}

.ucfirst:first-letter{text-transform: uppercase}

.clear-left{
    clear: left;
}
.display-block{
    display: block;
}
.display-inline-block{
    display: inline-block;
}
.editmenu {
    position: absolute;
    background-color: rgba(45,25,55,0.8);
    bottom:-50px;
}
.editmenu ul{
    padding: 0px;
    margin: 0px;
}
.leadimage{
    margin-right: 20px;
    margin-bottom: 10px;
}
.font-black{
    color: #000;
}
.underline {
    text-decoration: underline;
}
.parent-zoom {
    -webkit-user-select: none!important;
}
.parent-zoom img {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease;
    cursor: cell;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    border: 0;
}
.zoomy {
    position: absolute;
    display: none;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    line-height: 100px;
    text-align: center;
    background-color: #fff;
    z-index: 99999;
    overflow: hidden;
    cursor: none;
    -webkit-transition-property: border-width,border-color,opacity;
    -webkit-transition-duration: 500ms,1s,500ms;
    -webkit-transition-timing-function: ease;
}
.zoomy span {
    display: block;
    margin: 5px auto;
    background: -moz-linear-gradient(top,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.6)),color-stop(100%,rgba(255,255,255,0)));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF,endColorstr=#00ffffff);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF,endColorstr=#00ffffff)
}
.zoomy a {
    color: #333;
    text-decoration: none;
    outline: 0;
}
.inactive img {
    opacity: .85!important;
    filter: alpha(opacity=85)!important;
}
.zoomy #tmp {
    max-width: none;
    max-height: none;
    top: -999999px;
    left: -999999px;
}
.zoomy.start {
    border-width: 2px;
    border-color: #444;
}
.zoomy-wrap {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 999;
}
.zoomy-btn {
    font-family: sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(255,255,255,.8);
    box-shadow: 0 1px 2px rgba(255,255,255,.8);
    background: rgba(45,25,55,0.8);
    background-position: 0 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    line-height: 100px;
    color: #fff;
}
.zoomy-btn svg {
    margin: 8px auto;
    display: block;
}
.active .zoomy-btn svg {
    display: none;
}
.active .zoomy-btn {
    width: 100%;
    height: 100%;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    color: rgba(0,0,0,0);
}
.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
img.data-src {
    opacity: 0;
    transition: opacity .3s ease-in;
}
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('/Images/prettyPhoto/sprite.png') -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
    background: url('/Images/prettyPhoto/sprite_x.png') top left repeat-x;
}
div.pp_default .pp_top .pp_right {
    background: url('/Images/prettyPhoto/sprite.png') -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
    background: url('/Images/prettyPhoto/sprite_y.png') -7px 0 repeat-y;
    padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
    background: url('/Images/prettyPhoto/sprite_y.png') top right repeat-y;
    padding-right: 13px;
}
div.pp_default .pp_next:hover {
    background: url('/Images/prettyPhoto/sprite_next.png') center right no-repeat;
    cursor: pointer;
}
div.pp_default .pp_previous:hover {
    background: url('/Images/prettyPhoto/sprite_prev.png') center left no-repeat;
    cursor: pointer;
}
div.pp_default .pp_expand {
    background: url('/Images/prettyPhoto/sprite.png') 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
div.pp_default .pp_expand:hover {
    background: url('/Images/prettyPhoto/sprite.png') 0 -56px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_contract {
    background: url('/Images/prettyPhoto/sprite.png') 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
div.pp_default .pp_contract:hover {
    background: url('/Images/prettyPhoto/sprite.png') 0 -113px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url('/Images/prettyPhoto/sprite.png') 2px 1px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
    background: url('/Images/prettyPhoto/default_thumb.png') center center #f8f8f8;
    border: 1px solid #aaa;
}
div.pp_default .pp_social {
    margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url('/Images/prettyPhoto/sprite.png') -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url('/Images/prettyPhoto/sprite.png') -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: .7;
}
div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
    background: url('/Images/prettyPhoto/sprite.png') -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
    background: url('/Images/prettyPhoto/sprite_x.png') bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
    background: url('/Images/prettyPhoto/sprite.png') -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
    background: url('/Images/prettyPhoto/loader.gif') center center no-repeat;
}

div.pp_pic_holder a:focus {
    outline: 0;
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}
.pp_description {
    display: none;
    margin: 0;
}
.pp_social {
    float: left;
    margin: 0;
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}
.pp_social .twitter {
    float: left;
}
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}
.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}
.pp_gallery ul a {
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a img {
    border: 0;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery li.default a {
    background: url('/Images/prettyPhoto/facebook/default_thumbnail.gif') 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px!important;
}
a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.pp_close {
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
    z-index: 99999;
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}
#pp_full_res {
    line-height: 1!important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}
div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
    color: #000;
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff;
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative;
}
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff;
}
div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px!important;
}
div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}
div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}
.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}
.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}
.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_fade, .pp_gallery li.default a img {
    display: none;
}
@media (max-width: 1080px) and (min-width: 996px)
{
    .productpager {
        position:absolute;
        top:250px;
        font-size:20px;
        background:#eee;
        color:#999;
        display:block;
        height:50px;
        width:30px;
        text-align:center;
        border-radius:2px;
        line-height:50px;
        margin-bottom:20px;
        transition: all ease-in-out .15s;
        -moz-transition: all ease-in-out .15s;
        -webkit-transition: all ease-in-out .15s;
    }

    .productpager i { line-height:50px; }

    .productpager.prev { left:-30px; float:left; }
    .productpager.next { right:-30px; float:right; }

    .productpager:hover { background:#715780; color:#fff;
    }}


@media (max-width: 700px) and (min-width: 300px){
    .boxHolder {
        margin-top:30px;
        margin-left: auto;
        margin-right: auto;
        float:none;
        clear: left;
    }
}
@media (max-width: 996px) and (min-width: 700px)
{
    .content-padding {width: 100%; padding-bottom: 650px; margin-bottom:30px;}
    .content_timereser {
        padding-bottom: 600px;
    }
    .content-padding > .right {margin-top: 10px;}
    .content-padding > .button.left{float: none;display: block;}
    .mainmenu {width: 59%;}
    .pagination > span {
        margin-top: 10px;
    }
    .pagination > a {
        margin-top: 10px;
    }
    .box-wrapper {width: 100%;margin: 0 auto;padding-bottom: 40px;}
    .boxHolder {
        margin-top:30px;
        width:48%;
        margin:0 1% 0 1%;
    }
    .boxHolder:nth-child(odd) {
        clear: left;
    }
    .boxtitle{
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        width:100% !important;
    }
    .nivo-controlNav-wrapper {
        padding-left: 20px;
    }

    .sidebar{
        width:100%;
    }

    .contact dl {
        width: 48%;
    }

    .map {
        width: auto;
    }

    .item-content {float: none}
    .footer-content {
        left:0;
        right: 0;
        margin: 0 auto;
        float: none;
        width: 95%;
        height: 200px;
    }
    .like-box-wrapper{
        margin: 54px auto 0 auto;
        float: none;
        width: 93%;
    }
    .product-images {
        float: none;
        margin: 0 auto 20px auto;
    }
    .product-details {
        float: none;
        margin: 0 auto;
    }

    .youtube-link-container{
        float: none;
        margin: 0px auto;
        width: 530px;
    }

    .product-title{
        text-align: center;
    }
    #newsletter {width: 78%;}
    .contact-left{float: none;margin:0 auto;width:100%;}
    .contact-right{float: none;margin:0 auto;width:100%;}
    .productpager.prev {left:0;}
    .productpager.next {right:0;}
    .nivo-caption-wrapinner {max-width: 950px;}

    #basic-data > .field-wrapper:nth-child(3) {
        margin-right: 25px;
    }

}
@media (max-width: 977px) and (min-width: 700px)
{
    .nivo-caption-wrapinner {max-width: 700px;}
    .filters .field-wrapper{margin-top: 10px}
    .breadcrumb{padding-left: 20px;}
    .logo{margin-left:20px;}
    .share-wrapper{max-width: 430px; width: auto;}
    /* FILTER */

    .filters {
        width:100%;
        height:auto;
        /*		padding:3px 0 4px 20px;*/
        padding: 0;
        margin:-30px 0px 30px 0px;
        background:#e5e5e5;
        box-shadow:0 2px 0 rgba(0,0,0,0.1) inset;
        font-size:11px;
    }
    .product-list{
        width: 100%;
    }

    .filters label {
        display:block;
        height: 25px;
        width:100%;
        font-size:14px;
        line-height:25px;
        font-weight:200;
        float:none;
        color:#000;
    }

    .filters .field-wrapper {
        float:left;
        height:25px;
        margin:0 1% 10px 0;
        width: 19%;
    }
    .filters.sale_filters .field-wrapper {
        float:left;
        height:25px;
        margin:0 1% 10px 0;
        width: 24%;
    }

    .filters select { width:100%; }

    .filters .select2-container.select2.w150 { width:100%; }

    .select2-container .select2-choice span {
        margin:0;
        padding:0;
        font-size:10px;
    }

}
@media (max-width: 770px) and (min-width: 700px)
{
    .mainmenu {width: 50%;}
    .footer-content {
        height: 220px;
    }
}
@media (max-width: 733px) and (min-width: 700px)
{
    .content-padding {
        max-width: 100%;
    }
    div.field-wrapper.left.mw290 {
        max-width: 100%;
    }
    div#s2id_subcategories, div#s2id_piece, div#s2id_products{
        width:100%;
        max-width:350px;
        margin-bottom:10px;
    }
    .footer-content {
        height: 220px;
    }
    .mw290 {
        max-width: 100%;
    }
}


@media (max-width: 700px)and (min-width: 432px) {
    .filters.sale_filters .field-wrapper {
        float: left;
        height: 25px;
        margin: 0 1% 10px 0;
        width: 49%;
    }
}
@media (max-width: 431px) {
    .filters.sale_filters .field-wrapper {
        float: left;
        height: 25px;
        margin: 0 1% 10px 0;
        width: 100%;
    }
}



.fully{
    display: block;
    float: left;
    width: 100%;
    margin-bottom:30px;
}
.button_offer {
    height: 19px;
    line-height: 19px;
    background: #725780;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 8px;
    margin-left: 20px;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-family: 'Open Sans';
    cursor: pointer;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
}
.button_offer:hover {
    background: #111;
}
.button_offer.disabled, .button_offer:disabled {
    background: #CCC;
    cursor: default;
}
.w-50p{
    width: 50%
}
.w-100p{
    width: 100%
}
.center{ text-align: center; }
.text-align-left{ text-align: left; }
.text-align-right{ text-align: right; }
.margin-top-25{
    margin-top: 25px;
}
#step-2 > h3 {
    float:left;
    width: 100%;
}
/*#step-2 table td {float: left}*/
#step-2 table p.button_offer {
    margin-left: 0;
}

.offer-total{
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
}
.offer-total .price_s {
    display: block;
    float: left;
    width: 150px;
}
.offer-total .price_s2 {
    display: block;
    float: left;
    width: 135px;
    text-align: right;
}
.if_over_100{
    font-size: 0.8em;
    clear: left;
    margin-top: -33px;
    padding:0px;
}
.wide-250{width:250px}
div#s2id_subcategories, div#s2id_piece{
    width:100%;
    max-width:200px;
}
div#s2id_products{
    width:100%;
    max-width:350px;
}

.move{
    cursor: move;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ol[data-type="dragList"] li.placeholder:before{
    position: absolute;
}

.list-style-none{
    list-style: none;
}

a.first_page, a.last_page{
    width: 50px;
}
p.info {
    padding: 10px 0;
}
.bigCheck {
    height: 25px;
    width: 25px;
}

.offer-button-help-text{
    width: 100%;
    float: right;
    text-align: right;
    padding: 0;
}

.content_timereser #calendar .off{
    background-color: #dfcbe2;/**#8b618f*/
    border: 1px solid #ccc !important;
    cursor: pointer;
}

.content_timereser #calendar .off > a {
    color:white !important;
}

.xtext{
    border: 1px solid rgba(0,0,0,0.1);
    display: block;
    padding: 10px;
    background: white;
    margin-top: 8px;
    float: left;
    width: 130%;
    min-height: 156px;
    text-align: justify;
}


.reservation_date_dress{
    display: block;
    float:left;
    width: 96%;
    padding: 12px 12px;
    background-color: #4e334b;
    margin-bottom: 20px;
}
.reservation_date_dress a,
.reservation_date_dress p{
    display: block;
    float:none;
    margin: 0px auto;
    width: 70%;
    padding: 5px 15px;
    background-color: white;
    color: #4e334b !important;
    border-radius: 1px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.reservation_date_dress p{cursor: default}

.free-products {
    border-bottom: 1px solid #e5e5e5;
}
.free-products h2{
    text-transform: uppercase;
    margin-top: 0px !important;
}

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

.ui-tooltip{
    width: 202px;
    max-width: 202px;
    width: auto;
    background-color: #715780;
    border: none;
    border-color: white;
    padding: 1px;
    border-radius: 5px !important;
}
.ui-tooltip-content{
    width: 180px;
    max-width: 180px;
    background-color: #4e334b;
    border: 1px solid white;
    color: white;
    font-size: 11px;
    padding: 10px;
    border-radius: 5px;
}
/* pozíciók */
.fixed{ position: fixed; }
.relative{ position: relative; }
.absolute{ position: absolute; }


.left-17{left: 17px}
.left-41{left: 41px}
.left-90{left: 90px}