html, body {
    margin:0;
    padding:0;
    height:100%;
}

body {
    font-family: 'open sans',Helvetica, Arial,sans-serif;
    font-size:14px;
    background:#f5f5f5;
}

form {
    display:inline;
}

input, textarea {
    font-family: 'open sans', Arial,sans-serif;
    outline: none;
    border-radius: 0;
}

input[type=text] {
    -webkit-appearance: none;
}

a{color:#079dc5;outline:none;}
a:hover{color:#079dc5}

#headout {
    margin-bottom:25px;
}

#head {
    height: 60px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
}

#search {
    width: 380px;
    height: 60px;
    margin-right: 15px;
    float: left;
    position: relative
}

.placeinp {
    border-width: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 100%;
    padding: 10px 0 10px 40px;
    color: #444;
    font-size: 16px;
    height: 60px;
    box-sizing: border-box;
}

.ui-widget-content {
    background: #fff;
    color: #222;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    border-color: #eee #ddd #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 3px 5px rgba(0,0,0,.02);
    padding: 5px 0 0;
    box-sizing: border-box
}

.ui-menu .ui-menu-item a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 15px
}

.ui-widget-content a {
    color: #222
}

.jsonSuggest>li>a:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover {
    background: #f9f9f9;
    cursor: pointer
}

.sl {
    color: #777;
    display: inline;
    font-size: 12px;
    margin-left: 5px;
}

.con_weight {
    width:1140px;
    margin:0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

#logo {
    padding-top: 12px;
    float: left;
    width: 265px;
}

#location {
    float:left;
    margin-left: 50px;
    margin-top: 5px;
}

#location span {
    color:#fff;
    padding-right:12px;
}

#location input[type="text"] {
    border-radius: 3px;
    border-width: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) inset;
    color: #444444;
    font-size: 16px;
    margin-top:0;
    padding: 6px 10px;
    width: 165px;
    height:19px;
}

.i-search {
    z-index: 99;
}

.i-search::before {
    color: #37beea;
    content: "d";
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 57px!important;
    margin: 0 auto;
    text-align: center;
    width: 40px;
    position: absolute;
    transition: all 150ms ease-in-out;
}

#login {
    float:left;
    text-align:right;
    margin-left:10px;
    margin-top:12px;
}
#login ul {
    list-style: none;
    padding:0;
    margin:0;
}
#login ul li {
    float:left;
    margin-right:40px;
}
#login a {
    text-decoration: none;
    color:#fff;
}

#placestatus_close {
    background: #ff6666; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff6666 0%, #ff3c3c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6666), color-stop(100%,#ff3c3c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff6666 0%,#ff3c3c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff6666 0%,#ff3c3c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff6666 0%,#ff3c3c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff6666 0%,#ff3c3c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#ff3c3c',GradientType=0 ); /* IE6-9 */

    border-radius: 5px;
    padding:10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 1px;
    border-color:rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

#placestatus_open {
    background-image: linear-gradient(bottom, rgb(111,167,33) 0%, rgb(128,191,39) 100%);
    background-image: -o-linear-gradient(bottom, rgb(111,167,33) 0%, rgb(128,191,39) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(111,167,33) 0%, rgb(128,191,39) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(111,167,33) 0%, rgb(128,191,39) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(111,167,33) 0%, rgb(128,191,39) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(111,167,33)),
        color-stop(1, rgb(128,191,39))
        );
    border-radius: 5px;
    padding:10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 1px;
    border-color:rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

#placestatus_txt {
    background: url('https://cdn.offen.net/img/clock.png') no-repeat;
    font-weight:bold;
    font-size:17px;
    color:#fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding-left:26px;
}

img {
    border:0;
}

#main {
    margin-top:0;
    margin-bottom:15px;
    margin-right:20px;
    padding:0;
    width:650px;
    float:left;
}

.break {
    border-bottom: 1px solid #EFEFEF;
    box-shadow: 0 1px 0 #F7F7F7;
    clear: both;
    margin: 15px 0;
    padding-top: 15px;
}

#side {
    float:left;
    width:300px;
}

.box {
    margin-bottom:20px;
    line-height:20px;
}

.box_tit {
    border-bottom:1px solid #ddd;
    padding-bottom:7px;
    margin-bottom:7px;
    text-transform: uppercase;
    font-weight:bold;
}

.district {
    color: #00688C;
    list-style: square outside none;
    padding: 0 0 0 15px;
    margin:0;
}

.district li {
    margin-bottom:5px;
}

.district li a {

}

.nearby {
    color: #00688C;
    list-style: none;
    padding: 0;
}

.nearby li {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #EFEFEF;
}
.nearbydis {
    float:right;
    color:#555;
    margin-top:11px;
}

#premain {
    margin-bottom:15px;
}
#title {
    height:50px;
}

#map {
    width:970px;
    height:200px;
    margin-top:15px;
    margin-bottom:15px;
}


.oz_day {
    width:100px;
}
.lef {
    float:left;
}
.cle_lef {
    clear:left;
}
.day {
    padding:5px 5px 5px 0;
}
.today {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    background:#f4f4f4;
    width:212px;
    margin-left: -5px;
    padding-left: 5px;
}

.citlis {
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:2px solid #f2f2f2;
}

.citinf {
    float:left;
    width:578px;
}

.citinf a {
    color:#333;
}

.citinf ul {
    padding-left:0;
    list-style:none;
    margin-top:5px;
}

.citinf ul li {
    background:url("https://cdn.offen.net/img/dot.gif") no-repeat scroll 0 8px;
    float:left;
    width:279px;
    padding-left:10px;
}

