header,
footer,
article,
section,
hgroup,
nav,
figure {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
    background: #000 url(../images/bg-image-new.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: 0;
    height: 100%;
    color: #414144;
    min-width: 1000px;
    font: 13px/18px 'Open Sans', Arial, Helvetica, sans-serif;
}

img {
    border-style: none;
    vertical-align: top;
}

p {
    margin: 0 0 20px;
}

a {
    color: #599013;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input,
textarea,
select {
    color: #274580;
    vertical-align: middle;
    font: 100% Arial, Helvetica, sans-serif;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=submit]:hover {
    cursor: pointer;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#wrapper:after {
    display: block;
    clear: both;
    content: '';
}

/* wrapper */
#wrapper {
    min-height: 100%;
    background: #fff;
    margin: 0 auto;
    width: 960px;
}

/* header */
#header {
    padding: 17px 30px 0 20px;
    position: relative;
    z-index: 2;
}

#header .holder {
    overflow: hidden;
    padding: 0 0 20px;
}

.logo {
    background: url(../images/logo_2024.png) no-repeat;
    text-indent: -9999px;
    margin: 0 30px 0 0;
    overflow: hidden;
    height: 106px;
    width: 175px;
    float: left;
}

.logo a {
    height: 100%;
    display: block;
}

#header .text {
    float: left;
    color: #274580;
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
	width: 350px;
}

#header .text strong {
    padding: 5px 0 0;
    font-size: 15px;
    color: #ef972d;
    display: block;
}

/* search-form */
.search-form {
    float: right;
    width: 227px;
    height: 30px;
    margin: 60px 0 0;
}

.search-form input[type=submit] {
    border: 0;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    float: right;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/bg-search.png) no-repeat 50% 50%;
}

.search-form input[type=text] {
    border: 0;
    margin: 0;
    float: left;
    width: 180px;
    height: 20px;
    line-height: 20px;
    padding: 5px 7px 5px 10px;
}

/* Main search form */
.main-search-form {
    float: right;
    height: 30px;
    margin: 25px 0 0;
    position: relative;
}

.main-search-form input[type=submit] {
    background: url("../images/bg-search.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border: 0 none;
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 1px;
    width: 30px;
}

.main-search-form input[type=text] {
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 5px 7px 5px 10px;
    width: 200px;
}

/* navigation */

#mobile-nav { display: none; }
#nav {
    width: 960px;
    display: table;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
}

#nav>li {
    padding: 0 0 0 2px;
    text-align: center;
    display: table-cell;
    background: url(../images/separator-purple.png) repeat;
	position: relative;
}

#nav>li:first-child {
    background: none;
    padding: 0;
}

#nav>li>a {
    color: #fff;
    display: block;
    padding: 0 20px;
    background: #851b74;
}

#nav>li>a.home {
    padding: 0 37px;
    overflow: hidden;
    text-indent: -9999px;
    background: #851b74 url(../images/ico-home.png) no-repeat 50% 10px;
}

#nav>li:hover>a {
    background-color: #771868;
    text-decoration: none;
    color: #ef972d;
}

#nav>li>a.home:hover {
    background-position: 50% -59px;
}

#nav>li:hover>ul {
    display: block;
}

#nav ul {
    display: none;
    width: 193px;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
    background: #771868;
    padding: 18px 25px 24px;

    list-style: none;
}

#nav ul:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 6px;
    background: url(../images/bg-drop-level-1-p.png) no-repeat;
}

#nav ul ul:after {
    background: url(../images/bg-drop-level-2-p.png) no-repeat;
}

#nav ul li:first-child {
    border-top: 1px solid #5e1452;
}

#nav ul li {
    position: relative;
    border-bottom: 1px solid #5e1452;
}

#nav ul a {
    color: #fff;
    display: block;
    padding: 13px 0;
}

#nav ul .has-drop>a {
    background: url(../images/bullet02.gif) no-repeat 100% 50%;
}

#nav ul .has-drop:hover>a {
    background: url(../images/bullet03.gif) no-repeat 100% 50%;
}

#nav ul li:hover>a {
    text-decoration: none;
    color: #f8971d;
}

#nav ul li:hover ul {
    display: block;
    left: 218px;
    background: #5e1452;
    top: -19px;
    list-style: none;
}

#nav ul li li:first-child,
#nav ul li li {
    border-color: #011b33;
}

