/* Global =================================================================== */
@font-face{
    font-family: Lobster; /* Название шрифта. */
    src: url("https://clubigrushek.by/lobster.woff");
	src: url("http://www.clubigrushek.by/lobster.woff");
}
@font-face{
    font-family: Lobster; /* Название шрифта. */
    src: url("http://clubigrushek.by/lobster.woff");
}
html, body{
    width: 100%;
    height: 100%;
}
#menu_wrapper {
    width: 178px;
    background: url(../images/tag-tile.jpg) repeat-y;
    margin: 1px 0 18px 25px;
    position: relative;
    z-index: 999999999999999999;
    height: 650px;
}
.box {
    width: 224px;
    height: 128px;
    float: left;
}
.box .pink {
    background: url(../images/button-pink.jpg) no-repeat left top;
    width: 224px;
    height: 128px;
}
.pink {
    color: #f5bfcd;
}
.box .icon {
    width: 68px;
    height: 61px;
    margin: 0px auto;
    padding-top: 5px;
}
.box .title {
    color: #675237;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}
.box .text {
    color: #675237;
    font-size: 14px;
    margin: 2px auto 0 auto;
    text-align: center;
}
#cart_box {
    width: 178px;
    height: 99px;
    background: url(../images/cart-bg.jpg) no-repeat top left;
    margin-bottom: 20px;
}
#cart_box h3 {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding: 5px 0 0 0;
    margin: 0px;
}
#cart_box .price {
    text-align: center;
    color: #078dab;
    font-size: 13px;
    margin: 8px 0;
    line-height: normal;
}
#cart_box .price a, #cart_box .price a:link, #cart_box .price a:visited {
    color: #078dab;
    text-decoration: none;
}
#cart_box .button {
    width: 77px;
    height: 19px;
    background: url(../images/button_white.png) no-repeat center left;
    color: #078dab;
    font-size: 18px;
    text-align: center;
    margin: 0px 0 0 50px;
    padding: 0px 0 0px 0;
    line-height: normal;
}
#cart_box .button {
    width: 77px;
    height: 19px;
    background: url(../images/button_white.png) no-repeat center left;
    color: #078dab;
    font-size: 18px;
    text-align: center;
    margin: 0px 0 0 50px;
    padding: 0px 0 0px 0;
    line-height: normal;
}
#menu_header {
width: 178px;
    background: url(../images/tag-top.jpg) no-repeat top;
    position: relative;
}
#menu_footer {
    width: 178px;
    background: url(../images/tag-bottom.jpg) no-repeat bottom;
    min-height: 265px;
    padding-bottom: 40px;
    margin-top: 420px;
}
#menu_wrapper h3 {
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
    color: #b3936c;
    font-size: 20px;
    font-family: 'Lobster';
}
#menu_wrapper ul {
    width: 178px;
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
    color: #838383;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
#menu_wrapper ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    clear: left;
}
#menu_wrapper ul li a {
    display: block;
    float: left;
    clear: left;
    padding: 4px;
    text-decoration: none;
    width: 170px;
    text-align: center;
    color: #846324;
    line-height: normal;
}
#menu_wrapper ul li a:hover {
    display: block;
    float: left;
    clear: left;
    padding: 4px;
    width: 170px;
    text-align: center;
    color: #e2a125;
    line-height: normal;
}
#menu_string {
    width: 178px;
    height: 22px;
    margin: -20px 0 0 25px;
    z-index: 999999999;
    position: absolute;
}
#header_photos {
    width: 420px;
    height: 150px;
    float: right;
    margin: 10px 65px 0 0;
}
#header_photos .one {
    width: 118px;
    height: 121px;

    margin: 18px 13px 0 0;
    float: left;
}
#header_photos .two {
    width: 144px;
    height: 149px;

    margin: 4px 13px 0 0;
    float: left;
}
#header_photos .three {
    width: 118px;
    height: 121px;

    margin: 18px 0px 0 0;
    float: left;
}
#header_photos1 {
    width: 720px;
	height: 160px;
       margin: 10px 65px 10px 42px;
}
#header_photos1 h3{
text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
    color: #2dabc7;
    font-size: 20px;
    margin-top: -70px;
    font-family: 'Lobster';
}
#header_photos1 .one {
    width: 118px;
    height: 121px;
    background: url(../images/flower-photo-left.jpg) top left no-repeat;
    margin: 18px 13px 0 0;
    float: left;
}
#header_photos1 .two {
    width: 144px;
    height: 149px;
    background: url(../images/flower-photo-middle.jpg) top left no-repeat;
    margin: 4px 13px 0 0;
    float: left;
}
#header_photos1 .three {
    width: 118px;
    height: 121px;
    background: url(../images/flower-photo-right.jpg) top left no-repeat;
    margin: 18px 0px 0 0;
    float: left;
}
body {
        background: url(../images/page-bg.jpg);
    margin:0;
    padding:0;
}