.citinf ul li a {
    color:#777;
    font-size:12px;
    text-decoration:none;
}
.citinf ul li a:hover {
    color:#333;
    text-decoration:underline;
}

#premain h1, #premain h2 {
    font-size:25px;
    font-weight:normal;
    line-height:1.1;
    margin:0 0 4px;
    color:#444;
}

h1, h2 {
    font-size:27px;
    margin:0;
    color:#444;
    font-family:'Source Sans Pro';
    font-weight:400;
    letter-spacing: -0.5px;
}

h3 {
    font-size:16px;
    margin:0 0 5px;
    color:#444;
}

.uline {
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}

.subtitle {
    font-size:14px;
}

.subt {
    font-size: 18px;
    border-bottom:1px solid #bfbfbf;
    margin-top:35px;
    padding-bottom:5px;
}

#breadcrumb {
    color: #666;
    font-size: 12px;
    padding:10px 15px 10px 0;
    margin-bottom:15px;
    border-bottom:1px solid #DDDDDD;
}
#breadcrumb a:first-child {
    padding-left:0 !important;
}
#breadcrumb a {
    color: #2d508c;
    text-decoration: none;
    padding-left:5px;
    padding-right:5px;
}
#breadcrumb a:hover {
    text-decoration: underline;
}
#breadcrumb strong {
    color: #555555;
    font-weight: normal;
    padding-left:5px;
}

#plalef {
    float:left;
    margin-right:20px;
    width:300px;
}
#plarig {
    float:left;
    width:300px;
}
.open {
    color:green;
}
.close {
    color:red;
}
.pla {
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:1px solid #eee;
    color:#555;
}
.pla a {
    color:#006d93;
    font-weight:bold;
}

.ozdet {
    font-size:14px;
    color:#777;
    margin-top:5px;
}

.ligopen {
    display:block;
    float:left;
    height:10px;
    width:10px;
    margin-top:3px;
    margin-right:5px;
    border-radius:5px;
    background-image: linear-gradient(bottom, rgb(63,137,2) 0%, rgb(94,205,4) 100%);
    background-image: -o-linear-gradient(bottom, rgb(63,137,2) 0%, rgb(94,205,4) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(63,137,2) 0%, rgb(94,205,4) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(63,137,2) 0%, rgb(94,205,4) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(63,137,2) 0%, rgb(94,205,4) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(63,137,2)),
        color-stop(1, rgb(94,205,4))
        );
}
.ligclose {
    display:block;
    float:left;
    height:10px;
    width:10px;
    margin-top:3px;
    margin-right:5px;
    border-radius:5px;
    background-image: linear-gradient(bottom, rgb(204,204,204) 0%, rgb(239,239,239) 100%);
    background-image: -o-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(239,239,239) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(239,239,239) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(239,239,239) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(239,239,239) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(204,204,204)),
        color-stop(1, rgb(239,239,239))
        );
}

#placelogo {
    margin-right:15px;
    float:left;
}

.nblogo {
    float:left;
    margin-right:15px;
    margin-top:3px;
    width:56px;
    height:35px;
}

#map-data {
    margin-top:13px;
    margin-bottom:5px;
    margin-left:-2px;
}

#map-layer {
    background:url('https://cdn.offen.net/img/map.png');
    width:644px;
    height:175px;
    text-align:center;
    padding-top:40px;
}

#map-location {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5) inset, 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    padding: 5px 10px;
    position:relative;
}
#map-location:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: 26px;
    width: 0;
}

.titplc {
    margin-bottom:10px;
}
.boxspace {
    margin-bottom:15px;
}

.cindex {
    list-style: none;
    padding:0;
    margin:0;
}
.cindex li {
    float: left;
    margin-right: 15px;
    margin-bottom:5px;
    width: 200px;
}

.pagination {
    clear:both;
    margin-top:15px;
}

.pagination a {
    background:#f7f7f7;
    border-radius: 3px;
    text-decoration: none;
    padding:3px 5px;
}

.pagination a:hover {
    background:#f7f7f7;
    text-decoration: underline;
}

.current {
    background:#0d9ac6;
    padding:3px 5px;
    border-radius: 3px;
    color:#fff;
    font-weight:bold;
}
/*

*/

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-widget-content {
    background: #FCFDFD;
    border: 1px solid #dce0e6;
    color: #222222;
}

.ui-corner-all {

}


.sta_bl {
    float:left;
    padding-left:40px;
    width:270px;
    height:85px;
    margin-right:10px;
}
.sta_sta a {
    color:#555;
}
.sta_cit {
    margin-top:5px;
}
#welcome {
    margin-bottom:20px;
    font-size:15px;
    line-height:150%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -240px;
}

#content {
    background:#fff;
    padding-bottom:25px;
    overflow:hidden;
}

#footer {
    background: #252c34;
    padding:15px;
    color:#6a7686;
    font-size:12px;
    line-height:150%;
    height:82px;
}
#footer a {
    color:#919ba6;
}
#footer a:hover {
    color:#9eaab7;
}
#footer ul {
    list-style: none;
    padding:0;
    margin:0;
}
.f_title {
    color:#6A7686;
    font-size:14px;
    font-weight:bold;
}
.f_hr {
    border-color: #48525c;
    border-style: solid;
    border-width: 1px 0;
    margin: 15px 0;
}
#conbg {
    background:#fff;
}
.lngtxt {
    color: #333333;
    font-size: 14px;
    line-height: 140%;
}

.lngtxt strong {
    line-height: 200%;
}

.social a {
    margin-left:10px;
    opacity:0.5;
}
.social a:hover {
    opacity:1;
}


.spce_top {
    margin-top:15px;
}

