@charset "utf-8";
*{
    outline: none!important;
}
/* Fonts
-----------------------------------------------------------------------------*/
@font-face {
    font-family: 'AvenirNextCyr-Light';
    src:         url(../fonts/AvenirNextCyr-Light.eot);
    src:         url(../fonts/AvenirNextCyr-Light.eot#iefix) format('embedded-opentype'),
                 url(../fonts/AvenirNextCyr-Light.svg) format('svg'),
                 url(../fonts/AvenirNextCyr-Light.woff) format('woff'),
                 url(../fonts/AvenirNextCyr-Light.ttf) format('truetype');
    font-weight: 300;
    font-style:  normal;
}
@font-face{
    font-family: "Avenir Next LT Pro";
    src: url(../fonts/AvenirNextLTPro-Regular.otf),
    url(../fonts/AvenirNextLTPro-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Avenir Next Cyr';
    src:         url(../fonts/AvenirNextCyr-Regular.eot);
    src:         url(../fonts/AvenirNextCyr-Regular.eot#iefix) format('embedded-opentype'),
                 url(../fonts/AvenirNextCyr-Regular.svg) format('svg'),
                 url(../fonts/AvenirNextCyr-Regular.woff) format('woff'),
                 url(../fonts/AvenirNextCyr-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style:  normal;
}
@font-face {
    font-family: 'AvenirNextCyr-Regular';
    src:         url(../fonts/AvenirNextCyr-Regular.eot);
    src:         url(../fonts/AvenirNextCyr-Regular.eot#iefix) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr-Regular.svg) format('svg'),
    url(../fonts/AvenirNextCyr-Regular.woff) format('woff'),
    url(../fonts/AvenirNextCyr-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style:  normal;
}
@font-face {
    font-family: 'AvenirNextCyr-Demi';
    src:         url(../fonts/AvenirNextCyr-Demi.eot);
    src:         url(../fonts/AvenirNextCyr-Demi.eot#iefix) format('embedded-opentype'),
                 url(../fonts/AvenirNextCyr-Demi.svg) format('svg'),
                 url(../fonts/AvenirNextCyr-Demi.woff) format('woff'),
                 url(../fonts/AvenirNextCyr-Demi.ttf) format('truetype');
    font-weight: 500;
    font-style:  normal;
}

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

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

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

/* Global Styles
-----------------------------------------------------------------------------*/
body {
    margin:                      0;
    padding:                     0;
    width:                       100%;
    color:                       #222;
    font:                        normal 15px/19px 'avenir', sans-serif;
    -webkit-font-smoothing:      subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

html, .main {
    padding: 0;
    margin:  0;
}

.main {
    border-bottom: 16px solid #b6da26;
}

.container {
    position:  relative;
    margin:    0 auto;
    max-width: 1161px;
}

.clearfix {
    position: relative;
}

.clearfix:after,
.container:after {
    content:  " ";
    position: relative;
    display:  table;
    width:    100%;
}

.clr {
    clear:       both;
    padding:     0;
    margin:      0;
    width:       100%;
    font-size:   0;
    line-height: 0;
}

.logo {
    padding: 0;
    float:   left;
    width:   auto;
    margin:  7px 0 0;
}

h1 {
    margin:  0;
    color:   #474747;
    font:    normal 36px/1.2em Arial, Helvetica, sans-serif;
    padding: 0 0 7px;
}

h1 a, h1 a:hover {
    color:           #e4e5e5;
    text-decoration: none;
}

h1 span {
    color: #00c6ff;
}

h1 small {
    font:           normal 12px/1.2em Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    padding-left:   32px;
}

h2 {
    font:    normal 24px/1.5em Arial, Helvetica, sans-serif;
    padding: 0 0 15px;
    margin:  0 0 15px;
    color:   #595959;
}

p {
    margin:  0 0 15px;
    padding: 0;
    font:    normal 13px/1.8em Arial, Helvetica, sans-serif;
}

a {
    color:           #F88515;
    text-decoration: none;
}

a:hover {
    color: #F86015;
}

::-webkit-input-placeholder {
    color: #929292;
}

::-moz-placeholder {
    color: #929292;
}

:-ms-input-placeholder {
    color: #929292;
}

input:-moz-placeholder {
    color: #929292;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=datetime],
select {
    height:                42px;
    padding:               0 14px;
    outline:               none;
    border:                1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
}

select {
    padding: 0 0 0 10px;
}

.btn a,
button,
input[type="button"],
input[type="submit"] {
    background:            #ff2400;
    text-align:            center;
    font-weight:           bold;
    text-transform:        uppercase;
    color:                 #fff !important;
    border:                none;
    height:                42px;
    line-height:           42px;
    cursor:                pointer;
    padding:               0 20px;
    outline:               none;
    border-radius: 2px;
}

button[disabled="disabled"] {
    opacity: 0.5;
    cursor:  default !important;
}

button[disabled="disabled"]:hover,
button[disabled="disabled"]:focus {
    background: #ff2400;
    border:     1px solid #E01F00;
}

input[type=checkbox] {
    margin: 3px 3px 0 0;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label {
    margin-bottom: 10px;
    display:       inline-block;
    cursor:        pointer;
    position:      relative;
    padding-left:  25px;
    margin-right:  15px;
    font-size:     13px;
}

.checkbox label:before {
    content:          "";
    display:          inline-block;
    width:            12px;
    height:           12px;
    margin-right:     10px;
    position:         absolute;
    left:             0;
    top:              1px;
    border-radius:    2px;
    border: 1px solid rgb(209,209,209);
}

.checkbox input[type=checkbox]:checked + label:before {
    content:     "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size:   15px;
    color:       #555;
    text-align:  center;
    line-height: 15px;
}

.checkbox {
    display:            inline-block;
    width:              50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

p.infopost {
    line-height: 30px;
}

.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .sidebar {
    margin:  0;
    padding: 0;
}

form td {
    padding: 0 15px 9px 0;
}

.button {
    background:            #ff2400;
    text-align:            center;
    font-weight:           bold;
    text-transform:        uppercase;
    color:                 #fff;
    height:                42px;
    cursor:                pointer;
    padding:               0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
}

.button:hover {
    background: #A21700;
}

.forgottenpassword {
    list-style: none;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    position: relative;
    z-index:  2;
}

.top {
    min-height: 67px;
    border-top: 3px solid #f8bb15;
    background: #F88515;
}

.top-menu {
    background: #192a3c;
}

.user-top {
    position: absolute;
    right:    155px;
    top:      14px;
}

.user-top .buttons a {
    float:                 left;
    display:               block;
    margin-left:           4px;
    border:                1px solid #fff;
    padding:               0 16px;
    height:                37px;
    line-height:           36px;
    color:                 #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
    background:            #F88515;
    background:            -moz-linear-gradient(top, #f88a15 0%, #f86015 100%);
    background:            -webkit-linear-gradient(top, #f88a15 0%, #f86015 100%);
    background:            linear-gradient(to bottom, #f88a15 0%, #f86015 100%);
    filter:                progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88a15', endColorstr='#f86015', GradientType=0);
}

.header-cart {
    position: absolute;
    right:    0;
    top:      19px;
}

#basketBlock {
    background: url(../img/cart-icon.png) no-repeat 0 0;
    width:      22px;
    height:     29px;
    position:   relative;
}

#basketBlock .counter {
    position:              absolute;
    bottom:                -3px;
    right:                 -8px;
    color:                 #fff;
    background:            red;
    -webkit-border-radius: 8px;
    -moz-border-radius:    8px;
    border-radius:         8px;
    padding:               2px 4px;
    line-height:           12px;
    font-size:             12px;
    border:                1px solid red;
}

.social-wrap {
    white-space: nowrap;
    position:    absolute;
    right:       32px;
    top:         19px;
}

.social-wrap li {
    display:      inline-block;
    float:        left;
    padding-left: 10px;
}

.social-wrap li a {
    display:    block;
    width:      29px;
    height:     29px;
    background: url(../img/icon-set.png) no-repeat;
}

.social-wrap li:nth-child(1) a {
    background-position: 0 0;
}

.social-wrap li:nth-child(2) a {
    background-position: -50px 0;
}

.social-wrap li:nth-child(3) a {
    background-position: -100px 0;
}

.search-wrap {
    position: absolute;
    top:      14px;
    right:    370px;
}

.logged-in .search-wrap {
    right: 150px;
}

.logged-in .user-top {
    right: 415px;
}

.top .logged-in .label {
    float:       left;
    line-height: 37px;
    color:       #fff;
    padding:     0 10px 0 0;
}

/* Main Navigation
-----------------------------------------------------------------------------*/
.menu_nav {
    margin: 0;
}

.menu_nav > ul {
    list-style: none;
    display:    table;
    width:      100%;
    position:   relative;
    table-layout: fixed;
}

.menu_nav > ul > li {
    display:        table-cell;
    vertical-align: middle;
    height:         50px;
}

.menu_nav > ul > li:first-child a {
    padding-left: 0;
}

.menu_nav > ul > li:last-child a {
    padding-right: 0;
}

.menu_nav ul li a {
    display:         block;
    margin:          0;
    text-decoration: none;
    font-size:       14px;
    text-align:      left;
    color:           #fff;
    font-family:     sans-serif;
}

.menu_nav > ul > li > a {
    position:     relative;
    font-family:  sans-serif;
    font-size:    14px;
    text-align:   center;
    height:       50px;
    line-height:  50px;
    display:      block;
    background:   rgba(37, 53, 69, 1);
    background:   -moz-linear-gradient(top, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    background:   -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37, 53, 69, 1)), color-stop(100%, rgba(25, 42, 60, 1)));
    background:   -webkit-linear-gradient(top, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    background:   -o-linear-gradient(top, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    background:   -ms-linear-gradient(top, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    background:   linear-gradient(to bottom, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    filter:       progid:DXImageTransform.Microsoft.gradient(startColorstr='#253545', endColorstr='#192a3c', GradientType=0);
    border-right: 1px solid #3E5165;
    border-left:  1px solid #000;
    border-top:   1px solid #3E5165;
}

.menu_nav > ul > li:hover > a,
.menu_nav > ul > li > a:hover,
.menu_nav > ul > li > a:focus {
    background: #f86015;
    background: -moz-linear-gradient(top, #f86015 0%, #f88a15 100%);
    background: -webkit-linear-gradient(top, #f86015 0%, #f88a15 100%);
    background: linear-gradient(to bottom, #f86015 0%, #f88a15 100%);
    filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#f86015', endColorstr='#f88a15', GradientType=0);
}

.menu_nav > ul > li > ul {
    position:              absolute;
    z-index:               10;
    top:                   100%;
    left:                  0;
    text-align:            left;
    background:            #fdfdfd;
    display:               none;
    list-style:            none;
    padding:               10px;
    -webkit-box-sizing:    border-box;
    -moz-box-sizing:       border-box;
    box-sizing:            border-box;
    border:                1px solid #ccc;
    color:                 #444;
    -moz-box-shadow:       0 0 10px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow:    0 0 10px 1px rgba(0, 0, 0, .3);
    box-shadow:            0 0 10px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius:    0 0 4px 4px;
    border-radius:         0 0 4px 4px;
    width:                 100%;
    -webkit-column-count:  4;
    -moz-column-count:     4;
    column-count:          4;
    -webkit-column-gap:    20px;
    -moz-column-gap:       20px;
    column-gap:            20px;
    -webkit-column-rule:   1px solid #ccc;
    -moz-column-rule:      1px solid #ccc;
    column-rule:           1px solid #ccc;
}

.menu_nav > ul > li:last-child ul,
.menu_nav > ul > li:nth-child(5) ul {
    -webkit-column-count: 1;
    -moz-column-count:    1;
    column-count:         1;
}

.menu_nav > ul ul a {
    display:     block;
    padding:     0 20px !important;
    text-align:  left;
    color:       #192A3C;
    font-size:   14.5px;
    line-height: 2;
}

.menu_nav > ul ul a:focus,
.menu_nav > ul ul a:hover {
    color:      #fff;
    background: #f88a15;
}

.menu_nav > ul > li:hover ul {
    display: block;
}

.menu_nav > ul ul ul {
    position:   relative;
    display:    block;
    list-style: none;
}

.menu_nav > ul > li > ul > li {
    clear: both;
}

.menu-link {
    display: none;
}

/* Main search block
-----------------------------------------------------------------------------*/
.search-wrap input[type=text] {
    height: 37px;
    width:  253px;
    border: none;
}

.search-wrap button {
    cursor:     pointer;
    display:    block;
    position:   absolute;
    z-index:    1;
    width:      37px;
    height:     37px;
    right:      0;
    top:        0;
    border:     none;
    background: url(../img/icon-set.png) no-repeat -90px -90px;
}

.main-search-wrap,
.slider-wrap {
    background: #fff;
    position:   relative;
    min-height: 510px;
}

.main-search-wrap .bx-wrapper,
.slider-wrap .bx-wrapper {
    position: absolute;
    z-index:  0;
    top:      0;
    bottom:   0;
    left:     0;
    right:    0;
    margin:   0;
}

.main-search-wrap .bx-wrapper .bx-viewport,
.slider-wrap .bx-wrapper .bx-viewport {
    z-index: 0;
}

.main-search-wrap .bx-controls,
.slider-wrap .bx-controls {
    z-index: 10;
}

.main-search-wrap .bx-controls {
    display: none !important;
}

.main-search-wrap .bx-wrapper .bx-pager,
.main-search-wrap .bx-wrapper .bx-controls-auto {
    bottom: 30px;
}

.slider-wrap .bx-wrapper .bx-pager,
.slider-wrap .bx-wrapper .bx-controls-auto {
    bottom: 40px;
}

.main-search-wrap .bx-wrapper .bxslider li,
.slider-wrap .bx-wrapper .bxslider li {
    height:     510px;
    text-align: center;
}

.main-search-wrap .bx-wrapper img,
.slider-wrap .bx-wrapper img {
    min-height: 510px;
    min-width:  100%;
    display:    inline-block;
    width:      auto;
    max-width:  none;
}

.promotions .bx-wrapper img {
    width:      100%;
    min-height: 313px;
    height:     auto;
}

.main-search-wrap .bx-wrapper .bx-pager,
.slider-wrap .bx-wrapper .bx-pager {
    padding: 0;
}

.main-search-wrap .bx-wrapper .bx-pager.bx-default-pager a,
.slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    height:                15px;
    width:                 15px;
    background:            #ededed;
    border:                3px solid #ededed;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
}

.main-search-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-search-wrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #65a206;
}
.bx-wrapper .bx-controls-direction a{
    background-color: #2d3e50;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 36px!important;
    height: 36px!important;
}

.bx-wrapper .bx-controls-direction a.bx-next{
    background-image: url(../img/arrow-right.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    right: 21px;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
    background-image: url(../img/arrow-left.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    left: 21px;
}

#objectSearchForm {
    margin-left: -45px;
}

#objectSearchForm input,
#objectSearchForm select {
    background: rgba(0, 0, 0, .2);
    border:     1px solid #a2a2a2;
    color:      #fff;
    font-size:  15px;
}

.line-input,
.line-button {
    width:              50%;
    float:              left;
    padding-left:       45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

.filter-block .line input {
    width:  100%;
    height: 35px;
}

.filter-block .line button {
    width:          100%;
    background:     #ff2400;
    text-align:     center;
    font-weight:    bold;
    text-transform: uppercase;
    color:          #fff;
    border:         none;
    height:         35px;
    cursor:         pointer;
    outline:        1px solid #A2A2A2;
}

.filter-block .line button:hover,
.filter-block .line button:focus {
    background: #AB1A02;
}

/* Main banner
-----------------------------------------------------------------------------*/
.main-banner-wrap {
    position:                relative;
    z-index:                 1;
    background:              url(../img/overlay.png) no-repeat center bottom;
    background-size: cover;
    padding:                 71px 0;
    padding-top:             43px;
    min-height:              270px;
}

.main-banner-wrap .banner-container {
    width:         100%;
    height:        206px;
    background:    #fff;
    position: relative;
}
.main-banner-wrap .banner-container:before{
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    border: 10px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
    z-index: 2;
}
.bx-wrapper{
    z-index: 1;
}
.banner-container .bx-controls {
    display: none;
}

.banner-container .bx-wrapper .bx-viewport {
    height: 206px !important;
}

.banner-container .bx-wrapper img {
    height: 206px;
}

.mainbar {
    overflow: hidden;
}

.mainbar .categories-wrap {
    padding:    0 0 40px;
}
.pager-wrap.bottom .title {
    margin-top: 15px;
}
/* Promotion
-----------------------------------------------------------------------------*/
.promotions {
    position:   relative;
    z-index:    0;
    margin:     -27px 0 0;
    padding:    30px 0;
    background: #d9dee1; /* Old browsers */
    background: -moz-linear-gradient(top, #d9dee1 0%, #f4f4f4 36%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d9dee1 0%, #f4f4f4 36%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d9dee1 0%, #f4f4f4 36%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dee1', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.promotions .container > .row {
    width:   48%;
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
    text-align: left;
}
.promotions .container{
    text-align: center;
    font-size: 0;
}
.promotions .container > .row:last-of-type{
    margin-right: 0;
}

.promotions .bx-wrapper .bx-viewport {
    overflow:              hidden;
}

.article-slider .img {
    max-height: 256px;
    overflow:   hidden;
}

.promotions .row > .title {
    font-size:   30px;
    font-weight: normal;
    color: rgb(51, 51, 51);
    position: relative;
    text-align: left;
}
.promotions .row > .title span{
    display: inline-block;
}
.promotions .row > .title:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(51, 51, 51,0.25);
    width: calc(100% - 330px);
}
.promotions .row:nth-of-type(2) .title:before{
    width: calc(100% - 235px);
}
.product-list .info,
.promotions .info {
    padding:        11px 25px 13px;
    overflow:       hidden;
    height:         64px;
    position:       relative;
    pointer-events: none;
}

.promotions .info .title {
    font-size:   17px;
    font-weight: 300;
    width:       80%;
    float:       left;
    margin:      0 0 4px;
}

.product-list .info .price,
.promotions .info .price {
    width:       20%;
    float:       right;
    text-align:  right;
    font-family: "Avenir Next Cyr";
    color: rgb(248, 133, 21);
    font-size:   17px;
    font-weight: 600;
}

.product-list .from,
.promotions .from {
    color:       #60b8dd;
    font-weight: 300;
    font-size:   13px;
    display:     block;
    position:    relative;
    overflow:    hidden;
    clear:       both;
}

.product-list .from:before,
.promotions .from:before {
    content:  "";
    position: relative;
    display:  inline-block;
    font:     normal normal normal 14px/1 FontAwesome;
    margin:   0 5px 0 0;
    width: 18px;
    height: 14px;
    background:url(../img/icon.png) no-repeat center;
}

.product-list .from .date,
.promotions .from .date {
    display: block;
    float:   right;
}

.product-list .rate,
.promotions .rate {
    float:      right;
    text-align: right;
}

.product-list .actions,
.promotions .actions {
    line-height:           40px;
    clear:                 both;
    padding:               0 0 0 25px;
    overflow:              hidden;
    border-bottom: 1px solid #e5e5e5;
}

.location,
.location {
    display:  inline-block;
    position: relative;
    color:    #D0D0D0;
    cursor: pointer;
    color: rgb(51,51,51);
    width: 65%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-family: "Avenir Next Cyr";
    color: rgb(102, 102, 102);
}

.location span{
    white-space: nowrap;
    display: inline-block;
    padding-left: 20px;
}
.location:before,
.location:before {
    content:  "\f041";
    position: absolute;
    width: 15px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    font:     normal normal normal 14px/1 FontAwesome;
    color: #a3a3a3;
}

.product-list .to-favorites,
.promotions .to-favorites,
.product-list .compare,
.promotions .compare {
    display:     block;
    position:    relative;
    float:       right;
    cursor:      pointer;
    color:       #D0D0D0;
    border-left: 1px solid #000;
    width:       47px;
    text-align:  center;
}

.product-list .compare:before,
.promotions .compare:before {
    content:     "\f021";
    position:    relative;
    display:     block;
    line-height: 40px;
    margin:      0 0 0 3px;
    font-family: FontAwesome;
}

.product-list .to-favorites:before,
.promotions .to-favorites:before {
    content:     "\f004";
    position:    relative;
    display:     block;
    line-height: 40px;
    margin:      0 0 0 3px;
    font-family: FontAwesome;
}

.promotions .to-details {
    width:                 30%;
    background:            #ff2400;
    text-align:            center;
    color:                 #fff;
    border:                none;
    height:                40px;
    line-height:           40px;
    cursor:                pointer;
    float:                 right;
    display:               block;
}

img.hbg_img {
    margin-bottom:    16px;
    padding:          10px;
    background-color: #edefef;
}

img.readmore {
    display:    block;
    margin-top: -40px;
    position:   relative;
    top:        -80px;
    left:       680px;
    border:     none;
}

/* Sort wrap
-----------------------------------------------------------------------------*/
.sort-wrap {
    background:            #f86015;
    background:            -moz-linear-gradient(top, #f86015 0%, #f88a15 100%);
    background:            -webkit-linear-gradient(top, #f86015 0%, #f88a15 100%);
    background:            linear-gradient(to bottom, #f86015 0%, #f88a15 100%);
    filter:                progid:DXImageTransform.Microsoft.gradient(startColorstr='#f86015', endColorstr='#f88a15', GradientType=0);
}

.sort-wrap .container {

    height:      51px;
    line-height: 33px;
}

.sort-wrap .title {
    display:      inline-block;
    width:        40%;
    border-right: 1px solid #f99044;
    color:        #fff;
}

.sort-wrap .row {
    display:     inline-block;
    width:       30%;
    border-left: 1px solid #f99044;
    padding-left: 20px;
    color:       #fff;
    height:     51px;
    font-size: 16px;
}
.sort-wrap .row label{
    line-height: 51px;
    position: relative;
}
.sort-wrap .row label:before{
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../img/arrow.png) no-repeat center;
    pointer-events: none;
}
.sort-wrap select{
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
}
.sort-wrap select#limit_sel{
    width: 53px;
}
.sort-wrap select#sortname_sel{
    width: 168px;
}
.sort-wrap select {
    height: 33px;
    margin: 0 0 0 7px;
}

.items-listing {
    margin-top: 25px;
}

/* Newsletter wrap
-----------------------------------------------------------------------------*/
.newsletter-wrap {
    background:              url(../img/bg-newsletter.png) no-repeat center bottom;
    -webkit-background-size: 1920px auto;
    -moz-background-size:    1920px auto;
    -ms-background-size:     1920px auto;
    -o-background-size:      1920px auto;
    background-size:         1920px auto;
    position:                relative;
    z-index:                 2;
}

.newsletter-wrap .ico {
    display:    block;
    background: url(../img/ico-newsletter.png) no-repeat 0 0;
    width:      150px;
    height:     230px;
    float:      left;
    margin:     -48px 0px 10px 0;
}

.newsletter-wrap .text {
    float:       left;
    color:       #deedfc;
    font-size:   20px;
    line-height: normal;
    text-align:  right;
    padding:     30px 0 0;
    margin-left: -120px;
    width:       46%;
}

.newsletter-wrap .text .big-text {
    font-size:      42px;
    text-transform: uppercase;
    font-weight:    bold;
    color:          #fff;
}

.newsletter-wrap .form {
    background:            rgba(255, 255, 255, .5);
    padding:               10px;
    margin:                50px 0 0;
    float:                 right;
    width:                 47.846%;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
}

.newsletter-wrap .form input {
    width: 67%;
}

.newsletter-wrap .form *[type=submit] {
    width:         30%;
    padding-left:  0;
    padding-right: 0;
}

ul.sb_menu, ul.ex_menu {
    margin:     0;
    padding:    0 0 0 16px;
    list-style: none;
    color:      #575757;
}

ul.sb_menu li, ul.ex_menu li {
    margin: 0;
}

ul.sb_menu li {
    padding: 4px 0;
    width:   220px;
}

ul.ex_menu li {
    padding: 4px 0;
}

ul.sb_menu li a, ul.ex_menu li a {
    color:           #575757;
    text-decoration: none;
    margin-left:     -16px;
    padding:         4px 8px 4px 16px;
    background:      url(../img/li.gif) no-repeat left center;
}

ul.sb_menu li a:hover, ul.ex_menu li a:hover {
    color:           #00c6ff;
    font-weight:     bold;
    text-decoration: none;
}

/* Footer
-----------------------------------------------------------------------------*/
.fbg {
    background-color: #192a3c;
    border-top:       3px solid #495868;
    clear:            both;
}

.fbg_resize {
    margin:  0 auto;
    width:   100%;
    padding: 24px 0 48px;
    color:   #fff;
}

.fbg .col {
    margin: 0;
    float:  left;
}

.fbg .c1 {
    padding: 0 16px 0 0;
    width:   75%;
}

.fbg .c2 {
    padding: 0 0 0 16px;
    width:   25%;
}

.footer {
    background-color: #192a3c;
    color:            #fff;
}

.footer_resize {
    margin: 0 auto;
    color: #afafaf;
    width: 1160px;
    padding: 20px 0 50px;
    border-top: 1px solid #4e5b69;
    position: relative;
    max-width: 100%;
}

.footer p {
    margin:      0;
    padding:     4px 0;
    line-height: normal;
}

.footer .lf {
    float: left;
}

.footer .rf {
    float: right;
}

.fbg ul {
    list-style: none;
}

.fbg ul li ul {
    margin-top: 20px;
}

.fbg .footer-nav > ul > li {
    width: 33.33%;
    float: left;
}

.fbg .footer-nav > ul > li > a,
.fbg .col > ul > li > span {
    pointer-events: none;
    cursor:         default;
    border-bottom:  1px solid #4e5b69;
    text-transform: uppercase;
    font-family:    'AvenirNextCyr-Demi';
    color:          #fefefe;
    font-size:      18px;
    line-height:    1.6;
    padding:        10px 0;
    margin:         0;
}

.fbg a, .fbg span {
    color:       #fff;
    line-height: 1.6;
    font-size:   14px;
    font-family: 'AvenirNextCyr-Light';
    padding:     10px 0;
}

.fbg a:hover:before {
    color: #82CBE0;
}

.fbg ul li ul li a:before,
.fbg ul li ul li span:before {
    content:       "\f138";
    font-family:   "FontAwesome";
    line-height:   33px;
    padding-right: 12px;
    color:         #4e5b69;
    font-size:     16px;
    width:         18px;
    text-align:    center;
    display:       inline-block;
}

.footer-phone span:before {
    content: "\f095" !important;
}

.footer-skype a:before {
    content: "\f17e" !important;
}

.footer-email a:before {
    content: "\f0e0" !important;
}

.footer-location span:before {
    content: "\f041" !important;
}

.footer-socials {
    list-style: none;
    position:   absolute;
    right:      100px;
    top:        -14px;
    background: #192A3C;
    padding:    0 12px;
}

.footer-socials li {
    display:    inline-block;
    text-align: center;
    margin:     0 3px;
}

.footer-socials li a i {
    color:                 #192a3c;
    font-size:             18px;
    line-height:           1.7;
    background:            #fff;
    width:                 28px;
    height:                28px;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
}

li.soc-fb a:hover i {
    background: rgb(59, 89, 152);
    color:      #fff;
}

li.soc-in a:hover i {
    background: #0274B3;
    color:      #fff;
}

li.soc-tw a:hover i {
    background: #5EA9DD;
    color:      #fff;
}

.footer-copyright {
    color:      #C5C5C5;
    margin-top: 24px;
    font-size:  13px;
    font-family: "Avenir Next Cyr";
}

/*
ol {
    list-style: none;
}
ol li {
    display: block;
    clear:   both;
}
ol li label {
    display: block;
    margin:  0;
    padding: 16px 0 0 0;
}
ol li input.text {
    width:            480px;
    border:           1px solid #c0c0c0;
    margin:           2px 0;
    padding:          5px 2px;
    height:           16px;
    background-color: #fff;
}
ol li textarea {
    width:            480px;
    border:           1px solid #c0c0c0;
    margin:           2px 0;
    padding:          2px;
    background-color: #fff;
}

ol li .send {
    margin: 16px 0 0 0;
}

.searchform {
    float: right;
}

#formsearch {
    margin:  0;
    height:  36px;
    padding: 12px 28px 16px 0;
}

#formsearch span {
    display:    block;
    margin:     6px 0;
    padding:    0;
    float:      left;
    background: #fff url(../img/search.gif) no-repeat top left;
}

#formsearch input.editbox_search {
    margin:     0;
    padding:    11px 6px 10px;
    float:      left;
    width:      181px;
    border:     none;
    background: none;
    font:       normal 12px/1.5em Arial, Helvetica, sans-serif;
    color:      #a8acb2;
}

#formsearch input.editbox_search:focus {
    border: none;
}

#formsearch input.button_search {
    margin:  6px 0 0 0;
    padding: 0;
    border:  none;
    float:   left;
}

.wrap-auth {
    padding: 15px;
}

.wrap-auth h1 {
    float: none;
    color: #474747;
}

.wrap-auth input[name=user],
.wrap-auth input[type=password],
.wrap-auth input[type=email],
.wrap-auth input[type=text] {
    border:  1px solid #a9a9a9;
    padding: 5px 8px;
}

.wrap-auth .row {
    margin: 0 0 10px;
}

.wrap-auth label {
    display: inline-block;
    width:   100px;
}

.wrap-auth .submit {
    cursor:             pointer;
    border:             none;
    text-align:         center;
    height:             44px;
    line-height:        44px;
    width:              293px;
    background:         #f2f2f2;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow:    0 3px 10px rgba(0, 0, 0, .3);
    box-shadow:         0 3px 10px rgba(0, 0, 0, .3);
}

.ui-autocomplete {
    list-style: none;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    max-width:  273px;
}

.ui-autocomplete li {
    padding: 0 10px;
    cursor:  pointer;
}

.ui-autocomplete li:hover {
    background: #eee;
}

.search-btn {
    color:              #fff;
    border:             none;
    height:             25px;
    padding:            0 15px;
    text-transform:     capitalize;
    background:         #428bca;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow:    0 3px 5px rgba(0, 0, 0, .2);
    box-shadow:         0 3px 5px rgba(0, 0, 0, .2);
}

.search-form {
    margin-bottom: 15px;
}

input#search {
    float:  left;
    margin: 0 5px 0 0;
}

.search-results {
    background: #f9f9f9;
    padding:    10px;
    border:     1px solid #ddd;
    float:      left;
    clear:      both;
}

.search-results table {
    border-collapse: collapse;
    background:      #fff;
}

.search-results th {
    border:         1px solid #ddd;
    text-transform: uppercase;
    padding:        7px 10px;
    text-align:     left;
    font-size:      13px;
}

.search-results td {
    border:    1px solid #ddd;
    padding:   5px 10px;
    font-size: 13px;
}

.ui-helper-hidden-accessible {
    padding: 0 15px;
    display: block;
}

.wrap-auth .search-label {
    width:          auto;
    font-weight:    bold;
    line-height:    26px;
    display:        block;
    text-transform: uppercase;
}*/


#forgot-password {
    cursor: pointer;
}

/* Product list
-----------------------------------------------------------------------------*/
.product-list-wrap {
    padding: 40px 0;
}
.sort-wrap .container{
    font-size: 0;
}

.date-home{
    width: 48%;
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    padding-left: 30px;
    vertical-align: middle;
}
.pag{
    text-align: right;
    width: 52%;
    display: inline-block;
    vertical-align: middle;
}
.pag span{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-family: "Avenir Next Cyr";
    color: rgb(255, 255, 255);
}
.pag select{
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    width: 50px;
    height: 32px;
    border: none;
    background:#fff;
    font-size: 13px;
    font-family: "Avenir Next Cyr";
    color: rgb(51, 51, 51);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../img/arrow.png) no-repeat 33px center;
}
.pag select > option{
    border: none;
    height: 32px;
    line-height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
}
.product-list {
    max-width: 1190px;
}

.product-list .row {
    float:         left;
    width:         48%;
    margin-right:  4%;
    margin-bottom: 30px;
}
.product-list .row:nth-of-type(2n){
    margin-right: 0;
}
.product-list .row:nth-child(odd) {
    clear: left;
}
.product-list .info, .promotions .info{
    font-family: "Avenir Next Cyr";
}
.product-list .row .desc,
.promotions .desc {
    font-size:   17px;
    font-weight: 300;
    width:       80%;
    float:       left;
    margin:      0 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-list .desc a,
.promotions .desc a {
    color: rgb(51, 51, 51);
    white-space: nowrap;
}

.product-list .desc a:hover,
.promotions .desc a:hover {
    text-decoration: underline;
}

.product-list .row .img-wrap {
    max-height: 240px;
    position:   relative;
}
.product-list .row .img-wrap .img:before,.inner .row .img-wrap .img:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 8px solid rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 2;

}

.product-list .to-details,
.promotions .to-details {
    width:       30%;
    background:  #ff2400;
    text-align:  center;
    color:       #fff;
    border:      none;
    height:      40px;
    line-height: 40px;
    cursor:      pointer;
    float:       right;
    display:     block;
    font-size: 15px;
    font-family: "Avenir Next Cyr";
    color: rgb(255, 255, 255);
}

.article-slider .img,
.product-list .img {
    position: relative;
    display:  block;
}

.product-list .img {
    max-height: 240px;
}

.product-list .img img {
    display:               block;
    width:                 100%;
    height:                240px;
    object-fit:            cover;
    -o-object-fit:         cover;
    overflow:              hidden;
}

/* Category page
-----------------------------------------------------------------------------*/
.mainbar > .container,
#object-view-wrap{
    padding: 21px 0 70px;
}
.category-content{
    font-family: "Avenir Next LT Pro";
}
.category-content .sort-wrap .row{
    font-size: initial;
}
.category-content .product-list .info {
    padding: 11px 0 13px;
    font-size: 0;
}
.category-content .product-list .info .dates{
    font-size: 14px;
}
.category-content .product-list .row .desc {
    width: 70%;
    float: none;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.category-content .product-list .row .desc a{
    white-space: nowrap;

}
.category-content .product-list .actions{
    padding: 0 0 0 16px;
}

.category-content .product-list .from {
    margin: 10px 0 0;
}
.category-content .location{
    width: calc(100% - 160px);
}
.category-content .product-list .info .price {
    text-align:    right;
    margin-bottom: 15px;
    float:         none;
    width:         30%;
    display: inline-block;
    vertical-align: top;
}

.category-content .product-list .to-details {
    padding: 0 20px;
    width:   155px;
}

.product-list .to-details:focus,
.product-list .to-details:hover,
.promotions .to-details:focus,
.promotions .to-details:hover {
    background: #A21700;
}

.ranking-list .row {
    width:   100%;
    padding: 0;
}

.ranking-list.product-list {
    margin: 0;
}

.ranking-regular,
.ranking-discount {
    float:              left;
    width:              50%;
    padding-right:      15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

.ranking-discount {
    float:         right;
    padding-left:  15px;
    padding-right: 0;
}

.ranking-list .info {
    height:     98px;
    margin-top: 0;
    background: #FDFDFD;
}

.ranking-list .desc a {
    color: #555;
}

/* LISTITEM */
.regular-cont .row .img-wrap,
.discount-cont .row .img-wrap {
   /*display: none;*/
}

.regular-cont .row:first-child .img-wrap,
.discount-cont .row:first-child .img-wrap {
    display: block;
}

.regular-title,
.discount-title {
    color:          #1B2C3D;
    text-transform: uppercase;
    margin:         0 0 15px;
    font-weight:    bold;
}

.regular-title:before,
.discount-title:before {
    content:               "\f295";
    font-family:           "FontAwesome";
    color:                 #fff;
    background:            #243445;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
    font-size:             15px;
    font-weight:           normal;
    margin-right:          10px;
    padding-left:          9px;
    display:               inline-block;
    line-height:           30px;
    width:                 30px;
    height:                30px;
    -webkit-box-sizing:    border-box;
    -moz-box-sizing:       border-box;
    box-sizing:            border-box;
}

.regular-title:before {
    content:      "\f02c";
    padding-left: 7px;
}

.ranking-list .img-wrap img {
    max-height:    200px;
    width:         100%;
    object-fit:    cover;
    -o-object-fit: cover;
}

.ranking-list .row {
    width:              100%;
    -webkit-box-shadow: 0 0 5px 1px #D6D4D4;
    -moz-box-shadow:    0 0 5px 1px #D6D4D4;
    box-shadow:         0 0 5px 1px #D6D4D4;
}

.ranking-list .info, .items-listing .product-list .info {
    padding: 15px !important;
}

.items-listing .product-list .actions {
    padding: 0 0 0 15px;
}

.row-shadow {
    position:           relative;
}

.img-wrap {
    position: relative;
}

.ribbon {
    position:       absolute;
    left:          0;
    top:            0;
    z-index:        3;
    overflow:       hidden;
    width: 205px;
    height: 158px;
    text-align:     right;
    pointer-events: none;
}

.ribbon span {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 47px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 259px;
    display: block;
    background: linear-gradient( 127deg, #40c6f1 90%, #1baae9 100%);
    background-image: -moz-linear-gradient( 127deg, #40c6f1 90%, #1baae9 100%);
    background-image: -webkit-linear-gradient( 127deg, #40c6f1 90%, #1baae9 100%);
    background-image: -ms-linear-gradient( 127deg, #40c6f1 90%, #1baae9 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 33px;
    left: -74px;
}

.ribbon span::before {
    content:       "";
    position:      absolute;
    left:          0px;
    top:           100%;
    z-index:       -1;
    border-left:   3px solid #8F0808;
    border-right:  3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top:    3px solid #8F0808;
}

.ribbon span::after {
    content:       "";
    position:      absolute;
    right:         0px;
    top:           100%;
    z-index:       -1;
    border-left:   3px solid transparent;
    border-right:  3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top:    3px solid #8F0808;
}

/* Subcategory
-----------------------------------------------------------------------------*/
.subcategory .info {
    height:     auto;
    margin-top: 0;
    background: #fdfdfd;
}

/* Main info
-----------------------------------------------------------------------------*/
.main-info {
    padding-bottom: 75px;
    padding-top:    30px;
    margin-top:     -8px;
    position:       relative;
    z-index:        0;
}

.main-info .text {
    -webkit-column-count: 2;
    -moz-column-count:    2;
    column-count:         2;
    -webkit-column-gap:   40px;
    -moz-column-gap:      40px;
    column-gap:           40px;
}

.main-info p {
    margin:     0;
    text-align: justify;
    font-size: 16px;
    font-family: "Avenir Next Cyr";
    color: rgb(85, 85, 85);
    line-height: 1.875;
    margin-bottom: 15px;
}

.main-info .title{
    font-size: 30px;
    font-family: "Avenir Next Cyr";
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-top: 70px;
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}
.main-info .title:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(51, 51, 51,0.25);
    width: 100%;
    z-index: 1;
}
.main-info .title span{
    position: relative;
    z-index: 2;
    background: #fff;
    display: inline-block;
    padding-right: 15px;
}
.privacy-link {
    float: right;
    padding-top: 30px;
    cursor: pointer;
}

.customers-info {
    padding: 70px 0 100px;
}

.customers-info .container {
    overflow: hidden;
}

.customers-info .blocks {
    margin: 0 -15px;
}

.customers-info .row {
    width:      25%;
    float:      left;
    padding:    0 15px;
    text-align: center;
}

.customers-info .title {
    position:    relative;
    font-size:   20px;
    font-weight: 600;
    color:       #333;
    font-family: Avenir Next cyr;
}

.customers-info .title:after {
    content:    " ";
    display:    block;
    position:   relative;
    background: #a6a6a6;
    height:     1px;
    width:      75%;
    margin:     15px auto 0;
}
.customers-info p{
    font-size: 14px;
    font-family: "Avenir Next Cyr";
    color: rgb(119, 119, 119);
    line-height: 1.786;
}
/* Pager
-----------------------------------------------------------------------------*/
.pager a {
    color:              #7e7e7e;
    display:            inline-block;
    float:              left;
    min-width:          30px;
    height:             30px;
    line-height:        29px;
    text-align:         center;
    background:         #fff;
    padding:            0 6px;
    border:             1px solid #e4e4e4;
    -webkit-transition: all .3s ease;
    -moz-transition:    all .3s ease;
    -ms-transition:     all .3s ease;
    -o-transition:      all .3s ease;
    transition:         all .3s ease;
    margin-left:        5px;
    cursor: pointer;
}

.pager a:hover {
    color:        #fff;
    background:   #192a3c;
    border-color: #192a3c;
}

.pager span {
    display:     inline-block;
    float:       left;
    padding:     0 6px;
    height:      30px;
    line-height: 29px;
}

.pager-wrap {
    overflow: hidden;
    clear:    both;
}

.pager-wrap .title {
    font-size:   30px;
    line-height: 29px;
    color:       #333;
    width:       72%;
    float:       left;
    position:    relative;
    margin-bottom: 27px;
}

.pager-wrap .title:after {
    content:    " ";
    position:   absolute;
    display:    inline-block;
    top:        49%;
    left:       0;
    height:     1px;
    width:      1200px;
    background: #ccc;
    margin:     0px 0 0px 0px;
    z-index:    0;
}

.pager-wrap .title-text {
    background:    #fff;
    padding-right: 10px;
    position:      relative;
    z-index:       1;
    line-height: 1.2;
}

.pager-wrap .pager {
    float:        right;
    max-width:    27%;
    text-align:   right;
    background:   #fff;
    position:     relative;
    z-index:      1;
    padding-left: 30px;
}

/* Registration, Login
-----------------------------------------------------------------------------*/
.form-wrap .row {
    clear:          both;
    padding-bottom: 9px;
}
.form-wrap .fieldLabel,
.labels.combo-row{
    display: inline-block;
    width:   350px;
    padding-right: 30px;
    line-height: 2.5;
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    line-height: 3.333;
    font-weight: 500;
}


.fields.combo-row{
    width: 350px;
    float: left;
}
.user-block .fields.combo-row{
    width: 542px;
}

.form-wrap select {
    background: rgba(236,233,233,1);
    background: -moz-linear-gradient(top, rgba(236,233,233,1) 0%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,233,233,1)), color-stop(84%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(236,233,233,1) 0%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(236,233,233,1) 0%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(236,233,233,1) 0%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(236,233,233,1) 0%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece9e9', endColorstr='#ffffff', GradientType=0 );
    -webkit-box-shadow: inset 0 0 10px 2px #E6E6E6;
    -moz-box-shadow: inset 0 0 10px 2px #E6E6E6;
    box-shadow: inset 0 0 5px 2px #E6E6E6;
}
.form-wrap .radio-organizer {
    height: 36px;
    margin-left: 350px;
}
.form-wrap input[type="radio"]
.form-wrap input[type="checkbox"] {
    width: 15px!important;
}
.form-title{
    text-align: center;
    font-size: 30px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    font-weight: normal;
    padding: 31px 0;
}
.user-block .birthdate{
    width: calc(100% - 268px);
    display: inline-block;
    vertical-align: middle;
}
.birthdate .account-date{
    width: 33.33%;
    float: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.border-bottom{
    border-bottom: 1px solid rgb(221,221,221);
    margin-bottom: 20px;
}

.birthdate .account-date select{
    width: 100%;
}
.birthdate .account-date.first{
    padding: 0;
}
.form-wrap .newsletter,
.form-wrap .agreement,
.form-wrap .rememberWrap{
    margin-left: 325px;
    padding-bottom: 0;
}
.form-wrap .link{
    margin-left: 350px;
}
.form-wrap .captcha{
    margin: 10px 0 5px 399px;
}
.form-wrap .newsletter {
    margin-top: 15px;
}
.labels.combo-row .fieldLabel {
    width: auto;
    float: none;
    padding: 0;
    height: auto;
}
.address .fields.combo-row .col,
.city .fields.combo-row .col {
    width: 20%;
    display: inline-block;
    float: right;
}
.address .fields.combo-row .col:first-child,
.city .fields.combo-row .col:first-child {
    width: 77%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.city .fields.combo-row .col {
    width: 60%;
}
.city .fields.combo-row .col:first-child {
    width: 198px;
}
.address .fields.combo-row .col input,
.city .fields.combo-row .col input {
    width: 100%!important;
}
.form-wrap .error-field {
    display: block;
}
.form-wrap button[type=submit] {
    margin-right: 460px;
}
.group-tour.form-wrap button[type=submit]{
    margin-right: 210px;
}
.form-wrap .error,
.user-block .error-field{
    color: #ff2400;
    padding: 0 10px;
    font-size: 11px;
}
.form-wrap .errorMessage{
    color: #ff2400;
    margin: 0 0 10px 350px;
}
.form-wrap .radio-organizer label{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(234,234,234,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
    padding: 7px 15px;
    margin-left: -4px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 0 1px 0 #9E9E9E;
}
.form-wrap .radio-organizer label.first{
    margin: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px!important;
}
.form-wrap .radio-organizer input[type=radio]{
    display: none;
}
.form-wrap .radio-organizer input[type=radio]:checked + label{
    background: rgba(234,234,234,1);
    background: -moz-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,185,185,1)), color-stop(100%, rgba(158,157,157,1)));
    background: -webkit-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    background: -o-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    background: -ms-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    background: linear-gradient(to bottom, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#9e9d9d', GradientType=0 );
    color: #fff;
    box-shadow: inset 0 0 30px 0 #848484;
    text-shadow: 1px 0 0 #848080;
}
.form-wrap select,
.form-wrap input {
    max-width: 100%;
    height: 36px;
}
#agb-dialog{
    display: none;
}


/* Calendar
-----------------------------------------------------------------------------*/
#calendar {
    background:            #fff;
    position:              relative;
    overflow:              hidden;
    height: 381px;
}
.promotions #calendar{
    height: 412px;
}
#calendar .fc-view-container {
    margin: 0 70px;
}

.fc-button-group > :first-child {
    position:              absolute;
    left:                  0;
    bottom:                0;
    width:                 30px;
    background: #2d3e50 url(../img/left.png) no-repeat center;
    color:                 #fff;
    margin:                0;
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
    height:                100%;
}

.fc-button-group > :last-child {
    position:              absolute;
    right:                 0;
    bottom:                0;
    width:                 30px;
    background: #2d3e50 url(../img/right.png) no-repeat center;
    color:                 #fff;
    margin:                0;
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
    height:                100%;
}

#calendar button .fc-icon {
    margin: 0;
}

#calendar .fc-basic-view .fc-body .fc-row {
    min-height: 42px;
}

#calendar .fc-toolbar .fc-left {
    margin: 7px 0 -7px 70px;
}

#calendar .fc-toolbar .fc-right {
    margin: 18px 60px 0 0;
}

#calendar.fc td {
    border:     none;
    text-align: center;
    font-size: 14px;
    font-family: "Avenir Next Cyr";
    color: #293d55;
}
.promotions #calendar.fc td{
    border: 2px solid #fff;
}
.fc-day-number.fc-today.fc-state-highlight{
    position: relative;
}
.fc-day-number.fc-today.fc-state-highlight span{
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
}
.fc-day-number.fc-today.fc-state-highlight:before{
    content:'';
    width: 33px;
    height: 33px;
    background: #ff2400;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.fc-day-number.fc-future, .fc-day-number.fc-state-highlight {
    cursor:pointer;
}
.fc-day-number.fc-past span {
    color: rgb(128, 128, 128) !important;
}
.fc-today-button{
    display: none!important;
}
.fc-toolbar h2{
    padding-bottom: 25px;
}
.fc-state-default{
    border: none!important;
}
.fc-unthemed .fc-today{
    background: #fff!important;
}
#calendar.fc th {
    border:      none;
    color:       #ccc;
    font-weight: normal;
    padding:     0 0 10px;
}

#calendar.fc .fc-head {
    border-bottom: 1px solid #d8d8d8;
}

#calendar .fc-day-grid {
    padding-top: 5px;
}
.fc-event{
    z-index: 3;
}
.details .col {
    width: 50%;
    float: left;
}

.details .col.left {
    padding-right: 30px;
}

.details .col .row {
    margin: 0 0 15px;
}

.details .row.desc {
    text-align: justify;
}

.details .row.price {
    color:         #f88515;
    font-size:     25px;
    font-weight:   500;
    margin-bottom: 20px;
}

.details .inline .fieldLabel {
    display: inline-block;
    width:   110px;
}

.objects-map {
    margin:   -27px 0 0;
    position: relative;
    z-index:  1;
}

.details .col img {
    max-width: 100%;
    height:    auto;
    padding:   5px;
}

.carousel .thumb-row {
    width: 25%;
    float: left;
}

/* User Account
-----------------------------------------------------------------------------*/
#user-account-wrap{
    margin-bottom: 40px;
}

#user-account-wrap .user-sidebar{
    width: 21%;
    float: left;
    min-height: 500px;
    color: #fff;
    background: #192a3c;
    height: 100%;
    position: relative;
}
#user-account-wrap .user-sidebar:before{
    content: '';
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 8000px;
    background: #192a3c;
}
#user-account-wrap .container{
    overflow: hidden;
}
#user-account-wrap .account-header .container{
    overflow: visible;
}
#user-account-wrap .user-content.list {
    width: 100%;
    min-height: 500px;
}
#user-account-wrap .user-content{
    width: 79%;
    float: right;
    min-height: 500px;
}
#user-account-wrap.user-profile-page .user-content{
    width: 100%;
    float: none;
    padding: 0;
}
#user-account-wrap.user-profile-page .user-content .user-block h4{
    padding: 0 53px;
}
#user-account-wrap.user-profile-page .user-content .user-block p{
    font-size: 15px;
    padding: 0 53px;
}
#user-account-wrap.user-profile-page .user-content .user-block label{
    font-size: 15px;
    margin: 5px 0;
}
.account-header{
    background: url(../img/overlay.jpg) center bottom no-repeat;
    text-align: center;
    background-size: cover;
    font-family: "AvenirNextCyr-Regular";
    padding: 25px 0 20px;
}
.user-photo img{
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}
.account-header img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.account-header h3{
    text-transform: uppercase;
    font-size: 18px;
    margin: 27px 0 27px;
    color: #fff;
}
.account-header p{
    font-style: italic;
    font-size: 13px;
    margin: 5px 0;
}
.user-extra-block{
    margin-top: 25px;
}
.user-content{
    background: #f3f3f3;
}
.user-extra-block span,
.user-extra-block a{
    font-family: "AvenirNextCyr-Light";
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
.user-extra-block .tooltip a{
    text-transform: none;
    color: #233344;
}
.user-extra-block strong{
    font-size: 18px;
    font-family: "AvenirNextCyr-Demi";
}
.user-extra-block ul{
    font-size: 0;
}
.user-extra-block li{
    display: inline-block;
    width: 170px;
    padding: 21px 10px;
    background: rgba(255,255,255,0.3);
    color: #fff;
    margin: 0 2px;
    position: relative;
    padding-top: 15px;
}
.user-extra-block li:nth-of-type(2):after{
    content: '';
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 20px;
    background: rgba(255,255,255,0.3);

}
.user-sidebar li{
    list-style: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid rgb(62, 81, 101);
    transition: .3s all ease;
    position: relative;
}
.user-sidebar li:first-of-type{
    border-top: 0;
}
.user-sidebar li:after{
    content:'';
    width: 13px;
    height: 30px;
    background: url(../img/hover_sidebar.png) center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 13px);
    z-index: 1;
    opacity: 0;
}
.user-sidebar li:hover,.user-sidebar li.active{
    background: #ff8713;
}
.user-sidebar li:hover:after, .user-sidebar li.active:after{
    left: 100%;
    opacity: 1;
    transition: .2s all ease;
    transition-delay: .3s;
}
.user-sidebar li:nth-child(1) a:before{background-image: url(../img/icon_profil.png);}
.user-sidebar li:nth-child(2) a:before{background-image: url(../img/icon_berabeiten.png);}
.user-sidebar li:nth-child(3) a:before{background-image: url(../img/eintragen.png);}
.user-sidebar li:nth-child(4) a:before{background-image: url(../img/icon_verwalten.png);}
.user-sidebar li:nth-child(5) a:before{background-image: url(../img/newsletter_verwalten.png);}
.user-sidebar li:nth-child(6) a:before{background-image: url(../img/konto.png);}
.user-sidebar li:nth-child(7) a:before{background-image: url(../img/icon_profil.png);}

