.obcol-2,
.obcol-3,
.obcol-4,
.obcol-5 {
    float: left
}

.obcol-5 {
    width: 20%
}

.obcol-4 {
    width: 25%
}

.obcol-3 {
    width: 33.3333333333%
}

.obcol-2 {
    width: 50%
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.disable_click {
    pointer-events: none
}

.table {
    display: table;
    width: 100%
}

.tr {
    display: table-row
}

.thead {
    display: table-header-group
}

.tbody {
    display: table-row-group
}

.tfoot {
    display: table-footer-group
}

.col {
    display: table-column
}

.colgroup {
    display: table-column-group
}

.td,
.th {
    display: table-cell;
    vertical-align: middle
}

.caption {
    display: table-caption
}

#ob .no_margin {
    margin: 0
}

#ob .no_padding {
    padding: 0
}

.browser_not_supported {
    background-image: url(../../assets/img/404_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 500px
}

.browser_not_supported .error_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 25%;
    color: #fff;
    text-align: center
}

.browser_not_supported .error_text_wrap .error_text h2 {
    font-size: 70px
}

.browser_not_supported .error_text_wrap .error_text p {
    font-size: 25px
}

.browser_not_supported .error_text_wrap .error_text .button2 {
    display: inline-block;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px 20px;
    cursor: pointer
}

.browser_not_supported .error_text_wrap .error_text .button2:hover {
    background: #fff;
    color: #5b6268
}

@media (max-width:600px) {
    .page_not_found .error_text_wrap {
        right: 0;
        left: 0;
        margin: auto
    }
}

.obcol-2,
.obcol-3,
.obcol-4,
.obcol-5 {
    float: left
}

.obcol-5 {
    width: 20%
}

.obcol-4 {
    width: 25%
}

.obcol-3 {
    width: 33.3333333333%
}

.obcol-2 {
    width: 50%
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.disable_click {
    pointer-events: none
}

.table {
    display: table;
    width: 100%
}

.tr {
    display: table-row
}

.thead {
    display: table-header-group
}

.tbody {
    display: table-row-group
}

.tfoot {
    display: table-footer-group
}

.col {
    display: table-column
}

.colgroup {
    display: table-column-group
}

.td,
.th {
    display: table-cell;
    vertical-align: middle
}

.caption {
    display: table-caption
}

#ob .no_margin {
    margin: 0
}

#ob .no_padding {
    padding: 0
}

.admin-bar .editor_wrap {
    margin-top: -32px
}

.page-id-201 #wpadminbar {
    display: none!important
}

.editor_wrap .editor {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.editor_wrap .saving_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999999;
    display: none
}

.editor_wrap .saving_wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.editor_wrap .saving_wrap .saving {
    font-size: 40px;
    color: #fff;
    font-weight: 700
}

.editor_wrap .logo {
    width: 126px;
    position: fixed;
    top: 17px;
    z-index: 20;
    left: 72px;
    margin: auto
}

.editor_wrap .head_wrap {
    width: 100%;
    background-image: url(../../assets/img/default_hero_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    height: 100px;
    z-index: 1
}

.editor_wrap .head_wrap .title {
    font-size: 40px;
    color: #fff
}

.editor_wrap .head_wrap .but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    cursor: pointer
}

.editor_wrap .head_wrap .next_button {
    background: #00b0d6;
    height: 100%;
    color: #fff
}

.editor_wrap .head_wrap .back_button {
    background: #e6e7e9;
    font-size: 40px;
    border-radius: 50%;
    margin-left: 15px;
    line-height: 40px;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    margin-right: 135px
}

.editor_wrap .head_wrap .back_button:after {
    content: "×";
    position: relative;
    top: -2px
}

.editor_wrap .action_wrap {
    background: #e5f7fd;
    float: left;
    width: 300px;
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
    overflow-y: auto;
    position: relative;
    z-index: 50
}

.editor_wrap .action_wrap .step {
    margin-top: 40px
}

.editor_wrap .action_wrap .step:first-child {
    margin-top: 0
}

.editor_wrap .action_wrap .step .title {
    text-align: left;
    font-size: 20px;
    padding: 20px 20px;
    margin: 0;
    background: #00384b;
    color: #fff;
    margin-bottom: 40px
}

.editor_wrap .action_wrap .step .title2 {
    padding: 0 20px;
    font-size: 18px
}

.editor_wrap .action_wrap .step:nth-child(1) .pick_color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 20px
}

.editor_wrap .action_wrap .step:nth-child(1) .pick_color .input_hex {
    width: 120px;
    padding: 0 5px;
    text-align: right
}

.editor_wrap .action_wrap .step:nth-child(1) .pick_color .color_square {
    width: 30px;
    height: 30px;
    background: red;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 5px
}

.editor_wrap .action_wrap .step:nth-child(1) .pick_color .button {
    background: #00b0d6;
    color: #fff;
    padding: 5px 10px
}

.editor_wrap .action_wrap .add_elements_wrap .element_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 20px
}

.editor_wrap .action_wrap .add_elements_wrap .element_list .element {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    padding: 0x 0
}

.editor_wrap .action_wrap .add_elements_wrap .element_list .element .icon {
    font-size: 30px
}

.editor_wrap .action_wrap .add_elements_wrap .element_list .element .text {
    font-size: 12px;
    margin: 5px 0
}

.editor_wrap .action_wrap .add_elements_wrap .element_list .element .plus {
    font-size: 20px;
    line-height: 17px;
    width: 20px;
    height: 20px;
    background: #00384b;
    color: #fff;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-left: 4px
}

.editor_wrap .action_wrap .layers_wrap .layers_list {
    margin: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.editor_wrap .action_wrap .layers_wrap .layers_list .layer {
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff
}

.editor_wrap .action_wrap .layers_wrap .layers_list .layer+.layer {
    margin-top: 5px
}

.editor_wrap .action_wrap .layers_wrap .layers_list .layer.active {
    border-color: red
}

.editor_wrap .action_wrap .layers_wrap .layers_list .layer .delete_layer {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer
}

.editor_wrap .action_wrap .layers_wrap .layers_list .layer .delete_layer:hover {
    color: red
}

.editor_wrap .action_wrap .layers_wrap .layers_list .layer .move_layer {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer
}

.editor_wrap .action_wrap .layers_wrap .layers_list .layer .move_layer:hover {
    color: #00b0d6
}

.editor_wrap .action_wrap .layers_wrap .layers_list .layer .content_layer {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding: 0 5px;
    cursor: pointer
}

.editor_wrap .action_wrap .layers_wrap .layers_list .layer.background {
    display: none
}

.editor_wrap .canvas_wrap {
    float: left;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px)
}

.editor_wrap .canvas_wrap .tools_wrap {
    background: #e5f7fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 50;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px
}

.editor_wrap .canvas_wrap .tools_wrap .tools {
    display: none
}