.btn_top {
    background: #4caf50;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: lato;
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
    box-sizing: border-box;
    display:block;
    margin-bottom:15px;
    text-align:center;
}
.btn_top:hover, .btn_top_on:hover {
    color:#fff;
}

.btn_top_on {
    background: #6db96a;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: lato;
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
    box-sizing: border-box;
    display:block;
    margin-bottom:15px;
}
.btn_top_on:before {
    background: url(https://www.offen.net/static/img/syncicon.png) no-repeat;
    background-size: 24px 24px;
    background-position: 0 -2px;
    content:"";
    float:left;
    height: 24px;
    width: 34px;
}

.anisync {
    background:url(https://cdn.offen.net/img/anisync.gif) no-repeat;
    display: inline-block;
    width:18px;
    height:18px;
    margin-bottom:-5px;
    margin-right:5px;
}


.btn_sml {
    font-family:'Lato';
    border: 1px solid;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.btn_std {
    font-family:'Lato';
    border:0;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 12px 20px;
}

.btn_col_blue {
    background: #27b7e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #27b7e4 0%, #03a9dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27b7e4), color-stop(100%,#03a9dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #27b7e4 0%,#03a9dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #27b7e4 0%,#03a9dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #27b7e4 0%,#03a9dd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #27b7e4 0%,#03a9dd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b7e4', endColorstr='#03a9dd',GradientType=0 ); /* IE6-9 */
    color:#fff;
    border-color:#068ab3;
}
.btn_col_blue:hover {
    background: #33bce5; /* Old browsers */
    background: -moz-linear-gradient(top,  #33bce5 0%, #03b5eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33bce5), color-stop(100%,#03b5eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #33bce5 0%,#03b5eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #33bce5 0%,#03b5eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #33bce5 0%,#03b5eb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #33bce5 0%,#03b5eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bce5', endColorstr='#03b5eb',GradientType=0 ); /* IE6-9 */
}

.btn_col_green {
    background: #47a141;
    color:#fff;
}
.btn_col_green:hover {
    background: #4fb348;
}







#b-nav {
    list-style:none;
    margin:0;
    padding:0;
    position: absolute;
    right: 0;
    top:0;
}

#b-nav li {
    float:left;
    margin-left:25px;
    font-size:15px;
    color:#444;
    position: relative;
}

#b-nav a {
    color: #555;
    display: inline-block;
    letter-spacing: -0.3px;
    line-height: 60px;
    padding: 0;
    text-decoration: none;
}
#b-nav>li>a {
    height:60px;
}
#b-nav>li>a:hover {
    height:60px;
}

#b-nav>li>a:after {
    display: block;
    height: 3px;
    width:0;
    background-color: #37beea;
    content: "";
    margin:-3px auto 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#b-nav>li>a:hover {
    color: #98004a;
}
#b-nav>li>a:hover:after, .onnav:after {
    width: 100% !important;
}


#b-nav a:hover {
    color:#111;
}

#b-nav li:hover > a {
    color: #111;
}
#b-nav li:hover > ul {
    visibility: visible;
}

#b-nav li ul{
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    clear: both;
    display: inline;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 60px;
    visibility: hidden;
    z-index:2;
}
#b-nav li ul li{
    float: none;
    padding:0;
    margin:0;
    white-space: nowrap;
    border-top:1px solid #f9f9f9;
}
#b-nav li ul li a {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    display: block;
    text-decoration: none;
    height: auto !important;
    line-height: 37px;
    padding: 0 20px;
    transition: background 0.2s ease-out 0s;
    transition: background 0.2s ease-out; /* explorer 10 */
    -webkit-transition: background 0.2s ease-out; /* chrome & safari */
    -moz-transition: background 0.2 ease-out; /* firefox */
    -o-transition: background 0.2 ease-out; /* opera */
}
#b-nav li ul li a:hover{
    background:#f2f2f2;
    color: #333;
}


#blp-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 99;
}

#blp-nav li {
    float: left;
    margin-left: 25px;
    font-size: 15px;
}

#blp-nav a {
    display: block;
    padding: 5px 2px;
    text-decoration: none;
    color: rgba(255,255,255,0.85);
    font-weight: 300;
    border-bottom: 3px solid rgba(255,255,255,0.12);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#blp-nav a:hover {
    border-bottom: 3px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,1);
}


.navdown {
    padding-right:20px !important;
}
.navdown:before {
    color: #777;
    content: "b";
    display: inline-block;
    float: right;
    font-family: "offen";
    font-size: 20px;
    margin-right: -19px;
}

.wbx {
    background: #fff;
    box-shadow: 1px 1px 0 rgba(0,0,0,.03);
    padding: 25px;
    border-radius: 1px;
    margin-bottom:15px;
}

.titplc {
    border-bottom: 1px solid #eee;
    margin:-10px -25px 0px -25px;
    padding: 0 25px 10px;
}

.titplc>h3 {
    color: #222;
    font-size: 22px;
    margin: 0 0 5px;
    font-weight:normal;
}

.wbxcon {
    margin-top:20px;
}

.gtbox {
    border-radius:3px;
    border-top:3px solid green;
    border-bottom:1px solid #efefef;
    padding:10px;
}

.btbox {
    border-radius:1px;
    padding:10px;
    margin-bottom:20px;
    background:#fff;
    box-shadow: 1px 1px 0 rgba(0,0,0,.03);
}

.bttitle {
    font-family: 'Lato';
    font-size: 16px;
    margin-bottom: 20px;
}

.imgbox {
    border-bottom:1px solid #eee;
    padding:10px 0;
    position: relative;
}

.photo {
    background: #fff;
    padding:25px;
    border:1px solid #eee;
    float:left;
}
.photodesc {
    font-size: 12px;
    margin-bottom: 2px;
    color: #777;
}