.user-sidebar li a:before{
    content:'';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url(../img/icon_profil.png);
    background-size: cover;
    margin-right: 15px;
}
.user-sidebar li a{
    font-family: "Avenir Next LT Pro";
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
    display: block;
    line-height: 60px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
/*top navigation bar in user account*/
.user-topnavbar {
    background: #192a3c;
}
.user-topnavbar .navitem {
    border-top: 1px solid #000;
    border-bottom: 1px solid rgb(62, 81, 101);
    transition: .3s all ease;
    position: relative;
    width: 162px;
}
.user-topnavbar .navitem:first-of-type{
    border-top: 0;
}
.user-topnavbar .navitem:after{
    content:'';
    width: 13px;
    height: 30px;
    /*background: url(../img/hover_sidebar.png) center;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 13px);
    z-index: 1;
    opacity: 0;
}
.user-topnavbar .navitem:hover,.user-topnavbar .navitem.active{
    background: #ff8713;
}
.user-topnavbar .navitem:hover:after, .user-topnavbar .navitem.active:after{
    left: 100%;
    opacity: 1;
    transition: .2s all ease;
    transition-delay: .3s;
}
.user-topnavbar .navitem:nth-child(1) a:before{background-image: url(../img/icon_profil.png);}
.user-topnavbar .navitem:nth-child(2) a:before{background-image: url(../img/icon_berabeiten.png);}
.user-topnavbar .navitem:nth-child(3) a:before{background-image: url(../img/eintragen.png);}
.user-topnavbar .navitem:nth-child(4) a:before{background-image: url(../img/icon_verwalten.png);}
.user-topnavbar .navitem:nth-child(5) a:before{background-image: url(../img/newsletter_verwalten.png);}
.user-topnavbar .navitem:nth-child(6) a:before{background-image: url(../img/konto.png);}
.user-topnavbar .navitem:nth-child(7) a:before{background-image: url(../img/icon_profil.png);}

.user-topnavbar .navitem a:before{
    content:'';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url(../img/icon_profil.png);
    background-size: cover;
    margin-right: 6px;
}
.user-topnavbar .navitem a{
    font-family: "Avenir Next LT Pro";
    color: #fff;
    font-size: 13px;
    padding-left: 8px;
    display: block;
    line-height: 55px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.user-block h4{
    color: #FFFAF9;
    background: #233344;
}
.user-block{
    /*margin: 50px 0;*/
    overflow: hidden;
    border: 1px solid #eeeeee;
    margin-bottom: 5px;
}
.user-block h4{
    padding-left: 20px;
    margin: 0 0 15px;
    font-family: "AvenirNextCyr-Regular";
    background: #eeeeee;
    line-height: 60px;
    font-size: 22px;
    color: rgb(25, 42, 60);
}
.object-description{
    padding:0 20px;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    line-height: 1.5;
}

.calendar.day {
    background-color: #eeeeee;
    font-size: 14px;
    width: 375px;
    border-right: 5px solid #fff;
    border-bottom: 13px solid #fff;
    padding-left: 20px;
}
.calendar.price {
    background-color: #eeeeee;
    padding: 0;
    padding-left: 20px;
    width: 150px;
    border-right: 5px solid #fff;
    border-bottom: 13px solid #fff;
}
.calendar.hours {
    background-color: #eeeeee;
    text-align: left;
    width:375px;
    border-right: 5px solid #fff;
    border-bottom: 13px solid #fff;
    padding-left: 20px;
}
.calendar.basket{
    border-bottom: 13px solid #fff;
    padding: 0;
}
.calendar.basket input{
    width: 100px;
    height: 47px;
    border-radius: 2px;
}
.calendar.basket button{
    height: 47px;
    border: none;
    background: #ea2f00;
    width: calc(100% - 105px);
}
@media (max-width:1200px) {
    .calendar.basket button {
        width: 100%;
    }
}
.calendar{
    line-height: 45px;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
}

.info-date {
    width: 700px;
    margin:10px
}
.calendar-info {
    padding-left: 20px;
    margin: 0 0 15px;
    font-family: "AvenirNextCyr-Regular";
    background: #eeeeee;
    line-height: 60px;
    font-size: 22px;
    color: rgb(25, 42, 60);
    font-weight: 600;
}
.amount-error {
    display: none;
    color: red
}
.info-dates {
    margin-top: 20px;
}
.info-dates table{
    width: 100%;
    border-spacing: 0;
}
.info-dates th{
    text-align: left;
    font-size: 16px;
    font-family: "AvenirNextCyr-Regular";
    color: rgb(51, 51, 51);
    line-height: 3.75;
    padding-left: 5px;
}

.clear {
    height: 20px;
}
.fc-today-button {
    display:none
}
.my-prev-button, .my-next-button {
    font-size: 28px;
    color: blue;
    cursor:pointer;
}
#validation-errors,
#validation-errors-calendar,
#validation-errors-address {
    color: #ffffff;
    display: block;
    background: #ff2913;
    font-family: Avenir Next LT Pro;
    padding: 10px;
    /*margin-bottom: 13px;*/
}
.validation-errors ul{
    list-style: none;
}
.user-controls{
    margin-top: 20px;
}
.user-content .user-block p{
    margin: 0;
    padding: 0;
    border-bottom: none;
    font-size: 0;
}
.user-content .user-block.profil p{
    border-bottom: 1px solid rgb(221,221,221);
}
.user-content .user-block.profil p:first-of-type{
    padding-bottom: 10px;
    padding-top: 10px;
}
.user-content .user-block.profil p:last-of-type{
    border: 0;
    padding-top: 13px;
}
.user-content .user-block.profil p:last-of-type a{
    font-size: 15px;
    text-transform: none;
}
.user-content .user-block.profil p label{
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 58px;
}
.user-content .user-block.profil p:first-of-type label{
    vertical-align: top;
}
.user-content .user-block.profil p span,
#object-edit-wrap span{
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 58px;
}
#object-edit-wrap .cke_editor_description span{
    line-height: 1;
    font-size: 13px;
}
.user-content .user-block.profil p span.user-photo{

}
.user-block form td{
    padding: 0;
}
.user-block form .departures td, .user-block form .visit_cities td{
    border-bottom: 10px solid #f3f3f3;
}
.user-block form .departures td:last-of-type{
    text-align: right;
}
.user-content{
    padding: 0 53px;
}
.user-content.new-acc{
    padding: 0 200px;
}
.user-content .user-block{
    border: 0;
}
.user-content .user-block.agb-partner{
    padding-top: 30px;
}
.new-acc .acc-edit .form-wrap .fields.combo-row{
    width: calc(100% - 268px);
}
.new-acc .city .fields.combo-row .col:last-of-type {
    width: 56%;
}
.new-acc .form-wrap .radio-organizer{
    margin: 0;
    text-align: center;
    margin-top: 20px;
}
.user-block .row-simple{
    padding: 0 15px;
}
.user-block label,
.user-block .label,
.user-block .coll-left{
    display: inline-block;
    text-align: left!important;
    font-size: 13px;
    font-family: "AvenirNextCyr-Demi";
    width: 268px;
}
.user-block input{
    width: calc(100% - 268px);
}
.user-block input[type="file"]{
    display: none;
}
.preview a{
    background: #ff2400;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    padding: 0 25px;
    outline: none;
    display: inline-block;
    margin-top: 20px;
}
.bilden{
    font-size: 0;
    margin-bottom: 46px;
}
.bild_col{
    display: block;
    width: 48%;
    margin-right: 4%;
    margin-top: 20px;
}
.bild_col:nth-of-type(2n){
    margin-right: 0;
}
.btns{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.user-content .user-block .wrap_btn_upload p{
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    font-size: 14px;
    font-family: "Avenir Next LT Pro";
    color: rgb(61, 76, 93);
    margin: 0 8px;
    width: 105px;
}
.wrap_btn_upload label{
    width: 135px;
    line-height: 42px;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(255, 135, 19);
    text-align: center!important;
    border: 1px solid rgb(255, 135, 19);
    height: 42px;
    /*background: #fff;*/
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(255, 135, 19);
    margin-left: 1px;
    cursor: pointer;
}
.wrap_edit_image{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 13px;
    width: calc(100% - 270px);
}
.wrap_btn_delete span.btn-delete-image{
    width: 135px!important;
    height: 42px!important;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    text-align: center!important;
    border: 1px solid rgb(255, 135, 19);
    background: #fff!important;
    color: rgb(255, 135, 19)!important;
    margin-left: 1px;
    padding: 0;
    cursor: pointer;
    /* display: table-cell; */
    line-height: 42px !important;
    vertical-align: middle;

}
.wrap_btn_delete .btn-delete-image-space {
    width: 105px;
    display:inline-block;
    margin: 0 8px;
}
.bild_hinzufugen{
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    font-weight: 600;
    transform: translateY(36px);
    cursor: pointer;
}
.user-block select{
    width: 285px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
}
.user-block ::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(159, 159, 159);
}