/* Wrapper ================================================================== */

#layout{
    width: 980px;
    margin: 0 auto;
	    margin-top: 50px;
}

/* Header =================================================================== */

#layout header{
    height: 224px;
    width: 1058px;
    right: 40px;
    line-height: 50px;
    padding: 0 0px;
        background: url(../images/header.png) no-repeat center;
    /* z-index: 999999999; */
    position: relative;
}

#layout header #logo a{
display: block;
    float: left;
    margin-left: 65px;
    margin-top: 10px;
    width: 400px;
    height: 150px;
    background: url(../images/logo1.png) no-repeat left center;
}

/* Header Navigation ======================================================== */

header .menu,
header .menu li { margin:0; padding:0; list-style: none; background:none; }

header .menu {
    float:right;
    position: relative;
    z-index: 15;
    height: 30px;
    line-height: 30px;
    padding-top:10px;
}

header .menu .item{
    background-image: url("../images/icons/bullet_arrow_down.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left:28px;
}

header .menu > li {
    float: left;
    padding-left:5px;
}

header .menu > li > a {
    display: block;
    padding: 0 5px;
    color:#ecf0f1;
    text-decoration: none;
    font-size: 12px;
}

header .menu > li > a:hover {
    color:#FFF;
}

header .menu > li.active > a { color:#F5CF53; }
header .menu > li.active > a:hover { color:#F5CF53; }
header .menu > li.active > ul a:hover { color:#EEE; }

header .menu ul li a,
header .menu li.active ul li a {
    text-shadow: none;
    text-decoration: none;
    padding-right: 10px;
}

header .menu li ul li.active a{ color:#F5CF53; }
header .menu li ul li.active a:hover { color:#F5CF53; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px #224674;
    background-color: #224674;
    color: #FFF;
}

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

header .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    color:#A3CAE0;
}

header .menu ul li:hover > a { background-color: #224674; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover > ul {
    visibility: visible;
}

header .menu ul { width:250px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li:first-child,
header .menu ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .menu > .folder a {
    padding-right: 8px;
}

/* Main Navigation =========================================================== */

nav {
    padding: 0;
    top: 216px;
    font-size: 14px;
    position: absolute;
}

nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {position: relative;    z-index: 5;    float: left;    height: 50px;    line-height: 50px;    width: 980px;
}

nav .menu .item{
    background-image:none !important;
}

nav .menu > li {
    float: left;
}

nav .menu > li:first-child {
    background:none;
}

nav .menu > li > a {
    display: block;
    padding: 0 15px;
    color: #864e28;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lobster';
    font-size: 17px;
}

nav .menu > li > a:hover {
    color: #b76e3c; !important;
}

nav .menu > li.active > a { color: #c4b097; }
nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#000; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { background-color: #DAE9FA; }

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
}

nav .menu ul li {
    float: none;
    border-bottom: solid 1px #DAE9FA;
    background-color: #f9f9f9;
    color: #000;
}

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

nav .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover > ul {
    visibility: visible;
}

nav .menu ul { width: 200px; margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu > .folder > a {
    padding-right: 8px;
}

nav .menu > .folder > a > .wrap {
    padding-right: 20px;
    background: url("../images/nav-arrow-down-white.png") no-repeat right center !important;
}

nav .menu ul *.folder > a {
    padding-right: 15px;
    background-image: url("../images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

nav select { display: none; }

/* Body ===================================================================== */

#body{
	background: url(https://clubigrushek.by/content_bg_bubble.png) repeat-y left;
    width: 980px;
    margin-left: 3px;
    margin-top: -3px;
}

/* Breadcrumbs ============================================================== */

#breadcrumbs { margin:-20px; margin-bottom: 20px; background:#ecf0f1; padding:0 10px; position: relative; }

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
}

#breadcrumbs ul li {
    height:32px; line-height:32px; float:left;
    font-size:12px;
    color:#2c3e50;
}

#breadcrumbs ul li a {
    color:#2c3e50;
}

#breadcrumbs ul li a:hover {
    color:#34495e;
    text-decoration: none;
}

#breadcrumbs ul li.sep {
    margin:0 10px;
    width: 4px;
    background: url("../images/nav-arrow-right-light.png") no-repeat left center;
}

#breadcrumbs ul li.home {
    width: 16px;
}

#breadcrumbs ul li.home a {
    display:block;
    width:16px;
    height:32px;
    background: url("../images/nav-home.png") no-repeat left center;
}

/* Section ================================================================== */

#body section{
    float:left;
    width:730px;
	margin-right: 15px;
}