#nav ul ul:before {
    position: absolute;
    height: 100%;
    content: '';
    right: 100%;
    width: 25px;
    top: 0;
}

/* Header social icons */
.decor { background: url(../images/flags.png) no-repeat; position: absolute; right: -103px; height: 50px; width: 575px; top: 0;  display:none;}
.decor ul { left: 317px; margin: 0; padding: 0; position: absolute; top: 18px; }
.decor ul li { list-style: outside none none; float: left; }
.decor ul li a { height: 32px; display: block; background: url(../images/social-icons.png) no-repeat scroll 0 0 transparent; }

.decor ul li.twitter a { width: 47px; background-position: 0 0; }
.decor ul li.facebook a { width: 55px; background-position: -47px 0; }
.decor ul li.pinterest a { width: 46px; background-position: -102px 0; }

.decor ul li.twitter a:hover { background-position: 0 -32px; }
.decor ul li.facebook a:hover { background-position: -47px -32px; }
.decor ul li.pinterest a:hover { background-position: -102px -32px; }

/* main */
#main {
    padding: 0 0 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* preview */
.preview {
    position: relative;
}
#main .preview .notice { display: none; }

.preview .text {
    background: url(../images/bg-preview-text.png) repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 30px;
}

.preview h1 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.page-title {
    color: #274580;
    padding: 25px 30px;
    text-transform: uppercase;
    background: #e2f3fc url(../images/bg-page-title.png) repeat-x;
}

.page-title h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
}

.content-holder {
    position: relative;
    padding: 0 40px 0 30px;
}

.content-holder:after {
    display: block;
    clear: both;
    content: '';
}

.border {
    position: absolute;
    height: 151px;
    left: 240px;
    width: 5px;
    bottom: 0;
    background: url(../images/bg-main.gif) no-repeat;
}

/* area-block */
.area-block {
    padding: 10px 30px 37px;
}

.area-block .title {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px 0 10px 57px;
}

.area-block .title h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.area-block .title .view {
    margin: 5px 0 0 10px;
    padding: 0 25px 0 0;
    position: relative;
    font-weight: 700;
    color: #0f92b2;
    float: right;
}

.area-block .title .view:after {
    position: absolute;
    content: '';
    right: 6px;
    top: 4px;
    width: 12px;
    height: 10px;
    background: url(../images/arrows.gif) no-repeat 0 -30px;
}

.area-block .title.orange {
    background: url(../images/ico01.png) no-repeat;
}

.area-block .title.blue {
    background: url(../images/ico02.png) no-repeat;
}

.area-block .title.orange h2 {
    color: #e67d13;
}

.area-block .title.blue h2 {
    color: #0f92b2;
}

/* columns-holder */
.columns-holder {
    margin: 0 0 20px;
    overflow: hidden;
}

.columns-holder .column.first {
    margin: 0;
}