.user-block .row{
    font-size: 0;
    margin-top: 18px;
}
.avatar-row{
    display: inline-block;
    width: 268px;
}
.ui-button-text{
    transition: .4s all ease;
}
.user-block .avatar-row .ui-state-default.ui-state-hover{
    border: 2px solid rgb(255,135,19)!important;

}
.user-block .avatar-row .ui-state-default.ui-state-hover .ui-button-text{
    color: #fff;
    background: #ff8713;
}
.form-wrap .avatar-row .fieldLabel{
    margin-bottom: 56px;
}
.note{
    font-size: 14px;
    font-family: "Avenir Next LT Pro";
    color: rgb(61, 76, 93);
    line-height: 3.343;
}
body .avatar-row .ui-button.ui-state-default .ui-icon{
    display: none;
}
.wrap_edit_avatar{
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 13px;
}

.wrap_edit_avatar .btns .ui-button{
    border: 1px solid rgb(255,135,19);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    width: 166px!important;
    height: 41px;
    text-align: center;
}
body .wrap_edit_avatar .ui-button .ui-button-text{
    padding: 0;
    line-height: 39px;
    font-size: 20px;
    color: #ff8713;
    font-weight: normal;
}

body .wrap_edit_avatar .ui-button .ui-button-text:hover{
    color: #fff;
}