.editor_wrap .canvas_wrap .tools_wrap .tools.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item {
    margin: 3px;
    padding: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item.active {
    background: grey;
    color: #fff
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item .select_or_input input {
    border: none;
    border-radius: 3px;
    padding: 0 5px
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item .select_or_input .select {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #d4d4d4
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item .select_or_input .select.active {
    display: block
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item .select_or_input .select .option {
    padding: 2px 20px;
    cursor: pointer;
    word-wrap: no-wrap
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item .select_or_input .select .option:hover {
    background: #d4d4d4
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item .select_or_input .open_select {
    display: inline-block;
    cursor: pointer
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item .select_or_input .open_select .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item.font_size input {
    width: 50px;
    text-align: right
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item.size input {
    width: 50px;
    text-align: right
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item.rotate input {
    width: 50px;
    text-align: right
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item.color .color_square {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 5px
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item.icon_el .icon_preview {
    cursor: pointer;
    background: #fff;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 5px
}

.editor_wrap .canvas_wrap .tools_wrap .tools .item.image_el .image_preview {
    cursor: pointer;
    background: #fff;
    background-size: cover;
    background-position: center;
    width: 35px;
    height: 35px;
    border-radius: 5px
}

.editor_wrap .canvas_wrap .visual_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
    height: 100%
}

.editor_wrap .canvas_wrap .visual_wrap .visual {
    position: absolute
}

.editor_wrap .canvas_wrap .visual_wrap .visual.horizontal {
    left: 10%;
    right: 10%
}

.editor_wrap .canvas_wrap .visual_wrap .visual.vertical {
    top: 10%;
    bottom: 10%
}

.editor_wrap .canvas_wrap .visual_wrap .visual .img {
    width: 100%
}

.editor_wrap .canvas_wrap .visual_wrap .visual .img svg {
    width: 100%;
    display: block
}

.editor_wrap .canvas_wrap .visual_wrap .element {
    position: absolute
}

.editor_wrap .canvas_wrap .visual_wrap .element .el_inside {
    position: relative
}

.editor_wrap .canvas_wrap .visual_wrap .element .el_inside::before {
    content: '';
    position: absolute;
    display: block;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 2px dashed transparent;
    z-index: -1
}

.editor_wrap .canvas_wrap .visual_wrap .element.active .el_inside::before {
    border-color: #929292;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff
}

.editor_wrap .canvas_wrap .visual_wrap .element[type=text] .el_inside {
    white-space: nowrap;
    line-height: 110%;
    outline: 0;
    cursor: text
}

.editor_wrap .canvas_wrap .visual_wrap .element[type=icon] .the_icon {
    line-height: 100%;
    display: block
}

.editor_wrap .canvas_wrap .visual_wrap .element[type=image] .the_image {
    display: block
}

.obicon-Comedy:before {
    font-size: .85em
}

.obicon-Festival:before {
    font-size: 1.3em;
    line-height: 0;
    position: relative;
    top: .2em
}

.obicon-Theatre:before {
    font-size: .9em
}

.obicon-Education:before {
    font-size: 1.1em;
    line-height: 0;
    position: relative;
    top: .05em
}

.obicon-Benefactors:before {
    font-size: 1.2em;
    line-height: 0;
    position: relative;
    top: .1em
}

.obcol-2,
.obcol-3,
.obcol-4,
.obcol-5 {
    float: left
}

.obcol-5 {
    width: 20%
}

.obcol-4 {
    width: 25%
}

.obcol-3 {
    width: 33.3333333333%
}

.obcol-2 {
    width: 50%
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.disable_click {
    pointer-events: none
}

.table {
    display: table;
    width: 100%
}

.tr {
    display: table-row
}

.thead {
    display: table-header-group
}

.tbody {
    display: table-row-group
}

.tfoot {
    display: table-footer-group
}

.col {
    display: table-column
}

.colgroup {
    display: table-column-group
}

.td,
.th {
    display: table-cell;
    vertical-align: middle
}

.caption {
    display: table-caption
}

#ob .no_margin {
    margin: 0
}

#ob .no_padding {
    padding: 0
}

@font-face {
    font-family: Muli;
    font-weight: 400;
    src: url(../../assets/font/Muli-Regular.eot?) format("eot"), url(../../assets/font/Muli-Regular.woff2) format("woff2"), url(../../assets/font/Muli-Regular.woff) format("woff"), url(../../assets/font/Muli-Regular.ttf) format("truetype"), url('../../assets/font/Muli-Regular.svg#str-replace(Muli, " ", "_")') format("svg")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    line-height: 150%
}

body,
html {
    position: relative
}

body {
    margin: auto;
    padding: 0;
    color: #5B6268;
    font-family: Muli, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 190%;
    overflow-y: scroll;
    position: relative;
    background: #fff
}

ul {
    margin: 0;
    padding-left: 20px
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: inherit;
    opacity: .8
}

.contain,
.contain_padding {
    max-width: 1200px;
    margin: auto;
    position: relative;
    height: 100%;
    overflow: visible
}

.contain_padding {
    padding-left: 30px;
    padding-right: 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2em
}

h2 {
    font-size: 30px;
    margin: 20px 0
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

p {
    margin: 0;
    margin-bottom: 1em
}

::-webkit-input-placeholder {
    color: #acacac;
    font-weight: 400
}

:-moz-placeholder {
    color: #acacac;
    font-weight: 400
}

::-moz-placeholder {
    color: #acacac;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #acacac;
    font-weight: 400
}

* .placeholder {
    color: #acacac;
    font-weight: 400
}

br {
    line-height: inherit
}

.main_header {
    width: 100%;
    position: relative;
    z-index: 9999;
    height: 130px;
    background: #fff
}

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

.main_header>.contain_padding {
    max-width: 100%
}

.main_header .nav_wrapper {
    font-size: 18px
}

.main_header .nav_wrapper .main_menu>li,
.main_header .nav_wrapper .main_menu_2>li {
    float: left;
    padding: 0 15px
}

.main_header .nav_wrapper .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #fff;
    padding-top: 50px
}

.main_header .nav_wrapper .sub-menu::before {
    content: '';
    display: block;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #00b0d6
}

.main_header .nav_wrapper .sub-menu li {
    text-align: center;
    padding: 10px 15px
}

.main_header .nav_wrapper .sub-menu li a {
    white-space: nowrap;
    display: block;
    position: relative
}

.main_header .nav_wrapper .open_store_menu:after {
    margin-left: 5px
}

.main_header .nav_wrapper .menu-item-has-children:after,
.main_header .nav_wrapper .open_store_menu:after {
    content: "\e92c";
    display: inline-block;
    font-family: OB-Icons;
    color: #00b0d6;
    font-size: 15px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main_header .nav_wrapper .menu-item-has-children:hover:after,
.main_header .nav_wrapper .open_store_menu:hover:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.main_header .nav_wrapper .menu-item-has-children:hover .sub-menu,
.main_header .nav_wrapper .open_store_menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0
}

.main_header .top_left_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 100%
}

.main_header .top_left_part .logo {
    width: 150px;
    display: table;
    height: 100%
}

.main_header .top_left_part .logo a {
    display: table-cell;
    vertical-align: middle
}

.main_header .top_left_part .logo h1 {
    text-indent: -999999999px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute
}

.main_header .top_left_part .nav_wrapper {
    margin-left: 20px
}

.main_header .top_right_part {
    z-index: 5;
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main_header .top_right_part .contact_info {
    color: #00b0d6;
    font-size: 21px;
    line-height: 100%;
    padding-left: 30px
}

.main_header .top_right_part .contact_info span {
    display: block;
    line-height: 110%
}

.main_header .top_right_part .contact_info .phone {
    font-size: 25px;
    font-weight: 700;
    text-align: justify
}

.main_header .top_right_part .contact_info .email {
    font-size: 20.5px;
    text-align: justify
}

.main_header .top_right_part .icons {
    margin-right: 20px
}

.main_header .top_right_part .icons:after,
.main_header .top_right_part .icons:before {
    content: " ";
    display: table
}

.main_header .top_right_part .icons:after {
    clear: both
}

.main_header .top_right_part .icons .icon {
    float: left;
    margin-left: 15px;
    font-size: 25px;
    cursor: pointer;
    display: block
}

.main_header .top_right_part .icons .icon:first-child {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.main_header .top_right_part .icons .icon.cart {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    position: relative
}

.main_header .top_right_part .icons .icon.cart .item_count {
    position: absolute;
    border-radius: 999px;
    background: #ff2c20;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    right: -7px;
    top: -10px;
    padding: 4px 7px
}

.main_header .top_right_part .icons .icon.cart.added_item {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: #ff2c20
}

.main_header .top_right_part .responsive_menu_icon {
    display: none
}

.main_header .responsive_menu_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    background: #484545;
    color: #fff;
    z-index: 999;
    height: 100%;
    overflow-x: hidden;
    margin-left: -101%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.main_header .responsive_menu_wrap.active {
    margin-left: 0
}

.main_header .responsive_menu_wrap .responsive_main_menu a {
    display: inline-block;
    width: 100%
}

.main_header .responsive_menu_wrap .responsive_main_menu a:hover {
    color: #fff
}

.main_header .responsive_menu_wrap .responsive_main_menu li {
    position: relative
}

.main_header .responsive_menu_wrap .responsive_main_menu>li {
    border-bottom: 1px solid #4e4e4e
}

.main_header .responsive_menu_wrap .responsive_main_menu>li.menu-item-has-children>a::after {
    content: '›';
    font-size: 25px;
    right: 15px;
    top: 10px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: 50% 60%;
    -ms-transform-origin: 50% 60%;
    transform-origin: 50% 60%;
    margin-top: -2px
}

.main_header .responsive_menu_wrap .responsive_main_menu>li.menu-item-has-children.active>a::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main_header .responsive_menu_wrap .responsive_main_menu>li.active>a {
    background: rgba(255, 255, 255, .2)
}

.main_header .responsive_menu_wrap .responsive_main_menu>li>a {
    padding: 10px 10px
}

.main_header .responsive_menu_wrap .responsive_main_menu>li>.sub-menu {
    display: none
}

.main_header .responsive_menu_wrap .responsive_main_menu>li>.sub-menu.active {
    display: block
}

.main_header .responsive_menu_wrap .responsive_main_menu>li>.sub-menu>li>a {
    color: #fff;
    padding: 10px 10px;
    padding-left: 20px
}

.main_header .responsive_menu_wrap .responsive_main_menu>li>.sub-menu>li>.sub-menu>li>a {
    padding: 10px 10px;
    padding-left: 30px
}

.main_header .open_search_bar.active {
    color: #00b0d6
}

.main_header .search_bar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    line-height: 30px;
    border: 1px solid rgba(0, 0, 0, .05);
    background: #fff;
    border-left: 0;
    border-right: 0;
    display: none
}

.main_header .search_bar .search_icon {
    color: #00b0d6;
    font-size: 22px;
    position: relative;
    top: 2px
}

.main_header .search_bar .search_field {
    border: none;
    background: 0 0;
    outline: 0;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 20px;
    width: 250px;
    max-width: 100%;
    font-family: Muli, Helvetica, sans-serif;
    color: #5b6268
}

.main_header .search_bar button {
    background: 0 0;
    border: none;
    color: #00b0d6;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    top: 2px
}

.main_header .search_bar.active {
    display: block
}

.main_header .store_menu {
    position: absolute;
    top: 100%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 18px;
    display: none
}

.main_header .store_menu.active {
    display: block
}

.main_header .store_menu .tabs_title {
    background: #00384b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main_header .store_menu .tabs_title .tab_title {
    padding: 10px 20px;
    text-align: center;
    cursor: default;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main_header .store_menu .tabs_title .tab_title.active {
    background: #00b0d6
}

.main_header .store_menu .tabs_content {
    background: #fff
}

.main_header .store_menu .tabs_content .tab_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main_header .store_menu .tabs_content .tab_content .subcat_title {
    color: #00b0d6;
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
    display: block
}

.main_header .store_menu .tabs_content .tab_content .subcat_title:after {
    content: '';
    display: block;
    background: #00b0d6;
    height: 2px;
    width: 150px
}

.main_header .store_menu .tabs_content .tab_content .second_cat_wrap {
    padding: 20px 0;
    width: 20%
}

.main_header .store_menu .tabs_content .tab_content .second_cat_wrap .second_level {
    display: none
}

.main_header .store_menu .tabs_content .tab_content .second_cat_wrap .second_level.active {
    display: block
}

.main_header .store_menu .tabs_content .tab_content .second_cat_wrap .second_level .sub_cat .name {
    padding: 7px 20px;
    position: relative;
    display: block
}

.main_header .store_menu .tabs_content .tab_content .second_cat_wrap .second_level .sub_cat .name.active {
    background: #e5f7fd;
    opacity: .9
}

.main_header .store_menu .tabs_content .tab_content .second_cat_wrap .second_level .sub_cat .name:hover {
    background: #e5f7fd
}

.main_header .store_menu .tabs_content .tab_content .second_cat_wrap .second_level .sub_cat .name:after {
    content: "\e92c";
    display: block;
    position: absolute;
    right: 50px;
    top: 7px;
    font-family: OB-Icons;
    color: #00b0d6
}

.main_header .store_menu .tabs_content .tab_content .product_list_wrap {
    background: #e5f7fd;
    padding: 20px 0;
    width: 40%
}

.main_header .store_menu .tabs_content .tab_content .product_list_wrap .third_level {
    display: none
}

.main_header .store_menu .tabs_content .tab_content .product_list_wrap .third_level.active {
    display: block
}

.main_header .store_menu .tabs_content .tab_content .product_list_wrap .third_level .sub_cat .name {
    padding: 3px 20px;
    position: relative;
    cursor: pointer;
    display: block
}

.main_header .store_menu .tabs_content .tab_content .promo_list_wrap {
    padding: 40px;
    width: 40%
}

.main_header .store_menu .tabs_content .tab_content .promo_list_wrap .promo_list {
    display: none
}

.main_header .store_menu .tabs_content .tab_content .promo_list_wrap .promo_list.active {
    display: block
}

.main_header .store_menu .tabs_content .tab_content .promo_list_wrap .promo_list .promo+.promo {
    margin-top: 40px
}

.main_header .store_menu .tabs_content .tab_content .promo_list_wrap .promo_list .promo .image {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover
}

.main_header .store_menu .tabs_content .tab_content .promo_list_wrap .promo_list .promo .title {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px
}

.main_header .store_menu .tabs_content .tab_content .promo_list_wrap .promo_list .promo .text {
    line-height: 110%;
    font-size: 15px
}

.main_header.fixed {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 5px #4d4d4d;
    box-shadow: 0 0 5px #4d4d4d
}

.main_header.fixed .logo {
    width: 100px
}

.main_header.fixed .nav_wrapper {
    padding: 5px
}

.main_header.fixed .nav_wrapper .sub-menu {
    padding-top: 20px
}

.main_header.fixed .nav_wrapper .sub-menu::before {
    top: 20px
}

@media (max-width:1450px) {
    .main_header .top_right_part .nav_wrapper {
        display: none
    }
    .main_header .top_right_part .responsive_menu_icon {
        display: table-cell
    }
    .main_header .top_left_part .nav_wrapper {
        display: none
    }
    .main_header .contact_info {
        display: none
    }
}

@media (max-width:500px) {
    .main_header .top_left_part .logo {
        width: 100px
    }
    .main_header {
        height: 100px
    }
    .main_header .top_right_part .icons {
        display: none
    }
}

footer {
    color: #fff;
    position: relative;
    z-index: 0
}

footer ul {
    list-style: none;
    padding-left: 0
}

footer .primary {
    background: #00384b
}

footer .primary .footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .primary .footer_content .part {
    min-width: 250px;
    margin: 50px 20px
}

footer .primary .footer_content .part .title {
    margin-bottom: 20px;
    position: relative
}

footer .primary .footer_content .part .title:after {
    content: '';
    display: block;
    background: #00b0d6;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -6px
}

footer .primary .footer_content .part .description img {
    margin-right: 10px
}

footer .secondary {
    background: #363636;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px
}

footer .secondary:after,
footer .secondary:before {
    content: " ";
    display: table
}

footer .secondary:after {
    clear: both
}

footer .side-left {
    float: left
}

footer .side-right {
    float: right
}

.footer_client {
    background: #e5f7fd
}

.footer_client .client_slide {
    text-align: center;
    padding: 0 20px
}

.footer_client .client_slide img {
    display: block;
    width: 100%
}

.footer_subscribe {
    overflow: hidden;
    position: relative
}

.footer_subscribe:before {
    content: "";
    display: block!important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: red;
    background-image: url(../../assets/img/newsletter.jpg);
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.footer_subscribe .connect_title {
    font-size: 80px;
    line-height: 100%
}

@media (max-width:1400px) {
    .footer_subscribe .connect_title {
        font-size: 7vw
    }
}

@media (max-width:1000px) {
    footer .primary .footer_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    footer .primary .footer_content .part:nth-child(n+2) {
        margin-top: 0;
        min-width: auto
    }
}

@media (max-width:600px) {
    footer .side-left,
    footer .side-right {
        float: none;
        text-align: center
    }
}

.sidebar_wrap {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 999
}

.sidebar_wrap .social_wrap {
    width: 40px;
    background: #00b0d6;
    color: #fff;
    font-size: 20px
}

.sidebar_wrap .social_wrap .main_icon {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.sidebar_wrap .social_wrap .social_list {
    position: absolute;
    background: #0ad3ff;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.sidebar_wrap .social_wrap .social_list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.page-content_wrap {
    position: relative
}

.vc_wrap .wpb_text_column table td {
    vertical-align: top
}

.vc_wrap .wpb_text_column ul {
    list-style: none;
    padding-left: 20px
}

.vc_wrap .wpb_text_column ul li::before {
    content: "•";
    color: #00b0d6;
    margin-left: -17px;
    margin-top: -3px;
    font-size: 1.5em;
    position: absolute;
    font-weight: 700
}

#content {
    min-height: 150px
}

.angle_bg_left .wpb_text_column,
.angle_bg_right .wpb_text_column {
    text-align: center
}

.angle_bg_left .wpb_text_column h2,
.angle_bg_right .wpb_text_column h2 {
    display: inline-block;
    position: relative;
    z-index: 1
}


/*.angle_bg_left .wpb_text_column h2::before,.angle_bg_right .wpb_text_column h2::before{content:'';display:block;position:absolute;top:-50px;left:-50px;right:-50px;bottom:-50px;background:rgba(0,161,186,.9);z-index:-1}.angle_bg_right .wpb_text_column h2::before{background:rgba(0,56,75,.9)}*/

@media (max-width:700px) {
    .long_tag_line h2 {
        font-size: 24px
    }
}

.special_hero {
    color: #fff;
    margin: 0;
    min-height: 180px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.special_hero.with_text {
}

.special_hero.with_text .description_wrap {
    max-width: 600px
}

.special_hero.with_text .description_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #424242;
    opacity: .75;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    z-index: 0
}

.special_hero.with_text .description_wrap .special_hero_title {
    margin-bottom: 20px
}

.special_hero .bg_img {
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.special_hero .bg_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1)
}

.special_hero .description_wrap {
    margin: 60px 0;
    padding: 40px 20px;
    width: 100%;
    position: relative
}

.special_hero .description_wrap .special_hero_text,
.special_hero .description_wrap .special_hero_title {
    position: relative
}

.special_hero .description_wrap .special_hero_title {
    margin: 0;
    font-size: 30px;
    line-height: 110%
}

@media (max-width:1000px) {
    .special_hero.with_text .description_wrap {
        left: auto
    }
}

.wpb_text_column {
    max-width: 700px;
    margin: auto
}

.vc_row[data-vc-stretch-content=true] .wpb_text_column {
    max-width: none
}

.wpb_text_column h2 {
    color: #003366
}

.search_result {
    margin: 50px 0
}

#ob .grid_maker {
    margin: 50px 0
}

#ob .grid_maker .grid_maker_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: -20px
}

#ob .grid_maker .grid_maker_list>* {
    margin: 20px
}

#ob .grid_maker.product_grid .product {
    position: relative;
    width: -webkit-calc(25% - 40px);
    width: calc(25% - 40px)
}

#ob .grid_maker.product_grid .product .ribbon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 20px;
    font-size: 13px;
    text-align: center;
    background: #ff2c20
}

#ob .grid_maker.product_grid .product .product_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#ob .grid_maker.product_grid .product .product_img {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1)
}

#ob .grid_maker.product_grid .product .product_title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.2em
}

@media (max-width:800px) {
    .grid_maker.product_grid .grid_maker_list .product {
        width: -webkit-calc(33.333% - 40px);
        width: calc(33.333% - 40px)
    }
}

@media (max-width:600px) {
    .grid_maker.product_grid .grid_maker_list .product {
        width: -webkit-calc(50% - 40px);
        width: calc(50% - 40px)
    }
}

@media (max-width:400px) {
    .grid_maker.product_grid .grid_maker_list .product {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px)
    }
}

.pagination_wrap {
    text-align: center;
    margin: 10px 0
}

.pagination_wrap * {
    line-height: 30px
}

.pagination_wrap .page_link {
    display: inline-block;
    background: #00384b;
    color: #fff;
    padding: 5px 10px;
    margin: 5px 1px;
    vertical-align: top;
    cursor: pointer
}

.pagination_wrap .page_link:hover {
    opacity: .7
}

.pagination_wrap .page_link.current {
    background: #00b0d6
}

.pagination_wrap .dots {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 5px 5px;
    margin: 5px 1px
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    border: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px
}

.slick-slider .slick-arrow:focus {
    outline: 0
}

.slick-slider .slick-arrow.slick-prev {
    left: 0
}

.slick-slider .slick-arrow.slick-prev::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-slider .slick-arrow.slick-next {
    right: 0
}

.slick-slider .slick-list {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 100%;
    position: relative;
    left: 50px
}

.slick-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-slider .slick-list .slick-track .slick-slide {
    position: relative;
    height: 100%
}

.slick-slider .slick-list .slick-track .slick-slide:focus {
    outline: 0
}

#ob .vc_wrap .vc_row {
    margin-left: -30px;
    margin-right: -30px
}

#ob .vc_wrap>.vc_row.no_space>.vc_column_container>.vc_column-inner {
    padding-top: 0;
    padding-bottom: 0
}

#ob .vc_wrap>.vc_row.no_space_top>.vc_column_container>.vc_column-inner {
    padding-top: 0
}

