@font-face {
    font-family: 'linecons';
    src:url('../fonts/linecons/linecons.eot');
    src:url('../fonts/linecons/linecons.eot?#iefix') format('embedded-opentype'),
        url('../fonts/linecons/linecons.woff') format('woff'),
        url('../fonts/linecons/linecons.ttf') format('truetype'),
        url('../fonts/linecons/linecons.svg#linecons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Hide menu top on large screen */
@media only screen and (max-width: 767px) {
    .shopping_cart,
	#block_top_menu {
        display: none;
    }
    .rm-body-with-header #header_logo {
        display: none;
    }
    #search_block_top, #search_widget {
        display: none;
    }
}
@media only screen and (min-width: 767px) {
    body.rm-body-with-header {
        padding-top: 0px;
    }
    .rm-header {
        display: none;
    }
    .rm-trigger {
        display: none;
    }
}

.rm-pannel * {
    margin: 0;
    padding: 0;
}

.rm-trigger {
    position: fixed;
    top: 12px;
	left:10px;
    cursor: pointer;
    z-index: 10000;
	background:#127D95;
	padding:5px;
	border-radius:5px;
}
.rm-trigger i {
	color: #fff;
	font-size: 35px;
}
.rm-level__container .icon-arrow {
    display: block;
}

.rm-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background: rgba(0,0,0,0.2);

    /* Fix for Chrome android */
    padding-bottom: 20%;
    -webkit-box-sizing: border-box
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}
.rm-overlay--open {
    left: 0%;
}
.rm-overlay--close {
    left: -100%;
}
.footer-container #footer .rm-level__container li { padding-bottom:0; }
#footer .rm-level__container li:hover a { color:#fff; }
.rm-pannel {
    z-index: 10000;
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    overflow-x: hidden;
    background: #127D95;
    border-right: 1px solid black;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    /* Fix for Chrome android */
    padding-bottom: 70px;
    -webkit-box-sizing: border-box
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}
.rm-pannel--open {
    left: 0;
}
.rm-pannel--close {
    left: -100%;
}
.rm-container {
    z-index: 100;
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    /* Fix for Chrome android */
    padding-bottom: 70px;
}
.rm-level {
    position: relative;
    float: left;
    width: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.rm-pannel .icon-arrow:before {
    font-family: 'linecons';
    position: absolute;
    right: 10px;
    z-index: -1;
    color: #777;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    line-height: 3.5;
    content: "\e033";
}
.rm-level__title, .rm-level__title:hover {
    display: block;
    border-bottom: 1px solid #222;
    margin: 0;
    padding: 0.5em;
    color: #777;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-weight: 300;
    font-size: 1.5em;
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
}
.rm-level__item {
    border-bottom: 1px solid #222;
    display: block;
    margin: 0;
    padding: 0.7em 1em 0.7em 1.8em;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-weight: 300;
    font-size: 1.4em;
    font-family: 'Open Sans', Calibri, Arial, sans-serif;

    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.rm-level__item:hover, .rm-level__item--selected {
    background: rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
    color: rgba(255, 255, 255, 0.4);

    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}
.rm-level__item--back {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
}

.rm-body-with-header {
    padding-top: 70px;
}
.rm-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

    border-bottom: 1px solid #000;
    z-index: 10000;
}

.rm-header .logo {
	height: 50px;
	margin: 5px 0 14px 59px;
	display: block;
}
@media (max-width: 350px) {
.rm-header .logo {
	height: 35px;
	margin: 17px 0 17px 60px;
	display: block;
}	
}
.footer-container #footer .rm-header .cart,
.rm-header .cart {
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 33px;
    line-height: 70px;
    height: 70px;
    width: 40px;
    color: #26A298;
    padding-right: 15px;
}

.footer-container #footer .rm-header .cart, .rm-header .cart:before {
	content: "\f291";
    font-family: "FontAwesome";
}

.rm-header .search {
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 0;
    right: 60px;
    font-size: 33px;
    line-height: 70px;
    height: 70px;
    width: 40px;
    color: #127D95;
    padding-right: 15px;
}

.rm-searchbar {
    color: #777;
    font-size: 0;
    border-bottom: 1px solid #333;
    height: 36px;
    overflow: hidden;

    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.rm-searchbar .searchquery {
    width: 85%;
    line-height: 34px;
    padding-left: 5px;
    font-size: 14px;
    border: none;
}

.rm-searchbar .searchbutton {
    font-family: "FontAwesome";
    width: 15%;
    font-family: "FontAwesome";
    background-color: #333;
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    border: none;
}

.rm-searchbar.closed {
    height: 0px;

    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.rm-header .cart .count {
	display: block;
	position: absolute;
	top: 18px;
	right: 5px;
	border-radius: 100%;
	background: red;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 4px;
	line-height: 12px;
}

.logomenu {
	width: 100%;
	display: block;
	background: rgba(255,255,255,0.75);
	padding-bottom: 30px;
}