.user-block .label{
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    font-weight: 500;
}
.acc-edit .form-wrap input{
    width: calc(100% - 268px);
    border-radius: 2px;
    height: 41px;
    border: 1px solid rgb(221,221,221);
    vertical-align: middle;
}
.acc-edit .form-wrap select{
    border-radius: 2px;
    height: 41px;
    border: 1px solid rgb(221,221,221);
    width: 198px;
    background: #fff;
    box-shadow: none;
    vertical-align: middle;
}
.drop_down_list {
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 800px;
    top: 786px;
    width: 198px;
    height: 41px;
    z-index: 1779;
}

.acc-edit .form-wrap .fieldLabel{
    width: 268px;
    vertical-align: middle;
    font-weight: 600;
}
.acc-edit .form-wrap .labels.combo-row{
    width: 268px;
}
.acc-edit .form-wrap .fields.combo-row{
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.acc-edit .form-wrap .labels.combo-row .fieldLabel{
    width: auto;
}
.acc-edit .form-wrap .zwei{
    height: 60px;
}
.acc-edit .form-wrap .zwei:before{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.acc-edit .form-wrap .zwei .fieldLabel{
    line-height: 23px;
    vertical-align: middle;
}
.user-block.acc-edit .row{
    margin-top: 0;
}
.public_transport .label{
    margin-bottom: 18px;
}
.public_transport textarea{
    height: 95px;
}
.user-block label.nofloat,
.user-block .coll-left.nofloat{
    float: none;
}
.user-block label > span{
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    line-height: 3.333;
    font-weight: 600;
}
.user-block .procedure-text label{
    width: 100%;
}
.user-block span{
    display: inline-block;
    font-family: "AvenirNextCyr-Light";
}
.user-block .newsletter{
    margin-left: 40%;
}
.user-block .checkbox{
    padding-left: 3px;
}
.user-block .checkbox label{
    width: auto!important;
    margin-bottom: 0;
}
.user-block .checkbox label:before{
    bottom: 3px;
}
.user-block .user-btn{
    border: none;
}
.user-block .user-btn a,
.user-block .user-btn button{
    line-height: 45px;
    height: 45px;
    float: none;
    margin: 7px 0;
    display: inline-block;
    vertical-align: middle;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
}
.user-block .user-btn button.btn-activate{
    float: right;
}
.user-block .user-btn a:after,
.user-block .user-btn button:after{
    content: '\f101';
    font-family: "FontAwesome";
    padding-left: 10px;
}
#event-calendar {
    position: relative;
    background: #fff;
    width: 780px !important;
    margin-top: 0 !important;
    margin-left: -32px;
}
.user-block .fc-button-group > :first-child{
    left: -70px;
    width: 45px;
    border-radius: 0;
    font-size: 0;
}
.user-block .fc-button-group > :last-child{
    right: 28px;
    width: 45px;
    border-radius: 0;
    font-size: 0;
}
.user-block .fc-basic-view .fc-body .fc-row {
    min-height: 100px;
}
.user-block .fc-toolbar .fc-left {
    float: none;
    position: absolute;
    top: -78px;
    left: -45px;
}
.user-block .fc-toolbar{
    margin-bottom: 0;
}
.user-block .fc-today-button{
    display: block!important;
    position: absolute;
    top: -56px;
    right: 0;
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: rgb(159, 159, 159)!important;
    background: #fff;
    padding: 0 21px;
    border: 1px solid rgb(159, 159, 159)!important;
    line-height: 37px;
    font-weight: 500;
    text-shadow: none;
}
.user-block button[disabled="disabled"]:hover, .user-block button[disabled="disabled"]:focus{
    background: #fff;
    color: rgb(159, 159, 159)!important;
}
.user-block .fc-today-button:hover, .user-block .fc-today-button:hover{
    color: #fff!important;
    background: #ff8713;
}
.user-block .fc th{
    padding-top: 28px;
    padding-bottom: 16px;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(146, 146, 146);
    font-weight: 400;
    text-transform: uppercase;
}
.user-block .fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
    padding-top: 20px;
    font-size: 19px;
    font-family: "Avenir Next LT Pro";
    color: rgb(128, 128, 128);
}
.user-block .fc-day-number.fc-today.fc-state-highlight:before {
    top: 0;
    width: 54px;
    height: 54px;
    background: #ededed;
}
.user-block .fc-ltr .fc-basic-view .fc-day-number.fc-today span{
    color: #293d55;
}


.user-block .fc-content-skeleton tr:nth-of-type(3n+3) .fc-event{
    background: #c8eeff;
}
.user-block .fc-content-skeleton tr:nth-of-type(3n+2) .fc-event{
    background: #ffdec8;
}
.user-block .fc-content-skeleton tr:nth-of-type(3n+1) .fc-event{
    background: #fff1d4;
}
.fc-day-grid-event.fc-event {
    margin: 0;
    border-radius: 0;
    color: #333;
    border: 0;
    line-height: 29px;
    padding-left: 7px;
}
.fc-event, .fc-event:hover{
    color: #333!important;
    text-decoration: none;
}
.user-block .fc td, .user-block .fc th {
    border-left: 0;
    border-right: 0;
}
.user-block .fc-head{
    border-bottom: 2px solid rgb(216, 216, 216);
    border-width: 2px;
}
.user-block textarea{
    width: 100%;
    border: 1px solid #ccc;
}
.user-block .radio-input input{
    width: 15px;
}
.user-block .build-image{
    display: block;
    margin-left: 40%;
    padding: 5px;
}
.user-block .padd-input{
    position: relative;
}
.user-block .padd-input .preview a{
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
}
.user-block.events-block{
   /* padding: 0 15px; */
}
.events-block{
    position: relative;
}
.events-block::after{
    content: '';
    background: #233344;
    width: 916px;
    margin-left: -15px;
    margin-top: -25px;
    height: 25px;
    display: block;
}
.events-block::before{
    content: '';
    background: #233344;
    width: 916px;
    margin-left: -15px;
    height: 33px;
    display: block;
}
.user-block .ui-widget-content{
    background: none;
    border: none;
    color: #222;
    font-family: "AvenirNextCyr-Light";
    font-size: 13px;
}
.user-block .ui-jqgrid{
    margin-top: -33px;
}
.konto .user-block .ui-jqgrid{
    margin-top: 0;
}
.user-block .ui-jqgrid tr.ui-row-ltr td{
    text-align: center;
    border: none;
    color: #222!important;
    padding: 15px 0;
}
.user-block .ui-jqgrid tr.ui-row-ltr td a{
    color: #222!important;
}
.user-block .ui-jqgrid tr.ui-row-ltr td[aria-describedby="tbl-orders_name"]{
    text-align: left;
}
.user-block .ui-jqgrid tr.ui-row-ltr td[aria-describedby="tbl-orders_name"] a{
    font-family: "AvenirNextCyr-Demi";
}
.user-block .ui-jqgrid tr.jqgrow td{
    white-space: normal;
}
.user-block .ui-priority-secondary,
.user-block .ui-widget-content .ui-priority-secondary,
.user-block .ui-widget-header .ui-priority-secondary{
    opacity: 1;
}
.toggle-block, .add-city{
    display: inline-block;
}
.add-city{
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: #ff8713;
    cursor: pointer;
}

.departures table{
    border-spacing: 0;
    width: 100%;
}
.user-block td input, .user-block td select{
    width: auto;
}
.user-block td input.departure-city{
    width: 242px;
}
.user-block td input.departure-add-info{
     width: 242px;
}
.user-block td input.departure-add-price{
    width: 192px;
}
.departures table button{
    width: 54px;
}
.destination{
    font-size: 0;
    margin-top: 29px;
}
.user-content .user-block p.location-block{
    margin-top: 16px;
}
.destination-block{
    display: inline-block;
    width: calc(100% - 270px);
}
.user-block .destination-block input{
    width: 100%;
}
.user-block .visit_cities table{
    width: 100%;
    border-spacing: 0;
}
.user-block .visit_cities td input{
    width:168px;
}
.user-block .visit_cities td select{
    width:66px;
    padding-left: 1px;
}
.departures table button, .visit_cities table button{
    background: #ff2913 url(../img/remove.png) no-repeat center;
    border-radius: 2px;
}
.user-block .departures label, .user-block .visit_cities label{
    width: 150px;
}
.user-block .ui-state-default,
.user-block .ui-widget-content .ui-state-default,
.user-block .ui-widget-header .ui-state-default{
    border: none;
    background: #233344;
}
.user-block .ui-jqgrid-labels .ui-jqgrid-sortable{
    font-family: "AvenirNextCyr-Regular";
    font-size: 12px;
}
.user-block .ui-jqgrid .ui-jqgrid-htable th div{
    height: auto;
}
.user-block .ui-state-highlight,
.user-block .ui-widget-content .ui-state-highlight,
.user-block .ui-widget-header .ui-state-highlight,
.user-block .ui-widget-content .ui-state-hover,
.user-block .ui-widget-header .ui-state-hover,
.user-block .ui-widget-content .ui-state-focus,
.user-block .ui-widget-header .ui-state-focus{
    background: #DEDEDE;
}
.user-block th.ui-state-hover,
.user-block th.ui-state-focus{
    background: #425569!important;
}
.user-block .ui-pg-button.ui-state-hover,
.user-block .ui-pg-button.ui-state-focus{
    border-color: #233344;
    background: none!important;
}
.user-block tr.jqgrow:nth-child(2) td{
    border-top: none!important;
}
.user-content.list{
    padding: 5px;
}
.user-content.konto{
    padding: 20px;
}

.user-content.konto li.ui-tabs-active {
    background: #e9e9e9;
    border: none !important;
}

.user-content.konto li.ui-tabs-active .ui-tabs-anchor {
    color: #ff8713;
    font-weight: bold;
}