#ob .vc_wrap>.vc_row.no_space_bottom>.vc_column_container>.vc_column-inner {
    padding-bottom: 0
}

#ob .vc_wrap>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 50px 30px
}

#ob .vc_wrap>.vc_row.vc_row-no-padding>.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

#ob .vc_wrap>.vc_row .wpb_button,
#ob .vc_wrap>.vc_row .wpb_content_element {
    margin-bottom: 0
}

#ob .vc_wrap>.vc_row .wpb_wrapper>:nth-child(n+2).vc_row.vc_row-has-fill,
#ob .vc_wrap>.vc_row .wpb_wrapper>:nth-child(n+2):not(.vc_row) {
    margin-top: 30px
}

#ob .vc_wrap>.vc_row .wpb_wrapper h2:first-child,
#ob .vc_wrap>.vc_row .wpb_wrapper h3:first-child,
#ob .vc_wrap>.vc_row .wpb_wrapper h4:first-child,
#ob .vc_wrap>.vc_row .wpb_wrapper h5:first-child,
#ob .vc_wrap>.vc_row .wpb_wrapper p:first-child,
#ob .vc_wrap>.vc_row .wpb_wrapper>h1:first-child {
    margin-top: 0
}

#ob .vc_wrap>.vc_row .wpb_wrapper>.vc_row:first-child:not(.vc_row-has-fill) .vc_column_container:not(.vc_row-has-fill) .vc_column-inner {
    padding-top: 0
}