.fimg {
    float:left;
}
.imgdelete {
    font-size: 12px;
    color: #777;
    float:right;
    cursor: pointer;
}
.imgdelete:hover {
    color:#444;
}
.btn_blu {
    background: #37beea;
    border: 0;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.btn_blu_hover {
    background:#15a2d5 !important;
    text-decoration:none;
    color:#fff;
}

fieldset {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    margin: 0;
    padding: 5px 15px 15px;
}
fieldset legend {
    font-size:16px;
    padding:0 5px;
}

@font-face {
    font-family: "offen";
    src:url("https://cdn.offen.net/offen-27.eot");
    src:url("https://cdn.offen.net/offen-27.eot?#iefix") format("embedded-opentype"),
    url("https://cdn.offen.net/offen-27.woff") format("woff"),
    url("https://cdn.offen.net/offen-27.ttf") format("truetype"),
    url("https://cdn.offen.net/offen-27.svg#offen") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="i-"]:before,
[class*=" i-"]:before {
    font-family: "offen" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.i-check {
    display: inline-block;
}

.i-check:before {
    content: "j";
    display: inline-block;
    font-size: 22px;
    line-height: 20px;
    margin:0 auto;
    color:#00b063;
    float:left;
}

.i-voucher:before {
    color: #FFC12C;
    content: "m";
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin-right: 7px;
    margin-top: 0;
}

.i-secure:before {
    color: #a9a200;
    content: "n";
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-right: 7px;
    margin-top: 0px;
}

.i-seal:before {
    color: #a9a200;
    content: "o";
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-right: 7px;
    margin-top: 0px;
}

.i-plus {
    display: inline-block;
}

.i-plus:before {
    content: "p";
    display: inline-block;
    font-size: 22px;
    line-height: 35px;
    margin:0 auto;
    color:#ccc;
    float:left;
}

.i-minus {
    display: inline-block;
}

.i-minus:before {
    content: "s";
    display: inline-block;
    font-size: 22px;
    line-height: 35px;
    margin:0 auto;
    color:#ccc;
    float:left;
}

.i-minus:hover:before, .i-plus:hover:before, .i-ldown:hover:before {
    color:#37beea;
}

.i-ldown {
    display: inline-block;
}

.i-ldown:before {
    content: "r";
    display: inline-block;
    font-size: 22px;
    line-height: 35px;
    margin:0 auto;
    color:#ccc;
    float:left;
}

label {
    color: #666;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
}
.required:after {
    content:"*";
    margin-left:4px;
}
.inpsty {
    border: 1px solid #bfbfbf;
    background-color: #fff;
    background-image: none;
    box-sizing: border-box;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 48px;
    font-weight:300;
}
.inpsty:focus {
    border-color:#37beea;
}

.inprow {
    margin-bottom:15px;
    margin-left: -15px;
    margin-right: -15px;
}
.inppad {
    box-sizing: border-box;
    padding-left:15px;
    padding-right:15px;
}
.btnnext {
    background: #37beea;
    border: 0 none;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    padding: 8px 18px;
    letter-spacing: 0.5px;
    cursor:pointer;
    margin-top:15px;
    float:right;
}
.btnnext:hover {
    background:#15a2d5;
}

.btnsmall {
    background: #37beea;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 15px;
}
.btnsmall:hover {
    background:#15a2d5;
}

.rightcol {
    width:300px;
    float:right;
}
.orderview {
    border-color:#eee;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-sizing: border-box;
    padding: 15px;
    position:relative;
    margin-top:-25px;
    padding-top:70px;
}

.ordertitle {
    color: #666;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
}

.orderitem {
    color: #666;
    font-size: 15px;
    padding: 7px 0px;
    border-bottom: 1px solid #d9d9d9;
}

.orderpartcalc {
    color: #777;
    font-size: 13px;
    font-weight:300;
}

.orderprice {
    border-bottom: 1px solid #d9d9d9;
    color: #555;
    font-size: 23px;
    font-weight: 300;
    padding: 10px 0;
}

.voucher {
    color: #555;
    font-size: 13px;
    margin-top: 20px;
}
.secure {
    color: #555;
    font-size: 13px;
    margin-top: 20px;
}
.ordersteps {
    height:30px;
    list-style: none;
    margin:0 0 25px;
    padding:0;
}
.ordersteps li {
    position: relative;
    margin-right: 15px;
    float: left;
}
.ordersteps li a, .ordersteps li span {
    background:#fff;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 14px;
    font-weight:300;
    padding: 5px 15px;
    position: relative;
    color:#777;
    display:block;
    text-decoration:none;
}
.ordersteps li:after {
    border-top: 1px solid #ccc;
    content: " ";
    height: 10px;
    position: absolute;
    right: -16px;
    top: 14px;
    width: 15px;
}
.ordersteps li:last-child:after {
    content: none;
}

.thisstep a, .thisstep span {
    border: 1px solid #37beea !important;
    color:#15a2d5 !important;
}
.donestep a, .donestep span {
    border: 1px solid #00b063 !important;
    color: #259356 !important;
    padding-right:22px !important;
}
.donestep:before {
    color: #00b063;
    content: "j";
    display: inline-block;
    float: right;
    font-family: "offen";
    font-size: 14px;
    line-height: 30px;
    padding-right: 5px;
}

.inperror {
    border-color:red !important;
    background:rgba(0,0,0,0.01);
}

#sum {
    float:right;
}

.subheader {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.subheader li {
    /*float:left;*/
    margin-right: 20px;
}

.subheader li a{
    color: #777;
    display: block;
    font-size: 14px;
    padding: 7px 0;
    text-decoration: none;
}
.subheader li a.onit{
    font-weight: 600;
}

.mainmanage {
    margin-top:15px;
}

.managerow {
    padding:10px 25px;
    border-bottom:1px solid #eee;
    background: #fff;
}
.managerow:hover {
    background:#f2f2f2;
}

::selection {
    background: #FFC12C;
    color: #fff;
}

::-moz-selection {
    background: #FFC12C;
    color: #fff;
}

.headcols {
    background: #f9f9f9;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 8px 25px;
}
.headcol {
    float:left;
    color:#555;
    font-size: 13px;
}

.bodyrow {
    padding:15px;
    border-bottom:1px solid #f2f2f2;
}

.maincol {
    width:800px;
    margin-top:20px;
}

.rightcol {
    float:right;
    width:300px;
    margin-top:20px;
}


.ico_onl {
    background:url(https://www.offen.net/static/img/check.svg) no-repeat 0 6px;
    padding-left: 30px;
}

.ico_pro {
    background:url(https://www.offen.net/static/img/sync.svg) no-repeat 0 6px;
    padding-left: 30px;
}

.ico_tra {
    background:url(https://www.offen.net/static/img/transmitted.svg) no-repeat 0 6px;
    background-size:24px 24px;
    padding-left: 30px;
}

.ico_blo {
    background:url(https://www.offen.net/static/img/sync-alert.svg) no-repeat 0 6px;
    padding-left: 30px;
}

.ico_con {
    background:url(https://www.offen.net/static/img/connected.svg) no-repeat 0 6px;
    padding-left: 30px;
    background-size: 20px 20px;
    color:#08BB2D;
}

.smooth {
    border-radius:2px;
}

.thibut {
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #555;
    padding: 5px 10px;
    text-decoration: none;
}
.thibut:hover {
    border:1px solid #888;
    color:#333;
}

#showplace {
    line-height: 38px;
    color:#666;
    float: right;
    font-weight:300;
}

#changeplace {
    background:url(https://www.offen.net/static/img/homedown.svg) no-repeat;
    background-position:right 7px;
    float: right;
    padding:7px 21px 7px 10px;
    cursor:pointer;
    border:1px solid transparent;
    border-radius:2px;
    position:relative;
    color:#666;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    -webkit-transition-delay: 200ms; /* Safari */
    transition-delay: 200ms;
}

#changeplace:hover, .onchangeplace {
    box-shadow:1px 1px 0px rgba(0,0,0,0.03);
    background-position:right -27px !important;
    border:1px solid #37beea !important;
    border-radius:3px;
    color:#222;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-delay: 200ms; /* Safari */
    transition-delay: 200ms;
}

#changeplacedown {
    display:none;
    position:absolute;
    right:-1px;
    top:42px;
    background:#fff;
    width:300px;
    border-radius:3px;
    box-shadow:0 0 8px rgba(0, 0, 0, 0.25);
    cursor: default;
    padding:10px;
}
#changeplacedown:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 6px 6px;
    bottom: auto;
    content: "";
    display: block;
    position: absolute;
    right: 50px;
    top: -6px;
    width: 0;
}

#placelist {
    list-style: outside none none;
    max-height: 250px;
    overflow: auto;
    padding: 0;
    width: 100%;
}
#placelist li {
    font-size:12px;
    border-bottom:1px solid #eee;
}
#placelist li:last-child {
    border-bottom:0 !important;
}
#placelist li a{
    display:block;
    text-decoration:none;
    padding: 5px 12px;
    color:#222;
}
#placelist li a:hover{
    background:#37beea;
    color:#fff;
}