/*.verwalten .ui-jqgrid .ui-jqgrid-hbox{*/
/*    width: 100%!important;*/
/*}*/
/*.verwalten .ui-jqgrid .ui-jqgrid-htable, .verwalten .ui-jqgrid .ui-jqgrid-btable{*/
/*    width: 100%!important;*/
/*    table-layout: auto!important;*/
/*    display: block;*/
/*}*/
.konto .ui-jqgrid .ui-jqgrid-htable, .konto .ui-jqgrid .ui-jqgrid-btable{
    width: 100%!important;
    table-layout: auto!important;
    display: block;
}
.ui-jqgrid .ui-jqgrid-htable tr, .ui-jqgrid .ui-jqgrid-btable tr{
    display: block;
}
.ui-jqgrid .ui-jqgrid-htable th, .ui-jqgrid .ui-jqgrid-btable td{
    display: inline-block;
    /*width: 90px!important;*/
    vertical-align: top;
}
/*.konto */ .ui-jqgrid .ui-jqgrid-htable tr, /*.konto*/ .ui-jqgrid .ui-jqgrid-btable tr{
    display: table-row;
}
/*.konto*/ .ui-jqgrid .ui-jqgrid-htable th, /*.konto*/ .ui-jqgrid .ui-jqgrid-btable td{
    display: table-cell;
    /*width: 90px!important;*/
    vertical-align: top;
}
.konto .ui-jqgrid tr.ui-search-toolbar th{
    border-top-width: 0!important;
}
.konto .user-block .ui-state-default, .konto .user-block .ui-widget-content .ui-state-default, .konto .user-block .ui-widget-header .ui-state-default{
    background: #fff!important;
    color: #333;
}
.konto .user-block .ui-jqgrid tr.ui-search-toolbar th{
    padding: 5px;
}
.konto .ui-th-column, .konto .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
    border-bottom: 2px solid #f3f3f3;
}
.konto .user-block .ui-jqgrid tr.jqgrow td{
    border-bottom: 2px solid #f3f3f3;
}
.konto .ui-jqgrid .ui-jqgrid-view input{
    padding-left: 5px!important;
}
.ui-jqgrid .ui-jqgrid-hbox{
    padding: 0!important;
}
.user-block .ui-jqgrid .ui-jqgrid-btable td{
    white-space: normal;
    height: auto;
    vertical-align: middle;
}
.user-block .ui-jqgrid tr.jqgrow{
    border-bottom: 1px solid rgb(241,241,241);
}
.balance-number-wrap{
    padding-top: 20px;
    font-family: "Avenir Next LT Pro";
}
.balance-number-wrap .balance-title{
    font-size: 30px;
    color: rgb(51, 51, 51);
    line-height: 1;
    font-weight: bold;
}
.balance-number-wrap .balance-number{
    font-size: 25px;
    color: rgb(51, 51, 51);
    line-height: 1;
    display: inline-block;
    margin-left: 20px;
}
.line {
    background-color: rgb(241, 241, 241);
    position: absolute;
    left: 504px;
    top: 821px;
    width: 863px;
    height: 1px;
    z-index: 407;
}

/*.verwalten .ui-th-ltr:nth-of-type(1),*/
/*.verwalten .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(1){*/
/*    width: 37px!important;*/
/*}*/
/*.verwalten .ui-th-ltr:nth-of-type(2),*/
/*.verwalten .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(2){*/
/*    width: 70px!important;*/
/*}*/
/*.verwalten .ui-th-ltr:nth-of-type(6),*/
/*.verwalten .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(6){*/
/*    width: 77px!important;*/
/*}*/
/*.verwalten .ui-th-ltr:nth-of-type(7),*/
/*.verwalten .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(7){*/
/*    width: 77px!important;*/
/*}*/
/*.verwalten .ui-th-ltr:nth-of-type(9),*/
/*.verwalten.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(9){*/
/*    width: 77px!important;*/
/*}*/
/*.konto .ui-th-ltr:nth-of-type(1),*/
/*.konto .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(1){*/
/*    width: 5%!important;*/
/*}*/
/*.konto .ui-th-ltr:nth-of-type(2),*/
/*.konto .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(2){*/
/*    width: 10%!important;*/
/*}*/
/*.konto .ui-th-ltr:nth-of-type(3),*/
/*.konto .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(3){*/
/*    width: 20%!important;*/
/*}*/
/*.konto .ui-th-ltr:nth-of-type(4),*/
/*.konto .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(4){*/
/*    width: 20%!important;*/
/*}*/
/*.konto .ui-th-ltr:nth-of-type(5),*/
/*.konto.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(5){*/
/*    width: 15%!important;*/
/*}*/
/*.konto .ui-th-ltr:nth-of-type(6),*/
/*.konto.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(6){*/
/*    width: 15%!important;*/
/*}*/
/*.konto .ui-th-ltr:nth-of-type(7),*/
/*.konto.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:nth-of-type(7){*/
/*    width: 15%!important;*/
/*}*/
/*.verwalten .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(1){*/
/*    width: 37px!important;*/
/*    height: 99px;*/
/*    line-height: 68px;*/
/*    background: #e8e8e8;*/
/*    font-family: "Avenir Next LT Pro";*/
/*    color: #686868;*/
/*}*/

/*.verwalten .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(2){*/
/*    width: 70px!important;*/
/*}*/
/*.verwalten .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(6){*/
/*    width: 77px!important;*/
/*}*/
/*.verwalten .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(7){*/
/*    width: 77px!important;*/
/*}*/
/*.verwalten .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(9){*/
/*    width: 77px!important;*/
/*}*/
/*.konto .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(1){*/
/*    width: 5%!important;*/
/*}*/
/*.konto .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(2){*/
/*    width: 10%!important;*/
/*}*/
/*.konto .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(3){*/
/*    width: 20%!important;*/
/*}*/
/*.konto .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(4){*/
/*    width: 20%!important;*/
/*}*/
/*.konto .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(5){*/
/*    width: 15%!important;*/
/*}*/
/*.konto .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(6){*/
/*    width: 15%!important;*/
/*}*/
/*.konto .user-block .ui-jqgrid tr.jqgrow td:nth-of-type(7){*/
/*    width: 15%!important;*/
/*}*/
.organizer-tabs{
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
}
.s-ico{
    position: absolute;
    right: 12px;
    top: 29%;
    transform: translateY(-50%);
}
.user-block .ui-jqgrid .ui-jqgrid-htable th{
    height: 40px;
    line-height: 40px;
}
.user-block .ui-jqgrid tr.ui-search-toolbar th{
    height: 30px;
}
.user-block .ui-state-hover{
    border: none!important;
    background: initial!important;
    border-bottom: 1px solid rgb(241,241,241)!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: none!important;
    background: initial!important;
    border-bottom: 1px solid rgb(241,241,241)!important;
}
.user-block .ui-widget-content{
    background: #fff;
}
.object-list-wrapper .ui-tabs .ui-tabs-nav{
    padding: 0;
    background: #f3f3f3;
    border: none;
}
.object-list-wrapper .ui-tabs .ui-tabs-nav li.ui-state-active{
    background: #fff!important;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(255, 135, 19);
    border: 1px solid rgb(255, 135, 19);
}


.object-list-wrapper .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(255, 135, 19);
}
.object-list-wrapper .ui-tabs .ui-tabs-nav li{
    margin: 0;
    background: #fff!important;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 2px;
}

.object-list-wrapper .ui-tabs .ui-tabs-nav li a{
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(149, 149, 149);
    outline: none!important;
}
body .object-list-wrapper .ui-button.ui-state-default[title="Deaktivieren"] .ui-icon{
    background: url(../img/remove3.png) no-repeat center!important;
    width: 28px;
}
body .object-list-wrapper .ui-button.ui-state-default[title="Kurzansicht"] .ui-icon{
    background: url(../img/pencil.png) no-repeat center!important;
    width: 28px;
}
body .object-list-wrapper .ui-button.ui-state-default[title="Kopieren"] .ui-icon{
    background: url(../img/copy.png) no-repeat center!important;
    width: 28px;
}
.object-list-wrapper .ui-search-toolbar th input{
    border: 1px solid #5c6773;
    border-radius: 2px;
    background: transparent;
    color: #fff;
    padding-left: 5px!important;
}
#event-edit-win.ui-dialog-content{
    padding: 0!important;
}
.event-edit-title{
    line-height: 60px;
    background: #ff8713;
    color: #fff;
    font-size: 24px;
    font-family: "Avenir Next LT Pro";
    color: rgb(254, 254, 254);
    margin-bottom: 18px;
    font-weight: 600;
    padding: 0 35px;
}
.send_package_popup{
    padding: 0 30px;
    width: 100%;
}
.send_package_popup td:first-of-type{
    width: 164px;
}
.send_package_popup td:last-of-type{
    width: calc(100% - 164px);
    padding: 0 0 9px 0;
}
.send_package_popup td:last-of-type input[type="text"]{
    width: 100%;
}
.send_package_popup .check{
    display: none;
}
.send_package_popup label{
    position: relative;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px;
}
.send_package_popup label:after{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #aeaeae;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 7px;
}

.send_package_popup label:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #aeaeae;
    border-radius: 50%;
    top: 5px;
    right: 5px;
    opacity: 0;
    transition: .4s all ease;
}
.ui-dialog .ui-dialog-buttonpane button{
    /*width: 96px !important;*/
    height: 43px;
    border: none;
    border-radius: 2px;
    background-color: rgb(174, 174, 174);
    text-align: center;
    padding: 5px 20px 5px 20px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane button:last-of-type{
    background: #ff2913;
    width: auto;
}
.ui-dialog .ui-dialog-buttonpane{
    background: #fff;
    padding: 0!important;
    margin: 0 35px;
    padding-top: 20px!important;
    border-top: 1px solid rgb(232, 232, 232);
}

.ui-dialog-titlebar-close {
    text-indent: -99em;
    overflow: hidden;
    background: transparent;
}

.button_delete {
    border-radius: 2px;
    background-color: rgb(174, 174, 174);
    position: absolute;
    left: 1049px;
    top: 2282px;
    width: 96px;
    height: 43px;
    z-index: 1676;
}
#event-date-edit-dialog td .input-long {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
}
#event-date-edit-dialog td .input-medium {
    width: 8em;
    height: 40px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
}
#event-date-edit-dialog td .input-medium.rdnl {
    border: none;
}

.input-long.error{
    border: 1px solid red;
}

.check:checked + label:before{
    opacity: 1;
}
.promotions .fc-title{
    color: #fff;
    font-size: 10px;
}
.promotions .fc-day-grid-event.fc-event{
    padding: 0;
}

.fc-daygrid-dot-event .fc-event-title {
    overflow: initial !important;
}

.wrap_edit_avatar .wrap_img{
    display: inline-block;
    margin: 0 0 10px 0;
}

.user-block .image-wrap{
    padding: 0 15px 15px 0;
    float: left;
}
.user-block .image-row .checkbox{
    width: auto;
    display: inline-block;
}
.user-block .image-row {
    margin-left: 40%;
}


/* Payment
-----------------------------------------------------------------------------*/

.checkout-order.title {
    font-weight:   bold;
    padding-right: 6px;
}

.order-divider {
    width:      400px;
    background: #eee;
    height:     1px;
    border:     none;
}


/* Category page
-----------------------------------------------------------------------------*/
.category-sidebar {
    width:                 220px;
    position:              relative;
    z-index:               1;
    float:                 left;
    border-radius:         2px;
}

.category-sidebar > div {
    border-top:    1px solid #3E5165;
    border-bottom: 1px solid #000;
}

.category-sidebar > div:last-child {
    border-bottom: 4px solid #F86115 !important;
}

.category-sidebar a {
    padding-left: 20px;
    line-height: 57px;
    display:    block;
    color:      #fff;
    background: rgba(37, 53, 69, 1);
    background: -moz-linear-gradient(top, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    background: -o-linear-gradient(top, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    background: -ms-linear-gradient(top, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    background: linear-gradient(to bottom, rgba(37, 53, 69, 1) 0%, rgba(25, 42, 60, 1) 100%);
    filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#253545', endColorstr='#192a3c', GradientType=0);
    font-size: 13px;
    font-family: "Avenir Next Cyr";
    position: relative;
}

.category-sidebar a:hover, .category-sidebar a.active {
    background: #ff8713;
}
.category-sidebar a:after{
    content: '';
    width: 13px;
    height: 30px;
    background: url(../img/hover_sidebar.png) center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 13px);
    z-index: 1;
    opacity: 0;
}
.category-sidebar a:hover:after, .category-sidebar a.active:after {
    left: 100%;
    opacity: 1;
}
.category-sidebar .title {
    padding-left:   20px;
    text-transform: uppercase;
    font-weight:    bold;
    height:         57px;
    line-height: 57px;
    display:        table-cell;
    vertical-align: middle;
    width:          270px;
    color:          #fff;
    border:         none;
    background:     #ff8713;
    font-family: AvenirNextCyr-Demi;
    font-size: 14px;
}
.category-content {
    width:        100%;
    padding-left: 250px;
    margin-left:  -220px;
    position:     relative;
    z-index:      0;
    float:        right;
}
.category-content .no-result,
.categories-wrap .no-result{
    line-height: 57px;
    font-size: 30px;
    color: #959595;
    font-family: "Avenir Next LT Pro";
    margin-bottom: 11px;
}

.categories-wrap .noresult-wrap {
    width: 100%;
    text-align: center;
}

.category-content .to-catalog{
    width: 342px;
    line-height: 45px;
    text-align: center;
    display: block;
    background: #ea2f00;
    text-decoration: none;
    color: #fff;
    font-family: AvenirNextCyr-Demi;
    font-size: 18.21px;
    border-radius: 2px;
}


/* Filter tabs
-----------------------------------------------------------------------------*/
.filter-tabs {
    height:                220px;
    padding:               0 !important;
    position:              relative;
    z-index:               1;
    -webkit-border-radius: 0 !important;
    -moz-border-radius:    0 !important;
    border-radius:         0 !important;
    border:                none !important;
    top:                   25px;
    background:            rgba(255, 255, 255, 1) !important;
    background:            -moz-linear-gradient(top, rgba(255, 255, 255, 1) 25%, rgba(250, 247, 250, 1) 40%, rgba(135, 140, 145, 0.8) 100%) !important;
    background:            -webkit-gradient(left top, left bottom, color-stop(25%, rgba(255, 255, 255, 1)), color-stop(40%, rgba(250, 247, 250, 0.9)), color-stop(100%, rgba(135, 140, 145, 0.8))) !important;
    background:            -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 25%, rgba(250, 247, 250, 1) 40%, rgba(135, 140, 145, 0.8) 100%) !important;
    background:            -o-linear-gradient(top, rgba(255, 255, 255, 1) 25%, rgba(250, 247, 250, 1) 40%, rgba(135, 140, 145, 0.8) 100%) !important;
    background:            -ms-linear-gradient(top, rgba(255, 255, 255, 1) 25%, rgba(250, 247, 250, 1) 40%, rgba(135, 140, 145, 0.8) 100%) !important;
    background:            linear-gradient(to bottom, rgba(255, 255, 255, 1) 25%, rgba(250, 247, 250, 1) 60%, rgba(135, 140, 145, 0.8) 100%) !important;
    filter:                progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#878c91', GradientType=0) !important;
}

.filter-tabs ul {
    width:      100%;
    display:    table;
    background: #eee;
    box-shadow: none;
    overflow:   hidden;
    padding:    0 !important;
    border:     none;
}

.filter-tabs ul li {
    display:               table-cell;
    text-align:            center;
    float:                 none !important;
    background:            none !important;
    list-style:            none;
    position:              relative;
    padding:               0;
    white-space:           nowrap;
    border:                none !important;
    margin:                0 !important;
    -webkit-border-radius: 30%;
    -moz-border-radius:    30%;
    border-radius:         30%;
    overflow:              hidden;
}

.filter-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active {
    background:            #fff !important;
    box-shadow:            0 5px 0 #fff, -1px 0 5px #d6d6d6, 1px 0 5px #d6d6d6;
    z-index:               5;
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
}

.filter-tabs ul li a {
    font-family: open_sansregular, sans-serif;
    color:       #555 !important;
    font-size:   14px;
    display:     block;
    width:       100%;
    padding:     15px 0 !important;
    float:       none;
    outline:     none !important;
    border-left: 1px solid #ccc;
}

.filter-tabs ul li:first-child a {
    border: none;
}

.filter-tabs ul li a:before {
    content:     '\f145';
    position:    relative;
    display:     inline-block;
    margin:      0 7px 0 0;
    font-family: FontAwesome;
}

.filter-tabs ul li:nth-child(1) a:before {
    content: '\f145';
}

/*Eintrittskarten*/
.filter-tabs ul li:nth-child(2) a:before {
    content: '\f005';
}

/*Freizeit*/
.filter-tabs ul li:nth-child(3) a:before {
    content: '\f0f5';
}

/*Restaurants*/
.filter-tabs ul li:nth-child(4) a:before {
    content: '\f0f2';
}

/*Reisen*/
.filter-tabs ul li:nth-child(5) a:before {
    content: '\f207\00a0\f238\00a0\f072';
}

/*Fahrtkarten und Flüge*/
.filter-tabs ul li:nth-child(6) a:before {
    content: '\f19d';
}

/*Unterricht & Kurse*/
.filter-tabs ul li:nth-child(7) a:before {
    content: '\f1b9';
}

/*Mietwagen*/
.filter-tabs ul li:nth-child(8) a:before {
    content: '\f278';
}

/*Specials*/
.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
    height:  180px;
}

.filter-block select {
    color: #929292;
}

.filter-block.filter-tabs-list {
    height:   510px;
    position: relative;
}

.filter-block.filter-tabs-list > .form {
    bottom:   50px;
    position: absolute;
    width:    100%;
}

.filter-block .fieldLabel {
    display:     inline-block;
    width:       100%;
    font-family: sans-serif;
    color:       #555 !important;
    font-size:   14px;
}

.filter-block .row {
    width:              25%;
    float:              left;
    padding:            0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-top:         5px;
}

.filter-block .row.search-button {
    float: right;
}

.filter-block .row input,
.filter-block .row select,
.filter-block .row button {
    width:     100%;
    height:    44px;
    font-size: 13px;
}

.filter-block .row button {
    background:            #ff2400;
    text-align:            center;
    color:                 #fff;
    line-height:           32px;
    cursor:                pointer;
    border:                1px solid #EF9081;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
    outline:               none;
}