#ob .vc_wrap>.vc_row .wpb_wrapper>.vc_row:not(.vc_row-has-fill) .vc_column_container:not(.vc_row-has-fill) .vc_column-inner {
    padding-bottom: 0
}

#ob .vc_wrap>.vc_row .wpb_wrapper>.vc_row .vc_column_container .vc_column-inner {
    padding: 30px 30px
}

#ob .vc_wrap>.vc_row .wpb_wrapper>.vc_row .vc_column_container.vc_col-has-fill .vc_column-inner {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width:767px) {
    #ob .vc_wrap>.vc_row>.vc_column_container:not(.vc_col-has-fill)+.vc_column_container>.vc_column-inner {
        padding-top: 0
    }
    #ob .vc_wrap>.vc_row .wpb_wrapper .vc_row:first-child:not(.vc_row-has-fill) .vc_column_container:not(.vc_row-has-fill):nth-child(n+2) .vc_column-inner {
        padding-top: 30px
    }
    #ob .vc_wrap>.vc_row .wpb_wrapper .vc_row.vc_row-has-fill .vc_column_container:not(.vc_row-has-fill):not(:last-child) .vc_column-inner {
        padding-bottom: 0
    }
}

.vc_side_padding {
    padding-left: 30px;
    padding-right: 30px
}

#ob .gform_wrapper {
    margin: 0 auto;
    max-width: 600px
}

#ob .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0
}

#ob .gform_wrapper .top_label div.ginput_container {
    margin-top: 0
}

#ob .gform_wrapper li.hidden_label input {
    margin-top: 0
}

#ob .gform_wrapper textarea.large {
    height: 160px
}

#ob .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0
}

#ob .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0
}

#ob .gform_wrapper .gform_footer input.button {
    width: 100%;
    display: block;
    margin: 0
}

#ob .gform_wrapper .validation_error {
    display: none
}

#ob .gform_wrapper li.gfield.gfield_error {
    background: 0 0;
    border: none;
    padding: 0
}

#ob .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px
}

#ob .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: initial!important
}

.ob_button,
a.ob_button {
    background: #00b0d6;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 18px
}

.ob_button:hover,
a.ob_button:hover,
.btn-primary:hover,
a.btn-primary:hover {
    opacity: .8
}

.ob_button.style_2,
a.ob_button.style_2 {
    border: 1px solid #00b0d6;
    background: #fff;
    color: #00b0d6;
    border-radius: 15px;
    padding: 5px 20px
}

#ob .theme_default-color {
    color: #d83026
}

#ob .theme_default-background {
    background: #d83026
}

#ob .theme_art-color {
    color: #d83026
}

#ob .theme_art-background {
    background: #d83026
}

.obcol-2,
.obcol-3,
.obcol-4,
.obcol-5 {
    float: left
}

.obcol-5 {
    width: 20%
}

.obcol-4 {
    width: 25%
}

.obcol-3 {
    width: 33.3333333333%
}