@font-face {
    font-family: 'redacted_scriptlight';
    src: url('https://www.offen.net/static/redacted-script-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#searchscrn {
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:10;
    display:none;
}

#footerspc {
    height:250px;
}
#footernew{
    background:#313841;
    padding-bottom: 20px;
    padding-top: 40px;
    color:#a1b1bd;
    clear:both;
    margin-top:40px;
    height:140px;
    min-width:1140px;
}

.fCol {
    float:left;
    margin-right:160px;
}

.fCol ul {
    list-style: none;
    padding:0;
}

.fCol ul a,.fCol ul span {
    text-decoration: none;
    line-height:25px;
    color:#a1b1bd;
}
.fCol ul a:hover {
    color:#fff;
}

.fColTitle {
    color: #657b8b;
    font-size:16px;
}

#tt {
    position: absolute;
    background:rgba(0,0,0,0.7);
    color:#fff;
    padding:5px;
    border-radius:1px;
    font-size:12px;
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s,opacity .5s,margin .2s;
    z-index:999999;
    margin-top:0;
}

#tt.active {
    visibility:visible;
    margin-bottom:10px;
    opacity:1;
}
#tt.top {
    margin-top:15px;
}
#tt.top::before {
    top:100%;
    border-bottom:0 !important;
}
#tt.bottom {
    margin-top:-15px;
}
#tt.bottom::before {
    bottom:100%;
    border-top:0 !important;
}
#tt::before {
    position:absolute;
    left:50%;
    width:0;
    height:0;
    margin-left:-4px;
    content:'';
    border:4px solid;
    border-color:rgba(0,0,0,.7) transparent;
}