.filter-block .row button:hover,
.filter-block .row button:active {
    background: #A21700;
    border:     1px solid #671E12;
}

/* Category filter
-----------------------------------------------------------------------------*/
.category-filter{
    margin-bottom: 20px;
}

.category-filter input,
.category-filter select,
.category-filter button {
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
    width:                 100%;
}

.category-filter .search-button button {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius:    0 3px 3px 0;
    border-radius:         0 3px 3px 0;
}

.category-filter .filter-block form .row:first-child * {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius:    3px 0 0 3px;
    border-radius:         3px 0 0 3px;
}

.category-filter .filter-block form {
    display: table;
    width: 100%;
}

.category-filter .filter-block .row {
    display:        table-cell;
    vertical-align: middle;
    width: 16.6%;
    position: relative;
}
.category-filter .filter-block.col-6 .row:nth-of-type(1){
    width: 17.1%;
}
.category-filter .filter-block.col-6 .row:nth-of-type(2){
    width: 13.8%;
}
.category-filter .filter-block.col-6 .row:nth-of-type(2):after,
.category-filter .filter-block.col-6 .row:nth-of-type(5):after{
    content: '';
    background-image: url('../img/arrow-down.png');
    background-position: 2px center;
    background-repeat: no-repeat;
    width: 13px;
    height: 10px;
    position: absolute;
    right: 6px;
    top: 18px;
}
.category-filter .filter-block.col-6 .row:nth-of-type(3){
    width: 11.3%;
}
.category-filter .filter-block.col-6 .row:nth-of-type(4){
    width: 11.7%;
}
.category-filter .filter-block.col-6 .row:nth-of-type(5){
    width: 16.8%;
}
.category-filter .filter-block.col-6 .row:nth-of-type(6){
    width: 16.8%;
}
.category-filter .filter-block.col-6 .row:nth-of-type(7){
    width: 12.5%;
    min-width: 0;
}
.category-filter .filter-block .row select:focus{
    border: 1px solid #ff8713;
}
.category-filter .filter-block .row select{
    -webkit-appearance: none;
    -moz-appearance: none;

}
.category-filter .filter-block.col-4 .row:nth-of-type(1){
    width: 22%;
}
.category-filter .filter-block.col-4 .row:nth-of-type(2){
    width: 22%;
}
.category-filter .filter-block.col-4 .row:nth-of-type(3){
    width: 22%;
}
.category-filter .filter-block.col-4 .row:nth-of-type(4){
    width: 22%;
}
.category-filter .filter-block.col-4 .row:nth-of-type(5){
    width: 12%;
}
.category-filter .hasDatepicker:focus{
    border: 1px solid #ff8713;
}
.category-filter .datepicker-wrap .hasDatepicker:focus +.field-arrow{
    display: inline-block;
}
/*.category-filter .datepicker-wrap .field-arrow{*/
    /*display: none;*/
    /*position: absolute;*/
    /*width: 12px;*/
    /*height: 8px;*/
    /*background: url(../img/field-arrow.png) no-repeat center;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*bottom: -7px;*/
/*}*/
.category-filter .row,
.category-filter .row.search-button {
    padding: 0;
    float:   none;
}
.category-filter .row input, .category-filter .row select{
    border: 1px solid #e0e0e0;
    font-family: "Avenir Next LT Pro";
    border-right: 0;
    font-size: 14px;
    padding-left: 8px;
}
.category-filter .row ::-webkit-input-placeholder{
    font-family: "Avenir Next LT Pro";
}
.category-filter .row.search-button button{
    font-family: "Avenir Next LT Pro";
}

.category-filter .fieldLabel,
.category-filter .label {
    display: none;
}

.categories-wrap .slider-wrap .bx-wrapper .bx-pager,
.categories-wrap .slider-wrap .bx-wrapper .bx-controls-auto {
    bottom: 70px;
}

.category-content .sort-wrap{
    background: #fff;
    font-family: "Avenir Next LT Pro";
    margin-bottom: 45px;
}
.category-content .sort-wrap .container{
    height: auto;
}
.category-content .sort-wrap .row{
    color: #333;
    border: 0;
}
.category-content .sort-wrap .row:first-of-type{
    width: 121px;
}
.category-content .sort-wrap .row span{
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}
.category-content .sort-wrap .row label{
    line-height: 1;

    display: block;
}
.category-content .sort-wrap .row label:before{
    content: '';
    background: url(../img/arrow-down.png) no-repeat center;
    top: auto;
    right: 11px;
    bottom: 15px;
    transform: none;
    width: 13px;
}
.category-content .sort-wrap .row select{
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%!important;
    margin-left: 0;
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    height: 43px;
}
.ui-datepicker.ui-widget-content td{
    border: 0;
    padding: 1px 10px;
    font-family: "Avenir Next LT Pro";
    font-size: 12px;
}
.ui-datepicker.ui-widget-content th{
    font-family: "Avenir Next LT Pro";
    color: #293d55;
}
.ui-datepicker.ui-widget-content td a{
    color: #293d55;
    font-weight: bold;
    line-height: 15px;
}
.ui-datepicker.ui-widget-content{
    background: #fff;
    padding: 0 27px;
    box-sizing: content-box;
    border: 0;
    width: auto;
}

.ui-datepicker.ui-widget-content table{
    margin: 0 0 13px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-title {
    line-height: 42px;
    font-size: 0;
    margin: 0 9px;
    border-bottom: 1px solid #d8d8d8;
}
.ui-datepicker.ui-widget-content .ui-datepicker-month{
    font-size: 16px;
    font-family: Avenir Next Cyr Light;
    color: #293d55;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.ui-datepicker.ui-widget-content .ui-datepicker-year{
    font-size: 22px;
    font-family: Avenir Next Cyr Light;
    color: #293d55;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header{
    position: static;
    background: #fff;
    border: 0;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev{
    height: 100%;
    top: 0;
    left: 0;
    width: 20px;
    background: #2d3e50;
    border-radius: 0;
    cursor: pointer;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev span,
.ui-datepicker.ui-widget-content .ui-datepicker-next span {
    background: none;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev span:before{
    content: '\f100';
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    display: block;
    text-indent: initial;
    text-align: center;
    font-weight: normal;

}

.ui-datepicker.ui-widget-content .ui-datepicker-next span:before{
    content: '\f101';
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    display: block;
    text-indent: initial;
    text-align: center;
    font-weight: normal;
}
.ui-datepicker.ui-widget-content .ui-datepicker-next{
    height: 100%;
    top: 0;
    right: 0;
    width: 20px;
    background: #2d3e50;
    border-radius: 0;
    cursor: pointer;
}

.ui-datepicker.ui-widget-content .ui-datepicker-prev.ui-state-hover,
.ui-datepicker.ui-widget-content .ui-datepicker-next.ui-state-hover{
    background: #2d3e50;
    border: 0;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev.ui-state-hover span,
.ui-datepicker.ui-widget-content .ui-datepicker-next.ui-state-hover span{
    background: none;
}
ui-datepicker .ui-timepicker-div dl dt{
    line-height: 42px;
    font-family: Avenir Next LT Pro;
}
.ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-current{
    width: 96px;
    height: 43px;
    border: none;
    border-radius: 2px;
    background-color: rgb(174, 174, 174);
    text-align: center;
    padding: 0;
}
.ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-close{
    width: 96px;
    height: 43px;
    border: none;
    border-radius: 2px;
    background-color: #ff2913;
    text-align: center;
    padding: 0;
}
/* Photo-collage
-----------------------------------------------------------------------------*/
.collage-wrap {
    margin: 25px -5px 0;
}

.photo-collage {
    width: 100%;
}

.photo-collage:after {
    content: '';
    clear:   both;
}

.am-wrapper {
    float:    left;
    position: relative;
    overflow: hidden;
}

.am-wrapper img {
    position: absolute;
    outline:  none;
}

.info-esp {
    position:           absolute;
    bottom:             -78px;
    left:               0;
    background-color:   rgba(0, 0, 0, .75);
    color:              #FFF;
    font-size:          13px;
    width:              100%;
    height:             113px;
    -webkit-transition: bottom .3s;
    transition:         bottom .3s;
    text-align:         left;
    line-height:        18px;
    padding:            10px 0;
}

.am-wrapper:hover .info-esp {
    bottom: 0
}

.info-esp span {
    display: block;
    padding: 0 10px
}

span.title {
    padding-bottom: 5px;
    overflow:       hidden;
    text-overflow:  ellipsis;
    white-space:    nowrap;
}

span.locale {
    padding-bottom: 5px;
}

span.price:before {
    content:    '';
    width:      100%;
    height:     1px;
    background: #676767;
    margin:     7px 0px;
    display:    block;
}

span.price {
    font-size:   30px;
    clear:       both;
    line-height: 1.2;
}

/* Modal windows
-----------------------------------------------------------------------------*/
.ui-dialog.no-title .ui-dialog-titlebar-close{
    border: none!important;
}
body .ui-dialog.ui-widget-content{
    background: #fff!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
body .ui-dialog .ui-dialog-content{
    padding: 0!important;
}
.ui-dialog .basket-popup.ui-dialog-content{
    padding: 0!important;
    min-height: 323px!important;
}
#infoLetterPopup, #agb-dialog {
    background: #fff !important;
    padding:    0 0 35px 0 !important;
    height:     auto !important;
}
#infoLetterForm{
    padding: 0 35px;
}
#infoLetterPopup h2,
#agb-dialog h2,
#agb-dialog p {
    padding: 0 25px;
}
#infoLetterPopup h2{
    line-height: 60px;
    background: #ff8713;
    color: #fff;
    font-size: 24px;
    font-family: "Avenir Next LT Pro";
    color: rgb(254, 254, 254);
    margin-bottom: 18px;
    font-weight: 600;
    padding: 0 35px;
}
#infoLetterPopup form label {
    display:   block;
    font-size: 14px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    margin-bottom: 18px;
}

#infoLetterPopup form .col label{
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    line-height: 2.333;
    font-weight: 500;
    margin-bottom: 0;
}

#infoLetterPopup form .row:first-child {
    width:         100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(232,232,232);
}
#infoLetterPopup form .row:nth-of-type(2) {
    margin-bottom: 30px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgb(232,232,232);
}
#infoLetterPopup form .row .col {
    display: inline-block;
    width:   32.4%;
    margin-right: 1.4%;
    position: relative;
}
#infoLetterPopup form .row .col .error-field{
    position: absolute;
    top: 105%;
    left: 0;
    display: inline-block;
}
#infoLetterPopup form .row .col:last-of-type{
    margin-right: 0;
}
#infoLetterPopup form .row .col input,
#infoLetterPopup form .row .col select {
    width:                 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    height:                35px;
    line-height:           35px;
    color:                 #555;
    font-size:             13px;
    border: 1px solid rgb(221,221,221);
}

#infoLetterPopup .row.btns,
#infoLetterPopup .row.legal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
#infoLetterPopup .row.btns{
    width: 265px;
    vertical-align: middle;
}


#infoLetterPopup .row.legal p {
    font-size: 14px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    line-height: 1.429;
    margin:    0;
    margin-bottom: 26px;
}

#infoLetterPopup .row.btns button {
    border-radius: 2px;
    background-color: rgb(255, 41, 19);
    width: 121px;
    height: 43px;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(255, 255, 255);
    padding: 0;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgb(255, 41, 19);
}
#infoLetterPopup .row.btns a {
    display:    inline-block;
    vertical-align: middle;
    width: 119px;
    height: 43px;
    text-align: center;
    border-radius: 2px;
    background-color: rgb(174, 174, 174);
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(255, 255, 255);
    margin-right: 14px;
    line-height: 43px;
    cursor: pointer;
}
.ui-autocomplete{
    z-index: 21000;
}
#infoletter-success{
    background: #fff !important;
    padding: 25px 0 25px 0 !important;
    height: auto !important;
    text-align:center;
    vertical-align:center;
}
#infoLetterPopup form .privacy-text.checkbox {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 200px;
    width: auto;
}
#infoLetterPopup form .privacy-text label{
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
}
#infoLetterPopup form .privacy-text a{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
/* Object page
-----------------------------------------------------------------------------*/

.breadcrumb {
    margin-bottom: 42px;
    font-size: 14px;
    font-family: "Avenir Next LT Pro";
    color: rgb(141, 141, 141);
}

.breadcrumb a, .breadcrumb strong {
    font-family: "Avenir Next LT Pro";
    color: rgb(141, 141, 141);
}
.breadcrumb a:last-of-type{
    color: #F88515;
}
.breadcrumb a:hover {
    color: #F88515;
}

.categories-wrap .breadcrumb{
    padding: 22px 0;
    margin: 0;
    font-size: 12px;
}
/*
.breadcrumb a::after {
    content: '\3E';
    display: inline-block;
    padding: 0 8px 0 10px
}
*/

#object-view-wrap h1 {
    display: inline-block;
    font-size: 30px;
    font-family: "Avenir Next LT Pro";
    color: rgb(25, 42, 60);
    font-weight: 500;
}
.after-title{
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: rgb(25, 42, 60);
    line-height: 1.667;
    font-weight: 500;
    /*margin-top: 11px;*/
}
.object-slider .bx-wrapper .bx-caption span{
    display: none;
}
#object-view-wrap .location {
    margin-left: 7px;
    color:       #8c8c8c;
}

#object-view-wrap .location::before {
    margin-right: 5px;
}

#object-view-wrap .location:hover {
    color: #F88515;
}

#object-view-wrap .bx-wrapper {
    margin: 0;
}

#object-view-wrap .bx-wrapper img {
    height:        295px;
    width:         100%;
    object-fit:    cover;
    -o-object-fit: cover;
}

.bx-wrapper .bx-caption {
    background: rgba(0, 0, 0, 0.5) !important;
}

.info-bar-wrap {
    padding:            30px 0;
    margin:             50px 0;
    background:         #F3F3F3;
    -webkit-box-shadow: 0 3px 5px 0 #c1c1c1;
    -moz-box-shadow:    0 3px 5px 0 #c1c1c1;
    box-shadow:         0 3px 5px 0 #c1c1c1;
}

.info-bar .info-sticky {
    width:      65%;
    float:      left;
    margin-top: 5px;
}

.info-bar .info-price {
    width: 35%;
    float: right;
}

.sticky-list {
    display: table;
    width:   100%;
}

.sticky-list li {
    min-width:          110px;
    display:            table-cell;
    list-style:         none;
    color:              #7B7B7B;
    font-size:          13px;
    padding-right:      25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

.sticky-list li strong {
    display: inline-block;
    color: rgb(94, 94, 94);
    vertical-align: middle;
    font-weight: normal;
}
.sticky-list li::before {
    content: '';
    position:    relative;
    display: inline-block;
    /*width: 24px;
    height: 24px;
    margin-right: 20px;*/
    vertical-align: middle;

}

.sticky-list li.date::before {
    background: url(../img/icon_date.png);
}

.sticky-list li.duration::before {
    background: url(../img/icon_date.png);
}

.sticky-list li.age::before {
    background: url(../img/icon_age.png);
}

.sticky-list li.language::before {
    background: url(../img/icon_language.png);
}

.sticky-list li.category::before {
    background: url(../img/icon_site.png);
}

.sticky-list li.payment::before {
    background: url(../img/icon_payment.png);
}

.sticky-list li.ticket::before {
    background: url(../img/icon_tel.png);
}

.info-price .price-wrap {
    display:     table;
    text-align:  right;
    margin-left: auto;
}

.old-price, .info-bar .reserve, .new-price {
    display:        table-cell;
    vertical-align: middle;
}
.info-bar .btn{
    margin-left: 10px;
    float: right;
}

.old-price small,
.old-price span {
    display: table-row;
}

.old-price span {
    color:       #F86615;
    font-weight: bold;
}

.old-price small {
    color: #7B7B7B;
}

.new-price {
    font-size:   33px;
    line-height: 1.3;
    padding:     0 20px 0 15px;
}

.reserve button {
    width: auto !important;
}

#object-view-wrap .user-block p {
    border-bottom: none;
    font-family: Avenir Next LT Pro!important;
}

.artists {
    border-top: 1px solid #B5B5B5;
}

.event-info {
    float: left;
    width: 50%;
}

.event-map {
    float: right;
    width: 50%;
}

.map-wrap {
    padding-bottom: 10px;
    text-align:     right;
}

.map-wrap #map {
    width:         100%;
    height:        270px;
    margin-bottom: 20px;
}

.event-info .sticky-list {
    padding-left: 20px;
    font-family: "Avenir Next LT Pro";
    font-size: 13px;
    line-height: 2.5;
}


.event-info .sticky-list li {
    width:         100%;
    padding:       5px 14px 0 0;
    display:       block;
}

.event-info .sticky-list li:last-child {
    border-bottom: 0;
}

.event-map h4 {
    margin-bottom: 0;
}

.map-wrap h5 {
    margin:  10px 0 0 0;
    padding: 0 15px;
}

.map-wrap p {
    margin:    0 0 5px 0;
    font-size: 12px;
    padding:   0 15px;
}

p.adapted {
    font-size: 14px;
    display:   inline-block;
}

p.adapted::after {
    content:           '\f193';
    position:          relative;
    display:           block;
    margin:            0 0 0 10px;
    font-family:       FontAwesome;
    font-size:         22px;
    color:             #223243;
    float:             right;
    -webkit-transform: scale(-1, 1);
    -moz-transform:    scale(-1, 1);
    -ms-transform:     scale(-1, 1);
    -o-transform:      scale(-1, 1);
    transform:         scale(-1, 1);
}

.tick-wrap {
    float:         right !important;
    margin-bottom: 10px;
    margin-top:    -35px;
    text-align:    center;
}

.tick-flip {
    float:            right !important;
    border:           none !important;
    box-shadow:       none !important;
    background-color: #fff !important;
    background-image: none !important;
    font-size:        3.5em !important;
    margin-bottom:    0 !important;
    z-index:          1;
}

.tick-wrap span {
    display:     block;
    white-space: nowrap;
    clear:       both;
}

.tick-wrap p {
    margin-bottom: 0;
}