.obcol-2 {
    width: 50%
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.disable_click {
    pointer-events: none
}

.table {
    display: table;
    width: 100%
}

.tr {
    display: table-row
}

.thead {
    display: table-header-group
}

.tbody {
    display: table-row-group
}

.tfoot {
    display: table-footer-group
}

.col {
    display: table-column
}

.colgroup {
    display: table-column-group
}

.td,
.th {
    display: table-cell;
    vertical-align: middle
}

.caption {
    display: table-caption
}

#ob .no_margin {
    margin: 0
}

#ob .no_padding {
    padding: 0
}

.iro__colorPicker {
    margin: auto
}

.color_picker_wrap {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
    position: absolute;
    background: #fff;
    z-index: 999;
    display: none
}

.color_picker_wrap:after,
.color_picker_wrap:before {
    content: " ";
    display: table
}

.color_picker_wrap:after {
    clear: both
}

.color_picker_wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.color_picker_wrap.no_wheel .wheel_wrap {
    display: none
}

.color_picker_wrap.no_wheel .result_wrap {
    display: none
}

.color_picker_wrap .title {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block
}

.color_picker_wrap .title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #00384b
}

.color_picker_wrap .right_side {
    margin-left: 20px
}

.color_picker_wrap .preselected_wrap .list_color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 240px;
    margin: -2px
}

.color_picker_wrap .preselected_wrap .list_color .color {
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    margin: 2px;
    width: -webkit-calc(40px - 4px);
    width: calc(40px - 4px);
    height: -webkit-calc(40px - 4px);
    height: calc(40px - 4px)
}

.color_picker_wrap .result_wrap {
    margin-top: 20px
}

.color_picker_wrap .result_wrap .result .result_preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.color_picker_wrap .result_wrap .result .color_preview {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.color_picker_wrap .result_wrap .result .input_hex {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 10px;
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
    margin-left: 5px
}

.color_picker_wrap .result_wrap .result .validation {
    width: 100%;
    background: #00b0d6;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 5px
}

.icon_picker_wrap {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #c4c4c4;
    z-index: 999;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden
}

.icon_picker_wrap.active {
    display: block
}

.icon_picker_wrap .icon_list {
    display: grid;
    grid-template-columns: repeat(5, 50px);
    grid-auto-rows: 50px;
    grid-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 30px
}

.icon_picker_wrap .icon_list .icon {
    cursor: pointer
}

.icon_picker_wrap .icon_list .icon:hover {
    color: #00b0d6
}

.image_picker_wrap {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none
}

.image_picker_wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image_picker_wrap .image_picker {
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 400px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image_picker_wrap .image_picker .upload_part {
    width: 50%;
    position: relative
}

.image_picker_wrap .image_picker .upload_part .upload_zone {
    border: 5px dashed rgba(0, 0, 0, .5);
    margin: 10px;
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    position: relative;
    z-index: 5
}

.image_picker_wrap .image_picker .upload_part .upload_zone.dragenter {
    background: rgba(0, 0, 0, .2)
}

.image_picker_wrap .image_picker .upload_part .upload_zone.loading {
    background: #fff;
    background-image: url(../../assets/img/loading.gif);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center
}

.image_picker_wrap .image_picker .upload_part .upload_zone input {
    display: none
}

.image_picker_wrap .image_picker .upload_part .upload_text_wrap {
    width: 100%;
    text-align: center;
    paint-order: absolute;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image_picker_wrap .image_picker .upload_part .upload_text_wrap .upload_text .upload_maintext {
    font-size: 20px;
    font-weight: 700
}

.image_picker_wrap .image_picker .library_part {
    width: 50%;
    padding: 10px
}

.image_picker_wrap .image_picker .library_part .image_list_wrap {
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

.image_picker_wrap .image_picker .library_part .image_list_wrap .image_list {
    margin: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image_picker_wrap .image_picker .library_part .image_list_wrap .image_list .img_wrap {
    margin: 5px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    padding-bottom: -webkit-calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
    background-size: cover;
    background-position: center;
    border: 1px solid #e6e7e9;
    cursor: pointer
}

.image_picker_wrap .image_picker .library_part .image_list_wrap .image_list .img_wrap.selected {
    -webkit-box-shadow: inset 0 0 4px 4px #00b0d6;
    box-shadow: inset 0 0 4px 4px #00b0d6
}

.image_picker_wrap .image_picker .library_part .ob_button {
    margin-top: 10px
}

.image_picker_wrap .image_picker .library_part .ob_button.cancel {
    background: #940202
}

.image_picker_wrap .image_picker .library_part .ob_button.valid_image {
    float: right;
    background: green
}

.loading_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 99999
}

.loading_overlay.full {
    position: fixed
}

.loading_overlay .loading_content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: url(../img/loading.gif) center;
    background-repeat: no-repeat;
    background-size: contain
}

.loading_overlay .loading_text {
    position: absolute;
    top: 100%;
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-align: center
}

.obcol-2,
.obcol-3,
.obcol-4,
.obcol-5 {
    float: left
}

.obcol-5 {
    width: 20%
}

.obcol-4 {
    width: 25%
}

.obcol-3 {
    width: 33.3333333333%
}

.obcol-2 {
    width: 50%
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.disable_click {
    pointer-events: none
}

.table {
    display: table;
    width: 100%
}

.tr {
    display: table-row
}

.thead {
    display: table-header-group
}

.tbody {
    display: table-row-group
}

.tfoot {
    display: table-footer-group
}

.col {
    display: table-column
}

.colgroup {
    display: table-column-group
}

.td,
.th {
    display: table-cell;
    vertical-align: middle
}

.caption {
    display: table-caption
}

#ob .no_margin {
    margin: 0
}

#ob .no_padding {
    padding: 0
}

.page_not_found {
    background-image: url(../../assets/img/404_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 500px
}

.page_not_found .error_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    right: 25%;
    color: #fff;
    text-align: center
}

.page_not_found .error_text_wrap .error_text h2 {
    font-size: 70px
}

.page_not_found .error_text_wrap .error_text p {
    font-size: 25px
}

.page_not_found .error_text_wrap .error_text .button2 {
    display: inline-block;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px 20px;
    cursor: pointer
}

.page_not_found .error_text_wrap .error_text .button2:hover {
    background: #fff;
    color: #5b6268
}

@media (max-width:600px) {
    .page_not_found .error_text_wrap {
        right: 0;
        left: 0;
        margin: auto
    }
}

.obcol-2,
.obcol-3,
.obcol-4,
.obcol-5 {
    float: left
}

.obcol-5 {
    width: 20%
}

.obcol-4 {
    width: 25%
}

.obcol-3 {
    width: 33.3333333333%
}

.obcol-2 {
    width: 50%
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.disable_click {
    pointer-events: none
}

.table {
    display: table;
    width: 100%
}

.tr {
    display: table-row
}

.thead {
    display: table-header-group
}

.tbody {
    display: table-row-group
}

.tfoot {
    display: table-footer-group
}

.col {
    display: table-column
}

.colgroup {
    display: table-column-group
}

.td,
.th {
    display: table-cell;
    vertical-align: middle
}

.caption {
    display: table-caption
}

#ob .no_margin {
    margin: 0
}

#ob .no_padding {
    padding: 0
}

.row_link {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.color_light {
    color: #fff
}

.color_light .wpb_text_column h2 {
    color: #fff
}

.color_dark {
    color: #5b6268
}

.wpb_wrapper>.wpb_gmaps_widget>.wpb_wrapper {
    padding: 0
}

#ob .has_row_separator {
    background: 0 0!important;
    z-index: 2;
    position: relative
}

.row_separator_wrap {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    width: 100%
}

.row_separator_wrap:not(.full_width) {
    left: 0
}

.row_separator_wrap .row_separator {
    clear: both;
    position: absolute;
    z-index: 5;
    width: 100%
}

.row_separator_wrap .row_separator svg {
    height: 100%;
    width: 100%;
    position: absolute
}

.row_separator_wrap .row_separator svg.model {
    display: none
}

.row_separator_wrap .row_separator.row_separator_bottom_wrap,
.row_separator_wrap .row_separator.row_separator_top_wrap {
    height: 0;
    width: 100%;
    position: relative
}

.row_separator_wrap .row_separator.row_separator_bottom_wrap {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ob_testimonial_list .ob_testimonial_item {
    padding: 0 20px
}

.ob_testimonial_list .ob_testimonial_item .author {
    font-weight: 700;
    margin-top: 20px;
    font-size: 16px
}

.ob_testimonial_list .ob_testimonial_item .position {
    font-size: 16px;
    color: #8d959c
}

.ob_solutions_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.ob_tile {
    width: 33.3333333333%;
    padding-bottom: 33.3333333333%;
    position: relative
}

.ob_tile .ob_tile_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ob_tile .ob_tile_inner .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

.ob_tile .ob_tile_inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

.ob_tile .ob_tile_inner .bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
}

.ob_tile .ob_tile_inner .title {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #fff;
    font-size: 30px;
    line-height: 110%;
    font-weight: 700
}

.ob_tile .ob_tile_inner .title br {
    line-height: 0
}

.ob_tile .ob_tile_inner .title_2 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: #fff
}