.ooso {
    position: absolute;
    left: 135px;
    top: 13px;
    width: 27px;
}
.oos {
    display: block; overflow: hidden; cursor: pointer;
    height: 14px;
    padding: 0;
    line-height: 14px;
    border: 1px solid #ccc;
    border-radius: 14px;
    background-color: #ddd;
}
.oos::before {
    content: "";
    display: block;
    width: 14px;
    margin: 0px;
    background: #fff;
    position: absolute;
    top: 0; bottom: 0;
    right: 11px;
    border: 1px solid #999;
    border-radius: 14px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.oos-on {
    background-color: #08bb23;
    border-color: #08bb23;
}
.oos-on:before {
    border-color:#3ea533;
    right:0;
}

.todos {
    list-style:none;
    padding:0;
    margin:0;
}
.todos li {
    padding:0 0 17px 0;
    font-weight:300;
}
.todos>li:last-child {
    padding-bottom: 0 !important;
}
.todos li>a{
    text-decoration: none;
    color:#333;
}
.todos li::before {
    background: #f3f3f3;
    border-radius: 50%;
    color: #fff;
    content: " ";
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    margin-right: 10px;
    text-align: center;
    width: 17px;
    float:left;
}

.tidone::before {
    background: #00b063 !important;
    border-radius: 50%;
    color: #fff;
    content: "j" !important;
    font-family: "offen" !important;
}






#SaveCardDesign {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.SaveCard {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.CardSaved {
    background:#00b063 !important;
    padding-left: 50px;
    position: relative;
}
.CardSaved::before {
    content: "j";
    font-family: "offen";
    color: #fff;
    float: left;
    position: absolute;
    left: 18px;
    top: 9px;
    font-size: 20px;
}

.DesignBlock {
    padding: 15px 10px;
    background: #f9f9f9;
    margin-bottom: 25px;
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
    color: #666;
    cursor: pointer;

    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
.DesignBlock:hover {
    color: #333;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.15) inset;
}

.DesignBlockSelected {
    background:#37beea;
    color:#fff;
    position: relative;
}
.DesignBlockSelected::after {
    content: "j";
    font-family: "offen";
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 20px;
}
.DesignBlockSelected:hover {
    color:#fff;
}

#CloseDesignSelector {
    position: absolute;
    right: 25px;
    top: 15px;
    font-family: "offen";
    font-size: 30px;
    color: #666;
    cursor: pointer;
}
#CloseDesignSelector:hover {
    color:#222;
}


#SelectDesign {
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #555;
}
#Preview {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#eee;
}

#PagePreview {
    background: #fff;
    margin: 0 auto;
    border-radius: 1px;
    box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.15);
    width: 800px;
    height: 100%;
    margin-bottom: 100px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.12);
}

#PreviewFrame {
    width: 100%;
    border: 0;
    height: 100%;
}

#ChooseMenuCreate {
    margin-bottom:15px;
}

#CreateManual,#CreateAutomatic {
    padding:30px 25px;
    border: 1px solid transparent;
    cursor: pointer;
    -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;
}
#CreateManual:hover,#CreateAutomatic:hover {
    padding:30px 25px;
    border: 1px solid #37beea;
}

#ManualIcon,#AutomaticIcon {
    font-size: 20px;
    font-weight: 600;
}

#ManualIcon::before,#AutomaticIcon::before {
    opacity: 0.7;
    -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;
}
#CreateManual:hover #ManualIcon::before,#CreateAutomatic:hover #AutomaticIcon::before {
    opacity: 1;
}

#ManualIcon::before {
    content: " ";
    background: url(/static/img/keyboard.svg) no-repeat;
    background-size: 100%;
    width: 64px;
    height: 55px;
    float: left;
    margin-right: 25px;
    background-position: center;
}
#AutomaticIcon::before {
    content: " ";
    background: url(/static/img/menucard.svg) no-repeat;
    background-size: 38px;
    width: 64px;
    height: 55px;
    float: left;
    margin-right: 25px;
    background-position: center;
}
.CreateDescription {
    font-size:14px;
    color:#888;
    font-weight: 300;
    margin-top: 10px;
}
ol#site-navigation, ol#site-navigation ol, .mid-list ol {
    list-style-type: none;
    margin: 0 0 0 25px;
    padding: 0;
}
ol#site-navigation ol, .mid-list ol {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);
    border-left: 1px solid #6e6e6e;
}
ol#site-navigation > li > a, .mid-list > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
}
ol#site-navigation > li:first-child > a, .mid-list > li:first-child > a {
    border-top: 0 none !important;
}
ol#site-navigation {
    margin: 0;
}
.placeholder {
    border: 1px dashed #eee !important;
    border-radius: 3px;
    margin: 5px;
}

#cards>ol {
    list-style: none;
    padding:0;
    margin:0;
    border:1px solid #eee;
}

#cards>ol {
    list-style: none;
    padding:0;
    margin:0;
}

#cards>ol>li {
    min-height:30px;
    padding-top:10px;
    padding-left:50px;
    border:1px solid transparent;
    position: relative;
}

#cards>.menucontainer:last-child {
    margin-bottom:0 !important;
}

.menucontainer {
    background: #fff;
    box-shadow: 1px 1px 0 rgba(0,0,0,.05);
    margin-bottom:25px;
    border-left:1px solid #eee;
}

.menucontainer>ol {
    list-style: none;
    padding:0;
    margin:0;
}

.menucontainer>ol {
    list-style: none;
    padding:0;
    margin:0;
}

.menucontainer>ol>li {
    min-height:30px;
    padding-top:10px;
    padding-left:55px;
    padding-right:50px;
    padding-bottom:10px;
    border:1px solid transparent;
    position: relative;
    color:#444;
    border-top:1px solid rgba(0,0,0,0.05);
}

.catlist {
    margin-left:45px !important;
}
.catlist>li {
    min-height:30px;
    border-top:1px solid #eee;
    padding-top:10px;
}

.itemlist {
    padding:0 0 0 20px;
    list-style: none;
}
ol.itemlist::before {
    content: "k";
    font-family: "offen";
    float: left;
    position: absolute;
    left: 52px;
    top: 93px;
}
.itemlist>li {
    min-height:30px;
    border-top:1px solid rgba(0,0,0,0.02);
    padding-top:10px;
    position: relative;
}
.itemlist>li:first-child {
    border-top: none !important;
}
.itemlist>li>.remove {
    right:-25px;
}