#body section article {
padding: 20px;
    background: url(https://clubigrushek.by/content_bg_bubble.png) repeat-y left;
    width: 932px;
    margin-left: 15px;
}

#body section h1{
    margin-bottom: 20px;
    color:#34495e;
}

#body section h1 .parent_title{
    font-size:16px;
}

/* Sidebar ================================================================== */

#body aside{
    float:right;
    width:240px;
	    margin-left: 3px;
    margin-bottom: 50px;
}

/* Sidebar Navigation ======================================================= */

#body aside .menu, #body aside .menu li { margin:0; padding:0; list-style: none; }

#body aside .menu ul{
    border: solid 1px #EDEDED;
    border-bottom: none;
}

#body aside .menu ,
#body aside .menu li ul {
    padding:0;
    background:#FFF;
}

#body aside .menu{
    margin:-15px;
}

#body aside .menu li ul {
    visibility: hidden;
    position:absolute;
    top:-1px;
    left: auto;
    right: 91%;
    width:220px;
    box-shadow: 0 1px 2px #666;
    z-index: 999;
}

#body aside .menu li {
    border-bottom: solid 1px #ecf0f1;
}

#body aside .menu li:hover,
#body aside .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #ecf0f1;
}

/*#body aside .menu li:hover > a,
#body aside .menu li.active > a { color:#FFF; }*/

#body aside .menu li:first-child {
}

#body aside .menu li:last-child {
    border-bottom: none;
}

#body aside .menu li:hover > ul {
    visibility: visible;
}

#body aside .menu li.active:hover {
}

aside .menu .item{
    background: url("../images/icons/item.png") no-repeat 10px center;
}

#body aside .menu li.active .item {
    color:#000;
}

#body aside .menu li.hover a {
}

#body aside .menu a,
#body aside .menu span.item {
    overflow: hidden;
    display:block;
    color:#666;
    text-decoration: none;
    padding:4px 10px;
    padding-left:36px;
}

#body aside .menu a:hover {
    color:#000;
}

#body aside .menu .counter{
    float:right;
    padding: 0px 7px;
    background: #376499;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}

#body aside .menu li:hover .counter{
    background:#BDC3C7;
}

/* Footer =================================================================== */

#layout footer{
	    background: url(../images/footer.png) no-repeat top left;
    height: 60px;
	    width: 960px;
    color: #7f8c8d;
    padding: 0 15px;
    clear:both;
    font-size:12px;
}

#layout footer ul, #layout footer li {
    margin: 0; padding: 0; list-style: none;
}

#layout footer ul {
    overflow: hidden;
}

#layout footer ul li {
    height: 60px;
    line-height: 60px;
    float:left;
    margin-right: 15px;
}

#layout footer ul li:last-child { margin:0; }


#layout footer a { color:#95a5a6; }
#layout footer a:hover { color:#2980b9; }

#layout footer span.item { padding:0 10px; border-left: solid 1px #7f8c8d; }

/* Footer SQL Debug ======================================================== */

#sql_debug{
    display:none;
}

#sql_queries .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

#sql_queries .query .src{
    font-size:12px;
    color:#999;
    margin-bottom:4px;
}
#sql_queries .query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
#sql_queries .red_query {
    color: #c0392b;
}
#sql_queries .green_query {
    color: #27ae60;
}

/* Footer Navigation ======================================================== */

#layout footer #nav {
    float:right;
        margin-right: 20px;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("../images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}

}