@media (max-width:800px) {
    .ob_solutions_grid .ob_tile {
        width: 50%;
        padding-bottom: 50%
    }
}

@media (max-width:550px) {
    .ob_solutions_grid .ob_tile {
        width: 100%;
        padding-bottom: 100%
    }
}

.ob_career_list .career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ob_career_list .career .career_content_wrap {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    margin-right: 20px
}

.ob_career_list .career .career_content_wrap .position {
    font-size: 20px;
    margin-bottom: 30px
}

.ob_career_list .career .career_bar_wrap {
    width: 300px
}

.ob_career_list .career .career_bar_wrap .box {
    background: #00b0d6;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative
}

.ob_career_list .career .career_bar_wrap .box .close_on {
    font-size: 20px
}

.ob_career_list .career .career_bar_wrap .box .close_on .date {
    position: absolute;
    word-spacing: 100vw;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00384b;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase
}

.ob_career_list .career .career_bar_wrap .box .data {
    margin-bottom: 20px
}

.ob_career_list .career .career_bar_wrap .box .data .title {
    font-weight: 700
}

.ob_career_list .career .career_bar_wrap .box .data:nth-last-child() {
    margin-bottom: 0
}

@media (max-width:700px) {
    .ob_career_list .career {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .ob_career_list .career .career_content_wrap {
        width: 100%;
        margin-right: 0
    }
    .ob_career_list .career .career_bar_wrap {
        width: 100%
    }
}

.ob_blog_list_wrap .ob_blog_list {
    width: 100%
}

.ob_blog_list_wrap .ob_blog_list .blog_wrap+.blog_wrap {
    margin-top: 20px
}

.ob_blog_list_wrap .ob_blog_list .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ob_blog_list_wrap .ob_blog_list .img_wrap {
    height: 250px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    position: relative;
    overflow: hidden
}

.ob_blog_list_wrap .ob_blog_list .img_wrap .img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.ob_blog_list_wrap .ob_blog_list .img_wrap .date {
    position: absolute;
    word-spacing: 100vw;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    top: 0;
    right: 0;
    padding-right: 15px;
    padding-top: 15px;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    z-index: 5
}

.ob_blog_list_wrap .ob_blog_list .img_wrap .date:before {
    content: '';
    -webkit-box-shadow: 0 0 70px 130px rgba(0, 0, 0, .5);
    box-shadow: 0 0 70px 130px rgba(0, 0, 0, .5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    z-index: -1
}

.ob_blog_list_wrap .ob_blog_list .blog_details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.ob_blog_list_wrap .ob_blog_list .blog_details .location {
    font-size: 12px
}

.ob_blog_list_wrap .ob_blog_list .blog_details .title {
    font-size: 18px;
    margin: 10px 0
}

.ob_blog_list_wrap .ob_blog_list .blog_details .link {
    margin-top: 20px;
    background: #00b0d6;
    color: #fff;
    padding: 10px 20px;
    display: inline-block
}

@media (max-width:700px) {
    .ob_blog_list_wrap .ob_blog_list .img_wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        height: 150px
    }
    .ob_blog_list_wrap .ob_blog_list .blog {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

@media (max-width:550px) {
    .ob_blog_list_wrap .blog_content {
        display: none
    }
}

.ob_upcoming_events_list_wrap .upcoming_event_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px
}

.ob_upcoming_events_list_wrap .upcoming_event_filter .filter {
    margin-left: 20px
}

.ob_upcoming_events_list_wrap .upcoming_event_filter .filter select {
    border: 1px solid #00b0d6;
    padding: 10px 20px;
    text-transform: uppercase
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1fr)
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list .upcoming_event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list .img_wrap {
    height: 250px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    position: relative;
    overflow: hidden
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list .img_wrap .img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list .img_wrap .date {
    position: absolute;
    word-spacing: 100vw;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    top: 0;
    right: 0;
    padding-right: 15px;
    padding-top: 15px;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    z-index: 5
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list .img_wrap .date:before {
    content: '';
    -webkit-box-shadow: 0 0 70px 130px rgba(0, 0, 0, .5);
    box-shadow: 0 0 70px 130px rgba(0, 0, 0, .5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    z-index: -1
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list .upcoming_event_details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list .upcoming_event_details .location {
    font-size: 12px
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list .upcoming_event_details .title {
    font-size: 18px;
    line-height: 120%;
    margin: 10px 0
}

.ob_upcoming_events_list_wrap .ob_upcoming_events_list .upcoming_event_details .link {
    margin-top: 20px;
    background: #00b0d6;
    color: #fff;
    padding: 10px 20px;
    display: inline-block
}

@media (max-width:700px) {
    .ob_upcoming_events_list_wrap .ob_upcoming_events_list .img_wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        height: 150px
    }
    .ob_upcoming_events_list_wrap .ob_upcoming_events_list .upcoming_event {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
    .ob_upcoming_events_list_wrap .upcoming_event_filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: right
    }
    .ob_upcoming_events_list_wrap .upcoming_event_filter .filter:nth-child(n+2) {
        margin-top: 5px
    }
    .ob_upcoming_events_list_wrap .upcoming_event_filter .filter select {
        min-width: 250px
    }
}

@media (max-width:550px) {
    .ob_upcoming_events_list_wrap .upcoming_event_content {
        display: none
    }
}

.ob_portfolio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ob_portfolio_list .ob_portfolio_item {
    width: 33.33333%;
    padding: 20px
}

.ob_portfolio_list .ob_portfolio_item img {
    width: 100%;
    display: block
}

@media (max-width:450px) {
    .ob_portfolio_list .ob_portfolio_item {
        width: 50%
    }
}

.ob_map_wrap {
    width: 100%;
    height: 400px;
    position: relative
}

.ob_map_wrap .ob_map {
    width: 100%;
    height: 100%
}

#ob .vc_tta-panel.active .vc_tta-panel-heading {
    background: #00b0d6
}

#ob .vc_tta-panel .vc_tta-panel-heading {
    border-radius: 0;
    background: #00b0d6
}

#ob .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::after,
#ob .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff
}

#ob .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text {
    color: #fff
}

#ob .vc_tta-panel .vc_tta-panel-body {
    background: #e5f7fd
}

#ob .vc_tta-panel .vc_tta-panel-body .wpb_text_column {
    max-width: 100%
}

.ob_small_grid_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.ob_small_grid_link .element {
    margin: 15px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    padding-bottom: -webkit-calc(50% - 30px);
    padding-bottom: calc(50% - 30px);
    position: relative;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1)
}

.ob_small_grid_link .element .title {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase
}

.ob_small_grid_link .element .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

.ob_small_grid_link .element .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

@media (max-width:300px) {
    .ob_small_grid_link .element {
        width: 100%;
        padding-bottom: 100%
    }
}

.ob_quote {
    font-size: 20px;
    position: relative;
    line-height: 120%;
    padding: 0 50px;
    padding-top: 50px
}

.ob_quote:after,
.ob_quote:before {
    content: '’’';
    position: absolute;
    color: #00b0d6;
    font-size: 250px;
    opacity: .2;
    letter-spacing: -20px
}

.ob_quote:before {
    left: 0;
    top: -90px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ob_quote:after {
    right: 0;
    bottom: -90px
}

.ob_large_grid_link {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 3fr 4fr 3fr;
    grid-auto-rows: 120px
}

.ob_large_grid_link .element {
    position: relative
}

.ob_large_grid_link .element .title {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2em
}

.ob_large_grid_link .element .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

.ob_large_grid_link .element .bg::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.ob_large_grid_link .element .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

.ob_large_grid_link .element:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 4
}

.ob_large_grid_link .element:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4
}

.ob_large_grid_link .element:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 5
}

.ob_large_grid_link .element:nth-child(5) {
    grid-row-start: 3;
    grid-row-end: 6
}

.ob_large_grid_link .element:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 3
}

@media (max-width:900px) {
    #ob .ob_large_grid_link {
        grid-template-columns: 1fr 1fr 1fr
    }
    #ob .ob_large_grid_link .element {
        grid-row-start: auto;
        grid-row-end: auto;
        grid-column-start: auto;
        grid-column-end: auto
    }
}