.drag {
    display: inline-block;
    width:30px;
    height:30px;
    background: url(https://www.offen.net/static/img/sort.svg) no-repeat 0 center;
    float:left;
    margin-left:-33px;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: hand;
}

[data-type="cat"] {
    padding-top:15px !important;
    padding-bottom:15px !important;
}

[data-type="cat"]>.remove {
    top:21px !important;
}

.men_cat {
    font-family: "Source Sans Pro";
    font-size: 22px;
    line-height:22px;
    font-weight:600;
}

.men_ucat {
    font-family: "Source Sans Pro";
    font-size: 18px;
}

.men_note {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height:22px;
}

.men_tit {
    font-family: "Source Sans Pro";
    font-size: 26px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-bottom:0;
    padding: 15px 25px !important;
    margin-top:0 !important;
    width:100% !important;
    box-sizing: border-box;
}

.men_item {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 28px;
    min-height:40px;
    position:relative;
}

.men_item>.editit, .men_extra>.editit {
    padding:0 3px !important;
}

.men_extra {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 28px;
    min-height: 40px;
    position:relative;
}

.men_extra>.name{
    width:395px;
}

.emptyf:after {
    position: absolute;
    content: attr(data-placeholder);
    left: 3px;
    top: 0;
    color: #BBB;
    height: auto;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 29px;
}

.editit {
    padding:3px;
    border:1px solid transparent;
    transition: border-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
    position: relative;
    border-radius:1px;
}

.editit:hover {
    border:1px solid #eee;
}

.editit:focus {
    outline: 0;
    border-color: #37beea;
}

.editit:focus:before {
    font-family: "Source Sans Pro";
    position: absolute;
    content: attr(data-name);
    top: -22px;
    left: -1px;
    color: #fff;
    font-size: 11px;
    font-weight:400;
    text-transform: uppercase;
    background: #37beea;
    padding: 3px 6px;
    height:14px;
    line-height:14px;
}

.emptyf {
    background:#f8f8f8;
    color:#777;
}

.name {
    min-width:150px;
    max-width:60%;
    margin-right:15px;
    font-weight:600;
}

.description {
    display:inline-block;
}

.price {
    position: absolute;
    top:0;
    right:214px;
    width:45px;
    text-align:right;
}

.addbtns {
    list-style: none;
    padding: 10px 25px;
    margin: 0;
    background:#f9f9f9;
    border-bottom: 1px solid #efefef;
    border-top:1px solid #efefef;
    position: relative;
}
.addbtns>li {
    display:inline-block;
}
.addbtns>li div {
    background:#fff;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    cursor:pointer;
    color:#777;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,.07);
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.addbtns>li div:hover {
    color:#444;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,.1);
    padding-left:30px;
}

.addbtns>li div:hover::before {
    content: "O";
    font-family: "offen";
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: 3px;
}

.btnextra {
    display: inline-block;
    cursor:pointer;
    color:#555;
    font-size:13px;
    line-height:30px;
    margin-right:15px;
}

.btnextra::before {
    content: "O";
    float: left;
    font-family: "offen";
    margin-right: 5px;
}

.btnextra:hover {
    color:#222;
}

.remove, .removeextra {
    background: url("https://www.offen.net/static/img/close-dark.svg") no-repeat;
    height: 18px;
    width: 18px;
    opacity: 0.3;
    cursor: pointer;
    position: absolute;
    right: 25px;
    background-size: 100%;
    top: 16px;
}
.removeextra {
    right:-25px !important;
}

.remove:hover, .removeextra:hover {
    opacity: 1;
}

.DeleteCard {
    cursor: pointer;
    padding-right: 30px;
    float: right;
    font-size: 13px;
    line-height:21px;
}
.DeleteCard:hover {
    color:#222;
}
.DeleteCard::after {
    content:" ";
    background: url(https://www.offen.net/static/img/close-dark.svg) no-repeat;
    height: 18px;
    width: 18px;
    opacity: 0.3;
    position: absolute;
    right: 25px;
    background-size: 100%;
    top: 12px;
}
.DeleteCard:hover::after {
    opacity: 1;
}

.editit.description {
    color: #888;
    display: block;
    font-size: 15px;
    font-weight:300;
    margin-top:5px;
}

.btnbot {
    background:#f9f9f9;
    height:50px;
}

.btnbot>ul {
    top:0 !important;
    border-bottom:0 !important;
}

/*li { margin: 2px 0; cursor: pointer; }*/
/*li.selected { border: 1px dashed red !important;border-radius: 3px; }*/
/*li.child { margin-left: 20px; }*/

.AddCard {
    position: relative;
    padding-left: 45px;
    float: left;
    background: #eee;
    color: #777;
}
.AddCard:hover {
    background: #d5d5d5;
    color:#444;
}
.AddCard::before {
    content: "O";
    font-family: "offen";
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 20px;
}

#DesignCard {
    background: #fff;
    color: #666;
    position: relative;
    padding: 15px;
    border-radius: 2px;
    padding-left: 45px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
#DesignCard:hover {
    box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
    color:#555;
}
#DesignCard::before {
    content: "P";
    font-family: "offen";
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 16px;
    line-height: 20px;
    color:#37beea;
}

#PrintCard {
    background: #fff;
    color: #666;
    position: relative;
    padding: 15px;
    border-radius: 2px;
    padding-left: 45px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    display:block;
    text-decoration: none;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
#PrintCard:hover {
    box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
    color:#555;
}
#PrintCard::before {
    content: "Q";
    font-family: "offen";
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 17px;
    line-height: 22px;
    color:#37beea;
}