/* Basket
-----------------------------------------------------------------------------*/
.cart-buttons a{
    width: 200px;
}
.cart-buttons a:first-child{
    float: left;
}
.basket-popup{
    font-family: "Avenir Next LT Pro";
}
.cart-buttons .continue-shopping {
    margin-left: 80px;
    background: none !important;
    font-weight: normal;
    font-size: 17px;
    color: #000 !important;
    cursor: pointer;
    text-decoration: underline;
}
.basket-popup h2{
    padding: 0;
    line-height: 55px;
    background: #ff8713;
    color: #fff;
    padding-left: 43px;
    font-size: 18px;
    margin:0;
}
.basket-popup .basket-head{
    background: #e8e8e8;
    line-height: 55px;
    padding-left: 43px;
    color: #606060;
    font-size: 18px;
}
.basket-popup-items{
    padding: 0 43px;

}
.basket-popup-row{
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    color: #333333;
}
.basket-popup-row.totals{
    font-weight: bold;
    font-size: 18px;
}
.basket-popup-row:after{
    content: '';
    display: table;
    clear: both;
}
.basket-popup-item{
    float: left;
    width: 50%;
    line-height: 55px;
    display: inline-block;
}
.basket-popup-price{
    float: left;
    width: 50%;
    line-height: 55px;
    display: inline-block;
    text-align: right;
}
.basket-popup .cart-buttons{
    padding: 30px 43px;
}
.basket-popup .cart-buttons.btn a{
    background: #ea2f00;
    width: auto;
    padding: 0 18px;
    text-transform: none;
}
.basket-popup .cart-buttons.btn:after{
    content: '';
    display: table;
    clear: both;
}
.show-location {
    display:     inline-block;
    background:  #60b8dd;
    color:       #fff;
    border:      none;
    height:      26px;
    line-height: 25px;
    padding:     0 10px;
    cursor:      pointer;
}
.basket-empty h2{
    margin-top: 73px;
    margin-bottom: 45px;
    font-size: 52px;
    color: #959595;
    text-align: center;
    line-height: 52px;
    padding-bottom: 0;
    font-family: "Avenir Next LT Pro";
}
.basket-empty .suitcase{
    background: url(/assets/tralindo/img/suitcase.jpg);
    width: 292px;
    height: 288px;
    text-align: center;
    margin: 0 auto;
}
.basket-empty .suitcase img{
    display: inline-block;
    margin-top: 62px;
    margin-bottom: 17px;
}
.basket-empty .suitcase p{
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    width: 178px;
    margin: 0 auto;
}
.basket-empty .to-catalog{
    width: 293px;
    line-height: 43px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #ea2f00;
    text-decoration: none;
    margin-top: 50px;
    color: #fff;
    font-family: AvenirNextCyr-Demi;
    font-size: 18.21px;
    border-radius: 2px;
}

.checkout-bar {
    overflow: hidden;
    margin-top: 20px;
}
.checkout-bar.disabled table td.active {
    border: 1px solid #959595;
    color: #959595;
}
.checkout-bar.disabled *{
    cursor: default;
}
.checkout thead{
    font-family: 'AvenirNextCyr-Demi';
}
.basket-contents tr td {
    border-bottom: 1px solid #eee;
}
.basket-contents tbody td {
    padding-top:    10px;
    padding-bottom: 10px;
    vertical-align: top;
}
#basketForm table,
.checkout-bar table {
    width:           100%;
    border-spacing: 0;
}
.checkout-bar table tr {

}
.checkout-bar table tr td:first-child{

    overflow: hidden;
}
.checkout-bar table tr td:last-child{
    overflow: hidden;
    border-right: 1px solid #959595;
}
.checkout-bar table tr td:last-child.active{
    border-right: 1px solid #ff8713;
}
.checkout-bar table tr td.active + td{
    border-left: 0;
}
.checkout-bar table td {
    font-family: "Avenir Next LT Pro";
    padding:     0 10px;
    color: #959595;
    height:      44px;
    line-height: 44px;
    font-size:   16px;
    border: 1px solid #959595;
    text-align: center;
    border-right: 0;
}
.checkout-bar table td.active {
    border: 1px solid #ff8713;
    color: #ff8713;
}
.checkout-bar table td a {
    color: #959595;
}
.basket-totals {
    float:   right;
    padding: 22px 0 0;
}
.basket-totals tbody tr:last-child td {
    border-top:  1px solid #eee;
    padding-top: 17px;
}
.basket-totals .totals-item {
    text-align:    right;
    padding-right: 0;
}
.basket-totals table {
    min-width: 280px;
    float:     right;
}
.basket-item .item-amount {
    max-width:  60px;
    text-align: center;
}
.basket-item {
    text-align: center;
}
.basket-item.row-total {
    text-align:    right;
    padding-right: 0;
}
.cart-buttons a:last-child {
    float: right;
}
.checkbox-cell {
    width: 1%;
}
.basket-actions {
    float:     left;
    padding:   35px 0 0 44px;
}
.basket-actions [type="submit"] {
    height: 43px;
    line-height: 43px;
    width: 120px;
    margin-right: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 12px;
    text-transform: none;
    background: #fff;
    border: 1px solid #aeaeae;
    color: #aeaeae!important;
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    font-weight: normal;
}
.basket-actions [type="submit"]:hover{
    border-color: #ff8713;
    background: #ff8713;
    color: #fff!important;
}
.basket-actions [type="submit"].refresh-button{
    color: #ff8713!important;
    border-color: #ff8713;
}
.basket-actions [type="submit"].refresh-button:hover{
    color: #fff!important;
}
.checkout{
    background: #f1f1f1;
    padding: 15px;
}
.checkout.basket-wrap{
    padding: 0;
    background: #fff;
    font-family: "Avenir Next LT Pro";
}
.basket-content-header, .basket-row{
    font-size: 0;
}
.basket-row{
    position: relative;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding-bottom: 15px;
}
.success .basket-row{
    border-left: 1px solid #eaeaea;
}
.success .continue-purchase{
    text-align: right;
    padding-top: 34px;
}
.success .continue-purchase a{
    color: #fff;
}
.basket-content-header{
    background: #192a3c;
    color: #fff;
}
.basket-content-header > *, .basket-row > *{
    font-size: initial;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    vertical-align: top;
}
.basket-row > *{
    min-height: 113px;
    height: auto;
}
.checkbox-cell{
    width: 2.5%;
    text-align: center;
    padding-top: 12px;
}
.checkbox-cell input[type=checkbox]{
    margin: 0;
    display: none;
}
.checkbox-cell input[type=checkbox]:checked + label:after{
    display: inline-block;
}
.checkbox-cell label{
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.checkbox-cell label:before{
    content: '';
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 3px;
    opacity: 0.3;
}
.checkbox-cell label:after{
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding-left: 1px;
    display: none;
}
.basket-row .checkbox-cell label:before{
    border: 0;
    background: #fff;
    opacity: 1;
}
.basket-row .checkbox-cell label:after{
    color: #ff8713;

}
.basket-item{
    width: 12.5%;
    text-align: center;
}
.basket-row .basket-item{
    padding-top: 28px;
}
.basket-item.row-total{
    padding-right: 30px;
}
.basket-row .checkbox-cell{
    background: #eaeaea;
    padding-top: 16px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
}
.basket-row .item-link a{
    font-size: 18px;
    color: #192a3c;
    line-height: 22px;
    padding-top: 14px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: bold;
}
.basket-item-name{
    width: 60%;
    padding-left: 14px;
}
.success-thankyou{
    font-size: 30px;
    padding: 64px 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #eee;
    line-height: 1;
}
.success .basket-item-name{
    padding-left: 25.625px;
    width: 60%;
}
.success .basket-item.row-total{
    padding-right: 0;
    text-align: center;
}
.success .basket-item.row-total:last-of-type{
    text-align: right;
    padding-right: 26px;
}
.success .basket-item{
    width: 13%;
}
.success .basket-row .basket-item{
    padding-top: 37px;
}
.basket-item-img{
    width: 11.7%;
    padding-top: 16px;
    padding-left: 44px;
}
.success .basket-item-img{
    padding-left: 0;
    width: 10.8%;
}
.success .basket-row .item-img{
    margin: 0 auto;

}
.basket-item-info{
    width: 50%;
}
.basket-item-info .view-order-details{
    font-size: 14px;
    color: #ff8713;
    line-height: 1.714;
    margin-top: 7px;
}
.basket-item-details{
    line-height: 24px;
    color: #5e5e5e;
    font-size: 16px;
}
.basket-row .item-img{
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.basket-totals-wrapper:after{
    content: '';
    display: table;
    clear: both;
}
.basket-totals-wrapper{
    border: 1px solid #eaeaea;
    border-top: 0;
}
.basket-totals{
    padding-right: 26px;
    margin-bottom: 26px;
    width: 34.5%;
}
.payment-blocks {
    width:100%;
    margin: auto;
    border: 1px solid #eee;
}
.payment-block .payment-img{
    display: inline-block;
    width: 126px;
    height: 76px;
    background-position: center;
    background-repeat: no-repeat;
}
.payment-block.sum h4{
    margin-top: 0;
}
.payment-block .payment-type-wrap {
    display: inline-block;
    width: 170px;
    text-align: center;
}
.payment-block.notice p{
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: #5e5e5e;
    line-height: 24px;
    padding-left: 20px;
}
.payment-types-wrapper{
    padding-right: 150px;
}
.payment-block.types {
    font-size: 0;
}
.payment-block.types img{
    width:70px;
}
.payment-radio input {
    display: none;
}
.payment-radio label{
    width: 23px;
    height: 23px;
    border: 1px solid #dcd8d8;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.payment-radio label:after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    transition: .3s all ease;
}
.payment-radio input[type=radio]:checked + label:after{
    opacity: 1;
}
.payment-wrap h4{
    line-height: 50px;
    background: #eeeeee;
    padding-left: 20px;
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
    color: #192a3c;
}
.payment.sum-input {
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: #333333;
    margin-left: 20px;
    height: 50px;
    padding-left: 30px;
}

.payment-sbm {
    background:none;
    height:40px;
    border:none;
}
.row-simple.error {
    width: 300px;
    background-color: pink;
    padding: 15px;
    border: 1px solid red;
}
.row-simple.errors.calendar {
    margin: 5px 2px 5px 2px;
    padding: 20px;
    font-size: 12px;
}
.row-simple.success {
    width: 100%;
    margin-bottom: 13px;
    background-color: #328832;
    font-family: Avenir Next LT Pro;
    padding: 10px;
    color: #fff;
}
.checkout .form-wrap .fieldLabel,
.checkout .labels.combo-row{
    width: 210px;
    padding-right: 20px;
}
.checkout .labels.combo-row .fieldLabel{
    width: auto;
    padding-right: 5px;
}
.checkout .form-wrap input,
.checkout .form-wrap select,
.checkout .form-wrap .fields.combo-row,
.checkout .form-wrap .birthdate{
    width: 306px!important;
}
.checkout .form-title {
    margin: 0 0 25px 210px;
}
.checkout .form-wrap button[type=submit]{
    margin-right: 20px;
    margin-top: 15px;
}
.checkout .checkbox{
    padding-left: 0;
}
.checkout .form-wrap .newsletter,
.checkout .form-wrap .agreement,
.checkout .form-wrap .rememberWrap,
.checkout .form-wrap .link{
    margin-left: 210px;
}
.checkout .form-wrap .newsletter label,
.checkout .form-wrap .agreement label,
.checkout .form-wrap .rememberWrap label{
    width: 306px;
}
.checkout-back{
    float: left;
    border: 1px solid #aeaeae;
    height: 43px;
    border-radius: 2px;
    width: 120px;
    text-align: center;
}

.checkout-back.btn a{
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: #aeaeae!important;
    background: none;
    padding: 0;
}

.checkout-next{
    float: right;
}
.checkout-submit-wrap{
    clear: both;
}
.checkout-submit-wrap > div{
    margin: 25px 0 0 0;
}
.checkout-submit{
    background: #ea2f00;
    text-transform: none;
    font-family: "Avenir Next LT Pro";
    font-size: 18px;
    font-weight: normal;
}
.col.checkout-register{
    width: 48.5%;
    float: left;
}
.col.checkout-register.checkout-logged, .checkout.checkout-logged{
    float: none;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
    font-family: "Avenir Next LT Pro";
}
.checkout-logged h2{
    line-height: 50px;
    background: #eeeeee;
    padding-left: 20px;
    font-size: 18px;
    color: #192a3c;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.checkout-logged .form-wrap{
    padding: 0 20px 20px 20px;
}
.checkout-logged .acc-row{
    line-height: 29px;
}
.checkout-logged .acc-row:last-of-type{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 13px;
}
.checkout-logged .acc-row>span{
    font-weight: bold;
}
.checkout-logged .changeuser{
    display: inline-block;
    cursor: pointer;
}
.checkout-logged .label-org{
    display: none;
}
.checkout.checkout-logged .form-wrap input,
.checkout.checkout-logged .form-wrap select,
.checkout.checkout-logged .form-wrap .fields.combo-row,
.checkout.checkout-logged .form-wrap .birthdate{
    width: 343px!important;
}
.checkout-logged .avatar-row{
    width: 352px;
}
.checkout-order.title{
    line-height: 50px;
    background: #eeeeee;
    padding-left: 20px;
    font-size: 18px;
    color: #192a3c;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
}
.order-block .checkout-order-content{
    padding-left: 20px;
}
.order-block .checkout-order.link{
    display: block;
    line-height: 50px;
}
.checkout-logged .order-block .acc-row:last-of-type{
    margin-bottom: 0;
}
.last .checkout-order.title{
    margin-bottom: 0;
}
.checkout-order-content img{
    padding: 20px;
    border: 1px solid #eee;
    display: inline-block;
}
.checkout-logged .basket-row{
    border-right: 0;
}
.checkout-logged .basket-totals-wrapper{
    border: 0;
}
.col.checkout-login{
    width: 48.5%;
    float: right;
}
.col.checkout-register .user-content.new-acc{
    padding: 0;
}
.checkout-register.checkout .form-wrap .fieldLabel,
.checkout-register.checkout .labels.combo-row{
    width: 210px;
}
.checkout-register .form-wrap .fieldLabel,
.checkout-register .labels.combo-row{
    font-size: 15px;
}
.checkout-register .city .fields.combo-row .col:first-child {
    width: 126px;
}
.checkout-login.checkout .form-title{
    display: none;
}
.checkout-login .form-wrap .rememberWrap,
.checkout-login.checkout .form-wrap .link{
    margin-left: 216px;
}
/*-----------------------------------------------*/
.edit_title{
    font-size: 30px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    text-align: center;
}

.btn-delete-image {
    background: none;
    border: 1px solid #000;
    color: #000!important;
    padding: 8px 10px;
    height: auto;
    line-height: 0.75;
    font-size: 20px;
    margin-top: 1px;
}

.wrap_btn_delete {
    /*display:none;*/
}

.wrap_btn_upload {
   /* margin-left:77% */
}

.wrap_edit_image {
    /*float: left;
    clear: both;*/
    /*margin-left: 85%;*/
}

.row-object-edit {
    border-bottom: 1px solid rgb(181, 181, 181);
    /*margin: 0px 15px;*/
    padding: 84px 45px;
    padding-bottom: 34px;
    /*height: 800px;*/

}

.row-object-edit.calendar {
    padding: 0;
}

.row-object-edit.calendar.error,
#cke_description.error {
    border: 1px solid red;
}

.calendar-body {
    padding: 0 45px 0;
}

.object-image {
    width: 100%;
}

.fc-content {
   cursor:pointer
}

.order-data th{
     text-align: center;
 }
.order-data tr{
    text-align: right;
}
.order-data {
    width: 100%;
}
.clear {
    height: 15px;
}
.order-customer-wrap {
    width: 800px;
}
.order-bottom {
    margin-top:200px;
}
.fc-time{
   display : none !important;
}
/*--------------------------------------------jquery ui----------------------------------------------------*/
body .ui-dialog .ui-dialog-titlebar{
    border: none;
    height: 56px;
    background: #ff8713;
    padding: 0;
}
body .ui-dialog .ui-dialog-title{
    margin: 0;
    line-height: 56px;
    padding-left: 43px;
}
body .ui-dialog.ui-widget-content{
    min-width: 720px!important;
    border: 0;
}
body .ui-button.ui-state-default .ui-icon{
    width: 21px;
    height: 21px;
    background: url(../img/remove2.png) no-repeat center!important;
}
body .ui-dialog.no-title .ui-dialog-titlebar-close {
    right: 9px;
    top: 16px;
}
body .ui-widget-header .ui-state-default{
    background: none;
    border: none;
}
body .ui-button-icon-only .ui-icon {
    margin-left: -14px;
    margin-top: -11px;
}
#infoLetterForm .row{
    font-size: 0;
}
.location-picker-container{
    padding: 25px 43px;
}
/*------------------round trip---------------------*/
.calendar-row{
    font-size: 0;
    position: relative;
}
.round-calendar{
    display: inline-block !important;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    font-size: 12px !important;
}
.» {
    font-size: 20px;
    font-family: "Avenir Next Cyr";
    color: rgb(255, 255, 255);
    line-height: 2.75;
    -moz-transform: matrix( 1.44144144144144,0,0,1.44171779141104,0,0);
    -webkit-transform: matrix( 1.44144144144144,0,0,1.44171779141104,0,0);
    -ms-transform: matrix( 1.44144144144144,0,0,1.44171779141104,0,0);
    position: absolute;
    left: 1114.578px;
    top: 0px;
    z-index: 8;
}

#tour-calendar-1{
    padding-left: 45px;
    border-right: 8px solid #2d3e50;
}
#tour-calendar-2{
    border-left: 8px solid #2d3e50;
    padding-right: 45px;
}
.round-calendar .fc .fc-button-group>*{
    display: none;
}
.user-block .calendar-row .fc-head-container.fc-widget-header{
    border-top: 0;
}
.user-block .calendar-row .fc-basic-view .fc-body .fc-row{
    min-height: 75px;
}
.user-block .round-calendar .fc-toolbar .fc-left{
    position: static;
}
.user-block .round-calendar .fc-toolbar .fc-left h2{
    font-size: 20px;
    font-family: "Avenir Next LT Pro";
    color: rgb(141, 141, 141);
    font-weight: bold;
}
.user-block h4.calendar-title{
    margin-bottom: 0;
}