@media (max-width:800px) {
    #ob .ob_large_grid_link {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:500px) {
    #ob .ob_large_grid_link {
        grid-template-columns: 1fr
    }
}

.ob_favorite {
    margin: 50px 0
}

.ob_favorite .error {
    text-align: center;
    font-size: 20px;
    padding: 50px 0
}

.ob_icon_text {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 50px auto;
    max-width: 700px;
    margin: auto
}

.ob_icon_text .icon_wrap {
    font-size: 40px;
    color: #00384b
}

.color_light .ob_icon_text .icon_wrap {
    color: #fff
}

.ob_icon_text .icon_wrap .icon {
    display: block
}

.ob_icon_text .text:last-child {
    margin-bottom: 0
}

.ob_icon_text .text h3 {
    margin-top: 0;
    margin-bottom: 5px
}

.color_light .ob_icon_text .text h3 {
    color: #fff
}

.ob_custom_product_confirmation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ob_custom_product_confirmation .img_custom_preview {
    width: 50%;
    padding: 0 20px
}

.ob_custom_product_confirmation .img_custom_preview img {
    width: 100%
}

.ob_custom_product_confirmation .product_details {
    width: 50%
}

.ob_custom_product_confirmation .product_details .label {
    width: 200px;
    display: inline-block;
    font-size: 20px
}

.ob_custom_product_confirmation .product_details .value {
    border: none;
    color: #00b0d6;
    min-width: 100px;
    padding: 5px 5px;
    font-size: 18px;
    cursor: default;
    outline: 0
}

.ob_custom_product_confirmation .product_details .product_name {
    font-size: 25px;
    margin-bottom: 20px
}

.ob_custom_product_confirmation .product_details .disclamer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ob_custom_product_confirmation .product_details .disclamer .input_wrap {
    width: 50px
}

.ob_custom_product_confirmation .product_details .disclamer p {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
}

.ob_custom_product_confirmation .product_details .product_price .total_price {
    color: #00AFEF
}

.ob_custom_product_confirmation .product_details .validation {
    margin-top: 20px
}

.ob_custom_product_confirmation .product_details .validation .ob_button.loading {
    pointer-events: none;
    opacity: .2
}

.obcol-2,
.obcol-3,
.obcol-4,
.obcol-5 {
    float: left
}

.obcol-5 {
    width: 20%
}

.obcol-4 {
    width: 25%
}

.obcol-3 {
    width: 33.3333333333%
}

.obcol-2 {
    width: 50%
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.disable_click {
    pointer-events: none
}

.table {
    display: table;
    width: 100%
}

.tr {
    display: table-row
}

.thead {
    display: table-header-group
}

.tbody {
    display: table-row-group
}

.tfoot {
    display: table-footer-group
}

.col {
    display: table-column
}

.colgroup {
    display: table-column-group
}

.td,
.th {
    display: table-cell;
    vertical-align: middle
}

.caption {
    display: table-caption
}

#ob .no_margin {
    margin: 0
}

#ob .no_padding {
    padding: 0
}

.woocommerce a.button.alt,
.woocommerce button.button.alt {
    background: #00b0d6
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
    background: #00b0d6
}

.woocommerce .woocommerce-breadcrumb {
    background: #00b0d6;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    font-size: 14px
}

.woocommerce .woocommerce-breadcrumb a {
    color: #fff
}

.woocommerce .woocommerce-breadcrumb .separator {
    color: #c9c9c9;
    padding: 0 10px;
    font-weight: 700
}

.woocommerce-cart .woocommerce-cart-form {
    margin-top: 50px
}

.woocommerce-cart .cart-collaterals {
    margin-bottom: 50px
}

.woocommerce-cart .cart-empty {
    margin-top: 50px;
    text-align: center
}

.woocommerce-cart .return-to-shop {
    margin-bottom: 50px;
    text-align: center
}

.woocommerce-cart table.cart img {
    width: 150px
}

.woocommerce-checkout #payment {
    margin-bottom: 50px
}

.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=text] {
    border: 1px solid #a5a5a5;
    padding: 5px 10px
}

.woocommerce-account .woocommerce {
    margin: 50px 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    background: #e6e7e9;
    color: #5b6268
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
    background: #00b0d6;
    color: #fff
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 10px 20px
}

.woocommerce-order-received .woocommerce-order {
    margin: 50px 0
}

.woocommerce-form-login input.input-text {
    height: 30px
}

.single-product .type-product {
    padding: 50px 0
}

.single-product .type-product .main_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-product .type-product .main_area .left_side {
    position: relative;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-right: 30px
}

.single-product .type-product .main_area .right_side {
    width: 50%
}

.single-product .type-product .main_area .gallery_wrap .main_img {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.single-product .type-product .main_area .gallery_wrap .img_selection {
    margin-top: 20px;
    margin-bottom: 20px
}

.single-product .type-product .main_area .gallery_wrap .img_selection .img_wrap {
    width: 100px;
    height: 100px;
    margin: 0 5px
}

.single-product .type-product .main_area .gallery_wrap .img_selection .img_wrap .img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

.single-product .type-product .main_area .product_detail_wrap {
    clear: both
}

.single-product .type-product .main_area .product_detail_wrap .product_detail_title {
    margin-top: 40px;
    font-size: 20px;
    padding: 0 30px;
    margin-bottom: -40px
}

.single-product .type-product .main_area .product_detail_wrap .vc_wrap {
    padding: 0 30px
}

.single-product .type-product .main_area .product_detail_wrap .wpb_text_column {
    text-align: justify
}

.single-product .type-product .main_area .accepted_payment_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-product .type-product .main_area .accepted_payment_wrap .img {
    width: auto;
    height: 60px;
    margin: 10px
}

.single-product .type-product .main_area .product_title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px
}

.single-product .type-product .main_area .notify_user {
    display: none;
    background: #00b0d6;
    color: #fff;
    margin-bottom: 20px;
    padding: 5px 10px;
    padding-right: 20px;
    position: relative
}

.single-product .type-product .main_area .notify_user.active {
    display: block
}

.single-product .type-product .main_area .notify_user .close_notify_user {
    position: absolute;
    right: 5px;
    top: -7px;
    font-size: 22px;
    cursor: pointer
}

.single-product .type-product .main_area .order_detail_wrap.not_purchasable .options,
.single-product .type-product .main_area .order_detail_wrap.not_purchasable .total_wrap {
    display: none
}

.single-product .type-product .main_area .order_detail_wrap .options {
    margin-top: 30px;
    font-size: 18px
}

.single-product .type-product .main_area .order_detail_wrap .options .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-product .type-product .main_area .order_detail_wrap .options .option+.option {
    margin-top: 30px
}

.single-product .type-product .main_area .order_detail_wrap .options .option .label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    font-size: 22px
}

.single-product .type-product .main_area .order_detail_wrap .options .option .value {
    border: none;
    color: #00b0d6;
    min-width: 100px;
    padding: 5px 5px;
    font-size: 18px;
    cursor: default;
    outline: 0
}

.single-product .type-product .main_area .order_detail_wrap .options .option select.value {
    padding-left: 0;
    padding-right: 0
}

.single-product .type-product .main_area .order_detail_wrap .options .option.qty_wrap select {
    border: 2px solid #00b0d6;
    padding: 5px 10px
}

.single-product .type-product .main_area .order_detail_wrap .options .option .color_list_wrap .color_preview {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    margin: 3px 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 1px #dadada;
    box-shadow: 0 0 0 1px #dadada
}

.single-product .type-product .main_area .order_detail_wrap .options .option .color_list_wrap .color_preview.active {
    -webkit-box-shadow: inset 0 0 0 3px #00b0d6;
    box-shadow: inset 0 0 0 3px #00b0d6
}

.single-product .type-product .main_area .order_detail_wrap .customizer_option {
    overflow: hidden
}

.single-product .type-product .main_area .order_detail_wrap .customizer_option .or {
    width: 100px;
    background: #fff;
    margin: 20px auto;
    font-size: 25px;
    position: relative;
    text-align: center
}

.single-product .type-product .main_area .order_detail_wrap .customizer_option .or::before {
    content: '';
    position: absolute;
    top: 18px;
    width: 100vw;
    left: -50vw;
    height: 1px;
    background: #00b0d6;
    z-index: -1
}

.single-product .type-product .main_area .order_detail_wrap .customizer_option .description {
    text-align: center;
    font-size: 18px;
    line-height: 110%
}