.NotPublish {
    background: #efefef;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 12px;
    text-align: center;
    display:none;
}

.PaymentType {
    display:block;
    line-height: 30px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(0,0,0,.4);
    width: 278px;
}
#SelectPayment input[type="radio"] {
    float: left;
    margin-top: 19px;
    margin-left: 15px;
    margin-right: 15px;
}
#SelectPayment input[type="radio"]:checked + label {
    box-shadow:0px 0px 0px 1px #37beea;
}



/*----------------------------------------------------------------------------------------------------
General styling
----------------------------------------------------------------------------------------------------*/
@-webkit-keyframes fstAnimationEnter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes fstAnimationEnter {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, -1em, 0); }
    to {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0); } }

@keyframes fstAnimationEnter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0);
        -moz-transform: translate3d(0, -1em, 0);
        -ms-transform: translate3d(0, -1em, 0);
        -o-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

.fstElement {
    display: inline-block;
    position: relative;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    color: #232323;
    font-size: 12px;
    background-color: #fff;
    width:100%;
}
.fstElement > select,
.fstElement > input {
    position: absolute;
    left: -999em; }

.fstToggleBtn {
    font-size: 1.4em;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.71429em 1.42857em 0.71429em 0.71429em;
    min-width: 14.28571em;
    cursor: pointer; }
.fstToggleBtn:after {
    position: absolute;
    content: "";
    right: 0.71429em;
    top: 50%;
    margin-top: -0.17857em;
    border: 0.35714em solid transparent;
    border-top-color: #cacaca; }

.fstQueryInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    background: transparent;
    border: 0; }

.fstResults {
    position: absolute;
    left: -1px;
    top: 100%;
    right: -1px;
    max-height: 30em;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #D7D7D7;
    border-top: 0;
    background-color: #FFF;
    display: none; }

.fstResultItem {
    font-size: 1.4em;
    display: block;
    padding: 0.5em 0.71429em;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid #fff; }
.fstResultItem.fstUserOption {
    color: #707070; }
.fstResultItem.fstFocused {
    color: #fff;
    background-color: #43A2F3;
    border-color: #73baf6; }
.fstResultItem.fstSelected {
    color: #fff;
    background-color: #2694f1;
    border-color: #73baf6; }

.fstGroupTitle {
    font-size: 1.4em;
    display: block;
    padding: 0.5em 0.71429em;
    margin: 0;
    font-weight: bold; }

.fstGroup {
    padding-top: 1em; }
.fstGroup:first-child {
    padding-top: 0; }

.fstNoResults {
    font-size: 1.4em;
    display: block;
    padding: 0.71429em 0.71429em;
    margin: 0;
    color: #999; }

/*----------------------------------------------------------------------------------------------------
Single Mode
----------------------------------------------------------------------------------------------------*/
.fstSingleMode .fstControls {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    padding: 0.5em;
    border: 1px solid #D7D7D7;
    background-color: #fff;
    display: none; }

.fstSingleMode .fstQueryInput {
    font-size: 1.4em;
    display: block;
    width: 100%;
    padding: 0.5em 0.35714em;
    color: #999;
    border: 1px solid #D7D7D7; }

.fstSingleMode.fstActive {
    z-index: 100; }
.fstSingleMode.fstActive.fstElement,
.fstSingleMode.fstActive .fstControls,
.fstSingleMode.fstActive .fstResults {
    box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1); }
.fstSingleMode.fstActive .fstControls {
    display: block; }
.fstSingleMode.fstActive .fstResults {
    display: block;
    z-index: 10;
    margin-top: -1px; }

/*----------------------------------------------------------------------------------------------------
Multiple mode
----------------------------------------------------------------------------------------------------*/
.fstChoiceItem {
    display: inline-block;
    font-size: 16px;
    position: relative;
    margin: 0 0.41667em 0.41667em 0;
    padding: 0.33333em 0.33333em 0.33333em 1.5em;
    float: left;
    border-radius: 0.25em;
    border: 1px solid #43A2F3;
    cursor: auto;
    color: #fff;
    background-color: #43A2F3;
    -webkit-animation: fstAnimationEnter 0.2s;
    -moz-animation: fstAnimationEnter 0.2s;
    animation: fstAnimationEnter 0.2s; }
.fstChoiceItem.mod1 {
    background-color: #F9F9F9;
    border: 1px solid #D7D7D7;
    color: #232323; }
.fstChoiceItem.mod1 > .fstChoiceRemove {
    color: #a4a4a4; }

.fstChoiceRemove {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    font-size: 1.16667em;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.28571em;
    line-height: 1.28571em;
    margin-top: -0.64286em;
    text-align: center;
    color: #fff; }
.fstChoiceRemove::-moz-focus-inner {
    padding: 0;
    border: 0; }

.fstMultipleMode .fstControls {
    box-sizing: border-box;
    padding: 0.5em 0.5em 0em 0.5em;
    overflow: hidden;
    cursor: text; }

.fstMultipleMode .fstQueryInput {
    font-size: 16px;
    float: left;
    padding: 0.28571em 0;
    margin: 0 0 0.35714em 0;
    width: 2em;
    color: #999; }

.fstMultipleMode .fstQueryInputExpanded {
    float: none;
    width: 100%;
    padding: 7px 5px; }

.fstMultipleMode .fstFakeInput {
    font-size: 1.4em; }

.fstMultipleMode.fstActive,
.fstMultipleMode.fstActive .fstResults {
    box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1); }

.fstMultipleMode.fstActive .fstResults {
    display: block;
    z-index: 10;
    border-top: 1px solid #D7D7D7;
}