.columns-holder .column {
    margin: 0 0 20px 20px;
    width: 286px;
    float: left;
    border-bottom: 3px solid transparent;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.columns-holder .column.blue-green { border-color: #00b3b5; }
.columns-holder .column.blue { border-color: #007ebb; }
.columns-holder .column.green { border-color: #74b521; }
.columns-holder .column.orange { border-color: #faae2e; }
.columns-holder .column.purple { border-color: #be4da0; }
.columns-holder .column.red { border-color: #cc3619; }

.columns-holder .column.blue-green .text {
    font-size: 30px;
    line-height: 30px;
    color: #00b3b5;
}
.columns-holder .column.blue .text {
    font-size: 24px;
    line-height: 24px;
    color: #007ebb;
}
.columns-holder .column.green .text {
    font-size: 30px;
    line-height: 30px;
    color: #74b521;
}
.columns-holder .column.orange .text {
    font-size: 28px;
    line-height: 28px;
    color: #faae2e;
}
.columns-holder .column.purple .text {
    font-size: 30px;
    line-height: 30px;
    color: #be4da0;
}
.columns-holder .column.red .text {
    font-size: 30px;
    line-height: 30px;
    color: #cc3619;
}

.columns-holder .img-holder {
    position: relative;
    z-index: 2;
}

.columns-holder .img-holder .label {
    left: 0;
    width: 83px;
    color: #fff;
    height: 14px;
    bottom: -10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: right;
    position: absolute;
    text-transform: uppercase;
    padding: 20px 40px 10px 10px;
    background: url(../images/stars.png) no-repeat;
}

.columns-holder .blue-green .label { background-position: 0 0; }
.columns-holder .blue .label { background-position: 0 -45px; }
.columns-holder .green .label { background-position: 0 -90px; }
.columns-holder .orange .label { background-position: 0 -135px; }
.columns-holder .purple .label { background-position: 0 -180px; }
.columns-holder .red .label { background-position: 0 -225px; }

.columns-holder .column .text {
    z-index: 1;
    height: 90px;
    overflow: hidden;
    background: #f7f7f7;
    border: solid #dcddde;
    border-width: 0 1px;
    position: relative;
    padding: 19px 14px 15px;
    text-align: center;
}

.columns-holder .column .text p {
	margin-bottom: 0;
	font-family: "Lexia";
    font-weight: 800;
}

.columns-holder h3 {
    margin: 0 0 4px;
    color: #2d3333;
    font-size: 16px;
    font-weight: 600;
}

.columns-holder .more {
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    overflow: hidden;
    bottom: 14px;
    height: 10px;
    width: 12px;
    right: 14px;
}

.columns-holder .blue-green .more { background-position: 0 0; }
.columns-holder .blue .more { background-position: -13px 0; }
.columns-holder .green .more { background-position: -26px 0; }
.columns-holder .orange .more { background-position: -39px 0; }
.columns-holder .purple .more { background-position: -52px 0; }
.columns-holder .red .more { background-position: -65px 0; }

.columns-holder .blue-green .more:hover { background-position: 0 -10px; }
.columns-holder .blue .mor:hovere { background-position: -13px -10px; }
.columns-holder .green .more:hover { background-position: -26px -10px; }
.columns-holder .orange .more:hover { background-position: -39px -10px; }
.columns-holder .purple .more:hover { background-position: -52px -10px; }
.columns-holder .red .more:hover { background-position: -65px -10px; }


.columns-holder .blue-green .text.hover h3 { color: #009597; }
.columns-holder .blue .text.hover h3  { color: #0c4981; }
.columns-holder .green .text.hover h3  { color: #599013; }
.columns-holder .orange .text.hover h3  { color: #e67d13; }
.columns-holder .purple .text.hover h3  { color: #7e1b76; }
.columns-holder .red .text.hover h3  { color: #cc3619; }

.columns-holder .text.hover p { color: #414144; }
.columns-holder .blue-green .text.hover p { color: #009597; }
.columns-holder .blue .text.hover p { color: #0f92b2; }
.columns-holder .green .text.hover p { color: #8cc63f; }
.columns-holder .orange .text.hover p { color: #ee8419; }
.columns-holder .purple .text.hover p { color: #7e1b76; }
.columns-holder .red .text.hover p { color: #ec5949; }

/* Homepage devider */
.divider {
	background-color: #8bc63f;
    height: 5px;
    margin-left: -30px;
    width: 960px;
}

/* products */
.products {
    overflow: hidden;
    padding: 5px 5px 32px;
    min-height: 230px;
}

.products li:first-child {
    margin: 0;
}

.products li {
    float: left;
    width: 210px;
    margin: 0 0 0 10px;
    text-align: center;
}

.products li:hover {
    border: 5px solid #007EBB;
    color: #007EBB;

}

.products li:hover .name {
    color: #007EBB;
}

.products li:hover .price {
    background-color: #007EBB;
}

.products li:hover a:hover {
    text-decoration: none;
}

.products img {
    margin: 0 0 25px;
}

.products .name {
    display: block;
    color: #343434;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.products .price {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 10px;
    line-height: 26px;
    background: #0f92b2;
}

.products .price span {
    font-size: 13px;
}

/* sponsors-block */
.sponsors-block { margin-top: 30px; }
.sponsors-block h2 {
    color: #599013;
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 26px;
}

.sponsors-block marquee img {
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px 0 0;
}

/* sidebar */
#sidebar {
    float: left;
    width: 210px;
    padding: 20px 0 99999px;
    margin: 0 30px -99999px 0;
    border-right: 5px solid #e2f4fd;
}

#sidebar .heading {
    display: block;
    color: #274580;
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 18px;
    text-transform: uppercase;
}

.side-menu {
    border-bottom: 2px solid #e1f3fd;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 30px;

    list-style: none;
    padding: 0;
}

.side-menu>li {
    border-top: 2px solid #e1f3fd;
}

.side-menu>li>a {
    display: block;
    padding: 0 10px;
    color: #27457f;
}

.side-menu>li.active>a,
.side-menu>li>a:hover {
    text-decoration: none;
    background: #8ccc3f;
    color: #fff;
}

.side-menu li ul {
    border-top: 1px solid #e1f3fd;
    list-style: none;
    padding: 0;
}

.side-menu li li {
    background: url(../images/bullet01.gif) no-repeat 9px 50%;
    border-top: 1px solid #e1f3fd;
    padding: 0 20px;
}

.side-menu li li.active a,
.side-menu li li a:hover {
    text-decoration: none;
    color: #ef972d;
}

/* list-menu */
.list-menu {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin-top: 0px;
}

#sidebar .list-menu {
    font-size: 13px;
    width: 190px;
}

.list-menu li {
    float: left;
    width: 25%;
}

#sidebar .list-menu li {
    margin: 0 0 5px;
    width: auto;
    float: none;
}

.list-menu li a {
    /*background: url(../images/bg-list-item-big.png) no-repeat;*/
    padding: 20px 0 0 0px;
    overflow: hidden;
    display: block;
    height: 84px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: "Lexia";
    font-weight: 800;
    line-height: 30px;
}

#sidebar .list-menu li a {
    /*background: url(../images/bg-list-item.jpg) no-repeat;*/
    padding: 12px 0 0 0px;
    font-size: 25px;
    line-height: 25px;
    height: 72px;
}

.list-menu li.purple a {
    background-position: 0 0;
    background-color: #cb3333;
}

.list-menu li.blue a {
    background-position: -240px 0;
    background-color: #47bedb;
}

.list-menu li.green a {
    background-position: -480px 0;
    background-color: #8dc63f;
}

.list-menu li.yellow a {
    background-position: -720px 0;
    background-color: #f7961c;
}

#sidebar .list-menu li.purple a {
    background-position: 0 0;
}

#sidebar .list-menu li.blue a {
    background-position: 0 -84px;
}

#sidebar .list-menu li.green a {
    background-position: 0 -168px;
}

#sidebar .list-menu li.yellow a {
    background-position: 0 -253px;
}

.list-menu strong {
    font-size: 24px;
    display: block;
    padding: 3px 0;
}

#sidebar .list-menu strong {
    font-size: 20px;
    padding: 3px 0;
}

.list-menu li a:hover {
    text-decoration: none;
}

.list-menu li.purple a:hover {
    background-position: 0 -104px;
}

.list-menu li.blue a:hover {
    background-position: -240px -104px;
}

.list-menu li.green a:hover {
    background-position: -480px -104px;
}

.list-menu li.yellow a:hover {
    background-position: -720px -104px;
}

#sidebar .list-menu li.purple a:hover {
    background-position: -190px 0;
}

#sidebar .list-menu li.blue a:hover {
    background-position: -190px -84px;
}

#sidebar .list-menu li.green a:hover {
    background-position: -190px -168px;
}

#sidebar .list-menu li.yellow a:hover {
    background-position: -190px -253px;
}

/* Full width */
body.full-width {}
body.full-width #content {
	width: 100%;
}

/* content */
#content {
    width: 645px;
    float: right;
    padding: 20px 0 50px;
}

#content .alignright {
    margin: -91px -40px 0 20px;
}

#content h2 {
    color: #5b9516;
    font-size: 20px;
    margin: 0 0 2px;
    font-weight: 600;
    line-height: 24px;
}

#content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.search-results {
	border-bottom: 1px solid #b6dff1;
}
.search-results ol {
	color: #599013;
    font-size: 15px;
    font-weight: 600;
    list-style: outside none numeric;
    padding: 0 0 0 20px;
}
.search-results ol li {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.search-results ol li:last-child {
	border: 0 none;
}
.search-results ol li h3 {
	font-size: 16px;
}
.search-results ol li p {
	font-size: 13px;
	font-weight: 400;
	color: #414144;
	margin-bottom: 10px;
}
.search-results ol li p em {
	font-weight: 700;
}

.pagenavi {
	margin-top: 20px;
}
.pagenavi ul {
	font-size: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
	text-align: right;
}
.pagenavi ul li {
	border: 1px solid #b6dff1;
	display: inline-block;
	margin-right: -1px;
}
.pagenavi ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    width: 50px;
	text-decoration: none;
}
.pagenavi ul li a i {
	font-size: 14px;
    font-weight: 400;
}
.pagenavi ul li:hover {
	border: 1px solid #5d9810;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	
	background: rgba(108,169,29,1);
	background: -moz-linear-gradient(45deg, rgba(108,169,29,1) 0%, rgba(130,193,47,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(108,169,29,1)), color-stop(100%, rgba(130,193,47,1)));
	background: -webkit-linear-gradient(45deg, rgba(108,169,29,1) 0%, rgba(130,193,47,1) 100%);
	background: -o-linear-gradient(45deg, rgba(108,169,29,1) 0%, rgba(130,193,47,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(108,169,29,1) 0%, rgba(130,193,47,1) 100%);
	background: linear-gradient(45deg, rgba(108,169,29,1) 0%, rgba(130,193,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ca91d', endColorstr='#82c12f', GradientType=1 );
}
.pagenavi ul li:hover a {
	color: #fff;
}
.pagenavi ul li.current:hover {
	border: 1px solid #b6dff1;
}
.pagenavi ul li.current span {
	display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    width: 50px;
	background-color: #eff3fa;
	font-weight: 700;
	color: #0c4981;
	cursor: default;
}
.pagenavi ul li .next {}
.pagenavi ul li .prev {}

/* product-list */
.products {
    list-style-type: none;
}

.product-list {
    list-style-type: none;
    padding: 0;
}

.product-list>li {
    border-top: 1px solid #e6e6e6;
    padding: 18px 0 22px;
}

.product-list>li:first-child {
    padding-top: 0;
    border: 0;
}

.product-list .title {
    padding: 0 0 15px;
    font-weight: 600;
}

#content .product-list h2 {
    line-height: 24px;
    font-size: 20px;
    color: #3579b9;
    margin: 0;
}

.product-list .holder {
    overflow: hidden;
}

.product-list .alignleft {
    margin: 0 20px 0 0;
}

.product-list .heading {
    display: block;
    color: #313636;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 600;
}

.product-list .holder ul {
	list-style:none;
    margin: 0 0px 15px -40px;
}

.product-list .quantity {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 20px;
}

.product-list .factor {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    color: #3990b0;
}

.product-list .value {
    font-weight: 600;
    display: block;
    color: #3579b9;
}

/* footer */
#footer {
    z-index: 2;
    width: 900px;
    height: 90px;
    overflow: hidden;
    position: relative;
    padding: 20px 30px 0;
    margin: -100px auto 0;
    background: url(../images/bg-footer.gif) repeat-x;
}

#footer  > div { float: left; width: 50%; margin: 0; padding: 0; vertical-align: top; }

#footer .footer-left {}
#footer .footer-right {}
#footer .footer-right span { margin-bottom: 20px; display: block; clear: both; text-align: right; width: 100%; }
#footer .footer-right a { color: #2c4e00; text-decoration: none; }

#footer .social-icons-footer {clear: both; float: left; margin: 0 0 10px; padding: 0; width: 100%; }
#footer .social-icons-footer li { list-style: none; float: left; margin-right: 5px; }
#footer .social-icons-footer li a { width: 26px; height: 26px; display: block; background: url(../images/social-icons-footer.png) no-repeat scroll 0 0 transparent; }

#footer .social-icons-footer li.twitter a { background-position: 0 0; }
#footer .social-icons-footer li.facebook a { background-position: -26px 0; }
#footer .social-icons-footer li.pinterest a { background-position: -52px 0; }

#footer .social-icons-footer li.twitter a:hover { background-position: 0 -26px; }
#footer .social-icons-footer li.facebook a:hover { background-position: -26px -26px; }
#footer .social-icons-footer li.pinterest a:hover { background-position: -52px -26px; }

.yellowbox {
    width: 100%;
    text-align: center;
    background-color: #FFF1CC;
    padding: 2px;
    margin-top: 26px;
}

div.yellowbox h2 {
    color: #F88C1D !important;
}

div.yellowbox a {
    color: #F88C1D !important;
}

.mobile-search {}
.mobile-search .search-form {
    background-color: #5e1452;
    display: none;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    width: 100%;
	top: 55px;
}
.mobile-search .search-form fieldset {
	margin: 0 auto;
    position: relative;
    width: 87%;
}
.mobile-search .search-form input[type="text"] {
	border-radius: 4px;
    width: 94%;
}
.mobile-search .search-form input[type="submit"] {
	position: absolute;
    right: 0;
}

.bag-features {
    padding: 0;
    list-style-type: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */

.menu-toggle-bg {
	background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    z-index: 2;
}

.pagination { display: table; width: 100%; border-collapse: collapse; }
.pagination.bottom { margin-bottom: 20px; }
.pagination .pagination-row { display: table-row; }
.pagination .pagination-row span { display: table-cell; text-align: center; width: 10%; font-weight: 600; border: 1px solid #b6dff1; }
.pagination .pagination-row span:hover,
.pagination .pagination-row span.active { border: 1px solid #5d9810; }
.pagination .pagination-row span a:hover,
.pagination .pagination-row span.active a { background: url("../images/pagination-active.png") repeat-x scroll 0 bottom transparent; color: #ffffff; display: block; border: 0 none; text-decoration: none; margin: 0; }
.pagination .pagination-row span a {background: url("../images/pagination-normal.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0); display: block; font-weight: 600; padding: 15px 0; text-decoration: none; font-size: 16px; }

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	/* #menu is the original menu */
	.js #nav { display:none; }
	.js .slicknav_menu, .js #mobile-nav { display:block; }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	body {
		background-position: center top;
		min-width: 320px;
	}
	#wrapper { width: 100%; max-width: 320px; }
	
	/* HEADER */
	#header { padding: 0; height: 160px;}
	#header .decor { display: none; }
	#header .holder { padding: 15px; }
	#header .holder #logo { width: 40%; float: left; margin-right: 6%; height: 75px; }
	#header .holder #logo .logo { background-size: 100% auto; margin: 0; width: 100%; }
	
	#header .holder #desc { float: right; width: 54%; }
	#header .holder #desc .text { font-size: 14px; width: 100%; line-height: 23px; }
	#header .holder #desc .text strong { display: none; }
	
	#header .holder > * { display: inline-block; margin: 0; }
	#header .holder .search-form { display: none; }
	#header .holder .main-search-form { display: none; }
	
	/* MOBILE NAVIGATION */
	#mobile-nav { background: #851b74; position: relative; min-height: 55px; }
	#mobile-nav .search {
		background: url("../images/search-icon-normal.png") no-repeat scroll 15px center rgba(0, 0, 0, 0);
		color: #ffffff;
		font-size: 14px;
		font-weight: 700;
		line-height: 55px;
		position: absolute;
		right: 0;
		text-align: center;
		text-decoration: none;
		top: 0;
		width: 50%;
	}
	#mobile-nav .search.active, #mobile-nav .search:hover { color: #f8971d; background: url("../images/search-icon-hover.png") no-repeat scroll 15px center #002b53; }
	#mobile-nav .mobile-icons {}
	#mobile-nav .mobile-icons ul { width: 87%; text-align: center; margin: 20px 0 20px 23px; padding: 0; display: table; }
	#mobile-nav .mobile-icons ul li { display: table-cell; list-style: none; }
	#mobile-nav .mobile-icons ul li a { background: url(../images/mobile-social-icons.png) no-repeat scroll 0 0 transparent; width: 90px; height: 40px; display: block; }
	
	#mobile-nav .mobile-icons ul li.twitter a { background-position: 0 0; }
	#mobile-nav .mobile-icons ul li.facebook a { background-position: -90px 0; }
	#mobile-nav .mobile-icons ul li.pinterest a { background-position: -180px 0; }
	
	/* MAIN */
	#main { width: 100%; }
	
	#main .preview {}
	#main .preview img { width: 100%; height: auto; }
	#main .preview .notice { display: block; background: #1c1e1f; width: 100%; min-height: 85px; overflow: hiddden; padding: 20px;}
	#main .preview .notice h3 { font-size: 16px; font-weight: 600; color: #fff; margin: 0; } 
	#main .preview .notice .countdown { margin-bottom: 20px; }
	#main .preview .notice .countdown span { background: url("../images/countdown-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0); border-radius: 3px; box-shadow: 1px 1px 3px #000000; color: #ffffff; display: inline-block; font-size: 17px; font-weight: 600; height: 27px; line-height: 25px; margin-right: 3px; padding: 0 3px; }
	#main .preview .notice .countdown em { font-size: 13px; font-style: normal; color: #fff; }
	
	#main .list-menu {}
	#main .list-menu li { display: block; width: 100%; }
	/*#main .list-menu li a { background-image: url(../images/bg-list-item-mobile.png); }
	#main .list-menu li.purple a { background-position: 0 0; }
	#main .list-menu li.blue a { background-position: -320px 0; }
	#main .list-menu li.green a { background-position: -640px 0; }
	#main .list-menu li.yellow a { background-position: -960px 0; }
	#main .list-menu li.purple a:hover { background-position: 0 -104px; }
	#main .list-menu li.blue a:hover { background-position: -320px -104px; }
	#main .list-menu li.green a:hover { background-position: -640px -104px; }
	#main .list-menu li.yellow a:hover { background-position: -960px -104px; }*/
	
	#main .area-block { padding: 20px; }
	#main .area-block .columns-holder {}
	#main .area-block .columns-holder .column { margin: 0 0 20px; width: 100%; }
	
	/* INNER PAGES */
	#main .page-title { padding: 15px 22px; }
	#main .content-holder { padding: 22px; }
	#main .content-holder #sidebar { border-right: 0 none; float: none; margin: 0; padding: 20px 0 0; width: 100%; border-top: 3px solid #e1f3fd; }
	#main .content-holder #sidebar .side-menu { border-left: 2px solid #e1f3fd; border-right: 2px solid #e1f3fd; }
	#main .content-holder #sidebar .heading { border-left: 2px solid #e1f3fd; border-right: 2px solid #e1f3fd; border-top: 2px solid #e1f3fd; margin: 0; padding: 10px 0 10px 10px; }
	#main .content-holder #sidebar .list-menu { width: 100%; }
	#main .content-holder #sidebar .list-menu li {}
	#main .content-holder #sidebar .list-menu li a { background-image: url("../images/bg-list-item-inner.png"); width: 261px; }
	
	#main .content-holder #sidebar .list-menu li.purple a { background-position: 0 0; }
	#main .content-holder #sidebar .list-menu li.blue a { background-position: -276px 0; }
	#main .content-holder #sidebar .list-menu li.green a { background-position: -552px 0; }
	#main .content-holder #sidebar .list-menu li.yellow a { background-position: -828px 0; }
	
	#main .content-holder #sidebar .list-menu li.purple a:hover { background-position: 0 -84px; }
	#main .content-holder #sidebar .list-menu li.blue a:hover { background-position: -276px -84px; }
	#main .content-holder #sidebar .list-menu li.green a:hover { background-position: -552px -84px; }
	#main .content-holder #sidebar .list-menu li.yellow a:hover { background-position: -828px -84px; }
	
	#main .content-holder #content { float: none; padding: 0; width: 100%; }
	#main .content-holder #content .alignright {display: none; }
	
	#main .content-holder #content .product-list {}
	#main .content-holder #content .product-list li {}
	#main .content-holder #content .product-list li .title {}
	#main .content-holder #content .product-list li .holder {}
	#main .content-holder #content .product-list li .holder > * { display: block }
	#main .content-holder #content .product-list li .holder > a { text-align: center; margin-bottom: 10px; }
	#main .content-holder #content .product-list li .holder > a img { float: none; margin: 0 auto; }
	#main .content-holder #content .product-list li .holder > .holder {}

	#main .content-holder .border { display: none; }
	
	#main .pagination .pagination-row span {
		border: 1px solid #b6dff1;
		display: inline-block;
		float: left;
		font-weight: 600;
		margin-left: -1px;
		margin-top: -1px;
		text-align: center;
		vertical-align: top;
		width: 19.6231%;
	}
	
	.pagenavi ul { text-align: center; }
	
	/* FOOTER */
	#footer { padding: 20px 0; width: 100%; height: auto; max-width: 320px; }
	#footer > div { width: 100%; text-align: center; }
	#footer .footer-left .social-icons-footer {}
	#footer .footer-left .social-icons-footer li { float: none; display: inline-block; }
	#footer .footer-left p { margin-bottom: 8px; }
	#footer .footer-right span { text-align: center; margin-bottom: 8px; }
}

