.user-block .round-calendar .fc-toolbar .fc-right{
    display: none;
}
.calendar-row .fc-day-grid-event.fc-event{
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}
.calendar-row .fc-ltr .fc-h-event.fc-not-start,
.calendar-row .fc-rtl .fc-h-event.fc-not-end{
    padding-left: 5px;
}
.user-block .calendar-row .fc-ltr .fc-basic-view .fc-day-number{
    padding-top: 10px;
}
.user-block .calendar-row .fc-toolbar{
    padding-left: 20px;
}
.user-block .calendar-row .fc-day-number.fc-today.fc-state-highlight:before {
    height: 38px;
}
.user-block .calendar-row .fc-ltr .fc-basic-view .fc-day-number {
    font-size: 16px;
    font-weight: bold;
}
.my-prev-button{
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    background: #2d3e50 url(../img/left.png) no-repeat center 30px;
    color: #fff;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
    z-index: 2;
}

.my-next-button{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    background: #2d3e50 url(../img/right.png) no-repeat center 30px;
    color: #fff;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
}
.col3{
    display: table-cell;
    font-size: 16px;
    padding:15px;
    border-left: 5px solid #fff;
    background: #eee;
}

.tour-info-tbl {
    display: table;
    width:100%;
    font-size: 0;
    font-family: "Avenir Next LT Pro";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.col3 i{
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    margin-right:10px;
    color: #192a3c;
}
.col3-main{
    display: inline-block;
    vertical-align: top;
}
.col3-title{
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    line-height: 35px;
}
.col3-info{
    display: block;
}
.col3:first-of-type{
    border: 0;
}
#object-view-wrap .pageSearchForm{
    font-family: "Avenir Next LT Pro";
    margin-bottom: 14px;
}
#object-view-wrap .pageSearchForm .row{
    padding: 0;
    width: 380px;
    margin-right: 26px;
    vertical-align: bottom;
    float: none;
    display: inline-block;
    color: rgb(51, 51, 51);
    position: relative;
}
#object-view-wrap .pageSearchForm .row:nth-of-type(3){
    width: auto;

}
#object-view-wrap .pageSearchForm .row.hidden{
    display: none;
}
#object-view-wrap .pageSearchForm select, #object-view-wrap .pageSearchForm input{
    height: 43px;
    color: rgb(51, 51, 51);
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    z-index: 1002;
    position: relative;
    width: 100%;
}
#object-view-wrap .pageSearchForm .row>.title{
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 3.333;
    font-weight: bold;
}
#object-view-wrap .pageSearchForm .row button{
    height: 43px;
    line-height: 43px;
}
#object-view-wrap .pageSearchForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(51, 51, 51);

}
.object-description>p>span{
    font-family: "Avenir Next LT Pro"!important;
}
#object-view-wrap .user-block p.tour-type{
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
    color: rgb(51, 51, 51);
    line-height: 1.5;
    padding-top: 20px;
    border-top: 1px solid rgb(238, 238, 238);
}
.room-selection-container {
    background-color: #fff;
    border: solid 1px #c3c3c3;
    color: #444;
    padding: 25px 20px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 380px;
    z-index: 1001;
    border-top: 0;
    margin-top: -2px;
}
.filter-block-result {
    color: #fff;
}
.filter-block-result .row {
    display: inline-block;
    width: 380px;
    height: 55px;
    vertical-align: middle;
    padding-left: 15px;
    border-right: 10px solid #fff;
    background: #2d3e50;
    line-height: 55px;
    font-size: 16px;
    font-family: "Avenir Next LT Pro";
}
.filter-block-result .row:last-of-type{
    width: auto;
    background: #fff;
    border: none;
    padding: 0;
}
.filter-block-result .row:last-of-type a{
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 21px;
    text-align: center;
    border: 1px solid rgb(255, 135, 19);
    padding: 0px 40px;
    font-weight: bold;
}
.room-selection-container .room-row{
    font-size: 0;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(238, 238, 238);
    position: relative;
}
.room-selection-container .room-row .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.room-selection-container .room-row .room-select{
    display: inline-block;
    width: 50%;
    font-size: 14px;
}
.room-selection-container .room-row .room-select select{
    display: block;
}
.room-selection-container .room-row .room-select span{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 11px;
}

.room-selection-container .room-row .erwachsene{
    display: inline-block;
    width: 50%;
    font-size: 14px;
    padding-left: 10px;
}
.room-selection-container .room-row .erwachsene input{
    display: inline-block;
    border: 0;
    width: 40px;
}
.room-selection-container .room-row .erwachsene span{
    display: inline-block;
}
.room-selection-container>a{
    display: inline-block;
}
.room-selection-container .delete-room{
    position: absolute;
    top: -4px;
    right: 0;
}
.close-room-select{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    right: 20px;
    top: 25px;
}
.room-selection-container .delete-room i{
    font-size: 28px;
    color: rgb(51, 51, 51);
    cursor: pointer;
}
#object-view-wrap .pageSearchForm .row .room-selection-container button{
    display: inline-block;
    width: 141px;
}
.besuchstadte-table{
    width: 100%;
    border-collapse: collapse;
}
.besuchstadte-table td{
    width: 25%;
    padding-left: 20px;
    height: 60px;
    border-top: 1px solid rgb(238, 238, 238);
    font-size: 18px;
    font-family: "Avenir Next LT Pro";
}
.besuchstadte-table thead td{
    font-weight: bold;
}
.besuchstadte-table .city-hotel a{
    cursor: pointer;
}
.besuchstadte-table .city-hotel span{
    width: 192px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.besuchstadte-table .city-hotel span:after{
    content:'';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 25%;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.user-block h4.besuchstadte-title{
    margin-bottom: 0;
}
.summary-block .summary-departure,
.summary-block .summary-dates,
.summary-block .summary-rooms{
    padding-left: 20px;
}
.summary-room-details table{
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
}
.summary-room-details td{
    background: #eeeeee;
    border: 5px solid #fff;
    height: 67px;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
}
.summary-room-details td:first-of-type{
    border-left: 0;
}
.summary-room-details td:last-of-type{
    border-right: 0;
}
.summary-wrap{
    font-family: "Avenir Next LT Pro";
}
.summary-header, .summary-totals, .summary-price-details{
    padding-left: 20px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}
.summary-price-details{
    font-weight: normal;
    font-size: 15px;
}
.summary-totals{
    margin-top: 15px;
}
#order-summary-block .btn{
    position: absolute;
    right: 0;
    bottom: 0;
}
#order-summary-block .user-block{
    position: relative;
    padding-bottom: 20px;
}
.voucher-hotel{
    padding-left: 20px;
    font-size: 16px;
}
/*----------------------------------invoice---------------------------------------*/
/*.invoice-container{*/
    /*width: 625px;*/
    /*margin: 0 auto;*/
/*}*/
/*.invoice-address{*/
    /*color: #808080;*/
    /*font-size: 9px;*/
    /*margin-bottom: 30px;*/
    /*font-weight: bold;*/
    /*margin-top: 20px;*/
/*}*/
/*.invoice-header-tbl{*/
    /*width: 100%;*/
    /*font-size: 15px;*/
/*}*/
/*.invoice-user-info{*/
    /*font-weight: bold;*/
    /*width:404px;*/
    /*text-align: right;*/
/*}*/
/*.invoice-header{*/
    /*padding-top: 100px;*/
    /*font-weight: bold;*/
/*}*/
/*.invoice-container h2{*/
    /*font-weight: bolder;*/
    /*color: #000;*/
    /*letter-spacing: -1.6px;*/
    /*font-size: 26px;*/
    /*margin-bottom: 40px;*/
/*}*/
/*.invoice-totals{*/
    /*text-align: left;*/
    /*border-collapse: collapse;*/
    /*margin-bottom: 38px;*/
/*}*/
/*.invoice-totals th:nth-of-type(1), .invoice-totals td:nth-of-type(1){*/
    /*width: 107px;*/
    /*padding-left: 0;*/
/*}*/
/*.invoice-totals th:nth-of-type(2), .invoice-totals td:nth-of-type(2){*/
    /*width: 145px;*/
/*}*/
/*.invoice-price{*/
    /*width: 64px;*/
/*}*/
/*.price-ust{*/
    /*width: 197px;*/
/*}*/
/*.invoice-totals th:nth-of-type(4), .invoice-totals td:nth-of-type(4){*/
    /*width: 107px;*/
/*}*/
/*.invoice-totals th:nth-of-type(5), .invoice-totals td:nth-of-type(5){*/
    /*width: 107px;*/
/*}*/
/*.invoice-totals th:nth-of-type(6), .invoice-totals td:nth-of-type(6){*/
    /*width: 107px;*/
/*}*/
/*.invoice-notice{*/
    /*margin-bottom: 52px;*/
/*}*/
/*.invoice-notice br{*/
    /*display: none;*/
/*}*/
/*.invoice-notice.de{*/
    /*margin-bottom: 10px;*/
    /*padding-bottom: 52px;*/
    /*border-bottom: 2px dashed #979797;*/
/*}*/
/*.invoice-footer{*/
    /*width: 100%;*/
/*}*/
/*.invoice-footer td{*/
    /*font-size: 9px;*/
    /*color: #808080;*/
    /*vertical-align: top;*/
/*}*/
/*.invoice-footer td:nth-of-type(1){*/
    /*width: 251px;*/
/*}*/
/*.invoice-footer td:nth-of-type(2){*/
    /*width: 202px;*/
/*}*/
.user-content.kyc-documents{
	padding: 0;
}
.kyc-documents .table-wrapper{
	border-left: 2px solid #fff;
}
.kyc-documents .kyc-table{
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}
.kyc-documents .kyc-table thead{
    font-weight: bold;
    text-align: center;
}
.kyc-table td {
	border-bottom: 2px solid #fff;
	padding-left: 5px;
	border-right: 2px solid #fff;
}
.kyc-table tbody tr td:last-of-type{
	border-right: 0;
}
.kyc-table tbody tr:first-of-type td:last-of-type{
	border-right: 0;
	border-top: 2px solid #fff;
}
.kyc-table thead td {
    padding: 10px 0;
    padding-left: 5px;
}
.kyc-table td .button-link{
    width: calc(100% + 5px);
    margin-left: -5px;
    /*font-family: Avenir Next Lt Pro;*/
}
.kyc-table button {
    line-height: 16px;
}
.kyc-allowed-text {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 10px 0 10px;
}
.ui-dialog-content .buyers-list{
    width: 100%;
    border-collapse: collapse;
    font-family: "Avenir Next LT Pro";
}
.ui-dialog-content .buyers-list th, .ui-dialog-content .buyers-list td{
    text-align: left;
    padding: 12px 5px;
}
.ui-dialog-content .buyers-list tr:first-of-type th{
    background: #ff8713;
    color: #fff;
    padding: 20px 28px;
    font-size: 15px;
}
.ui-dialog-content .buyers-list tr th:first-of-type,
.ui-dialog-content .buyers-list tr td:first-of-type{
    padding-left: 28px;
}
.ui-dialog-content .buyers-list tr{
    border-bottom: 1px solid silver;
}
.ui-dialog-content .buyers-list tr:first-of-type,
.ui-dialog-content .buyers-list tr:last-of-type{
    border-bottom: 0;
}

body .ui-dialog #ui-id-7.ui-dialog-title{
    font-size: 24px;
    font-family: "Avenir Next LT Pro";
    color: rgb(254, 254, 254);
    font-weight: 600;
}
body .ui-dialog .messagebox-inner{
    padding: 20px 0 20px 43px;
}

body .ui-dialog .ui-dialog-buttonpane {
    margin: 0 43px;
    padding-top: 0!important;
}

body .ui-dialog .ui-widget-header .ui-state-default{
    right: 21px;
}

.user-type-select {
    display: inline-block;
    width: 268px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(234,234,234,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
    padding: 7px 15px;
    margin-left: -4px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 0 1px 0 #9E9E9E;
    font-size: 13px;
    font-family: "AvenirNextCyr-Demi";
}

.user-type-select:first-of-type{
    border-radius: 3px 0 0 3px;
}

.user-type-select a{
    color: #222;
}

.user-type-select.active {
    background: rgba(234,234,234,1);
    background: -moz-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,185,185,1)), color-stop(100%, rgba(158,157,157,1)));
    background: -webkit-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    background: -o-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    background: -ms-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    background: linear-gradient(to bottom, rgba(185,185,185,1) 0%, rgba(158,157,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#9e9d9d', GradientType=0 );
    color: #fff;
    box-shadow: inset 0 0 30px 0 #848484;
    text-shadow: 1px 0 0 #848080;
}
.user-type-select.active a{
    color: #fff;
}

.user-type-select-wrapper{
    text-align: center;
    padding: 20px 0 10px 0;
}

/* new basket item message */
#newItemMsgWindow {
    line-height: 30px;
    font-size: 14px;
    padding: 3px;
    background:  #7dbb00 !important;
    color:       white;
    z-index:     2;
    margin-left: -63px;
    margin-top:  26px;
    width:       294px;
    text-align:  center;
    position:    absolute;
    text-shadow: none;
}

#object-view-wrap .no-booking {
    background: pink;
    line-height: 25px;
    padding: 5px;
    margin-top: 20px;
}

#object-edit-wrap .cancellation-fees-row input {
    width: 100% !important;
    text-align: right;
}

#object-edit-wrap .object-edit.fieldwrap label {
    vertical-align: top;
}

#object-edit-wrap .object-edit.fieldwrap .inputwrap {
    display: inline-block;
}

#object-edit-wrap .timepicker-input {
    width:100px
}

#object-edit-wrap .btn-object-save, .btn-activate{
    width:200px
}

#object-edit-wrap .btn-activate {
    background:green;
    margin:0;
    border: 1px solid darkgreen!important;
}

#object-edit-wrap .btn-activate:hover, .btn-activate:focus{
    background:darkgreen;
}

#object-edit-wrap input.error, select.error {
    border: 1px solid red !important;
}

#object-edit-wrap .error-message span {
    /*color: red;*/
    font-size: 16px;
}

#object-edit-wrap .ui-button.btn-add, .ui-button.btn-remove {
    color: #000 !important;
    background-color: transparent
}

#object-edit-wrap .btn-delete-image {
    background-color: transparent !important;
    /* width:30px !important; */
    /* height:30px !important; */
    font-size: 16px;
    font-weight: normal;
}

#object-edit-wrap .dates-block input {
    width: 200px;
}

#object-edit-wrap .cancellation-fees-row div, .cancellation-fees-header div,
#object-edit-wrap .cancellation-fees-row div, .cancellation-fees .cancellation-fees-row div {
    display: inline-block;
    width: 29% !important;
}

#object-edit-wrap .cancellation-fees-row div, .cancellation-fees-header,
#object-edit-wrap .cancellation-fees-row div, .cancellation-fees {
    width: 60%;
}

/*#object-edit-wrap .cancellation-fees-row input {*/
/*    width: 70px;*/
/*    margin: 8px;*/
/*}*/

#object-edit-wrap .cancellation-fees-header div {
    width: 70px;
    margin: 8px;
}

#object-edit-wrap .calendar-infoblock {
    margin: 20px 0 20px 0;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: normal;
}

#object-edit-wrap .cancellation-fees .delete-fee {
    cursor: pointer;
    text-align: center;
}

#location-picker-form input.error {
    border: 1px solid red;
}

#procedure_text.error, #description.error {
    border: 1px solid red;
}

.object-editlink {
    margin-top: 20px;
}

.inputwrap #main_category_title.disabled {
    width: auto;
    cursor: pointer;
}

.inputwrap #category_title.disabled {
    width: auto;
    cursor: pointer;
}

/* event attributes */

#object-edit-wrap .attributes .attributeRadio {
    vertical-align: top;
}

#object-edit-wrap .attributes .label {
    display:inline-block;
}

#object-edit-wrap .attributes .chkbx {
    display: inline-block;
    width: 14px;
}

#object-edit-wrap .attributes .radio-wrap {
    display: inline-block;
}

#object-edit-wrap .attributes .radio-btn {
    display: inline-block;
    width:20px;
}

.faq-wrap .faq-nav {
    margin-bottom: 30px;
}

.faq-wrap .faq-nav .nav-section {
    font-size: 20px;
    padding: 15px 0 15px;
    margin-top: 20px;
}

.faq-wrap .faq-nav .nav-questions a,
.faq-wrap .faq-content .link-top a {
    color: #0b2c89;
    text-decoration: underline;
}

.faq-wrap .faq-content .link-top {
    margin: 20px 0 30px;
}

{
    color: #0b2c89;
    text-decoration: underline;
}

.faq-wrap .faq-content .nav-section {
    font-size: 22px;
    padding: 10px 0 10px;
    margin-top: 20px;
}

.faq-wrap .faq-content .nav-questions .question {
    font-size: 16px;
    font-weight: bold;
}

.faq-wrap .faq-content .nav-questions .q-wrap {
    margin-bottom: 10px;
}

.faq-wrap .faq-content .nav-questions {
    margin-bottom: 12px;
}

.faq-wrap .faq-content .nav-questions .answer {
    font-size: 12px;
}

.faq-wrap .faq-content {
    margin-left: 30px;
}
.tbl-orders_active .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 30%;
}
.user-topnavbar .navitem {
    display: inline-block;
}

.tooltip {
    background: beige;
    padding: 15px;
    z-index: 9;
    font-size: 12px;
    border: 1px solid #efefef;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0.2em !important;
    margin-left: 30%;
}

#object-view-wrap .fc-event-title {
    font-size:13px;
    padding-left: 12px;
}

.tooltip-inner td {
    text-align: center;
}

.fc-toolbar-chunk {
    height: 100%;
}

.fc-toolbar-chunk .fc-button-group {
    height: 100%;
}

.fc .fc-toolbar-title {
    font-size: 16px !important;
}

.main-banner-wrap .bxslider img {
    width: 100%;
    height: auto;
}

.items-listing .row.subcategory .location {
    display: block;
    width: 100%;
}

.kyc-file-input {
    display: inline-block !important;
    border: none !important;
}

.payout-info {
    padding: 10px;
    border: 3px solid green;
    margin: 10px;
}