.single-product .type-product .main_area .order_detail_wrap .customizer_option .link {
    display: block;
    margin: auto;
    margin-top: 20px;
    background: #ff2c20;
    width: 250px;
    text-align: center
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap {
    border-bottom: 1px solid #00b0d6;
    font-size: 18px;
    padding-bottom: 5px
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap:after,
.single-product .type-product .main_area .order_detail_wrap .total_wrap:before {
    content: " ";
    display: table
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap:after {
    clear: both
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .total {
    float: left;
    font-size: 22px
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .total .total_price_value {
    color: #00b0d6
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .action {
    float: right
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .action .button {
    display: inline-block;
    cursor: pointer
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .action .button .icon {
    font-size: 20px
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .action .button.single_add_to_cart {
    background: #00b0d6
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .action .button.single_add_to_cart .icon {
    margin-left: 5px
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .action .button.single_add_to_cart.loading {
    pointer-events: none;
    opacity: .2
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .action .button.add_to_cart_favorite {
    margin-left: 15px
}

.single-product .type-product .main_area .order_detail_wrap .total_wrap .action .button.add_to_cart_favorite.added {
    color: red
}

.single-product .type-product .main_area .order_detail_wrap .quote {
    margin-top: 30px;
    padding: 60px 40px 60px 40px;
    border-top: 1px solid #00b0d6;
    text-align: center;
    font-size: 20px;
    position: relative;
    line-height: 120%
}

.single-product .type-product .main_area .order_detail_wrap .quote:after,
.single-product .type-product .main_area .order_detail_wrap .quote:before {
    content: '’’';
    position: absolute;
    color: #00b0d6;
    z-index: -1;
    font-size: 250px;
    opacity: .2;
    letter-spacing: -20px
}

.single-product .type-product .main_area .order_detail_wrap .quote:before {
    left: 0;
    top: -25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.single-product .type-product .main_area .order_detail_wrap .quote:after {
    right: 0;
    bottom: -25px
}

.single-product .type-product .main_area .enquiries_wrap .description {
    font-size: 30px;
    margin-bottom: 15px
}

#ob .single-product .type-product .main_area .enquiries_wrap .product_enquiries_form ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    overflow: hidden;
    margin: 5px 0
}

#ob .single-product .type-product .main_area .enquiries_wrap .product_enquiries_form ul.gform_fields li.gfield {
    margin: 5px!important;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
}

#ob .single-product .type-product .main_area .enquiries_wrap .product_enquiries_form ul.gform_fields li.gfield input.medium {
    width: 100%
}

#ob .single-product .type-product .main_area .enquiries_wrap .product_enquiries_form ul.gform_fields li.gfield:nth-child(5) {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px)
}

#ob .single-product .type-product .main_area .enquiries_wrap .product_enquiries_form ul.gform_fields li.gfield:nth-child(6) {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px)
}

#ob .single-product .type-product .main_area .enquiries_wrap .product_enquiries_form .gform_footer button {
    border: 1px solid #00b0d6;
    background: #fff;
    color: #00b0d6;
    border-radius: 15px;
    padding: 5px 20px;
    min-width: 180px;
    float: right;
    clear: both;
    margin-top: 10px
}

.single-product .type-product .related_product {
    margin-top: 40px
}

.single-product .type-product .related_product h3 {
    text-align: center;
    font-size: 25px
}

.single-product .type-product .related_product .product_grid {
    margin-bottom: 0
}

@media (max-width:1100px) {
    .single-product .type-product .main_area .left_side .accepted_payment_wrap .img {
        height: 40px
    }
    .single-product .type-product .main_area .right_side .order_detail_wrap .customizer_option {
        display: none
    }
}

@media (max-width:700px) {
    .single-product .type-product .main_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .single-product .type-product .main_area .right_side {
        width: 100%;
        margin-top: 20px
    }
    .single-product .type-product .main_area .left_side {
        width: 100%;
        margin: auto
    }
    .single-product .type-product .main_area .accepted_payment_wrap .img {
        height: 30px;
        margin: 5px
    }
    .single-product .type-product .main_area .product_detail_wrap {
        margin-top: 70px
    }
    .single-product .type-product .main_area .product_detail_wrap .vc_wrap {
        padding: 0
    }
}

@media (max-width:500px) {
    .single-product .type-product .main_area .right_side .order_detail_wrap .options .option .label {
        width: 100px
    }
}

@media (max-width:400px) {
    .single-product .type-product .main_area .right_side .order_detail_wrap .total_wrap .action .button .text {
        display: none
    }
}

@font-face {
    font-family: OB-Icons;
    src: url(../../assets/font/icon/OB-Icons.eot?v=ue4803b66);
    src: url(../../assets/font/icon/OB-Icons.eot?v=ue4803b66#iefix) format("embedded-opentype"), url(../../assets/font/icon/OB-Icons.ttf?v=ue4803b66) format("truetype"), url(../../assets/font/icon/OB-Icons.woff?v=ue4803b66) format("woff"), url(../../assets/font/icon/OB-Icons.svg?v=ue4803b66#OB-Icons) format("svg");
    font-weight: 400;
    font-style: normal
}

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

.obicon-pinterest:before {
    content: "\ead2"
}

.obicon-facebook:before {
    content: "\ea90"
}

.obicon-instagram:before {
    content: "\ea92"
}

.obicon-twitter:before {
    content: "\ea96"
}

.obicon-rss:before {
    content: "\ea9b"
}

.obicon-youtube:before {
    content: "\ea9d"
}

.obicon-linkedin:before {
    content: "\eaca"
}

.obicon-house:before {
    content: "\e900"
}

.obicon-email:before {
    content: "\e901"
}

.obicon-phone:before {
    content: "\e902"
}

.obicon-triangle:before {
    content: "\e903"
}

.obicon-double_bar:before {
    content: "\e904"
}

.obicon-event:before {
    content: "\e905"
}

.obicon-heart_outline:before {
    content: "\e906"
}

.obicon-heart:before {
    content: "\e907"
}

.obicon-copy:before {
    content: "\e908"
}

.obicon-filter:before {
    content: "\e909"
}

.obicon-font:before {
    content: "\e90a"
}

.obicon-bold:before {
    content: "\e90b"
}

.obicon-color_text:before {
    content: "\e90c"
}

.obicon-account:before {
    content: "\e90d"
}

.obicon-italic:before {
    content: "\e90e"
}

.obicon-paint_roll:before {
    content: "\e90f"
}

.obicon-quote:before {
    content: "\e910"
}

.obicon-underlined:before {
    content: "\e911"
}

.obicon-help:before {
    content: "\e912"
}

.obicon-high_quality:before {
    content: "\e913"
}

.obicon-photo:before {
    content: "\e914"
}

.obicon-invert_colors:before {
    content: "\e915"
}

.obicon-truck:before {
    content: "\e916"
}

.obicon-money_circle:before {
    content: "\e917"
}

.obicon-photo_size:before {
    content: "\e918"
}

.obicon-print:before {
    content: "\e919"
}

.obicon-redo:before {
    content: "\e91a"
}

.obicon-rotate_left:before {
    content: "\e91b"
}

.obicon-share:before {
    content: "\e91c"
}

.obicon-shopping_basket:before {
    content: "\e91d"
}

.obicon-star:before {
    content: "\e91e"
}

.obicon-text_fields:before {
    content: "\e91f"
}

.obicon-trending_down:before {
    content: "\e920"
}

.obicon-earth:before {
    content: "\e921"
}

.obicon-add_cart:before {
    content: "\e922"
}

.obicon-australia:before {
    content: "\e923"
}

.obicon-plus_circle:before {
    content: "\e924"
}

.obicon-plus:before {
    content: "\e925"
}

.obicon-plane:before {
    content: "\e926"
}

.obicon-arrow:before {
    content: "\e927"
}

.obicon-aspect_ratio:before {
    content: "\e928"
}

.obicon-money:before {
    content: "\e929"
}

.obicon-bubble_chart:before {
    content: "\e92a"
}

.obicon-check_circle:before {
    content: "\e92b"
}

.obicon-chevron_right:before {
    content: "\e92c"
}

.obicon-close:before {
    content: "\e92d"
}

.obicon-color:before {
    content: "\e92e"
}

.obicon-delete:before {
    content: "\e92f"
}

.obicon-chevron_right_2:before {
    content: "\e930"
}

.obicon-chevron_left_2:before {
    content: "\e931"
}

.obicon-search:before {
    content: "\e932"
}

.obicon-cart:before {
    content: "\e933"
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #5b6268;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}


/*# sourceMappingURL=app.min.css.map */

p,
h6 {
}

/* .page-id-129 .shipping {display:none;} */
